investigation:exhibitNumber leaf node


URI

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

Label

exhibitNumber

Description

Specifies a unique identifier assigned to a given object at any stage of an investigation to differentiate it from all other objects.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) investigation:exhibitNumber 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:exhibitNumber a owl:DatatypeProperty ;
    rdfs:label "exhibitNumber"@en ;
    rdfs:comment "Specifies a unique identifier assigned to a given object at any stage of an investigation to differentiate it from all other objects."@en ;
    rdfs:range xsd:string .