Class HobbitExperiments

java.lang.Object
org.hobbit.vocab.HobbitExperiments

public class HobbitExperiments extends Object
HOBBIT experiments vocabulary.
Author:
Denis Kuchelev
  • Field Details

    • uri

      protected static final String uri
      See Also:
    • New

      public static final org.apache.jena.rdf.model.Resource New
  • Constructor Details

    • HobbitExperiments

      public HobbitExperiments()
  • 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)
    • getExperiment

      public static org.apache.jena.rdf.model.Resource getExperiment(String experimentId)
      returns the experiment resource given its ID
      Parameters:
      experimentId - the experiment ID
      Returns:
      the experiment resource
    • getExperimentId

      public static String getExperimentId(org.apache.jena.rdf.model.Resource experiment)
      returns the ID of an experiment resource
      Parameters:
      experiment - the experiment resource
      Returns:
      the ID of experiment
    • getExperimentURI

      public static String getExperimentURI(String experimentId)
      returns the URI of an experiment resource given its ID
      Parameters:
      experimentId - the experiment ID
      Returns:
      the URI of experiment