Class PublishObjectPropertyStatement


  • public class PublishObjectPropertyStatement
    extends AbstractObjectPropertyStatementAction
    Should we publish this ObjectPropertyStatement in a Linked Open Data request from the current user?
    • Constructor Detail

      • PublishObjectPropertyStatement

        public PublishObjectPropertyStatement​(org.apache.jena.ontology.OntModel ontModel,
                                              String subjectUri,
                                              Property keywordPred,
                                              String objectUri)
      • PublishObjectPropertyStatement

        public PublishObjectPropertyStatement​(org.apache.jena.ontology.OntModel ontModel,
                                              String subjectUri,
                                              String predicateUri,
                                              String objectUri)
        We don't need to know range and domain because publishing never involves faux properties.