@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/2021/03/1c42a10b-6b9c-4cfc-b015-809524b67a7c.jpg>
  foaf:name "1C42A10B-6B9C-4CFC-B015-809524B67A7C" ;
  dcterms:format <http://purl.org/NET/mediatypes/image/jpeg> ;
  sioc:has_creator <https://princesparktouch.com/author/1/#account> ;
  a foaf:Image ;
  foaf:thumbnail <https://princesparktouch.com/wp-content/uploads/sites/2/2021/03/1c42a10b-6b9c-4cfc-b015-809524b67a7c-e1615650694946-scaled.jpg> .

<https://princesparktouch.com/author/1/#account> rdfs:seeAlso <https://princesparktouch.com/author/1/?feed=lhrdf> .
<https://princesparktouch.com/wp-content/uploads/sites/2/2021/03/1c42a10b-6b9c-4cfc-b015-809524b67a7c-e1615650694946-scaled.jpg>
  a foaf:Image ;
  img:width 2139 ;
  img:height 2560 .

