@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=791>
  a sioc:Post ;
  dc:title "LH Web Application" ;
  dcterms:identifier 791 ;
  dc:modified "2022-07-11T15:36:26Z"^^xsd:dateTime ;
  dc:created "2017-03-23T13:23:16Z"^^xsd:dateTime ;
  sioc:link <https://lhero.org/portfolio/lh-web-application/> ;
  sioc:has_creator <https://lhero.org/author/1/#account> ;
  sioc:has_container <https://lhero.org/#posts> ;
  foaf:depiction <https://lhero.org/?p=794> ;
  sioc:topic <https://lhero.org/lh_portfolio-type/plugin/> ;
  sioc:attachment <https://lhero.org/?p=794> .

<https://lhero.org/author/1/#account> rdfs:seeAlso <https://lhero.org/author/1/?feed=lhrdf&format=turtle> .
<https://lhero.org/?p=794>
  a foaf:Image ;
  rdfs:seeAlso <https://lhero.org/portfolio/lh-web-application/14907954075ea7264c1afd2f4af2afae3f5fc069dc-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> .
