Package ai.chatur.cortex.core
Class PROV
java.lang.Object
ai.chatur.cortex.core.PROV
Vocabulary of the W3C PROV-O terms used to record
provenance in the knowledge graph.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.jena.rdf.model.ResourceThe class of activities; here, the ingestion of a branch of assertions.static final org.apache.jena.rdf.model.PropertyThe time an activity ended; here, when the branch was approved.static final StringThe URI namespace of the PROV-O ontology.static final org.apache.jena.rdf.model.PropertyThe time an activity started; here, when the branch was staged.static final org.apache.jena.rdf.model.PropertyLinks a generated entity — a reified statement — to the activity that generated it. -
Method Summary
-
Field Details
-
NS
The URI namespace of the PROV-O ontology.- See Also:
-
Activity
public static final org.apache.jena.rdf.model.Resource ActivityThe class of activities; here, the ingestion of a branch of assertions. -
wasGeneratedBy
public static final org.apache.jena.rdf.model.Property wasGeneratedByLinks a generated entity — a reified statement — to the activity that generated it. -
startedAtTime
public static final org.apache.jena.rdf.model.Property startedAtTimeThe time an activity started; here, when the branch was staged. -
endedAtTime
public static final org.apache.jena.rdf.model.Property endedAtTimeThe time an activity ended; here, when the branch was approved.
-