<?xml version="1.0"?>

<!DOCTYPE owl [
	<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
	<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
	<!ENTITY owl "http://www.w3.org/2002/07/owl#">
	<!ENTITY cc "http://web.resource.org/cc/#">
	<!ENTITY project "http://ebiquity.umbc.edu/ontology/project.owl#">
	<!ENTITY person "http://ebiquity.umbc.edu/ontology/person.owl#">
	<!ENTITY pub "http://ebiquity.umbc.edu/ontology/publication.owl#">
	<!ENTITY assert "http://ebiquity.umbc.edu/ontology/assertion.owl#">
]>

<!--

This ontology document is licensed under the Creative Commons
Attribution License. To view a copy of this license, visit
http://creativecommons.org/licenses/by/2.0/ or send a letter to
Creative Commons, 559 Nathan Abbott Way, Stanford, California
94305, USA.

-->

<rdf:RDF 
		xmlns:rdf = "&rdf;"
		xmlns:rdfs = "&rdfs;"
		xmlns:xsd = "&xsd;"
		xmlns:owl = "&owl;"
		xmlns:cc = "&cc;"
		xmlns:project = "&project;"
		xmlns:person = "&person;"
		xmlns:pub = "&pub;"
		xmlns:assert = "&assert;">
	<pub:Resource rdf:about="http://ebiquity.umbc.edu/resource/html/id/374/Structural-Metadata-from-ArXiv-Articles">
		<rdfs:label><![CDATA[Structural Metadata from ArXiv Articles]]></rdfs:label>
		<pub:type><![CDATA[Dataset]]></pub:type>
		<pub:title><![CDATA[Structural Metadata from ArXiv Articles]]></pub:title>
		<pub:publishedOn rdf:datatype="&xsd;dateTime">2017-09-01T00:00:00-05:00</pub:publishedOn>
		<pub:description><![CDATA[<script type="application/ld+json">
{
  "@context": "http://schema.org/",
  "@type": "Dataset",
  "name": "Structural Metadata from ArXiv Articles",
  "version": "1.0",
  "license": "https://creativecommons.org/licenses/by-sa/4.0/",
  "description": "The dataset contains metadata encoded in JSON and extracted from more than one million arXiv articles that were put online before the end of 2016. The metadata includes the arXiv id, category names, title, author names, abstract, link to article, publication date and table of contents.",
  "url": "https://ebiquity.umbc.edu/resource/html/id/374/Structural-Metadata-from-ArXiv-Articles",
  "keywords": [
    "document understanding",
    "natural language understanding",
    "machine learning"
  ],
  "citation": "Muhammad Mahbubur Rahman and Tim Finin. 2017. Deep Understanding of a Document's Structure. In Proceedings of the Fourth IEEE/ACM International Conference on Big Data Computing, Applications and Technologies (BDCAT '17). ACM, New York, NY, USA, 63-73. DOI: https://doi.org/10.1145/3148055.3148080",
  "creator": {
    "@type": "Person",
    "honorificPrefix": "Dr.",
    "givenName": "Muhammad",
    "familyName": "Rahman",
    "email": "mrahman1@umbc.edu",
    "memberOf": {
      "@type": "Organization",
      "url": "http://ebiquity.umbc.edu",
      "name": "Ebiquity Research Group",
      "parentOrganization": "University of Maryland, Baltimore County (UMBC)"
    }
  },
  "distribution": {
    "@type": "DataDownload",
    "encodingFormat": "zip",
    "contentSize": "566 megabytes, compressed",
    "contentUrl": "https://ebiquity.umbc.edu/redirect/to/resource/id/374/Structural-Metadata-from-ArXiv-Articles",
    "fileFormat": "zip compressed JSON object"
  },
  "temporalCoverage": "1991/2016"
}
</script>

<p>The data set contains metadata extracted from more than one million arXiv articles that were put online before the end of 2016.</p>

<div style="margin-left:0.2in;">
Data Set Characteristics: Text<br/>
Number of Instances: 1107138 arXiv articles<br/>
Size: 566 megabytes, compressed<br/>
Area: NLP and Machine Learning<br/>
Attribute Characteristics: String/Text<br/>
Associated Tasks: Classification and Clustering<br/>
Date Released: 2017-09-01<br/>
Source : arXiv repository<br/>
File format: JSON
</div>

<p>The JSON file contains information 1,107,138 arXiv articles put online during or before 2016.  Each of the top level keys in he JSON file is the arXiv article id. For each article, following information is given.</p>

<p> </p>

<table border="1"  style="width:100%;border:1px solid black;">
  <tr><th style="">key</th> <th>type</th> <th>description</th> </tr>
  <tr><td>category</td><td>list</td><td>Category names for the article</td></tr>
  <tr><td>title</td><td>string</td><td>Title of the article</td></tr>
  <tr><td>authors</td><td>list</td><td>Name of all of the authors</td></tr>
  <tr><td>summary</td><td>string</td><td>A short summary of the article</td></tr>
  <tr><td>link</td><td>string</td><td>Link to the original arXiv article for full contents</td></tr>
  <tr><td>published_date</td><td>string</td><td>Date of the publication</td></tr>
  <tr><td>toc</td><td>list</td><td>The table of contents for the article. This is a nested list upto few levels of subsections. Some articles may not have toc. Each title in the toc represents section/subsection/sub-subsection header and children represents next level section headers</td></tr>
</table>

<p>You can view some examples of the json objects <a href="https://ebiquity.umbc.edu/share/sample_arxiv_metadata.json">here</a>. </p>

If you write about or use this dataset, please cite:
<div style="display:inline-block;margin-left:2em; ">
<p>Muhammad Mahbubur Rahman and Tim Finin. 2017. <a href="https://ebiquity.umbc.edu/paper/html/id/785/Deep-Understanding-of-a-Document-s-Structure">Deep Understanding of a Document's Structure</a>. In Proceedings of the Fourth IEEE/ACM International Conference on Big Data Computing, Applications and Technologies (BDCAT '17). ACM, New York, NY, USA, 63-73. DOI: https://doi.org/10.1145/3148055.3148080"</p></div>

<p>For more information, please contact mrahman1@umbc.edu</p>
]]></pub:description>
		<pub:counter><![CDATA[1313]]></pub:counter>
		<pub:tag><![CDATA[document understanding]]></pub:tag>
		<pub:tag><![CDATA[learning]]></pub:tag>
		<pub:tag><![CDATA[natural language processing]]></pub:tag>
		<pub:author>
			<rdf:List>
				<rdf:first>
					<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Muhammad/Rahman"><person:name><![CDATA[Muhammad Mahbubur Rahman]]></person:name><rdfs:label><![CDATA[Muhammad Mahbubur Rahman]]></rdfs:label></person:Person>
				</rdf:first>
				<rdf:rest rdf:resource="&rdf;nil" />
			</rdf:List>
		</pub:author>
		<pub:firstAuthor>
<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Muhammad/Rahman"><person:name><![CDATA[Muhammad Mahbubur Rahman]]></person:name><rdfs:label><![CDATA[Muhammad Mahbubur Rahman]]></rdfs:label></person:Person>
		</pub:firstAuthor>
		<assert:isPublicationDatasetOf rdf:resource="http://ebiquity.umbc.edu/paper/html/id/785/Deep-Understanding-of-a-Document-s-Structure" />
	</pub:Resource>

<rdf:Description rdf:about="">
	<cc:License rdf:resource="http://creativecommons.org/licenses/by/2.0/" />
</rdf:Description>

</rdf:RDF>
