Package org.hobbit.vocab
Class HobbitExperiments
java.lang.Object
org.hobbit.vocab.HobbitExperiments
HOBBIT experiments vocabulary.
- Author:
- Denis Kuchelev
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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 final org.apache.jena.rdf.model.Resource
-
Field Details
-
uri
- See Also:
-
New
public static final org.apache.jena.rdf.model.Resource New
-
-
Constructor Details
-
HobbitExperiments
public HobbitExperiments()
-
-
Method Details
-
getURI
returns the URI for this schema- Returns:
- the URI for this schema
-
resource
-
getExperiment
returns the experiment resource given its ID- Parameters:
experimentId- the experiment ID- Returns:
- the experiment resource
-
getExperimentId
returns the ID of an experiment resource- Parameters:
experiment- the experiment resource- Returns:
- the ID of experiment
-
getExperimentURI
returns the URI of an experiment resource given its ID- Parameters:
experimentId- the experiment ID- Returns:
- the URI of experiment
-