Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
#150 updated schema
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwunderbar666 committed Jul 4, 2022
1 parent 77d4462 commit e24c01d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion data/schema.dgraph
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@ type Tool {
input_file_format
output_file_format
materials
user_access
license
defunct
open_source
}


Expand Down Expand Up @@ -331,7 +335,9 @@ input_file_format: [uid] @reverse .
output_file_format: [uid] @reverse .
input_data: [uid] @reverse .
output_data: [uid] @reverse .

user_access: string @index(hash) .
license: string @index(term, trigram) .
open_source: string @index(hash) .

# ResearchPaper Predicates
isbn: string @index(exact).
Expand Down

0 comments on commit e24c01d

Please sign in to comment.