@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://commonsenseaustralia.com.au/?p=1>
  a sioc:Post, sioct:BlogPost ;
  dc:title "This is another post" ;
  dcterms:identifier 1 ;
  dc:modified "2022-09-17T04:05:46Z"^^xsd:dateTime ;
  dc:created "2020-07-16T12:27:40Z"^^xsd:dateTime ;
  sioc:link <https://commonsenseaustralia.com.au/2020/07/16/welcome-localhero-project/> ;
  sioc:has_creator <https://commonsenseaustralia.com.au/author/1003779/#account> ;
  sioc:has_container <https://commonsenseaustralia.com.au/#posts> ;
  content:encoded """
<p class="wp-block-paragraph">Feel free to edit me, or just delete me and write another</p>
"""^^rdf:XMLLiteral ;
  sioc:content """
Feel free to edit me, or just delete me and write another
""" ;
  sioc:topic <https://commonsenseaustralia.com.au/category/news/>, <https://commonsenseaustralia.com.au/lh_evergreen_content-taxonomy/no/>, <https://commonsenseaustralia.com.au/backlink_count/has-0-backlinks/>, <https://commonsenseaustralia.com.au/?taxonomy=author&term=cap-1003779> .

<https://commonsenseaustralia.com.au/author/1003779/#account> rdfs:seeAlso <https://commonsenseaustralia.com.au/author/1003779/?feed=lhrdf&format=turtle> .
<https://commonsenseaustralia.com.au/category/news/> rdfs:seeAlso <https://commonsenseaustralia.com.au/category/news/?feed=lhrdf&format=turtle> .
<https://commonsenseaustralia.com.au/lh_evergreen_content-taxonomy/no/> rdfs:seeAlso <https://commonsenseaustralia.com.au/lh_evergreen_content-taxonomy/no/?feed=lhrdf&format=turtle> .
<https://commonsenseaustralia.com.au/backlink_count/has-0-backlinks/> rdfs:seeAlso <https://commonsenseaustralia.com.au/backlink_count/has-0-backlinks/?feed=lhrdf&format=turtle> .
<https://commonsenseaustralia.com.au/?taxonomy=author&term=cap-1003779> rdfs:seeAlso <https://commonsenseaustralia.com.au/?taxonomy=author&term=cap-1003779&feed=lhrdf&format=turtle> .
