Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to list electronic access in JSON-LD #6

Open
meiqimichelle opened this issue Dec 10, 2013 · 1 comment
Open

How to list electronic access in JSON-LD #6

meiqimichelle opened this issue Dec 10, 2013 · 1 comment

Comments

@meiqimichelle
Copy link
Contributor

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants