@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://lhero.org/?p=3299>
  a foaf:Document ;
  dc:title "How to" ;
  dcterms:identifier 3299 ;
  dc:modified "2022-07-11T15:36:04Z"^^xsd:dateTime ;
  dc:created "2020-09-25T16:05:37Z"^^xsd:dateTime ;
  sioc:link <https://lhero.org/how-to/> ;
  sioc:has_creator <https://lhero.org/author/1/#account> ;
  sioc:has_container <https://lhero.org/#posts> ;
  content:encoded """

<ul class="lh_dps-post_list">
<li>
<h4><a href="https://lhero.org/how-to/how-to-enable-notifications/" rel="bookmark" title="Permanent Link to How to enable notifications">
    How to enable notifications</a></h4>

</li>
</ul>

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




    How to enable notifications




""" ;
  sioc:topic <https://lhero.org/backlink_count/has-0-backlinks/> .

<https://lhero.org/author/1/#account> rdfs:seeAlso <https://lhero.org/author/1/?feed=lhrdf&format=turtle> .
<https://lhero.org/backlink_count/has-0-backlinks/> rdfs:seeAlso <https://lhero.org/backlink_count/has-0-backlinks/?feed=lhrdf&format=turtle> .
