https://ontology.caseontology.org/case/investigation/exhibitNumber
Specifies a unique identifier assigned to a given object at any stage of an investigation to differentiate it from all other objects.
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | investigation:exhibitNumber | xsd:string |
@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 .