Uses of Interface
org.openrdf.concepts.rdf.Property

Packages that use Property
org.openrdf.concepts.owl This file specifies in RDF Schema format the built-in classes and properties that together form the basis of the RDF/XML syntax of OWL Full, OWL DL and OWL Lite. 
org.openrdf.concepts.rdf   
org.openrdf.concepts.rdfs   
 

Uses of Property in org.openrdf.concepts.owl
 

Subinterfaces of Property in org.openrdf.concepts.owl
 interface AnnotationProperty
           
 interface DatatypeProperty
           
 interface DeprecatedProperty
           
 interface FunctionalProperty
           
 interface InverseFunctionalProperty
           
 interface ObjectProperty
           
 interface OntologyProperty
           
 interface OwlProperty
           
 interface SymmetricProperty
           
 interface TransitiveProperty
           
 

Methods in org.openrdf.concepts.owl that return types with arguments of type Property
 Set<Property> OwlProperty.getOwlEquivalentProperties()
          http://www.w3.org/2002/07/owl#equivalentProperty
 

Method parameters in org.openrdf.concepts.owl with type arguments of type Property
 void OwlProperty.setOwlEquivalentProperties(Set<? extends Property> value)
          http://www.w3.org/2002/07/owl#equivalentProperty
 

Uses of Property in org.openrdf.concepts.rdf
 

Methods in org.openrdf.concepts.rdf that return types with arguments of type Property
 Set<Property> Property.getRdfsSubPropertyOf()
          The subject is a subproperty of a property.
 

Method parameters in org.openrdf.concepts.rdf with type arguments of type Property
 void Property.setRdfsSubPropertyOf(Set<? extends Property> value)
          The subject is a subproperty of a property.
 

Uses of Property in org.openrdf.concepts.rdfs
 

Subinterfaces of Property in org.openrdf.concepts.rdfs
 interface ContainerMembershipProperty
          The class of container membership properties, rdf:_1, rdf:_2, ..., all of which are sub-properties of 'member'.
 



Copyright © 2004-2008 Aduna. All Rights Reserved.