@prefix sioc: <http://rdfs.org/sioc/ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@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=4881>
  a sioc:Post ;
  dcterms:identifier 4881 ;
  dc:modified "2022-07-11T15:35:30Z"^^xsd:dateTime ;
  dc:created "2022-03-05T13:47:07Z"^^xsd:dateTime ;
  sioc:link <https://lhero.org/support/reply/4881/> ;
  sioc:has_creator <https://lhero.org/author/1/#account> ;
  sioc:has_container <https://lhero.org/#posts> ;
  content:encoded """<p>There is no configuration, the plugin just works</p>
"""^^rdf:XMLLiteral ;
  sioc:content """There is no configuration, the plugin just works
""" .

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