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

<https://lhero.org/?p=3354>
  a sioc:Post ;
  dc:title "LH display posts shortcode" ;
  dcterms:identifier 3354 ;
  dc:modified "2022-07-11T15:36:00Z"^^xsd:dateTime ;
  dc:created "2020-10-17T01:40:19Z"^^xsd:dateTime ;
  sioc:link <https://lhero.org/portfolio/lh-display-posts-shortcode/> ;
  sioc:has_creator <https://lhero.org/author/1/#account> ;
  sioc:has_container <https://lhero.org/#posts> .

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