<?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>The Semantic Puzzle &#187; N3</title>
	<atom:link href="http://blog.semantic-web.at/tag/n3/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.semantic-web.at</link>
	<description>Open World Assumptions</description>
	<lastBuildDate>Sat, 17 Jul 2010 11:42:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Web of Data Practitioners Days, 1st Session: Tweaking Turtles [WOD-PD]</title>
		<link>http://blog.semantic-web.at/2008/10/22/web-of-data-practitioners-days-1st-session-tweaking-turtles/</link>
		<comments>http://blog.semantic-web.at/2008/10/22/web-of-data-practitioners-days-1st-session-tweaking-turtles/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 08:19:20 +0000</pubDate>
		<dc:creator>Jana Herwig</dc:creator>
				<category><![CDATA[Conferences & Events]]></category>
		<category><![CDATA[Linked Data & Open Data]]></category>
		<category><![CDATA[Keith Alexander]]></category>
		<category><![CDATA[N3]]></category>
		<category><![CDATA[Turtle]]></category>
		<category><![CDATA[Web of Data]]></category>
		<category><![CDATA[Web of Data Practitioners Days]]></category>
		<category><![CDATA[WOD-PD]]></category>
		<category><![CDATA[Yves Raimond]]></category>

		<guid isPermaLink="false">http://blog.semantic-web.at/?p=314</guid>
		<description><![CDATA[Good morning from Vienna:) The Web of Data Practitioners Days really kicked off with a bang today &#8211; with Michael Hausenblas doing a strip! Only to expose the Semantic Web t-shirt he wore underneath his smart suit and tie, of course, but he really got the attention of attendees at 9:15 in the morning:)
First session [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p>Good morning from Vienna:) <a href="http://webofdata.info">The Web of Data Practitioners Days</a> really kicked off with a bang today &#8211; with <a href="http://sw-app.org/mic.xhtml">Michael Hausenblas</a> doing a strip! Only to expose the Semantic Web t-shirt he wore underneath his smart suit and tie, of course, but he really got the attention of attendees at 9:15 in the morning:)</p>
<p>First session &#8211; <a href="http://webofdata.info/sessions/#session1">Web of Data 101</a> by <a href="http://moustaki.org/">Yves Raimond</a> and <a href="http://kwijibo.talis.com">Keith Alexander</a> &#8211; explained the implications of the move from a Web of Documents to a Web of Data: With the Semantic Web architecture, data can be made explicit on the web. Data here means not only data contained in documents, but data describing persons, cities, bands, events, finally arriving at the &#8220;Web of Things&#8221; (see also this<a href="http://www.w3.org/2007/Talks/0926-dsr-WDC/slides.pdf "> presentation by Dave Raggett</a>, W3C, &#8211; PDF 2,7 MB). The Web of Data wouldn&#8217;t be a Web if the data weren&#8217;t interlinked &#8211; here is an overview of the principles of Linked Data:</p>
<ul>
<li>always use <a href="http://en.wikipedia.org/wiki/Uniform_Resource_Identifier">URIs</a> as names for things</li>
<li>more specifically, use <a href="http://en.wikipedia.org/wiki/Uniform_Resource_Identifier#Technical_view">HTTP URIs</a> so that people can look up those names on the web</li>
<li>when someone looks up an URI, provide useful RDF information (<a href="http://en.wikipedia.org/wiki/Resource_Description_Framework">RDF</a> is the data model used for data on the web of data)</li>
<li>include RDF statements that link to other URI (otherwise it wouldn&#8217;t be a web).</li>
</ul>
<p>Please also watch out for what is already happening and is going to happen in the future on <a href="http://www.bbc.co.uk/music/beta">www.bbc.co.uk/music/beta</a>. This beta site is powered by <a href="http://musicbrainz.org/">MusicBrainz</a>, the open content music database that is also part of the <a href="http://richard.cyganiak.de/2007/10/lod/">Linked Data cloud</a>. Yves is collaborating with the BBC in the <a href="http://www.bbc.co.uk/ontologies/programmes/2008-02-28.shtml">Programmes ontology</a> project, the aim of which is to provide a simple vocabulary for describing programmes.</p>
<p>Yves&#8217; intro was followed by a Turtle hacking session led by Keith Alexander. <a href="http://en.wikipedia.org/wiki/Resource_Description_Framework">Turtle </a> is a serialisation format for RDF, i.e. a format in which you can write RDF statements. The Turtle session is documented <a href="http://kwijibo.talis.com/wod-pd.html">here on Keith&#8217;s Talis website</a>. Even though I copied and pasted most of the code, I didn&#8217;t manage to produce a piece of valid code in N3 right away (i.e. not valid according to <a href="http://www.rdfabout.com/demo/validator">this validator</a>). It only worked after I had removed the statements about who I know or what I am interested in &#8211; without these connections, what remains is a bit boring, I guess. But <a href="http://api.talis.com/stores/wod-pd-sandbox/items/People/JanaHerwig">this looks like</a> I managed to post at least something to the test store! </p>
<p>EDIT: Problem was that I had terminated the statements to soon, with a dot where a semicolon should have been; the demo didn&#8217;t allow me to overwrite the first post to the store, but here is my FOAF self-description in Turtle:</p>
<p>@prefix foaf:&lt;http://xmlns.com/foaf/0.1/&gt; .<br />
@prefix owl:&lt;http://www.w3.org/2002/07/owl#&gt; .<br />
@prefix people:&lt;http://api.talis.com/stores/wod-pd-sandbox/items/People/&gt; .</p>
<p>people:JanaHerwig a foaf:Person ;<br />
				foaf:name &#8220;Jana Herwig&#8221; ;<br />
				foaf:nick &#8220;digiom&#8221; ;<br />
				foaf:homepage &lt;http://digiom.wordpress.com&gt; ;<br />
				owl:sameAs &lt;http://dbtune.org/last-fm/jezobeljones&gt; ;<br />
				foaf:knows people:MichaelHausenblas, people:YvesRaimond, people:WolfgangHalb ;<br />
				foaf:topic_interest &lt;http://dbpedia.org/resource/Semantic_Web&gt;, &lt;http://dbpedia.org/resource/Web&gt;, &lt;http://dbpedia.org/resource/Popular_Culture&gt;, &lt;http://dbpedia.org/resource/Lolcat&gt;.</p>
<p>Achieved with zero Semantic coding skills &#8211; the Web of Data cannot be so hard to achieve:)</p>
<p>EDIT: Did do the update, too &#8211; just posted my first SPARQL query <a href="http://api.talis.com/stores/wod-pd-sandbox/services/sparql">to this endpoint</a>. Are the results going to be <a href="http://api.talis.com/stores/wod-pd-sandbox/services/sparql?query=PREFIX+rdf%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E%0D%0APREFIX+rdfs%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23%3E%0D%0APREFIX+people%3A+%3Chttp%3A%2F%2Fapi.talis.com%2Fstores%2Fwod-pd-sandbox%2Fitems%2FPeople%2F%3E%0D%0ADESCRIBE+people%3AJanaHerwig">preserved in this link</a>? Here is the query &#8220;by foot&#8221;:</p>
<p>PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br />
PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;<br />
PREFIX people: &lt;http://api.talis.com/stores/wod-pd-sandbox/items/People/&gt;<br />
DESCRIBE people:JanaHerwig</p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://blog.semantic-web.at/2008/10/22/web-of-data-practitioners-days-1st-session-tweaking-turtles/')" href="http://www.sphere.com/search?q=sphereit:http://blog.semantic-web.at/2008/10/22/web-of-data-practitioners-days-1st-session-tweaking-turtles/">Sphere: Related Content</a></span><br/><br/>]]></content:encoded>
			<wfw:commentRss>http://blog.semantic-web.at/2008/10/22/web-of-data-practitioners-days-1st-session-tweaking-turtles/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
