@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 foaf: <http://xmlns.com/foaf/0.1/> .
@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:GALEN .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:GALEN .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:galen .

bioregistry:galen a bioregistry.schema:0000001 ;
    rdfs:label "GALEN" ;
    dcterms:description "A translation of the full Galen ontology (from the OpenGALEN project) into the OWL description logic."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch aberowl:GALEN,
        bioportal:GALEN ;
    dcat:keyword "ontology" ;
    foaf:homepage <https://www.opengalen.org> ;
    bioregistry.schema:0000005 "MagnitudeValueType"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.co-ode.org/ontologies/galen#$1"^^xsd:string ;
    bioregistry.schema:0000010 <http://aber-owl.net/media/ontologies/GALEN/1/galen.owl> ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000019 [ rdfs:label "Julian Seidenberg" ;
            foaf:mbox "j@deltaflow.com" ] ;
    bioregistry.schema:0000024 "http://www.co-ode.org/ontologies/galen#"^^xsd:string ;
    bioregistry.schema:0000027 <http://www.co-ode.org/ontologies/galen#MagnitudeValueType> ;
    bioregistry.schema:0000029 "galen" .

aberowl:GALEN dcterms:isPartOf bioregistry.metaresource:aberowl .

bioportal:GALEN dcterms:isPartOf bioregistry.metaresource:bioportal .

