@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://lhero.org/?p=5439>
  a sioc:Post, sioct:BlogPost ;
  dc:title "test" ;
  dcterms:identifier 5439 ;
  dc:modified "2026-03-22T21:04:45Z"^^xsd:dateTime ;
  dc:created "2026-03-22T21:04:45Z"^^xsd:dateTime ;
  sioc:link <https://lhero.org/2026/03/22/test/> ;
  sioc:has_creator <https://lhero.org/author/1/#account> ;
  sioc:has_container <https://lhero.org/#posts> ;
  content:encoded """



<p class="wp-block-paragraph">fghjfdgjhfg</p>


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



fghjfdgjhfg


""" ;
  sioc:topic <https://lhero.org/category/news/>, <https://lhero.org/lh_evergreen_content-taxonomy/no/>, <https://lhero.org/backlink_count/has-0-backlinks/>, <https://lhero.org/?taxonomy=author&term=cap-1> .

<https://lhero.org/author/1/#account> rdfs:seeAlso <https://lhero.org/author/1/?feed=lhrdf&format=turtle> .
<https://lhero.org/category/news/> rdfs:seeAlso <https://lhero.org/category/news/?feed=lhrdf&format=turtle> .
<https://lhero.org/lh_evergreen_content-taxonomy/no/> rdfs:seeAlso <https://lhero.org/lh_evergreen_content-taxonomy/no/?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> .
<https://lhero.org/?taxonomy=author&term=cap-1> rdfs:seeAlso <https://lhero.org/?taxonomy=author&term=cap-1&feed=lhrdf&format=turtle> .
