<?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/379/Cybersecurity-embeddings">
		<rdfs:label><![CDATA[Cybersecurity embeddings]]></rdfs:label>
		<pub:type><![CDATA[Dataset]]></pub:type>
		<pub:title><![CDATA[Cybersecurity embeddings]]></pub:title>
		<pub:publishedOn rdf:datatype="&xsd;dateTime">2018-04-01T00:00:00-05:00</pub:publishedOn>
		<pub:description><![CDATA[<p>This is a word embedding model produced by Dr. Youngja Park of IBM Research using word2vec applied to a collection of one million documents found on the Web relevant to cybersecurity.  Tokenization was done using whitespace, resulting in 917,213,530 tokens of which 6,417,554 were unique. The word2 vec model has 100 dimensions and a vocabulary of 1,013,092 terms.  If you use this model in your research, please cite this document to refer to the model.</p>

<blockquote>Ankur Padia, Arpita Roy, Taneeya Satyapanich, Francis Ferraro, Shimei Pan, Youngja Park, Anupam Joshi and Tim Finin, UMBC at SemEval-2018 Task 8: Understanding Text about Malware, 12th International Workshop on Semantic Evaluation, co-located with NAACL HLT 2018, June 2018, New Orleans, LA, USA.</blockquote>
]]></pub:description>
		<pub:counter><![CDATA[1855]]></pub:counter>
		<pub:tag><![CDATA[cybersecurity]]></pub:tag>
		<pub:tag><![CDATA[word embeddings]]></pub:tag>
		<pub:tag><![CDATA[word2vec]]></pub:tag>
		<pub:author>
			<rdf:List>
				<rdf:first>
					<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Youngja/Park"><person:name><![CDATA[Youngja Park]]></person:name><rdfs:label><![CDATA[Youngja Park]]></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/Youngja/Park"><person:name><![CDATA[Youngja Park]]></person:name><rdfs:label><![CDATA[Youngja Park]]></rdfs:label></person:Person>
		</pub:firstAuthor>
		<pub:relatedProject><project:PastProject rdf:about="http://ebiquity.umbc.edu/project/html/id/109/Accelerated-Cybersecurity"><project:title><![CDATA[Accelerated Cybersecurity]]></project:title><rdfs:label><![CDATA[Accelerated Cybersecurity]]></rdfs:label></project:PastProject></pub:relatedProject>
	</pub:Resource>

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

</rdf:RDF>
