@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://princesparktouch.com/groups/>
  a sioc:Post ;
  dc:title "Teams" ;
  dcterms:identifier 13621 ;
  dc:modified "2023-12-12T11:48:40Z"^^xsd:dateTime ;
  dc:created "2017-07-10T18:03:53Z"^^xsd:dateTime ;
  sioc:link <https://princesparktouch.com/teams/> ;
  sioc:has_creator <https://princesparktouch.com/author/1/#account> ;
  sioc:has_container <https://princesparktouch.com/#posts> .

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