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.

Implementation

@prefix core: <https://unifiedcyberontology.org/ontology/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 ] .