yunjiali / Synote

Synote allows users to annotate media fragments and the annotations are published as Linked Data
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

Changing the HTML representation when dereferencing TextResources, Synmark and MultimediaResource #103

Closed yunjiali closed 12 years ago

yunjiali commented 12 years ago

Currently, all dereferencing of HTML representation will be redirected to the landing page

recording/replay/id

For text resources, it is better to display only the text using the following url:

resources/string/id

in the triple store, all these TextResources will be an instance of NIF str:String and we can use str:sourceUrl to link the resources/string/id with resources/id. The string for SynmarkResource and MultimediaResource will be the string concat for descriptions and tags.