source kind
Property
http://proethica.org/ontology/intermediate#sourceKind
Class Hierarchy
- source kind
Definition
Routing input: the controlled source kind driving the five-kind Resource typing (ethical_code, technical_standard, case_precedent, legal_resource, reference_material). Consumed at commit; not stored as a literal. The extraction schema field is spelled resource_category; the commit routing reads that key, and the class-path literal skip covers both spellings defensively.
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:sourceKind a owl:DatatypeProperty ;
rdfs:label "source kind"@en ;
rdfs:comment "Routing input: the controlled source kind driving the five-kind Resource typing (ethical_code, technical_standard, case_precedent, legal_resource, reference_material). Consumed at commit; not stored as a literal. The extraction schema field is spelled resource_category; the commit routing reads that key, and the class-path literal skip covers both spellings defensively."@en ;
rdfs:range xsd:string .