franz.openrdf.vocabulary package¶
Module contents¶
Classes containing useful URI constants.
- 
class franz.openrdf.vocabulary.OWL¶
- Bases: - object- A ‘static’ class containing useful OWL URIs. - 
ALLDIFFERENT= <http://www.w3.org/2002/07/owl#AllDifferent>¶
 - 
ALLVALUESFROM= <http://www.w3.org/2002/07/owl#allValuesFrom>¶
 - 
ANNOTATIONPROPERTY= <http://www.w3.org/2002/07/owl#AnnotationProperty>¶
 - 
BACKWARDCOMPATIBLEWITH= <http://www.w3.org/2002/07/owl#backwardCompatibleWith>¶
 - 
CARDINALITY= <http://www.w3.org/2002/07/owl#cardinality>¶
 - 
CLASS= <http://www.w3.org/2002/07/owl#Class>¶
 - 
COMPLEMENTOF= <http://www.w3.org/2002/07/owl#complementOf>¶
 - 
DATATYPEPROPERTY= <http://www.w3.org/2002/07/owl#DatatypeProperty>¶
 - 
DEPRECATEDCLASS= <http://www.w3.org/2002/07/owl#DeprecatedClass>¶
 - 
DEPRECATEDPROPERTY= <http://www.w3.org/2002/07/owl#DeprecatedProperty>¶
 - 
DIFFERENTFROM= <http://www.w3.org/2002/07/owl#differentFrom>¶
 - 
DISJOINTWITH= <http://www.w3.org/2002/07/owl#disjointWith>¶
 - 
DISTINCTMEMBERS= <http://www.w3.org/2002/07/owl#distinctMembers>¶
 - 
EQUIVALENTCLASS= <http://www.w3.org/2002/07/owl#equivalentClass>¶
 - 
EQUIVALENTPROPERTY= <http://www.w3.org/2002/07/owl#equivalentProperty>¶
 - 
FUNCTIONALPROPERTY= <http://www.w3.org/2002/07/owl#FunctionalProperty>¶
 - 
HASVALUE= <http://www.w3.org/2002/07/owl#hasValue>¶
 - 
IMPORTS= <http://www.w3.org/2002/07/owl#imports>¶
 - 
INCOMPATIBLEWITH= <http://www.w3.org/2002/07/owl#incompatibleWith>¶
 - 
INDIVIDUAL= <http://www.w3.org/2002/07/owl#Individual>¶
 - 
INTERSECTIONOF= <http://www.w3.org/2002/07/owl#intersectionOf>¶
 - 
INVERSEFUNCTIONALPROPERTY= <http://www.w3.org/2002/07/owl#InverseFunctionalProperty>¶
 - 
INVERSEOF= <http://www.w3.org/2002/07/owl#inverseOf>¶
 - 
MAXCARDINALITY= <http://www.w3.org/2002/07/owl#maxCardinality>¶
 - 
MINCARDINALITY= <http://www.w3.org/2002/07/owl#minCardinality>¶
 - 
NAMESPACE= 'http://www.w3.org/2002/07/owl#'¶
 - 
OBJECTPROPERTY= <http://www.w3.org/2002/07/owl#ObjectProperty>¶
 - 
ONEOF= <http://www.w3.org/2002/07/owl#oneOf>¶
 - 
ONPROPERTY= <http://www.w3.org/2002/07/owl#onProperty>¶
 - 
ONTOLOGY= <http://www.w3.org/2002/07/owl#Ontology>¶
 - 
ONTOLOGYPROPERTY= <http://www.w3.org/2002/07/owl#OntologyProperty>¶
 - 
PRIORVERSION= <http://www.w3.org/2002/07/owl#priorVersion>¶
 - 
RESTRICTION= <http://www.w3.org/2002/07/owl#Restriction>¶
 - 
SAMEAS= <http://www.w3.org/2002/07/owl#sameAs>¶
 - 
SOMEVALUESFROM= <http://www.w3.org/2002/07/owl#someValuesFrom>¶
 - 
SYMMETRICPROPERTY= <http://www.w3.org/2002/07/owl#SymmetricProperty>¶
 - 
TRANSITIVEPROPERTY= <http://www.w3.org/2002/07/owl#TransitiveProperty>¶
 - 
UNIONOF= <http://www.w3.org/2002/07/owl#unionOf>¶
 - 
VERSIONINFO= <http://www.w3.org/2002/07/owl#versionInfo>¶
 
- 
- 
class franz.openrdf.vocabulary.RDF¶
- Bases: - object- A ‘static’ class containing useful RDF URIs. - 
ALT= <http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt>¶
 - 
BAG= <http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag>¶
 - 
FIRST= <http://www.w3.org/1999/02/22-rdf-syntax-ns#first>¶
 - 
LI= <http://www.w3.org/1999/02/22-rdf-syntax-ns#li>¶
 - 
LIST= <http://www.w3.org/1999/02/22-rdf-syntax-ns#List>¶
 - 
NAMESPACE= 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'¶
 - 
NIL= <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>¶
 - 
OBJECT= <http://www.w3.org/1999/02/22-rdf-syntax-ns#object>¶
 - 
PREDICATE= <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate>¶
 - 
PROPERTY= <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>¶
 - 
REST= <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest>¶
 - 
SEQ= <http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq>¶
 - 
STATEMENT= <http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement>¶
 - 
SUBJECT= <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject>¶
 - 
TYPE= <http://www.w3.org/1999/02/22-rdf-syntax-ns#type>¶
 - 
VALUE= <http://www.w3.org/1999/02/22-rdf-syntax-ns#value>¶
 - 
XMLLITERAL= <http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral>¶
 
- 
- 
class franz.openrdf.vocabulary.RDFS¶
- Bases: - object- A ‘static’ class containing useful RDFS URIs. - 
CLASS= <http://www.w3.org/2000/01/rdf-schema#Class>¶
 - 
COMMENT= <http://www.w3.org/2000/01/rdf-schema#comment>¶
 - 
CONTAINER= <http://www.w3.org/2000/01/rdf-schema#Container>¶
 - 
CONTAINERMEMBERSHIPPROPERTY= <http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty>¶
 - 
DATATYPE= <http://www.w3.org/2000/01/rdf-schema#Datatype>¶
 - 
DOMAIN= <http://www.w3.org/2000/01/rdf-schema#domain>¶
 - 
ISDEFINEDBY= <http://www.w3.org/2000/01/rdf-schema#isDefinedBy>¶
 - 
LABEL= <http://www.w3.org/2000/01/rdf-schema#label>¶
 - 
LITERAL= <http://www.w3.org/2000/01/rdf-schema#Literal>¶
 - 
MEMBER= <http://www.w3.org/2000/01/rdf-schema#member>¶
 - 
NAMESPACE= 'http://www.w3.org/2000/01/rdf-schema#'¶
 - 
RANGE= <http://www.w3.org/2000/01/rdf-schema#range>¶
 - 
RESOURCE= <http://www.w3.org/2000/01/rdf-schema#Resource>¶
 - 
SEEALSO= <http://www.w3.org/2000/01/rdf-schema#seeAlso>¶
 - 
SUBCLASSOF= <http://www.w3.org/2000/01/rdf-schema#subClassOf>¶
 - 
SUBPROPERTYOF= <http://www.w3.org/2000/01/rdf-schema#subPropertyOf>¶
 
- 
- 
class franz.openrdf.vocabulary.XMLSchema¶
- Bases: - object- A ‘static’ class containing useful XMLSchema URIs. - 
ANYURI= <http://www.w3.org/2001/XMLSchema#anyURI>¶
 - 
BASE64BINARY= <http://www.w3.org/2001/XMLSchema#base64Binary>¶
 - 
BOOLEAN= <http://www.w3.org/2001/XMLSchema#boolean>¶
 - 
BYTE= <http://www.w3.org/2001/XMLSchema#byte>¶
 - 
DATE= <http://www.w3.org/2001/XMLSchema#date>¶
 - 
DATETIME= <http://www.w3.org/2001/XMLSchema#dateTime>¶
 - 
DECIMAL= <http://www.w3.org/2001/XMLSchema#decimal>¶
 - 
DOUBLE= <http://www.w3.org/2001/XMLSchema#double>¶
 - 
DURATION= <http://www.w3.org/2001/XMLSchema#duration>¶
 - 
ENTITIES= <http://www.w3.org/2001/XMLSchema#ENTITIES>¶
 - 
ENTITY= <http://www.w3.org/2001/XMLSchema#ENTITY>¶
 - 
FLOAT= <http://www.w3.org/2001/XMLSchema#float>¶
 - 
GDAY= <http://www.w3.org/2001/XMLSchema#gDay>¶
 - 
GMONTH= <http://www.w3.org/2001/XMLSchema#gMonth>¶
 - 
GMONTHDAY= <http://www.w3.org/2001/XMLSchema#gMonthDay>¶
 - 
GYEAR= <http://www.w3.org/2001/XMLSchema#gYear>¶
 - 
GYEARMONTH= <http://www.w3.org/2001/XMLSchema#gYearMonth>¶
 - 
HEXBINARY= <http://www.w3.org/2001/XMLSchema#hexBinary>¶
 - 
ID= <http://www.w3.org/2001/XMLSchema#ID>¶
 - 
IDREF= <http://www.w3.org/2001/XMLSchema#IDREF>¶
 - 
IDREFS= <http://www.w3.org/2001/XMLSchema#IDREFS>¶
 - 
INT= <http://www.w3.org/2001/XMLSchema#int>¶
 - 
INTEGER= <http://www.w3.org/2001/XMLSchema#integer>¶
 - 
LANGUAGE= <http://www.w3.org/2001/XMLSchema#language>¶
 - 
LONG= <http://www.w3.org/2001/XMLSchema#long>¶
 - 
NAME= <http://www.w3.org/2001/XMLSchema#Name>¶
 - 
NAMESPACE= 'http://www.w3.org/2001/XMLSchema#'¶
 - 
NCNAME= <http://www.w3.org/2001/XMLSchema#NCName>¶
 - 
NEGATIVE_INTEGER= <http://www.w3.org/2001/XMLSchema#negativeInteger>¶
 - 
NMTOKEN= <http://www.w3.org/2001/XMLSchema#NMTOKEN>¶
 - 
NMTOKENS= <http://www.w3.org/2001/XMLSchema#NMTOKENS>¶
 - 
NON_NEGATIVE_INTEGER= <http://www.w3.org/2001/XMLSchema#nonNegativeInteger>¶
 - 
NON_POSITIVE_INTEGER= <http://www.w3.org/2001/XMLSchema#nonPositiveInteger>¶
 - 
NORMALIZEDSTRING= <http://www.w3.org/2001/XMLSchema#normalizedString>¶
 - 
NOTATION= <http://www.w3.org/2001/XMLSchema#NOTATION>¶
 - 
NUMBER= <http://www.w3.org/2001/XMLSchema#number>¶
 - 
POSITIVE_INTEGER= <http://www.w3.org/2001/XMLSchema#positiveInteger>¶
 - 
QNAME= <http://www.w3.org/2001/XMLSchema#QName>¶
 - 
SHORT= <http://www.w3.org/2001/XMLSchema#short>¶
 - 
STRING= <http://www.w3.org/2001/XMLSchema#string>¶
 - 
TIME= <http://www.w3.org/2001/XMLSchema#time>¶
 - 
TOKEN= <http://www.w3.org/2001/XMLSchema#token>¶
 - 
UNSIGNED_BYTE= <http://www.w3.org/2001/XMLSchema#unsignedByte>¶
 - 
UNSIGNED_INT= <http://www.w3.org/2001/XMLSchema#unsignedInt>¶
 - 
UNSIGNED_LONG= <http://www.w3.org/2001/XMLSchema#unsignedLong>¶
 - 
UNSIGNED_SHORT= <http://www.w3.org/2001/XMLSchema#unsignedShort>¶
 
- 
