Resource Constrained
Class
http://proethica.org/ontology/intermediate#ResourceConstrained
Definition
Resource limitation affecting available actions
Properties
Subclass of
Used in cases 11
TTL
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix proeth: <http://proethica.org/ontology/intermediate#> .
@prefix proeth-core: <http://proethica.org/ontology/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
proeth:ResourceConstrained a owl:Class ;
rdfs:label "Resource Constrained" ;
rdfs:comment "Resource limitation affecting available actions" ;
rdfs:subClassOf proeth-core:State ;
skos:definition "State where limited resources (budget, personnel, materials) constrain available options and require allocation decisions." .