@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 doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix lov: <https://lov.linkeddata.es/dataset/lov/vocabs/> .
@prefix orcid: <https://orcid.org/> .
@prefix qb: <http://purl.org/linked-data/cube#> .
@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:qb .

bioregistry.metaresource:lov dcterms:hasPart lov:qb .

bioregistry.metaresource:zazuko dcterms:hasPart zazuko:qb .

bioregistry:qb a bioregistry.schema:0000001 ;
    rdfs:label "The data cube vocabulary" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "This vocabulary allows multi-dimensional data, such as statistics, to be published in RDF. It is based on the core information model from SDMX (and thus also DDI)."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/UKGovLD/publishing-statistical-data> ;
    skos:exactMatch zazuko:qb,
        lov:qb ;
    dcat:keyword "methods",
        "w3c rec" ;
    foaf:homepage <https://www.w3.org/TR/vocab-data-cube> ;
    bioregistry.schema:0000005 "Observation"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.org/linked-data/cube#$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\w+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-9950-5209 ;
    bioregistry.schema:0000024 "http://purl.org/linked-data/cube#"^^xsd:string ;
    bioregistry.schema:0000027 qb:Observation ;
    bioregistry.schema:0000029 "qb" .

orcid:0000-0001-9950-5209 rdfs:label "Richard Cyganiak" ;
    foaf:mbox "richard@cyganiak.de" .

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

zazuko:qb dcterms:isPartOf bioregistry.metaresource:zazuko .

lov:qb dcterms:isPartOf bioregistry.metaresource:lov .

