Commit 4b8610a2 authored by lopesg's avatar lopesg
Browse files

removed unused file

parent 4dd07760
Loading
Loading
Loading
Loading
+0 −21
Original line number Diff line number Diff line
{
    "id": "urn:ngsi-ld:Building:randomUUID",
    "type": "Building",
    "name": {
        "type": "Property",
        "value": "Eiffel Tower"
    },
    "subCategory": {
        "type": "Property",
        "value": ["tourism"]
    },
    "geoQ":{
        "georel":"near;maxDistance==2000",
        "geometry":"Point",
        "coordinates":[-8.52,41.2],
        "geoproperty": "location"
    },
    "@context": [
        "https://raw.githubusercontent.com/easy-global-market/ngsild-api-data-models/feature/add-json-ld-context-for-ngsi-ld-test-suite/ngsi-ld-test-suite/ngsi-ld-test-suite-context.jsonld"
    ]
}
 No newline at end of file