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

Use http in URIs & namespaces #64

Closed arnikz closed 3 years ago

arnikz commented 3 years ago

A few vocabs/ontologies do not resolve via HTTPS but HTTP. For time being, use the latter consistently across RDF triples.

https://github.com/LINNAE-project/SFB-Annotator/blob/1425648a1b0e358e7d06883f5b5088eb89b4692a/data/json/local/example_1_2.json#L26

https://github.com/LINNAE-project/SFB-Annotator/blob/1425648a1b0e358e7d06883f5b5088eb89b4692a/data/rdf/local/example_1_2.ttl#L7

https://github.com/LINNAE-project/SFB-Annotator/blob/1425648a1b0e358e7d06883f5b5088eb89b4692a/src/main/java/localdomain/localhost/servlets/writeAnnotationsToRDF.java#L110