Update author information of PaNET#439
Conversation
ca326b8 to
ff11f06
Compare
thamnos
left a comment
There was a problem hiding this comment.
I did not check factual information or the links
|
|
||
| rdfs:comment """Photon and Neutron Experimental Techniques: An ontology of techniques within the photon and neutron (PaN) domain. | ||
| dcterms:license <https://creativecommons.org/licenses/by/4.0/> ; | ||
| rdfs:comment """Photon and Neutron Experimental Techniques: An ontology of techniques within the photon and neutron (PaN) domain. |
There was a problem hiding this comment.
double space in front of "techniques"
| rdfs:seeAlso <https://ror.org/02jx3x895> ; | ||
| ] ; | ||
| sdo:affiliation [ | ||
| foaf:homepage <Rosalind Franklin Institute> ; |
There was a problem hiding this comment.
This should probably be a URL?
| a foaf:Person ; | ||
| foaf:name "D. Iyayi" ; | ||
| sdo:affiliation [ | ||
| foaf:homepage <University of Oxford> ; |
There was a problem hiding this comment.
This should probably be a URL?
| foaf:name "Diamond Light Source" ; | ||
| rdfs:seeAlso <https://ror.org/05etxs293> ; | ||
| ] ; | ||
| foaf:name "S. P. Collins" ; |
There was a problem hiding this comment.
Do you want to spell out his first name?
| foaf:homepage <https://desy.de/> ; | ||
| foaf:name "Deutsches Elektronen-Synchrotron DESY" ; | ||
| rdfs:seeAlso <https://ror.org/01js2sh04> ; | ||
| foaf:homepage <https://desy.de/> ; |
There was a problem hiding this comment.
The other institutes seem to have "www" included. Maybe also here?
There was a problem hiding this comment.
ror lists this url as the correct one ;) also copying the link from the browser results in this short version. (I had to double check, because it looks so unusual)
|
|
||
| Design philosophy | ||
|
|
||
| In the original version of the ontology, everything is a class and all classes are techniques. Object property relations |
There was a problem hiding this comment.
Is it clear and relevant to talk about the "original version"?
There was a problem hiding this comment.
In this commit, I want to focus on the authors only.
Updating the description text is a more complex topic and is covered in a dedicated issue #400. I will transfer your comments to the working document there. Please feel free to improve the text there
| In the original version of the ontology, everything is a class and all classes are techniques. Object property relations | ||
| are implied but not formalized in this version. Subclass/superclass relationships and intersections are | ||
| used to define specific technique classes in terms of broader superclasses. This is seen as a key | ||
| requirement in order to carry out catalogue searcher for broader concepts, for example. |
There was a problem hiding this comment.
searcher -> searches, I assume?
|
|
||
| The ontology has since been restrucred to include both technique classes and specifier classes. The relationships between the two are also made explicit and formalized in the form of Object Properties. The specifier classes were created by identifying technique classes that act as umbrella terms. These techniques are defined using object properties and specifiers. The rest are defined in terms of other techniques using a mix of subclass and equivalence axioms. | ||
|
|
||
| This project was undertaken under ExPaNDS WP3.2 (https://expands.eu/) |
There was a problem hiding this comment.
Maybe: undertaken -> started
|
|
||
| This project was undertaken under ExPaNDS WP3.2 (https://expands.eu/) | ||
|
|
||
| The ontology is can be found here: https://github.com/ExPaNDS-eu/ExPaNDS-experimental-techniques-ontology |
| used to define specific technique classes in terms of broader superclasses. This is seen as a key | ||
| requirement in order to carry out catalogue searcher for broader concepts, for example. | ||
|
|
||
| The ontology has since been restrucred to include both technique classes and specifier classes. The relationships between the two are also made explicit and formalized in the form of Object Properties. The specifier classes were created by identifying technique classes that act as umbrella terms. These techniques are defined using object properties and specifiers. The rest are defined in terms of other techniques using a mix of subclass and equivalence axioms. |
There was a problem hiding this comment.
is "Object Properties" capitalized on purpose?
There was a problem hiding this comment.
Yes, as it is a specific term within ontologies. Personally, I wouldn't mint to use small letters.
Motivation While working on alternatives for widoco, it was highlighted that the information on authors is highly diverse. Modification The information of all current authors have been updated to include - full first and last name - orcid - institute Result The author representation is more uniform. Related Issues closes pan-ontologies#393
ff11f06 to
35f86ba
Compare
Motivation
While working on alternatives for widoco, it was highlighted that the information on authors is highly diverse.
Modification
The information of all current authors have been updated to include
Result
The author representation is more uniform.
Related Issues
Closes #393