Class HobbitExperiments


  • public class HobbitExperiments
    extends Object
    HOBBIT experiments vocabulary.
    Author:
    Denis Kuchelev
    • Constructor Detail

      • HobbitExperiments

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