<?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:TechReport rdf:about="http://ebiquity.umbc.edu/paper/html/id/578/GoRelations-Towards-an-Intuitive-Query-System-for-RDF-Data">
		<rdfs:label><![CDATA[GoRelations: Towards an Intuitive Query System for RDF Data]]></rdfs:label>
		<pub:title><![CDATA[GoRelations: Towards an Intuitive Query System for RDF Data]]></pub:title>
		<pub:publishedOn rdf:datatype="&xsd;dateTime">2012-02-01T00:00:00-05:00</pub:publishedOn>
		<pub:abstract><![CDATA[Users need better ways to explore DBpedia and obtain information from it.
Using SPARQL requires not only mastering its syntax and semantics but also understanding
the RDF data model, the ontology used by the DBpedia, and URIs for
entities of interest. Natural language question answering systems solve the problem,
but these are still subjects of research. We describe a compromise in which
non-experts specify a graphical “skeleton” for a query and annotate it with freely
chosen words, phrases and entity names. The combination reduces ambiguity and
allows us to reliably produce an interpretation that can be translated into SPARQL.
We demonstrate the approach’s feasibility with an implementation that performs
well in an evaluation using queries from the 2011 QALD workshop. Key contributions
are the robust methods that combine statistical association and semantic
similarity to map user terms to the most appropriate classes and properties used
in the DBpedia ontology.]]></pub:abstract>
		<pub:note><![CDATA[<img src="https://i.imgur.com/eIvgPbn.png" style='height: 60%; width: 60%; object-fit: contain; display: block; margin-left: auto; margin-right: auto;'>]]></pub:note>
		<pub:organization><![CDATA[Ebiquity Lab]]></pub:organization>
		<pub:counter>1771</pub:counter>
		<pub:googleCitations>20</pub:googleCitations>
		<pub:tag><![CDATA[ai]]></pub:tag>
		<pub:tag><![CDATA[intuitive query]]></pub:tag>
		<pub:tag><![CDATA[knowledge graph]]></pub:tag>
		<pub:tag><![CDATA[ontology mapping]]></pub:tag>
		<pub:tag><![CDATA[rdf]]></pub:tag>
		<pub:tag><![CDATA[semantic similarity]]></pub:tag>
		<pub:tag><![CDATA[semantic web]]></pub:tag>
		<pub:tag><![CDATA[statistical association]]></pub:tag>
		<pub:booktitle><![CDATA[TR-CS-11-08]]></pub:booktitle>
		<pub:publisher><![CDATA[University of Maryland, Baltimore County]]></pub:publisher>
		<pub:author>
			<rdf:List>
				<rdf:first>
					<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Anupam/Joshi"><person:name><![CDATA[Anupam Joshi]]></person:name><rdfs:label><![CDATA[Anupam Joshi]]></rdfs:label></person:Person>
				</rdf:first>
				<rdf:rest>					<rdf:List>
						<rdf:first>
							<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Lushan/Han"><person:name><![CDATA[Lushan Han]]></person:name><rdfs:label><![CDATA[Lushan Han]]></rdfs:label></person:Person>
						</rdf:first>
						<rdf:rest>							<rdf:List>
								<rdf:first>
									<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Tim/Finin"><person:name><![CDATA[Tim Finin]]></person:name><rdfs:label><![CDATA[Tim Finin]]></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/Anupam/Joshi"><person:name><![CDATA[Anupam Joshi]]></person:name><rdfs:label><![CDATA[Anupam Joshi]]></rdfs:label></person:Person>
		</pub:firstAuthor>
		<pub:relatedProject><project:PastProject rdf:about="http://ebiquity.umbc.edu/project/html/id/95/Graph-of-Relations"><project:title><![CDATA[Graph of Relations]]></project:title><rdfs:label><![CDATA[Graph of Relations]]></rdfs:label></project:PastProject></pub:relatedProject>
		<pub:softCopy><pub:SoftCopy>
			<pub:softCopyFormat><![CDATA[PDF Document]]></pub:softCopyFormat>
			<pub:softCopyURI><![CDATA[http://ebiquity.umbc.edu/get/a/publication/618.pdf]]></pub:softCopyURI>
			<pub:softCopySize>954512</pub:softCopySize>
			</pub:SoftCopy>
			</pub:softCopy>
	</pub:TechReport>

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

</rdf:RDF>
