Update @context
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
62add6cfbd
commit
8d5592ef9d
1 changed files with 17 additions and 4 deletions
|
@ -44,12 +44,25 @@
|
||||||
"nonAnonymous": "sm:nonAnonymous",
|
"nonAnonymous": "sm:nonAnonymous",
|
||||||
"mz": "https://joinmobilizon.org/ns#",
|
"mz": "https://joinmobilizon.org/ns#",
|
||||||
"joinMode": {
|
"joinMode": {
|
||||||
"@id": "mz:joinMode",
|
"@id": "mz:joinMode",
|
||||||
"@type": "mz:joinModeType"
|
"@type": "mz:joinModeType"
|
||||||
},
|
},
|
||||||
"joinModeType": {
|
"joinModeType": {
|
||||||
"@id": "mz:joinModeType",
|
"@id": "mz:joinModeType",
|
||||||
"@type": "rdfs:Class"
|
"@type": "rdfs:Class"
|
||||||
|
},
|
||||||
|
"participationMessage": {
|
||||||
|
"@id": "mz:participationMessage",
|
||||||
|
"@type": "sc:Text"
|
||||||
|
},
|
||||||
|
"streetAddress": "sc:streetAddress",
|
||||||
|
"postalCode": "sc:postalCode",
|
||||||
|
"addressLocality": "sc:addressLocality",
|
||||||
|
"addressRegion": "sc:addressRegion",
|
||||||
|
"addressCountry": "sc:addressCountry",
|
||||||
|
"location": {
|
||||||
|
"@id": "sc:location",
|
||||||
|
"@type": "sc:Place"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue