Skip to content

Commit e0f04e9

Browse files
geopose base uri
1 parent a3b790e commit e0f04e9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

registereditems/geo/geopose/advanced/context.jsonld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"@context": {
33
"@version": 1.1,
4-
"geopose": "http://example.com/geopose/",
4+
"geopose": "https://w3id.org/ogc/geopose/",
55
"geo": "http://www.w3.org/2003/01/geo/wgs84_pos#",
66
"quaternion": {
77
"@id": "geopose:quaternion",

registereditems/geo/geopose/basic/quaternion/context.jsonld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"@context": {
33
"@version": 1.1,
4-
"geopose": "http://example.com/geopose/",
4+
"geopose": "https://w3id.org/ogc/geopose/",
55
"geo": "http://www.w3.org/2003/01/geo/wgs84_pos#",
66
"position": {
77
"@id": "geopose:position",

registereditems/geo/geopose/basic/ypr/context.jsonld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"@context": {
33
"@version": 1.1,
4-
"geopose": "http://example.com/geopose/",
4+
"geopose": "https://w3id.org/ogc/geopose/",
55
"geo": "http://www.w3.org/2003/01/geo/wgs84_pos#",
66
"position": {
77
"@id": "geopose:position",

0 commit comments

Comments
 (0)