@base <https://wordnet.dk/dannet/external?&subject=%3Chttp%3A%2F%2Fwww.w3.org%2F2003%2F06%2Fsw-vocab-status%2Fns%3E> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

"<http://www.w3.org/2003/06/sw-vocab-status/ns>" rdf:type owl:Ontology;
                                                 dc11:creator "Leigh Dodds", "Dan Brickley", "Libby Miller";
                                                 vann:preferredNamespacePrefix "vs";
                                                 dc11:title "SemWeb Vocab Status ontology";
                                                 dc11:modified "2011-12-12"^^xsd:dateTime;
                                                 dc11:contributor "Pierre-Yves Vandenbussche";
                                                 rdfs:comment "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."@en;
                                                 dc11:issued "2003-06-01"^^xsd:dateTime;
                                                 vann:preferredNamespaceUri "http://www.w3.org/2003/06/sw-vocab-status/ns#";
                                                 dc11:description "An RDF vocabulary for relating SW vocabulary terms to their status.".

# Relation labels
rdf:type rdfs:label "type"@da, "type".
dc11:creator rdfs:label "Creator"@en.
vann:preferredNamespacePrefix rdfs:label "Preferred Namespace Prefix"@en.
dc11:title rdfs:label "Title"@en.
dc11:contributor rdfs:label "Contributor"@en.
owl:Ontology rdfs:label "ontologi"@da, "Ontology".
rdfs:comment rdfs:label "kommentar"@da, "comment".
vann:preferredNamespaceUri rdfs:label "Preferred Namespace Uri"@en.
dc11:description rdfs:label "Description"@en.

