@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix proeth: <http://proethica.org/ontology/intermediate#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

proeth:governedByCode a owl:ObjectProperty ;
    rdfs:label "governed by code"@en ;
    rdfs:comment "Relates a professional role to an ethical code that states the obligations and norms of the role in codified form. The code is a convention among professionals that binds whoever claims the professional standing, independent of licensure (Davis 1991); it does not exhaust role morality, since the norms of the profession remain answerable to the proper ends of the profession (Oakley and Cocking 2001, p. 75). Domain is :ProfessionalRole rather than the universal core:Role, because code-governance is a professional-side relation; the ProfessionalRole restriction (governedByCode some EthicalCode) carries the existence commitment."@en ;
    rdfs:domain proeth:ProfessionalRole ;
    rdfs:range proeth:EthicalCode .

