Re: Sodipodi flags 1.6

Cameron McCormack <[email protected]>
Newsgroups gmane.comp.graphics.sodipodi,gmane.comp.web.svg
Message-ID <[email protected]>
Bernhard Zwischenbrugger:
> I want to describe the world in XML.
> Something like a computer readable www.

RDF is the way of a computer readable www.  Though it may be slightly
wider than you want to consider, maybe you should think up an RDF schema
for country information.  You could have some RDF/XML that looked like:

  <rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:foaf="http://xmlns.com/foaf/0.1/"
    xmlns:ci="http://some.url/countryinfo-1.0#">

    <ci:Country>
      <ci:name>Australia</ci:name>
      <ci:countryCode>au</ci:countryCode>
      <dc:creator>
        <foaf:Person>
	  <foaf:name>Joe Bloggs</foaf:name>
	  <foaf:mbox rdf:resource="mailto:[email protected]"/>
	</foaf:Person>
      </dc:creator>
      <ci:flag rdf:resource="http://www.sodipodi.com/clipart/flags/australia.svg"/>
      <ci:hasTerritory>
        <ci:State>
	  <ci:name>Victoria</ci:name>
	  <ci:flag rdf:resource="http://www.sodipodi.com/clipart/flags/australia_victoria.svg"/>
	</ci:State>
	<!-- ... -->
      </ci:hasTerritory>
    </ci:Country>
    
    <!-- ... -->

  </rdf:RDF>

-- 
Cameron McCormack
|  Web: http://mcc.id.au/
|  ICQ: 26955922


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.