https://cacontology.projectvic.org/forensics#evidenceLocation
The physical or logical location where evidence was found (e.g., 'bedroom computer', 'cloud storage', 'mobile device').
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| owl:Thing (inferred) | cacontology-forensics:evidenceLocation | xsd:string |
@prefix cacontology-forensics: <https://cacontology.projectvic.org/forensics#> .
@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#> .
cacontology-forensics:evidenceLocation a owl:DatatypeProperty ;
rdfs:label "evidence location"@en ;
rdfs:comment "The physical or logical location where evidence was found (e.g., 'bedroom computer', 'cloud storage', 'mobile device')."@en ;
rdfs:range xsd:string .