<?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; Examples</title>
	<atom:link href="http://www.oegov.us/blog/?cat=12&#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>&#8220;NIR&#8221; Examples in the Modeling of the Department of Homeland Security</title>
		<link>http://www.oegov.us/blog/?p=111</link>
		<comments>http://www.oegov.us/blog/?p=111#comments</comments>
		<pubDate>Wed, 22 Jul 2009 06:10:20 +0000</pubDate>
		<dc:creator>ralphtq</dc:creator>
				<category><![CDATA[Examples]]></category>
		<category><![CDATA[Name and Identifier Rules]]></category>
		<category><![CDATA[CG]]></category>
		<category><![CDATA[DHS]]></category>
		<category><![CDATA[FEMA]]></category>
		<category><![CDATA[NIR]]></category>
		<category><![CDATA[QName]]></category>
		<category><![CDATA[SS]]></category>

		<guid isPermaLink="false">http://www.oegov.us/blog/?p=111</guid>
		<description><![CDATA[The organizational structure of a government body (GB) is of a temporal nature. As such the rules for constructing the QName of a GB should consider whether or not to prefix the abbreviation of the GB with the parent GB. Take for example &#8220;FEMA&#8221; which became part of DHS in March of 2003. Because FEMA [...]]]></description>
			<content:encoded><![CDATA[<p>The organizational structure of a government body (GB) is of a temporal nature. As such the rules for constructing the QName of a GB should consider whether or not to prefix the abbreviation of the GB with the parent GB. </p>
<p>Take for example &#8220;FEMA&#8221; which became part of DHS in March of 2003. Because FEMA is a &#8220;well-known acronym&#8221;, the QName is &#8220;usgov:FEMA&#8221; as opposed to &#8220;usgov:DHS-FEMA&#8221;.  &#8220;Coast Guard (CG)&#8221; and &#8220;Secret Service (SS)&#8221; are other examples where the prefix is not used. Other sub-organizations that are not so well-known, carry the &#8220;DHS-&#8221; prefix, for example &#8220;usgov:DHS-ICE&#8221; and &#8220;usgov:DHS-CBP&#8221;.</p>
<p>Such considerations on forming QNames are governed by &#8220;Name and Identifier Rules (NIR)&#8221; &#8211;  the importance of which, was first appreciated in our Ontology Modeling of the NASA Constellation Program.</p>
<p>An N3 snippet of the DHS is included below:</p>
<pre>
usgov:DHS
      a       gov:CivilAgency , gov:ExecutiveAgency ;
      rdfs:label "Department of Homeland Security (DHS)"^^xsd:string ;
      dc:description "Homeland Security leverages resources within federal, state, and local governments, coordinating the transition of multiple agencies and programs into a single, integrated agency focused on protecting the American people and their homeland. More than 87,000 different governmental jurisdictions at the federal, state, and local level have homeland security responsibilities. The comprehensive national strategy seeks to develop a complementary system connecting all levels of government without duplicating effort. Homeland Security is truly a 'national mission'."^^xsd:string ;
      gc:url  "http://www.dhs.gov"^^xsd:anyURI ;
      gov:adminstration usgov:TSA ;
      gov:agency usgov:CG , usgov:SS , usgov:FEMA ;
      gov:center usgov:FLETC ;
      gov:committee usgov:HSSTAC , usgov:DHS-TFNA ;
      gov:council usgov:DHS-HSAC , usgov:DHS-NIAC , usgov:CIPAC , usgov:DHS-ICCEPID ;
      gov:department usgov:DHS-ICE , usgov:DHS-CBP ;
      gov:directorate usgov:DHS-DNPP , usgov:DHS-DST , usgov:DHS-DM ;
      gov:mission "The Department of Homeland Security’s overriding and urgent mission is to lead the unified national effort to secure the country and preserve our freedoms. While the Department was created to secure our country against those who seek to disrupt the American way of life, our charter also includes preparation for and response to all hazards and disasters. The citizens of the United States must have the utmost confidence that the Department can execute both of these missions."^^xsd:string ;
      gov:office usgov:DHS-PO , usgov:DHS-ESEC , usgov:DHS-OGC , usgov:DHS-OP , usgov:DHS-OIG , usgov:DHS-OHA , usgov:DHS-OLA , usgov:DHS-OIA , usgov:DHS-OCRCL , usgov:DHS-CISO , usgov:DHS-OPA , usgov:DHS-OS , usgov:DHS-MAO , usgov:DHS-CNE , usgov:DHS-OOC ;
      gov:reportsTo usgov:EOP ;
      gov:service usgov:CIS ;
      gov:suborganization usgov:DHS-CBP .
</pre>
<p>In order to &#8220;keep things simple&#8221;, currently the relationships between government bodies do not capture the temporal aspect of relationships. A future blog post would be interesting on ways of expressing temporal qualification.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oegov.us/blog/?feed=rss2&amp;p=111</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Modeling the White House in OWL</title>
		<link>http://www.oegov.us/blog/?p=75</link>
		<comments>http://www.oegov.us/blog/?p=75#comments</comments>
		<pubDate>Tue, 21 Jul 2009 09:13:25 +0000</pubDate>
		<dc:creator>ralphtq</dc:creator>
				<category><![CDATA[Examples]]></category>
		<category><![CDATA[White House]]></category>

		<guid isPermaLink="false">http://www.oegov.us/blog/?p=75</guid>
		<description><![CDATA[This evening it was time to re-visit the White House and re-factor it into it&#8217;s own OWL Dataset. I thought it would be of interest to use the White House as an example of a resource having multiple types. Initially I had modeled the White House simply as the Presidential Residence but on further modeling [...]]]></description>
			<content:encoded><![CDATA[<p>This evening it was time to re-visit the White House and re-factor it into it&#8217;s own OWL Dataset. I thought it would be of interest to use the White House as an example of a resource having multiple types.</p>
<p>Initially I had modeled the White House simply as the Presidential Residence but on further modeling I had to make it also an Office of Government.  Using <a href="http://www.w3.org/DesignIssues/Notation3.html">N3</a> Format, this is expressed in OWL as follows:</p>
<pre>
usgov:WH
      a       gov:PresidentialResidence , gov:Office ;
      rdfs:label "White House"^^xsd:string ;
      dc:description "The White House is the official residence of the President of the United States, recognized worldwide as a symbol of the prestige of the presidency. Built between 1792 and 1800, the sprawling 132-room mansion has been used as a home by every President since John Adams."^^xsd:string ;
      gc:url  "http://www.whitehouse.gov/"^^xsd:anyURI ;
      gov:commision usgov:WH-CNMR , usgov:WH-CPS ;
      gov:council usgov:WH-CEQ , usgov:WH-CEA ;
      gov:reportsTo usgov:US-Government ;
      gov:suborganization usgov:WH-FBCIO , usgov:WH-ONAP , usgov:WH-CEQ , usgov:WH-DPC ,
                                       usgov:WH-OA , usgov:WH-NSC , usgov:WH-CNMR , usgov:WH-NEC ,
                                       usgov:WH-CEA , usgov:WH-CPS ;
      =       &lt;http://dbpedia.org/resource/White_House&gt;
</pre>
<p>Note:</p>
<ol>
<li>Multiple types are expressed in N3 as a comma separated list of classes;</li>
<li>Sub-organizations of a government body are named using a hyphenated phrase, For example: &#8216;WH-ONAP&#8217;;</li>
<li>Where known, sub-organizations are specialized as &#8216;councils&#8217; and &#8216;commissions&#8217;;</li>
<li>a dbpedia <a href="http://dbpedia.org/resource/White_House">link</a> has been provided with an &#8216;owl:sameAs&#8217; construct expressed in N3 as an &#8220;=&#8221; statement.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.oegov.us/blog/?feed=rss2&amp;p=75</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
