Skip to content

Commit

Permalink
contributions concepts: type and identifiedBy
Browse files Browse the repository at this point in the history
* Adds `identifiedBy` to contribution records.
* Add `type` to contributions and concepts.

Co-Authored-by: Peter Weber <peter.weber@rero.ch>
  • Loading branch information
rerowep committed May 4, 2023
1 parent 7404475 commit 0591408
Show file tree
Hide file tree
Showing 74 changed files with 347,552 additions and 30,026 deletions.
4 changes: 2 additions & 2 deletions classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class AgentMefRecord{
search = AgentMefSearch
mef_type = 'AGENTS'
get_all_missing_viaf_pids(cls, verbose=False)
replace_refs(self)
add_information(self, resolve=False, sources=False)
get_latest(cls, pid_type, pid)
}
Expand All @@ -77,7 +77,7 @@ class ConceptMefRecord{
search = ConceptMefSearch
mef_type = 'CONCEPTS'
entities = ['idref', 'rero']
replace_refs(self)
add_information(self, resolve=False, sources=False)
get_latest(cls, pid_type, pid)
}
Expand Down
Loading

0 comments on commit 0591408

Please sign in to comment.