Skip to content

Commit

Permalink
Merge pull request #48 from nf-osi/allaway-patch-8
Browse files Browse the repository at this point in the history
add publication_id to scope of publication
  • Loading branch information
allaway authored Jul 24, 2023
2 parents 3cc07a9 + d4af846 commit 719ebc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions nf-research-tools.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -6233,6 +6233,9 @@
{
"@id": "bts:Development"
},
{
"@id": "bts:Publication"
},
{
"@id": "bts:Usage"
}
Expand Down
2 changes: 1 addition & 1 deletion nf_research_tools.rdb.model.csv
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Investigator Name,The name of the investigator responsible for devleoping the re
Institution,The insitution of the investator,,,FALSE,,Investigator,,,,
Investigator Website,The url to the investigator's laboratory website corresponding to the resource.,,,FALSE,,Investigator,,,,
Investigator SynapseId,The synapse identifier for the investigator.,,,FALSE,,Investigator,,,,
Publication,Initial publication associated with the resource.,,"Component, Publication_id, Publication Title, Authors, Abstract, Journal, Publication Date, pmid, doi, citation, Publication Date Unix",FALSE,,Publication,"Publication Title, Authors, Abstract, Journal, Publication Date, pmid, doi, citation, Publication Date Unix",,,
Publication,Initial publication associated with the resource.,,"Component, Publication_id, Publication Title, Authors, Abstract, Journal, Publication Date, pmid, doi, citation, Publication Date Unix",FALSE,,Publication,"Publication_id, Publication Title, Authors, Abstract, Journal, Publication Date, pmid, doi, citation, Publication Date Unix",,,
Publication_id,A unique identifier for the publication.,,,FALSE,,Publication,,,,
Publication Title,The title of the publication associated with the resource.,,,TRUE,,Publication,,,,
Authors,Writers of the publication.,,,FALSE,,Publication,,,list,
Expand Down

0 comments on commit 719ebc2

Please sign in to comment.