Class RdfUriResource
java.lang.Object
io.github.webbasedwodt.model.ontology.rdf.RdfUriResource
- All Implemented Interfaces:
- RdfNode,- RdfResource
- Direct Known Subclasses:
- RdfClass,- RdfIndividual,- RdfProperty
It represents an RDF Resource that has a URI, e.g., class, property, individual, and so on.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
RdfUriResourceDefault constructor.- Parameters:
- resourceUri- the resource URI.
 
 
- 
- 
Method Details- 
getUriDescription copied from interface:RdfResourceGet the URI of the Resource.- Specified by:
- getUriin interface- RdfResource
- Returns:
- the uri, if present (e.g., in Blank Nodes is not present) of the resource
 
 
-