mirror of
https://github.com/balkian/gists.git
synced 2024-11-21 17:22:29 +00:00
38 lines
1.2 KiB
Plaintext
38 lines
1.2 KiB
Plaintext
{
|
|
"@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#"
|
|
}
|
|
}
|
|
|