<?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>blockquotes &#8211; Shawfactor</title>
	<atom:link href="https://shawfactor.com/tag/blockquotes/feed/" rel="self" type="application/rss+xml" />
	<link>https://shawfactor.com</link>
	<description>Believe in the power of the factor</description>
	<lastBuildDate>Tue, 14 Feb 2023 04:29:14 +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>blockquotes &#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>LH RDF not just xml anymore</title>
		<link>https://shawfactor.com/2013/04/13/lh-rdf-not-just-xml-anymore/</link>
					<comments>https://shawfactor.com/2013/04/13/lh-rdf-not-just-xml-anymore/#comments</comments>
		
		<dc:creator><![CDATA[Peter Shaw]]></dc:creator>
		<pubDate>Sat, 13 Apr 2013 01:24:54 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[blockquotes]]></category>
		<category><![CDATA[LocalHero]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[RDF]]></category>
		<guid isPermaLink="false">https://shawfactor.com/?p=150667</guid>

					<description><![CDATA[LH Rdf is back!! 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 Easyrdf library into the plugin. When the query string lhrdf is &#8230; <a href="https://shawfactor.com/2013/04/13/lh-rdf-not-just-xml-anymore/" class="more-link">Continue reading<span class="screen-reader-text"> "LH RDF not just xml anymore"</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><a title="LH RDF" href="https://wordpress.org/plugins/lh-rdf/">LH Rdf</a> is back!!</p>



<p class="wp-block-paragraph">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="https://www.easyrdf.org/">Easyrdf</a> library into the plugin. When the query string lhrdf is added to the feed URL the <a href="https://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 class="wp-block-paragraph">See code extract:</p>



<p class="wp-block-paragraph">$graph = new EasyRdf_Graph();<br>
$graph-&gt;parse($out,&#8221;rdfxml&#8221;);<br>
$data = $graph-&gt;serialise($_GET[&#8216;lhrdf&#8217;]);</p>



<p class="wp-block-paragraph">The format chosen by value of the lhrdf variable E.G. <del>http://localhero.biz/?feed=lhrdf&amp;lhrdf=json</del></p>



<p class="wp-block-paragraph">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.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://shawfactor.com/2013/04/13/lh-rdf-not-just-xml-anymore/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
