Skip to content

Commit

Permalink
Update identifierSpace and schemaSpace
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteeg committed Oct 7, 2019
1 parent 55761b4 commit b77a5ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/controllers/Reconcile.java
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ private ObjectNode metadata() {
final String host = HomeController.config("host");
ObjectNode result = Json.newObject();
result.put("name", "GND reconciliation for OpenRefine");
result.put("identifierSpace", host + "/gnd");
result.put("schemaSpace", host + "/gnd");
result.put("identifierSpace", host + "/gnd/");
result.put("schemaSpace", "https://d-nb.info/standards/elementset/gnd#AuthorityResource");
result.set("defaultTypes", TYPES);
result.set("view", Json.newObject()//
.put("url", host + "/gnd/{{id}}"));
Expand Down

0 comments on commit b77a5ee

Please sign in to comment.