<?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: Amazon EC2: My 131 cents</title>
	<atom:link href="http://danbri.org/words/2008/01/01/239/feed" rel="self" type="application/rss+xml" />
	<link>http://danbri.org/words/2008/01/01/239</link>
	<description>the web, the world, us, you and them</description>
	<lastBuildDate>Thu, 11 Mar 2010 21:48:30 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kidehen</title>
		<link>http://danbri.org/words/2008/01/01/239/comment-page-1#comment-13348</link>
		<dc:creator>kidehen</dc:creator>
		<pubDate>Wed, 02 Jan 2008 17:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://danbri.org/words/2008/01/01/239#comment-13348</guid>
		<description>Dan,

To get the latest Virtuoso instance and associated updates for ODS at any given time you can do:

1. ssh or slogin to EC2 instance
2. type: yum update

This will stop, upgrade, and then restart the Virtuoso Server.

Backup and Restore is also available (in automated fashion).</description>
		<content:encoded><![CDATA[<p>Dan,</p>
<p>To get the latest Virtuoso instance and associated updates for ODS at any given time you can do:</p>
<p>1. ssh or slogin to EC2 instance<br />
2. type: yum update</p>
<p>This will stop, upgrade, and then restart the Virtuoso Server.</p>
<p>Backup and Restore is also available (in automated fashion).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kidehen</title>
		<link>http://danbri.org/words/2008/01/01/239/comment-page-1#comment-13347</link>
		<dc:creator>kidehen</dc:creator>
		<pubDate>Wed, 02 Jan 2008 17:05:39 +0000</pubDate>
		<guid isPermaLink="false">http://danbri.org/words/2008/01/01/239#comment-13347</guid>
		<description>Dan,

Endpoint for your EC2 ODS instance is:
http://[your-ec2-cname]/ods
or
http://[your-ec2-cname]/ods/index.html (new UI)</description>
		<content:encoded><![CDATA[<p>Dan,</p>
<p>Endpoint for your EC2 ODS instance is:<br />
<a href="http://your-ec2-cname/ods" rel="nofollow">http://your-ec2-cname/ods</a><br />
or<br />
<a href="http://your-ec2-cname/ods/index.html" rel="nofollow">http://your-ec2-cname/ods/index.html</a> (new UI)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kidehen</title>
		<link>http://danbri.org/words/2008/01/01/239/comment-page-1#comment-13346</link>
		<dc:creator>kidehen</dc:creator>
		<pubDate>Wed, 02 Jan 2008 17:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://danbri.org/words/2008/01/01/239#comment-13346</guid>
		<description>Dan,

ODS Generated Personal URI: http://[your-ec2-cname]/dataspace/person/[your-ods-id]#this

FOAF File: http://[your-ec2-cname]/dataspace/person/[your-ods-id]

SIOC File:
http://[your-ec2-cname]/dataspace/[your-ods-id]

Kingsley</description>
		<content:encoded><![CDATA[<p>Dan,</p>
<p>ODS Generated Personal URI: <a href="http://your-ec2-cname/dataspace/person/your-ods-id#this" rel="nofollow">http://your-ec2-cname/dataspace/person/your-ods-id#this</a></p>
<p>FOAF File: <a href="http://your-ec2-cname/dataspace/person/your-ods-id" rel="nofollow">http://your-ec2-cname/dataspace/person/your-ods-id</a></p>
<p>SIOC File:<br />
<a href="http://your-ec2-cname/dataspace/your-ods-id" rel="nofollow">http://your-ec2-cname/dataspace/your-ods-id</a></p>
<p>Kingsley</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kidehen</title>
		<link>http://danbri.org/words/2008/01/01/239/comment-page-1#comment-13345</link>
		<dc:creator>kidehen</dc:creator>
		<pubDate>Wed, 02 Jan 2008 17:02:40 +0000</pubDate>
		<guid isPermaLink="false">http://danbri.org/words/2008/01/01/239#comment-13345</guid>
		<description>Dan,

The EC2 we&#039;ve release is a combination of Virtuoso (DB Server for SQL, XML, RDF) and OpenLink Data Spaces (a Linked Data Junction Box in the clouds). We currently refer to the instance as the Virtuoso Data Space server etc..

Some quick usage tips (I&#039;ll write something about this is a post later):

1. /ods is the endpoint for the ODS UI, just register and you have an account etc..
2. Instantiate the Feeds App. instance and then simply import something like &quot;planetrdf.com&quot; and a few other feed sources

The above is a simple demonstration of an effective path to a Personal Linked Data Web URI of the form:
http:///dataspace/person/#this

The FOAF File URI (*this also doubles as your OpenID URI): http:///dataspace/person/

Your Entire Data Space is accessible via this  SIOC file URI:
http:///dataspace/

As you import/link data from existing Web 1.0 and 2.0 data sources the graph exposed by your personal URI simply increases in linked data density.</description>
		<content:encoded><![CDATA[<p>Dan,</p>
<p>The EC2 we&#8217;ve release is a combination of Virtuoso (DB Server for SQL, XML, RDF) and OpenLink Data Spaces (a Linked Data Junction Box in the clouds). We currently refer to the instance as the Virtuoso Data Space server etc..</p>
<p>Some quick usage tips (I&#8217;ll write something about this is a post later):</p>
<p>1. /ods is the endpoint for the ODS UI, just register and you have an account etc..<br />
2. Instantiate the Feeds App. instance and then simply import something like &#8220;planetrdf.com&#8221; and a few other feed sources</p>
<p>The above is a simple demonstration of an effective path to a Personal Linked Data Web URI of the form:<br />
<a href="http:///dataspace/person/#this" rel="nofollow">http:///dataspace/person/#this</a></p>
<p>The FOAF File URI (*this also doubles as your OpenID URI): <a href="http:///dataspace/person/" rel="nofollow">http:///dataspace/person/</a></p>
<p>Your Entire Data Space is accessible via this  SIOC file URI:<br />
<a href="http:///dataspace/" rel="nofollow">http:///dataspace/</a></p>
<p>As you import/link data from existing Web 1.0 and 2.0 data sources the graph exposed by your personal URI simply increases in linked data density.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
