@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 orcid: <https://orcid.org/> .
@prefix prefixcommons: <https://registry.bio2kg.org/resource/> .
@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:agsd .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:agsd .

bioregistry.metaresource:re3data dcterms:hasPart re3data:r3d100012517 .

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

bioregistry:agsd a bioregistry.schema:0000001 ;
    rdfs:label "Animal Genome Size Database" ;
    dcterms:contributor orcid:0000-0002-1216-4761 ;
    dcterms:description "The Animal Genome Size Database (AGSD) is a comprehensive catalogue of animal genome size data where haploid DNA contents (C-values, in picograms) are currently available for 4972 species (3231 vertebrates and 1741 non-vertebrates) based on 6518 records from 669 published sources."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch wikidata:Q4764809,
        prefixcommons:agsd,
        re3data:r3d100012517 ;
    dcat:keyword "dna",
        "genome" ;
    foaf:homepage <http://www.genomesize.com> ;
    bioregistry.schema:0000005 "4779"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.genomesize.com/result_species.php?id=$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "http://www.genomesize.com/result_species.php?id="^^xsd:string ;
    bioregistry.schema:0000027 <http://www.genomesize.com/result_species.php?id=4779> ;
    bioregistry.schema:0000029 "agsd" .

orcid:0000-0002-1216-4761 rdfs:label "Sumir H Pandit" ;
    foaf:mbox "sumirp77@gmail.com" .

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

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

prefixcommons:agsd dcterms:isPartOf bioregistry.metaresource:prefixcommons .

re3data:r3d100012517 dcterms:isPartOf bioregistry.metaresource:re3data .

