-
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
include author information #33
Comments
But this is not stored in the GPML, since it is only registered on the Website, right? |
Correct. |
This may or may not be helpful, but here is how I've extracted relevant author information per pathway directly from the database:
For RDF purposes, however, it may be more prudent to wait for the author information to be added to the GPML and then pull it from there. |
Here are prototype ttl files with author strings and as wikidata entries (where available): |
Ah, thanks for starting this. Some comments:
Suggestion: @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix gpml: <http://vocabularies.wikipathways.org/gpml#> .
@prefix dc: <http://purl.org/dc/elements/1.1/>
@prefix foaf: <http://xmlns.com/foaf/0.1/>
<http://identifiers.org/wikipathways/WP1_r107192>
dc:creator <http://rdf.wikipathways.org/User/Nsalomonis> .
<http://rdf.wikipathways.org/User/Nsalomonis>
a foaf:Person ;
foaf:name "Nathan Salomonis" ;
foaf:homepage <https://www.wikipathways.org/index.php/User:Nsalomonis> . And similarly for the ORCID part, I propose: <http://rdf.wikipathways.org/User/AlexanderPico>
owl:sameAs <https://www.wikidata.org/wiki/Q28530149> ;
foaf:name "Alexander R. Pico" ;
dc:identifier <https://orcid.org/0000-0001-5706-2163> . |
Right. When this gets added to the Question: should we not use gpml:author anywhere? Perhaps it's just not needed given the dc and foaf definitions already in use? |
@egonw, @ariutta Changes made per your suggestions, combining all info into a single file per pathway. See new zip of ttls at http://data.wikipathways.org/20190910/rdf/wikipathways-20190910-rdf-authors.zip and a sample here:
|
Nice! I do spot a missing quote at the end of the name: foaf:name "Andra Waagmeester ; |
Good catch! Fixed and reupladed to http://data.wikipathways.org/20190910/rdf/wikipathways-20190910-rdf-authors.zip |
Which is needed downstream for nanopublications, but actually for any system that uses the citation expectations for WikiPathways outlined at http://www.wikipathways.org/index.php/How_to_cite_WikiPathways
The text was updated successfully, but these errors were encountered: