Class RDFPage

    • Field Detail

      • boxIris

        protected Map<org.eclipse.rdf4j.model.IRI,​RDFBox> boxIris
    • Constructor Detail

      • RDFPage

        public RDFPage​(URL url)
      • RDFPage

        public RDFPage​(Page src,
                       org.eclipse.rdf4j.model.IRI pageIri)
    • Method Detail

      • getBoxIris

        public Map<org.eclipse.rdf4j.model.IRI,​RDFBox> getBoxIris()
      • setBoxIris

        public void setBoxIris​(Map<org.eclipse.rdf4j.model.IRI,​RDFBox> boxUris)
      • findBoxByIri

        public RDFBox findBoxByIri​(org.eclipse.rdf4j.model.IRI uri)
      • setAdditionalStatements

        public void setAdditionalStatements​(Set<org.eclipse.rdf4j.model.Statement> additionalStatements)
      • getAdditionalStatements

        public Set<org.eclipse.rdf4j.model.Statement> getAdditionalStatements()
        Description copied from interface: RDFArtifact
        Returns additional RDF statements that do not influence the properties of the artifact itself but should be preserved together with the artifact (e.g. additional annotations).
        Specified by:
        getAdditionalStatements in interface RDFArtifact
        Returns:
        a set of statements
      • recompute

        public void recompute()
        Description copied from interface: RDFArtifact
        Recomputes the possible computed values in the artifacts after the RDF representation has changed (e.g. some statements have been added or removed).
        Specified by:
        recompute in interface RDFArtifact