    @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 content: <http://purl.org/rss/1.0/modules/content/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://lhero.org/?p=600>
  a sioc:Post ;
  dc:title "LH Native Comments" ;
  dcterms:identifier 600 ;
  dc:modified "2022-07-11T15:36:43Z"^^xsd:dateTime ;
  dc:created "2016-06-22T14:05:45Z"^^xsd:dateTime ;
  sioc:link <https://lhero.org/portfolio/lh-native-comments/> ;
  sioc:has_creator <https://lhero.org/author/1/#account> ;
  sioc:has_container <https://lhero.org/#posts> ;
  content:encoded """
<p class="wp-block-paragraph">Documentation goes here</p>
"""^^rdf:XMLLiteral ;
  sioc:content """
Documentation goes here
""" ;
  foaf:depiction <https://lhero.org/?p=603> ;
  sioc:topic <https://lhero.org/lh_portfolio-type/plugin/> ;
  sioc:attachment <https://lhero.org/?p=603> .

<https://lhero.org/author/1/#account> rdfs:seeAlso <https://lhero.org/author/1/?feed=lhrdf&format=turtle> .
<https://lhero.org/?p=603>
  a foaf:Image ;
  rdfs:seeAlso <https://lhero.org/portfolio/lh-native-comments/1466568555comment-banner-img-jpg/?feed=lhrdf&format=turtle> .

<https://lhero.org/lh_portfolio-type/plugin/> rdfs:seeAlso <https://lhero.org/lh_portfolio-type/plugin/?feed=lhrdf&format=turtle> .
