Class AbstractPropertyStatementAction

    • Constructor Detail

      • AbstractPropertyStatementAction

        public AbstractPropertyStatementAction​(org.apache.jena.ontology.OntModel ontModel)
    • Method Detail

      • getOntModel

        public org.apache.jena.ontology.OntModel getOntModel()
      • getResourceUris

        public abstract String[] getResourceUris()
        Get the URI of the Resources that are involved in this statement. Those are the Subject, and the Object if this is an ObjectProperty request.
      • getPredicate

        public abstract Property getPredicate()
      • getPredicateUri

        public abstract String getPredicateUri()