is orthologous to


URI

http://semanticscience.org/resource/isOrthologousTo

Label

is orthologous to

Description

is orthologous to is a relation between two biological entities that share a common ancestor and occur in different species.

Sub Property

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) is orthologous to owl:Thing (inferred)

Implementation

@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sio: <http://semanticscience.org/resource/> .

sio:isOrthologousTo a owl:ObjectProperty,
        owl:SymmetricProperty ;
    rdfs:label "is orthologous to"@en ;
    dct:description "is orthologous to is a relation between two biological entities that share a common ancestor and occur in different species."@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:isHomologousTo .