@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:allenRelation a owl:DatatypeProperty ;
    rdfs:label "Allen relation"@en ;
    rdfs:comment "The Allen interval algebra relation name (before, after, meets, overlaps, during, starts, finishes, equals, and their inverses). Maps to OWL-Time properties via allen_owl_time_mapper.py (app/services/temporal_dynamics/utils)."@en ;
    rdfs:domain proeth:TemporalRelation ;
    rdfs:range xsd:string .

