@prefix bioregistry: . @prefix bioregistry.metaresource: . @prefix bioregistry.schema: . @prefix dcterms: . @prefix foaf: . @prefix orcid: . @prefix rdfs: . @prefix skos: . @prefix wikidata: . @prefix xsd: . orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ; dcterms:contributor bioregistry:iso.3166 ; foaf:mbox "cthoyt@gmail.com" . bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:iso.3166 . bioregistry.metaresource:wikidata dcterms:hasPart wikidata:P299 . wikidata:P299 dcterms:isPartOf bioregistry.metaresource:wikidata . bioregistry:iso.3166 a bioregistry.schema:0000001 ; rdfs:label "ISO 3166-1 Country Code" ; dcterms:description "An identifier for a country in numeric format per ISO 3166-1"^^xsd:string ; dcterms:isPartOf bioregistry.metaresource:bioregistry ; skos:exactMatch wikidata:P299 ; foaf:homepage ; bioregistry.schema:0000005 "554"^^xsd:string ; bioregistry.schema:0000008 "^\\d+$"^^xsd:string ; bioregistry.schema:0000012 false ; bioregistry.schema:0000029 "iso.3166" .