Skip to content

Commit

Permalink
remove shape in name : GeoreferenceShape -> Georeference
Browse files Browse the repository at this point in the history
Signed-off-by: Mirco <[email protected]>
  • Loading branch information
MircoNierenz committed Oct 25, 2024
1 parent baaa17b commit 7f7fd25
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion environment-model/environment-model_instance.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
}
},
"environment-model:georeference": {
"@type": "georeference:GeoreferenceShape",
"@type": "georeference:Georeference",
"georeference:projectLocation": {
"@type": "georeference:ProjectLocation",
"georeference:country": {
Expand Down
4 changes: 2 additions & 2 deletions georeference/georeference_instance.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"sh": "http://www.w3.org/ns/shacl#",
"georeference": "https://github.com/GAIA-X4PLC-AAD/ontology-management-base/tree/main/georeference/"
},
"@id": "did:web:registry.gaia-x.eu:GeoreferenceShape:B67seBpGKVpJGdhXrMGJVG0K2m4AxhzKTBoq",
"@type": "georeference:GeoreferenceShape",
"@id": "did:web:registry.gaia-x.eu:Georeference:B67seBpGKVpJGdhXrMGJVG0K2m4AxhzKTBoq",
"@type": "georeference:Georeference",
"georeference:projectLocation": {
"@type": "georeference:ProjectLocation",
"georeference:country": {
Expand Down
2 changes: 1 addition & 1 deletion hdmap/hdmap_instance.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
}
},
"hdmap:georeference": {
"@type": "georeference:GeoreferenceShape",
"@type": "georeference:Georeference",
"georeference:projectLocation": {
"@type": "georeference:ProjectLocation",
"georeference:country": {
Expand Down
2 changes: 1 addition & 1 deletion surface-model/surface-model_instance.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"surface-model:mapDataField": true
},
"surface-model:Georeference": {
"@type": "georeference:GeoreferenceShape",
"@type": "georeference:Georeference",
"georeference:projectLocation": {
"@type": "georeference:ProjectLocation",
"georeference:country": {
Expand Down

0 comments on commit 7f7fd25

Please sign in to comment.