@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:bioportal dcterms:hasPart bioportal:GEOSPECIES .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:bioportal.geospecies .

bioregistry:bioportal.geospecies a bioregistry.schema:0000001 ;
    rdfs:label "GeoSpecies Ontology" ;
    dcterms:description "This ontology was designed to help integrate species concepts with species occurrences, gene sequences, images, references and geographical information. See also Taxonconcept.org"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch bioportal:GEOSPECIES ;
    dcat:keyword "ontology" ;
    foaf:homepage <http://lod.geospecies.org/> ;
    bioregistry.schema:0000005 "DarwinPoint"^^xsd:string ;
    bioregistry.schema:0000006 "http://rdf.geospecies.org/ont/geospecies#$1"^^xsd:string ;
    bioregistry.schema:0000010 <http://rdf.geospecies.org/ont/geospecies.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 [ rdfs:label "Peter J. DeVries" ;
            foaf:mbox "pdevries@wisc.edu" ] ;
    bioregistry.schema:0000024 "http://rdf.geospecies.org/ont/geospecies#"^^xsd:string ;
    bioregistry.schema:0000027 <http://rdf.geospecies.org/ont/geospecies#DarwinPoint> ;
    bioregistry.schema:0000029 "bioportal.geospecies" .

bioportal:GEOSPECIES dcterms:isPartOf bioregistry.metaresource:bioportal .

