@prefix sioc: <http://rdfs.org/sioc/ns#> .
@prefix sioct: <http://rdfs.org/sioc/types#> .
@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://localhero.biz/?p=1>
  a sioc:Post, sioct:BlogPost ;
  dc:title "Hello world!" ;
  dcterms:identifier 1 ;
  dc:modified "2022-02-03T13:34:58Z"^^xsd:dateTime ;
  dc:created "2015-07-16T12:20:42Z"^^xsd:dateTime ;
  sioc:link <https://localhero.biz/2015/07/16/hello-world/> ;
  sioc:has_creator <https://localhero.biz/author/1/#account> ;
  sioc:has_container <https://localhero.biz/#posts> ;
  content:encoded """
<p class="wp-block-paragraph">If you are a interested in checking out the LocalHero project plugins in actions or infact if you are interested in playing social Touch football (for those based in Melbourne) please visit: <a title="Social touch football in the heart of Melbourne" href="https://princesparktouch.com">http://princesparktouch.com</a></p>
"""^^rdf:XMLLiteral ;
  sioc:content """
If you are a interested in checking out the LocalHero project plugins in actions or infact if you are interested in playing social Touch football (for those based in Melbourne) please visit: http://princesparktouch.com
""" ;
  sioc:topic <https://localhero.biz/category/uncategorised/>, <https://localhero.biz/lh_evergreen_content-taxonomy/no/>, <https://localhero.biz/backlink_count/has-0-backlinks/>, <https://localhero.biz/?taxonomy=author&term=cap-1> .

<https://localhero.biz/author/1/#account> rdfs:seeAlso <https://localhero.biz/author/1/?feed=lhrdf&format=turtle> .
<https://localhero.biz/category/uncategorised/> rdfs:seeAlso <https://localhero.biz/category/uncategorised/?feed=lhrdf&format=turtle> .
<https://localhero.biz/lh_evergreen_content-taxonomy/no/> rdfs:seeAlso <https://localhero.biz/lh_evergreen_content-taxonomy/no/?feed=lhrdf&format=turtle> .
<https://localhero.biz/backlink_count/has-0-backlinks/> rdfs:seeAlso <https://localhero.biz/backlink_count/has-0-backlinks/?feed=lhrdf&format=turtle> .
<https://localhero.biz/?taxonomy=author&term=cap-1> rdfs:seeAlso <https://localhero.biz/?taxonomy=author&term=cap-1&feed=lhrdf&format=turtle> .
