Class RDFTag

  • All Implemented Interfaces:
    Tag

    public class RDFTag
    extends DefaultTag
    A tag defined using the RDF repository configuration with an optional context where it was defined.
    Author:
    burgetr
    • Constructor Detail

      • RDFTag

        public RDFTag​(org.eclipse.rdf4j.model.IRI iri,
                      String type,
                      String name)
      • RDFTag

        public RDFTag​(org.eclipse.rdf4j.model.IRI iri,
                      String type,
                      String name,
                      org.eclipse.rdf4j.model.IRI context)
    • Method Detail

      • getContext

        public org.eclipse.rdf4j.model.IRI getContext()
      • setContext

        public void setContext​(org.eclipse.rdf4j.model.IRI context)