Package org.hobbit.vocab
Class HobbitHardware
java.lang.Object
org.hobbit.vocab.HobbitHardware
HOBBIT hardware vocabulary.
- Author:
- Denis Kuchelev
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.jena.rdf.model.ResourcegetCluster(String clusterHash) returns the cluster resource given its hashstatic StringgetClusterURI(String clusterHash) returns the URI of a cluster resource given its hashstatic org.apache.jena.rdf.model.Resourcereturns the node resource given its hashstatic StringgetNodeURI(String nodeHash) returns the URI of a node resource given its hashstatic StringgetURI()returns the URI for this schemaprotected static final org.apache.jena.rdf.model.Resource
-
Field Details
-
uri
- See Also:
-
-
Constructor Details
-
HobbitHardware
public HobbitHardware()
-
-
Method Details
-
getURI
returns the URI for this schema- Returns:
- the URI for this schema
-
resource
-
getCluster
returns the cluster resource given its hash- Parameters:
clusterHash- the cluster hash- Returns:
- the cluster resource
-
getClusterURI
returns the URI of a cluster resource given its hash- Parameters:
clusterHash- the cluster hash- Returns:
- the URI of cluster
-
getNode
returns the node resource given its hash- Parameters:
nodeHash- the node hash- Returns:
- the node resource
-
getNodeURI
returns the URI of a node resource given its hash- Parameters:
nodeHash- the node hash- Returns:
- the URI of node
-