@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:xml .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:xml .

bioregistry:xml a bioregistry.schema:0000001 ;
    rdfs:label "Extensible Markup Language" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML has been designed for ease of implementation and for interoperability with both SGML and HTML."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:xml ;
    foaf:homepage <https://www.w3.org/TR/xml/> ;
    bioregistry.schema:0000005 "lang"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.w3.org/XML/1998/namespace#$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://www.w3.org/XML/1998/namespace#"^^xsd:string ;
    bioregistry.schema:0000027 xml:#lang ;
    bioregistry.schema:0000029 "xml" .

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

biocontext:xml dcterms:isPartOf bioregistry.metaresource:biocontext .

