Class DataPropertyStatementAccessObject


  • public class DataPropertyStatementAccessObject
    extends AccessObject
    A base class for requested actions that involve adding, editing, or dropping data property statements from a model.
    • Constructor Detail

      • DataPropertyStatementAccessObject

        public DataPropertyStatementAccessObject​(org.apache.jena.ontology.OntModel ontModel,
                                                 String subjectUri,
                                                 String predicateUri,
                                                 String dataValue)
      • DataPropertyStatementAccessObject

        public DataPropertyStatementAccessObject​(org.apache.jena.ontology.OntModel ontModel,
                                                 String subjectUri,
                                                 Property predicate,
                                                 String dataValue)
      • DataPropertyStatementAccessObject

        public DataPropertyStatementAccessObject​(org.apache.jena.ontology.OntModel ontModel,
                                                 DataPropertyStatement dps)