-
Notifications
You must be signed in to change notification settings - Fork 18
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
450 generate schemaorg to prov mapping #451
base: master
Are you sure you want to change the base?
Conversation
Initialise
initialise
Core PROV model mapping
The core PROV terms (what are referred to as Starting Point terms) are mostly covered. I'm not convinced that adding the Expanded terms or the Qualified terms is really wise - these, especially the Qualified terms, look like PROV got carried away with itself. The semantics are either better handed by generic models like schema.org, or are convoluted. There may be a way to map via |
Complete Starting Point map
The Expanded terms are actually reasonably mappable. But things like Collections etc are not appropriate in the PROV domain - this is mission creep on PROV's part. The same is true for Person, Organization, etc. We can still map it I suppsoe, but this is by no means a vote of confidence of such terms. |
xref ESIPFed/science-on-schema.org#211 @ashepherd I think ProvONE has the same issues of mission creep as the expanded and qualifying PROV terms. We can still map, but I think the PROV realm is reinventing things unnecessarily. |
Switched PROV prefix to vanilla prov:, added rdfs for specialisations, added Expanded PROV terms as shown in core model figure, with one or two others (added opportunistically) from https://www.w3.org/ns/prov
Added more mapping metadata to SSSOM
@matentzn this may be interesting to you, and a quick check of this SSSOM would be appreciated. |
@pbuttigieg I fixed a few syntactic bugs. Would you like me to implement a sssom mapping registry for ODIS with mapping file validation etc? |
Thanks @matentzn What would the registry entail? We'll likely have more SSSOM files on the way, thus it sounds sensible |
Here is an example: https://github.com/mapping-commons/mh_mapping_initiative Mappings: https://github.com/mapping-commons/mh_mapping_initiative/tree/master/mappings Its easy enough to set up, and I am happy to donate one to you! |
@matentzn Sounds great! I'm for it, but I'll have to clear this with the rest of the team. I'm assuming creating and maintaining mappings in the commons is open source and at no cost? |
Updating based on #451 (comment)
100%, we can move it to your own repo if you like! |
@pbuttigieg I have created a minimal mapping registry for you here for inspection: https://github.com/matentzn/odis-mapping-commons Here is an example of a PR introducing a breaking change so you can see how QC works: |
Addressing #450
A GSheet to make the mapping editing easier, here.