Dataset Open Access
Max Aliapoulios; Emmi Bevensee; Jeremy Blackburn; Barry Bradlyn; Emiliano De Cristofaro; Gianluca Stringhini; Savvas Zannettou
<?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.4442460"> <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.4442460</dct:identifier> <foaf:page rdf:resource="https://doi.org/10.5281/zenodo.4442460"/> <dct:creator> <rdf:Description> <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/> <foaf:name>Max Aliapoulios</foaf:name> <org:memberOf> <foaf:Organization> <foaf:name>New York University</foaf:name> </foaf:Organization> </org:memberOf> </rdf:Description> </dct:creator> <dct:creator> <rdf:Description> <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/> <foaf:name>Emmi Bevensee</foaf:name> <org:memberOf> <foaf:Organization> <foaf:name>SMAT</foaf:name> </foaf:Organization> </org:memberOf> </rdf:Description> </dct:creator> <dct:creator> <rdf:Description> <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/> <foaf:name>Jeremy Blackburn</foaf:name> <org:memberOf> <foaf:Organization> <foaf:name>Binghamton University</foaf:name> </foaf:Organization> </org:memberOf> </rdf:Description> </dct:creator> <dct:creator> <rdf:Description> <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/> <foaf:name>Barry Bradlyn</foaf:name> <org:memberOf> <foaf:Organization> <foaf:name>University of Illinois at Urbana-Champaign</foaf:name> </foaf:Organization> </org:memberOf> </rdf:Description> </dct:creator> <dct:creator> <rdf:Description> <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/> <foaf:name>Emiliano De Cristofaro</foaf:name> <org:memberOf> <foaf:Organization> <foaf:name>University College London</foaf:name> </foaf:Organization> </org:memberOf> </rdf:Description> </dct:creator> <dct:creator> <rdf:Description> <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/> <foaf:name>Gianluca Stringhini</foaf:name> <org:memberOf> <foaf:Organization> <foaf:name>Boston University</foaf:name> </foaf:Organization> </org:memberOf> </rdf:Description> </dct:creator> <dct:creator> <rdf:Description> <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/> <foaf:name>Savvas Zannettou</foaf:name> <org:memberOf> <foaf:Organization> <foaf:name>Max Planck Institute for Informatics</foaf:name> </foaf:Organization> </org:memberOf> </rdf:Description> </dct:creator> <dct:title>A Large Open Dataset from the Parler Social Network</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> <dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2021-01-15</dct:issued> <owl:sameAs rdf:resource="https://zenodo.org/record/4442460"/> <adms:identifier> <adms:Identifier> <skos:notation rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://zenodo.org/record/4442460</skos:notation> <adms:schemeAgency>url</adms:schemeAgency> </adms:Identifier> </adms:identifier> <dct:isVersionOf rdf:resource="https://doi.org/10.5281/zenodo.4442459"/> <owl:versionInfo>1</owl:versionInfo> <dct:description><p>There are two main zip files in this dataset. Each zip file contains multiple <a href="http://ndjson.org/">newline delimited JSON files</a>. The JSON objects in each file contain all the key/value pairs returned from their respective Parler API endpoints.</p> <p><strong>NOTE:</strong> All identifying data has been redacted by removing the &quot;name&quot; field from posts, comments and user profiles.</p> <p><a href="https://arxiv.org/abs/2101.03820">Current paper</a> for more details and preferred citation information.</p> <p>&nbsp;</p> <p><strong>Parler Users (parler_user.zip)</strong></p> <p>Returned by the <em>/v1/profile</em> endpoint. Each line consists of an individual user profile object.</p> <p><strong>Parler Posts and Comments (parlerpostcomments.zip)</strong></p> <p>Returned by the <em>/v1/post[comment] </em>endpoints. Each line consists of an individual post or comment object.</p> <p><strong>How to extract the data:</strong></p> <p>The data provided is compressed in zip format. See the instructions below on how to extract it:</p> <ul> <li><strong>Linux and Mac</strong></li> </ul> <p>Navigate to the file in a terminal window or file browser.</p> <p>Run the following command (or typically you can double click if you are in a file browser):</p> <p>User profiles:</p> <pre><code>unzip parler_users.zip</code></pre> <p>Posts and comments:</p> <pre><code>unzip parler_data.zip</code></pre> <p>The unzipped version contains multiple files for each data type.</p> <ul> <li><strong>Windows</strong></li> </ul> <p>Microsoft provides instructions on to extract a zip file. The authors cannot recommend a particular method or software.</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.4442460"/> </dcat:Distribution> </dcat:distribution> <dcat:distribution> <dcat:Distribution> <dcat:accessURL rdf:resource="https://doi.org/10.5281/zenodo.4442460"/> <dcat:byteSize>34162171212</dcat:byteSize> <dcat:downloadURL rdf:resource="https://zenodo.org/record/4442460/files/parler_data.zip"/> <dcat:mediaType>application/zip</dcat:mediaType> </dcat:Distribution> </dcat:distribution> <dcat:distribution> <dcat:Distribution> <dcat:accessURL rdf:resource="https://doi.org/10.5281/zenodo.4442460"/> <dcat:byteSize>1084547274</dcat:byteSize> <dcat:downloadURL rdf:resource="https://zenodo.org/record/4442460/files/parler_users.zip"/> <dcat:mediaType>application/zip</dcat:mediaType> </dcat:Distribution> </dcat:distribution> </rdf:Description> </rdf:RDF>
All versions | This version | |
---|---|---|
Views | 6,511 | 6,511 |
Downloads | 4,088 | 4,088 |
Data volume | 102.4 TB | 102.4 TB |
Unique views | 5,737 | 5,737 |
Unique downloads | 2,000 | 2,000 |