Skip to content

Commit

Permalink
Fix coordinate order in ga-courts example
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Cox committed Oct 24, 2019
1 parent 6f9409a commit 0f0c981
Show file tree
Hide file tree
Showing 3 changed files with 196 additions and 63 deletions.
206 changes: 163 additions & 43 deletions dcat/examples/ga-courts.jsonld
@@ -1,40 +1,40 @@
{
"@graph" : [ {
"@id" : "_:b0",
"@type" : "dct:Location",
"geometry" : "<gml:Envelope srsName=\"http://www.opengis.net/def/crs/EPSG/0/4283\"><gml:lowerCorner>115.864566 -42.885989</gml:lowerCorner><gml:upperCorner>153.276835 -12.460578</gml:upperCorner></gml:Envelope>"
"@type" : "dcat:Distribution",
"format" : "Product Map (jpg)"
}, {
"@id" : "_:b1",
"@type" : "dcat:Distribution",
"format" : "ESRI Geodatabase (gdb)"
"format" : "Google Earth (kml)"
}, {
"@id" : "_:b2",
"@type" : "dct:Location",
"geometry" : "<gml:Envelope srsName=\"http://www.opengis.net/def/crs/EPSG/0/4283\"><gml:lowerCorner>115.800000 -42.900000</gml:lowerCorner><gml:upperCorner>153.300000 -12.400000</gml:upperCorner></gml:Envelope>"
"bbox" : "<http://www.opengis.net/def/crs/EPSG/0/4283> POLYGON((\r\n -42.885989 115.864566 , -12.460578 115.864566 ,\r\n -12.460578 153.276835 , -42.885989 153.276835 ,\r\n -42.885989 115.864566 \r\n ))"
}, {
"@id" : "_:b3",
"@type" : "dct:Location",
"geometry" : "<gml:Envelope srsName=\"http://www.opengis.net/def/crs/EPSG/0/4283\"><gml:lowerCorner>115.800000 -42.900000</gml:lowerCorner><gml:upperCorner>153.300000 -12.400000</gml:upperCorner></gml:Envelope>"
"bbox" : "<http://www.opengis.net/def/crs/EPSG/0/4283> POLYGON((\r\n -42.885989 115.864566 , -12.460578 115.864566 ,\r\n -12.460578 153.276835 , -42.885989 153.276835 ,\r\n -42.885989 115.864566 \r\n ))"
}, {
"@id" : "_:b4",
"@type" : "dct:Location",
"geometry" : "<gml:Envelope srsName=\"http://www.opengis.net/def/crs/EPSG/0/4283\"><gml:lowerCorner>115.800000 -42.900000</gml:lowerCorner><gml:upperCorner>153.300000 -12.400000</gml:upperCorner></gml:Envelope>"
"bbox" : "<http://www.opengis.net/def/crs/EPSG/0/4283> POLYGON((\r\n -42.885989 115.864566 , -12.460578 115.864566 ,\r\n -12.460578 153.276835 , -42.885989 153.276835 ,\r\n -42.885989 115.864566 \r\n ))"
}, {
"@id" : "_:b5",
"@type" : "dcat:Distribution",
"format" : "Spreadsheet (xls)"
"format" : "ESRI Geodatabase (gdb)"
}, {
"@id" : "_:b6",
"@type" : "dcat:Distribution",
"format" : "Product Map (jpg)"
"format" : "Spreadsheet (xls)"
}, {
"@id" : "_:b7",
"@type" : "dcat:Distribution",
"format" : "Spreadsheet (csv)"
"@type" : "dct:Location",
"bbox" : "<http://www.opengis.net/def/crs/EPSG/0/4283> POLYGON((\r\n -42.885989 115.864566 , -12.460578 115.864566 ,\r\n -12.460578 153.276835 , -42.885989 153.276835 ,\r\n -42.885989 115.864566 \r\n ))"
}, {
"@id" : "_:b8",
"@type" : "dcat:Distribution",
"format" : "Google Earth (kml)"
"format" : "Spreadsheet (csv)"
}, {
"@id" : "_:b9",
"@type" : "dcat:Distribution",
Expand All @@ -44,21 +44,39 @@
"@type" : "owl:Ontology",
"created" : "2018-09-18",
"creator" : "https://orcid.org/0000-0002-3884-3420",
"label" : "GA Judicial Courts",
"label" : {
"@language" : "en",
"@value" : "GA Judicial Courts"
},
"imports" : [ "http://www.w3.org/ns/dcat", "http://www.w3.org/2006/vcard/ns" ]
}, {
"@id" : "ga-courts:GA",
"@type" : "v:Organization",
"label" : "Commonwealth of Australia (Geoscience Australia)",
"label" : {
"@language" : "en",
"@value" : "Commonwealth of Australia (Geoscience Australia)"
},
"country-name" : "Australia",
"email" : "mailto:sales@ga.gov.au",
"fn" : "Commonwealth of Australia (Geoscience Australia)",
"locality" : "Canberra",
"organization-name" : "Geoscience Australia",
"fn" : {
"@language" : "en",
"@value" : "Commonwealth of Australia (Geoscience Australia)"
},
"locality" : {
"@language" : "en",
"@value" : "Canberra"
},
"organization-name" : {
"@language" : "en",
"@value" : "Geoscience Australia"
},
"post-office-box" : "GPO Box 378",
"postal-code" : "2601",
"region" : "ACT",
"street-address" : "Cnr Jerrabomberra Ave and Hindmarsh Dr, Symonston, ACT"
"street-address" : {
"@language" : "en",
"@value" : "Cnr Jerrabomberra Ave and Hindmarsh Dr, Symonston, ACT"
}
}, {
"@id" : "ga-courts:jc",
"@type" : "dcat:Dataset",
Expand All @@ -67,19 +85,49 @@
"@type" : "xsd:date",
"@value" : "2012-01-01"
},
"description" : "The dataset contains spatial locations, in point format, of the Australian High Court, Australian Federal Courts and the Australian Magistrates Courts.",
"description" : {
"@language" : "en",
"@value" : "The dataset contains spatial locations, in point format, of the Australian High Court, Australian Federal Courts and the Australian Magistrates Courts."
},
"identifier" : "cc365600-294a-597d-e044-00144fdd4fa6",
"issued" : "2012-01-01",
"license" : "https://creativecommons.org/licenses/by/4.0/",
"modified" : "2016-08-22",
"publisher" : "https://ga.gov.au",
"spatial" : "_:b0",
"title" : "Judicial Courts",
"spatial" : "_:b7",
"title" : {
"@language" : "en",
"@value" : "Judicial Courts"
},
"type" : "http://purl.org/dc/dcmitype/Dataset",
"comment" : "Lineage: The courts dataset was digitized and constructed in August 2012 from aerial photography, orthophotos and satellite imagery held within Geoscience Australia. Image resolution ranged from 0.15m to 2.5m. Source Information: The primary information source used to locate the court facilities was derived from these specific court websites. - Australian High Court - http://www.hcourt.gov.au/ - Australian Federal Court - http://www.fedcourt.gov.au/index.html - Federal Magistrates Court - http://www.fmc.gov.au/ A list of courts with their names and detailed address information was obtained from each of the above websites. GA imagery and publicly available information was used to confirm or correct the locations obtained from the above sources.",
"comment" : {
"@language" : "en",
"@value" : "Lineage: The courts dataset was digitized and constructed in August 2012 from aerial photography, orthophotos and satellite imagery held within Geoscience Australia. Image resolution ranged from 0.15m to 2.5m. Source Information: The primary information source used to locate the court facilities was derived from these specific court websites. - Australian High Court - http://www.hcourt.gov.au/ - Australian Federal Court - http://www.fedcourt.gov.au/index.html - Federal Magistrates Court - http://www.fmc.gov.au/ A list of courts with their names and detailed address information was obtained from each of the above websites. GA imagery and publicly available information was used to confirm or correct the locations obtained from the above sources."
},
"contactPoint" : "ga-courts:GA",
"distribution" : [ "_:b6", "_:b5", "_:b7", "_:b1", "_:b8", "_:b9" ],
"keyword" : [ "AU", "culture", "risk assessment", "Published_External", "infrastructure", "Database", "risk analysis", "GIS", "National dataset" ],
"distribution" : [ "_:b1", "_:b8", "_:b6", "_:b5", "_:b9", "_:b0" ],
"keyword" : [ "AU", {
"@language" : "en",
"@value" : "culture"
}, {
"@language" : "en",
"@value" : "risk assessment"
}, {
"@language" : "en",
"@value" : "Published_External"
}, {
"@language" : "en",
"@value" : "infrastructure"
}, {
"@language" : "en",
"@value" : "Database"
}, {
"@language" : "en",
"@value" : "risk analysis"
}, "GIS", {
"@language" : "en",
"@value" : "National dataset"
} ],
"landingPage" : "https://ecat.ga.gov.au/geonetwork/srv/eng/catalog.search#/metadata/cc365600-294a-597d-e044-00144fdd4fa6",
"theme" : [ "http://www.abs.gov.au/ausstats/abs@.nsf/0/0CE8FFFE4879D23ACA2574180004AFE5", "http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_TopicCategoryCode/society" ]
}, {
Expand All @@ -91,17 +139,41 @@
"@type" : "xsd:date",
"@value" : "2016-01-01"
},
"description" : "This web service provides access to the National Judicial Courts dataset and presents the spatial locations of all the known Australian High Courts, Australian Federal Courts and the Australian Federal Circuit Courts located within Australia, all complemented with feature attribution.",
"description" : {
"@language" : "en",
"@value" : "This web service provides access to the National Judicial Courts dataset and presents the spatial locations of all the known Australian High Courts, Australian Federal Courts and the Australian Federal Circuit Courts located within Australia, all complemented with feature attribution."
},
"identifier" : "2b8540c8-4a43-144d-e053-12a3070a3ff7",
"issued" : "2016-01-01",
"license" : "http://creativecommons.org/licenses/by/4.0/legalcode",
"spatial" : "_:b2",
"title" : "National Judicial Courts MapServer",
"title" : {
"@language" : "en",
"@value" : "National Judicial Courts MapServer"
},
"type" : [ "https://inspire.ec.europa.eu/metadata-codelist/SpatialDataServiceType/download", "http://purl.org/dc/dcmitype/Service", "https://inspire.ec.europa.eu/metadata-codelist/SpatialDataServiceType/view" ],
"comment" : "Lineage: This is the initial publication of the National Judicial Courts web service. The lineage statement for the individual datasets must be reviewed separately.",
"comment" : {
"@language" : "en",
"@value" : "Lineage: This is the initial publication of the National Judicial Courts web service. The lineage statement for the individual datasets must be reviewed separately."
},
"endpointDescription" : "http://services.ga.gov.au/gis/services/Judicial_Courts/MapServer/WMSServer?request=GetCapabilities&service=WMS",
"endpointURL" : "http://services.ga.gov.au/gis/rest/services/Judicial_Courts/MapServer",
"keyword" : [ "web mapping", "MapServer", "law courts", "web service", "Australia", "Published_External" ],
"keyword" : [ {
"@language" : "en",
"@value" : "web mapping"
}, "MapServer", {
"@language" : "en",
"@value" : "law courts"
}, {
"@language" : "en",
"@value" : "web service"
}, {
"@language" : "en",
"@value" : "Australia"
}, {
"@language" : "en",
"@value" : "Published_External"
} ],
"landingPage" : "https://ecat.ga.gov.au/geonetwork/srv/eng/catalog.search#/metadata/2b8540c8-4a43-144d-e053-12a3070a3ff7",
"servesDataset" : "ga-courts:jc",
"theme" : [ "http://www.abs.gov.au/ausstats/abs@.nsf/0/0CE8FFFE4879D23ACA2574180004AFE5", "http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_TopicCategoryCode/society" ]
Expand All @@ -114,17 +186,41 @@
"@type" : "xsd:date",
"@value" : "2016-01-01"
},
"description" : "This web service provides access to the National Judicial Courts dataset and presents the spatial locations of all the known Australian High Courts, Australian Federal Courts and the Australian Federal Circuit Courts located within Australia, all complemented with feature attribution.",
"description" : {
"@language" : "en",
"@value" : "This web service provides access to the National Judicial Courts dataset and presents the spatial locations of all the known Australian High Courts, Australian Federal Courts and the Australian Federal Circuit Courts located within Australia, all complemented with feature attribution."
},
"identifier" : "2b8540c8-4a42-144d-e053-12a3070a3ff7",
"issued" : "2016-01-01",
"license" : "http://creativecommons.org/licenses/by/4.0/legalcode",
"spatial" : "_:b4",
"title" : "National Judicial Courts WFS",
"title" : {
"@language" : "en",
"@value" : "National Judicial Courts WFS"
},
"type" : [ "http://purl.org/dc/dcmitype/Service", "https://inspire.ec.europa.eu/metadata-codelist/SpatialDataServiceType/download" ],
"comment" : "Lineage: This is the initial publication of the National Judicial Courts web service. The lineage statement for the individual datasets must be reviewed separately.",
"comment" : {
"@language" : "en",
"@value" : "Lineage: This is the initial publication of the National Judicial Courts web service. The lineage statement for the individual datasets must be reviewed separately."
},
"endpointDescription" : "http://services.ga.gov.au/gis/services/Judicial_Courts/MapServer/WFSServer?request=GetCapabilities&service=WFS",
"endpointURL" : "http://services.ga.gov.au/gis/services/Judicial_Courts/MapServer/WFSServer",
"keyword" : [ "web feature service", "Australia", "law courts", "WFS", "Published_External", "web service" ],
"keyword" : [ {
"@language" : "en",
"@value" : "web feature service"
}, {
"@language" : "en",
"@value" : "Australia"
}, {
"@language" : "en",
"@value" : "law courts"
}, "WFS", {
"@language" : "en",
"@value" : "Published_External"
}, {
"@language" : "en",
"@value" : "web service"
} ],
"landingPage" : "https://ecat.ga.gov.au/geonetwork/srv/eng/catalog.search#/metadata/2b8540c8-4a42-144d-e053-12a3070a3ff7",
"servesDataset" : "ga-courts:jc",
"theme" : [ "http://www.abs.gov.au/ausstats/abs@.nsf/0/0CE8FFFE4879D23ACA2574180004AFE5", "http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_TopicCategoryCode/society" ]
Expand All @@ -137,27 +233,47 @@
"@type" : "xsd:date",
"@value" : "2016-01-01"
},
"description" : "This web service provides access to the National Judicial Courts dataset and presents the spatial locations of all the known Australian High Courts, Australian Federal Courts and the Australian Federal Circuit Courts located within Australia, all complemented with feature attribution.",
"description" : {
"@language" : "en",
"@value" : "This web service provides access to the National Judicial Courts dataset and presents the spatial locations of all the known Australian High Courts, Australian Federal Courts and the Australian Federal Circuit Courts located within Australia, all complemented with feature attribution."
},
"identifier" : "2b8540c8-4a41-144d-e053-12a3070a3ff7",
"issued" : "2016-01-01",
"license" : "http://creativecommons.org/licenses/by/4.0/legalcode",
"modified" : "2017-12-07",
"spatial" : "_:b3",
"title" : "National Judicial Courts WMS",
"title" : {
"@language" : "en",
"@value" : "National Judicial Courts WMS"
},
"type" : [ "https://inspire.ec.europa.eu/metadata-codelist/SpatialDataServiceType/view", "http://purl.org/dc/dcmitype/Service" ],
"comment" : "Lineage: This is the initial publication of the National Judicial Courts web service. The lineage statement for the individual datasets must be reviewed separately.",
"comment" : {
"@language" : "en",
"@value" : "Lineage: This is the initial publication of the National Judicial Courts web service. The lineage statement for the individual datasets must be reviewed separately."
},
"endpointDescription" : "http://services.ga.gov.au/gis/services/Judicial_Courts/MapServer/WMSServer?request=GetCapabilities&service=WMS",
"endpointURL" : "http://services.ga.gov.au/gis/services/Judicial_Courts/MapServer/WMSServer",
"keyword" : [ "WMS", "web service", "law courts", "web map service", "Published_External", "Australia" ],
"keyword" : [ "WMS", {
"@language" : "en",
"@value" : "web service"
}, {
"@language" : "en",
"@value" : "law courts"
}, {
"@language" : "en",
"@value" : "web map service"
}, {
"@language" : "en",
"@value" : "Published_External"
}, {
"@language" : "en",
"@value" : "Australia"
} ],
"landingPage" : "https://ecat.ga.gov.au/geonetwork/srv/eng/catalog.search#/metadata/2b8540c8-4a41-144d-e053-12a3070a3ff7",
"servesDataset" : "ga-courts:jc",
"theme" : [ "http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_TopicCategoryCode/society", "http://www.abs.gov.au/ausstats/abs@.nsf/0/0CE8FFFE4879D23ACA2574180004AFE5" ]
} ],
"@context" : {
"geometry" : {
"@id" : "http://www.w3.org/ns/locn#geometry",
"@type" : "http://www.opengis.net/ont/geosparql#gmlLiteral"
},
"format" : {
"@id" : "http://purl.org/dc/terms/format"
},
Expand Down Expand Up @@ -218,6 +334,10 @@
"title" : {
"@id" : "http://purl.org/dc/terms/title"
},
"spatial" : {
"@id" : "http://purl.org/dc/terms/spatial",
"@type" : "@id"
},
"accessRights" : {
"@id" : "http://purl.org/dc/terms/accessRights",
"@type" : "@id"
Expand All @@ -230,10 +350,6 @@
"@id" : "http://www.w3.org/ns/dcat#endpointURL",
"@type" : "@id"
},
"spatial" : {
"@id" : "http://purl.org/dc/terms/spatial",
"@type" : "@id"
},
"modified" : {
"@id" : "http://purl.org/dc/terms/modified",
"@type" : "http://www.w3.org/2001/XMLSchema#date"
Expand All @@ -254,6 +370,10 @@
"@id" : "http://purl.org/dc/terms/publisher",
"@type" : "@id"
},
"bbox" : {
"@id" : "http://www.w3.org/ns/dcat#bbox",
"@type" : "http://www.opengis.net/ont/geosparql#wktLiteral"
},
"region" : {
"@id" : "http://www.w3.org/2006/vcard/ns#region"
},
Expand Down

0 comments on commit 0f0c981

Please sign in to comment.