@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:boundaryType a owl:DatatypeProperty ;
    rdfs:label "boundary type"@en ;
    rdfs:comment "Routing input: the controlled constraint boundary type driving the subClassOf typing into the ten closed boundary-type classes (LegalConstraint, RegulatoryConstraint, ...). Consumed at commit; not stored as a literal. The extraction schema field and commit routing key are spelled constraint_type; the class-path literal skip covers both spellings defensively."@en ;
    rdfs:range xsd:string .

