Re: Org. Namespace Example

I like this: 

"The sloping shore along a body of water that is washed by waves or tides and is
                usually covered by sand or gravel (coast, shore, strand)."


 
Michael A. Norton
 




________________________________
From: Gannon Dick <gannon_dick@yahoo.com>
To: "egov-ig@w3.org" <public-egov-ig@w3.org>; Linked Data community <public-lod@w3.org>
Sent: Wed, June 23, 2010 2:52:29 PM
Subject: Org. Namespace Example

The Feature Class Definition page of the USGS (GNIS) search [1] provides a nice example for the "Government Work" subclass of the Organization Name Space.

The Mash-up (Class Definitions) is composed of Natural and Man Made (under human control) types.

An RDF/XML example for each type is below:


         xmlns:db="http://dbpedia.org/page/"
         xmlns:pii="http://purl.org/pii/terms/"
         xmlns:dct="http://purl.org/dc/terms/"
         xmlns:org="http://www.w3.org/ns/org#">
  
    <org:Organization>
      
         <dct:title xml:lang="en">Beach</dct:title>
         <dct:subject xml:lang="en">Beach</dct:subject>
         <dct:subject xml:lang="en">Coast</dct:subject>
         <dct:subject xml:lang="en">Shore</dct:subject>
         <dct:subject xml:lang="en">Strand</dct:subject>
         <org:Role>
          
              
           </rdf:Description>
         </org:Role>
         <org:purpose>
                The sloping shore along a body of water that is washed by waves or tides and is
                usually covered by sand or gravel (coast, shore, strand).
         </org:purpose>
      </rdf:Description>
    </org:Organization>
  </rdf:Description>
</rdf:RDF>

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:db="http://dbpedia.org/page/"
         xmlns:pii="http://purl.org/pii/terms/"
         xmlns:dct="http://purl.org/dc/terms/"
         xmlns:org="http://www.w3.org/ns/org#">
  <rdf:Description rdf:about="http://dbpedia.org/page/Map">
    <org:Organization>
      <rdf:Description rdf:about="http://dbpedia.org/page/Resource">
         <dct:title xml:lang="en">Bridge</dct:title>
         <dct:subject xml:lang="en">Bridge</dct:subject>
         <dct:subject xml:lang="en">Causeway</dct:subject>
         <dct:subject xml:lang="en">Overpass</dct:subject>
         <dct:subject xml:lang="en">Trestle</dct:subject>
         <org:Role>
          
            
           </rdf:Description>
         </org:Role>
         <org:purpose>
           Man made structure carrying a trail, road, or other transportation system across a body
           of water or depression (causeway, overpass, trestle).
         </org:purpose>
      </rdf:Description>
    </org:Organization>
  </rdf:Description>
</rdf:RDF>

--Gannon

[1] http://geonames.usgs.gov/pls/gnispublic/


      

Received on Thursday, 24 June 2010 03:15:38 UTC