@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 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=1034>
  a foaf:Document ;
  dc:title "Contact" ;
  dcterms:identifier 1034 ;
  dc:modified "2026-01-01T13:36:22Z"^^xsd:dateTime ;
  dc:created "2020-09-01T18:39:40Z"^^xsd:dateTime ;
  sioc:link <https://commonsenseaustralia.com.au/contact/> ;
  sioc:has_creator <https://commonsenseaustralia.com.au/author/1/#account> ;
  sioc:has_container <https://commonsenseaustralia.com.au/#posts> ;
  content:encoded """
<p class="wp-block-paragraph">This a contact page.</p>



<p class="wp-block-paragraph">Pages  are meant for static, timeless content. Two common examples of content that should be a page are your site’s “Contact” or “About” pages.</p>



<p class="wp-block-paragraph">This being a contact page you should place you preferred methods for contacting you or your organisation. </p>
"""^^rdf:XMLLiteral ;
  sioc:content """
This a contact page.



Pages  are meant for static, timeless content. Two common examples of content that should be a page are your site’s “Contact” or “About” pages.



This being a contact page you should place you preferred methods for contacting you or your organisation. 
""" ;
  sioc:topic <https://commonsenseaustralia.com.au/backlink_count/has-0-backlinks/> .

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