Last active
December 17, 2015 06:59
-
-
Save jcarbaugh/5569357 to your computer and use it in GitHub Desktop.
JSON-LD v plain old JSON
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
format: "linked-data-api", | |
version: "0.2", | |
result: { | |
_about: "http://environment.data.gov.uk/doc/bathing-water/ukl1702-36800.json", | |
definition: "http://environment.data.gov.uk/meta/doc/bathing-water/_eubwid.json", | |
extendedMetadataVersion: "http://environment.data.gov.uk/doc/bathing-water/ukl1702-36800.json?_metadata=all", | |
primaryTopic: { | |
_about: "http://environment.data.gov.uk/id/bathing-water/ukl1702-36800", | |
country: { | |
_about: "http://data.ordnancesurvey.co.uk/id/country/wales", | |
name: [{ | |
_value: "Wales" | |
}, { | |
_value: "Wales", | |
_lang: "en" | |
} | |
] | |
}, | |
county: { | |
_about: "http://data.ordnancesurvey.co.uk/id/7000000000025498", | |
name: { | |
_value: "The County Borough of Neath Port Talbot" | |
} | |
}, | |
district: [{ | |
_about: "http://data.ordnancesurvey.co.uk/id/7000000000025498", | |
name: { | |
_value: "The County Borough of Neath Port Talbot" | |
} | |
}, | |
"http://statistics.data.gov.uk/id/statistical-geography/W06000012" | |
], | |
envelope: { | |
_about: "http://location.data.gov.uk/so/common/Envelope/bwpf.eaew/ukl1702-36800:1", | |
label: [{ | |
_value: "Map bounds for Aberafan", | |
_lang: "en" | |
} | |
] | |
}, | |
eubwidNotation: "ukl1702-36800", | |
latestComplianceAssessment: { | |
_about: "http://environment.data.gov.uk/data/bathing-water-quality/compliance/point/36800/year/2012", | |
complianceClassification: { | |
_about: "http://environment.data.gov.uk/def/bwq-cc-2012/I", | |
name: { | |
_value: "Minimum", | |
_lang: "en" | |
} | |
} | |
}, | |
latestProfile: "http://environment.data.gov.uk/data/bathing-water-profile/ukl1702-36800/2013:1", | |
latestSampleAssessment: { | |
_about: "http://environment.data.gov.uk/data/bathing-water-quality/in-season/sample/point/36800/date/20120920/time/122500/recordDate/20120920", | |
sampleClassification: { | |
_about: "http://environment.data.gov.uk/def/bwq-cc-2012/G", | |
name: { | |
_value: "Higher", | |
_lang: "en" | |
} | |
} | |
}, | |
name: { | |
_value: "Aberafan", | |
_lang: "en" | |
}, | |
regionalOrganization: { | |
_about: "http://reference.data.gov.uk/id/public-body/environment-agency/unit/wales-wales-office", | |
name: { | |
_value: "Wales", | |
_lang: "en" | |
} | |
}, | |
sameAs: "http://environment.data.gov.uk/id/bathing-water/aberafan", | |
samplingPoint: { | |
_about: "http://location.data.gov.uk/so/ef/SamplingPoint/bwsp.eaew/36800", | |
easting: 274187, | |
lat: 51.5933, | |
long: -3.8177, | |
name: { | |
_value: "Sampling point at Aberafan", | |
_lang: "en" | |
}, | |
northing: 189841 | |
}, | |
sedimentTypesPresent: "http://environment.data.gov.uk/def/bathing-water/sand-sediment", | |
type: [ | |
"http://environment.data.gov.uk/def/bathing-water/BathingWater", | |
"http://environment.data.gov.uk/def/bathing-water/TransitionalBathingWater" | |
], | |
uriSet: { | |
_about: "http://environment.data.gov.uk/id/bathing-water/", | |
label: [{ | |
_value: "Bathing waters monitored by the Environment Agency for England and Wales.", | |
_lang: "en" | |
} | |
] | |
}, | |
waterQualityImpactedByHeavyRain: true, | |
yearDesignated: "http://reference.data.gov.uk/id/year/1988", | |
zoneOfInfluence: { | |
_about: "http://location.data.gov.uk/so/ef/ZoneOfInfluence/bwzoi.eaew/ukl1702-36800:1", | |
name: { | |
_value: "Zone of influence at Aberafan", | |
_lang: "en" | |
} | |
} | |
}, | |
type: [ | |
"http://purl.org/linked-data/api/vocab#Page" | |
] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
id: "ukl1702-36800", | |
name: "Aberafan", | |
country: "Wales", | |
county: "The County Borough of Neath Port Talbot", | |
district: "The County Borough of Neath Port Talbot", | |
latestComplianceAssessment: "Minimum", | |
latestProfile: "http://environment.data.gov.uk/data/bathing-water-profile/ukl1702-36800/2013:1", | |
latestSampleAssessment: "Higher", | |
regionalOrganization: "Wales", | |
samplingPoint: { | |
easting: 274187, | |
lat: 51.5933, | |
long: -3.8177, | |
name: "Sampling point at Aberafan", | |
northing: 189841 | |
}, | |
sedimentTypesPresent: "http://environment.data.gov.uk/def/bathing-water/sand-sediment", | |
waterQualityImpactedByHeavyRain: true, | |
yearDesignated: 1988, | |
zoneOfInfluence: "Zone of influence at Aberafan", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment