Class HobbitHardware

java.lang.Object
org.hobbit.vocab.HobbitHardware

public class HobbitHardware extends Object
HOBBIT hardware vocabulary.
Author:
Denis Kuchelev
  • Field Details

  • Constructor Details

    • HobbitHardware

      public HobbitHardware()
  • Method Details

    • 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
    • getNodeURI

      public static String getNodeURI(String nodeHash)
      returns the URI of a node resource given its hash
      Parameters:
      nodeHash - the node hash
      Returns:
      the URI of node