investigation:exhibitNumber leaf node


URI

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

Label

exhibitNumber

Description

The exhibit number specifies an identifier assigned to a set of objects, unique within the scope of an investigation.

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 "The exhibit number specifies an identifier assigned to a set of objects, unique within the scope of an investigation."@en ;
    rdfs:range xsd:string .