Environmental Hazard Present
Class
http://proethica.org/ontology/intermediate#EnvironmentalHazard
Definition
Environmental risk state requiring assessment and action
Properties
Subclass of
Relationships
references
978-3-031-21203-1 31
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:EnvironmentalHazard a owl:Class ;
rdfs:label "Environmental Hazard Present" ;
dcterms:references <https://doi.org/10.1007/978-3-031-21203-1_31> ;
rdfs:comment "Environmental risk state requiring assessment and action" ;
rdfs:subClassOf proeth-core:State ;
skos:definition "State where environmental conditions pose risks requiring professional intervention or mitigation according to Almpani et al. (2023) dynamic priority determination framework." .