<rdf:RDF 
    xmlns:vochelp="http://djpowell.net/schemas/vochelp/0.1/"
    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:dct="http://purl.org/dc/terms/"
    xmlns:voc="http://sw.nokia.com/VOC-1/Vocabulary"
    xml:base="http://djpowell.net/schemas/vochelp/0.1/"
    >

  <voc:Vocabulary rdf:about="http://djpowell.net/schemas/vochelp/0.1/">
    <dc:title>Vocabulary Helper Vocabulary</dc:title>
    <dc:description>This vocabulary contains some terms that might be
    useful in annotating RDFS vocabularies</dc:description>
    <dct:created>2005-04-15T20:30:00</dct:created>
    <dct:modified>2005-04-16T23:30:00</dct:modified>
    <dc:creator>djpowell@djpowell.net</dc:creator>
  </voc:Vocabulary>
  
  <rdf:Property rdf:about="suggestedProperty">
    <rdfs:label>suggestedProperty</rdfs:label>
    <rdfs:comment>Suggests a property that may usefully be applied to
    this class.  Unlike the use of rdfs:domain on the Property,
    suggestedProperty does not imply that resources with the property
    are members of the class.</rdfs:comment>
    <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class" />
    <rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" />
  </rdf:Property>

</rdf:RDF>
