<?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 person "http://ebiquity.umbc.edu/ontology/person.owl#">
	<!ENTITY project "http://ebiquity.umbc.edu/ontology/project.owl#">
	<!ENTITY pub "http://ebiquity.umbc.edu/ontology/publication.owl#">
	<!ENTITY assoc "http://ebiquity.umbc.edu/ontology/association.owl#">
	<!ENTITY research "http://ebiquity.umbc.edu/ontology/research.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:person = "&person;"
		xmlns:project = "&project;"
		xmlns:pub = "&pub;"
		xmlns:assoc = "&assoc;"
		xmlns:research = "&research;"
		xmlns:assert = "&assert;">
	<project:PastProject rdf:about="http://ebiquity.umbc.edu/project/html/id/95/Graph-of-Relations">
		<rdfs:label><![CDATA[Graph of Relations]]></rdfs:label>
		<project:title><![CDATA[Graph of Relations]]></project:title>
		<project:description><![CDATA[<p> </p>
<p>Users need better ways to explore linked open data collections 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 are developing a compromise approach 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 have demonstrated the approach's feasibility for DBpedia 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.</p>

<p><a href="http://ebiq.org/GOR">Online demonstration</a></p>
]]></project:description>
		<project:startDate rdf:datatype="&xsd;dateTime">2010-01-01T00:00:00-05:00</project:startDate>
		<project:endDate rdf:datatype="&xsd;dateTime">2014-01-01T00:00:00-05:00</project:endDate>
		<project:logoURI><![CDATA[http://ebiquity.umbc.edu/media/projectIcons/95.jpeg]]></project:logoURI>
		<project:tag><![CDATA[natural language]]></project:tag>
		<project:tag><![CDATA[natural language processing]]></project:tag>
		<project:tag><![CDATA[rdf]]></project:tag>
		<project:tag><![CDATA[semantic web]]></project:tag>
		<project:associatedWith>
			<assoc:PersonProjectAssociation>
				<assoc:person><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>
</assoc:person>
				<assoc:role rdf:resource="&person;Principal Faculty" />
			</assoc:PersonProjectAssociation>
		</project:associatedWith>
		<project:associatedWith>
			<assoc:PersonProjectAssociation>
				<assoc:person><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>
</assoc:person>
				<assoc:role rdf:resource="&person;Ph.D. Student" />
			</assoc:PersonProjectAssociation>
		</project:associatedWith>
		<project:associatedWith>
			<assoc:PersonProjectAssociation>
				<assoc:person><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>
</assoc:person>
				<assoc:role rdf:resource="&person;Faculty" />
			</assoc:PersonProjectAssociation>
		</project:associatedWith>
		<project:relatedPublication>
			<pub:Article rdf:about="http://ebiquity.umbc.edu/paper/html/id/719/Robust-Semantic-Text-Similarity-Using-LSA-Machine-Learning-and-Linguistic-Resources">
				<pub:title><![CDATA[Robust Semantic Text Similarity Using LSA, Machine Learning and Linguistic Resources]]></pub:title>
				<rdfs:label><![CDATA[Robust Semantic Text Similarity Using LSA, Machine Learning and Linguistic Resources]]></rdfs:label>
				<pub:journal><![CDATA[Language Resources and Evaluation]]></pub:journal>
				<pub:publisher><![CDATA[Springer]]></pub:publisher>
				<pub:publishedOn rdf:datatype="&xsd;dateTime">2016-03-01T00:00:00-05:00</pub:publishedOn>
				<pub:firstAuthor><person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Abhay/Kashyap"><person:name><![CDATA[Abhay L. Kashyap]]></person:name><rdfs:label><![CDATA[Abhay L. Kashyap]]></rdfs:label></person:Person>
				</pub:firstAuthor>
			</pub:Article>
		</project:relatedPublication>
		<project:relatedPublication>
			<pub:InProceedings rdf:about="http://ebiquity.umbc.edu/paper/html/id/708/Querying-Large-Linked-Data-Resources">
				<pub:title><![CDATA[Querying Large Linked Data Resources]]></pub:title>
				<rdfs:label><![CDATA[Querying Large Linked Data Resources]]></rdfs:label>
				<pub:booktitle><![CDATA[14th International Semantic Web Conference]]></pub:booktitle>
				<pub:publisher><![CDATA[Springer]]></pub:publisher>
				<pub:publishedOn rdf:datatype="&xsd;dateTime">2015-10-13T00:00:00-05:00</pub:publishedOn>
				<pub:firstAuthor><person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Zareen/Syed"><person:name><![CDATA[Zareen Syed]]></person:name><rdfs:label><![CDATA[Zareen Syed]]></rdfs:label></person:Person>
				</pub:firstAuthor>
			</pub:InProceedings>
		</project:relatedPublication>
		<project:relatedPublication>
			<pub:InProceedings rdf:about="http://ebiquity.umbc.edu/paper/html/id/701/Querying-RDF-Data-with-Text-Annotated-Graphs">
				<pub:title><![CDATA[Querying RDF Data with Text Annotated  Graphs]]></pub:title>
				<rdfs:label><![CDATA[Querying RDF Data with Text Annotated  Graphs]]></rdfs:label>
				<pub:booktitle><![CDATA[Proceedings of the 27th International Conference on Scientific and Statistical Database Management]]></pub:booktitle>
				<pub:publisher><![CDATA[Association for Computing Machinery]]></pub:publisher>
				<pub:publishedOn rdf:datatype="&xsd;dateTime">2015-06-29T00:00:00-05:00</pub:publishedOn>
				<pub:firstAuthor><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>
				</pub:firstAuthor>
			</pub:InProceedings>
		</project:relatedPublication>
		<project:relatedPublication>
			<pub:InProceedings rdf:about="http://ebiquity.umbc.edu/paper/html/id/700/UMBC_Ebiquity-SFQ-Schema-Free-Querying-System">
				<pub:title><![CDATA[UMBC_Ebiquity-SFQ: Schema Free Querying System]]></pub:title>
				<rdfs:label><![CDATA[UMBC_Ebiquity-SFQ: Schema Free Querying System]]></rdfs:label>
				<pub:booktitle><![CDATA[Proceedings of the Semantic Web Evaluation Challenge, ESWC]]></pub:booktitle>
				<pub:publisher><![CDATA[Springer]]></pub:publisher>
				<pub:publishedOn rdf:datatype="&xsd;dateTime">2015-06-01T00:00:00-05:00</pub:publishedOn>
				<pub:firstAuthor><person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Zareen/Syed"><person:name><![CDATA[Zareen Syed]]></person:name><rdfs:label><![CDATA[Zareen Syed]]></rdfs:label></person:Person>
				</pub:firstAuthor>
			</pub:InProceedings>
		</project:relatedPublication>
		<project:relatedPublication>
			<pub:InProceedings rdf:about="http://ebiquity.umbc.edu/paper/html/id/659/Meerkat-Mafia-Multilingual-and-Cross-Level-Semantic-Textual-Similarity-systems">
				<pub:title><![CDATA[Meerkat Mafia: Multilingual and Cross-Level Semantic Textual Similarity systems]]></pub:title>
				<rdfs:label><![CDATA[Meerkat Mafia: Multilingual and Cross-Level Semantic Textual Similarity systems]]></rdfs:label>
				<pub:booktitle><![CDATA[Proceedings of the 8th International Workshop on Semantic Evaluation (SemEval 2014)]]></pub:booktitle>
				<pub:publisher><![CDATA[Association for Computational Linguistics]]></pub:publisher>
				<pub:publishedOn rdf:datatype="&xsd;dateTime">2014-08-23T00:00:00-05:00</pub:publishedOn>
				<pub:firstAuthor><person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Abhay/Kashyap"><person:name><![CDATA[Abhay L. Kashyap]]></person:name><rdfs:label><![CDATA[Abhay L. Kashyap]]></rdfs:label></person:Person>
				</pub:firstAuthor>
			</pub:InProceedings>
		</project:relatedPublication>
		<project:relatedPublication>
			<pub:PhdThesis rdf:about="http://ebiquity.umbc.edu/paper/html/id/658/Schema-Free-Querying-of-Semantic-Data">
				<pub:title><![CDATA[Schema Free Querying of Semantic Data]]></pub:title>
				<rdfs:label><![CDATA[Schema Free Querying of Semantic Data]]></rdfs:label>
				<pub:school><![CDATA[University of Maryland, Baltimore County]]></pub:school>
				<pub:publishedOn rdf:datatype="&xsd;dateTime">2014-08-01T00:00:00-05:00</pub:publishedOn>
				<pub:firstAuthor><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>
				</pub:firstAuthor>
			</pub:PhdThesis>
		</project:relatedPublication>
		<project:relatedPublication>
			<pub:InProceedings rdf:about="http://ebiquity.umbc.edu/paper/html/id/621/UMBC_EBIQUITY-CORE-Semantic-Textual-Similarity-Systems">
				<pub:title><![CDATA[UMBC_EBIQUITY-CORE: Semantic Textual Similarity Systems]]></pub:title>
				<rdfs:label><![CDATA[UMBC_EBIQUITY-CORE: Semantic Textual Similarity Systems]]></rdfs:label>
				<pub:booktitle><![CDATA[Proceedings of the Second Joint Conference on Lexical and Computational Semantics]]></pub:booktitle>
				<pub:publishedOn rdf:datatype="&xsd;dateTime">2013-06-13T00:00:00-05:00</pub:publishedOn>
				<pub:firstAuthor><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>
				</pub:firstAuthor>
			</pub:InProceedings>
		</project:relatedPublication>
		<project:relatedPublication>
			<pub:Article rdf:about="http://ebiquity.umbc.edu/paper/html/id/577/Improving-Word-Similarity-by-Augmenting-PMI-with-Estimates-of-Word-Polysemy">
				<pub:title><![CDATA[Improving Word Similarity by Augmenting PMI with Estimates of Word Polysemy]]></pub:title>
				<rdfs:label><![CDATA[Improving Word Similarity by Augmenting PMI with Estimates of Word Polysemy]]></rdfs:label>
				<pub:journal><![CDATA[IEEE Transactions on Knowledge and Data Engineering (TKDE)]]></pub:journal>
				<pub:publisher><![CDATA[IEEE Computer Society]]></pub:publisher>
				<pub:publishedOn rdf:datatype="&xsd;dateTime">2013-06-01T00:00:00-05:00</pub:publishedOn>
				<pub:firstAuthor><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>
				</pub:firstAuthor>
			</pub:Article>
		</project:relatedPublication>
		<project:relatedPublication>
			<pub:InProceedings rdf:about="http://ebiquity.umbc.edu/paper/html/id/598/Schema-Free-Structured-Querying-of-DBpedia-Data">
				<pub:title><![CDATA[Schema-Free Structured Querying of DBpedia Data]]></pub:title>
				<rdfs:label><![CDATA[Schema-Free Structured Querying of DBpedia Data]]></rdfs:label>
				<pub:booktitle><![CDATA[Proceedings of the 21st ACM Conference on Information and Knowledge Management (CIKM)]]></pub:booktitle>
				<pub:publisher><![CDATA[ACM Press]]></pub:publisher>
				<pub:publishedOn rdf:datatype="&xsd;dateTime">2012-08-11T00:00:00-05:00</pub:publishedOn>
				<pub:firstAuthor><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>
				</pub:firstAuthor>
			</pub:InProceedings>
		</project:relatedPublication>
		<project:relatedPublication>
			<pub:TechReport rdf:about="http://ebiquity.umbc.edu/paper/html/id/578/GoRelations-Towards-an-Intuitive-Query-System-for-RDF-Data">
				<pub:title><![CDATA[GoRelations: Towards an Intuitive Query System for RDF Data]]></pub:title>
				<rdfs:label><![CDATA[GoRelations: Towards an Intuitive Query System for RDF Data]]></rdfs:label>
				<pub:booktitle><![CDATA[TR-CS-11-08]]></pub:booktitle>
				<pub:institution><![CDATA[University of Maryland, Baltimore County]]></pub:institution>
				<pub:publishedOn rdf:datatype="&xsd;dateTime">2012-02-01T00:00:00-05:00</pub:publishedOn>
				<pub:firstAuthor><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>
				</pub:firstAuthor>
			</pub:TechReport>
		</project:relatedPublication>
		<project:relatedPublication>
			<pub:InProceedings rdf:about="http://ebiquity.umbc.edu/paper/html/id/557/GoRelations-An-Intuitive-Query-System-for-DBpedia">
				<pub:title><![CDATA[GoRelations: An Intuitive  Query System for DBpedia]]></pub:title>
				<rdfs:label><![CDATA[GoRelations: An Intuitive  Query System for DBpedia]]></rdfs:label>
				<pub:booktitle><![CDATA[Proceedings of the Joint International Semantic Technology Conference]]></pub:booktitle>
				<pub:publisher><![CDATA[Springer]]></pub:publisher>
				<pub:publishedOn rdf:datatype="&xsd;dateTime">2011-12-04T00:00:00-05:00</pub:publishedOn>
				<pub:firstAuthor><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>
				</pub:firstAuthor>
			</pub:InProceedings>
		</project:relatedPublication>
		<project:relatedPublication>
			<pub:TechReport rdf:about="http://ebiquity.umbc.edu/paper/html/id/558/Improving-Word-Similarity-by-Augmenting-PMI-with-Estimates-of-Word-Polysemy">
				<pub:title><![CDATA[Improving Word Similarity by Augmenting PMI with Estimates of Word Polysemy]]></pub:title>
				<rdfs:label><![CDATA[Improving Word Similarity by Augmenting PMI with Estimates of Word Polysemy]]></rdfs:label>
				<pub:institution><![CDATA[University of Maryland, Baltimore County]]></pub:institution>
				<pub:publishedOn rdf:datatype="&xsd;dateTime">2011-06-01T00:00:00-05:00</pub:publishedOn>
				<pub:firstAuthor><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>
				</pub:firstAuthor>
			</pub:TechReport>
		</project:relatedPublication>
		<project:relatedPublication>
			<pub:InProceedings rdf:about="http://ebiquity.umbc.edu/paper/html/id/466/Finding-Semantic-Web-Ontology-Terms-from-Words">
				<pub:title><![CDATA[Finding Semantic Web Ontology Terms from Words]]></pub:title>
				<rdfs:label><![CDATA[Finding Semantic Web Ontology Terms from Words]]></rdfs:label>
				<pub:booktitle><![CDATA[Proceedings of the Eigth International Semantic Web Conference]]></pub:booktitle>
				<pub:publishedOn rdf:datatype="&xsd;dateTime">2009-10-27T00:00:00-05:00</pub:publishedOn>
				<pub:firstAuthor><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>
				</pub:firstAuthor>
			</pub:InProceedings>
		</project:relatedPublication>
		<project:relatedPublication>
			<pub:InProceedings rdf:about="http://ebiquity.umbc.edu/paper/html/id/401/Predicting-Appropriate-Semantic-Web-Terms-from-Words">
				<pub:title><![CDATA[Predicting Appropriate Semantic Web Terms from Words]]></pub:title>
				<rdfs:label><![CDATA[Predicting Appropriate Semantic Web Terms from Words]]></rdfs:label>
				<pub:booktitle><![CDATA[Proceedings of the Twenty-Third AAAI Conference on Artificial Intelligence]]></pub:booktitle>
				<pub:publisher><![CDATA[AAAI Press]]></pub:publisher>
				<pub:publishedOn rdf:datatype="&xsd;dateTime">2008-07-13T00:00:00-05:00</pub:publishedOn>
				<pub:firstAuthor><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>
				</pub:firstAuthor>
			</pub:InProceedings>
		</project:relatedPublication>
		<project:relatedResource>
		<pub:Resource rdf:about="http://ebiquity.umbc.edu/paper/html/id/401/Predicting-Appropriate-Semantic-Web-Terms-from-Words">
			<pub:type><![CDATA[Presentation]]></pub:type>
			<pub:title><![CDATA[Predicting Appropriate Semantic Web Terms from Words]]></pub:title>
			<rdfs:label><![CDATA[Predicting Appropriate Semantic Web Terms from Words]]></rdfs:label>
			<pub:publishedOn rdf:datatype="&xsd;dateTime">2008-07-13T00:00:00-05:00</pub:publishedOn>
		</pub:Resource>
		</project:relatedResource>
		<project:relatedResource>
		<pub:Resource rdf:about="http://ebiquity.umbc.edu/paper/html/id/401/Predicting-Appropriate-Semantic-Web-Terms-from-Words">
			<pub:type><![CDATA[Presentation]]></pub:type>
			<pub:title><![CDATA[Predicting Appropriate Semantic Web Terms from Words]]></pub:title>
			<rdfs:label><![CDATA[Predicting Appropriate Semantic Web Terms from Words]]></rdfs:label>
			<pub:publishedOn rdf:datatype="&xsd;dateTime">2008-07-13T00:00:00-05:00</pub:publishedOn>
		</pub:Resource>
		</project:relatedResource>
		<project:relatedResource>
		<pub:Resource rdf:about="http://ebiquity.umbc.edu/paper/html/id/401/Predicting-Appropriate-Semantic-Web-Terms-from-Words">
			<pub:type><![CDATA[Presentation]]></pub:type>
			<pub:title><![CDATA[Predicting Appropriate Semantic Web Terms from Words]]></pub:title>
			<rdfs:label><![CDATA[Predicting Appropriate Semantic Web Terms from Words]]></rdfs:label>
			<pub:publishedOn rdf:datatype="&xsd;dateTime">2008-07-13T00:00:00-05:00</pub:publishedOn>
		</pub:Resource>
		</project:relatedResource>
		<project:relatedResource>
		<pub:Resource rdf:about="http://ebiquity.umbc.edu/paper/html/id/401/Predicting-Appropriate-Semantic-Web-Terms-from-Words">
			<pub:type><![CDATA[Dataset]]></pub:type>
			<pub:title><![CDATA[Predicting Appropriate Semantic Web Terms from Words]]></pub:title>
			<rdfs:label><![CDATA[Predicting Appropriate Semantic Web Terms from Words]]></rdfs:label>
			<pub:publishedOn rdf:datatype="&xsd;dateTime">2008-07-13T00:00:00-05:00</pub:publishedOn>
		</pub:Resource>
		</project:relatedResource>
		<project:relatedResource>
		<pub:Resource rdf:about="http://ebiquity.umbc.edu/paper/html/id/401/Predicting-Appropriate-Semantic-Web-Terms-from-Words">
			<pub:type><![CDATA[Demonstration]]></pub:type>
			<pub:title><![CDATA[Predicting Appropriate Semantic Web Terms from Words]]></pub:title>
			<rdfs:label><![CDATA[Predicting Appropriate Semantic Web Terms from Words]]></rdfs:label>
			<pub:publishedOn rdf:datatype="&xsd;dateTime">2008-07-13T00:00:00-05:00</pub:publishedOn>
		</pub:Resource>
		</project:relatedResource>
		<project:relatedResearchArea rdf:resource="&research;Languagetechnology" />
		<project:relatedResearchArea rdf:resource="&research;Machinelearning" />
		<project:relatedResearchArea rdf:resource="&research;SemanticWeb" />
		<project:relatedResearchArea rdf:resource="&research;Webbasedinformationsystems" />
		<assert:hasDataSet rdf:resource="http://ebiquity.umbc.edu/resource/html/id/351/UMBC-webbase-corpus" />
	</project:PastProject>

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

</rdf:RDF>
