org.openanzo.owl.dataset
Class OWL11Factory

java.lang.Object
  extended by org.openanzo.jastor.DatasetThingFactory
      extended by org.openanzo.owl.dataset.OWL11Factory

public class OWL11Factory
extends DatasetThingFactory

Factory for instantiating objects for ontology classes in the OWL11 ontology. The get methods leave the dataset unchanged and return a Java view of the object in the dataset. The create methods may add certain baseline properties to the dataset such as rdf:type and any properties with hasValue restrictions.

(URI: http://www.w3.org/2002/07/owl#OWL11)





Field Summary
 
Fields inherited from class org.openanzo.jastor.DatasetThingFactory
valueFactory
 
Constructor Summary
OWL11Factory()
           
 
Method Summary
static _Thing create_Thing(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of _Thing.
static _Thing create_Thing(java.lang.String uri, IDataset dataset)
          Create a new instance of _Thing.
static _Thing create_Thing(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of _Thing.
static _Thing create_Thing(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of _Thing.
static AnnotationProperty createAnnotationProperty(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of AnnotationProperty.
static AnnotationProperty createAnnotationProperty(java.lang.String uri, IDataset dataset)
          Create a new instance of AnnotationProperty.
static AnnotationProperty createAnnotationProperty(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of AnnotationProperty.
static AnnotationProperty createAnnotationProperty(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of AnnotationProperty.
static AntisymmetricProperty createAntisymmetricProperty(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of AntisymmetricProperty.
static AntisymmetricProperty createAntisymmetricProperty(java.lang.String uri, IDataset dataset)
          Create a new instance of AntisymmetricProperty.
static AntisymmetricProperty createAntisymmetricProperty(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of AntisymmetricProperty.
static AntisymmetricProperty createAntisymmetricProperty(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of AntisymmetricProperty.
static Class createClass(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of Class.
static Class createClass(java.lang.String uri, IDataset dataset)
          Create a new instance of Class.
static Class createClass(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of Class.
static Class createClass(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of Class.
static Constant createConstant(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of Constant.
static Constant createConstant(java.lang.String uri, IDataset dataset)
          Create a new instance of Constant.
static Constant createConstant(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of Constant.
static Constant createConstant(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of Constant.
static DataRange createDataRange(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of DataRange.
static DataRange createDataRange(java.lang.String uri, IDataset dataset)
          Create a new instance of DataRange.
static DataRange createDataRange(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of DataRange.
static DataRange createDataRange(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of DataRange.
static DataRestriction createDataRestriction(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of DataRestriction.
static DataRestriction createDataRestriction(java.lang.String uri, IDataset dataset)
          Create a new instance of DataRestriction.
static DataRestriction createDataRestriction(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of DataRestriction.
static DataRestriction createDataRestriction(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of DataRestriction.
static DatatypeProperty createDatatypeProperty(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of DatatypeProperty.
static DatatypeProperty createDatatypeProperty(java.lang.String uri, IDataset dataset)
          Create a new instance of DatatypeProperty.
static DatatypeProperty createDatatypeProperty(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of DatatypeProperty.
static DatatypeProperty createDatatypeProperty(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of DatatypeProperty.
static FunctionalDataPropety createFunctionalDataPropety(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of FunctionalDataPropety.
static FunctionalDataPropety createFunctionalDataPropety(java.lang.String uri, IDataset dataset)
          Create a new instance of FunctionalDataPropety.
static FunctionalDataPropety createFunctionalDataPropety(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of FunctionalDataPropety.
static FunctionalDataPropety createFunctionalDataPropety(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of FunctionalDataPropety.
static FunctionalObjectProperty createFunctionalObjectProperty(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of FunctionalObjectProperty.
static FunctionalObjectProperty createFunctionalObjectProperty(java.lang.String uri, IDataset dataset)
          Create a new instance of FunctionalObjectProperty.
static FunctionalObjectProperty createFunctionalObjectProperty(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of FunctionalObjectProperty.
static FunctionalObjectProperty createFunctionalObjectProperty(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of FunctionalObjectProperty.
static FunctionalProperty createFunctionalProperty(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of FunctionalProperty.
static FunctionalProperty createFunctionalProperty(java.lang.String uri, IDataset dataset)
          Create a new instance of FunctionalProperty.
static FunctionalProperty createFunctionalProperty(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of FunctionalProperty.
static FunctionalProperty createFunctionalProperty(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of FunctionalProperty.
static FunctionalPropety createFunctionalPropety(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of FunctionalPropety.
static FunctionalPropety createFunctionalPropety(java.lang.String uri, IDataset dataset)
          Create a new instance of FunctionalPropety.
static FunctionalPropety createFunctionalPropety(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of FunctionalPropety.
static FunctionalPropety createFunctionalPropety(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of FunctionalPropety.
static Individual createIndividual(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of Individual.
static Individual createIndividual(java.lang.String uri, IDataset dataset)
          Create a new instance of Individual.
static Individual createIndividual(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of Individual.
static Individual createIndividual(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of Individual.
static InverseFunctionalProperty createInverseFunctionalProperty(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of InverseFunctionalProperty.
static InverseFunctionalProperty createInverseFunctionalProperty(java.lang.String uri, IDataset dataset)
          Create a new instance of InverseFunctionalProperty.
static InverseFunctionalProperty createInverseFunctionalProperty(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of InverseFunctionalProperty.
static InverseFunctionalProperty createInverseFunctionalProperty(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of InverseFunctionalProperty.
static IrreflexiveProperty createIrreflexiveProperty(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of IrreflexiveProperty.
static IrreflexiveProperty createIrreflexiveProperty(java.lang.String uri, IDataset dataset)
          Create a new instance of IrreflexiveProperty.
static IrreflexiveProperty createIrreflexiveProperty(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of IrreflexiveProperty.
static IrreflexiveProperty createIrreflexiveProperty(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of IrreflexiveProperty.
static Nothing createNothing(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of Nothing.
static Nothing createNothing(java.lang.String uri, IDataset dataset)
          Create a new instance of Nothing.
static Nothing createNothing(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of Nothing.
static Nothing createNothing(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of Nothing.
static ObjectProperty createObjectProperty(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of ObjectProperty.
static ObjectProperty createObjectProperty(java.lang.String uri, IDataset dataset)
          Create a new instance of ObjectProperty.
static ObjectProperty createObjectProperty(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of ObjectProperty.
static ObjectProperty createObjectProperty(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of ObjectProperty.
static ObjectRestriction createObjectRestriction(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of ObjectRestriction.
static ObjectRestriction createObjectRestriction(java.lang.String uri, IDataset dataset)
          Create a new instance of ObjectRestriction.
static ObjectRestriction createObjectRestriction(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of ObjectRestriction.
static ObjectRestriction createObjectRestriction(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of ObjectRestriction.
static Ontology createOntology(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of Ontology.
static Ontology createOntology(java.lang.String uri, IDataset dataset)
          Create a new instance of Ontology.
static Ontology createOntology(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of Ontology.
static Ontology createOntology(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of Ontology.
static OWLEntity createOWLEntity(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of OWLEntity.
static OWLEntity createOWLEntity(java.lang.String uri, IDataset dataset)
          Create a new instance of OWLEntity.
static OWLEntity createOWLEntity(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of OWLEntity.
static OWLEntity createOWLEntity(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of OWLEntity.
static ReflexiveProperty createReflexiveProperty(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of ReflexiveProperty.
static ReflexiveProperty createReflexiveProperty(java.lang.String uri, IDataset dataset)
          Create a new instance of ReflexiveProperty.
static ReflexiveProperty createReflexiveProperty(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of ReflexiveProperty.
static ReflexiveProperty createReflexiveProperty(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of ReflexiveProperty.
static Restriction createRestriction(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of Restriction.
static Restriction createRestriction(java.lang.String uri, IDataset dataset)
          Create a new instance of Restriction.
static Restriction createRestriction(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of Restriction.
static Restriction createRestriction(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of Restriction.
static SymmetricProperty createSymmetricProperty(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of SymmetricProperty.
static SymmetricProperty createSymmetricProperty(java.lang.String uri, IDataset dataset)
          Create a new instance of SymmetricProperty.
static SymmetricProperty createSymmetricProperty(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of SymmetricProperty.
static SymmetricProperty createSymmetricProperty(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of SymmetricProperty.
static TransitiveProperty createTransitiveProperty(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of TransitiveProperty.
static TransitiveProperty createTransitiveProperty(java.lang.String uri, IDataset dataset)
          Create a new instance of TransitiveProperty.
static TransitiveProperty createTransitiveProperty(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of TransitiveProperty.
static TransitiveProperty createTransitiveProperty(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of TransitiveProperty.
static _Thing get_Thing(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of _Thing.
static _Thing get_Thing(java.lang.String uri, IDataset dataset)
          Create a new instance of _Thing.
static _Thing get_Thing(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of _Thing.
static _Thing get_Thing(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of _Thing.
static java.util.List<_Thing> getAll_Thing(IDataset dataset)
          Return an instance of _Thing for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#Thing
static java.util.List<_Thing> getAll_Thing(org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Return an instance of _Thing for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#Thing
static java.util.List<AnnotationProperty> getAllAnnotationProperty(IDataset dataset)
          Return an instance of AnnotationProperty for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#AnnotationProperty
static java.util.List<AnnotationProperty> getAllAnnotationProperty(org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Return an instance of AnnotationProperty for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#AnnotationProperty
static java.util.List<AntisymmetricProperty> getAllAntisymmetricProperty(IDataset dataset)
          Return an instance of AntisymmetricProperty for every resource in the dataset with rdf:Type http://www.w3.org/2006/12/owl11#AntisymmetricProperty
static java.util.List<AntisymmetricProperty> getAllAntisymmetricProperty(org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Return an instance of AntisymmetricProperty for every resource in the dataset with rdf:Type http://www.w3.org/2006/12/owl11#AntisymmetricProperty
static java.util.List<Class> getAllClass(IDataset dataset)
          Return an instance of Class for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#Class
static java.util.List<Class> getAllClass(org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Return an instance of Class for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#Class
static java.util.List<Constant> getAllConstant(IDataset dataset)
          Return an instance of Constant for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#Constant
static java.util.List<Constant> getAllConstant(org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Return an instance of Constant for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#Constant
static java.util.List<DataRange> getAllDataRange(IDataset dataset)
          Return an instance of DataRange for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#DataRange
static java.util.List<DataRange> getAllDataRange(org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Return an instance of DataRange for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#DataRange
static java.util.List<DataRestriction> getAllDataRestriction(IDataset dataset)
          Return an instance of DataRestriction for every resource in the dataset with rdf:Type http://www.w3.org/owl11#DataRestriction
static java.util.List<DataRestriction> getAllDataRestriction(org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Return an instance of DataRestriction for every resource in the dataset with rdf:Type http://www.w3.org/owl11#DataRestriction
static java.util.List<DatatypeProperty> getAllDatatypeProperty(IDataset dataset)
          Return an instance of DatatypeProperty for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#DatatypeProperty
static java.util.List<DatatypeProperty> getAllDatatypeProperty(org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Return an instance of DatatypeProperty for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#DatatypeProperty
static java.util.List<FunctionalDataPropety> getAllFunctionalDataPropety(IDataset dataset)
          Return an instance of FunctionalDataPropety for every resource in the dataset with rdf:Type http://www.w3.org/2006/12/owl11#FunctionalDataPropety
static java.util.List<FunctionalDataPropety> getAllFunctionalDataPropety(org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Return an instance of FunctionalDataPropety for every resource in the dataset with rdf:Type http://www.w3.org/2006/12/owl11#FunctionalDataPropety
static java.util.List<FunctionalObjectProperty> getAllFunctionalObjectProperty(IDataset dataset)
          Return an instance of FunctionalObjectProperty for every resource in the dataset with rdf:Type http://www.w3.org/2006/12/owl11#FunctionalObjectProperty
static java.util.List<FunctionalObjectProperty> getAllFunctionalObjectProperty(org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Return an instance of FunctionalObjectProperty for every resource in the dataset with rdf:Type http://www.w3.org/2006/12/owl11#FunctionalObjectProperty
static java.util.List<FunctionalProperty> getAllFunctionalProperty(IDataset dataset)
          Return an instance of FunctionalProperty for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#FunctionalProperty
static java.util.List<FunctionalProperty> getAllFunctionalProperty(org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Return an instance of FunctionalProperty for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#FunctionalProperty
static java.util.List<FunctionalPropety> getAllFunctionalPropety(IDataset dataset)
          Return an instance of FunctionalPropety for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#FunctionalPropety
static java.util.List<FunctionalPropety> getAllFunctionalPropety(org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Return an instance of FunctionalPropety for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#FunctionalPropety
static java.util.List<Individual> getAllIndividual(IDataset dataset)
          Return an instance of Individual for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#Individual
static java.util.List<Individual> getAllIndividual(org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Return an instance of Individual for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#Individual
static java.util.List<InverseFunctionalProperty> getAllInverseFunctionalProperty(IDataset dataset)
          Return an instance of InverseFunctionalProperty for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#InverseFunctionalProperty
static java.util.List<InverseFunctionalProperty> getAllInverseFunctionalProperty(org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Return an instance of InverseFunctionalProperty for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#InverseFunctionalProperty
static java.util.List<IrreflexiveProperty> getAllIrreflexiveProperty(IDataset dataset)
          Return an instance of IrreflexiveProperty for every resource in the dataset with rdf:Type http://www.w3.org/2006/12/owl11#IrreflexiveProperty
static java.util.List<IrreflexiveProperty> getAllIrreflexiveProperty(org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Return an instance of IrreflexiveProperty for every resource in the dataset with rdf:Type http://www.w3.org/2006/12/owl11#IrreflexiveProperty
static java.util.List<Nothing> getAllNothing(IDataset dataset)
          Return an instance of Nothing for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#Nothing
static java.util.List<Nothing> getAllNothing(org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Return an instance of Nothing for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#Nothing
static java.util.List<ObjectProperty> getAllObjectProperty(IDataset dataset)
          Return an instance of ObjectProperty for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#ObjectProperty
static java.util.List<ObjectProperty> getAllObjectProperty(org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Return an instance of ObjectProperty for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#ObjectProperty
static java.util.List<ObjectRestriction> getAllObjectRestriction(IDataset dataset)
          Return an instance of ObjectRestriction for every resource in the dataset with rdf:Type http://www.w3.org/owl11#ObjectRestriction
static java.util.List<ObjectRestriction> getAllObjectRestriction(org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Return an instance of ObjectRestriction for every resource in the dataset with rdf:Type http://www.w3.org/owl11#ObjectRestriction
static java.util.List<Ontology> getAllOntology(IDataset dataset)
          Return an instance of Ontology for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#Ontology
static java.util.List<Ontology> getAllOntology(org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Return an instance of Ontology for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#Ontology
static java.util.List<OWLEntity> getAllOWLEntity(IDataset dataset)
          Return an instance of OWLEntity for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#OWLEntity
static java.util.List<OWLEntity> getAllOWLEntity(org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Return an instance of OWLEntity for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#OWLEntity
static java.util.List<ReflexiveProperty> getAllReflexiveProperty(IDataset dataset)
          Return an instance of ReflexiveProperty for every resource in the dataset with rdf:Type http://www.w3.org/2006/12/owl11#ReflexiveProperty
static java.util.List<ReflexiveProperty> getAllReflexiveProperty(org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Return an instance of ReflexiveProperty for every resource in the dataset with rdf:Type http://www.w3.org/2006/12/owl11#ReflexiveProperty
static java.util.List<Restriction> getAllRestriction(IDataset dataset)
          Return an instance of Restriction for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#Restriction
static java.util.List<Restriction> getAllRestriction(org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Return an instance of Restriction for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#Restriction
static java.util.List<SymmetricProperty> getAllSymmetricProperty(IDataset dataset)
          Return an instance of SymmetricProperty for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#SymmetricProperty
static java.util.List<SymmetricProperty> getAllSymmetricProperty(org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Return an instance of SymmetricProperty for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#SymmetricProperty
static java.util.List<TransitiveProperty> getAllTransitiveProperty(IDataset dataset)
          Return an instance of TransitiveProperty for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#TransitiveProperty
static java.util.List<TransitiveProperty> getAllTransitiveProperty(org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Return an instance of TransitiveProperty for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#TransitiveProperty
static AnnotationProperty getAnnotationProperty(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of AnnotationProperty.
static AnnotationProperty getAnnotationProperty(java.lang.String uri, IDataset dataset)
          Create a new instance of AnnotationProperty.
static AnnotationProperty getAnnotationProperty(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of AnnotationProperty.
static AnnotationProperty getAnnotationProperty(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of AnnotationProperty.
static AntisymmetricProperty getAntisymmetricProperty(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of AntisymmetricProperty.
static AntisymmetricProperty getAntisymmetricProperty(java.lang.String uri, IDataset dataset)
          Create a new instance of AntisymmetricProperty.
static AntisymmetricProperty getAntisymmetricProperty(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of AntisymmetricProperty.
static AntisymmetricProperty getAntisymmetricProperty(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of AntisymmetricProperty.
static Class getClass(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of Class.
static Class getClass(java.lang.String uri, IDataset dataset)
          Create a new instance of Class.
static Class getClass(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of Class.
static Class getClass(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of Class.
static Constant getConstant(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of Constant.
static Constant getConstant(java.lang.String uri, IDataset dataset)
          Create a new instance of Constant.
static Constant getConstant(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of Constant.
static Constant getConstant(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of Constant.
static DataRange getDataRange(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of DataRange.
static DataRange getDataRange(java.lang.String uri, IDataset dataset)
          Create a new instance of DataRange.
static DataRange getDataRange(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of DataRange.
static DataRange getDataRange(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of DataRange.
static DataRestriction getDataRestriction(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of DataRestriction.
static DataRestriction getDataRestriction(java.lang.String uri, IDataset dataset)
          Create a new instance of DataRestriction.
static DataRestriction getDataRestriction(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of DataRestriction.
static DataRestriction getDataRestriction(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of DataRestriction.
static DatatypeProperty getDatatypeProperty(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of DatatypeProperty.
static DatatypeProperty getDatatypeProperty(java.lang.String uri, IDataset dataset)
          Create a new instance of DatatypeProperty.
static DatatypeProperty getDatatypeProperty(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of DatatypeProperty.
static DatatypeProperty getDatatypeProperty(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of DatatypeProperty.
static FunctionalDataPropety getFunctionalDataPropety(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of FunctionalDataPropety.
static FunctionalDataPropety getFunctionalDataPropety(java.lang.String uri, IDataset dataset)
          Create a new instance of FunctionalDataPropety.
static FunctionalDataPropety getFunctionalDataPropety(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of FunctionalDataPropety.
static FunctionalDataPropety getFunctionalDataPropety(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of FunctionalDataPropety.
static FunctionalObjectProperty getFunctionalObjectProperty(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of FunctionalObjectProperty.
static FunctionalObjectProperty getFunctionalObjectProperty(java.lang.String uri, IDataset dataset)
          Create a new instance of FunctionalObjectProperty.
static FunctionalObjectProperty getFunctionalObjectProperty(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of FunctionalObjectProperty.
static FunctionalObjectProperty getFunctionalObjectProperty(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of FunctionalObjectProperty.
static FunctionalProperty getFunctionalProperty(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of FunctionalProperty.
static FunctionalProperty getFunctionalProperty(java.lang.String uri, IDataset dataset)
          Create a new instance of FunctionalProperty.
static FunctionalProperty getFunctionalProperty(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of FunctionalProperty.
static FunctionalProperty getFunctionalProperty(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of FunctionalProperty.
static FunctionalPropety getFunctionalPropety(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of FunctionalPropety.
static FunctionalPropety getFunctionalPropety(java.lang.String uri, IDataset dataset)
          Create a new instance of FunctionalPropety.
static FunctionalPropety getFunctionalPropety(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of FunctionalPropety.
static FunctionalPropety getFunctionalPropety(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of FunctionalPropety.
static Individual getIndividual(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of Individual.
static Individual getIndividual(java.lang.String uri, IDataset dataset)
          Create a new instance of Individual.
static Individual getIndividual(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of Individual.
static Individual getIndividual(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of Individual.
static InverseFunctionalProperty getInverseFunctionalProperty(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of InverseFunctionalProperty.
static InverseFunctionalProperty getInverseFunctionalProperty(java.lang.String uri, IDataset dataset)
          Create a new instance of InverseFunctionalProperty.
static InverseFunctionalProperty getInverseFunctionalProperty(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of InverseFunctionalProperty.
static InverseFunctionalProperty getInverseFunctionalProperty(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of InverseFunctionalProperty.
static IrreflexiveProperty getIrreflexiveProperty(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of IrreflexiveProperty.
static IrreflexiveProperty getIrreflexiveProperty(java.lang.String uri, IDataset dataset)
          Create a new instance of IrreflexiveProperty.
static IrreflexiveProperty getIrreflexiveProperty(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of IrreflexiveProperty.
static IrreflexiveProperty getIrreflexiveProperty(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of IrreflexiveProperty.
static Nothing getNothing(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of Nothing.
static Nothing getNothing(java.lang.String uri, IDataset dataset)
          Create a new instance of Nothing.
static Nothing getNothing(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of Nothing.
static Nothing getNothing(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of Nothing.
static ObjectProperty getObjectProperty(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of ObjectProperty.
static ObjectProperty getObjectProperty(java.lang.String uri, IDataset dataset)
          Create a new instance of ObjectProperty.
static ObjectProperty getObjectProperty(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of ObjectProperty.
static ObjectProperty getObjectProperty(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of ObjectProperty.
static ObjectRestriction getObjectRestriction(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of ObjectRestriction.
static ObjectRestriction getObjectRestriction(java.lang.String uri, IDataset dataset)
          Create a new instance of ObjectRestriction.
static ObjectRestriction getObjectRestriction(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of ObjectRestriction.
static ObjectRestriction getObjectRestriction(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of ObjectRestriction.
static Ontology getOntology(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of Ontology.
static Ontology getOntology(java.lang.String uri, IDataset dataset)
          Create a new instance of Ontology.
static Ontology getOntology(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of Ontology.
static Ontology getOntology(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of Ontology.
static OWLEntity getOWLEntity(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of OWLEntity.
static OWLEntity getOWLEntity(java.lang.String uri, IDataset dataset)
          Create a new instance of OWLEntity.
static OWLEntity getOWLEntity(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of OWLEntity.
static OWLEntity getOWLEntity(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of OWLEntity.
static ReflexiveProperty getReflexiveProperty(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of ReflexiveProperty.
static ReflexiveProperty getReflexiveProperty(java.lang.String uri, IDataset dataset)
          Create a new instance of ReflexiveProperty.
static ReflexiveProperty getReflexiveProperty(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of ReflexiveProperty.
static ReflexiveProperty getReflexiveProperty(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of ReflexiveProperty.
static Restriction getRestriction(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of Restriction.
static Restriction getRestriction(java.lang.String uri, IDataset dataset)
          Create a new instance of Restriction.
static Restriction getRestriction(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of Restriction.
static Restriction getRestriction(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of Restriction.
static SymmetricProperty getSymmetricProperty(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of SymmetricProperty.
static SymmetricProperty getSymmetricProperty(java.lang.String uri, IDataset dataset)
          Create a new instance of SymmetricProperty.
static SymmetricProperty getSymmetricProperty(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of SymmetricProperty.
static SymmetricProperty getSymmetricProperty(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of SymmetricProperty.
static TransitiveProperty getTransitiveProperty(org.openrdf.model.Resource resource, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of TransitiveProperty.
static TransitiveProperty getTransitiveProperty(java.lang.String uri, IDataset dataset)
          Create a new instance of TransitiveProperty.
static TransitiveProperty getTransitiveProperty(java.lang.String uri, org.openrdf.model.URI _namedGraphUri, IDataset dataset)
          Create a new instance of TransitiveProperty.
static TransitiveProperty getTransitiveProperty(org.openrdf.model.URI resource, IDataset dataset)
          Create a new instance of TransitiveProperty.
static java.util.List<java.lang.Class<? extends DatasetThing>> listCompatibleInterfaces(org.openrdf.model.Resource type)
          Return a list of compatible interfaces for the given type.
 
Methods inherited from class org.openanzo.jastor.DatasetThingFactory
clearCache, clearCaches, createDatasetThing, createDatasetThing, getDatasetThing, getDatasetThing
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWL11Factory

public OWL11Factory()
Method Detail

createAntisymmetricProperty

public static AntisymmetricProperty createAntisymmetricProperty(org.openrdf.model.URI resource,
                                                                IDataset dataset)
                                                         throws JastorException
Create a new instance of AntisymmetricProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the AntisymmetricProperty
dataset - the IDataset containing the data
Returns:
the newly created AntisymmetricProperty
Throws:
JastorException

createAntisymmetricProperty

public static AntisymmetricProperty createAntisymmetricProperty(org.openrdf.model.Resource resource,
                                                                org.openrdf.model.URI _namedGraphUri,
                                                                IDataset dataset)
                                                         throws JastorException
Create a new instance of AntisymmetricProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the AntisymmetricProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created AntisymmetricProperty
Throws:
JastorException

createAntisymmetricProperty

public static AntisymmetricProperty createAntisymmetricProperty(java.lang.String uri,
                                                                IDataset dataset)
                                                         throws JastorException
Create a new instance of AntisymmetricProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the AntisymmetricProperty
dataset - the IDataset containing the data
Returns:
the newly created AntisymmetricProperty
Throws:
JastorException

createAntisymmetricProperty

public static AntisymmetricProperty createAntisymmetricProperty(java.lang.String uri,
                                                                org.openrdf.model.URI _namedGraphUri,
                                                                IDataset dataset)
                                                         throws JastorException
Create a new instance of AntisymmetricProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the AntisymmetricProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created AntisymmetricProperty
Throws:
JastorException

getAntisymmetricProperty

public static AntisymmetricProperty getAntisymmetricProperty(java.lang.String uri,
                                                             IDataset dataset)
                                                      throws JastorException
Create a new instance of AntisymmetricProperty. Leaves the dataset unchanged.

Parameters:
uri - The uri of the AntisymmetricProperty
dataset - the IDataset containing the data
Returns:
the newly created AntisymmetricProperty
Throws:
JastorException

getAntisymmetricProperty

public static AntisymmetricProperty getAntisymmetricProperty(java.lang.String uri,
                                                             org.openrdf.model.URI _namedGraphUri,
                                                             IDataset dataset)
                                                      throws JastorException
Create a new instance of AntisymmetricProperty. Leaves the dataset unchanged.

Parameters:
uri - The uri of the AntisymmetricProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created AntisymmetricProperty
Throws:
JastorException

getAntisymmetricProperty

public static AntisymmetricProperty getAntisymmetricProperty(org.openrdf.model.URI resource,
                                                             IDataset dataset)
                                                      throws JastorException
Create a new instance of AntisymmetricProperty. Leaves the dataset unchanged.

Parameters:
resource - The resource of the AntisymmetricProperty
dataset - the IDataset containing the data
Returns:
the newly created AntisymmetricProperty
Throws:
JastorException

getAntisymmetricProperty

public static AntisymmetricProperty getAntisymmetricProperty(org.openrdf.model.Resource resource,
                                                             org.openrdf.model.URI _namedGraphUri,
                                                             IDataset dataset)
                                                      throws JastorException
Create a new instance of AntisymmetricProperty. Leaves the dataset unchanged.

Parameters:
resource - The resource of the AntisymmetricProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created AntisymmetricProperty
Throws:
JastorException

getAllAntisymmetricProperty

public static java.util.List<AntisymmetricProperty> getAllAntisymmetricProperty(IDataset dataset)
                                                                         throws JastorException
Return an instance of AntisymmetricProperty for every resource in the dataset with rdf:Type http://www.w3.org/2006/12/owl11#AntisymmetricProperty

Parameters:
dataset - the IDataset containing the data
Returns:
a List of AntisymmetricProperty
Throws:
JastorException

getAllAntisymmetricProperty

public static java.util.List<AntisymmetricProperty> getAllAntisymmetricProperty(org.openrdf.model.URI _namedGraphUri,
                                                                                IDataset dataset)
                                                                         throws JastorException
Return an instance of AntisymmetricProperty for every resource in the dataset with rdf:Type http://www.w3.org/2006/12/owl11#AntisymmetricProperty

Parameters:
_namedGraphUri - the URI of the NamedGraph
dataset - the IDataset containing the data
Returns:
a List of AntisymmetricProperty
Throws:
JastorException

createSymmetricProperty

public static SymmetricProperty createSymmetricProperty(org.openrdf.model.URI resource,
                                                        IDataset dataset)
                                                 throws JastorException
Create a new instance of SymmetricProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the SymmetricProperty
dataset - the IDataset containing the data
Returns:
the newly created SymmetricProperty
Throws:
JastorException

createSymmetricProperty

public static SymmetricProperty createSymmetricProperty(org.openrdf.model.Resource resource,
                                                        org.openrdf.model.URI _namedGraphUri,
                                                        IDataset dataset)
                                                 throws JastorException
Create a new instance of SymmetricProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the SymmetricProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created SymmetricProperty
Throws:
JastorException

createSymmetricProperty

public static SymmetricProperty createSymmetricProperty(java.lang.String uri,
                                                        IDataset dataset)
                                                 throws JastorException
Create a new instance of SymmetricProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the SymmetricProperty
dataset - the IDataset containing the data
Returns:
the newly created SymmetricProperty
Throws:
JastorException

createSymmetricProperty

public static SymmetricProperty createSymmetricProperty(java.lang.String uri,
                                                        org.openrdf.model.URI _namedGraphUri,
                                                        IDataset dataset)
                                                 throws JastorException
Create a new instance of SymmetricProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the SymmetricProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created SymmetricProperty
Throws:
JastorException

getSymmetricProperty

public static SymmetricProperty getSymmetricProperty(java.lang.String uri,
                                                     IDataset dataset)
                                              throws JastorException
Create a new instance of SymmetricProperty. Leaves the dataset unchanged.

Parameters:
uri - The uri of the SymmetricProperty
dataset - the IDataset containing the data
Returns:
the newly created SymmetricProperty
Throws:
JastorException

getSymmetricProperty

public static SymmetricProperty getSymmetricProperty(java.lang.String uri,
                                                     org.openrdf.model.URI _namedGraphUri,
                                                     IDataset dataset)
                                              throws JastorException
Create a new instance of SymmetricProperty. Leaves the dataset unchanged.

Parameters:
uri - The uri of the SymmetricProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created SymmetricProperty
Throws:
JastorException

getSymmetricProperty

public static SymmetricProperty getSymmetricProperty(org.openrdf.model.URI resource,
                                                     IDataset dataset)
                                              throws JastorException
Create a new instance of SymmetricProperty. Leaves the dataset unchanged.

Parameters:
resource - The resource of the SymmetricProperty
dataset - the IDataset containing the data
Returns:
the newly created SymmetricProperty
Throws:
JastorException

getSymmetricProperty

public static SymmetricProperty getSymmetricProperty(org.openrdf.model.Resource resource,
                                                     org.openrdf.model.URI _namedGraphUri,
                                                     IDataset dataset)
                                              throws JastorException
Create a new instance of SymmetricProperty. Leaves the dataset unchanged.

Parameters:
resource - The resource of the SymmetricProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created SymmetricProperty
Throws:
JastorException

getAllSymmetricProperty

public static java.util.List<SymmetricProperty> getAllSymmetricProperty(IDataset dataset)
                                                                 throws JastorException
Return an instance of SymmetricProperty for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#SymmetricProperty

Parameters:
dataset - the IDataset containing the data
Returns:
a List of SymmetricProperty
Throws:
JastorException

getAllSymmetricProperty

public static java.util.List<SymmetricProperty> getAllSymmetricProperty(org.openrdf.model.URI _namedGraphUri,
                                                                        IDataset dataset)
                                                                 throws JastorException
Return an instance of SymmetricProperty for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#SymmetricProperty

Parameters:
_namedGraphUri - the URI of the NamedGraph
dataset - the IDataset containing the data
Returns:
a List of SymmetricProperty
Throws:
JastorException

createDataRestriction

public static DataRestriction createDataRestriction(org.openrdf.model.URI resource,
                                                    IDataset dataset)
                                             throws JastorException
Create a new instance of DataRestriction. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the DataRestriction
dataset - the IDataset containing the data
Returns:
the newly created DataRestriction
Throws:
JastorException

createDataRestriction

public static DataRestriction createDataRestriction(org.openrdf.model.Resource resource,
                                                    org.openrdf.model.URI _namedGraphUri,
                                                    IDataset dataset)
                                             throws JastorException
Create a new instance of DataRestriction. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the DataRestriction
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created DataRestriction
Throws:
JastorException

createDataRestriction

public static DataRestriction createDataRestriction(java.lang.String uri,
                                                    IDataset dataset)
                                             throws JastorException
Create a new instance of DataRestriction. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the DataRestriction
dataset - the IDataset containing the data
Returns:
the newly created DataRestriction
Throws:
JastorException

createDataRestriction

public static DataRestriction createDataRestriction(java.lang.String uri,
                                                    org.openrdf.model.URI _namedGraphUri,
                                                    IDataset dataset)
                                             throws JastorException
Create a new instance of DataRestriction. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the DataRestriction
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created DataRestriction
Throws:
JastorException

getDataRestriction

public static DataRestriction getDataRestriction(java.lang.String uri,
                                                 IDataset dataset)
                                          throws JastorException
Create a new instance of DataRestriction. Leaves the dataset unchanged.

Parameters:
uri - The uri of the DataRestriction
dataset - the IDataset containing the data
Returns:
the newly created DataRestriction
Throws:
JastorException

getDataRestriction

public static DataRestriction getDataRestriction(java.lang.String uri,
                                                 org.openrdf.model.URI _namedGraphUri,
                                                 IDataset dataset)
                                          throws JastorException
Create a new instance of DataRestriction. Leaves the dataset unchanged.

Parameters:
uri - The uri of the DataRestriction
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created DataRestriction
Throws:
JastorException

getDataRestriction

public static DataRestriction getDataRestriction(org.openrdf.model.URI resource,
                                                 IDataset dataset)
                                          throws JastorException
Create a new instance of DataRestriction. Leaves the dataset unchanged.

Parameters:
resource - The resource of the DataRestriction
dataset - the IDataset containing the data
Returns:
the newly created DataRestriction
Throws:
JastorException

getDataRestriction

public static DataRestriction getDataRestriction(org.openrdf.model.Resource resource,
                                                 org.openrdf.model.URI _namedGraphUri,
                                                 IDataset dataset)
                                          throws JastorException
Create a new instance of DataRestriction. Leaves the dataset unchanged.

Parameters:
resource - The resource of the DataRestriction
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created DataRestriction
Throws:
JastorException

getAllDataRestriction

public static java.util.List<DataRestriction> getAllDataRestriction(IDataset dataset)
                                                             throws JastorException
Return an instance of DataRestriction for every resource in the dataset with rdf:Type http://www.w3.org/owl11#DataRestriction

Parameters:
dataset - the IDataset containing the data
Returns:
a List of DataRestriction
Throws:
JastorException

getAllDataRestriction

public static java.util.List<DataRestriction> getAllDataRestriction(org.openrdf.model.URI _namedGraphUri,
                                                                    IDataset dataset)
                                                             throws JastorException
Return an instance of DataRestriction for every resource in the dataset with rdf:Type http://www.w3.org/owl11#DataRestriction

Parameters:
_namedGraphUri - the URI of the NamedGraph
dataset - the IDataset containing the data
Returns:
a List of DataRestriction
Throws:
JastorException

createClass

public static Class createClass(org.openrdf.model.URI resource,
                                IDataset dataset)
                         throws JastorException
Create a new instance of Class. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the Class
dataset - the IDataset containing the data
Returns:
the newly created Class
Throws:
JastorException

createClass

public static Class createClass(org.openrdf.model.Resource resource,
                                org.openrdf.model.URI _namedGraphUri,
                                IDataset dataset)
                         throws JastorException
Create a new instance of Class. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the Class
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created Class
Throws:
JastorException

createClass

public static Class createClass(java.lang.String uri,
                                IDataset dataset)
                         throws JastorException
Create a new instance of Class. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the Class
dataset - the IDataset containing the data
Returns:
the newly created Class
Throws:
JastorException

createClass

public static Class createClass(java.lang.String uri,
                                org.openrdf.model.URI _namedGraphUri,
                                IDataset dataset)
                         throws JastorException
Create a new instance of Class. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the Class
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created Class
Throws:
JastorException

getClass

public static Class getClass(java.lang.String uri,
                             IDataset dataset)
                      throws JastorException
Create a new instance of Class. Leaves the dataset unchanged.

Parameters:
uri - The uri of the Class
dataset - the IDataset containing the data
Returns:
the newly created Class
Throws:
JastorException

getClass

public static Class getClass(java.lang.String uri,
                             org.openrdf.model.URI _namedGraphUri,
                             IDataset dataset)
                      throws JastorException
Create a new instance of Class. Leaves the dataset unchanged.

Parameters:
uri - The uri of the Class
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created Class
Throws:
JastorException

getClass

public static Class getClass(org.openrdf.model.URI resource,
                             IDataset dataset)
                      throws JastorException
Create a new instance of Class. Leaves the dataset unchanged.

Parameters:
resource - The resource of the Class
dataset - the IDataset containing the data
Returns:
the newly created Class
Throws:
JastorException

getClass

public static Class getClass(org.openrdf.model.Resource resource,
                             org.openrdf.model.URI _namedGraphUri,
                             IDataset dataset)
                      throws JastorException
Create a new instance of Class. Leaves the dataset unchanged.

Parameters:
resource - The resource of the Class
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created Class
Throws:
JastorException

getAllClass

public static java.util.List<Class> getAllClass(IDataset dataset)
                                         throws JastorException
Return an instance of Class for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#Class

Parameters:
dataset - the IDataset containing the data
Returns:
a List of Class
Throws:
JastorException

getAllClass

public static java.util.List<Class> getAllClass(org.openrdf.model.URI _namedGraphUri,
                                                IDataset dataset)
                                         throws JastorException
Return an instance of Class for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#Class

Parameters:
_namedGraphUri - the URI of the NamedGraph
dataset - the IDataset containing the data
Returns:
a List of Class
Throws:
JastorException

createFunctionalDataPropety

public static FunctionalDataPropety createFunctionalDataPropety(org.openrdf.model.URI resource,
                                                                IDataset dataset)
                                                         throws JastorException
Create a new instance of FunctionalDataPropety. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the FunctionalDataPropety
dataset - the IDataset containing the data
Returns:
the newly created FunctionalDataPropety
Throws:
JastorException

createFunctionalDataPropety

public static FunctionalDataPropety createFunctionalDataPropety(org.openrdf.model.Resource resource,
                                                                org.openrdf.model.URI _namedGraphUri,
                                                                IDataset dataset)
                                                         throws JastorException
Create a new instance of FunctionalDataPropety. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the FunctionalDataPropety
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created FunctionalDataPropety
Throws:
JastorException

createFunctionalDataPropety

public static FunctionalDataPropety createFunctionalDataPropety(java.lang.String uri,
                                                                IDataset dataset)
                                                         throws JastorException
Create a new instance of FunctionalDataPropety. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the FunctionalDataPropety
dataset - the IDataset containing the data
Returns:
the newly created FunctionalDataPropety
Throws:
JastorException

createFunctionalDataPropety

public static FunctionalDataPropety createFunctionalDataPropety(java.lang.String uri,
                                                                org.openrdf.model.URI _namedGraphUri,
                                                                IDataset dataset)
                                                         throws JastorException
Create a new instance of FunctionalDataPropety. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the FunctionalDataPropety
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created FunctionalDataPropety
Throws:
JastorException

getFunctionalDataPropety

public static FunctionalDataPropety getFunctionalDataPropety(java.lang.String uri,
                                                             IDataset dataset)
                                                      throws JastorException
Create a new instance of FunctionalDataPropety. Leaves the dataset unchanged.

Parameters:
uri - The uri of the FunctionalDataPropety
dataset - the IDataset containing the data
Returns:
the newly created FunctionalDataPropety
Throws:
JastorException

getFunctionalDataPropety

public static FunctionalDataPropety getFunctionalDataPropety(java.lang.String uri,
                                                             org.openrdf.model.URI _namedGraphUri,
                                                             IDataset dataset)
                                                      throws JastorException
Create a new instance of FunctionalDataPropety. Leaves the dataset unchanged.

Parameters:
uri - The uri of the FunctionalDataPropety
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created FunctionalDataPropety
Throws:
JastorException

getFunctionalDataPropety

public static FunctionalDataPropety getFunctionalDataPropety(org.openrdf.model.URI resource,
                                                             IDataset dataset)
                                                      throws JastorException
Create a new instance of FunctionalDataPropety. Leaves the dataset unchanged.

Parameters:
resource - The resource of the FunctionalDataPropety
dataset - the IDataset containing the data
Returns:
the newly created FunctionalDataPropety
Throws:
JastorException

getFunctionalDataPropety

public static FunctionalDataPropety getFunctionalDataPropety(org.openrdf.model.Resource resource,
                                                             org.openrdf.model.URI _namedGraphUri,
                                                             IDataset dataset)
                                                      throws JastorException
Create a new instance of FunctionalDataPropety. Leaves the dataset unchanged.

Parameters:
resource - The resource of the FunctionalDataPropety
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created FunctionalDataPropety
Throws:
JastorException

getAllFunctionalDataPropety

public static java.util.List<FunctionalDataPropety> getAllFunctionalDataPropety(IDataset dataset)
                                                                         throws JastorException
Return an instance of FunctionalDataPropety for every resource in the dataset with rdf:Type http://www.w3.org/2006/12/owl11#FunctionalDataPropety

Parameters:
dataset - the IDataset containing the data
Returns:
a List of FunctionalDataPropety
Throws:
JastorException

getAllFunctionalDataPropety

public static java.util.List<FunctionalDataPropety> getAllFunctionalDataPropety(org.openrdf.model.URI _namedGraphUri,
                                                                                IDataset dataset)
                                                                         throws JastorException
Return an instance of FunctionalDataPropety for every resource in the dataset with rdf:Type http://www.w3.org/2006/12/owl11#FunctionalDataPropety

Parameters:
_namedGraphUri - the URI of the NamedGraph
dataset - the IDataset containing the data
Returns:
a List of FunctionalDataPropety
Throws:
JastorException

createFunctionalPropety

public static FunctionalPropety createFunctionalPropety(org.openrdf.model.URI resource,
                                                        IDataset dataset)
                                                 throws JastorException
Create a new instance of FunctionalPropety. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the FunctionalPropety
dataset - the IDataset containing the data
Returns:
the newly created FunctionalPropety
Throws:
JastorException

createFunctionalPropety

public static FunctionalPropety createFunctionalPropety(org.openrdf.model.Resource resource,
                                                        org.openrdf.model.URI _namedGraphUri,
                                                        IDataset dataset)
                                                 throws JastorException
Create a new instance of FunctionalPropety. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the FunctionalPropety
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created FunctionalPropety
Throws:
JastorException

createFunctionalPropety

public static FunctionalPropety createFunctionalPropety(java.lang.String uri,
                                                        IDataset dataset)
                                                 throws JastorException
Create a new instance of FunctionalPropety. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the FunctionalPropety
dataset - the IDataset containing the data
Returns:
the newly created FunctionalPropety
Throws:
JastorException

createFunctionalPropety

public static FunctionalPropety createFunctionalPropety(java.lang.String uri,
                                                        org.openrdf.model.URI _namedGraphUri,
                                                        IDataset dataset)
                                                 throws JastorException
Create a new instance of FunctionalPropety. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the FunctionalPropety
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created FunctionalPropety
Throws:
JastorException

getFunctionalPropety

public static FunctionalPropety getFunctionalPropety(java.lang.String uri,
                                                     IDataset dataset)
                                              throws JastorException
Create a new instance of FunctionalPropety. Leaves the dataset unchanged.

Parameters:
uri - The uri of the FunctionalPropety
dataset - the IDataset containing the data
Returns:
the newly created FunctionalPropety
Throws:
JastorException

getFunctionalPropety

public static FunctionalPropety getFunctionalPropety(java.lang.String uri,
                                                     org.openrdf.model.URI _namedGraphUri,
                                                     IDataset dataset)
                                              throws JastorException
Create a new instance of FunctionalPropety. Leaves the dataset unchanged.

Parameters:
uri - The uri of the FunctionalPropety
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created FunctionalPropety
Throws:
JastorException

getFunctionalPropety

public static FunctionalPropety getFunctionalPropety(org.openrdf.model.URI resource,
                                                     IDataset dataset)
                                              throws JastorException
Create a new instance of FunctionalPropety. Leaves the dataset unchanged.

Parameters:
resource - The resource of the FunctionalPropety
dataset - the IDataset containing the data
Returns:
the newly created FunctionalPropety
Throws:
JastorException

getFunctionalPropety

public static FunctionalPropety getFunctionalPropety(org.openrdf.model.Resource resource,
                                                     org.openrdf.model.URI _namedGraphUri,
                                                     IDataset dataset)
                                              throws JastorException
Create a new instance of FunctionalPropety. Leaves the dataset unchanged.

Parameters:
resource - The resource of the FunctionalPropety
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created FunctionalPropety
Throws:
JastorException

getAllFunctionalPropety

public static java.util.List<FunctionalPropety> getAllFunctionalPropety(IDataset dataset)
                                                                 throws JastorException
Return an instance of FunctionalPropety for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#FunctionalPropety

Parameters:
dataset - the IDataset containing the data
Returns:
a List of FunctionalPropety
Throws:
JastorException

getAllFunctionalPropety

public static java.util.List<FunctionalPropety> getAllFunctionalPropety(org.openrdf.model.URI _namedGraphUri,
                                                                        IDataset dataset)
                                                                 throws JastorException
Return an instance of FunctionalPropety for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#FunctionalPropety

Parameters:
_namedGraphUri - the URI of the NamedGraph
dataset - the IDataset containing the data
Returns:
a List of FunctionalPropety
Throws:
JastorException

createObjectRestriction

public static ObjectRestriction createObjectRestriction(org.openrdf.model.URI resource,
                                                        IDataset dataset)
                                                 throws JastorException
Create a new instance of ObjectRestriction. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the ObjectRestriction
dataset - the IDataset containing the data
Returns:
the newly created ObjectRestriction
Throws:
JastorException

createObjectRestriction

public static ObjectRestriction createObjectRestriction(org.openrdf.model.Resource resource,
                                                        org.openrdf.model.URI _namedGraphUri,
                                                        IDataset dataset)
                                                 throws JastorException
Create a new instance of ObjectRestriction. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the ObjectRestriction
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created ObjectRestriction
Throws:
JastorException

createObjectRestriction

public static ObjectRestriction createObjectRestriction(java.lang.String uri,
                                                        IDataset dataset)
                                                 throws JastorException
Create a new instance of ObjectRestriction. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the ObjectRestriction
dataset - the IDataset containing the data
Returns:
the newly created ObjectRestriction
Throws:
JastorException

createObjectRestriction

public static ObjectRestriction createObjectRestriction(java.lang.String uri,
                                                        org.openrdf.model.URI _namedGraphUri,
                                                        IDataset dataset)
                                                 throws JastorException
Create a new instance of ObjectRestriction. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the ObjectRestriction
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created ObjectRestriction
Throws:
JastorException

getObjectRestriction

public static ObjectRestriction getObjectRestriction(java.lang.String uri,
                                                     IDataset dataset)
                                              throws JastorException
Create a new instance of ObjectRestriction. Leaves the dataset unchanged.

Parameters:
uri - The uri of the ObjectRestriction
dataset - the IDataset containing the data
Returns:
the newly created ObjectRestriction
Throws:
JastorException

getObjectRestriction

public static ObjectRestriction getObjectRestriction(java.lang.String uri,
                                                     org.openrdf.model.URI _namedGraphUri,
                                                     IDataset dataset)
                                              throws JastorException
Create a new instance of ObjectRestriction. Leaves the dataset unchanged.

Parameters:
uri - The uri of the ObjectRestriction
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created ObjectRestriction
Throws:
JastorException

getObjectRestriction

public static ObjectRestriction getObjectRestriction(org.openrdf.model.URI resource,
                                                     IDataset dataset)
                                              throws JastorException
Create a new instance of ObjectRestriction. Leaves the dataset unchanged.

Parameters:
resource - The resource of the ObjectRestriction
dataset - the IDataset containing the data
Returns:
the newly created ObjectRestriction
Throws:
JastorException

getObjectRestriction

public static ObjectRestriction getObjectRestriction(org.openrdf.model.Resource resource,
                                                     org.openrdf.model.URI _namedGraphUri,
                                                     IDataset dataset)
                                              throws JastorException
Create a new instance of ObjectRestriction. Leaves the dataset unchanged.

Parameters:
resource - The resource of the ObjectRestriction
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created ObjectRestriction
Throws:
JastorException

getAllObjectRestriction

public static java.util.List<ObjectRestriction> getAllObjectRestriction(IDataset dataset)
                                                                 throws JastorException
Return an instance of ObjectRestriction for every resource in the dataset with rdf:Type http://www.w3.org/owl11#ObjectRestriction

Parameters:
dataset - the IDataset containing the data
Returns:
a List of ObjectRestriction
Throws:
JastorException

getAllObjectRestriction

public static java.util.List<ObjectRestriction> getAllObjectRestriction(org.openrdf.model.URI _namedGraphUri,
                                                                        IDataset dataset)
                                                                 throws JastorException
Return an instance of ObjectRestriction for every resource in the dataset with rdf:Type http://www.w3.org/owl11#ObjectRestriction

Parameters:
_namedGraphUri - the URI of the NamedGraph
dataset - the IDataset containing the data
Returns:
a List of ObjectRestriction
Throws:
JastorException

createOntology

public static Ontology createOntology(org.openrdf.model.URI resource,
                                      IDataset dataset)
                               throws JastorException
Create a new instance of Ontology. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the Ontology
dataset - the IDataset containing the data
Returns:
the newly created Ontology
Throws:
JastorException

createOntology

public static Ontology createOntology(org.openrdf.model.Resource resource,
                                      org.openrdf.model.URI _namedGraphUri,
                                      IDataset dataset)
                               throws JastorException
Create a new instance of Ontology. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the Ontology
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created Ontology
Throws:
JastorException

createOntology

public static Ontology createOntology(java.lang.String uri,
                                      IDataset dataset)
                               throws JastorException
Create a new instance of Ontology. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the Ontology
dataset - the IDataset containing the data
Returns:
the newly created Ontology
Throws:
JastorException

createOntology

public static Ontology createOntology(java.lang.String uri,
                                      org.openrdf.model.URI _namedGraphUri,
                                      IDataset dataset)
                               throws JastorException
Create a new instance of Ontology. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the Ontology
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created Ontology
Throws:
JastorException

getOntology

public static Ontology getOntology(java.lang.String uri,
                                   IDataset dataset)
                            throws JastorException
Create a new instance of Ontology. Leaves the dataset unchanged.

Parameters:
uri - The uri of the Ontology
dataset - the IDataset containing the data
Returns:
the newly created Ontology
Throws:
JastorException

getOntology

public static Ontology getOntology(java.lang.String uri,
                                   org.openrdf.model.URI _namedGraphUri,
                                   IDataset dataset)
                            throws JastorException
Create a new instance of Ontology. Leaves the dataset unchanged.

Parameters:
uri - The uri of the Ontology
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created Ontology
Throws:
JastorException

getOntology

public static Ontology getOntology(org.openrdf.model.URI resource,
                                   IDataset dataset)
                            throws JastorException
Create a new instance of Ontology. Leaves the dataset unchanged.

Parameters:
resource - The resource of the Ontology
dataset - the IDataset containing the data
Returns:
the newly created Ontology
Throws:
JastorException

getOntology

public static Ontology getOntology(org.openrdf.model.Resource resource,
                                   org.openrdf.model.URI _namedGraphUri,
                                   IDataset dataset)
                            throws JastorException
Create a new instance of Ontology. Leaves the dataset unchanged.

Parameters:
resource - The resource of the Ontology
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created Ontology
Throws:
JastorException

getAllOntology

public static java.util.List<Ontology> getAllOntology(IDataset dataset)
                                               throws JastorException
Return an instance of Ontology for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#Ontology

Parameters:
dataset - the IDataset containing the data
Returns:
a List of Ontology
Throws:
JastorException

getAllOntology

public static java.util.List<Ontology> getAllOntology(org.openrdf.model.URI _namedGraphUri,
                                                      IDataset dataset)
                                               throws JastorException
Return an instance of Ontology for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#Ontology

Parameters:
_namedGraphUri - the URI of the NamedGraph
dataset - the IDataset containing the data
Returns:
a List of Ontology
Throws:
JastorException

createInverseFunctionalProperty

public static InverseFunctionalProperty createInverseFunctionalProperty(org.openrdf.model.URI resource,
                                                                        IDataset dataset)
                                                                 throws JastorException
Create a new instance of InverseFunctionalProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the InverseFunctionalProperty
dataset - the IDataset containing the data
Returns:
the newly created InverseFunctionalProperty
Throws:
JastorException

createInverseFunctionalProperty

public static InverseFunctionalProperty createInverseFunctionalProperty(org.openrdf.model.Resource resource,
                                                                        org.openrdf.model.URI _namedGraphUri,
                                                                        IDataset dataset)
                                                                 throws JastorException
Create a new instance of InverseFunctionalProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the InverseFunctionalProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created InverseFunctionalProperty
Throws:
JastorException

createInverseFunctionalProperty

public static InverseFunctionalProperty createInverseFunctionalProperty(java.lang.String uri,
                                                                        IDataset dataset)
                                                                 throws JastorException
Create a new instance of InverseFunctionalProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the InverseFunctionalProperty
dataset - the IDataset containing the data
Returns:
the newly created InverseFunctionalProperty
Throws:
JastorException

createInverseFunctionalProperty

public static InverseFunctionalProperty createInverseFunctionalProperty(java.lang.String uri,
                                                                        org.openrdf.model.URI _namedGraphUri,
                                                                        IDataset dataset)
                                                                 throws JastorException
Create a new instance of InverseFunctionalProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the InverseFunctionalProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created InverseFunctionalProperty
Throws:
JastorException

getInverseFunctionalProperty

public static InverseFunctionalProperty getInverseFunctionalProperty(java.lang.String uri,
                                                                     IDataset dataset)
                                                              throws JastorException
Create a new instance of InverseFunctionalProperty. Leaves the dataset unchanged.

Parameters:
uri - The uri of the InverseFunctionalProperty
dataset - the IDataset containing the data
Returns:
the newly created InverseFunctionalProperty
Throws:
JastorException

getInverseFunctionalProperty

public static InverseFunctionalProperty getInverseFunctionalProperty(java.lang.String uri,
                                                                     org.openrdf.model.URI _namedGraphUri,
                                                                     IDataset dataset)
                                                              throws JastorException
Create a new instance of InverseFunctionalProperty. Leaves the dataset unchanged.

Parameters:
uri - The uri of the InverseFunctionalProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created InverseFunctionalProperty
Throws:
JastorException

getInverseFunctionalProperty

public static InverseFunctionalProperty getInverseFunctionalProperty(org.openrdf.model.URI resource,
                                                                     IDataset dataset)
                                                              throws JastorException
Create a new instance of InverseFunctionalProperty. Leaves the dataset unchanged.

Parameters:
resource - The resource of the InverseFunctionalProperty
dataset - the IDataset containing the data
Returns:
the newly created InverseFunctionalProperty
Throws:
JastorException

getInverseFunctionalProperty

public static InverseFunctionalProperty getInverseFunctionalProperty(org.openrdf.model.Resource resource,
                                                                     org.openrdf.model.URI _namedGraphUri,
                                                                     IDataset dataset)
                                                              throws JastorException
Create a new instance of InverseFunctionalProperty. Leaves the dataset unchanged.

Parameters:
resource - The resource of the InverseFunctionalProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created InverseFunctionalProperty
Throws:
JastorException

getAllInverseFunctionalProperty

public static java.util.List<InverseFunctionalProperty> getAllInverseFunctionalProperty(IDataset dataset)
                                                                                 throws JastorException
Return an instance of InverseFunctionalProperty for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#InverseFunctionalProperty

Parameters:
dataset - the IDataset containing the data
Returns:
a List of InverseFunctionalProperty
Throws:
JastorException

getAllInverseFunctionalProperty

public static java.util.List<InverseFunctionalProperty> getAllInverseFunctionalProperty(org.openrdf.model.URI _namedGraphUri,
                                                                                        IDataset dataset)
                                                                                 throws JastorException
Return an instance of InverseFunctionalProperty for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#InverseFunctionalProperty

Parameters:
_namedGraphUri - the URI of the NamedGraph
dataset - the IDataset containing the data
Returns:
a List of InverseFunctionalProperty
Throws:
JastorException

createDatatypeProperty

public static DatatypeProperty createDatatypeProperty(org.openrdf.model.URI resource,
                                                      IDataset dataset)
                                               throws JastorException
Create a new instance of DatatypeProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the DatatypeProperty
dataset - the IDataset containing the data
Returns:
the newly created DatatypeProperty
Throws:
JastorException

createDatatypeProperty

public static DatatypeProperty createDatatypeProperty(org.openrdf.model.Resource resource,
                                                      org.openrdf.model.URI _namedGraphUri,
                                                      IDataset dataset)
                                               throws JastorException
Create a new instance of DatatypeProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the DatatypeProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created DatatypeProperty
Throws:
JastorException

createDatatypeProperty

public static DatatypeProperty createDatatypeProperty(java.lang.String uri,
                                                      IDataset dataset)
                                               throws JastorException
Create a new instance of DatatypeProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the DatatypeProperty
dataset - the IDataset containing the data
Returns:
the newly created DatatypeProperty
Throws:
JastorException

createDatatypeProperty

public static DatatypeProperty createDatatypeProperty(java.lang.String uri,
                                                      org.openrdf.model.URI _namedGraphUri,
                                                      IDataset dataset)
                                               throws JastorException
Create a new instance of DatatypeProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the DatatypeProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created DatatypeProperty
Throws:
JastorException

getDatatypeProperty

public static DatatypeProperty getDatatypeProperty(java.lang.String uri,
                                                   IDataset dataset)
                                            throws JastorException
Create a new instance of DatatypeProperty. Leaves the dataset unchanged.

Parameters:
uri - The uri of the DatatypeProperty
dataset - the IDataset containing the data
Returns:
the newly created DatatypeProperty
Throws:
JastorException

getDatatypeProperty

public static DatatypeProperty getDatatypeProperty(java.lang.String uri,
                                                   org.openrdf.model.URI _namedGraphUri,
                                                   IDataset dataset)
                                            throws JastorException
Create a new instance of DatatypeProperty. Leaves the dataset unchanged.

Parameters:
uri - The uri of the DatatypeProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created DatatypeProperty
Throws:
JastorException

getDatatypeProperty

public static DatatypeProperty getDatatypeProperty(org.openrdf.model.URI resource,
                                                   IDataset dataset)
                                            throws JastorException
Create a new instance of DatatypeProperty. Leaves the dataset unchanged.

Parameters:
resource - The resource of the DatatypeProperty
dataset - the IDataset containing the data
Returns:
the newly created DatatypeProperty
Throws:
JastorException

getDatatypeProperty

public static DatatypeProperty getDatatypeProperty(org.openrdf.model.Resource resource,
                                                   org.openrdf.model.URI _namedGraphUri,
                                                   IDataset dataset)
                                            throws JastorException
Create a new instance of DatatypeProperty. Leaves the dataset unchanged.

Parameters:
resource - The resource of the DatatypeProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created DatatypeProperty
Throws:
JastorException

getAllDatatypeProperty

public static java.util.List<DatatypeProperty> getAllDatatypeProperty(IDataset dataset)
                                                               throws JastorException
Return an instance of DatatypeProperty for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#DatatypeProperty

Parameters:
dataset - the IDataset containing the data
Returns:
a List of DatatypeProperty
Throws:
JastorException

getAllDatatypeProperty

public static java.util.List<DatatypeProperty> getAllDatatypeProperty(org.openrdf.model.URI _namedGraphUri,
                                                                      IDataset dataset)
                                                               throws JastorException
Return an instance of DatatypeProperty for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#DatatypeProperty

Parameters:
_namedGraphUri - the URI of the NamedGraph
dataset - the IDataset containing the data
Returns:
a List of DatatypeProperty
Throws:
JastorException

createIndividual

public static Individual createIndividual(org.openrdf.model.URI resource,
                                          IDataset dataset)
                                   throws JastorException
Create a new instance of Individual. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the Individual
dataset - the IDataset containing the data
Returns:
the newly created Individual
Throws:
JastorException

createIndividual

public static Individual createIndividual(org.openrdf.model.Resource resource,
                                          org.openrdf.model.URI _namedGraphUri,
                                          IDataset dataset)
                                   throws JastorException
Create a new instance of Individual. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the Individual
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created Individual
Throws:
JastorException

createIndividual

public static Individual createIndividual(java.lang.String uri,
                                          IDataset dataset)
                                   throws JastorException
Create a new instance of Individual. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the Individual
dataset - the IDataset containing the data
Returns:
the newly created Individual
Throws:
JastorException

createIndividual

public static Individual createIndividual(java.lang.String uri,
                                          org.openrdf.model.URI _namedGraphUri,
                                          IDataset dataset)
                                   throws JastorException
Create a new instance of Individual. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the Individual
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created Individual
Throws:
JastorException

getIndividual

public static Individual getIndividual(java.lang.String uri,
                                       IDataset dataset)
                                throws JastorException
Create a new instance of Individual. Leaves the dataset unchanged.

Parameters:
uri - The uri of the Individual
dataset - the IDataset containing the data
Returns:
the newly created Individual
Throws:
JastorException

getIndividual

public static Individual getIndividual(java.lang.String uri,
                                       org.openrdf.model.URI _namedGraphUri,
                                       IDataset dataset)
                                throws JastorException
Create a new instance of Individual. Leaves the dataset unchanged.

Parameters:
uri - The uri of the Individual
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created Individual
Throws:
JastorException

getIndividual

public static Individual getIndividual(org.openrdf.model.URI resource,
                                       IDataset dataset)
                                throws JastorException
Create a new instance of Individual. Leaves the dataset unchanged.

Parameters:
resource - The resource of the Individual
dataset - the IDataset containing the data
Returns:
the newly created Individual
Throws:
JastorException

getIndividual

public static Individual getIndividual(org.openrdf.model.Resource resource,
                                       org.openrdf.model.URI _namedGraphUri,
                                       IDataset dataset)
                                throws JastorException
Create a new instance of Individual. Leaves the dataset unchanged.

Parameters:
resource - The resource of the Individual
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created Individual
Throws:
JastorException

getAllIndividual

public static java.util.List<Individual> getAllIndividual(IDataset dataset)
                                                   throws JastorException
Return an instance of Individual for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#Individual

Parameters:
dataset - the IDataset containing the data
Returns:
a List of Individual
Throws:
JastorException

getAllIndividual

public static java.util.List<Individual> getAllIndividual(org.openrdf.model.URI _namedGraphUri,
                                                          IDataset dataset)
                                                   throws JastorException
Return an instance of Individual for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#Individual

Parameters:
_namedGraphUri - the URI of the NamedGraph
dataset - the IDataset containing the data
Returns:
a List of Individual
Throws:
JastorException

createConstant

public static Constant createConstant(org.openrdf.model.URI resource,
                                      IDataset dataset)
                               throws JastorException
Create a new instance of Constant. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the Constant
dataset - the IDataset containing the data
Returns:
the newly created Constant
Throws:
JastorException

createConstant

public static Constant createConstant(org.openrdf.model.Resource resource,
                                      org.openrdf.model.URI _namedGraphUri,
                                      IDataset dataset)
                               throws JastorException
Create a new instance of Constant. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the Constant
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created Constant
Throws:
JastorException

createConstant

public static Constant createConstant(java.lang.String uri,
                                      IDataset dataset)
                               throws JastorException
Create a new instance of Constant. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the Constant
dataset - the IDataset containing the data
Returns:
the newly created Constant
Throws:
JastorException

createConstant

public static Constant createConstant(java.lang.String uri,
                                      org.openrdf.model.URI _namedGraphUri,
                                      IDataset dataset)
                               throws JastorException
Create a new instance of Constant. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the Constant
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created Constant
Throws:
JastorException

getConstant

public static Constant getConstant(java.lang.String uri,
                                   IDataset dataset)
                            throws JastorException
Create a new instance of Constant. Leaves the dataset unchanged.

Parameters:
uri - The uri of the Constant
dataset - the IDataset containing the data
Returns:
the newly created Constant
Throws:
JastorException

getConstant

public static Constant getConstant(java.lang.String uri,
                                   org.openrdf.model.URI _namedGraphUri,
                                   IDataset dataset)
                            throws JastorException
Create a new instance of Constant. Leaves the dataset unchanged.

Parameters:
uri - The uri of the Constant
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created Constant
Throws:
JastorException

getConstant

public static Constant getConstant(org.openrdf.model.URI resource,
                                   IDataset dataset)
                            throws JastorException
Create a new instance of Constant. Leaves the dataset unchanged.

Parameters:
resource - The resource of the Constant
dataset - the IDataset containing the data
Returns:
the newly created Constant
Throws:
JastorException

getConstant

public static Constant getConstant(org.openrdf.model.Resource resource,
                                   org.openrdf.model.URI _namedGraphUri,
                                   IDataset dataset)
                            throws JastorException
Create a new instance of Constant. Leaves the dataset unchanged.

Parameters:
resource - The resource of the Constant
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created Constant
Throws:
JastorException

getAllConstant

public static java.util.List<Constant> getAllConstant(IDataset dataset)
                                               throws JastorException
Return an instance of Constant for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#Constant

Parameters:
dataset - the IDataset containing the data
Returns:
a List of Constant
Throws:
JastorException

getAllConstant

public static java.util.List<Constant> getAllConstant(org.openrdf.model.URI _namedGraphUri,
                                                      IDataset dataset)
                                               throws JastorException
Return an instance of Constant for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#Constant

Parameters:
_namedGraphUri - the URI of the NamedGraph
dataset - the IDataset containing the data
Returns:
a List of Constant
Throws:
JastorException

createTransitiveProperty

public static TransitiveProperty createTransitiveProperty(org.openrdf.model.URI resource,
                                                          IDataset dataset)
                                                   throws JastorException
Create a new instance of TransitiveProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the TransitiveProperty
dataset - the IDataset containing the data
Returns:
the newly created TransitiveProperty
Throws:
JastorException

createTransitiveProperty

public static TransitiveProperty createTransitiveProperty(org.openrdf.model.Resource resource,
                                                          org.openrdf.model.URI _namedGraphUri,
                                                          IDataset dataset)
                                                   throws JastorException
Create a new instance of TransitiveProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the TransitiveProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created TransitiveProperty
Throws:
JastorException

createTransitiveProperty

public static TransitiveProperty createTransitiveProperty(java.lang.String uri,
                                                          IDataset dataset)
                                                   throws JastorException
Create a new instance of TransitiveProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the TransitiveProperty
dataset - the IDataset containing the data
Returns:
the newly created TransitiveProperty
Throws:
JastorException

createTransitiveProperty

public static TransitiveProperty createTransitiveProperty(java.lang.String uri,
                                                          org.openrdf.model.URI _namedGraphUri,
                                                          IDataset dataset)
                                                   throws JastorException
Create a new instance of TransitiveProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the TransitiveProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created TransitiveProperty
Throws:
JastorException

getTransitiveProperty

public static TransitiveProperty getTransitiveProperty(java.lang.String uri,
                                                       IDataset dataset)
                                                throws JastorException
Create a new instance of TransitiveProperty. Leaves the dataset unchanged.

Parameters:
uri - The uri of the TransitiveProperty
dataset - the IDataset containing the data
Returns:
the newly created TransitiveProperty
Throws:
JastorException

getTransitiveProperty

public static TransitiveProperty getTransitiveProperty(java.lang.String uri,
                                                       org.openrdf.model.URI _namedGraphUri,
                                                       IDataset dataset)
                                                throws JastorException
Create a new instance of TransitiveProperty. Leaves the dataset unchanged.

Parameters:
uri - The uri of the TransitiveProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created TransitiveProperty
Throws:
JastorException

getTransitiveProperty

public static TransitiveProperty getTransitiveProperty(org.openrdf.model.URI resource,
                                                       IDataset dataset)
                                                throws JastorException
Create a new instance of TransitiveProperty. Leaves the dataset unchanged.

Parameters:
resource - The resource of the TransitiveProperty
dataset - the IDataset containing the data
Returns:
the newly created TransitiveProperty
Throws:
JastorException

getTransitiveProperty

public static TransitiveProperty getTransitiveProperty(org.openrdf.model.Resource resource,
                                                       org.openrdf.model.URI _namedGraphUri,
                                                       IDataset dataset)
                                                throws JastorException
Create a new instance of TransitiveProperty. Leaves the dataset unchanged.

Parameters:
resource - The resource of the TransitiveProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created TransitiveProperty
Throws:
JastorException

getAllTransitiveProperty

public static java.util.List<TransitiveProperty> getAllTransitiveProperty(IDataset dataset)
                                                                   throws JastorException
Return an instance of TransitiveProperty for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#TransitiveProperty

Parameters:
dataset - the IDataset containing the data
Returns:
a List of TransitiveProperty
Throws:
JastorException

getAllTransitiveProperty

public static java.util.List<TransitiveProperty> getAllTransitiveProperty(org.openrdf.model.URI _namedGraphUri,
                                                                          IDataset dataset)
                                                                   throws JastorException
Return an instance of TransitiveProperty for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#TransitiveProperty

Parameters:
_namedGraphUri - the URI of the NamedGraph
dataset - the IDataset containing the data
Returns:
a List of TransitiveProperty
Throws:
JastorException

createObjectProperty

public static ObjectProperty createObjectProperty(org.openrdf.model.URI resource,
                                                  IDataset dataset)
                                           throws JastorException
Create a new instance of ObjectProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the ObjectProperty
dataset - the IDataset containing the data
Returns:
the newly created ObjectProperty
Throws:
JastorException

createObjectProperty

public static ObjectProperty createObjectProperty(org.openrdf.model.Resource resource,
                                                  org.openrdf.model.URI _namedGraphUri,
                                                  IDataset dataset)
                                           throws JastorException
Create a new instance of ObjectProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the ObjectProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created ObjectProperty
Throws:
JastorException

createObjectProperty

public static ObjectProperty createObjectProperty(java.lang.String uri,
                                                  IDataset dataset)
                                           throws JastorException
Create a new instance of ObjectProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the ObjectProperty
dataset - the IDataset containing the data
Returns:
the newly created ObjectProperty
Throws:
JastorException

createObjectProperty

public static ObjectProperty createObjectProperty(java.lang.String uri,
                                                  org.openrdf.model.URI _namedGraphUri,
                                                  IDataset dataset)
                                           throws JastorException
Create a new instance of ObjectProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the ObjectProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created ObjectProperty
Throws:
JastorException

getObjectProperty

public static ObjectProperty getObjectProperty(java.lang.String uri,
                                               IDataset dataset)
                                        throws JastorException
Create a new instance of ObjectProperty. Leaves the dataset unchanged.

Parameters:
uri - The uri of the ObjectProperty
dataset - the IDataset containing the data
Returns:
the newly created ObjectProperty
Throws:
JastorException

getObjectProperty

public static ObjectProperty getObjectProperty(java.lang.String uri,
                                               org.openrdf.model.URI _namedGraphUri,
                                               IDataset dataset)
                                        throws JastorException
Create a new instance of ObjectProperty. Leaves the dataset unchanged.

Parameters:
uri - The uri of the ObjectProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created ObjectProperty
Throws:
JastorException

getObjectProperty

public static ObjectProperty getObjectProperty(org.openrdf.model.URI resource,
                                               IDataset dataset)
                                        throws JastorException
Create a new instance of ObjectProperty. Leaves the dataset unchanged.

Parameters:
resource - The resource of the ObjectProperty
dataset - the IDataset containing the data
Returns:
the newly created ObjectProperty
Throws:
JastorException

getObjectProperty

public static ObjectProperty getObjectProperty(org.openrdf.model.Resource resource,
                                               org.openrdf.model.URI _namedGraphUri,
                                               IDataset dataset)
                                        throws JastorException
Create a new instance of ObjectProperty. Leaves the dataset unchanged.

Parameters:
resource - The resource of the ObjectProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created ObjectProperty
Throws:
JastorException

getAllObjectProperty

public static java.util.List<ObjectProperty> getAllObjectProperty(IDataset dataset)
                                                           throws JastorException
Return an instance of ObjectProperty for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#ObjectProperty

Parameters:
dataset - the IDataset containing the data
Returns:
a List of ObjectProperty
Throws:
JastorException

getAllObjectProperty

public static java.util.List<ObjectProperty> getAllObjectProperty(org.openrdf.model.URI _namedGraphUri,
                                                                  IDataset dataset)
                                                           throws JastorException
Return an instance of ObjectProperty for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#ObjectProperty

Parameters:
_namedGraphUri - the URI of the NamedGraph
dataset - the IDataset containing the data
Returns:
a List of ObjectProperty
Throws:
JastorException

createAnnotationProperty

public static AnnotationProperty createAnnotationProperty(org.openrdf.model.URI resource,
                                                          IDataset dataset)
                                                   throws JastorException
Create a new instance of AnnotationProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the AnnotationProperty
dataset - the IDataset containing the data
Returns:
the newly created AnnotationProperty
Throws:
JastorException

createAnnotationProperty

public static AnnotationProperty createAnnotationProperty(org.openrdf.model.Resource resource,
                                                          org.openrdf.model.URI _namedGraphUri,
                                                          IDataset dataset)
                                                   throws JastorException
Create a new instance of AnnotationProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the AnnotationProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created AnnotationProperty
Throws:
JastorException

createAnnotationProperty

public static AnnotationProperty createAnnotationProperty(java.lang.String uri,
                                                          IDataset dataset)
                                                   throws JastorException
Create a new instance of AnnotationProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the AnnotationProperty
dataset - the IDataset containing the data
Returns:
the newly created AnnotationProperty
Throws:
JastorException

createAnnotationProperty

public static AnnotationProperty createAnnotationProperty(java.lang.String uri,
                                                          org.openrdf.model.URI _namedGraphUri,
                                                          IDataset dataset)
                                                   throws JastorException
Create a new instance of AnnotationProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the AnnotationProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created AnnotationProperty
Throws:
JastorException

getAnnotationProperty

public static AnnotationProperty getAnnotationProperty(java.lang.String uri,
                                                       IDataset dataset)
                                                throws JastorException
Create a new instance of AnnotationProperty. Leaves the dataset unchanged.

Parameters:
uri - The uri of the AnnotationProperty
dataset - the IDataset containing the data
Returns:
the newly created AnnotationProperty
Throws:
JastorException

getAnnotationProperty

public static AnnotationProperty getAnnotationProperty(java.lang.String uri,
                                                       org.openrdf.model.URI _namedGraphUri,
                                                       IDataset dataset)
                                                throws JastorException
Create a new instance of AnnotationProperty. Leaves the dataset unchanged.

Parameters:
uri - The uri of the AnnotationProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created AnnotationProperty
Throws:
JastorException

getAnnotationProperty

public static AnnotationProperty getAnnotationProperty(org.openrdf.model.URI resource,
                                                       IDataset dataset)
                                                throws JastorException
Create a new instance of AnnotationProperty. Leaves the dataset unchanged.

Parameters:
resource - The resource of the AnnotationProperty
dataset - the IDataset containing the data
Returns:
the newly created AnnotationProperty
Throws:
JastorException

getAnnotationProperty

public static AnnotationProperty getAnnotationProperty(org.openrdf.model.Resource resource,
                                                       org.openrdf.model.URI _namedGraphUri,
                                                       IDataset dataset)
                                                throws JastorException
Create a new instance of AnnotationProperty. Leaves the dataset unchanged.

Parameters:
resource - The resource of the AnnotationProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created AnnotationProperty
Throws:
JastorException

getAllAnnotationProperty

public static java.util.List<AnnotationProperty> getAllAnnotationProperty(IDataset dataset)
                                                                   throws JastorException
Return an instance of AnnotationProperty for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#AnnotationProperty

Parameters:
dataset - the IDataset containing the data
Returns:
a List of AnnotationProperty
Throws:
JastorException

getAllAnnotationProperty

public static java.util.List<AnnotationProperty> getAllAnnotationProperty(org.openrdf.model.URI _namedGraphUri,
                                                                          IDataset dataset)
                                                                   throws JastorException
Return an instance of AnnotationProperty for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#AnnotationProperty

Parameters:
_namedGraphUri - the URI of the NamedGraph
dataset - the IDataset containing the data
Returns:
a List of AnnotationProperty
Throws:
JastorException

createOWLEntity

public static OWLEntity createOWLEntity(org.openrdf.model.URI resource,
                                        IDataset dataset)
                                 throws JastorException
Create a new instance of OWLEntity. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the OWLEntity
dataset - the IDataset containing the data
Returns:
the newly created OWLEntity
Throws:
JastorException

createOWLEntity

public static OWLEntity createOWLEntity(org.openrdf.model.Resource resource,
                                        org.openrdf.model.URI _namedGraphUri,
                                        IDataset dataset)
                                 throws JastorException
Create a new instance of OWLEntity. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the OWLEntity
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created OWLEntity
Throws:
JastorException

createOWLEntity

public static OWLEntity createOWLEntity(java.lang.String uri,
                                        IDataset dataset)
                                 throws JastorException
Create a new instance of OWLEntity. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the OWLEntity
dataset - the IDataset containing the data
Returns:
the newly created OWLEntity
Throws:
JastorException

createOWLEntity

public static OWLEntity createOWLEntity(java.lang.String uri,
                                        org.openrdf.model.URI _namedGraphUri,
                                        IDataset dataset)
                                 throws JastorException
Create a new instance of OWLEntity. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the OWLEntity
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created OWLEntity
Throws:
JastorException

getOWLEntity

public static OWLEntity getOWLEntity(java.lang.String uri,
                                     IDataset dataset)
                              throws JastorException
Create a new instance of OWLEntity. Leaves the dataset unchanged.

Parameters:
uri - The uri of the OWLEntity
dataset - the IDataset containing the data
Returns:
the newly created OWLEntity
Throws:
JastorException

getOWLEntity

public static OWLEntity getOWLEntity(java.lang.String uri,
                                     org.openrdf.model.URI _namedGraphUri,
                                     IDataset dataset)
                              throws JastorException
Create a new instance of OWLEntity. Leaves the dataset unchanged.

Parameters:
uri - The uri of the OWLEntity
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created OWLEntity
Throws:
JastorException

getOWLEntity

public static OWLEntity getOWLEntity(org.openrdf.model.URI resource,
                                     IDataset dataset)
                              throws JastorException
Create a new instance of OWLEntity. Leaves the dataset unchanged.

Parameters:
resource - The resource of the OWLEntity
dataset - the IDataset containing the data
Returns:
the newly created OWLEntity
Throws:
JastorException

getOWLEntity

public static OWLEntity getOWLEntity(org.openrdf.model.Resource resource,
                                     org.openrdf.model.URI _namedGraphUri,
                                     IDataset dataset)
                              throws JastorException
Create a new instance of OWLEntity. Leaves the dataset unchanged.

Parameters:
resource - The resource of the OWLEntity
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created OWLEntity
Throws:
JastorException

getAllOWLEntity

public static java.util.List<OWLEntity> getAllOWLEntity(IDataset dataset)
                                                 throws JastorException
Return an instance of OWLEntity for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#OWLEntity

Parameters:
dataset - the IDataset containing the data
Returns:
a List of OWLEntity
Throws:
JastorException

getAllOWLEntity

public static java.util.List<OWLEntity> getAllOWLEntity(org.openrdf.model.URI _namedGraphUri,
                                                        IDataset dataset)
                                                 throws JastorException
Return an instance of OWLEntity for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#OWLEntity

Parameters:
_namedGraphUri - the URI of the NamedGraph
dataset - the IDataset containing the data
Returns:
a List of OWLEntity
Throws:
JastorException

createIrreflexiveProperty

public static IrreflexiveProperty createIrreflexiveProperty(org.openrdf.model.URI resource,
                                                            IDataset dataset)
                                                     throws JastorException
Create a new instance of IrreflexiveProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the IrreflexiveProperty
dataset - the IDataset containing the data
Returns:
the newly created IrreflexiveProperty
Throws:
JastorException

createIrreflexiveProperty

public static IrreflexiveProperty createIrreflexiveProperty(org.openrdf.model.Resource resource,
                                                            org.openrdf.model.URI _namedGraphUri,
                                                            IDataset dataset)
                                                     throws JastorException
Create a new instance of IrreflexiveProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the IrreflexiveProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created IrreflexiveProperty
Throws:
JastorException

createIrreflexiveProperty

public static IrreflexiveProperty createIrreflexiveProperty(java.lang.String uri,
                                                            IDataset dataset)
                                                     throws JastorException
Create a new instance of IrreflexiveProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the IrreflexiveProperty
dataset - the IDataset containing the data
Returns:
the newly created IrreflexiveProperty
Throws:
JastorException

createIrreflexiveProperty

public static IrreflexiveProperty createIrreflexiveProperty(java.lang.String uri,
                                                            org.openrdf.model.URI _namedGraphUri,
                                                            IDataset dataset)
                                                     throws JastorException
Create a new instance of IrreflexiveProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the IrreflexiveProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created IrreflexiveProperty
Throws:
JastorException

getIrreflexiveProperty

public static IrreflexiveProperty getIrreflexiveProperty(java.lang.String uri,
                                                         IDataset dataset)
                                                  throws JastorException
Create a new instance of IrreflexiveProperty. Leaves the dataset unchanged.

Parameters:
uri - The uri of the IrreflexiveProperty
dataset - the IDataset containing the data
Returns:
the newly created IrreflexiveProperty
Throws:
JastorException

getIrreflexiveProperty

public static IrreflexiveProperty getIrreflexiveProperty(java.lang.String uri,
                                                         org.openrdf.model.URI _namedGraphUri,
                                                         IDataset dataset)
                                                  throws JastorException
Create a new instance of IrreflexiveProperty. Leaves the dataset unchanged.

Parameters:
uri - The uri of the IrreflexiveProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created IrreflexiveProperty
Throws:
JastorException

getIrreflexiveProperty

public static IrreflexiveProperty getIrreflexiveProperty(org.openrdf.model.URI resource,
                                                         IDataset dataset)
                                                  throws JastorException
Create a new instance of IrreflexiveProperty. Leaves the dataset unchanged.

Parameters:
resource - The resource of the IrreflexiveProperty
dataset - the IDataset containing the data
Returns:
the newly created IrreflexiveProperty
Throws:
JastorException

getIrreflexiveProperty

public static IrreflexiveProperty getIrreflexiveProperty(org.openrdf.model.Resource resource,
                                                         org.openrdf.model.URI _namedGraphUri,
                                                         IDataset dataset)
                                                  throws JastorException
Create a new instance of IrreflexiveProperty. Leaves the dataset unchanged.

Parameters:
resource - The resource of the IrreflexiveProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created IrreflexiveProperty
Throws:
JastorException

getAllIrreflexiveProperty

public static java.util.List<IrreflexiveProperty> getAllIrreflexiveProperty(IDataset dataset)
                                                                     throws JastorException
Return an instance of IrreflexiveProperty for every resource in the dataset with rdf:Type http://www.w3.org/2006/12/owl11#IrreflexiveProperty

Parameters:
dataset - the IDataset containing the data
Returns:
a List of IrreflexiveProperty
Throws:
JastorException

getAllIrreflexiveProperty

public static java.util.List<IrreflexiveProperty> getAllIrreflexiveProperty(org.openrdf.model.URI _namedGraphUri,
                                                                            IDataset dataset)
                                                                     throws JastorException
Return an instance of IrreflexiveProperty for every resource in the dataset with rdf:Type http://www.w3.org/2006/12/owl11#IrreflexiveProperty

Parameters:
_namedGraphUri - the URI of the NamedGraph
dataset - the IDataset containing the data
Returns:
a List of IrreflexiveProperty
Throws:
JastorException

createReflexiveProperty

public static ReflexiveProperty createReflexiveProperty(org.openrdf.model.URI resource,
                                                        IDataset dataset)
                                                 throws JastorException
Create a new instance of ReflexiveProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the ReflexiveProperty
dataset - the IDataset containing the data
Returns:
the newly created ReflexiveProperty
Throws:
JastorException

createReflexiveProperty

public static ReflexiveProperty createReflexiveProperty(org.openrdf.model.Resource resource,
                                                        org.openrdf.model.URI _namedGraphUri,
                                                        IDataset dataset)
                                                 throws JastorException
Create a new instance of ReflexiveProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the ReflexiveProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created ReflexiveProperty
Throws:
JastorException

createReflexiveProperty

public static ReflexiveProperty createReflexiveProperty(java.lang.String uri,
                                                        IDataset dataset)
                                                 throws JastorException
Create a new instance of ReflexiveProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the ReflexiveProperty
dataset - the IDataset containing the data
Returns:
the newly created ReflexiveProperty
Throws:
JastorException

createReflexiveProperty

public static ReflexiveProperty createReflexiveProperty(java.lang.String uri,
                                                        org.openrdf.model.URI _namedGraphUri,
                                                        IDataset dataset)
                                                 throws JastorException
Create a new instance of ReflexiveProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the ReflexiveProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created ReflexiveProperty
Throws:
JastorException

getReflexiveProperty

public static ReflexiveProperty getReflexiveProperty(java.lang.String uri,
                                                     IDataset dataset)
                                              throws JastorException
Create a new instance of ReflexiveProperty. Leaves the dataset unchanged.

Parameters:
uri - The uri of the ReflexiveProperty
dataset - the IDataset containing the data
Returns:
the newly created ReflexiveProperty
Throws:
JastorException

getReflexiveProperty

public static ReflexiveProperty getReflexiveProperty(java.lang.String uri,
                                                     org.openrdf.model.URI _namedGraphUri,
                                                     IDataset dataset)
                                              throws JastorException
Create a new instance of ReflexiveProperty. Leaves the dataset unchanged.

Parameters:
uri - The uri of the ReflexiveProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created ReflexiveProperty
Throws:
JastorException

getReflexiveProperty

public static ReflexiveProperty getReflexiveProperty(org.openrdf.model.URI resource,
                                                     IDataset dataset)
                                              throws JastorException
Create a new instance of ReflexiveProperty. Leaves the dataset unchanged.

Parameters:
resource - The resource of the ReflexiveProperty
dataset - the IDataset containing the data
Returns:
the newly created ReflexiveProperty
Throws:
JastorException

getReflexiveProperty

public static ReflexiveProperty getReflexiveProperty(org.openrdf.model.Resource resource,
                                                     org.openrdf.model.URI _namedGraphUri,
                                                     IDataset dataset)
                                              throws JastorException
Create a new instance of ReflexiveProperty. Leaves the dataset unchanged.

Parameters:
resource - The resource of the ReflexiveProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created ReflexiveProperty
Throws:
JastorException

getAllReflexiveProperty

public static java.util.List<ReflexiveProperty> getAllReflexiveProperty(IDataset dataset)
                                                                 throws JastorException
Return an instance of ReflexiveProperty for every resource in the dataset with rdf:Type http://www.w3.org/2006/12/owl11#ReflexiveProperty

Parameters:
dataset - the IDataset containing the data
Returns:
a List of ReflexiveProperty
Throws:
JastorException

getAllReflexiveProperty

public static java.util.List<ReflexiveProperty> getAllReflexiveProperty(org.openrdf.model.URI _namedGraphUri,
                                                                        IDataset dataset)
                                                                 throws JastorException
Return an instance of ReflexiveProperty for every resource in the dataset with rdf:Type http://www.w3.org/2006/12/owl11#ReflexiveProperty

Parameters:
_namedGraphUri - the URI of the NamedGraph
dataset - the IDataset containing the data
Returns:
a List of ReflexiveProperty
Throws:
JastorException

createNothing

public static Nothing createNothing(org.openrdf.model.URI resource,
                                    IDataset dataset)
                             throws JastorException
Create a new instance of Nothing. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the Nothing
dataset - the IDataset containing the data
Returns:
the newly created Nothing
Throws:
JastorException

createNothing

public static Nothing createNothing(org.openrdf.model.Resource resource,
                                    org.openrdf.model.URI _namedGraphUri,
                                    IDataset dataset)
                             throws JastorException
Create a new instance of Nothing. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the Nothing
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created Nothing
Throws:
JastorException

createNothing

public static Nothing createNothing(java.lang.String uri,
                                    IDataset dataset)
                             throws JastorException
Create a new instance of Nothing. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the Nothing
dataset - the IDataset containing the data
Returns:
the newly created Nothing
Throws:
JastorException

createNothing

public static Nothing createNothing(java.lang.String uri,
                                    org.openrdf.model.URI _namedGraphUri,
                                    IDataset dataset)
                             throws JastorException
Create a new instance of Nothing. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the Nothing
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created Nothing
Throws:
JastorException

getNothing

public static Nothing getNothing(java.lang.String uri,
                                 IDataset dataset)
                          throws JastorException
Create a new instance of Nothing. Leaves the dataset unchanged.

Parameters:
uri - The uri of the Nothing
dataset - the IDataset containing the data
Returns:
the newly created Nothing
Throws:
JastorException

getNothing

public static Nothing getNothing(java.lang.String uri,
                                 org.openrdf.model.URI _namedGraphUri,
                                 IDataset dataset)
                          throws JastorException
Create a new instance of Nothing. Leaves the dataset unchanged.

Parameters:
uri - The uri of the Nothing
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created Nothing
Throws:
JastorException

getNothing

public static Nothing getNothing(org.openrdf.model.URI resource,
                                 IDataset dataset)
                          throws JastorException
Create a new instance of Nothing. Leaves the dataset unchanged.

Parameters:
resource - The resource of the Nothing
dataset - the IDataset containing the data
Returns:
the newly created Nothing
Throws:
JastorException

getNothing

public static Nothing getNothing(org.openrdf.model.Resource resource,
                                 org.openrdf.model.URI _namedGraphUri,
                                 IDataset dataset)
                          throws JastorException
Create a new instance of Nothing. Leaves the dataset unchanged.

Parameters:
resource - The resource of the Nothing
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created Nothing
Throws:
JastorException

getAllNothing

public static java.util.List<Nothing> getAllNothing(IDataset dataset)
                                             throws JastorException
Return an instance of Nothing for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#Nothing

Parameters:
dataset - the IDataset containing the data
Returns:
a List of Nothing
Throws:
JastorException

getAllNothing

public static java.util.List<Nothing> getAllNothing(org.openrdf.model.URI _namedGraphUri,
                                                    IDataset dataset)
                                             throws JastorException
Return an instance of Nothing for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#Nothing

Parameters:
_namedGraphUri - the URI of the NamedGraph
dataset - the IDataset containing the data
Returns:
a List of Nothing
Throws:
JastorException

createFunctionalObjectProperty

public static FunctionalObjectProperty createFunctionalObjectProperty(org.openrdf.model.URI resource,
                                                                      IDataset dataset)
                                                               throws JastorException
Create a new instance of FunctionalObjectProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the FunctionalObjectProperty
dataset - the IDataset containing the data
Returns:
the newly created FunctionalObjectProperty
Throws:
JastorException

createFunctionalObjectProperty

public static FunctionalObjectProperty createFunctionalObjectProperty(org.openrdf.model.Resource resource,
                                                                      org.openrdf.model.URI _namedGraphUri,
                                                                      IDataset dataset)
                                                               throws JastorException
Create a new instance of FunctionalObjectProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the FunctionalObjectProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created FunctionalObjectProperty
Throws:
JastorException

createFunctionalObjectProperty

public static FunctionalObjectProperty createFunctionalObjectProperty(java.lang.String uri,
                                                                      IDataset dataset)
                                                               throws JastorException
Create a new instance of FunctionalObjectProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the FunctionalObjectProperty
dataset - the IDataset containing the data
Returns:
the newly created FunctionalObjectProperty
Throws:
JastorException

createFunctionalObjectProperty

public static FunctionalObjectProperty createFunctionalObjectProperty(java.lang.String uri,
                                                                      org.openrdf.model.URI _namedGraphUri,
                                                                      IDataset dataset)
                                                               throws JastorException
Create a new instance of FunctionalObjectProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the FunctionalObjectProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created FunctionalObjectProperty
Throws:
JastorException

getFunctionalObjectProperty

public static FunctionalObjectProperty getFunctionalObjectProperty(java.lang.String uri,
                                                                   IDataset dataset)
                                                            throws JastorException
Create a new instance of FunctionalObjectProperty. Leaves the dataset unchanged.

Parameters:
uri - The uri of the FunctionalObjectProperty
dataset - the IDataset containing the data
Returns:
the newly created FunctionalObjectProperty
Throws:
JastorException

getFunctionalObjectProperty

public static FunctionalObjectProperty getFunctionalObjectProperty(java.lang.String uri,
                                                                   org.openrdf.model.URI _namedGraphUri,
                                                                   IDataset dataset)
                                                            throws JastorException
Create a new instance of FunctionalObjectProperty. Leaves the dataset unchanged.

Parameters:
uri - The uri of the FunctionalObjectProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created FunctionalObjectProperty
Throws:
JastorException

getFunctionalObjectProperty

public static FunctionalObjectProperty getFunctionalObjectProperty(org.openrdf.model.URI resource,
                                                                   IDataset dataset)
                                                            throws JastorException
Create a new instance of FunctionalObjectProperty. Leaves the dataset unchanged.

Parameters:
resource - The resource of the FunctionalObjectProperty
dataset - the IDataset containing the data
Returns:
the newly created FunctionalObjectProperty
Throws:
JastorException

getFunctionalObjectProperty

public static FunctionalObjectProperty getFunctionalObjectProperty(org.openrdf.model.Resource resource,
                                                                   org.openrdf.model.URI _namedGraphUri,
                                                                   IDataset dataset)
                                                            throws JastorException
Create a new instance of FunctionalObjectProperty. Leaves the dataset unchanged.

Parameters:
resource - The resource of the FunctionalObjectProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created FunctionalObjectProperty
Throws:
JastorException

getAllFunctionalObjectProperty

public static java.util.List<FunctionalObjectProperty> getAllFunctionalObjectProperty(IDataset dataset)
                                                                               throws JastorException
Return an instance of FunctionalObjectProperty for every resource in the dataset with rdf:Type http://www.w3.org/2006/12/owl11#FunctionalObjectProperty

Parameters:
dataset - the IDataset containing the data
Returns:
a List of FunctionalObjectProperty
Throws:
JastorException

getAllFunctionalObjectProperty

public static java.util.List<FunctionalObjectProperty> getAllFunctionalObjectProperty(org.openrdf.model.URI _namedGraphUri,
                                                                                      IDataset dataset)
                                                                               throws JastorException
Return an instance of FunctionalObjectProperty for every resource in the dataset with rdf:Type http://www.w3.org/2006/12/owl11#FunctionalObjectProperty

Parameters:
_namedGraphUri - the URI of the NamedGraph
dataset - the IDataset containing the data
Returns:
a List of FunctionalObjectProperty
Throws:
JastorException

createDataRange

public static DataRange createDataRange(org.openrdf.model.URI resource,
                                        IDataset dataset)
                                 throws JastorException
Create a new instance of DataRange. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the DataRange
dataset - the IDataset containing the data
Returns:
the newly created DataRange
Throws:
JastorException

createDataRange

public static DataRange createDataRange(org.openrdf.model.Resource resource,
                                        org.openrdf.model.URI _namedGraphUri,
                                        IDataset dataset)
                                 throws JastorException
Create a new instance of DataRange. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the DataRange
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created DataRange
Throws:
JastorException

createDataRange

public static DataRange createDataRange(java.lang.String uri,
                                        IDataset dataset)
                                 throws JastorException
Create a new instance of DataRange. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the DataRange
dataset - the IDataset containing the data
Returns:
the newly created DataRange
Throws:
JastorException

createDataRange

public static DataRange createDataRange(java.lang.String uri,
                                        org.openrdf.model.URI _namedGraphUri,
                                        IDataset dataset)
                                 throws JastorException
Create a new instance of DataRange. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the DataRange
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created DataRange
Throws:
JastorException

getDataRange

public static DataRange getDataRange(java.lang.String uri,
                                     IDataset dataset)
                              throws JastorException
Create a new instance of DataRange. Leaves the dataset unchanged.

Parameters:
uri - The uri of the DataRange
dataset - the IDataset containing the data
Returns:
the newly created DataRange
Throws:
JastorException

getDataRange

public static DataRange getDataRange(java.lang.String uri,
                                     org.openrdf.model.URI _namedGraphUri,
                                     IDataset dataset)
                              throws JastorException
Create a new instance of DataRange. Leaves the dataset unchanged.

Parameters:
uri - The uri of the DataRange
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created DataRange
Throws:
JastorException

getDataRange

public static DataRange getDataRange(org.openrdf.model.URI resource,
                                     IDataset dataset)
                              throws JastorException
Create a new instance of DataRange. Leaves the dataset unchanged.

Parameters:
resource - The resource of the DataRange
dataset - the IDataset containing the data
Returns:
the newly created DataRange
Throws:
JastorException

getDataRange

public static DataRange getDataRange(org.openrdf.model.Resource resource,
                                     org.openrdf.model.URI _namedGraphUri,
                                     IDataset dataset)
                              throws JastorException
Create a new instance of DataRange. Leaves the dataset unchanged.

Parameters:
resource - The resource of the DataRange
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created DataRange
Throws:
JastorException

getAllDataRange

public static java.util.List<DataRange> getAllDataRange(IDataset dataset)
                                                 throws JastorException
Return an instance of DataRange for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#DataRange

Parameters:
dataset - the IDataset containing the data
Returns:
a List of DataRange
Throws:
JastorException

getAllDataRange

public static java.util.List<DataRange> getAllDataRange(org.openrdf.model.URI _namedGraphUri,
                                                        IDataset dataset)
                                                 throws JastorException
Return an instance of DataRange for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#DataRange

Parameters:
_namedGraphUri - the URI of the NamedGraph
dataset - the IDataset containing the data
Returns:
a List of DataRange
Throws:
JastorException

createRestriction

public static Restriction createRestriction(org.openrdf.model.URI resource,
                                            IDataset dataset)
                                     throws JastorException
Create a new instance of Restriction. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the Restriction
dataset - the IDataset containing the data
Returns:
the newly created Restriction
Throws:
JastorException

createRestriction

public static Restriction createRestriction(org.openrdf.model.Resource resource,
                                            org.openrdf.model.URI _namedGraphUri,
                                            IDataset dataset)
                                     throws JastorException
Create a new instance of Restriction. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the Restriction
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created Restriction
Throws:
JastorException

createRestriction

public static Restriction createRestriction(java.lang.String uri,
                                            IDataset dataset)
                                     throws JastorException
Create a new instance of Restriction. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the Restriction
dataset - the IDataset containing the data
Returns:
the newly created Restriction
Throws:
JastorException

createRestriction

public static Restriction createRestriction(java.lang.String uri,
                                            org.openrdf.model.URI _namedGraphUri,
                                            IDataset dataset)
                                     throws JastorException
Create a new instance of Restriction. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the Restriction
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created Restriction
Throws:
JastorException

getRestriction

public static Restriction getRestriction(java.lang.String uri,
                                         IDataset dataset)
                                  throws JastorException
Create a new instance of Restriction. Leaves the dataset unchanged.

Parameters:
uri - The uri of the Restriction
dataset - the IDataset containing the data
Returns:
the newly created Restriction
Throws:
JastorException

getRestriction

public static Restriction getRestriction(java.lang.String uri,
                                         org.openrdf.model.URI _namedGraphUri,
                                         IDataset dataset)
                                  throws JastorException
Create a new instance of Restriction. Leaves the dataset unchanged.

Parameters:
uri - The uri of the Restriction
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created Restriction
Throws:
JastorException

getRestriction

public static Restriction getRestriction(org.openrdf.model.URI resource,
                                         IDataset dataset)
                                  throws JastorException
Create a new instance of Restriction. Leaves the dataset unchanged.

Parameters:
resource - The resource of the Restriction
dataset - the IDataset containing the data
Returns:
the newly created Restriction
Throws:
JastorException

getRestriction

public static Restriction getRestriction(org.openrdf.model.Resource resource,
                                         org.openrdf.model.URI _namedGraphUri,
                                         IDataset dataset)
                                  throws JastorException
Create a new instance of Restriction. Leaves the dataset unchanged.

Parameters:
resource - The resource of the Restriction
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created Restriction
Throws:
JastorException

getAllRestriction

public static java.util.List<Restriction> getAllRestriction(IDataset dataset)
                                                     throws JastorException
Return an instance of Restriction for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#Restriction

Parameters:
dataset - the IDataset containing the data
Returns:
a List of Restriction
Throws:
JastorException

getAllRestriction

public static java.util.List<Restriction> getAllRestriction(org.openrdf.model.URI _namedGraphUri,
                                                            IDataset dataset)
                                                     throws JastorException
Return an instance of Restriction for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#Restriction

Parameters:
_namedGraphUri - the URI of the NamedGraph
dataset - the IDataset containing the data
Returns:
a List of Restriction
Throws:
JastorException

createFunctionalProperty

public static FunctionalProperty createFunctionalProperty(org.openrdf.model.URI resource,
                                                          IDataset dataset)
                                                   throws JastorException
Create a new instance of FunctionalProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the FunctionalProperty
dataset - the IDataset containing the data
Returns:
the newly created FunctionalProperty
Throws:
JastorException

createFunctionalProperty

public static FunctionalProperty createFunctionalProperty(org.openrdf.model.Resource resource,
                                                          org.openrdf.model.URI _namedGraphUri,
                                                          IDataset dataset)
                                                   throws JastorException
Create a new instance of FunctionalProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the FunctionalProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created FunctionalProperty
Throws:
JastorException

createFunctionalProperty

public static FunctionalProperty createFunctionalProperty(java.lang.String uri,
                                                          IDataset dataset)
                                                   throws JastorException
Create a new instance of FunctionalProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the FunctionalProperty
dataset - the IDataset containing the data
Returns:
the newly created FunctionalProperty
Throws:
JastorException

createFunctionalProperty

public static FunctionalProperty createFunctionalProperty(java.lang.String uri,
                                                          org.openrdf.model.URI _namedGraphUri,
                                                          IDataset dataset)
                                                   throws JastorException
Create a new instance of FunctionalProperty. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the FunctionalProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created FunctionalProperty
Throws:
JastorException

getFunctionalProperty

public static FunctionalProperty getFunctionalProperty(java.lang.String uri,
                                                       IDataset dataset)
                                                throws JastorException
Create a new instance of FunctionalProperty. Leaves the dataset unchanged.

Parameters:
uri - The uri of the FunctionalProperty
dataset - the IDataset containing the data
Returns:
the newly created FunctionalProperty
Throws:
JastorException

getFunctionalProperty

public static FunctionalProperty getFunctionalProperty(java.lang.String uri,
                                                       org.openrdf.model.URI _namedGraphUri,
                                                       IDataset dataset)
                                                throws JastorException
Create a new instance of FunctionalProperty. Leaves the dataset unchanged.

Parameters:
uri - The uri of the FunctionalProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created FunctionalProperty
Throws:
JastorException

getFunctionalProperty

public static FunctionalProperty getFunctionalProperty(org.openrdf.model.URI resource,
                                                       IDataset dataset)
                                                throws JastorException
Create a new instance of FunctionalProperty. Leaves the dataset unchanged.

Parameters:
resource - The resource of the FunctionalProperty
dataset - the IDataset containing the data
Returns:
the newly created FunctionalProperty
Throws:
JastorException

getFunctionalProperty

public static FunctionalProperty getFunctionalProperty(org.openrdf.model.Resource resource,
                                                       org.openrdf.model.URI _namedGraphUri,
                                                       IDataset dataset)
                                                throws JastorException
Create a new instance of FunctionalProperty. Leaves the dataset unchanged.

Parameters:
resource - The resource of the FunctionalProperty
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created FunctionalProperty
Throws:
JastorException

getAllFunctionalProperty

public static java.util.List<FunctionalProperty> getAllFunctionalProperty(IDataset dataset)
                                                                   throws JastorException
Return an instance of FunctionalProperty for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#FunctionalProperty

Parameters:
dataset - the IDataset containing the data
Returns:
a List of FunctionalProperty
Throws:
JastorException

getAllFunctionalProperty

public static java.util.List<FunctionalProperty> getAllFunctionalProperty(org.openrdf.model.URI _namedGraphUri,
                                                                          IDataset dataset)
                                                                   throws JastorException
Return an instance of FunctionalProperty for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#FunctionalProperty

Parameters:
_namedGraphUri - the URI of the NamedGraph
dataset - the IDataset containing the data
Returns:
a List of FunctionalProperty
Throws:
JastorException

create_Thing

public static _Thing create_Thing(org.openrdf.model.URI resource,
                                  IDataset dataset)
                           throws JastorException
Create a new instance of _Thing. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the _Thing
dataset - the IDataset containing the data
Returns:
the newly created _Thing
Throws:
JastorException

create_Thing

public static _Thing create_Thing(org.openrdf.model.Resource resource,
                                  org.openrdf.model.URI _namedGraphUri,
                                  IDataset dataset)
                           throws JastorException
Create a new instance of _Thing. Adds the rdf:type property for the given resource to the dataset.

Parameters:
resource - The resource of the _Thing
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created _Thing
Throws:
JastorException

create_Thing

public static _Thing create_Thing(java.lang.String uri,
                                  IDataset dataset)
                           throws JastorException
Create a new instance of _Thing. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the _Thing
dataset - the IDataset containing the data
Returns:
the newly created _Thing
Throws:
JastorException

create_Thing

public static _Thing create_Thing(java.lang.String uri,
                                  org.openrdf.model.URI _namedGraphUri,
                                  IDataset dataset)
                           throws JastorException
Create a new instance of _Thing. Adds the rdf:type property for the given resource to the dataset.

Parameters:
uri - The uri of the _Thing
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created _Thing
Throws:
JastorException

get_Thing

public static _Thing get_Thing(java.lang.String uri,
                               IDataset dataset)
                        throws JastorException
Create a new instance of _Thing. Leaves the dataset unchanged.

Parameters:
uri - The uri of the _Thing
dataset - the IDataset containing the data
Returns:
the newly created _Thing
Throws:
JastorException

get_Thing

public static _Thing get_Thing(java.lang.String uri,
                               org.openrdf.model.URI _namedGraphUri,
                               IDataset dataset)
                        throws JastorException
Create a new instance of _Thing. Leaves the dataset unchanged.

Parameters:
uri - The uri of the _Thing
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created _Thing
Throws:
JastorException

get_Thing

public static _Thing get_Thing(org.openrdf.model.URI resource,
                               IDataset dataset)
                        throws JastorException
Create a new instance of _Thing. Leaves the dataset unchanged.

Parameters:
resource - The resource of the _Thing
dataset - the IDataset containing the data
Returns:
the newly created _Thing
Throws:
JastorException

get_Thing

public static _Thing get_Thing(org.openrdf.model.Resource resource,
                               org.openrdf.model.URI _namedGraphUri,
                               IDataset dataset)
                        throws JastorException
Create a new instance of _Thing. Leaves the dataset unchanged.

Parameters:
resource - The resource of the _Thing
_namedGraphUri - the URI of the NamedGraph within the dataset where this object is to be created
dataset - the IDataset containing the data
Returns:
the newly created _Thing
Throws:
JastorException

getAll_Thing

public static java.util.List<_Thing> getAll_Thing(IDataset dataset)
                                           throws JastorException
Return an instance of _Thing for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#Thing

Parameters:
dataset - the IDataset containing the data
Returns:
a List of _Thing
Throws:
JastorException

getAll_Thing

public static java.util.List<_Thing> getAll_Thing(org.openrdf.model.URI _namedGraphUri,
                                                  IDataset dataset)
                                           throws JastorException
Return an instance of _Thing for every resource in the dataset with rdf:Type http://www.w3.org/2002/07/owl#Thing

Parameters:
_namedGraphUri - the URI of the NamedGraph
dataset - the IDataset containing the data
Returns:
a List of _Thing
Throws:
JastorException

listCompatibleInterfaces

public static java.util.List<java.lang.Class<? extends DatasetThing>> listCompatibleInterfaces(org.openrdf.model.Resource type)
Return a list of compatible interfaces for the given type. Searches through all ontology classes in the OWL11 ontology.

Parameters:
type - the type for which to find compatible interfaces
Returns:
a List of type java.lang.Class


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.