obligation type
Property
http://proethica.org/ontology/intermediate#obligationType
Class Hierarchy
- obligation type
Definition
Routing input: the controlled NSPE obligation category driving the subClassOf core:Obligation typing (disclosure, safety, competence, confidentiality, reporting, collegial, ...). 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:obligationType a owl:DatatypeProperty ;
rdfs:label "obligation type"@en ;
rdfs:comment "Routing input: the controlled NSPE obligation category driving the subClassOf core:Obligation typing (disclosure, safety, competence, confidentiality, reporting, collegial, ...). Consumed at commit; not stored as a literal."@en ;
rdfs:range xsd:string .