-
Notifications
You must be signed in to change notification settings - Fork 4
/
context.jsonld
71 lines (71 loc) · 4.76 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"@context": {
"SMAnalysis": "https://smartdatamodels.org/dataModel.SocialMedia/SMAnalysis",
"SMCollection": "https://smartdatamodels.org/dataModel.SocialMedia/SMCollection",
"SMPost": "https://smartdatamodels.org/dataModel.SocialMedia/SMPost",
"SMRefLocation": "https://smartdatamodels.org/dataModel.SocialMedia/SMRefLocation",
"SMUser": "https://smartdatamodels.org/dataModel.SocialMedia/SMUser",
"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",
"analyzedAt": "https://smartdatamodels.org/dataModel.SocialMedia/analyzedAt",
"areaServed": "https://smartdatamodels.org/areaServed",
"bbox": {
"@container": "@list",
"@id": "https://purl.org/geojson/vocab#bbox"
},
"belongsToCollection": "https://smartdatamodels.org/dataModel.SocialMedia/belongsToCollection",
"coordinates": {
"@container": "@list",
"@id": "https://purl.org/geojson/vocab#coordinates"
},
"count": "https://smartdatamodels.org/dataModel.SocialMedia/count",
"createdBy": "https://smartdatamodels.org/dataModel.SocialMedia/createdBy",
"createdPosts": "https://smartdatamodels.org/dataModel.SocialMedia/createdPosts",
"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",
"groupedAt": "https://smartdatamodels.org/dataModel.SocialMedia/groupedAt",
"hasAnalysis": "https://smartdatamodels.org/dataModel.SocialMedia/hasAnalysis",
"hasAnalysisType": "https://smartdatamodels.org/dataModel.SocialMedia/hasAnalysisType",
"hasAnalysisValue": "https://smartdatamodels.org/dataModel.SocialMedia/hasAnalysisValue",
"hasConfidence": "https://smartdatamodels.org/dataModel.SocialMedia/hasConfidence",
"hasHashtags": "https://smartdatamodels.org/dataModel.SocialMedia/hasHashtags",
"hasImages": "https://smartdatamodels.org/dataModel.SocialMedia/hasImages",
"hasInteractionCount": "https://smartdatamodels.org/dataModel.SocialMedia/hasInteractionCount",
"hasLanguage": "https://smartdatamodels.org/dataModel.SocialMedia/hasLanguage",
"hasMentions": "https://smartdatamodels.org/dataModel.SocialMedia/hasMentions",
"hasPostURL": "https://smartdatamodels.org/dataModel.SocialMedia/hasPostURL",
"hasPosts": "https://smartdatamodels.org/dataModel.SocialMedia/hasPosts",
"hasPrivacyLevel": "https://smartdatamodels.org/dataModel.SocialMedia/hasPrivacyLevel",
"hasReferencedLocations": "https://smartdatamodels.org/dataModel.SocialMedia/hasReferencedLocations",
"hasText": "https://smartdatamodels.org/dataModel.SocialMedia/hasText",
"hasThumbnails": "https://smartdatamodels.org/dataModel.SocialMedia/hasThumbnails",
"hasVideos": "https://smartdatamodels.org/dataModel.SocialMedia/hasVideos",
"id": "@id",
"interactionType": "https://smartdatamodels.org/dataModel.SocialMedia/interactionType",
"isAnalysisOf": "https://smartdatamodels.org/dataModel.SocialMedia/isAnalysisOf",
"isMentionedBy": "https://smartdatamodels.org/dataModel.SocialMedia/isMentionedBy",
"location": "https://uri.etsi.org/ngsi-ld/location",
"locationReferencedBy": "https://smartdatamodels.org/dataModel.SocialMedia/locationReferencedBy",
"name": "https://smartdatamodels.org/name",
"ngsi-ld": "https://uri.etsi.org/ngsi-ld/",
"owner": "https://smartdatamodels.org/owner",
"platform": "https://smartdatamodels.org/dataModel.SocialMedia/platform",
"postCreatedAt": "https://smartdatamodels.org/dataModel.SocialMedia/postCreatedAt",
"postId": "https://smartdatamodels.org/dataModel.SocialMedia/postId",
"postOfficeBoxNumber": "https://smartdatamodels.org/postOfficeBoxNumber",
"postalCode": "https://smartdatamodels.org/postalCode",
"seeAlso": "https://smartdatamodels.org/seeAlso",
"source": "https://smartdatamodels.org/source",
"streetAddress": "https://smartdatamodels.org/streetAddress",
"streetNr": "https://smartdatamodels.org/streetNr",
"type": "@type",
"userId": "https://smartdatamodels.org/dataModel.SocialMedia/userId",
"userName": "https://smartdatamodels.org/dataModel.SocialMedia/userName"
}
}