## Turtle Start ## @prefix : <#> . @prefix doc: . @prefix xhv: . @prefix schema: . @prefix dbpedia: . @prefix kbpedia: . @prefix wdt: . @prefix mo: . :this a schema:WebPage ; xhv:alternate doc:ttl ; skos:related ; schema:description """Using RDF sentences to describe a Ghanaian woman wearing a straw (rather than red) hat selling fruit.""" ; schema:about [ a schema:ImageObject; owl:sameAs :thisImage ; schema:url ; schema:mainEntityOfPage ; foaf:depicts [ a :woman ; :selling [ a :fruit]; :wearing [ a :hat; :color :straw ] ] ; :place dbpedia:Ghana ] . ## Cross References :woman owl:equivalentClass wdt:P21 . :fruit owl:equivalentClass kbpedia:Fruit . :selling owl:equivalentProperty mo:sell_item . ## Turtle End ##