@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:stateCategory a owl:DatatypeProperty ;
    rdfs:label "state category"@en ;
    rdfs:comment "Routing input: the content archetype driving the archetype subClassOf typing (EpistemicState, RiskState, CompetenceState, EmergencyState, ConflictOfInterestState, RegulatoryState, ...). Consumed at commit; not stored as a literal."@en ;
    rdfs:range xsd:string .

