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

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

bioregistry.metaresource:zazuko dcterms:hasPart zazuko:vs .

bioregistry:vs a bioregistry.schema:0000001 ;
    rdfs:label "SemWeb Vocab Status ontology" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "This vocabulary was created in the FOAF project, based on experience with FOAF, Dublin Core and other early RDF vocabularies. Deployment experience shows that changing namespace URIs is expensive and unrewarding, so this vocabulary provides terms to support in-place evolution of structured data vocabularies. By indicating status at the level of terms rather than vocabularies, dictionary-style, fine grained improvements become easier. Different organizations and parties can agree or disagree on the status of a vocabulary term; however the status published alongside the term may deserve special attention. Future work could include patterns for citing announcements and decisions, or using SKOS to decentralise the extension of the basic status levels. (from artifact)"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch zazuko:vs,
        lov:vs ;
    dcat:keyword "metadata",
        "ontology",
        "semantic web" ;
    foaf:homepage <https://www.w3.org/2003/06/sw-vocab-status/ns> ;
    bioregistry.schema:0000005 "term_status"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.w3.org/2003/06/sw-vocab-status/ns#$1"^^xsd:string ;
    bioregistry.schema:0000010 <https://www.w3.org/2003/06/sw-vocab-status/ns> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://www.w3.org/2003/06/sw-vocab-status/ns#"^^xsd:string ;
    bioregistry.schema:0000027 <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> ;
    bioregistry.schema:0000029 "vs" .

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

zazuko:vs dcterms:isPartOf bioregistry.metaresource:zazuko .

lov:vs dcterms:isPartOf bioregistry.metaresource:lov .

