fcrepo-exts / fcrepo-import-export

Apache License 2.0
15 stars 19 forks source link

Supporting custom predicates for defining resource containment #52

Closed escowles closed 7 years ago

escowles commented 7 years ago

Fixes https://jira.duraspace.org/browse/FCREPO-2225

ruebot commented 7 years ago

@awead you want to take a crack at testing this one?

awead commented 7 years ago

@ruebot sure

awead commented 7 years ago

@escowles confirmed! I Tested ldp:contains and pcdm:hasMember predicates with the test hydra dataset. Ex:

java -jar target/fcrepo-import-export-0.0.1-SNAPSHOT.jar  \
  -d hydra-export -u fedoraAdmin:fedoraAdmin \
  -r http://localhost:8986/rest/dev/qv/33/rw/64/qv33rw64w -m export \
  --predicate http://pcdm.org/models#hasMember,http://www.w3.org/ns/ldp#contains
ruebot commented 7 years ago

@awead you comfortable with this being merged?