@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://localhero.biz>
  a sioct:Weblog, sioc:Site, <http://purl.org/spar/fabio/WebSite>, <http://purl.org/info:eu-repo/semantics/EnhancedPublication>, ore:Aggregation ;
  dc:title "LocalHero Biz" ;
  dc:description "Getting Businesses Organised" ;
  ore:aggregates <https://localhero.biz/#posts>, <https://localhero.biz/#categories> .

<https://localhero.biz/#categories>
  a skos:ConceptScheme ;
  dc:date "2024-03-10T18:19:24Z"^^xsd:dateTime ;
  skos:hasTopConcept <https://localhero.biz/category/uncategorised/> .

<https://localhero.biz/category/uncategorised/> rdfs:seeAlso <https://localhero.biz/category/uncategorised/?feed=lhrdf&format=turtle> .
