ns.rdf 3.14 KB

<rdf:RDF xmlns="http://www.w3.org/2003/06/sw-vocab-status/ns#"
	xml:base="http://www.w3.org/2003/06/sw-vocab-status/ns#"
	 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" 
	xmlns:dc="http://purl.org/dc/elements/1.1/" 
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:foaf="http://xmlns.com/foaf/0.1/" 
	xmlns:vann="http://purl.org/vocab/vann/"
	xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#">


<owl:Ontology rdf:about="http://www.w3.org/2003/06/sw-vocab-status/ns">
  <dc:title>SemWeb Vocab Status ontology</dc:title>
  <dc:description>An RDF vocabulary for relating SW vocabulary terms to their status.</dc:description>
<rdfs:comment xml:lang="en">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.</rdfs:comment>
	<dc:creator>Dan Brickley</dc:creator>
	<dc:creator>Leigh Dodds</dc:creator>
	<dc:creator>Libby Miller</dc:creator>
	<dc:contributor>Pierre-Yves Vandenbussche</dc:contributor><!-- fixed and updated the schema file, thanks! -->
	<dc:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-12-12</dc:modified>
	<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2003-06-01</dc:issued>
	<vann:preferredNamespacePrefix>vs</vann:preferredNamespacePrefix>
    <vann:preferredNamespaceUri>http://www.w3.org/2003/06/sw-vocab-status/ns#</vann:preferredNamespaceUri>
</owl:Ontology>


<rdf:Property rdf:about="#term_status">
  <rdfs:label>term status</rdfs:label>
  <rdfs:comment>the status of a vocabulary term, expressed as a short symbolic string; known values include 'unstable','testing', 'stable' and 'archaic'</rdfs:comment>
  <vs:term_status>unstable</vs:term_status>
  <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2003/06/sw-vocab-status/ns#"/>	
</rdf:Property>


<rdf:Property rdf:about="#moreinfo">
  <rdfs:label>more info</rdfs:label>
  <rdfs:comment>more information about the status etc of a term, typically human oriented</rdfs:comment>
  <!-- like seeAlso, but for humans -->
  <vs:term_status>unstable</vs:term_status>
  <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2003/06/sw-vocab-status/ns#"/>	
</rdf:Property> 

<rdf:Property rdf:about="#userdocs">
  <rdfs:label>user docs</rdfs:label>
  <rdfs:comment>human-oriented documentation, examples etc for use of this term</rdfs:comment>
  <!-- like seeAlso, but for humans -->
  <vs:term_status>unstable</vs:term_status>
  <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2003/06/sw-vocab-status/ns#"/>	
</rdf:Property> 


</rdf:RDF>