samvera-deprecated / hydradam

Audio/Video in Hydra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The creator seems to have been saved as an empty string rather than as a creator object.

jcoyne opened this issue · comments

http://wgbh.curationexperts.com/batches/j6731384x/edit

Querying for info:fedora/DO_NOT_USE, http://www.ebu.ch/metadata/ontologies/ebucore#hasContributor
Values are [""]

Graph:

<info:fedora/__DO_NOT_USE__> <http://www.ebu.ch/metadata/ontologies/ebucore#hasCreator> _:g55242580 .
<info:fedora/__DO_NOT_USE__> <http://www.ebu.ch/metadata/ontologies/ebucore#title> "piano_note.wav" .
<info:fedora/__DO_NOT_USE__> <http://www.ebu.ch/metadata/ontologies/ebucore#hasContributor> "" .
_:g55242580 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.ebu.ch/metadata/ontologies/ebucore#Person> .
_:g55242580 <http://www.ebu.ch/metadata/ontologies/ebucore#name> "justin@curationexperts.com" .

Looks like the hasCreator assertion points to the Person node correctly,
just hasContributor is pointing to the wrong place.

On May 22, 2013, at 9:51 AM, Justin Coyne notifications@github.com wrote:

http://wgbh.curationexperts.com/batches/j6731384x/edit

Querying for info:fedora/DO_NOT_USE,
http://www.ebu.ch/metadata/ontologies/ebucore#hasContributor
Values are [""]

Graph:

info:fedora/DO_NOT_USE
http://www.ebu.ch/metadata/ontologies/ebucore#hasCreator _:g55242580
.
info:fedora/__DO_NOT_USE__
http://www.ebu.ch/metadata/ontologies/ebucore#title "piano_note.wav"
.
info:fedora/DO_NOT_USE
http://www.ebu.ch/metadata/ontologies/ebucore#hasContributor "" .
_:g55242580 http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.ebu.ch/metadata/ontologies/ebucore#Person .
_:g55242580 http://www.ebu.ch/metadata/ontologies/ebucore#name
"justin@curationexperts.com" .


Reply to this email directly or view it on
GitHubhttps://github.com//issues/60
.

Should be fixed.