-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcontext.jsonld
51 lines (51 loc) · 2.97 KB
/
context.jsonld
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"@context": {
"Feed": "https://smartdatamodels.org/dataModel.Aquaculture/Feed",
"Feeder": "https://smartdatamodels.org/dataModel.Aquaculture/Feeder",
"FeedingOperation": "https://smartdatamodels.org/dataModel.Aquaculture/FeedingOperation",
"FishPopulation": "https://smartdatamodels.org/dataModel.Aquaculture/FishPopulation",
"address": "https://smartdatamodels.org/address",
"addressCountry": "https://smartdatamodels.org/addressCountry",
"addressLocality": "https://smartdatamodels.org/addressLocality",
"addressRegion": "https://smartdatamodels.org/addressRegion",
"alternateName": "https://smartdatamodels.org/alternateName",
"application": "https://smartdatamodels.org/dataModel.Aquaculture/application",
"applicationEntityId": "https://smartdatamodels.org/dataModel.Aquaculture/applicationEntityId",
"areaServed": "https://smartdatamodels.org/areaServed",
"bbox": {
"@container": "@list",
"@id": "https://purl.org/geojson/vocab#bbox"
},
"bodyMasse": "https://smartdatamodels.org/dataModel.Aquaculture/bodyMasse",
"category": "https://smartdatamodels.org/dataModel.Aquaculture/category",
"coordinates": {
"@container": "@list",
"@id": "https://purl.org/geojson/vocab#coordinates"
},
"culturedIn": "https://smartdatamodels.org/dataModel.Aquaculture/culturedIn",
"dataProvider": "https://smartdatamodels.org/dataProvider",
"dateCreated": "https://smartdatamodels.org/dateCreated",
"dateModified": "https://smartdatamodels.org/dateModified",
"description": "http://purl.org/dc/terms/description",
"district": "https://smartdatamodels.org/district",
"endpoint": "https://uri.etsi.org/ngsi-ld/endpoint",
"fishRemoved": "https://smartdatamodels.org/dataModel.Aquaculture/fishRemoved",
"hasProvider": "https://smartdatamodels.org/dataModel.Aquaculture/hasProvider",
"id": "@id",
"initialNumber": "https://smartdatamodels.org/dataModel.Aquaculture/initialNumber",
"location": "https://uri.etsi.org/ngsi-ld/location",
"name": "https://smartdatamodels.org/name",
"ngsi-ld": "https://uri.etsi.org/ngsi-ld/",
"owner": "https://smartdatamodels.org/owner",
"postOfficeBoxNumber": "https://smartdatamodels.org/postOfficeBoxNumber",
"postalCode": "https://smartdatamodels.org/postalCode",
"refSpecie": "https://smartdatamodels.org/dataModel.Aquaculture/refSpecie",
"relatedSource": "https://smartdatamodels.org/dataModel.Aquaculture/relatedSource",
"seeAlso": "https://smartdatamodels.org/seeAlso",
"source": "https://smartdatamodels.org/source",
"streetAddress": "https://smartdatamodels.org/streetAddress",
"streetNr": "https://smartdatamodels.org/streetNr",
"type": "@type",
"version": "https://smartdatamodels.org/dataModel.Aquaculture/version"
}
}