Interface InstanceService
public interface InstanceService
Services round about the running rdf-pub instance.
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.commons.rdf.api.IRI
getInternalUrnExtendedWith
(String extension) Creates aIRI
with the Domain as prefix followed by the passed extension.
-
Method Details
-
getInstanceProperties
InstanceProperties getInstanceProperties()- Returns:
InstanceProperties
-
getInternalUrnExtendedWith
Creates aIRI
with the Domain as prefix followed by the passed extension.- Parameters:
extension
- The path to add to the Domain. Can optionaly starts with a slash.- Returns:
- A
IRI
with the Domain as prefix followed by the passed extension.
-