@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/2018/05/11DE1EAB-919F-4FC9-9C97-F993424A19C9.jpeg>
  foaf:name "Nice Tries" ;
  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/2018/05/images-week-3-winter-2018-nice-tries-e1527741617159.jpg> .

<https://princesparktouch.com/author/1/#account> rdfs:seeAlso <https://princesparktouch.com/author/1/?feed=lhrdf> .
<https://princesparktouch.com/wp-content/uploads/sites/2/2018/05/images-week-3-winter-2018-nice-tries-e1527741617159.jpg>
  a foaf:Image ;
  img:width 2554 ;
  img:height 2064 .

