@prefix aberowl: <http://aber-owl.net/ontology/> .
@prefix bioportal: <https://bioportal.bioontology.org/ontologies/> .
@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 fairsharing: <https://fairsharing.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ols: <https://www.ebi.ac.uk/ols4/ontologies/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:aberowl dcterms:hasPart aberowl:RETO .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:RETO .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:reto .

bioregistry.metaresource:fairsharing dcterms:hasPart fairsharing:FAIRsharing.4qyf0f .

bioregistry.metaresource:ols dcterms:hasPart ols:reto .

bioregistry:reto a bioregistry.schema:0000001 ;
    rdfs:label "Regulation of Transcription Ontology" ;
    dcterms:description "Regulation of Transcription"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch aberowl:RETO,
        bioportal:RETO,
        fairsharing:FAIRsharing.4qyf0f,
        ols:reto ;
    dcat:keyword "life science",
        "ontology",
        "regulation of gene expression",
        "transcript",
        "transcriptomics" ;
    foaf:homepage <http://www.semantic-systems-biology.org/apo> ;
    bioregistry.schema:0000010 <https://www.bio.ntnu.no/ontology/ReTO/reto.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 [ rdfs:label "Vladimir Mironov" ;
            foaf:mbox "vladimir.n.mironov@gmail.com" ] ;
    bioregistry.schema:0000029 "reto" .

aberowl:RETO dcterms:isPartOf bioregistry.metaresource:aberowl .

bioportal:RETO dcterms:isPartOf bioregistry.metaresource:bioportal .

fairsharing:FAIRsharing.4qyf0f dcterms:isPartOf bioregistry.metaresource:fairsharing .

ols:reto dcterms:isPartOf bioregistry.metaresource:ols .

