functionally related to


URI

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

Label

functionally related to

Description

A grouping relationship for any relationship directly involving a function, or that holds because of a function of one of the related entities.

Usage

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

Implementation

@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

obo:RO_0002328 a owl:ObjectProperty ;
    rdfs:label "functionally related to"@en ;
    obo:IAO_0000117 <https://orcid.org/0000-0002-6601-2165> ;
    rdfs:isDefinedBy obo:ro.owl ;
    skos:definition "A grouping relationship for any relationship directly involving a function, or that holds because of a function of one of the related entities." .