Package org.hobbit.vocab
Class HobbitExperiments
- java.lang.Object
-
- org.hobbit.vocab.HobbitExperiments
-
public class HobbitExperiments extends Object
HOBBIT experiments vocabulary.- Author:
- Denis Kuchelev
-
-
Constructor Summary
Constructors Constructor Description HobbitExperiments()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.jena.rdf.model.ResourcegetExperiment(String experimentId)returns the experiment resource given its IDstatic StringgetExperimentId(org.apache.jena.rdf.model.Resource experiment)returns the ID of an experiment resourcestatic StringgetExperimentURI(String experimentId)returns the URI of an experiment resource given its IDstatic 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
-
New
public static final org.apache.jena.rdf.model.Resource New
-
-
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
-
-