Class RDFDescription


  • public class RDFDescription
    extends Object
    The Class RDFDescription representing an rdf:Description element.
    Author:
    Martin Scharm
    • Constructor Detail

      • RDFDescription

        public RDFDescription​(de.unirostock.sems.xmlutils.ds.DocumentNode node)
        Instantiates a new RDF object.
        Parameters:
        node - the document node rooting the RDF block
    • Method Detail

      • getNode

        public de.unirostock.sems.xmlutils.ds.DocumentNode getNode()
        Gets the node.
        Returns:
        the node rooting the RDF block
      • getAbout

        public String getAbout()
        Gets the about id.
        Returns:
        the about
      • setAbout

        public void setAbout​(String id)
        Sets the about attribute.
        Parameters:
        id - the new about