@prefix sioct: <http://rdfs.org/sioc/types#> .
@prefix sioc: <http://rdfs.org/sioc/ns#> .
@prefix ore: <http://www.openarchives.org/ore/terms/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://lhero.org>
  a sioct:Weblog, sioc:Site, <http://purl.org/spar/fabio/WebSite>, <http://purl.org/info:eu-repo/semantics/EnhancedPublication>, ore:Aggregation ;
  dc:title "LocalHero Org" ;
  dc:description "Helping Organisations get organised!" ;
  ore:aggregates <https://lhero.org/#posts>, <https://lhero.org/#categories> .

<https://lhero.org/#posts> sioc:container_of <https://lhero.org/?p=1>, <https://lhero.org/?p=230> .
<https://lhero.org/?p=1> rdfs:seeAlso <https://lhero.org/2019/07/16/welcome-localhero-project/?feed=lhrdf&format=turtle> .
<https://lhero.org/?p=230> rdfs:seeAlso <https://lhero.org/2019/03/15/princes-park-touch-and-the-localhero-project/?feed=lhrdf&format=turtle> .
<https://lhero.org/#categories>
  a skos:ConceptScheme ;
  dc:date "2026-08-10T12:41:26Z"^^xsd:dateTime ;
  skos:hasTopConcept <https://lhero.org/category/blog/>, <https://lhero.org/category/uncategorized/>, <https://lhero.org/category/news/>, <https://lhero.org/category/fbvdfs-v/> .

<https://lhero.org/category/blog/> rdfs:seeAlso <https://lhero.org/category/blog/?feed=lhrdf&format=turtle> .
<https://lhero.org/category/uncategorized/> rdfs:seeAlso <https://lhero.org/category/uncategorized/?feed=lhrdf&format=turtle> .
<https://lhero.org/category/news/> rdfs:seeAlso <https://lhero.org/category/news/?feed=lhrdf&format=turtle> .
<https://lhero.org/category/fbvdfs-v/> rdfs:seeAlso <https://lhero.org/category/fbvdfs-v/?feed=lhrdf&format=turtle> .
