@prefix dcat: . @prefix dct: . @prefix foaf: . @prefix geo: . @prefix gn: . @prefix rdfs: . @prefix wgs: . @prefix xsd: . a gn:Feature, geo:SpatialThing ; gn:name "Eugene" ; gn:parentFeature ; wgs:lat 44.052070000000 ; wgs:long -123.086750000000 . a dcat:Dataset ; dct:creator "Massimo Lollini" ; dct:date "2003" ; dct:format "application/tei+xml" ; dct:identifier ; dct:language "ita" ; dct:publisher ; dct:rights "Same as above, but the subscription is free of charge." ; dct:source "N/A" ; dct:temporal "Middle Ages" ; dct:title "Oregon Petrarch Open Book Project" ; dcat:landingPage . a foaf:Organization ; rdfs:seeAlso ; foaf:based_near ; foaf:homepage ; foaf:name "University of Oregon" ; geo:lat 44.044830000000 ; geo:long -123.072606000000 .