Class PROV

java.lang.Object
ai.chatur.cortex.core.PROV

public final class PROV extends Object
Vocabulary of the W3C PROV-O terms used to record provenance in the knowledge graph.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.jena.rdf.model.Resource
    The class of activities; here, the ingestion of a branch of assertions.
    static final org.apache.jena.rdf.model.Property
    The time an activity ended; here, when the branch was approved.
    static final String
    The URI namespace of the PROV-O ontology.
    static final org.apache.jena.rdf.model.Property
    The time an activity started; here, when the branch was staged.
    static final org.apache.jena.rdf.model.Property
    Links a generated entity — a reified statement — to the activity that generated it.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • NS

      public static final String NS
      The URI namespace of the PROV-O ontology.
      See Also:
    • Activity

      public static final org.apache.jena.rdf.model.Resource Activity
      The class of activities; here, the ingestion of a branch of assertions.
    • wasGeneratedBy

      public static final org.apache.jena.rdf.model.Property wasGeneratedBy
      Links a generated entity — a reified statement — to the activity that generated it.
    • startedAtTime

      public static final org.apache.jena.rdf.model.Property startedAtTime
      The time an activity started; here, when the branch was staged.
    • endedAtTime

      public static final org.apache.jena.rdf.model.Property endedAtTime
      The time an activity ended; here, when the branch was approved.