@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=2997>
  a sioc:Post ;
  dc:title "Simple product" ;
  dcterms:identifier 2997 ;
  dc:modified "2022-07-11T15:36:07Z"^^xsd:dateTime ;
  dc:created "2020-06-29T16:25:17Z"^^xsd:dateTime ;
  sioc:link <https://lhero.org/product/simple-product/> ;
  sioc:has_creator <https://lhero.org/author/1/#account> ;
  sioc:has_container <https://lhero.org/#posts> ;
  sioc:topic <https://lhero.org/?taxonomy=product_type&term=simple>, <https://lhero.org/product-category/uncategorised/> .

<https://lhero.org/author/1/#account> rdfs:seeAlso <https://lhero.org/author/1/?feed=lhrdf&format=turtle> .
<https://lhero.org/?taxonomy=product_type&term=simple> rdfs:seeAlso <https://lhero.org/?taxonomy=product_type&term=simple&feed=lhrdf&format=turtle> .
<https://lhero.org/product-category/uncategorised/> rdfs:seeAlso <https://lhero.org/product-category/uncategorised/?feed=lhrdf&format=turtle> .
