investigation:ProvenanceRecord leaf node


URI

https://ontology.caseontology.org/case/investigation/ProvenanceRecord

Label

ProvenanceRecord

Description

A provenance record is a grouping of characteristics unique to the provenantial (chronology of the ownership, custody or location) connection between an investigative action and a set of observations (items and/or actions) or interpretations that result from it.

Target Classes (1)

Shape Properties

Instances of investigation:ProvenanceRecord can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

investigation:ProvenanceRecord
investigation:exhibitNumber 1 xsd:string
investigation:rootExhibitNumber 0 xsd:string
core:ContextualCompilation
core:object 1 core:UcoObject
core:UcoObject
core:createdBy 1 core:IdentityAbstraction
core:description xsd:string
core:externalReference 0 core:ExternalReference
core:hasFacet core:Facet
core:modifiedTime xsd:dateTime
core:name 1 xsd:string
core:objectCreatedTime 1 xsd:dateTime
core:objectMarking core:MarkingDefinitionAbstraction
core:specVersion 1 xsd:string
core:tag xsd:string

Implementation

@prefix core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix investigation: <https://ontology.caseontology.org/case/investigation/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

investigation:ProvenanceRecord a owl:Class,
        sh:NodeShape ;
    rdfs:label "ProvenanceRecord"@en ;
    rdfs:comment "A provenance record is a grouping of characteristics unique to the provenantial (chronology of the ownership, custody or location) connection between an investigative action and a set of observations (items and/or actions) or interpretations that result from it."@en ;
    rdfs:subClassOf core:ContextualCompilation ;
    sh:property [ sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:nodeKind sh:Literal ;
            sh:path investigation:exhibitNumber ],
        [ sh:datatype xsd:string ;
            sh:minCount 0 ;
            sh:nodeKind sh:Literal ;
            sh:path investigation:rootExhibitNumber ] ;
    sh:targetClass investigation:ProvenanceRecord .