Skip to content

Instantly share code, notes, and snippets.

@ksonda
Created March 17, 2026 19:29
Show Gist options
  • Select an option

  • Save ksonda/7777506f4e10589f818463653c316fb2 to your computer and use it in GitHub Desktop.

Select an option

Save ksonda/7777506f4e10589f818463653c316fb2 to your computer and use it in GitHub Desktop.
{
"@context": {
"@vocab": "https://schema.org/",
"xsd": "https://www.w3.org/TR/xmlschema-2/#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"dc": "http://purl.org/dc/terms/",
"gnis": "http://gnis-ld.org/lod/gnis/ontology/",
"usgs": "http://gnis-ld.org/lod/usgs/ontology/",
"geosparql": "http://www.opengis.net/ont/geosparql#",
"gsp": "http://www.opengis.net/ont/geosparql#",
"qudt": "http://qudt.org/schema/qudt/",
"qudt-units": "http://qudt.org/vocab/unit/"
},
"@id": "https://geoconnex.us/usgs/gnis/1400405",
"@type": [
"Place",
"gnis:Feature"
],
"identifier": {
"@type": "PropertyValue",
"propertyID": "GNIS Feature ID",
"value": "1400405"
},
"gnis:featureId": "1400405",
"name": "Circle Island",
"gnis:officialName": "Circle Island",
"alternateName": [
"Circle Island"
],
"geo": {
"@type": "GeoCoordinates",
"latitude": 61.7594444,
"longitude": -161.3172222
},
"gsp:hasGeometry": {
"@type": "gsp:Geometry",
"gsp:asWKT": {
"@type": "gsp:wktLiteral",
"@value": "POINT Z (-161.31722219962728 61.75944439997005 0)"
},
"gsp:crs": {
"@id": "http://www.opengis.net/def/crs/EPSG/0/4326"
}
},
"dc:created": "1981-03-31T00:00:00",
"gnis:dateFeatureCreated": "1981-03-31T00:00:00",
"dc:modified": "NaT",
"gnis:dateFeatureEdited": "NaT",
"provider": {
"@type": "GovernmentOrganization",
"@id": "https://www.usgs.gov/",
"name": "U.S. Geological Survey",
"url": "https://www.usgs.gov/"
},
"sameAs": [],
"subjectOf": [
{
"@type": "Dataset",
"name": "USGS Geographic Names Information System",
"description": "Records about physical and cultural geographic features of all types in the United States",
"url": "https://www.usgs.gov/us-board-on-geographic-names/download-gnis-data",
"provider": {
"@type": "GovernmentOrganization",
"@id": "https://www.usgs.gov/",
"name": "U.S. Geological Survey",
"url": "https://www.usgs.gov/"
},
"distribution": {
"@type": "DataDownload",
"contentUrl": "https://prd-tnm.s3.amazonaws.com/StagedProducts/GeographicNames/FullModel/Gazetteer_National_GPKG.zip",
"encodingFormat": "application/zip"
}
}
],
"gnis:history": "Riverboat pilots' name shown on a 1916 field sheet by R. H. Sargent, U.S. Geological Survey (USGS).",
"description": "in Yukon River 1.2 mi. S of Russian Mission, Yukon-Kuskokwim Delta",
"gnis:description": "in Yukon River 1.2 mi. S of Russian Mission, Yukon-Kuskokwim Delta",
"gnis:county": {
"@type": "gnis:County",
"@id": "https://geoconnex.us/ref/counties/02158",
"gnis:countyName": "Kusilvak (CA)",
"gnis:countyCode": "158"
},
"gnis:state": {
"@type": "gnis:State",
"@id": "https://geoconnex.us/ref/states/02",
"gnis:stateName": "Alaska",
"gnis:stateCode": "02"
},
"containedInPlace": [
{
"@type": [
"AdministrativeArea",
"gnis:County"
],
"@id": "https://geoconnex.us/ref/counties/02158",
"name": "Kusilvak (CA)",
"gnis:countyCode": "158",
"identifier": {
"@type": "PropertyValue",
"propertyID": "State FIPS Code",
"value": "158"
},
"containedInPlace": {
"@id": "https://geoconnex.us/ref/states/02"
}
},
{
"@type": [
"AdministrativeArea",
"State"
],
"@id": "https://geoconnex.us/ref/states/02",
"name": "Alaska",
"gnis:stateCode": "AK",
"identifier": {
"@type": "PropertyValue",
"propertyID": "State FIPS Code",
"value": "02"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment