|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.hp.hpl.jena.vocabulary.DAML_OIL
Defines a vocabulary of RDF constants used by the latest release of DAML+oil
for class and property names. The contract maintained by the DAML_OIL class
is that it will be periodically updated to reflect the latest release of DAML+OIL.
Currently this is the March 2001 release. Older versions of the DAML+OIL
vocabulary, for compatability with older ontology documents, are maintained in
classes named DAML_OIL_YYYY_MM
, for example DAML_OIL_2000_12.
Note that rudimentary support for multiple versions of DAML namespaces is
included in this release, by the mechanism of providing methods with the same
names as the static constants in the DAMLVocabulary
interface. This mechanism
is still under design review, and may change in future versions of Jena.
Note also that the capitalisation of the constants herein is designed to follow normal practice in the RDF community, rather than normal practice in the Java community. This is consistent with the capitalisation of constants in Jena.
Field Summary | |
static Property |
cardinality
RDF Property for the DAML cardinality property on Restrictions |
static Property |
cardinalityQ
RDF Property for the DAML cardinalityQ property on Restrictions |
static DAMLClass |
Class
RDF resource for DAML Class class (a DAML sub-class of rdfs:Class). |
static Property |
comment
Alias for rdfs:comment in daml namespace |
static Property |
complementOf
RDF Property for the complementOf property on class expressions |
static DAMLClass |
Datatype
RDF resource for DAML Datatype class (a DAML sub-class of rdfs:Class). |
static DAMLClass |
DatatypeProperty
RDF resource for DAML DatatypeProperty class (a DAML sub-class of rdf:Property). |
static Property |
differentIndividualFrom
RDF Property for the DAML differentIndvidualFrom property on instances |
static DAMLClass |
Disjoint
Deprecated. Use disjointWith or disjointUnionOf instead. |
static Property |
disjointUnionOf
RDF Property for the DAML disjointUnionOf property on Classes |
static Property |
disjointWith
RDF Property for the DAML disjointWith property on Classes |
static Property |
domain
Alias for rdfs:domain in daml namespace |
static Property |
equivalentTo
RDF Property for the equivalentTo property on DAML values |
static Property |
first
RDF Property for the DAML first property on Lists |
static Property |
hasClass
RDF Property for the DAML hasClass property on Restrictions |
static Property |
hasClassQ
RDF Property for the DAML hasClassQ property on Restrictions |
static Property |
hasValue
RDF Property for the DAML hasValue property on Restrictions |
static Property |
imports
RDF Property for the DAML imports property on Ontologies |
static Property |
intersectionOf
RDF Property for the intersectionOf property on class expressions |
static Property |
inverseOf
RDF Property for the DAML inverseOf property on Properties |
static Property |
isDefinedBy
Alias for rdfs:isDefinedBy in daml namespace |
static Property |
item
RDF Property for the DAML item property on Lists |
static Property |
label
Alias for rdfs:label in daml namespace |
static DAMLClass |
List
RDF resource for DAML List class. |
static DAMLClass |
Literal
Alias for rdfs:Literal in the daml namespace. |
static Property |
maxCardinality
RDF Property for the DAML maxCardinality property on Restrictions |
static Property |
maxCardinalityQ
RDF Property for the DAML maxCardinalityQ property on Restrictions |
static Property |
minCardinality
RDF Property for the DAML minCardinality property on Restrictions |
static Property |
minCardinalityQ
RDF Property for the DAML minCardinalityQ property on Restrictions |
static Resource |
NAMESPACE_DAML
DAML namespace resource for the current release |
static DAMLList |
nil
RDF resource for the nil (empty) list. |
static DAMLClass |
Nothing
RDF resource for the bottom type (i.e. |
static DAMLClass |
ObjectProperty
RDF resource for DAML ObjectProperty class (a DAML sub-class of rdf:Property). |
static Property |
oneOf
RDF Property for the oneOf property on DAML class expressions |
static Property |
onProperty
RDF Property for the DAML onProperty property on Restrictions |
static DAMLClass |
Ontology
RDF resource for DAML Ontology class |
static DAMLClass |
Property
Alias for rdfs:Property in the daml namespace. |
static Property |
range
Alias for rdfs:range in daml namespace |
static Property |
rest
RDF Property for the DAML rest property on Lists |
static DAMLClass |
Restriction
RDF resource for DAML Restriction class |
static Property |
sameClassAs
RDF Property for the DAML sameClassAs property on Classes |
static Property |
sameIndividualAs
RDF Property for the DAML sameIndividualAs property on instances |
static Property |
samePropertyAs
RDF Property for the DAML samePropertyAs property on Properties |
static Property |
seeAlso
Alias for rdfs:seeAlso in daml namespace |
static Property |
subClassOf
Alias for rdfs:subClassOf in daml namespace |
static Property |
subPropertyOf
Alias for rdfs:subPropertyOf in daml namespace |
static DAMLClass |
Thing
RDF resource for the top type (i.e. |
static Property |
toClass
RDF Property for the DAML toClass property on Restrictions |
static DAMLClass |
TransitiveProperty
RDF resource for DAML TransitiveProperty class |
static Property |
type
Alias for rdf:type in daml namespace |
static DAMLClass |
UnambiguousProperty
RDF resource for DAML UnambiguousProperty class |
static Property |
unionOf
RDF Property for the unionOf property on class expressions |
static DAMLClass |
UniqueProperty
RDF resource for DAML UniqueProperty class |
static Property |
value
Alias for rdf:value in daml namespace |
static Property |
versionInfo
RDF Property for the DAML versionInfo property |
Fields inherited from interface com.hp.hpl.jena.vocabulary.DAMLVocabulary |
NAMESPACE_DAML_2000_12_URI, NAMESPACE_DAML_2001_03_URI |
Method Summary | |
Property |
cardinality()
Answer the RDF Property for the DAML cardinality property on Restrictions |
Property |
cardinalityQ()
Answer the RDF Property for the DAML cardinalityQ property on Restrictions |
DAMLClass |
Class()
Answer the RDF resource for DAML Class class (a DAML sub-class of rdfs:Class). |
Property |
comment()
Answer the alias for rdfs:comment in daml namespace |
Property |
complementOf()
Answer the RDF Property for the complementOf property on class expressions |
DAMLClass |
Datatype()
Answer the RDF resource for DAML Datatype class (a DAML sub-class of rdfs:Class). |
DAMLClass |
DatatypeProperty()
Answer the RDF resource for DAML DatatypeProperty class (a DAML sub-class of rdf:Property). |
Property |
differentIndividualFrom()
Answer the RDF Property for the DAML differentIndvidualFrom property on instances |
DAMLClass |
Disjoint()
Deprecated. Use disjointWith or disjointUnionOf instead. |
Property |
disjointUnionOf()
Answer the RDF Property for the DAML disjointUnionOf property on Classes |
Property |
disjointWith()
Answer the RDF Property for the DAML disjointWith property on Classes |
Property |
domain()
Answer the alias for rdfs:domain in daml namespace |
Property |
equivalentTo()
Answer the RDF Property for the equivalentTo property on DAML values |
Property |
first()
Answer the RDF Property for the DAML first property on Lists |
static DAMLVocabulary |
getInstance()
Answer the singleton instance of this vocabulary |
java.lang.String |
getNamespace()
Answer the namespace URI for a the current vocabulary. |
Property |
hasClass()
Answer the RDF Property for the DAML hasClass property on Restrictions |
Property |
hasClassQ()
Answer the RDF Property for the DAML hasClassQ property on Restrictions |
Property |
hasValue()
Answer the RDF Property for the DAML hasValue property on Restrictions |
Property |
imports()
Answer the RDF Property for the DAML imports property on Ontologies |
Property |
intersectionOf()
Answer the RDF Property for the intersectionOf property on class expressions |
Property |
inverseOf()
Answer the RDF Property for the DAML inverseOf property on Properties |
Property |
isDefinedBy()
Answer the alias for rdfs:isDefinedBy in daml namespace |
Property |
item()
Answer the RDF Property for the DAML item property on Lists |
Property |
label()
Answer the alias for rdfs:label in daml namespace |
DAMLClass |
List()
Answer the RDF resource for DAML List class. |
DAMLClass |
Literal()
Answer the Alias for rdfs:Literal in the daml namespace. |
Property |
maxCardinality()
Answer the RDF Property for the DAML maxCardinality property on Restrictions |
Property |
maxCardinalityQ()
Answer the RDF Property for the DAML maxCardinalityQ property on Restrictions |
Property |
minCardinality()
Answer the RDF Property for the DAML minCardinality property on Restrictions |
Property |
minCardinalityQ()
Answer the RDF Property for the DAML minCardinalityQ property on Restrictions |
Resource |
NAMESPACE_DAML()
Answer the DAML namespace resource for the current release |
DAMLList |
nil()
Answer the RDF resource for the nil (empty) list. |
DAMLClass |
Nothing()
Answer the RDF resource for the bottom type (i.e. |
DAMLClass |
ObjectProperty()
Answer the RDF resource for DAML ObjectProperty class (a DAML sub-class of rdf:Property). |
Property |
oneOf()
Answer the RDF Property for the oneOf property on DAML class expressions |
Property |
onProperty()
Answer the RDF Property for the DAML onProperty property on Restrictions |
DAMLClass |
Ontology()
Answer the RDF resource for DAML Ontology class |
DAMLClass |
Property()
Answer the alias for rdfs:Property in the daml namespace. |
Property |
range()
Answer the alias for rdfs:range in daml namespace |
Property |
rest()
Answer the RDF Property for the DAML rest property on Lists |
DAMLClass |
Restriction()
Answer the RDF resource for DAML Restriction class |
Property |
sameClassAs()
Answer the RDF Property for the DAML sameClassAs property on Classes |
Property |
sameIndividualAs()
Answer the RDF Property for the DAML sameIndividualAs property on instances |
Property |
samePropertyAs()
Answer the RDF Property for the DAML samePropertyAs property on Properties |
Property |
seeAlso()
Answer the alias for rdfs:seeAlso in daml namespace |
Property |
subClassOf()
Answer the alias for rdfs:subClassOf in daml namespace |
Property |
subPropertyOf()
Answer the alias for rdfs:subPropertyOf in daml namespace |
DAMLClass |
Thing()
Answer the RDF resource for the top type (i.e. |
Property |
toClass()
Answer the RDF Property for the DAML toClass property on Restrictions |
DAMLClass |
TransitiveProperty()
Answer the RDF resource for DAML TransitiveProperty class |
Property |
type()
Answer the alias for rdf:type in daml namespace |
DAMLClass |
UnambiguousProperty()
Answer the RDF resource for DAML UnambiguousProperty class |
Property |
unionOf()
Answer the RDF Property for the unionOf property on class expressions |
DAMLClass |
UniqueProperty()
Answer the RDF resource for DAML UniqueProperty class |
Property |
value()
Answer the alias for rdf:value in daml namespace |
Property |
versionInfo()
Answer the RDF Property for the DAML versionInfo property |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final Resource NAMESPACE_DAML
public static final DAMLClass List
public static final DAMLClass UniqueProperty
public static final DAMLClass TransitiveProperty
public static final DAMLClass UnambiguousProperty
public static final DAMLClass Restriction
public static final DAMLClass Ontology
public static final DAMLList nil
public static final DAMLClass Thing
public static final DAMLClass Nothing
public static final DAMLClass Literal
public static final DAMLClass Class
public static final DAMLClass Datatype
public static final DAMLClass DatatypeProperty
public static final DAMLClass ObjectProperty
public static final DAMLClass Property
public static final DAMLClass Disjoint
disjointWith
or disjointUnionOf
instead.
public static Property versionInfo
public static Property imports
public static Property disjointWith
public static Property disjointUnionOf
public static Property sameClassAs
public static Property samePropertyAs
public static Property oneOf
public static Property intersectionOf
public static Property unionOf
public static Property complementOf
public static Property equivalentTo
public static Property onProperty
public static Property toClass
public static Property hasValue
public static Property hasClass
public static Property hasClassQ
public static Property cardinality
public static Property minCardinality
public static Property maxCardinality
public static Property cardinalityQ
public static Property minCardinalityQ
public static Property maxCardinalityQ
public static Property inverseOf
public static Property first
public static Property rest
public static Property item
public static Property subPropertyOf
public static Property type
public static Property value
public static Property subClassOf
public static Property domain
public static Property range
public static Property label
public static Property comment
public static Property seeAlso
public static Property isDefinedBy
public static Property sameIndividualAs
public static Property differentIndividualFrom
Method Detail |
public java.lang.String getNamespace()
public static DAMLVocabulary getInstance()
public Resource NAMESPACE_DAML()
NAMESPACE_DAML
in interface DAMLVocabulary
public DAMLClass List()
List
in interface DAMLVocabulary
public DAMLClass UniqueProperty()
UniqueProperty
in interface DAMLVocabulary
public DAMLClass TransitiveProperty()
TransitiveProperty
in interface DAMLVocabulary
public DAMLClass UnambiguousProperty()
UnambiguousProperty
in interface DAMLVocabulary
public DAMLClass Restriction()
Restriction
in interface DAMLVocabulary
public DAMLClass Ontology()
Ontology
in interface DAMLVocabulary
public DAMLList nil()
nil
in interface DAMLVocabulary
public DAMLClass Thing()
Thing
in interface DAMLVocabulary
public DAMLClass Nothing()
Nothing
in interface DAMLVocabulary
public DAMLClass Literal()
Literal
in interface DAMLVocabulary
public DAMLClass Class()
Class
in interface DAMLVocabulary
public DAMLClass Datatype()
Datatype
in interface DAMLVocabulary
public DAMLClass DatatypeProperty()
DatatypeProperty
in interface DAMLVocabulary
public DAMLClass ObjectProperty()
ObjectProperty
in interface DAMLVocabulary
public Property versionInfo()
versionInfo
in interface DAMLVocabulary
public Property imports()
imports
in interface DAMLVocabulary
public Property disjointWith()
disjointWith
in interface DAMLVocabulary
public Property disjointUnionOf()
disjointUnionOf
in interface DAMLVocabulary
public Property sameClassAs()
sameClassAs
in interface DAMLVocabulary
public Property samePropertyAs()
samePropertyAs
in interface DAMLVocabulary
public Property oneOf()
oneOf
in interface DAMLVocabulary
public Property intersectionOf()
intersectionOf
in interface DAMLVocabulary
public Property unionOf()
unionOf
in interface DAMLVocabulary
public Property complementOf()
complementOf
in interface DAMLVocabulary
public Property equivalentTo()
equivalentTo
in interface DAMLVocabulary
public Property onProperty()
onProperty
in interface DAMLVocabulary
public Property toClass()
toClass
in interface DAMLVocabulary
public Property hasValue()
hasValue
in interface DAMLVocabulary
public Property hasClass()
hasClass
in interface DAMLVocabulary
public Property hasClassQ()
hasClassQ
in interface DAMLVocabulary
public Property cardinality()
cardinality
in interface DAMLVocabulary
public Property minCardinality()
minCardinality
in interface DAMLVocabulary
public Property maxCardinality()
maxCardinality
in interface DAMLVocabulary
public Property cardinalityQ()
cardinalityQ
in interface DAMLVocabulary
public Property minCardinalityQ()
minCardinalityQ
in interface DAMLVocabulary
public Property maxCardinalityQ()
maxCardinalityQ
in interface DAMLVocabulary
public Property inverseOf()
inverseOf
in interface DAMLVocabulary
public Property first()
first
in interface DAMLVocabulary
public Property rest()
rest
in interface DAMLVocabulary
public Property item()
item
in interface DAMLVocabulary
public Property subPropertyOf()
subPropertyOf
in interface DAMLVocabulary
public Property type()
type
in interface DAMLVocabulary
public Property value()
value
in interface DAMLVocabulary
public Property subClassOf()
subClassOf
in interface DAMLVocabulary
public Property domain()
domain
in interface DAMLVocabulary
public Property range()
range
in interface DAMLVocabulary
public Property label()
label
in interface DAMLVocabulary
public Property comment()
comment
in interface DAMLVocabulary
public Property seeAlso()
seeAlso
in interface DAMLVocabulary
public Property isDefinedBy()
isDefinedBy
in interface DAMLVocabulary
public Property sameIndividualAs()
sameIndividualAs
in interface DAMLVocabulary
public Property differentIndividualFrom()
differentIndividualFrom
in interface DAMLVocabulary
public DAMLClass Property()
Property
in interface DAMLVocabulary
public DAMLClass Disjoint()
disjointWith
or disjointUnionOf
instead.
Disjoint
in interface DAMLVocabulary
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |