Modifier and Type | Field and Description |
---|---|
static com.hp.hpl.jena.rdf.model.Resource |
Channel |
static com.hp.hpl.jena.rdf.model.Property |
connectsTo |
static com.hp.hpl.jena.rdf.model.Property |
controlledBy |
static com.hp.hpl.jena.rdf.model.Resource |
Controller |
static com.hp.hpl.jena.rdf.model.Property |
controls |
static com.hp.hpl.jena.rdf.model.Resource |
Data |
static com.hp.hpl.jena.rdf.model.Resource |
Document |
static com.hp.hpl.jena.rdf.model.Resource |
Execution |
static com.hp.hpl.jena.rdf.model.Property |
hadEntity |
static com.hp.hpl.jena.rdf.model.Property |
hadInPort |
static com.hp.hpl.jena.rdf.model.Property |
hadOutPort |
static com.hp.hpl.jena.rdf.model.Property |
hasDefaultParam |
static com.hp.hpl.jena.rdf.model.Property |
hasInPort |
static com.hp.hpl.jena.rdf.model.Property |
hasOutPort |
static com.hp.hpl.jena.rdf.model.Property |
hasSubProgram
Object properties defined in the ProvONE model
|
static String |
namespace
the ProvONE namespace URI
|
static com.hp.hpl.jena.rdf.model.Resource |
Port |
static String |
prefix
A reasonable ProvONE namespace prefix
|
static com.hp.hpl.jena.rdf.model.Resource |
Program
Classes defined in the ProvONE model
|
static List<String> |
properties
The known object properties in the ProvONE model
|
static com.hp.hpl.jena.rdf.model.Resource |
User |
static com.hp.hpl.jena.rdf.model.Resource |
Visualization |
static com.hp.hpl.jena.rdf.model.Property |
wasPartOf |
static com.hp.hpl.jena.rdf.model.Resource |
Workflow |
Constructor and Description |
---|
ProvONE_V1() |
Modifier and Type | Method and Description |
---|---|
static org.dspace.foresite.Predicate |
predicate(String property)
For a given ProvONE property string, return a Predicate object with the URI, namespace,
and prefix fields set to the default values.
|
protected static com.hp.hpl.jena.rdf.model.Property |
property(String localName)
Return a Jena Property instance for the given localName term
|
protected static com.hp.hpl.jena.rdf.model.Resource |
resource(String localName)
Return a Jena Resource instance for the given localName term
|
public static final String namespace
public static final String prefix
public static final List<String> properties
public static final com.hp.hpl.jena.rdf.model.Resource Program
public static final com.hp.hpl.jena.rdf.model.Resource Port
public static final com.hp.hpl.jena.rdf.model.Resource Channel
public static final com.hp.hpl.jena.rdf.model.Resource Controller
public static final com.hp.hpl.jena.rdf.model.Resource Workflow
public static final com.hp.hpl.jena.rdf.model.Resource Execution
public static final com.hp.hpl.jena.rdf.model.Resource User
public static final com.hp.hpl.jena.rdf.model.Resource Data
public static final com.hp.hpl.jena.rdf.model.Resource Visualization
public static final com.hp.hpl.jena.rdf.model.Resource Document
public static final com.hp.hpl.jena.rdf.model.Property hasSubProgram
public static final com.hp.hpl.jena.rdf.model.Property controlledBy
public static final com.hp.hpl.jena.rdf.model.Property controls
public static final com.hp.hpl.jena.rdf.model.Property hasInPort
public static final com.hp.hpl.jena.rdf.model.Property hasOutPort
public static final com.hp.hpl.jena.rdf.model.Property hasDefaultParam
public static final com.hp.hpl.jena.rdf.model.Property connectsTo
public static final com.hp.hpl.jena.rdf.model.Property wasPartOf
public static final com.hp.hpl.jena.rdf.model.Property hadInPort
public static final com.hp.hpl.jena.rdf.model.Property hadEntity
public static final com.hp.hpl.jena.rdf.model.Property hadOutPort
public static org.dspace.foresite.Predicate predicate(String property) throws IllegalArgumentException, URISyntaxException
property
- The name of the ProvONE object property to use as a PredicateIllegalArgumentException
URISyntaxException
protected static com.hp.hpl.jena.rdf.model.Resource resource(String localName)
localName
- protected static com.hp.hpl.jena.rdf.model.Property property(String localName)
localName
- Copyright © 2020. All Rights Reserved.