public class HobbitExperiments extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.apache.jena.rdf.model.Resource |
New |
protected static String |
uri |
| Constructor and Description |
|---|
HobbitExperiments() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.jena.rdf.model.Resource |
getExperiment(String experimentId)
returns the experiment resource given its ID
|
static String |
getExperimentId(org.apache.jena.rdf.model.Resource experiment)
returns the ID of an experiment resource
|
static String |
getExperimentURI(String experimentId)
returns the URI of an experiment resource given its ID
|
static String |
getURI()
returns the URI for this schema
|
protected static org.apache.jena.rdf.model.Resource |
resource(String local) |
protected static final String uri
public static final org.apache.jena.rdf.model.Resource New
public static String getURI()
protected static final org.apache.jena.rdf.model.Resource resource(String local)
public static org.apache.jena.rdf.model.Resource getExperiment(String experimentId)
experimentId - the experiment IDpublic static String getExperimentId(org.apache.jena.rdf.model.Resource experiment)
experiment - the experiment resourceCopyright © 2017–2019. All rights reserved.