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

<http://www.yamyam.online>
  a sioct:Weblog, sioc:Site, <http://purl.org/spar/fabio/WebSite>, <http://purl.org/info:eu-repo/semantics/EnhancedPublication>, ore:Aggregation ;
  ore:aggregates <http://www.yamyam.online/#posts>, <http://www.yamyam.online/#categories> .

<http://www.yamyam.online/#posts> sioc:container_of <http://localhost/wordpress/?p=1> .
<http://localhost/wordpress/?p=1> rdfs:seeAlso <http://www.yamyam.online/2016/03/18/hello-world/?feed=lhrdf&format=n3> .
<http://www.yamyam.online/#categories>
  a skos:ConceptScheme ;
  dc:date "2025-09-14T20:24:05Z" ;
  skos:hasTopConcept <http://www.yamyam.online/category/uncategorized/> .

<http://www.yamyam.online/category/uncategorized/> rdfs:seeAlso <http://www.yamyam.online/category/uncategorized/?feed=lhrdf&format=n3> .
