@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 lov: <https://lov.linkeddata.es/dataset/lov/vocabs/> .
@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#> .
@prefix zazuko: <https://bioregistry.io/metaregistry/zazuko/resolve/> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:xhv .

bioregistry.metaresource:lov dcterms:hasPart lov:xhv .

bioregistry.metaresource:zazuko dcterms:hasPart zazuko:xhv .

bioregistry:xhv a bioregistry.schema:0000001 ;
    rdfs:label "XHTML Vocabulary" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "This is a vocabulary collection utilized by XHTML Family modules and document types using XHTML Modularization, including XHTML Role and XHTML + RDFa as defined in rdfa-syntax. The XHTML specifications are developed by the W3C XHTML 2 Working Group as part of the W3C HTML Activity. [from homepage]"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch zazuko:xhv,
        lov:xhv ;
    dcat:keyword "api" ;
    foaf:homepage <https://www.w3.org/1999/xhtml/vocab> ;
    bioregistry.schema:0000005 "alternate"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.w3.org/1999/xhtml/vocab#$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://www.w3.org/1999/xhtml/vocab#"^^xsd:string ;
    bioregistry.schema:0000027 <http://www.w3.org/1999/xhtml/vocab#alternate> ;
    bioregistry.schema:0000029 "xhv" .

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

zazuko:xhv dcterms:isPartOf bioregistry.metaresource:zazuko .

lov:xhv dcterms:isPartOf bioregistry.metaresource:lov .

