<?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/277/View-Concepts-Knowledge-Based-Access-to-Databases">
		<rdfs:label><![CDATA[View-Concepts: Knowledge-Based Access to Databases]]></rdfs:label>
		<pub:title><![CDATA[View-Concepts: Knowledge-Based Access to Databases]]></pub:title>
		<pub:publishedOn rdf:datatype="&xsd;dateTime">1992-11-01T00:00:00-05:00</pub:publishedOn>
		<pub:abstract><![CDATA[Semantic data models for database systems provide
powerful tools to assist database administrators in designing
and maintaining schemas, but provide little
or no direct support for users of the database. Some
research has been done on mapping user models of
a domain to the underlying database using semantic
schemas. Little has been done, however, on mapping
conceptually meaningful data structures to a database
lacking a semantic schema, or to a multi-database system
that lacks a consistent semantic schema. We argue
for the appropriateness of a knowledge representation
language as a language for describing the database
schema, user data structures, and the mapping between
them; present a problem domain in which an existing
relational database without a semantic schema
must be accessed by a knowledge-based application;
and describe our implementation of a system that provides
access to a relational database from a KL-ONE style
knowledge representation language.]]></pub:abstract>
		<pub:note><![CDATA[<img src="https://i.imgur.com/DWxg5W7.png" style='height: 90%; width: 90%; object-fit: contain; display: block; margin-left: auto; margin-right: auto;'>]]></pub:note>
		<pub:counter>2600</pub:counter>
		<pub:googleKey>2gEMLjquz3kJ</pub:googleKey>
		<pub:googleCitations>27</pub:googleCitations>
		<pub:tag><![CDATA[ai]]></pub:tag>
		<pub:tag><![CDATA[database]]></pub:tag>
		<pub:tag><![CDATA[kl-one]]></pub:tag>
		<pub:tag><![CDATA[knowledge base]]></pub:tag>
		<pub:tag><![CDATA[knowledge graph]]></pub:tag>
		<pub:tag><![CDATA[ontology]]></pub:tag>
		<pub:tag><![CDATA[semantic schema]]></pub:tag>
		<pub:booktitle><![CDATA[Proceedings of the First International Conference on Information and Knowledge Management]]></pub:booktitle>
		<pub:publisher><![CDATA[International Society for Mini and Microcomputers]]></pub:publisher>
		<pub:author>
			<rdf:List>
				<rdf:first>
					<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Donald/McKay"><person:name><![CDATA[Donald P McKay]]></person:name><rdfs:label><![CDATA[Donald P McKay]]></rdfs:label></person:Person>
				</rdf:first>
				<rdf:rest>					<rdf:List>
						<rdf:first>
							<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Jon/Pastor"><person:name><![CDATA[Jon Pastor]]></person:name><rdfs:label><![CDATA[Jon Pastor]]></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/Donald/McKay"><person:name><![CDATA[Donald P McKay]]></person:name><rdfs:label><![CDATA[Donald P McKay]]></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/607.pdf]]></pub:softCopyURI>
			<pub:softCopySize>173255</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>
