https://ontology.caseontology.org/case/investigation/relevantAuthorization
Specifies an authorization relevant to a particular investigation.
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | investigation:relevantAuthorization | investigation:Authorization |
@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#> .
investigation:relevantAuthorization a owl:ObjectProperty ;
rdfs:label "relevantAuthorization"@en ;
rdfs:comment "Specifies an authorization relevant to a particular investigation."@en ;
rdfs:range investigation:Authorization .