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 TypeClassDescriptionclassImplementation of Annotation Property abstraction (a URI-Resourcewithowl:AnnotationPropertytype).classAn 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 TypeInterfaceDescriptioninterfaceInterface encapsulating a {named} Annotation Property.interfaceInterface encapsulating the Ontology (Named) Data Property.static interfaceInterface encapsulating an Ontology Named Object Property.Methods in org.apache.jena.ontapi.model with parameters of type OntNamedPropertyModifier and TypeMethodDescriptiondefault OntIndividualOntIndividual.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 OntIndividualOntIndividual.removeAssertion(OntNamedProperty property, org.apache.jena.rdf.model.RDFNode value) Removes a positive property assertion including its annotation.