temporally related to


URI

http://purl.obolibrary.org/obo/RO_0002222

Label

temporally related to

Description

A relation that holds between two occurrents. This is a grouping relation that collects together all the Allen relations.

Sub Property

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) temporally related to owl:Thing (inferred)

Implementation

@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix oboInOwl: <http://www.geneontology.org/formats/oboInOwl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix terms: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

obo:RO_0002222 a owl:ObjectProperty ;
    rdfs:label "temporally related to"@en ;
    obo:IAO_0000117 <https://orcid.org/0000-0002-6601-2165> ;
    obo:IAO_0000119 <https://en.wikipedia.org/wiki/Allen%27s_interval_algebra> ;
    terms:source "https://docs.google.com/document/d/1kBv1ep_9g3sTR-SD3jqzFqhuwo9TPNF-l-9fUDbO6rM/edit?pli=1"^^xsd:anyURI ;
    oboInOwl:inSubset <http://purl.obolibrary.org/obo/ro/subsets#ro-eco> ;
    rdfs:comment "A relation that holds between two occurrents. This is a grouping relation that collects together all the Allen relations." ;
    rdfs:isDefinedBy obo:ro.owl .