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 Summary
Constructors -
Method Summary
-
Constructor Details
-
RdfUriResource
Default constructor.- Parameters:
resourceUri- the resource URI.
-
-
Method Details
-
getUri
Description copied from interface:RdfResourceGet the URI of the Resource.- Specified by:
getUriin interfaceRdfResource- Returns:
- the uri, if present (e.g., in Blank Nodes is not present) of the resource
-