Non-Compliant State
Class
http://proethica.org/ontology/intermediate#NonCompliant
Definition
State requiring compliance remediation
Properties
Subclass of
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:NonCompliant a owl:Class ;
rdfs:label "Non-Compliant State" ;
rdfs:comment "State requiring compliance remediation" ;
rdfs:subClassOf proeth-core:State ;
skos:definition "Problematic state where applicable standards or regulations are not being met, requiring immediate corrective action." .