@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=1472>
  a sioc:Post ;
  dc:title "Lh webhooks api" ;
  dcterms:identifier 1472 ;
  dc:modified "2022-07-11T15:36:18Z"^^xsd:dateTime ;
  dc:created "2018-09-16T17:44:05Z"^^xsd:dateTime ;
  sioc:link <https://lhero.org/portfolio/lh-webhooks-api/> ;
  sioc:has_creator <https://lhero.org/author/1/#account> ;
  sioc:has_container <https://lhero.org/#posts> .

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