Deadline Approaching
Class
http://proethica.org/ontology/intermediate#DeadlineApproaching
Definition
Time pressure state affecting decision priorities
Properties
Subclass of
Relationships
references
aaai.v37i5.25774
TTL
@prefix dcterms: <http://purl.org/dc/terms/> .
@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:DeadlineApproaching a owl:Class ;
rdfs:label "Deadline Approaching" ;
dcterms:references <https://doi.org/10.1609/aaai.v37i5.25774> ;
rdfs:comment "Time pressure state affecting decision priorities" ;
rdfs:subClassOf proeth-core:State ;
skos:definition "Temporal state where time constraints intensify, potentially affecting quality-safety tradeoffs per Sarmiento et al. (2023) causal reasoning framework." .