-
Notifications
You must be signed in to change notification settings - Fork 2
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
Mapping SDG meta data fields to metadatajson fields #9
Comments
So we need the following rdf added to the
So here are the fields we'll need metadata for and appropriate mappings to the SDG metadata json file format e.g.:
@james-westwood I've added some provisional mappings above. The ones I'm a bit uncertain about have question marks next to them. Would you be able to verify on your side which fields are most appropriate? Just some more detailed discussion: I'm not sure what the difference between
Let me know if you're uncertain about anything. |
Hello! Thought I'd leave comments directly here. For the comment variable, I think the best option would be mapping it to Indicator_available_description. This field is not always populated, but it would be important for proxy indicators. All other information would fall in the description. For issued... as I mentioned on Slack, it's not straight forward and can be a bit misleading perhaps if based on source release dates, as they can be quite different from when the indicator itself was published. Also, the indicator may be modified in-between source publications, so the modified field should be linked to the last date modified of the indicator, not the source(s). For the description, it would be good to combine information from fields 'definitions', 'other_information' and perhaps even 'calculations'. Not sure how long you want it to be, but including the calculations would give a comprehensive picture. |
so
Ok, the comment should be optional, so it should be okay that
So the model we have for data has places for both when the information was published to our platform (& subsequently modified) and the date the original data was first published at source (& subsequently modified). The only information we need from your side is the date when the data was originally published and if (& when) it was modified. Do we have anywhere we can get this information from?
Sounds good to me, we'll just jam them together, separating with newlines. |
Ok, so we don't have the date when the data was originally published (at source), but the modification date would be the source_release_date_N. This may or may not coincide with the originally published date, as it would reflect the latest date of the used source at the time of indicator upload. |
rdfs:labelI agree with the suggestion to use indicator_available unless it is blank, in which case use indicator_name. As I understand it we should not populate indicator_available unless it is different to indicator_name as this causes the page to look weird (essentially causing a repeated title at the top of the page). rdfs:commentI agree with Atanaska that national_indicator_description is probably best here, as it is always short. We could also revisit how we use this and perhaps populate it more often. dct:descriptionThis should include everything that isn't already accounted for, particularly computation_calculations, computation_definitions, other_info, and the free text (important caveats are usually in the last two). The free text often isn't used and doesn't have a name in the metadata, it just comes at the end of the file. We should potentially also include the link to the UN metadata and the links to the sources. |
No description provided.
The text was updated successfully, but these errors were encountered: