is paralogous to leaf node


URI

http://semanticscience.org/resource/isParalogousTo

Label

is paralogous to

Description

is paralogous to is a relation between two entities which indicates their common ancestry as a result of a gene duplication.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) is paralogous 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:isParalogousTo a owl:ObjectProperty,
        owl:SymmetricProperty ;
    rdfs:label "is paralogous to"@en ;
    dct:description "is paralogous to is a relation between two entities which indicates their common ancestry as a result of a gene duplication."@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:isHomologousTo .