@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#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:voaf .

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

bioregistry:voaf a bioregistry.schema:0000001 ;
    rdfs:label "Vocabulary of a Friend" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "VOAF is a vocabulary specification providing elements allowing the description of vocabularies (RDFS vocabularies or OWL ontologies) used in the Linked Data Cloud. In particular it provides properties expressing the different ways such vocabularies can rely on, extend, specify, annotate or otherwise link to each other. It relies itself on Dublin Core and voiD. The name of the vocabulary makes an explicit reference to FOAF because VOAF can be used to define networks of vocabularies in a way similar to the one FOAF is used to define networks of people. [from homepage]"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch lov:voaf ;
    dcat:keyword "metadata" ;
    foaf:homepage <http://purl.org/vocommons/voaf> ;
    bioregistry.schema:0000005 "Vocabulary"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.org/vocommons/voaf#$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://purl.org/vocommons/voaf#"^^xsd:string ;
    bioregistry.schema:0000027 <http://purl.org/vocommons/voaf#Vocabulary> ;
    bioregistry.schema:0000029 "voaf" .

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

lov:voaf dcterms:isPartOf bioregistry.metaresource:lov .

