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

<https://commonsenseaustralia.com.au/?page_id=1272>
  a foaf:Document ;
  dc:title "Blog" ;
  dcterms:identifier 1272 ;
  dc:modified "2026-01-01T17:54:21Z"^^xsd:dateTime ;
  dc:created "2026-01-01T17:54:19Z"^^xsd:dateTime ;
  sioc:link <https://commonsenseaustralia.com.au/blog/> ;
  sioc:has_creator <https://commonsenseaustralia.com.au/author/1/#account> ;
  sioc:has_container <https://commonsenseaustralia.com.au/#posts> ;
  sioc:topic <https://commonsenseaustralia.com.au/backlink_count/has-0-backlinks/>, <https://commonsenseaustralia.com.au/?taxonomy=author&term=cap-1> .

<https://commonsenseaustralia.com.au/author/1/#account> rdfs:seeAlso <https://commonsenseaustralia.com.au/author/1/?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-1> rdfs:seeAlso <https://commonsenseaustralia.com.au/?taxonomy=author&term=cap-1&feed=lhrdf&format=turtle> .
