LINNAE-project / SFB-Annotator

This web app is intended for demo purposes only!
https://www.research-software.nl/software/sfb-annotator
Apache License 2.0
1 stars 0 forks source link

Fix image source IRI according to input JSON #48

Closed arnikz closed 4 years ago

arnikz commented 4 years ago

Replace file name https://github.com/LINNAE-project/SFB-Annotator/blob/9b5d9a78f0fdb60d9056dac1964d2a081d51d501/data/json/example_1_1.json#L19

with URL

and modify the source IRI in the RDFizer

https://github.com/LINNAE-project/SFB-Annotator/blob/9b5d9a78f0fdb60d9056dac1964d2a081d51d501/src/main/java/localdomain/localhost/servlets/writeAnnotationsToRDF.java#L193