@base <https://wordnet.dk/dannet/external?&subject=%3Chttp%3A%2F%2Fpurl.org%2Fvocab%2Fvann%2F%3E> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

"<http://purl.org/vocab/vann/>" rdf:type owl:Ontology;
                                dc:date "2010-06-07";
                                dc:creator "<http://iandavis.com/id/me>";
                                dc:isVersionOf vann:;
                                vann:preferredNamespacePrefix "vann";
                                foaf:isPrimaryTopicOf "<http://vocab.org/vann/.turtle>";
                                dc:title "VANN: A vocabulary for annotating vocabulary descriptions"@en;
                                dc:rights "Copyright © 2005 Ian Davis";
                                vann:preferredNamespaceUri "http://purl.org/vocab/vann/";
                                dc:replaces vann:vann-vocab-20040305;
                                foaf:page "<http://vocab.org/vann/.turtle>";
                                dc:identifier "http://purl.org/vocab/vann/vann-vocab-20050401";
                                dc:description "This document describes a vocabulary for annotating descriptions of vocabularies with examples and usage notes."@en.

# Relation labels
rdf:type rdfs:label "type"@da, "type".
dc:date rdfs:label "Date"@en.
dc:creator rdfs:label "Creator"@en.
dc:isVersionOf rdfs:label "Is Version Of"@en.
vann:preferredNamespacePrefix rdfs:label "Preferred Namespace Prefix"@en.
foaf:isPrimaryTopicOf rdfs:label "is primary topic of".
dc:title rdfs:label "Title"@en.
"<http://iandavis.com/id/me>" foaf:name "Ian Davis".
dc:rights rdfs:label "Rights"@en.
owl:Ontology rdfs:label "ontologi"@da, "Ontology".
vann:preferredNamespaceUri rdfs:label "Preferred Namespace Uri"@en.
dc:replaces rdfs:label "Replaces"@en.
foaf:page rdfs:label "page".
dc:identifier rdfs:label "Identifier"@en.
dc:description rdfs:label "Description"@en.

