de.hpi.fgis.voidgen.hadoop.parsing
Class DanchelResource

java.lang.Object
  extended by de.hpi.fgis.voidgen.hadoop.parsing.DanchelNode
      extended by de.hpi.fgis.voidgen.hadoop.parsing.DanchelResource

public class DanchelResource
extends DanchelNode

DanchelResource represents a RDF resource.

Author:
Dandy Fenz, Hasso Plattner Institute at University of Potsdam, Germany, Matthias Pohl, Hasso Plattner Institute at University of Potsdam, Germany

Nested Class Summary
 
Nested classes/interfaces inherited from class de.hpi.fgis.voidgen.hadoop.parsing.DanchelNode
DanchelNode.NodeType
 
Field Summary
 
Fields inherited from class de.hpi.fgis.voidgen.hadoop.parsing.DanchelNode
NULL_VALUE
 
Constructor Summary
DanchelResource(java.lang.String val)
           
 
Method Summary
 java.lang.String getPrefix()
           
 java.lang.String getTag()
           
 java.lang.String getValue()
           
 
Methods inherited from class de.hpi.fgis.voidgen.hadoop.parsing.DanchelNode
createDanchelNode, getCompleteStringValue, getTaggedString, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DanchelResource

public DanchelResource(java.lang.String val)
                throws java.net.URISyntaxException
Throws:
java.net.URISyntaxException
Method Detail

getPrefix

public java.lang.String getPrefix()
Specified by:
getPrefix in class DanchelNode

getValue

public java.lang.String getValue()
Specified by:
getValue in class DanchelNode

getTag

public java.lang.String getTag()
Specified by:
getTag in class DanchelNode