source
Property
http://proethica.org/ontology/intermediate#source
Class Hierarchy
- source
Definition
Intended on Constraint: the source of the constraint (the provision or authority string as extracted). Kept as a literal; each dotted NSPE designation resolvable against the provision registry is also materialized as a proeth-core:establishedBy edge at commit, and a non-code source survives only in this 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:source a owl:DatatypeProperty ;
rdfs:label "source"@en ;
rdfs:comment "Intended on Constraint: the source of the constraint (the provision or authority string as extracted). Kept as a literal; each dotted NSPE designation resolvable against the provision registry is also materialized as a proeth-core:establishedBy edge at commit, and a non-code source survives only in this literal."@en ;
rdfs:range xsd:string .