@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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://lhero.org/?p=611>
  a sioc:Post ;
  dc:title "LH Custom Dashboard" ;
  dcterms:identifier 611 ;
  dc:modified "2022-07-11T15:36:38Z"^^xsd:dateTime ;
  dc:created "2016-06-25T01:53:58Z"^^xsd:dateTime ;
  sioc:link <https://lhero.org/portfolio/lh-custom-dashboard/> ;
  sioc:has_creator <https://lhero.org/author/1/#account> ;
  sioc:has_container <https://lhero.org/#posts> ;
  foaf:depiction <https://lhero.org/?p=659> ;
  sioc:attachment <https://lhero.org/?p=659> .

<https://lhero.org/author/1/#account> rdfs:seeAlso <https://lhero.org/author/1/?feed=lhrdf&format=turtle> .
<https://lhero.org/?p=659>
  a foaf:Image ;
  rdfs:seeAlso <https://lhero.org/portfolio/lh-custom-dashboard/1467049406budget-banner8f284af6e22c-jpg/?feed=lhrdf&format=turtle> .

