<?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:InProceedings rdf:about="http://ebiquity.umbc.edu/paper/html/id/1002/Developing-Machine-Learning-based-Predictive-Models-for-Smart-Policing">
		<rdfs:label><![CDATA[Developing Machine Learning based Predictive Models for Smart Policing]]></rdfs:label>
		<pub:title><![CDATA[Developing Machine Learning based Predictive Models for Smart Policing]]></pub:title>
		<pub:publishedOn rdf:datatype="&xsd;dateTime">2019-06-12T00:00:00-05:00</pub:publishedOn>
		<pub:abstract><![CDATA[Crimes are problematic where normal social issues are confronted and influence personal satisfaction, financial development, and quality-of-life of a region. There has been a surge in the crime rate over the past couple of years. To reduce the offense rate, law enforcement needs to embrace innovative preventive technological measures. Accurate crime forecasts help to decrease the crime rate. However, predicting criminal activities is difficult due to the high complexity associated with modeling numerous intricate elements. In this work, we employ statistical analysis methods and machine learning models for predicting different types of crimes in New York City, based on 2018 crime datasets. We combine weather, and its temporal attributes like cloud cover, lighting and time of day to identify relevance to crime data. We note that weather-related attributes play a negligible role in crime forecasting. We have evaluated the various performance metrics of crime prediction, with and without the consideration of weather datasets, on different types of crime committed. Our proposed methodology will enable law enforcement to make effective decisions on appropriate resource allocation, including backup officers related to crime type and location.]]></pub:abstract>
		<pub:organization><![CDATA[IEEE]]></pub:organization>
		<pub:counter>1927</pub:counter>
		<pub:booktitle><![CDATA[International Conference on Smart Computing (SMARTCOMP)]]></pub:booktitle>
		<pub:publisher><![CDATA[IEEE]]></pub:publisher>
		<pub:author>
			<rdf:List>
				<rdf:first>
					<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Lavanya/Elluri"><person:name><![CDATA[Lavanya Elluri]]></person:name><rdfs:label><![CDATA[Lavanya Elluri]]></rdfs:label></person:Person>
				</rdf:first>
				<rdf:rest>					<rdf:List>
						<rdf:first>
							<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Varun/Mandalapu"><person:name><![CDATA[Varun Mandalapu]]></person:name><rdfs:label><![CDATA[Varun Mandalapu]]></rdfs:label></person:Person>
						</rdf:first>
						<rdf:rest>							<rdf:List>
								<rdf:first>
									<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Nirmalya/Roy"><person:name><![CDATA[Nirmalya Roy]]></person:name><rdfs:label><![CDATA[Nirmalya Roy]]></rdfs:label></person:Person>
								</rdf:first>
								<rdf:rest rdf:resource="&rdf;nil" />
							</rdf:List>
						</rdf:rest>
					</rdf:List>
				</rdf:rest>
			</rdf:List>
		</pub:author>
		<pub:firstAuthor>
<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Lavanya/Elluri"><person:name><![CDATA[Lavanya Elluri]]></person:name><rdfs:label><![CDATA[Lavanya Elluri]]></rdfs:label></person:Person>
		</pub:firstAuthor>
		<pub:softCopy><pub:SoftCopy>
			<pub:softCopyFormat><![CDATA[PDF Document]]></pub:softCopyFormat>
			<pub:softCopyURI><![CDATA[http://ebiquity.umbc.edu/get/a/publication/1119.pdf]]></pub:softCopyURI>
			<pub:softCopySize>866086</pub:softCopySize>
			</pub:SoftCopy>
			</pub:softCopy>
	</pub:InProceedings>

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

</rdf:RDF>
