@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=625>
  a sioc:Post ;
  dc:title "LH Signup" ;
  dcterms:identifier 625 ;
  dc:modified "2022-07-11T15:36:29Z"^^xsd:dateTime ;
  dc:created "2016-06-25T02:22:30Z"^^xsd:dateTime ;
  sioc:link <https://lhero.org/portfolio/lh-signup/> ;
  sioc:has_creator <https://lhero.org/author/1/#account> ;
  sioc:has_container <https://lhero.org/#posts> ;
  foaf:depiction <https://lhero.org/?p=664> ;
  sioc:attachment <https://lhero.org/?p=664> .

<https://lhero.org/author/1/#account> rdfs:seeAlso <https://lhero.org/author/1/?feed=lhrdf&format=n3> .
<https://lhero.org/?p=664>
  a foaf:Image ;
  rdfs:seeAlso <https://lhero.org/portfolio/lh-signup/1468233823email-signup-jpg/?feed=lhrdf&format=n3> .

