Ontology Version: 3.0.0

cacontology-stranger:surveillanceDuration leaf node


URI

https://cacontology.projectvic.org/abduction#surveillanceDuration

Label

surveillance duration

Description

Duration of pre-abduction surveillance if any, in days.

Usage

DOMAINPROPERTYRANGE
cacontology-stranger:VictimTargetingPattern cacontology-stranger:surveillanceDuration xsd:decimal

Implementation

@prefix cacontology-stranger: <https://cacontology.projectvic.org/abduction#> .
@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-stranger:surveillanceDuration a owl:DatatypeProperty ;
    rdfs:label "surveillance duration"@en ;
    rdfs:comment "Duration of pre-abduction surveillance if any, in days."@en ;
    rdfs:domain cacontology-stranger:VictimTargetingPattern ;
    rdfs:range xsd:decimal .