@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 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 void: <http://rdfs.org/ns/void#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix zazuko: <https://bioregistry.io/metaregistry/zazuko/resolve/> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:void .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:void .

bioregistry.metaresource:lov dcterms:hasPart lov:void .

bioregistry.metaresource:zazuko dcterms:hasPart zazuko:void .

bioregistry:void a bioregistry.schema:0000001 ;
    rdfs:label "Vocabulary of Interlinked Datasets" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The Vocabulary of Interlinked Datasets (VoID) is an RDF Schema vocabulary for expressing metadata about RDF datasets. It is intended as a bridge between the publishers and users of RDF data, with applications ranging from data discovery to cataloging and archiving of datasets. This document provides a formal definition of the new RDF classes and properties introduced for VoID. It is a companion to the main specification document for VoID, Describing Linked Datasets with the VoID Vocabulary."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:void,
        zazuko:void,
        lov:void ;
    dcat:keyword "metadata" ;
    foaf:homepage <http://vocab.deri.ie/void> ;
    bioregistry.schema:0000005 "feature"^^xsd:string ;
    bioregistry.schema:0000006 "http://rdfs.org/ns/void#$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://rdfs.org/ns/void#"^^xsd:string ;
    bioregistry.schema:0000027 void:feature ;
    bioregistry.schema:0000029 "void" .

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

biocontext:void dcterms:isPartOf bioregistry.metaresource:biocontext .

zazuko:void dcterms:isPartOf bioregistry.metaresource:zazuko .

lov:void dcterms:isPartOf bioregistry.metaresource:lov .

