Skip to content

Commit

Permalink
add W3C PROV concepts to dataset schema
Browse files Browse the repository at this point in the history
  • Loading branch information
pymonger committed Sep 12, 2018
1 parent d18e4a6 commit 37750c2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/es_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,18 @@
"enabled": false
}
}
},
"prov": {
"properties": {
"wasDerivedFrom": {
"index": "not_analyzed",
"type": "string"
},
"wasGeneratedBy": {
"index": "not_analyzed",
"type": "string"
}
}
}
}
}
Expand Down

0 comments on commit 37750c2

Please sign in to comment.