@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/2022/02/ebb041d0-87a2-4f5c-a2ce-77f8195bbd1d.jpg>
  foaf:name "Image of state cup teams" ;
  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/2022/02/ebb041d0-87a2-4f5c-a2ce-77f8195bbd1d-e1645581660558-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/2022/02/ebb041d0-87a2-4f5c-a2ce-77f8195bbd1d-e1645581660558-scaled.jpg>
  a foaf:Image ;
  img:width 2560 ;
  img:height 1718 .

