Skip to content

Commit

Permalink
Merge pull request #73 from opengeospatial/20241002
Browse files Browse the repository at this point in the history
Fix broken qudt link
  • Loading branch information
ghobona authored Oct 2, 2024
2 parents e6bc7cb + 0405a93 commit 4d73567
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion openapi/examples/movingFeature_MF_JSON.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"datetimes": ["2011-07-14T22:01:01.450Z", "2011-07-14T23:01:01.450Z", "2011-07-15T00:01:01.450Z"],
"length": {
"type": "Measure",
"form": "http://www.qudt.org/qudt/owl/1.0.0/quantity/Length",
"form": "http://qudt.org/vocab/quantitykind/Length",
"values": [1.0, 2.4, 1.0],
"interpolation": "Linear",
},
Expand Down
2 changes: 1 addition & 1 deletion openapi/examples/temporalProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"datetimes": ["2011-07-14T22:01:06.000Z", "2011-07-14T22:01:07.000Z", "2011-07-14T22:01:08.000Z"],
"length": {
"type": "Measure",
"form": "http://www.qudt.org/qudt/owl/1.0.0/quantity/Length",
"form": "http://qudt.org/vocab/quantitykind/Length",
"values": [1.0, 2.4, 1.0],
"interpolation": "Linear"
},
Expand Down
2 changes: 1 addition & 1 deletion openapi/examples/temporalPropertyCollection.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "length",
"type": "TReal",
"form": "http://www.qudt.org/qudt/owl/1.0.0/quantity/Length"
"form": "http://qudt.org/vocab/quantitykind/Length"
},
{
"name": "speed",
Expand Down
2 changes: 1 addition & 1 deletion openapi/examples/temporalProperty_MF_JSON.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"datetimes": ["2011-07-14T22:01:01.450Z", "2011-07-14T23:01:01.450Z", "2011-07-15T00:01:01.450Z"],
"length": {
"type": "Measure",
"form": "http://www.qudt.org/qudt/owl/1.0.0/quantity/Length",
"form": "http://qudt.org/vocab/quantitykind/Length",
"values": [1.0, 2.4, 1.0],
"interpolation": "Linear",
},
Expand Down
6 changes: 3 additions & 3 deletions openapi/ogcapi-movingfeatures-1.bundled.json
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@
],
"length": {
"type": "Measure",
"form": "http://www.qudt.org/qudt/owl/1.0.0/quantity/Length",
"form": "http://qudt.org/vocab/quantitykind/Length",
"values": [
1,
2.4,
Expand Down Expand Up @@ -1030,7 +1030,7 @@
],
"length": {
"type": "Measure",
"form": "http://www.qudt.org/qudt/owl/1.0.0/quantity/Length",
"form": "http://qudt.org/vocab/quantitykind/Length",
"values": [
1,
2.4,
Expand Down Expand Up @@ -3186,7 +3186,7 @@
],
"length": {
"type": "Measure",
"form": "http://www.qudt.org/qudt/owl/1.0.0/quantity/Length",
"form": "http://qudt.org/vocab/quantitykind/Length",
"values": [
1,
2.4,
Expand Down
6 changes: 3 additions & 3 deletions openapi/ogcapi-movingfeatures-1.bundled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ paths:
- '2011-07-15T00:01:01.450Z'
length:
type: Measure
form: http://www.qudt.org/qudt/owl/1.0.0/quantity/Length
form: http://qudt.org/vocab/quantitykind/Length
values:
- 1
- 2.4
Expand Down Expand Up @@ -687,7 +687,7 @@ paths:
- '2011-07-15T00:01:01.450Z'
length:
type: Measure
form: http://www.qudt.org/qudt/owl/1.0.0/quantity/Length
form: http://qudt.org/vocab/quantitykind/Length
values:
- 1
- 2.4
Expand Down Expand Up @@ -2194,7 +2194,7 @@ components:
- '2011-07-14T22:01:08.000Z'
length:
type: Measure
form: http://www.qudt.org/qudt/owl/1.0.0/quantity/Length
form: http://qudt.org/vocab/quantitykind/Length
values:
- 1
- 2.4
Expand Down
10 changes: 5 additions & 5 deletions openapi/openapi-movingfeatures-1.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions openapi/openapi-movingfeatures-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@
],
"length": {
"type": "Measure",
"form": "http://www.qudt.org/qudt/owl/1.0.0/quantity/Length",
"form": "http://qudt.org/vocab/quantitykind/Length",
"values": [
1,
2.4,
Expand Down Expand Up @@ -1039,7 +1039,7 @@
],
"length": {
"type": "Measure",
"form": "http://www.qudt.org/qudt/owl/1.0.0/quantity/Length",
"form": "http://qudt.org/vocab/quantitykind/Length",
"values": [
1,
2.4,
Expand Down Expand Up @@ -3153,7 +3153,7 @@
],
"length": {
"type": "Measure",
"form": "http://www.qudt.org/qudt/owl/1.0.0/quantity/Length",
"form": "http://qudt.org/vocab/quantitykind/Length",
"values": [
1,
2.4,
Expand Down
2 changes: 1 addition & 1 deletion standard/examples/features-post.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
| ], |
| "length": { |
| "type": "Measure", |
| "form": "http://www.qudt.org/qudt/owl/1.0.0/quantity/Length", |
| "form": "http://qudt.org/vocab/quantitykind/Length", |
| "values": [1,2.4,1], |
| "interpolation": "Linear", |
| "description": "description1" |
Expand Down

0 comments on commit 4d73567

Please sign in to comment.