public class PROV extends Object
Modifier and Type | Field and Description |
---|---|
static com.hp.hpl.jena.rdf.model.Property |
agent |
static com.hp.hpl.jena.rdf.model.Resource |
Association |
static List<String> |
classes
Classes defined in PROV (ProvONE-relevant subset)
|
static com.hp.hpl.jena.rdf.model.Resource |
Collection |
static com.hp.hpl.jena.rdf.model.Resource |
Generation |
static com.hp.hpl.jena.rdf.model.Property |
hadMember |
static com.hp.hpl.jena.rdf.model.Property |
hadPlan |
static String |
namespace |
static String |
prefix |
static List<String> |
properties |
static com.hp.hpl.jena.rdf.model.Property |
qualifiedAssociation |
static com.hp.hpl.jena.rdf.model.Property |
qualifiedGeneration |
static com.hp.hpl.jena.rdf.model.Property |
qualifiedUsage |
static com.hp.hpl.jena.rdf.model.Resource |
Usage |
static com.hp.hpl.jena.rdf.model.Property |
used |
static com.hp.hpl.jena.rdf.model.Property |
wasAssociatedWith |
static com.hp.hpl.jena.rdf.model.Property |
wasDerivedFrom |
static com.hp.hpl.jena.rdf.model.Property |
wasGeneratedBy |
static com.hp.hpl.jena.rdf.model.Property |
wasInformedBy |
Constructor and Description |
---|
PROV() |
Modifier and Type | Method and Description |
---|---|
static org.dspace.foresite.Predicate |
predicate(String property)
For a given PROV 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 com.hp.hpl.jena.rdf.model.Resource Usage
public static final com.hp.hpl.jena.rdf.model.Resource Generation
public static final com.hp.hpl.jena.rdf.model.Resource Association
public static final com.hp.hpl.jena.rdf.model.Resource Collection
public static final com.hp.hpl.jena.rdf.model.Property wasDerivedFrom
public static final com.hp.hpl.jena.rdf.model.Property used
public static final com.hp.hpl.jena.rdf.model.Property wasGeneratedBy
public static final com.hp.hpl.jena.rdf.model.Property wasAssociatedWith
public static final com.hp.hpl.jena.rdf.model.Property wasInformedBy
public static final com.hp.hpl.jena.rdf.model.Property qualifiedGeneration
public static final com.hp.hpl.jena.rdf.model.Property qualifiedAssociation
public static final com.hp.hpl.jena.rdf.model.Property agent
public static final com.hp.hpl.jena.rdf.model.Property hadPlan
public static final com.hp.hpl.jena.rdf.model.Property qualifiedUsage
public static final com.hp.hpl.jena.rdf.model.Property hadMember
public static org.dspace.foresite.Predicate predicate(String property) throws IllegalArgumentException, URISyntaxException
property
- The name of the PROV 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.