government-services / services-model

A project to make accessible government services
4 stars 6 forks source link

How to list electronic access in JSON-LD #6

Open meiqimichelle opened 10 years ago

meiqimichelle commented 10 years ago

I did some searching but I'm not sure how to list electronic-only government services in JSON-LD. Kin's form is built for physical location access. I imagine there should be something like:

"availableChannel" : { "@type": "ServiceChannel", "serviceUrl": "http://earthquake.usgs.gov/earthquakes/feed/v1.0/", },

or maybe a long list of access:

"availableChannel" : { "@type": "ServiceChannel", "serviceUrl": "http://earthquake.usgs.gov/earthquakes/feed/v1.0/geojson.php", }, "availableChannel" : { "@type": "ServiceChannel", "serviceUrl": "http://earthquake.usgs.gov/earthquakes/feed/v1.0/quakeml.php", },

Anyhoo, some clarification on how y'all want that would be good :)

lilybradley commented 10 years ago

that's what i did. copied sean. and i just pointed to the json endpoint. so it was just one url.