{ "@context": { "type": "@type", "id": "@id", "fiware": "https://uri.fiware.org/ns/data-models#", "ngsi-ld": "https://uri.etsi.org/ngsi-ld/", "name": "https://schema.org/address", "address" : "https://schema.org/address", "streetAddress": "https://schema.org/streetAddress", "addressRegion": "https://schema.org/addressRegion", "addressLocality": "https://schema.org/addressLocality", "postalCode": "https://schema.org/postalCode", "addressCountry": "https://schema.org/addressCountry", "location" : "https://schema.org/location", "coordinates": "https://schema.org/GeoCoordinates", "houseNrID": "https://wiki.openstreetmap.org/wiki/Key:addr:housenumber" } , "@graph" : [ { "@id": "https://en.wikipedia.org/wiki/Street", "@type": "https://uri.etsi.org/ngsi-ld/Relationship", "rdfs:comment": [ { "@language": "en", "@value": "The address where the street code is" } ], "rdfs:label": [ { "@language": "en", "@value": "referenceToStreet" } ] } ] }