@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 prefixcommons: <https://registry.bio2kg.org/resource/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ror: <https://ror.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:PALEODB .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:paleodb .

bioregistry.metaresource:miriam dcterms:hasPart miriam:paleodb .

bioregistry.metaresource:n2t dcterms:hasPart n2t:paleodb .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:paleodb .

bioregistry:paleodb a bioregistry.schema:0000001 ;
    rdfs:label "Paleobiology Database" ;
    dcterms:description "The Paleobiology Database seeks to provide researchers and the public with information about the entire fossil record. It stores global, collection-based occurrence and taxonomic data for marine and terrestrial animals and plants of any geological age, as well as web-based software for statistical analysis of the data."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:PALEODB,
        n2t:paleodb,
        prefixcommons:paleodb,
        miriam:paleodb ;
    dcat:keyword "taxonomy" ;
    foaf:homepage <http://paleodb.org/> ;
    bioregistry.schema:0000005 "83088"^^xsd:string ;
    bioregistry.schema:0000006 "http://fossilworks.org/?a=taxonInfo&taxon_no=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://fossilworks.org/?a=taxonInfo&taxon_no="^^xsd:string ;
    bioregistry.schema:0000026 ror:01sf06y89 ;
    bioregistry.schema:0000027 <http://fossilworks.org/?a=taxonInfo&taxon_no=83088> ;
    bioregistry.schema:0000029 "paleodb" .

biocontext:PALEODB dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:paleodb dcterms:isPartOf bioregistry.metaresource:n2t .

prefixcommons:paleodb dcterms:isPartOf bioregistry.metaresource:prefixcommons .

miriam:paleodb dcterms:isPartOf bioregistry.metaresource:miriam .

