@prefix msg0: <http://web.resource.org/cc/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

<http://vocab.org/vann/.rdf> a foaf:Document , <http://purl.org/dc/dcmitype/Text> ;
	foaf:primaryTopic <http://purl.org/vocab/vann/> ;
	dct:hasFormat <http://vocab.org/vann/.html> , <http://vocab.org/vann/.json> , <http://vocab.org/vann/.turtle> ;
	foaf:topic <http://purl.org/vocab/vann/> .

<http://vocab.org/vann/.html> a <http://purl.org/dc/dcmitype/Text> , foaf:Document ;
	dc:format "text/html" ;
	rdfs:label "HTML" .

<http://vocab.org/vann/.json> a <http://purl.org/dc/dcmitype/Text> , foaf:Document ;
	dc:format "application/json" ;
	rdfs:label "JSON" .

<http://vocab.org/vann/.turtle> a <http://purl.org/dc/dcmitype/Text> , foaf:Document ;
	dc:format "text/plain" ;
	rdfs:label "Turtle" .

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

<http://iandavis.com/id/me> a foaf:Person ;
	foaf:name "Ian Davis" .

<file:///var/www/vocab.org/www/htdocs/vann/> a msg0:Work ;
	msg0:license <http://creativecommons.org/licenses/by/1.0/> ;
	dct:type <http://purl.org/dc/dcmitype/Text> .

<http://creativecommons.org/licenses/by/1.0/> a msg0:License ;
	msg0:permits msg0:Reproduction , msg0:Distribution , msg0:DerivativeWorks ;
	msg0:requires msg0:Notice , msg0:Attribution .

vann:changes a <http://www.w3.org/2002/07/owl#AnnotationProperty> ;
	rdfs:label "Changes"@en ;
	rdfs:comment "A reference to a resource that describes changes between this version of a vocabulary and the previous."@en ;
	rdfs:subPropertyOf rdfs:seeAlso ;
	rdfs:isDefinedBy <http://purl.org/vocab/vann/> .

vann:usageNote a <http://www.w3.org/2002/07/owl#AnnotationProperty> ;
	rdfs:label "Usage Note"@en ;
	rdfs:comment "A reference to a resource that provides information on how this resource is to be used."@en ;
	rdfs:subPropertyOf rdfs:seeAlso ;
	rdfs:isDefinedBy <http://purl.org/vocab/vann/> .

vann:example a <http://www.w3.org/2002/07/owl#AnnotationProperty> ;
	rdfs:label "Example"@en ;
	rdfs:comment "A reference to a resource that provides an example of how this resource can be used."@en ;
	rdfs:subPropertyOf rdfs:seeAlso ;
	rdfs:isDefinedBy <http://purl.org/vocab/vann/> .

vann:preferredNamespaceUri a <http://www.w3.org/2002/07/owl#AnnotationProperty> ;
	rdfs:label "Preferred Namespace Uri"@en ;
	rdfs:comment "The preferred namespace URI to use when using terms from this vocabulary in an XML document."@en ;
	rdfs:isDefinedBy <http://purl.org/vocab/vann/> .

vann:preferredNamespacePrefix a <http://www.w3.org/2002/07/owl#AnnotationProperty> ;
	rdfs:label "Preferred Namespace Prefix"@en ;
	rdfs:comment "The preferred namespace prefix to use when using terms from this vocabulary in an XML document."@en ;
	rdfs:isDefinedBy <http://purl.org/vocab/vann/> .

vann:termGroup a <http://www.w3.org/2002/07/owl#AnnotationProperty> ;
	rdfs:label "Term Group"@en ;
	rdfs:comment "A group of related terms in a vocabulary."@en ;
	rdfs:isDefinedBy <http://purl.org/vocab/vann/> .
