Legal Resource
Class
http://proethica.org/ontology/intermediate#LegalResource
Definition
Legal framework constraining professional practice
Inherited
House extension with roots in legal case-based reasoning (Bench-Capon & Sartor 2003); treating legal materials as an ethics resource reflects the society-profession nexus (Frankel 1989).
Properties
Subclass of
Used in cases 13
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:LegalResource a owl:Class ;
rdfs:label "Legal Resource" ;
rdfs:comment "Legal framework constraining professional practice" ;
rdfs:subClassOf proeth-core:Resource ;
skos:definition "Laws, regulations, and statutes governing professional practice that establish legal boundaries and compliance requirements for professional activities." ;
skos:scopeNote "House extension with roots in legal case-based reasoning (Bench-Capon & Sartor 2003); treating legal materials as an ethics resource reflects the society-profession nexus (Frankel 1989)." .