Uses of Interface
org.apache.jena.ontapi.model.OntNamedProperty
-
Uses of OntNamedProperty in org.apache.jena.ontapi.impl.objects
Modifier 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
Modifier 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.Modifier 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.