@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#> .

<https://localhero.biz/?p=76>
  a sioc:Post, sioct:BlogPost ;
  dc:title "this is a test" ;
  dcterms:identifier 76 ;
  dc:modified "2020-05-02T14:20:28Z"^^xsd:dateTime ;
  dc:created "2017-03-07T12:41:43Z"^^xsd:dateTime ;
  sioc:link <https://localhero.biz/2017/03/07/this-is-a-test/> ;
  sioc:has_creator <https://localhero.biz/author/1/#account> ;
  sioc:has_container <https://localhero.biz/#posts> ;
  content:encoded """
<p class="wp-block-paragraph">jhkgkghkhgjkasdvc</p>

"""^^rdf:XMLLiteral ;
  sioc:content """
jhkgkghkhgjkasdvc

""" ;
  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-pete> .

<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-pete> rdfs:seeAlso <https://localhero.biz/?taxonomy=author&term=cap-pete&feed=lhrdf&format=turtle> .
