@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:rdfa .

bioregistry.metaresource:lov dcterms:hasPart lov:rdfa .

bioregistry.metaresource:zazuko dcterms:hasPart zazuko:rdfa .

bioregistry:rdfa a bioregistry.schema:0000001 ;
    rdfs:label "RDFa Vocabulary for Term and Prefix Assignment, and for Processor Graph Reporting" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "RDFa Core is a specification for attributes to express structured data in any markup language. The embedded data already available in the markup language (e.g., HTML) can often be reused by the RDFa markup, so that publishers don't need to repeat significant data in the document content. (from https://www.w3.org/TR/rdfa-core/)"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch zazuko:rdfa,
        lov:rdfa ;
    dcat:keyword "rdf" ;
    foaf:homepage <http://www.w3.org/ns/rdfa> ;
    bioregistry.schema:0000005 "PrefixOrTermMapping"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.w3.org/ns/rdfa#$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-0782-2704 ;
    bioregistry.schema:0000024 "http://www.w3.org/ns/rdfa#"^^xsd:string ;
    bioregistry.schema:0000027 <http://www.w3.org/ns/rdfa#PrefixOrTermMapping> ;
    bioregistry.schema:0000029 "rdfa" .

orcid:0000-0003-0782-2704 rdfs:label "Ivan Herman" ;
    foaf:mbox "ivan@w3.org" .

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

zazuko:rdfa dcterms:isPartOf bioregistry.metaresource:zazuko .

lov:rdfa dcterms:isPartOf bioregistry.metaresource:lov .

