@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 doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix lov: <https://lov.linkeddata.es/dataset/lov/vocabs/> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:aberowl dcterms:hasPart aberowl:BIOTOP .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:BIOTOP .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:biotop .

bioregistry.metaresource:lov dcterms:hasPart lov:biotop .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:biotop .

bioregistry:biotop a bioregistry.schema:0000001 ;
    rdfs:label "BioTop" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "Upper-Level ontology for Biology and Medicine. Compatible with BFO, DOLCE, and the UMLS Semantic Network"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/BioTopOntology/biotop> ;
    skos:exactMatch aberowl:BIOTOP,
        bioportal:BIOTOP,
        lov:biotop,
        prefixcommons:biotop ;
    dcat:keyword "biology",
        "ontology" ;
    foaf:homepage <http://purl.org/biotop> ;
    bioregistry.schema:0000005 "attachedTo"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.org/biotop/biotop.owl#$1"^^xsd:string ;
    bioregistry.schema:0000010 <https://raw.githubusercontent.com/BioTopOntology/biotop/master/biotop.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-7222-3287 ;
    bioregistry.schema:0000024 "http://purl.org/biotop/biotop.owl#"^^xsd:string ;
    bioregistry.schema:0000027 <http://purl.org/biotop/biotop.owl#attachedTo> ;
    bioregistry.schema:0000029 "biotop" .

orcid:0000-0001-7222-3287 rdfs:label "Stefan Schulz" ;
    foaf:mbox "stefan.schulz@medunigraz.at" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

aberowl:BIOTOP dcterms:isPartOf bioregistry.metaresource:aberowl .

bioportal:BIOTOP dcterms:isPartOf bioregistry.metaresource:bioportal .

lov:biotop dcterms:isPartOf bioregistry.metaresource:lov .

prefixcommons:biotop dcterms:isPartOf bioregistry.metaresource:prefixcommons .

