@prefix iao: <http://purl.obolibrary.org/obo/IAO_> .
@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#> .

proeth:TemporalRelation a owl:Class ;
    rdfs:label "Temporal Relation"@en ;
    iao:0000115 "A reified Allen interval algebra relation between two happenings (Actions or Events) of the case timeline. Carries the Allen relation name (proeth:allenRelation) and the prefixed OWL-Time property name (proeth:owlTimeProperty); the endpoint phrasings land on the fromEntityText/toEntityText literal shadows, with the declared fromEntity/toEntity object properties as the resolver target of the temporal_relation_edges family."@en ;
    rdfs:comment "A reified Allen interval algebra relation between two temporal entities (actions or events). Stores both the ProEthica relation name and the corresponding OWL-Time property URI."@en .

