Package de.unirostock.sems.bives.ds.rdf
Class RDFDescription
- java.lang.Object
-
- de.unirostock.sems.bives.ds.rdf.RDFDescription
-
public class RDFDescription extends Object
The Class RDFDescription representing an rdf:Description element.- Author:
- Martin Scharm
-
-
Constructor Summary
Constructors Constructor Description RDFDescription(de.unirostock.sems.xmlutils.ds.DocumentNode node)
Instantiates a new RDF object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAbout()
Gets the about id.de.unirostock.sems.xmlutils.ds.DocumentNode
getNode()
Gets the node.void
setAbout(String id)
Sets the about attribute.
-
-
-
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
-
-