Package org.hobbit.vocab
Class HobbitHardware
- java.lang.Object
-
- org.hobbit.vocab.HobbitHardware
-
public class HobbitHardware extends Object
HOBBIT hardware vocabulary.- Author:
- Denis Kuchelev
-
-
Constructor Summary
Constructors Constructor Description HobbitHardware()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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.ResourcegetNode(String nodeHash)returns 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 org.apache.jena.rdf.model.Resourceresource(String local)
-
-
-
Field Detail
-
uri
protected static final String uri
- See Also:
- Constant Field Values
-
-
Method Detail
-
getURI
public static String getURI()
returns the URI for this schema- Returns:
- the URI for this schema
-
resource
protected static final org.apache.jena.rdf.model.Resource resource(String local)
-
getCluster
public static org.apache.jena.rdf.model.Resource getCluster(String clusterHash)
returns the cluster resource given its hash- Parameters:
clusterHash- the cluster hash- Returns:
- the cluster resource
-
getClusterURI
public static String getClusterURI(String clusterHash)
returns the URI of a cluster resource given its hash- Parameters:
clusterHash- the cluster hash- Returns:
- the URI of cluster
-
getNode
public static org.apache.jena.rdf.model.Resource getNode(String nodeHash)
returns the node resource given its hash- Parameters:
nodeHash- the node hash- Returns:
- the node resource
-
-