-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add resourceTimePeriod #23
Comments
I suggest we
"resourceInfo": {
"citation": { },
"resourceTimePeriod": {
"description": "",
"startDate": "0000-00-00",
"endDate": "0000-00-00"
}
} |
While I like the proposal, would this entail creating a second extent if On Wed, Oct 29, 2014 at 10:41 AM, stansmith907 notifications@github.com
|
When you say:
You're not suggesting to add this to the citation object? I would prefer to use the same schema for time period, i.e. leave beginPosition and endPosition. That makes more sense schema-wise. |
I was just referring to the position of the object in the adiwgJson, it would not be part of the citation object.
I think we should place the temporalElement in its own extent - not attached to any geographic object, which could have its own temporal extent describing the geometry.
It doesn't cause me any problems in the reader to use different names than we use in temporal element. And since this is mostly a descriptor for projects I thought using more "project friendly" names would be nice. Is this an issue for the schema? The object name is already different - "resourceTimePeriod" - but that is likely a different matter. |
I'd have to write another schema object since the property names are different. |
Then let's stick with beginPeriod and endPeriod. There not terrible. |
We need some rules ...
|
Added to schema, see: http://www.adiwg.org/mdJson-schema-viewer |
I know that earlier I said resourceTimePeriod should not be an array. I'm having second thoughts. Should we allow multiple time periods to allow expression of non-contiguous activity? |
I say folks can use an extent for that. I think we should define the resourceTimePeriod as the period covering the entire span, regardless of breaks, for which there was/is/expected to be resource activity, i.e. start/end date. Otherwise, why not just drop resourceTimePeriod and use extent? |
Works for me. Just double checking while I'm in the program. |
Ran across this from data.gov, project open data. Scroll down to spatial http://project-open-data.github.io/schema/ On Wed, Oct 29, 2014 at 3:23 PM, stansmith907 notifications@github.com
|
Pushed mdTranslator 0.8.7 w/ support for resource time period. Josh - before you publish the translator gem you might want to edit the gemspec to set a matching ADIwg-json-schema version. Also, I noticed the json-schema gem version jumped from 2.2 to 2.4.1 yesterday. Any chance it covers our windows problem? |
That's a horrible JSON structure! (I felt like I needed to tweet that) |
My pull request, voxpupuli/json-schema/pull/109, is still sitting there, but there's been some comments on it in the last few days. Maybe it'll be resolved soon. I need to build another adiwg-json-schemas gem... |
The text was updated successfully, but these errors were encountered: