<?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>Shawfactor &#187; Semantic</title>
	<atom:link href="http://shawfactor.com/tag/semantic/feed/" rel="self" type="application/rss+xml" />
	<link>http://shawfactor.com</link>
	<description>Believe in the power of the Factor</description>
	<lastBuildDate>Thu, 16 May 2013 14:55:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>LH RDF not just xml anymore</title>
		<link>http://shawfactor.com/?p=150667</link>
		<comments>http://shawfactor.com/2013/04/13/lh-rdf-not-just-xml-anymore/#comments</comments>
		<pubDate>Sat, 13 Apr 2013 09:13:49 +0000</pubDate>
		<dc:creator>shawfactor</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[LocalHero]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[RDF]]></category>
		<category><![CDATA[Semantic]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://shawfactor.com/?p=150667</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<p><a title="LH RDF" href="http://wordpress.org/extend/plugins/lh-rdf/">LH Rdf</a> is back!!</p>
<p>Yes development has started again and the first stop is to add additional formats to the output. Previously Lh Rdf only supported RDF-xml and has been designed almost exclusively around that. Therefore to add other formats I have bundled the <a href="http://www.easyrdf.org/">Easyrdf</a> library into the plugin. When the query string lhrdf is added to the feed URL the <a title="Easyrdf" href="http://www.easyrdf.org/">Easyrdf</a> parser is invoked to parse the rdf xml output string and the output is then available in various triple formats.</p>
<p><span id="more-150667"></span></p>
<p>See code extract:</p>
<p>$graph = new EasyRdf_Graph();<br />
$graph-&gt;parse($out,&#8221;rdfxml&#8221;);<br />
$data = $graph-&gt;serialise($_GET[lhrdf]);</p>
<p>The format chosen by value of the lhrdf variable E.G. <a href="http://localhero.biz/?feed=lhrdf&amp;lhrdf=json" rel="nofollow">http://localhero.biz/?feed=lhrdf&amp;lhrdf=json</a></p>
<p>As well as simply being cool, having an option to output JSON is the main benefit as the triples are now no longer imprisoned by the same domain policy.<span class="lh_ogp_share_span" data-lh_ogp_share_url="http://shawfactor.com/2013/04/13/lh-rdf-not-just-xml-anymore/"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://shawfactor.com/2013/04/13/lh-rdf-not-just-xml-anymore/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<br />
<b>Warning</b>:  call_user_func_array() expects parameter 1 to be a valid callback, function 'skos_the_category_rdf' not found or invalid function name in <b>/home/localher/shawfactor/wp-includes/plugin.php</b> on line <b>406</b><br />
	</item>
		<item>
		<title>Visualising RDF with Incontext</title>
		<link>http://shawfactor.com/?p=150423</link>
		<comments>http://shawfactor.com/2012/05/21/visualising-rdf-with-incontext/#comments</comments>
		<pubDate>Sun, 20 May 2012 15:16:19 +0000</pubDate>
		<dc:creator>shawfactor</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[LocalHero]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[RDF]]></category>
		<category><![CDATA[Semantic]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://shawfactor.com/?p=150423</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<p>Surfing around the internet I recently discovered <a href="http://surffoundation.nl">SURF</a>&#8216;s <a href="http://wiki.surffoundation.nl/display/vp/4.3+%27InContext%27+Visualiser">InContext Visualiser</a>, which I think is a neat way to visualise of RDF relationships, especially OAI-ORE aggregated publications</p>
<p><span id="more-150423"></span></p>
<p>I also discovered that people have already created a set of WordPress plugins (see: <a title="Semantic Words" href="http://ep-books.ehumanities.nl/">http://ep-books.ehumanities.nl/</a> ) to visualise books and other similar publications. However blogs do not fit into a book/chapter model.</p>
<p>However given there is already a schema for publishing <a title="SIOC Project" href="http://sioc-project.org/">blog data</a> and my <a title="lh rdf" href="http://wordpress.org/extend/plugins/lh-rdf/">lh-rdf</a> plugin already exposes most publicly available WordPress blog data as RDF using that format. It was an obvious next step to get the visualiser working with the LH RDF output. I have done so and hopefully you think the output is cool.</p>
<p><a title="Incontext example" href="http://shawfactor.com/visualiser-test/">http://shawfactor.com/visualiser-test/</a><span class="lh_ogp_share_span" data-lh_ogp_share_url="http://shawfactor.com/2012/05/21/visualising-rdf-with-incontext/"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://shawfactor.com/2012/05/21/visualising-rdf-with-incontext/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	<br />
<b>Warning</b>:  call_user_func_array() expects parameter 1 to be a valid callback, function 'skos_the_category_rdf' not found or invalid function name in <b>/home/localher/shawfactor/wp-includes/plugin.php</b> on line <b>406</b><br />
	</item>
		<item>
		<title>Introducing LH Tools</title>
		<link>http://shawfactor.com/?p=149975</link>
		<comments>http://shawfactor.com/2012/03/29/lh-tools-a-sparql-endpoint-for-wordpress/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 23:32:25 +0000</pubDate>
		<dc:creator>shawfactor</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[LocalHero]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[RDF]]></category>
		<category><![CDATA[Semantic]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://shawfactor.com/?p=149975</guid>
		<description><![CDATA[A RDF Store and SPARQL Endpoint for WP. ]]></description>
				<content:encoded><![CDATA[<p>Intoducing LH Tools.</p>
<p>LH Tools is a WordPress extension that adds an (<a title="Arc2" href="https://github.com/semsol/arc2">ARC-based</a>) RDF Store and SPARQL Endpoint to the WordPress blogging system. The store is kept separate from the WP tables (i.e. it&#8217;s not a wrapper), but you can use WP&#8217;s nice admin screens to configure it, it  and embed it using the large number of developer-friendly hooks that WP offers. It is based on the original work by <a title="RDF Tools" href="http://www.bnode.org/blog/2008/01/15/rdf-tools-an-rdf-store-for-wordpress">Ben Nowack</a>.<br />
<span id="more-149975"></span></p>
<p>If are interested you can read about it here: <a title="LH Tools info" href="http://localhero.biz/plugins/lh-tools/">http://localhero.biz/plugins/lh-tools/</a><br />
and download it here: <a title="LH Tools download" href="http://wordpress.org/extend/plugins/lh-tools/">http://wordpress.org/extend/plugins/lh-tools/</a>. And interrogate this sites local endpoint here:</p>
<p><a href="http://shawfactor.com/wp-content/plugins/lh-tools/">http://shawfactor.com/wp-content/plugins/lh-tools/</a></p>
<p>Whilst this can be used on a standalone basis, it is most useful when combined with the other LH (LocalHero) plugins:</p>
<p>LH RDF: <a href="http://localhero.biz/plugins/lh-rdf/">http://localhero.biz/plugins/lh-rdf/</a></p>
<p>Which exposes a large part of the WordPress data as sematic rdf content</p>
<p>and</p>
<p>LH Relationships: <a href="http://localhero.biz/plugins/lh-relationships/">http://localhero.biz/plugins/lh-relationships/</a></p>
<p>Which enables semantic linking between wordpress posts, pages, categories, and other objects. These three extensions used in combination enable a true semantic CMS and I&#8217;m curious what can be done now. I&#8217;ll add additional documentation and proof of concepts of what is possible in time.<span class="lh_ogp_share_span" data-lh_ogp_share_url="http://shawfactor.com/2012/03/29/lh-tools-a-sparql-endpoint-for-wordpress/"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://shawfactor.com/2012/03/29/lh-tools-a-sparql-endpoint-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<br />
<b>Warning</b>:  call_user_func_array() expects parameter 1 to be a valid callback, function 'skos_the_category_rdf' not found or invalid function name in <b>/home/localher/shawfactor/wp-includes/plugin.php</b> on line <b>406</b><br />
	</item>
		<item>
		<title>LH Relationships wordpress plugin</title>
		<link>http://shawfactor.com/?p=149716</link>
		<comments>http://shawfactor.com/2012/02/07/lh-relationships-wordpress-plugin/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 05:50:56 +0000</pubDate>
		<dc:creator>shawfactor</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[LocalHero]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[RDF]]></category>
		<category><![CDATA[Semantic]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://shawfactor.com/?p=149716</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<p>Intoducing LH Relationships.</p>
<p>LH Relationships is a WordPress plugin that enables the creation of true post to post relationships. More information for the rationale driving this is available <a href="http://shawfactor.com/2011/09/29/the-structural-weaknesses-of-wordpress/">here.</a> It was built as a core part of the <a href="http://localhero.biz/about/">LocalHero</a> project.</p>
<p><span id="more-149716"></span></p>
<p>If are interested you can read about it here: <a href="http://localhero.biz/plugins/lh-relationships/">http://localhero.biz/plugins/lh-relationships/</a><br />
and download it here: <a href="http://wordpress.org/extend/plugins/lh-relationships/">http://wordpress.org/extend/plugins/lh-relationships/</a>.<span class="lh_ogp_share_span" data-lh_ogp_share_url="http://shawfactor.com/2012/02/07/lh-relationships-wordpress-plugin/"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://shawfactor.com/2012/02/07/lh-relationships-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<br />
<b>Warning</b>:  call_user_func_array() expects parameter 1 to be a valid callback, function 'skos_the_category_rdf' not found or invalid function name in <b>/home/localher/shawfactor/wp-includes/plugin.php</b> on line <b>406</b><br />
	</item>
		<item>
		<title>The structural weaknesses of WordPress</title>
		<link>http://shawfactor.com/?p=149710</link>
		<comments>http://shawfactor.com/2011/09/29/the-structural-weaknesses-of-wordpress/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 04:17:26 +0000</pubDate>
		<dc:creator>shawfactor</dc:creator>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[RDF]]></category>
		<category><![CDATA[Semantic]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://shawfactor.com/?p=149710</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<p>WordPress is a great system for personal semantic publishing and is more than adequate for the vast the majority of websites. No other CMS can match it for simplicity, ease of use, breadth of plugins, and an active developer community.</p>
<p>However due to its blogging background it has one very substantial weakness. Namely there is no way of easily relating one post to another and detailing its realationship. Of course taxonomies can be used to group posts and provide some form of <a title="One solution" href="http://justintadlock.com/archives/2010/08/20/linking-terms-to-a-specific-post">relationship</a>. However this is not an elegant solution.<br />
<span id="more-149710"></span></p>
<p>This issue has been raised before by the WordPress development team <a title="Post to post relationships" href="http://core.trac.wordpress.org/ticket/14513">here</a>. Some use cases are outlined, however, I think the discussion (which is now closed) misses the elephant in the room, semantics. WordPress claims to be a semantic personal publishing platform but until it has the ability to seamlessly and elegantly relate one post to another it will be nothing more than a publishing platform, and until it then exposes those relationships in an unabiguous machine (and human) readable format it will never be truly part of the semantic web.</p>
<p>Frustrated at this weakness I am releasing a series of plugins that will truly RDF enable WordPress.</p>
<p>The first is <a href="http://localhero.biz/plugins/lh-rdf/">LH RDF</a>. LH-RDF is a wordpress plugin that automatically creates a SIOC compliant RDF feed of wordpress posts, categories, tags, and author ojects. It comes with embedded content negotiation thus properly exposing WordPress&#8217;s existing linked data to the semantic web.<span class="lh_ogp_share_span" data-lh_ogp_share_url="http://shawfactor.com/2011/09/29/the-structural-weaknesses-of-wordpress/"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://shawfactor.com/2011/09/29/the-structural-weaknesses-of-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<br />
<b>Warning</b>:  call_user_func_array() expects parameter 1 to be a valid callback, function 'skos_the_category_rdf' not found or invalid function name in <b>/home/localher/shawfactor/wp-includes/plugin.php</b> on line <b>406</b><br />
	</item>
		<item>
		<title>LH RDF wordpress plugin</title>
		<link>http://shawfactor.com/?p=118407</link>
		<comments>http://shawfactor.com/2011/09/19/lh-rdf-plugin/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 06:00:58 +0000</pubDate>
		<dc:creator>shawfactor</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Feeds]]></category>
		<category><![CDATA[GPL]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[RDF]]></category>
		<category><![CDATA[Semantic]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://shawfactor.com/?p=118407</guid>
		<description><![CDATA[Adds a SIOC compliant RDF feed to a WP site.]]></description>
				<content:encoded><![CDATA[<p>I have finally released the first WordPress plugin I have written as part of the <a href="http://localhero.biz">LocaHero</a> project. The plugin itself once installed adds a <a href="http://sioc-project.org/">SIOC</a> compliant RDF feed to a WordPress site.<br />
<span id="more-118407"></span><br />
The current RDF feed is deficient as it basically just rehashes the existing RSS feed as RDF XML. LH-RDF is an improvement as it exposes the internal post, author, and category objects as dereferencable URI thus publishing them in the semantic web.</p>
<p>Whilst this plugin is built on a standalone standalone it is built to work with and is enhanced by the <a href="http://localhero.biz/plugins/lh-relationships/">LH-Relationships</a> plugin. LH Relationships is a wordpress plugin that enables the creation of true semantic post to post relationships and when used in conjunction LH-RDF those triples will be published in the LH-RDF feed.</p>
<p>If are interested you can read about it here: <a href="http://localhero.biz/plugins/lh-rdf/">http://localhero.biz/plugins/lh-rdf/</a><br />
and download it here: <a href="http://wordpress.org/extend/plugins/lh-rdf/">http://wordpress.org/extend/plugins/lh-rdf/</a>.</p>
<p>&nbsp;<span class="lh_ogp_share_span" data-lh_ogp_share_url="http://shawfactor.com/2011/09/19/lh-rdf-plugin/"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://shawfactor.com/2011/09/19/lh-rdf-plugin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<br />
<b>Warning</b>:  call_user_func_array() expects parameter 1 to be a valid callback, function 'skos_the_category_rdf' not found or invalid function name in <b>/home/localher/shawfactor/wp-includes/plugin.php</b> on line <b>406</b><br />
	</item>
	</channel>
</rss>
