Dataset Open Access
Baran, Erdal; Dimitrov, Dimitar
<?xml version='1.0' encoding='utf-8'?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:adms="http://www.w3.org/ns/adms#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dct="http://purl.org/dc/terms/" xmlns:dctype="http://purl.org/dc/dcmitype/" xmlns:dcat="http://www.w3.org/ns/dcat#" xmlns:duv="http://www.w3.org/ns/duv#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:frapo="http://purl.org/cerif/frapo/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:gsp="http://www.opengis.net/ont/geosparql#" xmlns:locn="http://www.w3.org/ns/locn#" xmlns:org="http://www.w3.org/ns/org#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:prov="http://www.w3.org/ns/prov#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:schema="http://schema.org/" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:vcard="http://www.w3.org/2006/vcard/ns#" xmlns:wdrs="http://www.w3.org/2007/05/powder-s#"> <rdf:Description rdf:about="https://doi.org/10.5281/zenodo.4593524"> <rdf:type rdf:resource="http://www.w3.org/ns/dcat#Dataset"/> <dct:type rdf:resource="http://purl.org/dc/dcmitype/Dataset"/> <dct:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://doi.org/10.5281/zenodo.4593524</dct:identifier> <foaf:page rdf:resource="https://doi.org/10.5281/zenodo.4593524"/> <dct:creator> <rdf:Description> <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/> <foaf:name>Baran, Erdal</foaf:name> <foaf:givenName>Erdal</foaf:givenName> <foaf:familyName>Baran</foaf:familyName> </rdf:Description> </dct:creator> <dct:creator> <rdf:Description> <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/> <foaf:name>Dimitrov, Dimitar</foaf:name> <foaf:givenName>Dimitar</foaf:givenName> <foaf:familyName>Dimitrov</foaf:familyName> </rdf:Description> </dct:creator> <dct:title>TweetsCOV19 - A Semantically Annotated Corpus of Tweets About the COVID-19 Pandemic (Part 3, June 2020 - December 2020)</dct:title> <dct:publisher> <foaf:Agent> <foaf:name>Zenodo</foaf:name> </foaf:Agent> </dct:publisher> <dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#gYear">2021</dct:issued> <dcat:keyword>twitter</dcat:keyword> <dcat:keyword>tweets</dcat:keyword> <dcat:keyword>linked data</dcat:keyword> <dcat:keyword>microblogging</dcat:keyword> <dcat:keyword>RDF</dcat:keyword> <dcat:keyword>csv</dcat:keyword> <dcat:keyword>covid-19</dcat:keyword> <dcat:keyword>coronavirus</dcat:keyword> <dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2021-03-10</dct:issued> <owl:sameAs rdf:resource="https://zenodo.org/record/4593524"/> <adms:identifier> <adms:Identifier> <skos:notation rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://zenodo.org/record/4593524</skos:notation> <adms:schemeAgency>url</adms:schemeAgency> </adms:Identifier> </adms:identifier> <foaf:page rdf:resource="https://data.gesis.org/tweetscov19/"/> <dct:isVersionOf rdf:resource="https://doi.org/10.5281/zenodo.4593523"/> <dct:isPartOf rdf:resource="https://zenodo.org/communities/covid-19"/> <dct:isPartOf rdf:resource="https://zenodo.org/communities/twitter-datasets"/> <dct:description><p><strong><a href="https://data.gesis.org/tweetscov19/">TweetsCOV19</a></strong><strong> </strong>is a semantically annotated corpus of Tweets about the COVID-19 pandemic. It is a subset of <a href="https://data.gesis.org/tweetskb">TweetsKB</a> and aims at capturing online discourse about various aspects of the pandemic and its societal impact. <strong>Metadata</strong> information about the tweets as well as extracted <strong>entities</strong>, <strong>sentiments</strong>, <strong>hashtags</strong>, <strong>user mentions</strong>, and <strong>resolved URLs </strong>are exposed in RDF using established RDF/S vocabularies*.</p> <p>We also provide a <em><strong>tab-separated values (tsv)</strong></em> version of the dataset. Each line contains features of a tweet instance. Features are separated by tab character (&quot;\t&quot;). The following list indicate the feature indices:</p> <ol> <li>Tweet Id: Long.</li> <li>Username: String. Encrypted for privacy issues*.</li> <li>Timestamp: Format ( &quot;EEE MMM dd HH:mm:ss Z yyyy&quot; ).</li> <li>#Followers: Integer.</li> <li>#Friends: Integer.</li> <li>#Retweets: Integer.</li> <li>#Favorites: Integer.</li> <li>Entities: String. For each entity, we aggregated the original text, the annotated entity and the produced score from <a href="https://github.com/yahoo/FEL">FEL</a> library. Each entity is separated from another entity by char &quot;;&quot;. Also, each entity is separated by char &quot;:&quot; in order to store &quot;original_text:annotated_entity:score;&quot;. If FEL did not find any entities, we have stored &quot;null;&quot;.</li> <li>Sentiment: String. <a href="http://sentistrength.wlv.ac.uk/">SentiStrength</a> produces a score for positive (1 to 5) and negative (-1 to -5) sentiment. We splitted these two numbers by whitespace char &quot; &quot;. Positive sentiment was stored first and then negative sentiment (i.e. &quot;2 -1&quot;).</li> <li>Mentions: String. If the tweet contains mentions, we remove the char &quot;@&quot; and concatenate the mentions with whitespace char &quot; &quot;. If no mentions appear, we have stored &quot;null;&quot;.</li> <li>Hashtags: String. If the tweet contains hashtags, we remove the char &quot;#&quot; and concatenate the hashtags with whitespace char &quot; &quot;. If no hashtags appear, we have stored &quot;null;&quot;.</li> <li>URLs: String: If the tweet contains URLs, we concatenate the URLs using &quot;:-: &quot;. If no URLs appear, we have stored &quot;null;&quot;</li> </ol> <p>To extract the dataset from <a href="https://data.gesis.org/tweetskb">TweetsKB</a>, we compiled a seed list of 268 COVID-19-related <a href="https://data.gesis.org/tweetscov19/keywords_v1.1.txt">keywords</a>.</p> <p><em>* For the sake of privacy, we anonymize&nbsp;user IDs&nbsp;and we do not provide the text of the tweets.</em></p></dct:description> <dct:accessRights rdf:resource="http://publications.europa.eu/resource/authority/access-right/PUBLIC"/> <dct:accessRights> <dct:RightsStatement rdf:about="info:eu-repo/semantics/openAccess"> <rdfs:label>Open Access</rdfs:label> </dct:RightsStatement> </dct:accessRights> <dcat:distribution> <dcat:Distribution> <dct:license rdf:resource="https://creativecommons.org/licenses/by/4.0/legalcode"/> <dcat:accessURL rdf:resource="https://doi.org/10.5281/zenodo.4593524"/> </dcat:Distribution> </dcat:distribution> <dcat:distribution> <dcat:Distribution> <dcat:accessURL rdf:resource="https://doi.org/10.5281/zenodo.4593524"/> <dcat:byteSize>2063924726</dcat:byteSize> <dcat:downloadURL rdf:resource="https://zenodo.org/record/4593524/files/TweetsCOV19_062020_122020.n3.gz"/> <dcat:mediaType>text/n3</dcat:mediaType> </dcat:Distribution> </dcat:distribution> <dcat:distribution> <dcat:Distribution> <dcat:accessURL rdf:resource="https://doi.org/10.5281/zenodo.4593524"/> <dcat:byteSize>1003769666</dcat:byteSize> <dcat:downloadURL rdf:resource="https://zenodo.org/record/4593524/files/TweetsCOV19_062020_122020.tsv.gz"/> <dcat:mediaType>text/tab-separated-values</dcat:mediaType> </dcat:Distribution> </dcat:distribution> </rdf:Description> </rdf:RDF>
All versions | This version | |
---|---|---|
Views | 1,237 | 1,237 |
Downloads | 323 | 323 |
Data volume | 430.2 GB | 430.2 GB |
Unique views | 1,168 | 1,168 |
Unique downloads | 252 | 252 |