issues
search
NLP2RDF
/
software
Other
22
stars
12
forks
source link
finish generation of json-ld context file
#20
Open
kurzum
opened
8 years ago
kurzum
commented
8 years ago
There are the following todos:
add extra prefixes in the template at
https://github.com/NLP2RDF/software/blob/master/java-maven/tools/src/main/resources/json-ld-context
Actually I would not recommend using prefixes. They are difficult to resolve. especially for objects. Let's remove them, unless you find some practical use for them
add datatypes for datatype properties on line 21
https://github.com/NLP2RDF/software/blob/master/java-maven/tools/src/main/resources/json-ld-context#L21
this causes a JSON syntax error currently . There is some #if #end template work needed, but Velocity is well documented:
http://velocity.apache.org/
same for classes and maybe individuals, if needed
We need to use the latest nif-core ontology, version 2.1
if we have the json file, we can upload it to persistence.uni-leipzig.org and include
There are the following todos: