@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix wikidata: <http://www.wikidata.org/entity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:sharkipedia.species .

bioregistry.metaresource:wikidata.entity dcterms:hasPart wikidata:Q113989515 .

bioregistry:sharkipedia.species a bioregistry.schema:0000001 ;
    rdfs:label "Sharkipedia Species" ;
    dcterms:contributor orcid:0000-0001-9439-5346 ;
    dcterms:description "Sharkipedia is an open source research initiative to make all published biological traits and population trends on sharks, rays, and chimaeras accessible to everyone."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/sharkipedia/sharkipedia> ;
    skos:exactMatch wikidata:Q113989515 ;
    foaf:homepage <https://www.sharkipedia.org/> ;
    bioregistry.schema:0000005 "983"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.sharkipedia.org/species/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-1710-8256 ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "https://www.sharkipedia.org/species/"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.sharkipedia.org/species/983> ;
    bioregistry.schema:0000029 "sharkipedia.species" .

orcid:0000-0001-9439-5346 rdfs:label "Benjamin M. Gyori" ;
    foaf:mbox "benjamin_gyori@hms.harvard.edu" .

orcid:0000-0003-1710-8256 rdfs:label "Christopher Mull" ;
    foaf:mbox "creeas@gmail.com" .

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

wikidata:Q113989515 dcterms:isPartOf bioregistry.metaresource:wikidata.entity .

