-
Notifications
You must be signed in to change notification settings - Fork 24
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
Align with JSKOS data format #249
Comments
Most relevant fields of a mapping record: JSKOS mapping can only be transformed to SSSOM if
Open questions:
|
There are many kinds of 1-to-1 mappings and I generally recommend the people I work with to stop using that term. If you mean:
Another tough one to nail down unfortunately:
I personally have been using:
|
Thanks a ton for doing this @nichtich! It would be great if we could include a JSKOS parser into sssom-py when your mapping is complete! |
Thanks for clarification:
Ok, so these won't be convertable from JSKOS to SSSOM (but they make up a minority of mappings anyway).
Looks good to me. Again, these mapings are not frequent. Negative Mappings are not supported in JSKOS (yet). |
What a surprise two independent intitiatives for terminology mapping exist since years without knowing about each other:
Ontologies are a special case of general knowledge organization systems or terminologies (authority files, taxonomies, classifications, thesauri, gazetteers...) so coli-conc is more general but the main use case is systems below ontologies and semantic networks (see KOS typology).
A first comparison between SSSOM and JSKOS elements shows large overlap. Independent development of similar solutions to similar problems is a good indicator for a good solution.
JSKOS defined as JSON format with a JSON-LD context so it can be mapped to RDF as well. In contrast to SSSOM, most properties are reused from other ontologies (e.g. Dublin Core and FOAF) instead of minting new URIs. SSSOM should include mappings to JSKOS classes and properties.
The text was updated successfully, but these errors were encountered: