## Exercise 4 ## JSON-LD Start ## { "@context": { "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", "foaf": "http://xmlns.com/foaf/0.1/", "dcterms": "http://purl.org/dc/terms/", "gr": "http://purl.org/goodrelations/v1#", "wdrs": "http://www.w3.org/2007/05/powder-s#" }, "@graph": [ { "@id": "#", "@type": "foaf:Document", "dcterms:description": "A collection of RDF sentences that describe a Product literally identified (or labeled) as 'Gift Wrapped Cool Red Car -- Brand Unknown'", "foaf:name": "A Document that describes a Product literally identified as 'Gift Wrapped Cool Red Car -- Brand Unknown'", "foaf:primaryTopic": { "@id": "#CoolRedCar" } }, { "@id": "#CoolRedCar", "@type": "gr:ProductOrService", "wdrs:describedby": { "@id": "#" }, "foaf:depiction": { "@id": "http://highroaddigital.com/wp-content/uploads/2015/01/wonanewcar.jpg" }, "foaf:maker": { "@id": "#exampleCars" }, "foaf:name": "Gift Wrapped Cool Red Car -- Brand Unknown" } ] } ## JSON-LD End ##