Skip to content

Commit

Permalink
Merge pull request #162 from biothings/publication-refactor
Browse files Browse the repository at this point in the history
change value_type_id for publications
  • Loading branch information
tokebe authored Aug 11, 2023
2 parents b072874 + 2f82da3 commit fe4e6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graph/knowledge_graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ module.exports = class KnowledgeGraph {
attributes.push({
attribute_type_id: 'biolink:publications',
value: Array.from(kgEdge.publications),
// value_type_id: 'biolink:publications',
value_type_id: 'linkml:Uriorcurie'
});
}

Expand Down

0 comments on commit fe4e6b2

Please sign in to comment.