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

<https://lhero.org/?p=4870>
  a foaf:Document ;
  dc:title "All Invitations" ;
  dcterms:identifier 4870 ;
  dc:modified "2022-07-11T15:35:30Z"^^xsd:dateTime ;
  dc:created "2022-02-25T14:49:18Z"^^xsd:dateTime ;
  sioc:link <https://lhero.org/all-invitations-2/> ;
  sioc:has_creator <https://lhero.org/author/1/#account> ;
  sioc:has_container <https://lhero.org/#posts> ;
  sioc:topic <https://lhero.org/backlink_count/has-0-backlinks/> .

<https://lhero.org/author/1/#account> rdfs:seeAlso <https://lhero.org/author/1/?feed=lhrdf&format=turtle> .
<https://lhero.org/backlink_count/has-0-backlinks/> rdfs:seeAlso <https://lhero.org/backlink_count/has-0-backlinks/?feed=lhrdf&format=turtle> .
