[ { "description":"Single Points, multiple elements", "geographicElement":[ { "type":"Feature", "id":"point1", "properties":{ "name":"BS7882", "description":"Sea buoy BS7882 location", "assignedId": [ { "contactId": "1", "role": "creator", "resourceIdentifier": [ { "identifierName": "http://www.gtnp.org", "identifier": "PNT-12345" } ] } ] }, "geometry":{ "type":"Point", "coordinates":[ -164.87402357161, 59.165040850639 ] }, "crs":{ "type":"name", "properties":{ "name":"urn:ogc:def:crs:OGC:1.3:CRS84" } } }, { "type":"Feature", "id":"point100", "properties":{ "identifier":"PNT-12346", "idAuthority":"http://www.gtnp.org", "name":"BS999", "description":"Sea buoy BS999 location" }, "geometry":{ "type":"Point", "coordinates":[ -164.87302357161, 59.145040850639 ] }, "crs":{ "type":"name", "properties":{ "name":"urn:ogc:def:crs:OGC:1.3:CRS84" } } } ] }, { "description":"List of Points", "geographicElement":[ { "type":"Feature", "bbox":[ -164.88550989974, 59.159712874412, -164.86353724349, 59.169368826866 ], "id":"pointlist1", "properties":{ "name":"Fishin' spots", "description":"These points have shared attributes", "includesData":true }, "geometry":{ "type":"MultiPoint", "coordinates":[ [ -164.87402357161, 59.165040850639 ], [ -164.87502357161, 59.164040850639 ], [ -164.88387053359, 59.161207759012 ] ] }, "crs":{ "type":"name", "properties":{ "name":"urn:ogc:def:crs:OGC:1.3:CRS84" } } } ] }, { "description":"List of Points with attributes", "geographicElement":[ { "type":"FeatureCollection", "id":"multiPt1", "bbox":[ -164.88550989974, 59.159712874412, -164.86353724349, 59.169368826866 ], "properties":{ "name":"A FeatureCollection(points)", "description":"represents GML MultiGeometry" }, "crs":{ "type":"name", "properties":{ "name":"urn:ogc:def:crs:OGC:1.3:CRS84" } }, "features":[ { "type":"Feature", "id":"point010", "properties":{ "identifier":"PNT-12345", "idAuthority":"http://www.gtnp.org", "name":"BS7882", "description":"point valid on or after a specific date", "temporalElement":{ "date":[ "2011-09-15", "2012-08-14" ] } }, "geometry":{ "type":"Point", "coordinates":[ -164.88550989974, 59.179712874412 ] } }, { "type":"Feature", "id":"point012", "properties":{ "description":"point valid on or after a specific date", "temporalElement":{ "timeInstant":[ { "description":"ground condition", "timePosition":"2012-07-15T08:05:00-09:00" } ] } }, "geometry":{ "type":"Point", "coordinates":[ -164.87550989974, 59.209712874412 ] } }, { "type":"Feature", "id":"point013", "properties":{ "description":"point valid over a time period", "temporalElement":{ "timePeriod":[ { "beginPosition":"2013-08-24T08:05:00", "endPosition":"2013-10-04" } ] } }, "geometry":{ "type":"Point", "coordinates":[ -164.89650989974, 59.249712874412 ] } } ] } ] } ]