<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: oeGov Foundation Ontologies on the way to becoming International</title>
	<atom:link href="http://www.oegov.us/blog/?feed=rss2&#038;p=234" rel="self" type="application/rss+xml" />
	<link>http://www.oegov.us/blog/?p=234</link>
	<description>Ontologies for e-Government</description>
	<lastBuildDate>Sat, 15 May 2010 01:15:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: ralphtq</title>
		<link>http://www.oegov.us/blog/?p=234&#038;cpage=1#comment-10</link>
		<dc:creator>ralphtq</dc:creator>
		<pubDate>Thu, 20 Aug 2009 19:22:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.oegov.us/blog/?p=234#comment-10</guid>
		<description>oe1gov is now importing geopolitical at http://aims.fao.org/aos/geopolitical.owl instead of http://www.w3.org/Consortium/Offices/Presentations/RDFTutorial/rdfs/Countries.owl

Thanks Dan</description>
		<content:encoded><![CDATA[<p>oe1gov is now importing geopolitical at <a href="http://aims.fao.org/aos/geopolitical.owl" rel="nofollow">http://aims.fao.org/aos/geopolitical.owl</a> instead of <a href="http://www.w3.org/Consortium/Offices/Presentations/RDFTutorial/rdfs/Countries.owl" rel="nofollow">http://www.w3.org/Consortium/Offices/Presentations/RDFTutorial/rdfs/Countries.owl</a></p>
<p>Thanks Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ralphtq</title>
		<link>http://www.oegov.us/blog/?p=234&#038;cpage=1#comment-9</link>
		<dc:creator>ralphtq</dc:creator>
		<pubDate>Thu, 20 Aug 2009 17:00:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.oegov.us/blog/?p=234#comment-9</guid>
		<description>Thanks Dan, I found the W3C Countries ontology at http://www.w3.org/Consortium/Offices/Presentations/RDFTutorial/rdfs/Countries.owl. I was hoping for a more &quot;accredited&quot; URI but this is all I could find. It does have some coverage of territories. I make an import of this ontology in the oe1gov named graph:

&lt;pre&gt;

&lt;http://www.oegov.org/core/owl/oe1gov&gt;
      a       owl:Ontology ;
      cc:attributionName &quot;TopQuadrant, Inc.&quot;^^xsd:string ;
      cc:attributionURL &quot;http://www.topquadrant.com&quot;^^xsd:anyURI ;
      cc:license &lt;http://www.oegov.org/core/owl/gc#CreativeCommonsAttributionShareAlike3.0_UnitedStatesLicense&gt; ;
      dc:creator &quot;Ralph Hodgson&quot;^^xsd:string ;
      dc:date &quot;$Date: 2009-08-19 17:37:03 -0700 (Wed, 19 Aug 2009) $&quot;^^xsd:string ;
      dc:description &quot;An ontology of a democratic Government.&quot;^^xsd:string ;
      dc:rights &quot;Creative Commons Attribution-Share Alike 3.0 United States License&quot;^^xsd:string ;
      dc:title &quot;oe1gov Ontology&quot;^^xsd:string ;
      cc:attributedSource gc:TopQuadrantAttribution ;
      gc:revision &quot;$Revision: 1347 $&quot;^^xsd:string ;
      owl:imports dc: , 
                  &lt;http://creativecommons.org/schema.rdf&gt; , 
                  &lt;http://www.w3.org/Consortium/Offices/Presentations/RDFTutorial/rdfs/Countries.owl&gt; , 
                  &lt;http://www.oegov.org/core/owl/gc&gt; ;
      owl:versionInfo &quot;$Id: oe1gov.n3 1347 2009-08-20 00:37:03Z RalphHodgson $&quot;^^xsd:string .
&lt;/pre&gt;

I will look at the FAO work. Thanks for the input. BTW I know some of the people at FAO in Rome.

Ralph</description>
		<content:encoded><![CDATA[<p>Thanks Dan, I found the W3C Countries ontology at <a href="http://www.w3.org/Consortium/Offices/Presentations/RDFTutorial/rdfs/Countries.owl" rel="nofollow">http://www.w3.org/Consortium/Offices/Presentations/RDFTutorial/rdfs/Countries.owl</a>. I was hoping for a more &#8220;accredited&#8221; URI but this is all I could find. It does have some coverage of territories. I make an import of this ontology in the oe1gov named graph:</p>
<pre>

&lt;http://www.oegov.org/core/owl/oe1gov&gt;
      a       owl:Ontology ;
      cc:attributionName "TopQuadrant, Inc."^^xsd:string ;
      cc:attributionURL "http://www.topquadrant.com"^^xsd:anyURI ;
      cc:license &lt;http://www.oegov.org/core/owl/gc#CreativeCommonsAttributionShareAlike3.0_UnitedStatesLicense&gt; ;
      dc:creator "Ralph Hodgson"^^xsd:string ;
      dc:date "$Date: 2009-08-19 17:37:03 -0700 (Wed, 19 Aug 2009) $"^^xsd:string ;
      dc:description "An ontology of a democratic Government."^^xsd:string ;
      dc:rights "Creative Commons Attribution-Share Alike 3.0 United States License"^^xsd:string ;
      dc:title "oe1gov Ontology"^^xsd:string ;
      cc:attributedSource gc:TopQuadrantAttribution ;
      gc:revision "$Revision: 1347 $"^^xsd:string ;
      owl:imports dc: ,
                  &lt;http://creativecommons.org/schema.rdf&gt; ,
                  &lt;http://www.w3.org/Consortium/Offices/Presentations/RDFTutorial/rdfs/Countries.owl&gt; ,
                  &lt;http://www.oegov.org/core/owl/gc&gt; ;
      owl:versionInfo "$Id: oe1gov.n3 1347 2009-08-20 00:37:03Z RalphHodgson $"^^xsd:string .
</pre>
<p>I will look at the FAO work. Thanks for the input. BTW I know some of the people at FAO in Rome.</p>
<p>Ralph</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Brickley</title>
		<link>http://www.oegov.us/blog/?p=234&#038;cpage=1#comment-8</link>
		<dc:creator>Dan Brickley</dc:creator>
		<pubDate>Thu, 20 Aug 2009 08:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.oegov.us/blog/?p=234#comment-8</guid>
		<description>This looks like great work! But I&#039;m puzzled by the mention of a W3C Countries Ontology, and searching didn&#039;t help: &quot;Information No results found for &quot;w3c countries ontology&quot;. Could you say a bit more about this? 

In particular, with countries, there are always tricky issues with disputed territories, historical changes etc. I&#039;m interested to see how you handle these.

You might also take a look at FAO&#039;s geopolitical ontology - http://www.fao.org/countryProfiles/geoinfo.asp?lang=en</description>
		<content:encoded><![CDATA[<p>This looks like great work! But I&#8217;m puzzled by the mention of a W3C Countries Ontology, and searching didn&#8217;t help: &#8220;Information No results found for &#8220;w3c countries ontology&#8221;. Could you say a bit more about this? </p>
<p>In particular, with countries, there are always tricky issues with disputed territories, historical changes etc. I&#8217;m interested to see how you handle these.</p>
<p>You might also take a look at FAO&#8217;s geopolitical ontology &#8211; <a href="http://www.fao.org/countryProfiles/geoinfo.asp?lang=en" rel="nofollow">http://www.fao.org/countryProfiles/geoinfo.asp?lang=en</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
