Uses of Interface
org.apache.jena.ontapi.model.OntNamedProperty
Packages that use OntNamedProperty
-
Uses of OntNamedProperty in org.apache.jena.ontapi.impl.objects
Classes in org.apache.jena.ontapi.impl.objects that implement OntNamedPropertyModifier and TypeClassDescriptionclass
Implementation of Annotation Property abstraction (a URI-Resource
withowl:AnnotationProperty
type).class
An ontology object implementation with declarative typeowl:DatatypeProperty
.static class
-
Uses of OntNamedProperty in org.apache.jena.ontapi.model
Classes in org.apache.jena.ontapi.model with type parameters of type OntNamedPropertySubinterfaces of OntNamedProperty in org.apache.jena.ontapi.modelModifier and TypeInterfaceDescriptioninterface
Interface encapsulating a {named} Annotation Property.interface
Interface encapsulating the Ontology (Named) Data Property.static interface
Interface encapsulating an Ontology Named Object Property.Methods in org.apache.jena.ontapi.model with parameters of type OntNamedPropertyModifier and TypeMethodDescriptiondefault OntIndividual
OntIndividual.addProperty
(OntNamedProperty property, org.apache.jena.rdf.model.RDFNode value) Adds a property assertion statement.default Stream<OntStatement>
OntIndividual.positiveAssertions
(OntNamedProperty predicate) Lists all positive property assertions for this individual and the given predicate.default OntIndividual
OntIndividual.removeAssertion
(OntNamedProperty property, org.apache.jena.rdf.model.RDFNode value) Removes a positive property assertion including its annotation.