@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 oid: <https://oid-base.com/get/> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:iso.3166-2 .

bioregistry.metaresource:hl7 dcterms:hasPart oid:2.16.2 .

bioregistry:iso.3166-2 a bioregistry.schema:0000001 ;
    rdfs:label "ISO 3166-2 Country Code" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "Two letter country codes assigned by ISO"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch oid:2.16.2 ;
    foaf:homepage <https://www.iso.org/iso-3166-country-codes.html> ;
    bioregistry.schema:0000005 "TG"^^xsd:string ;
    bioregistry.schema:0000008 "^[A-Z]{2}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000029 "iso.3166-2" .

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

oid:2.16.2 dcterms:isPartOf bioregistry.metaresource:hl7 .

