## Exercise 3 ## 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 an Organization literally identified (or labeled) as 'Example Cars & Co.'", "foaf:name": "A Document that describes an Organization literally identified as 'Example Cars & Co.'", "foaf:primaryTopic": { "@id": "#exampleCars" } }, { "@id": "#exampleCars", "@type": [ "gr:BusinessEntity", "foaf:Organization" ], "wdrs:describedby": { "@id": "" }, "foaf:depiction": { "@id": "https://thumb1.shutterstock.com/display_pic_with_logo/3648824/532862638/stock-vector-silhouette-automated-production-line-robotic-factory-banner-532862638.jpg" }, "foaf:made": { "@id": "https://medium.com/openlink-software-blog/product.ttl#CoolRedCar" }, "foaf:name": "Example Cars & Co." } ] } ## JSON-LD End ##