    @prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix sioc: <http://rdfs.org/sioc/ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix img: <http://jibbering.com/2002/3/svg/#> .

<https://princesparktouch.com/wp-content/uploads/sites/2/2026/08/IMG_4429.jpeg>
  foaf:name "Hoonies - silly" ;
  dcterms:format <http://purl.org/NET/mediatypes/image/jpeg> ;
  sioc:has_creator <https://princesparktouch.com/author/1003192/#account> ;
  a foaf:Image ;
  foaf:thumbnail <https://princesparktouch.com/wp-content/uploads/sites/2/2026/08/IMG_4429-e1786290978562-scaled.jpeg>, <https://princesparktouch.com/wp-content/uploads/sites/2/2026/08/IMG_4429-e1786290978562-200x200.jpeg>, <https://princesparktouch.com/wp-content/uploads/sites/2/2026/08/IMG_4429-e1786290978562-scaled-100x100.jpeg> .

<https://princesparktouch.com/author/1003192/#account> rdfs:seeAlso <https://princesparktouch.com/author/1003192/?feed=lhrdf> .
<https://princesparktouch.com/wp-content/uploads/sites/2/2026/08/IMG_4429-e1786290978562-scaled.jpeg>
  a foaf:Image ;
  img:width 4998 ;
  img:height 3608 .

<https://princesparktouch.com/wp-content/uploads/sites/2/2026/08/IMG_4429-e1786290978562-200x200.jpeg>
  a foaf:Image ;
  img:width 200 ;
  img:height 200 .

<https://princesparktouch.com/wp-content/uploads/sites/2/2026/08/IMG_4429-e1786290978562-scaled-100x100.jpeg>
  a foaf:Image ;
  img:width 100 ;
  img:height 100 .

