blob: 40f508c4ecda0c7c8547e2fde1c138c8dfb883a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
from rdflib.namespace import RDF
from rdflib.term import URIRef
class RDFVOC(RDF):
_underscore_num = True
_fail = True
# http://www.w3.org/TR/rdf-syntax-grammar/#eventterm-attribute-URI
# A mapping from unqualified terms to their qualified version.
RDF: URIRef
Description: URIRef
ID: URIRef
about: URIRef
parseType: URIRef
resource: URIRef
li: URIRef
nodeID: URIRef
datatype: URIRef
|