<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>oeGOV &#187; Schema</title>
	<atom:link href="http://www.oegov.us/blog/?cat=15&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.oegov.us/blog</link>
	<description>Ontologies for e-Government</description>
	<lastBuildDate>Sat, 15 May 2010 01:17:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>oegov.n3</title>
		<link>http://www.oegov.us/blog/?p=34</link>
		<comments>http://www.oegov.us/blog/?p=34#comments</comments>
		<pubDate>Thu, 25 Jun 2009 05:15:20 +0000</pubDate>
		<dc:creator>ralphtq</dc:creator>
				<category><![CDATA[Schema]]></category>
		<category><![CDATA[oegov]]></category>

		<guid isPermaLink="false">http://www.oegov.us/blog/?p=34</guid>
		<description><![CDATA[The following Ontologies make up the oeGOV Schemas. oeGOV.n3 is the main schema of the oeGOV Ontologies. Schema Description Details cc Creative Commons (in RDF) Namespace URI: http://creativecommons.org/schema.rdf RDF Format: http://creativecommons.org/schema.rdf Dependencies: none dc Dublin Core Namespace URI: http://purl.org/dc/elements/1.1/ Dependencies: none gc Government Core Namespace URI: http://www.oegov.org/democracy/core/models/owl/gc# N3 Format: gc.n3 RDF/OWL Format: gc.owl Dependencies: cc, [...]]]></description>
			<content:encoded><![CDATA[<p>The following Ontologies make up the oeGOV Schemas. oeGOV.n3 is the main schema of the oeGOV Ontologies.</p>
<table>
<tr>
<th>Schema</th>
<th>Description</th>
<th>Details</th>
</tr>
<tr>
<td><a href="http://creativecommons.org/schema.rdf">cc</a></td>
<td>Creative Commons (in RDF)</td>
<td>
<p><strong>Namespace URI</strong>: <a href="http://creativecommons.org/schema.rdf">http://creativecommons.org/schema.rdf</a></p>
<p><strong>RDF Format</strong>: <a href="http://creativecommons.org/schema.rdf">http://creativecommons.org/schema.rdf</a></p>
<p><strong>Dependencies</strong>: none</P>
     </td>
</tr>
<tr>
<td><a href="http://purl.org/dc/elements/1.1/">dc</a></td>
<td>Dublin Core</td>
<td>
<p><strong>Namespace URI</strong>: <a href="http://purl.org/dc/elements/1.1/">http://purl.org/dc/elements/1.1/</a></p>
<p><strong>Dependencies</strong>: none</P>
     </td>
</tr>
<tr>
<td><a href="http://www.oegov.org/democracy/core/models/owl/gc">gc</a></td>
<td>Government Core</td>
<td>
<p><strong>Namespace URI</strong>: <a href="http://www.oegov.org/democracy/core/models/owl/gc">http://www.oegov.org/democracy/core/models/owl/gc#</a></p>
<p><strong>N3 Format</strong>: <a href="http://www.oegov.org/democracy/core/models/owl/gc.n3">gc.n3</a></p>
<p><strong>RDF/OWL Format</strong>: <a href="http://www.oegov.org/democracy/core/models/owl/gc.owl">gc.owl</a></p>
<p><strong>Dependencies</strong>: cc, dc</P>
      </td>
</tr>
<tr>
<td><a href="http://www.oegov.org/democracy/core/models/owl/gov">gov</a></td>
<td>Democracy Ontology</td>
<td>
<p><strong>Namespace URI</strong>: <a href="http://www.oegov.org/democracy/core/models/owl/gov">http://www.oegov.org/democracy/core/models/owl/gov#</a></p>
<p><strong>N3 Format</strong>:<a href="http://www.oegov.org/democracy/core/models/owl/oegov.n3">oegov.n3</a></p>
<p><strong>RDF/OWL Format</strong>: <a href="http://www.oegov.org/democracy/core/models/owl/oegov.owl">oegov.owl</a></p>
<p><strong>Dependencies</strong>: cc, dc, gc</P>
     </td>
</tr>
</table>
<p>For a full calalog of ontologies go <a href="http://www.oegov.us/blog/?page_id=13">here</a>.</p>
<p>The following are N3 fragments of the model.</p>
<h4>owl:Ontology</h4>
<p><font size=7>
<pre>
&lt;http://www.oegov.org/models/owl/gov.owl&gt;
  a       owl:Ontology ;
  dc:creator "Ralph Hodgson"^^xsd:string ;
  dc:date "$Date: 2009-06-22 21:20:13 -0700 (Mon, 22 Jun 2009) $"^^xsd:string ;
  dc:description "An ontology of a democratic Government modeled after the US."^^xsd:string ;
  dc:rights "Creative Commons Attribution 3.0 United States License"^^xsd:string ;
  dc:title "oeGOV Ontology"^^xsd:string ;
  gov:image "http://i.creativecommons.org/l/by/3.0/us/88x31.png" ;
  gov:revision "$Revision: 1154 $"^^xsd:string ;
  owl:imports dc: ;
  owl:versionInfo "$Id: oegov.n3 1154 2009-06-23 04:20:13Z RalphHodgson $"^^xsd:string .
</pre>
<p></font></p>
<h4>gov:Body</h4>
<p><font size=7>
<pre>
gov:Body
      a       owl:Class ;
      rdfs:label "Body"^^xsd:string ;
      rdfs:subClassOf owl:Thing ;
      rdfs:subClassOf
              [ a       owl:Restriction ;
                owl:allValuesFrom gov:Body ;
                owl:onProperty gov:reportsTo
              ] ;
      rdfs:subClassOf
              [ a       owl:Restriction ;
                owl:cardinality "1"^^xsd:int ;
                owl:onProperty gov:reportsTo
              ] ;
      rdfs:subClassOf
              [ a       owl:Restriction ;
                owl:allValuesFrom gov:Directorate ;
                owl:onProperty gov:directorate
              ] ;
      rdfs:subClassOf
              [ a       owl:Restriction ;
                owl:allValuesFrom gov:Partnership ;
                owl:onProperty gov:partnerOf
              ] ;
      rdfs:subClassOf
              [ a       owl:Restriction ;
                owl:allValuesFrom gov:Center ;
                owl:onProperty gov:center
              ] ;
      rdfs:subClassOf
              [ a       owl:Restriction ;
                owl:maxCardinality "1"^^xsd:int ;
                owl:onProperty gov:mission
              ] ;
      rdfs:subClassOf
              [ a       owl:Restriction ;
                owl:maxCardinality "1"^^xsd:int ;
                owl:onProperty gov:creationDate
              ] ;
      rdfs:subClassOf
              [ a       owl:Restriction ;
                owl:maxCardinality "1"^^xsd:int ;
                owl:onProperty gov:url
              ] ;
      rdfs:subClassOf
              [ a       owl:Restriction ;
                owl:allValuesFrom gov:Office ;
                owl:onProperty gov:office
              ] ;
      rdfs:subClassOf
              [ a       owl:Restriction ;
                owl:allValuesFrom gov:Body ;
                owl:onProperty gov:suborganization
              ] ;
      rdfs:subClassOf
              [ a       owl:Restriction ;
                owl:maxCardinality "1"^^xsd:int ;
                owl:onProperty dc:description
              ] ;
      rdfs:subClassOf
              [ a       owl:Restriction ;
                owl:allValuesFrom gov:Service ;
                owl:onProperty gov:service
              ] ;
      rdfs:subClassOf
              [ a       owl:Restriction ;
                owl:maxCardinality "1"^^xsd:int ;
                owl:onProperty gov:cessationDate
              ] ;
      rdfs:subClassOf
              [ a       owl:Restriction ;
                owl:allValuesFrom gov:Administration ;
                owl:onProperty gov:adminstration
              ] .
</pre>
<p></font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oegov.us/blog/?feed=rss2&amp;p=34</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
