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