-
Notifications
You must be signed in to change notification settings - Fork 7
Create defchem.ttl #46
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
base: master
Are you sure you want to change the base?
Conversation
ttl/defchem.ttl
Outdated
| @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| @prefix skos: <http://www.w3.org/2004/02/skos/core#> . | ||
| @prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| @prefix defchem: <https://ontology.geodab.eu/def/chemistry/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need to use a wmo definition, i suggest
<https://test.wmocodes.info/def/chemistry/>
changed base url to wmo.codes.int
Update defchem.ttl
| @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| @prefix skos: <http://www.w3.org/2004/02/skos/core#> . | ||
| @prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to add
@prefix ldp: <http://www.w3.org/ns/ldp#> .
added prefix ldp
| @prefix skos: <http://www.w3.org/2004/02/skos/core#> . | ||
| @prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| @prefix ldp: <http://www.w3.org/ns/ldp#> . | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@prefix reg: <http://purl.org/linked-data/registry#> .
added prefix reg
corrected a typo
|
uploaded version of defchem.ttl at
|
removed prefix and empty "broader" relations
|
@marqh Please enjoy your weekend and look at new files early next week ;-) |
|
@marqh I uploaded atmospheric_chemical_species.ttl with all the corrections we discussed yesterday. Note that I added "atmospheric" to the file name, because I realized that scientists from other disciplines (e.g. minearology) might need a very different set of species, and I don't believe it will be possible to create and maintain one list for everyone. It may therefore be better to establish separate lists for different disciplines and link the contents via exactMatch or similarMatch relations. Please try to upload this to common/atmospheric-chemical-species. |
|
@marqh A general question: while preparing the Excel "master" spreadsheet I thought that this information would be much better maintained in a database. But in my understanding the registry is already a database, is it not? So, woul dit actually make sense to set up our own "master" database here, or wouldn't it be a better workflow if - once we have populated the registry - we would have tools to expand, edit, or deprecate the registry's content. I would defintively like to get away from spreadsheets, but the fewer systems are involved the less chances there are for inconcistencies. |
|
@marqh OK - done it! wmdObservedVariable.ttl also ready for upload from my perspective. Should also go into common. |
|
Hello @maschu09 line 391 in contain an element of the form: The So, etc. the nist URIs are failing to parse, I'm trying to unpick the special characters in these but I can't get to the bottom of the problem Is it easy for you to reverse the implementation of the nist prefix and include all of these as full URIs enclosed in although the prefixing is a useful encoding, it turns out in these cases it is causing more problems than it solves. |
|
I have done a local search and replace and uploaded content to: please let me know when you have altered your creation process to handle these properly |
|
wmdsObservedVariable requires at the top additionally, a number of the chemical species identifiers have commas in their name, which needs to be 'escaped' in ttl |
fixing syntactic errors (escape commata) and add prefixes for chemcial-species and medium
File produced again from excel spreadsheet; replaced prefixes for foreign thesauri with explicit web links.
|
@marqh I have uploaded two new ttl files for atmospheric_chemical_species.ttl and wmdObservedVariables.ttl in which the issues you raised have been fixed. |
I can confirm that these files now parse and have been uploaded to |
Uh oh!
There was an error while loading. Please reload this page.