@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@prefix orcid: <https://orcid.org/> .
@prefix prefixcommons: <https://registry.bio2kg.org/resource/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix uniprot.resource: <https://www.uniprot.org/database/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:GENETREE .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:genetree .

bioregistry.metaresource:miriam dcterms:hasPart miriam:genetree .

bioregistry.metaresource:n2t dcterms:hasPart n2t:genetree .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:genetree .

bioregistry.metaresource:uniprot dcterms:hasPart uniprot.resource:DB-0162 .

bioregistry:genetree a bioregistry.schema:0000001 ;
    rdfs:label "GeneTree" ;
    dcterms:description "Genetree displays the maximum likelihood phylogenetic (protein) trees representing the evolutionary history of the genes. These are constructed using the canonical protein for every gene in Ensembl."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:GENETREE,
        n2t:genetree,
        prefixcommons:genetree,
        miriam:genetree,
        uniprot.resource:DB-0162 ;
    dcat:keyword "classification",
        "gene",
        "phylogenomic databases",
        "protein" ;
    foaf:homepage <http://www.ensembl.org/> ;
    bioregistry.schema:0000005 "ENSGT00550000074763"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.ensembl.org/Multi/GeneTree/Image?db=core;gt=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^ENSGT\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-3897-7955 ;
    bioregistry.schema:0000024 "http://www.ensembl.org/Multi/GeneTree/Image?db=core;gt="^^xsd:string ;
    bioregistry.schema:0000027 <http://www.ensembl.org/Multi/GeneTree/Image?db=core;gt=ENSGT00550000074763> ;
    bioregistry.schema:0000029 "genetree" .

orcid:0000-0002-3897-7955 rdfs:label "Paul Flicek" ;
    foaf:mbox "flicek@ebi.ac.uk" .

biocontext:GENETREE dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:genetree dcterms:isPartOf bioregistry.metaresource:n2t .

prefixcommons:genetree dcterms:isPartOf bioregistry.metaresource:prefixcommons .

miriam:genetree dcterms:isPartOf bioregistry.metaresource:miriam .

uniprot.resource:DB-0162 dcterms:isPartOf bioregistry.metaresource:uniprot .

