@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

bioregistry:lov a bioregistry.schema:0000001 ;
    rdfs:label "Linked Open Vocabularies" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "A vocabulary in LOV gathers definitions of a set of classes and properties (together simply called terms of the vocabulary), useful to describe specific types of things, or things in a given domain or industry, or things at large but for a specific usage. Terms of vocabularies also provide the links in linked data, in the above case between a Person and a City. The definitions of terms provided by the vocabularies bring clear semantics to descriptions and links, thanks to the formal language they use (some dialect of RDF such as RDFS or OWL). In short, vocabularies provide the semantic glue enabling Data to become meaningful Data. [from https://lov.linkeddata.es/dataset/lov/about]"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    dcat:keyword "registry" ;
    foaf:homepage <https://lov.linkeddata.es> ;
    bioregistry.schema:0000005 "m4i"^^xsd:string ;
    bioregistry.schema:0000006 "https://lov.linkeddata.es/dataset/lov/vocabs/$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-0591-6109 ;
    bioregistry.schema:0000024 "https://lov.linkeddata.es/dataset/lov/vocabs/"^^xsd:string ;
    bioregistry.schema:0000027 lov:m4i ;
    bioregistry.schema:0000029 "lov" .

orcid:0000-0003-0591-6109 rdfs:label "Pierre-Yves Vandenbussche" ;
    foaf:mbox "py.vandenbussche@gmail.com" .

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

