investigation:rootExhibitNumber leaf node


URI

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

Label

rootExhibitNumber

Description

Specifies a unique identifier assigned to a given object at the start of its treatment as part of an investigation. The first node in a provenance chain, which can be viewed as a heirarchical tree originating from a single root.

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 "Specifies a unique identifier assigned to a given object at the start of its treatment as part of an investigation. The first node in a provenance chain, which can be viewed as a heirarchical tree originating from a single root."@en ;
    rdfs:range xsd:string .