Class OWLFunctionalSyntaxFactory
java.lang.Object
org.semanticweb.owlapi.apibinding.OWLFunctionalSyntaxFactory
A utility class whose methods may be statically imported so that OWL API objects can be
constructed by writing code that looks like the OWL 2 Functional Syntax.
Note that this class is primarily intended for developers who need to write test cases. Normal client code should probably use an
Note that this class is primarily intended for developers who need to write test cases. Normal client code should probably use an
OWLDataFactory for
creating objects.- Since:
- 3.0.0
- Author:
- Matthew Horridge, The University of Manchester, Information Management Group
-
Method Summary
Modifier and TypeMethodDescriptionstatic OWLAnnotationAnnotation(OWLAnnotationProperty property, OWLAnnotationValue value) static OWLAnnotationAnnotation(OWLAnnotationProperty property, OWLAnnotationValue value, Collection<OWLAnnotation> anns) static OWLAnnotationAnnotation(OWLAnnotationProperty property, OWLAnnotationValue value, OWLAnnotation... anns) static OWLAnnotationAssertionAxiomAnnotationAssertion(OWLAnnotationProperty property, OWLAnnotationSubject subject, OWLAnnotationValue value) static OWLAnnotationAssertionAxiomAnnotationAssertion(OWLAnnotationProperty property, OWLAnnotationSubject subject, OWLAnnotationValue value, Collection<OWLAnnotation> set) static OWLAnnotationAssertionAxiomAnnotationAssertion(OWLAnnotationProperty property, OWLAnnotationSubject subject, OWLAnnotationValue value, OWLAnnotation... set) static OWLAnnotationPropertyAnnotationProperty(String abbreviatedIRI, PrefixManager pm) static OWLAnnotationPropertyAnnotationProperty(IRI iri) AnnotationPropertyDomain(OWLAnnotationProperty property, String iri) AnnotationPropertyDomain(OWLAnnotationProperty property, IRI iri) AnnotationPropertyRange(OWLAnnotationProperty property, String iri) AnnotationPropertyRange(OWLAnnotationProperty property, IRI iri) static OWLAnonymousIndividualstatic OWLAnonymousIndividualstatic OWLDatatypeBoolean()static OWLClassClass(String abbreviatedIRI, PrefixManager pm) static OWLClassstatic OWLClassAssertionAxiomstatic OWLClassAssertionAxiomClassAssertion(OWLClassExpression ce, OWLIndividual ind, Collection<OWLAnnotation> a) static OWLAnnotationPropertystatic OWLClassstatic OWLDataPropertystatic OWLNamedIndividualstatic OWLObjectPropertystatic OWLLiteralstatic OWLDataAllValuesFromstatic OWLDataComplementOfDataComplementOf(OWLDataRange dataRange) static OWLDataExactCardinalityDataExactCardinality(int cardinality, OWLDataPropertyExpression pe, OWLDataRange dr) static OWLDataHasValueDataHasValue(OWLDataPropertyExpression pe, OWLLiteral literal) static OWLDataIntersectionOfDataIntersectionOf(OWLDataRange... dataRanges) static OWLDataMaxCardinalityDataMaxCardinality(int cardinality, OWLDataPropertyExpression pe, OWLDataRange dr) static OWLDataMinCardinalityDataMinCardinality(int cardinality, OWLDataPropertyExpression pe, OWLDataRange dr) static OWLDataOneOfDataOneOf(OWLLiteral... literals) static OWLDataPropertyDataProperty(String abbreviatedIRI, PrefixManager pm) static OWLDataPropertyDataProperty(IRI iri) DataPropertyAssertion(OWLDataPropertyExpression property, OWLIndividual source, OWLLiteral target) DataPropertyAssertion(OWLDataPropertyExpression property, OWLIndividual source, OWLLiteral target, Collection<OWLAnnotation> a) static OWLDataPropertyDomainAxiomDataPropertyDomain(OWLDataPropertyExpression property, OWLClassExpression domain) static OWLDataPropertyDomainAxiomDataPropertyDomain(OWLDataPropertyExpression property, OWLClassExpression domain, Collection<OWLAnnotation> a) static OWLDataPropertyRangeAxiomDataPropertyRange(OWLDataPropertyExpression property, OWLDataRange range) static OWLDataPropertyRangeAxiomDataPropertyRange(OWLDataPropertyExpression property, OWLDataRange range, Collection<OWLAnnotation> a) static OWLDataSomeValuesFromstatic OWLDatatypestatic OWLDatatypeDefinitionAxiomDatatypeDefinition(OWLDatatype datatype, OWLDataRange dataRange) static OWLDatatypeRestrictionDatatypeRestriction(OWLDatatype datatype, OWLFacetRestriction... facetRestrictions) static OWLDataUnionOfDataUnionOf(OWLDataRange... dataRanges) static OWLDeclarationAxiomDeclaration(OWLEntity entity) static OWLDeclarationAxiomDeclaration(OWLEntity entity, Collection<OWLAnnotation> a) static OWLDeclarationAxiomDeclaration(OWLEntity entity, OWLAnnotation... a) static OWLDifferentIndividualsAxiomDifferentIndividuals(Collection<? extends OWLIndividual> individuals) static OWLDifferentIndividualsAxiomDifferentIndividuals(Collection<? extends OWLIndividual> individuals, Collection<OWLAnnotation> a) static OWLDifferentIndividualsAxiomDifferentIndividuals(OWLIndividual... individuals) static OWLDisjointClassesAxiomDisjointClasses(Collection<? extends OWLClassExpression> classExpressions) static OWLDisjointClassesAxiomDisjointClasses(Collection<OWLAnnotation> a, OWLClassExpression... classExpressions) static OWLDisjointClassesAxiomDisjointClasses(Collection<OWLClassExpression> classExpressions, Collection<OWLAnnotation> a) static OWLDisjointClassesAxiomDisjointClasses(OWLClassExpression... classExpressions) DisjointDataProperties(Collection<OWLAnnotation> a, OWLDataPropertyExpression... properties) DisjointDataProperties(OWLDataPropertyExpression... properties) DisjointObjectProperties(Collection<OWLAnnotation> a, OWLObjectPropertyExpression... properties) DisjointObjectProperties(OWLObjectPropertyExpression... properties) static OWLDisjointUnionAxiomDisjointUnion(OWLClass cls, OWLClassExpression... classExpressions) static OWLDatatypeDouble()static OWLEquivalentClassesAxiomEquivalentClasses(Collection<OWLAnnotation> a, OWLClassExpression... classExpressions) static OWLEquivalentClassesAxiomEquivalentClasses(OWLClassExpression... classExpressions) EquivalentDataProperties(Collection<OWLAnnotation> a, OWLDataPropertyExpression... properties) EquivalentDataProperties(OWLDataPropertyExpression... properties) EquivalentObjectProperties(Collection<OWLAnnotation> a, OWLObjectPropertyExpression... properties) EquivalentObjectProperties(OWLObjectPropertyExpression... properties) static OWLFacetRestrictionFacetRestriction(OWLFacet facet, OWLLiteral facetValue) static OWLDatatypeFloat()static OWLHasKeyAxiomHasKey(Collection<OWLAnnotation> a, OWLClassExpression classExpression, OWLPropertyExpression... propertyExpressions) static OWLHasKeyAxiomHasKey(OWLClassExpression classExpression, OWLPropertyExpression... propertyExpressions) static OWLImportsDeclarationstatic OWLDatatypeInteger()static IRIstatic IRIstatic OWLLiteralLiteral(boolean literal) static OWLLiteralLiteral(double literal) static OWLLiteralLiteral(float literal) static OWLLiteralLiteral(int literal) static OWLLiteralstatic OWLLiteralstatic OWLLiteralLiteral(String literal, OWLDatatype type) static OWLLiteralLiteral(String literal, OWL2Datatype type) static OWLNamedIndividualNamedIndividual(String abbreviatedIRI, PrefixManager pm) static OWLNamedIndividualNamedIndividual(IRI iri) NegativeDataPropertyAssertion(OWLDataPropertyExpression property, OWLIndividual source, OWLLiteral target) NegativeDataPropertyAssertion(OWLDataPropertyExpression property, OWLIndividual source, OWLLiteral target, Collection<OWLAnnotation> a) NegativeObjectPropertyAssertion(OWLObjectPropertyExpression property, OWLIndividual source, OWLIndividual target) NegativeObjectPropertyAssertion(OWLObjectPropertyExpression property, OWLIndividual source, OWLIndividual target, Collection<OWLAnnotation> a) static OWLObjectAllValuesFromstatic OWLObjectComplementOfObjectComplementOf(OWLClassExpression classExpression) static OWLObjectExactCardinalityObjectExactCardinality(int cardinality, OWLObjectPropertyExpression pe, OWLClassExpression ce) static OWLObjectHasSelfstatic OWLObjectHasValueObjectHasValue(OWLObjectPropertyExpression pe, OWLIndividual individual) static OWLObjectIntersectionOfObjectIntersectionOf(OWLClassExpression... classExpressions) static OWLObjectInverseOfstatic OWLObjectMaxCardinalityObjectMaxCardinality(int cardinality, OWLObjectPropertyExpression pe, OWLClassExpression ce) static OWLObjectMinCardinalityObjectMinCardinality(int cardinality, OWLObjectPropertyExpression pe, OWLClassExpression ce) static OWLObjectOneOfObjectOneOf(OWLIndividual... individuals) static OWLObjectPropertyObjectProperty(String abbreviatedIRI, PrefixManager pm) static OWLObjectPropertyObjectProperty(IRI iri) ObjectPropertyAssertion(OWLObjectPropertyExpression property, OWLIndividual source, OWLIndividual target) ObjectPropertyAssertion(OWLObjectPropertyExpression property, OWLIndividual source, OWLIndividual target, Collection<OWLAnnotation> a) static OWLObjectPropertyDomainAxiomObjectPropertyDomain(OWLObjectPropertyExpression property, OWLClassExpression domain) static OWLObjectPropertyDomainAxiomObjectPropertyDomain(OWLObjectPropertyExpression property, OWLClassExpression domain, Collection<OWLAnnotation> a) static OWLObjectPropertyRangeAxiomObjectPropertyRange(OWLObjectPropertyExpression property, OWLClassExpression range) static OWLObjectPropertyRangeAxiomObjectPropertyRange(OWLObjectPropertyExpression property, OWLClassExpression range, Collection<OWLAnnotation> a) static OWLObjectSomeValuesFromstatic OWLObjectUnionOfObjectUnionOf(OWLClassExpression... classExpressions) static OWLOntologyOntology(OWLOntologyManager man, OWLAxiom... axioms) static OWLClassstatic OWLClassOWLThing()static OWLDatatypestatic OWLLiteralPlainLiteral(String literal) static OWLAnnotationPropertystatic OWLAnnotationPropertystatic OWLSameIndividualAxiomSameIndividual(Collection<? extends OWLIndividual> individuals) static OWLSameIndividualAxiomSameIndividual(OWLIndividual... individuals) SubAnnotationPropertyOf(OWLAnnotationProperty subProperty, OWLAnnotationProperty superProperty) static OWLSubClassOfAxiomSubClassOf(OWLClassExpression subClass, OWLClassExpression superClass) static OWLSubClassOfAxiomSubClassOf(OWLClassExpression subClass, OWLClassExpression superClass, Collection<OWLAnnotation> a) static OWLSubDataPropertyOfAxiomSubDataPropertyOf(OWLDataPropertyExpression subProperty, OWLDataPropertyExpression superProperty) static OWLSubDataPropertyOfAxiomSubDataPropertyOf(OWLDataPropertyExpression subProperty, OWLDataPropertyExpression superProperty, Collection<OWLAnnotation> a) static OWLSubObjectPropertyOfAxiomSubObjectPropertyOf(OWLObjectPropertyExpression subProperty, OWLObjectPropertyExpression superProperty) static OWLSubObjectPropertyOfAxiomSubObjectPropertyOf(OWLObjectPropertyExpression subProperty, OWLObjectPropertyExpression superProperty, Collection<OWLAnnotation> a) static OWLSubPropertyChainOfAxiomSubPropertyChainOf(List<? extends OWLObjectPropertyExpression> chain, OWLObjectPropertyExpression superProperty) static OWLSubPropertyChainOfAxiomSubPropertyChainOf(List<? extends OWLObjectPropertyExpression> chain, OWLObjectPropertyExpression superProperty, Collection<OWLAnnotation> a) static OWLDatatype
-
Method Details
-
ImportsDeclaration
-
Class
-
createClass
-
createObjectProperty
-
createDataProperty
-
createIndividual
-
createAnnotationProperty
-
createOWLLiteral
-
Class
-
RDFSComment
-
RDFSLabel
-
TopDatatype
-
OWLThing
-
Integer
-
Double
-
Float
-
Boolean
-
OWLNothing
-
ObjectProperty
-
ObjectProperty
-
ObjectInverseOf
-
DataProperty
-
DataProperty
-
AnnotationProperty
-
AnnotationProperty
-
NamedIndividual
-
AnonymousIndividual
-
AnonymousIndividual
-
NamedIndividual
-
Datatype
-
Declaration
-
Declaration
-
Declaration
-
ObjectIntersectionOf
-
ObjectUnionOf
-
ObjectComplementOf
-
ObjectSomeValuesFrom
public static OWLObjectSomeValuesFrom ObjectSomeValuesFrom(OWLObjectPropertyExpression pe, OWLClassExpression ce) -
ObjectAllValuesFrom
public static OWLObjectAllValuesFrom ObjectAllValuesFrom(OWLObjectPropertyExpression pe, OWLClassExpression ce) -
ObjectHasValue
public static OWLObjectHasValue ObjectHasValue(OWLObjectPropertyExpression pe, OWLIndividual individual) -
ObjectMinCardinality
public static OWLObjectMinCardinality ObjectMinCardinality(int cardinality, OWLObjectPropertyExpression pe, OWLClassExpression ce) -
ObjectMaxCardinality
public static OWLObjectMaxCardinality ObjectMaxCardinality(int cardinality, OWLObjectPropertyExpression pe, OWLClassExpression ce) -
ObjectExactCardinality
public static OWLObjectExactCardinality ObjectExactCardinality(int cardinality, OWLObjectPropertyExpression pe, OWLClassExpression ce) -
ObjectHasSelf
-
ObjectOneOf
-
DataSomeValuesFrom
public static OWLDataSomeValuesFrom DataSomeValuesFrom(OWLDataPropertyExpression pe, OWLDataRange dr) -
DataAllValuesFrom
-
DataHasValue
-
DataMinCardinality
public static OWLDataMinCardinality DataMinCardinality(int cardinality, OWLDataPropertyExpression pe, OWLDataRange dr) -
DataMaxCardinality
public static OWLDataMaxCardinality DataMaxCardinality(int cardinality, OWLDataPropertyExpression pe, OWLDataRange dr) -
DataExactCardinality
public static OWLDataExactCardinality DataExactCardinality(int cardinality, OWLDataPropertyExpression pe, OWLDataRange dr) -
DataIntersectionOf
-
DataUnionOf
-
DataComplementOf
-
DataOneOf
-
DatatypeRestriction
public static OWLDatatypeRestriction DatatypeRestriction(OWLDatatype datatype, OWLFacetRestriction... facetRestrictions) -
FacetRestriction
-
SubClassOf
public static OWLSubClassOfAxiom SubClassOf(OWLClassExpression subClass, OWLClassExpression superClass) -
SubClassOf
public static OWLSubClassOfAxiom SubClassOf(OWLClassExpression subClass, OWLClassExpression superClass, Collection<OWLAnnotation> a) -
EquivalentClasses
-
EquivalentClasses
public static OWLEquivalentClassesAxiom EquivalentClasses(Collection<OWLAnnotation> a, OWLClassExpression... classExpressions) -
DisjointClasses
-
DisjointClasses
public static OWLDisjointClassesAxiom DisjointClasses(Collection<? extends OWLClassExpression> classExpressions) -
DisjointClasses
public static OWLDisjointClassesAxiom DisjointClasses(Collection<OWLClassExpression> classExpressions, Collection<OWLAnnotation> a) -
DisjointUnion
public static OWLDisjointUnionAxiom DisjointUnion(OWLClass cls, OWLClassExpression... classExpressions) -
DisjointClasses
public static OWLDisjointClassesAxiom DisjointClasses(Collection<OWLAnnotation> a, OWLClassExpression... classExpressions) -
SubObjectPropertyOf
public static OWLSubObjectPropertyOfAxiom SubObjectPropertyOf(OWLObjectPropertyExpression subProperty, OWLObjectPropertyExpression superProperty) -
SubPropertyChainOf
public static OWLSubPropertyChainOfAxiom SubPropertyChainOf(List<? extends OWLObjectPropertyExpression> chain, OWLObjectPropertyExpression superProperty) -
SubPropertyChainOf
public static OWLSubPropertyChainOfAxiom SubPropertyChainOf(List<? extends OWLObjectPropertyExpression> chain, OWLObjectPropertyExpression superProperty, Collection<OWLAnnotation> a) -
SubObjectPropertyOf
public static OWLSubObjectPropertyOfAxiom SubObjectPropertyOf(OWLObjectPropertyExpression subProperty, OWLObjectPropertyExpression superProperty, Collection<OWLAnnotation> a) -
EquivalentObjectProperties
public static OWLEquivalentObjectPropertiesAxiom EquivalentObjectProperties(OWLObjectPropertyExpression... properties) -
EquivalentObjectProperties
public static OWLEquivalentObjectPropertiesAxiom EquivalentObjectProperties(Collection<OWLAnnotation> a, OWLObjectPropertyExpression... properties) -
DisjointObjectProperties
public static OWLDisjointObjectPropertiesAxiom DisjointObjectProperties(OWLObjectPropertyExpression... properties) -
DisjointObjectProperties
public static OWLDisjointObjectPropertiesAxiom DisjointObjectProperties(Collection<OWLAnnotation> a, OWLObjectPropertyExpression... properties) -
InverseObjectProperties
public static OWLInverseObjectPropertiesAxiom InverseObjectProperties(OWLObjectPropertyExpression peA, OWLObjectPropertyExpression peB) -
ObjectPropertyDomain
public static OWLObjectPropertyDomainAxiom ObjectPropertyDomain(OWLObjectPropertyExpression property, OWLClassExpression domain) -
ObjectPropertyDomain
public static OWLObjectPropertyDomainAxiom ObjectPropertyDomain(OWLObjectPropertyExpression property, OWLClassExpression domain, Collection<OWLAnnotation> a) -
ObjectPropertyRange
public static OWLObjectPropertyRangeAxiom ObjectPropertyRange(OWLObjectPropertyExpression property, OWLClassExpression range) -
ObjectPropertyRange
public static OWLObjectPropertyRangeAxiom ObjectPropertyRange(OWLObjectPropertyExpression property, OWLClassExpression range, Collection<OWLAnnotation> a) -
FunctionalObjectProperty
public static OWLFunctionalObjectPropertyAxiom FunctionalObjectProperty(OWLObjectPropertyExpression property) -
FunctionalObjectProperty
public static OWLFunctionalObjectPropertyAxiom FunctionalObjectProperty(OWLObjectPropertyExpression property, Collection<OWLAnnotation> a) -
InverseFunctionalObjectProperty
public static OWLInverseFunctionalObjectPropertyAxiom InverseFunctionalObjectProperty(OWLObjectPropertyExpression property) -
InverseFunctionalObjectProperty
public static OWLInverseFunctionalObjectPropertyAxiom InverseFunctionalObjectProperty(OWLObjectPropertyExpression property, Collection<OWLAnnotation> a) -
ReflexiveObjectProperty
public static OWLReflexiveObjectPropertyAxiom ReflexiveObjectProperty(OWLObjectPropertyExpression property) -
ReflexiveObjectProperty
public static OWLReflexiveObjectPropertyAxiom ReflexiveObjectProperty(OWLObjectPropertyExpression property, Collection<OWLAnnotation> a) -
IrreflexiveObjectProperty
public static OWLIrreflexiveObjectPropertyAxiom IrreflexiveObjectProperty(OWLObjectPropertyExpression property) -
IrreflexiveObjectProperty
public static OWLIrreflexiveObjectPropertyAxiom IrreflexiveObjectProperty(OWLObjectPropertyExpression property, Collection<OWLAnnotation> a) -
SymmetricObjectProperty
public static OWLSymmetricObjectPropertyAxiom SymmetricObjectProperty(OWLObjectPropertyExpression property) -
SymmetricObjectProperty
public static OWLSymmetricObjectPropertyAxiom SymmetricObjectProperty(OWLObjectPropertyExpression property, Collection<OWLAnnotation> a) -
AsymmetricObjectProperty
public static OWLAsymmetricObjectPropertyAxiom AsymmetricObjectProperty(OWLObjectPropertyExpression property) -
AsymmetricObjectProperty
public static OWLAsymmetricObjectPropertyAxiom AsymmetricObjectProperty(OWLObjectPropertyExpression property, Collection<OWLAnnotation> a) -
TransitiveObjectProperty
public static OWLTransitiveObjectPropertyAxiom TransitiveObjectProperty(OWLObjectPropertyExpression property) -
TransitiveObjectProperty
public static OWLTransitiveObjectPropertyAxiom TransitiveObjectProperty(OWLObjectPropertyExpression property, Collection<OWLAnnotation> a) -
SubDataPropertyOf
public static OWLSubDataPropertyOfAxiom SubDataPropertyOf(OWLDataPropertyExpression subProperty, OWLDataPropertyExpression superProperty) -
SubDataPropertyOf
public static OWLSubDataPropertyOfAxiom SubDataPropertyOf(OWLDataPropertyExpression subProperty, OWLDataPropertyExpression superProperty, Collection<OWLAnnotation> a) -
EquivalentDataProperties
public static OWLEquivalentDataPropertiesAxiom EquivalentDataProperties(OWLDataPropertyExpression... properties) -
EquivalentDataProperties
public static OWLEquivalentDataPropertiesAxiom EquivalentDataProperties(Collection<OWLAnnotation> a, OWLDataPropertyExpression... properties) -
DisjointDataProperties
public static OWLDisjointDataPropertiesAxiom DisjointDataProperties(OWLDataPropertyExpression... properties) -
DisjointDataProperties
public static OWLDisjointDataPropertiesAxiom DisjointDataProperties(Collection<OWLAnnotation> a, OWLDataPropertyExpression... properties) -
DataPropertyDomain
public static OWLDataPropertyDomainAxiom DataPropertyDomain(OWLDataPropertyExpression property, OWLClassExpression domain) -
DataPropertyDomain
public static OWLDataPropertyDomainAxiom DataPropertyDomain(OWLDataPropertyExpression property, OWLClassExpression domain, Collection<OWLAnnotation> a) -
DataPropertyRange
public static OWLDataPropertyRangeAxiom DataPropertyRange(OWLDataPropertyExpression property, OWLDataRange range) -
DataPropertyRange
public static OWLDataPropertyRangeAxiom DataPropertyRange(OWLDataPropertyExpression property, OWLDataRange range, Collection<OWLAnnotation> a) -
FunctionalDataProperty
public static OWLFunctionalDataPropertyAxiom FunctionalDataProperty(OWLDataPropertyExpression property) -
FunctionalDataProperty
public static OWLFunctionalDataPropertyAxiom FunctionalDataProperty(OWLDataPropertyExpression property, Collection<OWLAnnotation> a) -
DatatypeDefinition
public static OWLDatatypeDefinitionAxiom DatatypeDefinition(OWLDatatype datatype, OWLDataRange dataRange) -
HasKey
public static OWLHasKeyAxiom HasKey(OWLClassExpression classExpression, OWLPropertyExpression... propertyExpressions) -
HasKey
public static OWLHasKeyAxiom HasKey(Collection<OWLAnnotation> a, OWLClassExpression classExpression, OWLPropertyExpression... propertyExpressions) -
SameIndividual
-
DifferentIndividuals
-
DifferentIndividuals
public static OWLDifferentIndividualsAxiom DifferentIndividuals(Collection<? extends OWLIndividual> individuals, Collection<OWLAnnotation> a) -
SameIndividual
public static OWLSameIndividualAxiom SameIndividual(Collection<? extends OWLIndividual> individuals) -
DifferentIndividuals
public static OWLDifferentIndividualsAxiom DifferentIndividuals(Collection<? extends OWLIndividual> individuals) -
ClassAssertion
public static OWLClassAssertionAxiom ClassAssertion(OWLClassExpression ce, OWLIndividual ind, Collection<OWLAnnotation> a) -
ClassAssertion
-
ObjectPropertyAssertion
public static OWLObjectPropertyAssertionAxiom ObjectPropertyAssertion(OWLObjectPropertyExpression property, OWLIndividual source, OWLIndividual target) -
ObjectPropertyAssertion
public static OWLObjectPropertyAssertionAxiom ObjectPropertyAssertion(OWLObjectPropertyExpression property, OWLIndividual source, OWLIndividual target, Collection<OWLAnnotation> a) -
NegativeObjectPropertyAssertion
public static OWLNegativeObjectPropertyAssertionAxiom NegativeObjectPropertyAssertion(OWLObjectPropertyExpression property, OWLIndividual source, OWLIndividual target) -
NegativeObjectPropertyAssertion
public static OWLNegativeObjectPropertyAssertionAxiom NegativeObjectPropertyAssertion(OWLObjectPropertyExpression property, OWLIndividual source, OWLIndividual target, Collection<OWLAnnotation> a) -
DataPropertyAssertion
public static OWLDataPropertyAssertionAxiom DataPropertyAssertion(OWLDataPropertyExpression property, OWLIndividual source, OWLLiteral target) -
DataPropertyAssertion
public static OWLDataPropertyAssertionAxiom DataPropertyAssertion(OWLDataPropertyExpression property, OWLIndividual source, OWLLiteral target, Collection<OWLAnnotation> a) -
NegativeDataPropertyAssertion
public static OWLNegativeDataPropertyAssertionAxiom NegativeDataPropertyAssertion(OWLDataPropertyExpression property, OWLIndividual source, OWLLiteral target) -
NegativeDataPropertyAssertion
public static OWLNegativeDataPropertyAssertionAxiom NegativeDataPropertyAssertion(OWLDataPropertyExpression property, OWLIndividual source, OWLLiteral target, Collection<OWLAnnotation> a) -
AnnotationAssertion
public static OWLAnnotationAssertionAxiom AnnotationAssertion(OWLAnnotationProperty property, OWLAnnotationSubject subject, OWLAnnotationValue value) -
AnnotationAssertion
public static OWLAnnotationAssertionAxiom AnnotationAssertion(OWLAnnotationProperty property, OWLAnnotationSubject subject, OWLAnnotationValue value, Collection<OWLAnnotation> set) -
AnnotationAssertion
public static OWLAnnotationAssertionAxiom AnnotationAssertion(OWLAnnotationProperty property, OWLAnnotationSubject subject, OWLAnnotationValue value, OWLAnnotation... set) -
Annotation
-
Annotation
public static OWLAnnotation Annotation(OWLAnnotationProperty property, OWLAnnotationValue value, Collection<OWLAnnotation> anns) -
Annotation
public static OWLAnnotation Annotation(OWLAnnotationProperty property, OWLAnnotationValue value, OWLAnnotation... anns) -
SubAnnotationPropertyOf
public static OWLSubAnnotationPropertyOfAxiom SubAnnotationPropertyOf(OWLAnnotationProperty subProperty, OWLAnnotationProperty superProperty) -
AnnotationPropertyDomain
public static OWLAnnotationPropertyDomainAxiom AnnotationPropertyDomain(OWLAnnotationProperty property, IRI iri) -
AnnotationPropertyRange
public static OWLAnnotationPropertyRangeAxiom AnnotationPropertyRange(OWLAnnotationProperty property, IRI iri) -
AnnotationPropertyDomain
public static OWLAnnotationPropertyDomainAxiom AnnotationPropertyDomain(OWLAnnotationProperty property, String iri) -
AnnotationPropertyRange
public static OWLAnnotationPropertyRangeAxiom AnnotationPropertyRange(OWLAnnotationProperty property, String iri) -
IRI
-
IRI
-
PlainLiteral
-
PlainLiteral
-
Literal
-
Literal
-
Literal
-
Literal
-
Literal
-
Literal
-
Literal
-
Literal
-
Ontology
-