Skip to content

Commit

Permalink
Fixes fixture to use new SHARE VDE lookup authorities (#1310)
Browse files Browse the repository at this point in the history
Fixes fixture to use new SHARE VDE lookup authorities
  • Loading branch information
mjgiarlo committed Sep 12, 2019
2 parents 223f805 + 841fb8a commit d53372a
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions __tests__/__fixtures__/ShareVDEExample.json
Expand Up @@ -15,17 +15,16 @@
"valueConstraint": {
"valueTemplateRefs": [],
"useValuesFrom": [
"urn:ld4p:qa:sharevde_cornell_work_ld4l_cache",
"urn:ld4p:qa:sharevde_stanford_work_ld4l_cache",
"urn:ld4p:qa:sharevde_ucsd_work_ld4l_cache"
"urn:ld4p:qa:sharevde_cornell_ld4l_cache:work",
"urn:ld4p:qa:sharevde_nlm_ld4l_cache:work"
],
"valueDataType": {
"dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Work"
},
"defaults": []
},
"remark": "http://id.loc.gov/authorities/names.html"

},
{
"propertyLabel": "Related Instance",
Expand All @@ -37,9 +36,9 @@
"valueConstraint": {
"valueTemplateRefs": [],
"useValuesFrom": [
"urn:ld4p:qa:sharevde_ucsd_instance_ld4l_cache",
"urn:ld4p:qa:sharevde_stanford_instance_ld4l_cache",
"urn:ld4p:qa:sharevde_cornell_instance_ld4l_cache"
"urn:ld4p:qa:sharevde_princeton_ld4l_cache:instance",
"urn:ld4p:qa:sharevde_stanford_ld4l_cache:instance",
"urn:ld4p:qa:sharevde_ucdavis_ld4l_cache:instance"
],
"valueDataType": {
"dataTypeURI": "http://id.loc.gov/ontologies/bibframe/Instance"
Expand All @@ -49,4 +48,4 @@
"remark": "http://id.loc.gov/authorities/names.html"
}
]
}
}

0 comments on commit d53372a

Please sign in to comment.