investigation:rootExhibitNumber leaf node


URI

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

Label

rootExhibitNumber

Description

The root exhibit number specifies a unique identifier assigned to a set of objects at the start of their treatment as part of an investigation. When found on a provenance record that comes after initial investigative treatment, the root exhibit number is a reference to the initial provenance record.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) investigation:rootExhibitNumber xsd:string

Implementation

@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

investigation:rootExhibitNumber a owl:DatatypeProperty ;
    rdfs:label "rootExhibitNumber"@en ;
    rdfs:comment "The root exhibit number specifies a unique identifier assigned to a set of objects at the start of their treatment as part of an investigation. When found on a provenance record that comes after initial investigative treatment, the root exhibit number is a reference to the initial provenance record."@en ;
    rdfs:range xsd:string .