@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sl:    <http://www.semanlink.net/2001/00/semanlink-schema#> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tag:   <http://www.semanlink.net/tag/> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .

<http://www.semanlink.net/doc/2021/08/agostina_calabrese_sur_twitter_>
        dc:title         "Agostina Calabrese sur Twitter : Structured Sentiment Analysis as Dependency Graph Parsing" ;
        sl:creationDate  "2021-08-02" ;
        sl:tag           tag:sentiment_analysis , tag:intent_classification_and_slot_filling , tag:graph_parsing .

tag:graph_parsing  a      sl:Tag ;
        rdfs:isDefinedBy  tag:graph_parsing.n3 ;
        skos:broader      tag:graph ;
        skos:prefLabel    "Graph Parsing" ;
        foaf:page         tag:graph_parsing.html .

tag:intent_classification_and_slot_filling
        a               sl:Tag ;
        skos:prefLabel  "Intent classification and slot filling" .

tag:sentiment_analysis
        a               sl:Tag ;
        skos:prefLabel  "Sentiment analysis" .

tag:graph  a            sl:Tag ;
        skos:prefLabel  "Graph" .
