Package org.hobbit.vocab
Class HobbitErrorInstances
java.lang.Object
org.hobbit.vocab.HobbitErrorInstances
HOBBIT namespace for error instances.
- Author:
- Michael Röder (michael.roeder@uni-paderborn.de)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.jena.rdf.model.ResourcegetErrorInstance(String instanceId) returns the error-instance resource given its IDstatic StringgetErrorInstanceUri(String instanceId) returns the URI of an error instance given its IDstatic StringgetURI()returns the URI for this schemaprotected static final org.apache.jena.rdf.model.Resource
-
Field Details
-
uri
- See Also:
-
-
Constructor Details
-
HobbitErrorInstances
public HobbitErrorInstances()
-
-
Method Details
-
getURI
returns the URI for this schema- Returns:
- the URI for this schema
-
resource
-
getErrorInstance
returns the error-instance resource given its ID- Parameters:
instanceId- the ID of the error instance- Returns:
- the error instance resource
-
getErrorInstanceUri
returns the URI of an error instance given its ID- Parameters:
instanceId- the ID of the error instance- Returns:
- the error instance URI
-