@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:temporalScope a owl:DatatypeProperty ;
    rdfs:label "temporal scope"@en ;
    rdfs:comment "Intended on Obligation/Constraint: the durational WINDOW during which the duty or boundary is in force in the case (e.g. for the duration of the engagement). Distinct from applicabilityCondition, the situational TRIGGER under which it applies; the 2026-07-07 census closed the recorded overlap question (48/48 co-occurring constraint pairs systematically distinct; both kept)."@en ;
    rdfs:range xsd:string .

