Regulatory Compliance State
Class
http://proethica.org/ontology/intermediate#RegulatoryCompliance
Definition
Legal compliance context constraining actions
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:RegulatoryCompliance a owl:Class ;
rdfs:label "Regulatory Compliance State" ;
rdfs:comment "Legal compliance context constraining actions" ;
rdfs:subClassOf proeth-core:State ;
skos:definition "State where specific regulatory requirements are in effect, constraining professional actions and decisions per jurisdictional requirements." .