@prefix sioc: <http://rdfs.org/sioc/ns#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix content: <http://purl.org/rss/1.0/modules/content/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://lhero.org/?p=8>
  a sioc:Post ;
  dc:title "LH RDF" ;
  dcterms:identifier 8 ;
  dc:modified "2024-04-13T12:05:35Z"^^xsd:dateTime ;
  dc:created "2014-07-17T15:58:45Z"^^xsd:dateTime ;
  sioc:link <https://lhero.org/portfolio/lh-rdf/> ;
  sioc:has_creator <https://lhero.org/author/1/#account> ;
  sioc:has_container <https://lhero.org/#posts> ;
  content:encoded """
<p class="wp-block-paragraph">LH RDF is a WordPress plugin that automatically creates a <a href="http://rdfs.org/sioc/spec/">SIOC</a> compliant RDF XML feed of WordPress posts, categories, tags, and authors.</p>



<p class="wp-block-paragraph">E.G. http://example.com/feed/lhrdf/ or http://example.com/?feed=lhrdf, or see live example here:<br><a href="https://lhero.org/feed/lhrdf/">https://lhero.org/feed/lhrdf/</a></p>



<p class="wp-block-paragraph">It comes with embedded content negotiation and adds a link attribute in the &lt;head&gt; section for auto discovery.</p>



<p class="wp-block-paragraph">Publishing a feed in RDF XML with dereferencable URI properly exposes all the public WordPress objects and being in the SIOC format does so in a standardised way.</p>



<p class="wp-block-paragraph">It is the first in a series of plugins to enable WordPress to be a true semantic blog engine. More documentation and content will be added in time concerning the plugin.</p>



<p class="wp-block-paragraph">Adds a new type of feed you can subscribe to, e.g. http://example.com/feed/lhrdf/ or http://example.com/?feed=lhrdf containing semantic data in rdf format. This allows the production of SIOC meta data from your weblog.</p>



<p class="wp-block-paragraph">A working example of the feed can be seen here: <a href="https://lhero.org/feed/lhrdf/">https://lhero.org/feed/lhrdf/</a></p>



<h2 class="wp-block-heading">Installation</h2>



<ol class="wp-block-list"><li>Full download instructions are at the bottom of this article.</li><li>Login to WordPress Admin. Go to the Plugins section and activate LH-RDF</li></ol>



<p class="wp-block-paragraph">Your feed should then be ready to go.</p>



<h2 class="wp-block-heading"><a id="download"></a>Download</h2>



<p class="wp-block-paragraph"><a href="https://wordpress.org/plugins/lh-rdf/">Download LH-RDF from the WordPress Plugin Directory</a>.</p>
If you like this plugin please consider making a donation to further development

<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><!-- Identify your business so that you can collect the payments. -->
<input name="business" type="hidden" value="shawfactor@gmail.com" /><!-- Specify a Donate button. -->
<input name="cmd" type="hidden" value="_donations" /><!-- Specify details about the contribution -->
<input name="item_name" type="hidden" value="LocalHero project" />
<input name="item_number" type="hidden" value="Plugin Development" />
<input name="currency_code" type="hidden" value="USD" />

<!-- Display the payment button. -->
<input alt="Donate" name="submit" src="https://www.paypalobjects.com/webstatic/en_US/i/btn/png/btn_donate_92x26.png" type="image" />
<img loading="lazy" decoding="async" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" alt="" width="1" height="1" />

</form>"""^^rdf:XMLLiteral ;
  sioc:content """
LH RDF is a WordPress plugin that automatically creates a SIOC compliant RDF XML feed of WordPress posts, categories, tags, and authors.



E.G. http://example.com/feed/lhrdf/ or http://example.com/?feed=lhrdf, or see live example here:https://lhero.org/feed/lhrdf/



It comes with embedded content negotiation and adds a link attribute in the &lt;head&gt; section for auto discovery.



Publishing a feed in RDF XML with dereferencable URI properly exposes all the public WordPress objects and being in the SIOC format does so in a standardised way.



It is the first in a series of plugins to enable WordPress to be a true semantic blog engine. More documentation and content will be added in time concerning the plugin.



Adds a new type of feed you can subscribe to, e.g. http://example.com/feed/lhrdf/ or http://example.com/?feed=lhrdf containing semantic data in rdf format. This allows the production of SIOC meta data from your weblog.



A working example of the feed can be seen here: https://lhero.org/feed/lhrdf/



Installation



Full download instructions are at the bottom of this article.Login to WordPress Admin. Go to the Plugins section and activate LH-RDF



Your feed should then be ready to go.



Download



Download LH-RDF from the WordPress Plugin Directory.
If you like this plugin please consider making a donation to further development












""" ;
  foaf:depiction <https://lhero.org/?p=646> ;
  sioc:attachment <https://lhero.org/?p=646> .

<https://lhero.org/author/1/#account> rdfs:seeAlso <https://lhero.org/author/1/?feed=lhrdf&format=turtle> .
<https://lhero.org/?p=646>
  a foaf:Image ;
  rdfs:seeAlso <https://lhero.org/portfolio/lh-rdf/banner_rdf/?feed=lhrdf&format=turtle> .

