<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="https://shawfactor.com/wp-content/plugins/lh-private-feeds/xsl/template.xsl"?><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/"
	xmlns:georss="http://www.georss.org/georss" >

<channel>
	<title>WordPress &#8211; Shawfactor</title>
	<atom:link href="https://shawfactor.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>https://shawfactor.com</link>
	<description>Believe in the power of the factor</description>
	<lastBuildDate>Fri, 16 Jul 2021 07:05:28 +0000</lastBuildDate>
	<language>en-AU</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://i0.wp.com/shawfactor.com/wp-content/uploads/sites/60/2014/03/cropped-pete-2.jpg?resize=32,32</url>
	<title>WordPress &#8211; Shawfactor</title>
	<link>https://shawfactor.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<atom:link rel='hub' href='https://shawfactor.com/?pushpress=hub'/>
<atom:link rel="search" type="application/opensearchdescription+xml" title="Search Shawfactor" href="https://shawfactor.com/wp-json/opensearch/1.1/document" />	<item>
		<title>Visualising RDF with Incontext</title>
		<link>https://shawfactor.com/2012/05/21/visualising-rdf-with-incontext/</link>
					<comments>https://shawfactor.com/2012/05/21/visualising-rdf-with-incontext/#comments</comments>
		
		<dc:creator><![CDATA[Peter Shaw]]></dc:creator>
		<pubDate>Sun, 20 May 2012 15:16:19 +0000</pubDate>
				<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">https://shawfactor.com/?p=150423</guid>

					<description><![CDATA[Surfing around the internet I recently discovered SURF&#8216;s InContext Visualiser, which I think is a neat way to visualise of RDF relationships, especially OAI-ORE aggregated publications I also discovered that people have already created a set of WordPress plugins (see: http://ep-books.ehumanities.nl/ ) to visualise books and other similar publications. However blogs do not fit into &#8230; <a href="https://shawfactor.com/2012/05/21/visualising-rdf-with-incontext/" class="more-link">Continue reading<span class="screen-reader-text"> "Visualising RDF with Incontext"</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Surfing around the internet I recently discovered <a href="https://www.surffoundation.nl/">SURF</a>&#8216;s <a href="https://github.com/mosart/rdf-InContext">InContext Visualiser</a>, which I think is a neat way to visualise of RDF relationships, especially OAI-ORE aggregated publications</p>



<p class="wp-block-paragraph">I also discovered that people have already created a set of WordPress plugins (see: <del>http://ep-books.ehumanities.nl/</del> ) to visualise books and other similar publications. However blogs do not fit into a book/chapter model.</p>



<p class="wp-block-paragraph">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="https://wordpress.org/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 class="wp-block-paragraph"><a href="https://shawfactor.com/visualiser-test/">https://shawfactor.com/visualiser-test/</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://shawfactor.com/2012/05/21/visualising-rdf-with-incontext/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Introducing LH Tools</title>
		<link>https://shawfactor.com/2012/03/29/lh-tools-a-sparql-endpoint-for-wordpress/</link>
					<comments>https://shawfactor.com/2012/03/29/lh-tools-a-sparql-endpoint-for-wordpress/#comments</comments>
		
		<dc:creator><![CDATA[Peter Shaw]]></dc:creator>
		<pubDate>Wed, 28 Mar 2012 23:32:25 +0000</pubDate>
				<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">https://shawfactor.com/?p=149975</guid>

					<description><![CDATA[A RDF Store and SPARQL Endpoint for WP. ]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><meta http-equiv="content-type" content="text/html; charset=utf-8">Intoducing LH Tools.</p>



<p class="wp-block-paragraph">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>
</p>



<span id="more-149975"></span>



<p class="wp-block-paragraph">If are interested you can read about it here: <a href="https://lhero.org/portfolio/lh-tools/">https://lhero.org/portfolio/lh-tools/</a><br> and download it here: <a title="LH Tools download" href="https://wordpress.org/plugins/lh-tools/">https://wordpress.org/plugins/lh-tools/</a>. And interrogate this sites local endpoint here:</p>



<p class="wp-block-paragraph"><del>https://shawfactor.com/wp-content/plugins/lh-tools/</del></p>



<p class="wp-block-paragraph">Whilst this can be used on a standalone basis, it is most useful when combined with the other LH (LocalHero) plugins:</p>



<p class="wp-block-paragraph">LH RDF: <a href="https://lhero.org/portfolio/lh-rdf/">https://lhero.org/portfolio/lh-rdf/</a></p>



<p class="wp-block-paragraph">Which exposes a large part of the WordPress data as sematic rdf content</p>



<p class="wp-block-paragraph">and</p>



<p class="wp-block-paragraph">LH Relationships: <a href="https://lhero.org/portfolio/lh-relationships/">https://lhero.org/portfolio/lh-relationships/</a></p>



<p class="wp-block-paragraph">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.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://shawfactor.com/2012/03/29/lh-tools-a-sparql-endpoint-for-wordpress/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>LH Relationships wordpress plugin</title>
		<link>https://shawfactor.com/2012/02/07/lh-relationships-wordpress-plugin/</link>
					<comments>https://shawfactor.com/2012/02/07/lh-relationships-wordpress-plugin/#comments</comments>
		
		<dc:creator><![CDATA[Peter Shaw]]></dc:creator>
		<pubDate>Tue, 07 Feb 2012 05:50:56 +0000</pubDate>
				<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">https://shawfactor.com/?p=149716</guid>

					<description><![CDATA[Intoducing LH Relationships. 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 here. It was built as a core part of the LocalHero project. If are interested you can read about it here: https://lhero.org/portfolio/lh-relationships/ and download it here: https://wordpress.org/plugins/lh-relationships/.]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><meta http-equiv="content-type" content="text/html; charset=utf-8">Intoducing LH Relationships.</p>



<p class="wp-block-paragraph">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="https://localhero.biz/about/">here.</a> It was built as a core part of the <a href="https://localhero.biz/about/">LocalHero</a> project.</p>



<span id="more-149716"></span>



<p class="wp-block-paragraph">If are interested you can read about it here: <a href="https://lhero.org/portfolio/lh-relationships/">https://lhero.org/portfolio/lh-relationships/</a><br> and download it here: <a href="https://wordpress.org/plugins/lh-relationships/">https://wordpress.org/plugins/lh-relationships/</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://shawfactor.com/2012/02/07/lh-relationships-wordpress-plugin/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
