Skip to content

Update ISO 19111; aliases #869

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 34 additions & 3 deletions refs/biblio.json
Original file line number Diff line number Diff line change
Expand Up @@ -2787,6 +2787,12 @@
"ODRL11": {
"aliasOf": "odrl"
},
"OGC-Topic-2": {
"aliasOf": "Ref-by-Coords"
},
"OGC-Topic-20": {
"aliasOf": "OMS"
},
"OGG": {
"aliasOf": "rfc3533"
},
Expand Down Expand Up @@ -2824,7 +2830,7 @@
"date": "2023",
"title": "Observations, measurements and samples (OMS)",
"status": "OGC Abstract Specification Topic 20",
"obsoletes": [
"updates": [
"OandM"
]
},
Expand Down Expand Up @@ -2985,6 +2991,7 @@
"date": "2011",
"title": "Observations and Measurements (O&M) v2",
"status": "OGC Abstract Specification Topic 20",
"isSuperseded": true,
"updatedBy": [
"OMS"
]
Expand Down Expand Up @@ -3103,6 +3110,12 @@
"RDF11-XML": {
"aliasOf": "rdf-syntax-grammar"
},
"Ref-by-Coords": {
"authors": ["Roger Lott"],
"title": "OGC Abstract Specification Topic 2 -- Geographic information -- Referencing by coordinates",
"date": "2019",
"href": "http://docs.opengeospatial.org/as/18-005r4/18-005r4.html"
},
"RELAXNG": {
"authors": [
"James Clark",
Expand Down Expand Up @@ -4965,7 +4978,21 @@
]
},
"iso-19111": {
"aliasOf": "iso-19111-2007"
"aliasOf": "iso-19111-2019"
},
"iso-19111-2019": {
"authors": [
"ISO/TC 211"
],
"href": "https://www.iso.org/standard/74039.html",
"title": "Geographic information -- Referencing by coordinates",
"publisher": "ISO",
"status": "International Standard",
"date": "2019",
"isoNumber": "ISO 19111:2019",
"updates": [
"iso-19111-2007"
]
},
"iso-19111-2007": {
"authors": [
Expand All @@ -4976,7 +5003,11 @@
"publisher": "ISO",
"status": "International Standard",
"date": "2007",
"isoNumber": "ISO 19111:2007"
"isoNumber": "ISO 19111:2007",
"isSuperseded": true,
"updatedBy": [
"iso-19111-2019"
]
},
"iso-19115": {
"aliasOf": "iso-19115-2003"
Expand Down
Loading