applicability condition
Property
http://proethica.org/ontology/intermediate#applicabilityCondition
Class Hierarchy
- applicability condition
Definition
The situational TRIGGER: the circumstances under which a constraint or prohibition applies in a case (the Dennis specification-by-context condition). Borne by constraint individuals.
Properties
Range
Kind
datatype
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix proeth: <http://proethica.org/ontology/intermediate#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
proeth:applicabilityCondition a owl:DatatypeProperty ;
rdfs:label "applicability condition"@en ;
rdfs:comment "The situational TRIGGER: the circumstances under which a constraint or prohibition applies in a case (the Dennis specification-by-context condition). Borne by constraint individuals."@en ;
rdfs:range xsd:string .