Skip to content
Permalink
Browse files

Unqualified Dublin Core RDF: Fix ancient export bug with institutions

  • Loading branch information...
dstillman committed Dec 17, 2018
1 parent 5e4b941 commit 9081fef8f1a8a622e867ccbb2d1535cd046f3dd0
Showing with 2 additions and 2 deletions.
  1. +2 −2 Unqualified Dublin Core RDF.js
@@ -11,7 +11,7 @@
"dataMode": "rdf/xml"
},
"inRepository": true,
"lastUpdated": "2011-07-08 04:51:41"
"lastUpdated": "2018-12-17 03:16:21"
}

function doExport() {
@@ -86,7 +86,7 @@ function doExport() {
} else if (item.distributor) {
Zotero.RDF.addStatement(resource, dc+"publisher", item.distributor, true);
} else if (item.institution) {
Zotero.RDF.addStatement(resource, dc+"publisher", item.distributor, true);
Zotero.RDF.addStatement(resource, dc+"publisher", item.institution, true);
}

// date/year

0 comments on commit 9081fef

Please sign in to comment.
You can’t perform that action at this time.