principle category
Property
http://proethica.org/ontology/intermediate#principleCategory
Class Hierarchy
- principle category
Definition
Routing input: the controlled principle kind driving the four-kind subClassOf typing (FundamentalEthicalPrinciple, ProfessionalVirtuePrinciple, RelationalPrinciple, DomainSpecificPrinciple). Consumed at commit; not stored as a literal.
Properties
Range
Kind
datatype
@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
proeth:principleCategory a owl:DatatypeProperty ;
rdfs:label "principle category"@en ;
rdfs:comment "Routing input: the controlled principle kind driving the four-kind subClassOf typing (FundamentalEthicalPrinciple, ProfessionalVirtuePrinciple, RelationalPrinciple, DomainSpecificPrinciple). Consumed at commit; not stored as a literal."@en ;
rdfs:range xsd:string .