diff --git a/repos/9207706/context.jsonld b/repos/9207706/context.jsonld new file mode 100644 index 0000000..65d9d67 --- /dev/null +++ b/repos/9207706/context.jsonld @@ -0,0 +1,37 @@ +{ + "@context": { + "@base": "http://demos.gsi.dit.upm.es/eurosentiment/generator#{{ filename }}", + "dc": "http://purl.org/dc/terms/", + "dc:subject": { + "@type": "@id" + }, + "emotions": { + "@container": "@list", + "@id": "onyx:hasEmotionSet", + "@type": "onyx:EmotionSet" + }, + "marl": "http://www.gsi.dit.upm.es/ontologies/marl#", + "nif": "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#", + "onyx": "http://www.gsi.dit.upm.es/ontologies/onyx#", + "opinions": { + "@container": "@list", + "@id": "marl:hasOpinion", + "@type": "marl:Opinion" + }, + "prov": "http://www.w3.org/ns/prov#", + "rdfs": "http://www.w3.org/2000/01/rdf-schema#", + "analysis": { + "@id": "prov:wasInformedBy" + }, + "entries": { + "@id": "prov:generated" + }, + "strings": { + "@reverse": "nif:hasContext", + "@type": "nif:String" + }, + "wnaffect": "http://www.gsi.dit.upm.es/ontologies/wnaffect#", + "xsd": "http://www.w3.org/2001/XMLSchema#" + } +} +