Ontology Version: 3.0.0

cacontology-stranger:accessDifficulty leaf node


URI

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

Label

access difficulty

Description

Difficulty of accessing exploitation location (easy, moderate, difficult).

Usage

DOMAINPROPERTYRANGE
cacontology-stranger:ForcedLocationEntry cacontology-stranger:accessDifficulty xsd:string

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:accessDifficulty a owl:DatatypeProperty ;
    rdfs:label "access difficulty"@en ;
    rdfs:comment "Difficulty of accessing exploitation location (easy, moderate, difficult)."@en ;
    rdfs:domain cacontology-stranger:ForcedLocationEntry ;
    rdfs:range xsd:string .