Skip to content

Commit

Permalink
Should be 'dcat' for the prefix, was 'cat'... (thanks to Niklas who s…
Browse files Browse the repository at this point in the history
…potted that)
  • Loading branch information
iherman committed Jul 8, 2014
1 parent b0933a4 commit e76b954
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyRdfa/initialcontext.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"""

"""
$Id: initialcontext.py,v 1.12 2014-01-17 12:02:51 ivan Exp $
$Date: 2014-01-17 12:02:51 $
$Id: initialcontext.py,v 1.13 2014-07-08 10:38:58 ivan Exp $
$Date: 2014-07-08 10:38:58 $
"""

class Wrapper :
Expand All @@ -26,7 +26,7 @@ class Wrapper :
}

initial_context["http://www.w3.org/2011/rdfa-context/rdfa-1.1"].ns = {
'cat' : 'http://www.w3.org/ns/dcat#',
'dcat' : 'http://www.w3.org/ns/dcat#',
'qb' : 'http://purl.org/linked-data/cube#',
'org' : 'http://www.w3.org/ns/org#',
'owl' : 'http://www.w3.org/2002/07/owl#',
Expand Down

0 comments on commit e76b954

Please sign in to comment.