@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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix re3data: <https://www.re3data.org/repository/> .
@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:eolife .

bioregistry.metaresource:re3data dcterms:hasPart re3data:r3d100010229 .

bioregistry.metaresource:wikidata dcterms:hasPart wikidata:P830 .

bioregistry:eolife a bioregistry.schema:0000001 ;
    rdfs:label "Encyclopedia of Life" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "A collaborative project intended to create an encyclopedia documenting all living species known to science"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch wikidata:P830,
        re3data:r3d100010229 ;
    foaf:homepage <https://eol.org> ;
    bioregistry.schema:0000005 "1044544"^^xsd:string ;
    bioregistry.schema:0000006 "https://eol.org/pages/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://eol.org/pages/"^^xsd:string ;
    bioregistry.schema:0000027 <https://eol.org/pages/1044544> ;
    bioregistry.schema:0000029 "eolife" .

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

wikidata:P830 dcterms:isPartOf bioregistry.metaresource:wikidata .

re3data:r3d100010229 dcterms:isPartOf bioregistry.metaresource:re3data .

