Ontology Version: 3.0.0

cacontology-stranger:locationIsolationLevel leaf node


URI

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

Label

location isolation level

Description

Level of isolation of exploitation location (high, moderate, low).

Usage

DOMAINPROPERTYRANGE
cacontology-stranger:LocationIsolation cacontology-stranger:locationIsolationLevel 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:locationIsolationLevel a owl:DatatypeProperty ;
    rdfs:label "location isolation level"@en ;
    rdfs:comment "Level of isolation of exploitation location (high, moderate, low)."@en ;
    rdfs:domain cacontology-stranger:LocationIsolation ;
    rdfs:range xsd:string .