<?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/1096/Parsing-with-Logical-Variables">
		<rdfs:label><![CDATA[Parsing with Logical Variables]]></rdfs:label>
		<pub:title><![CDATA[Parsing with Logical Variables]]></pub:title>
		<pub:publishedOn rdf:datatype="&xsd;dateTime">1983-02-01T00:00:00-05:00</pub:publishedOn>
		<pub:abstract><![CDATA[Logic-based programming systems have enjoyed increasing popularity in applied AI work in the last few years. One of the contributions to Computational Linguistics made by the Logic Programming Paradigm has been the Definite Clause Grammar. In comparing DCGs with previous parsing mechanisms such as ATNs, certain clear advantages are seen. We feel that the most important of these advantages are due to the use of Logical Variables with Unification as the fundamental operation on them. To illustrate the power of the Logical Variable, we have implemented an experimental ATN system that treats ATN registers as Logical Variables and provides a unification operation over them. We would like to simultaneously encourage the use of the powerful mechanisms available in DCGs and demonstrate that some of these techniques can be captured without reference to a resolution theorem prover.]]></pub:abstract>
		<pub:pages><![CDATA[62-68]]></pub:pages>
		<pub:note><![CDATA[A revised version of this paper was in the 1987 book Natural Language Parsing Systems, edited by Leonard Bolc.  See <a href="https://ebiquity.umbc.edu/paper/html/id/1140/">here</a>..]]></pub:note>
		<pub:counter>385</pub:counter>
		<pub:tag><![CDATA[ai]]></pub:tag>
		<pub:tag><![CDATA[atn]]></pub:tag>
		<pub:tag><![CDATA[dcg]]></pub:tag>
		<pub:tag><![CDATA[logic programming]]></pub:tag>
		<pub:tag><![CDATA[natural language processing]]></pub:tag>
		<pub:tag><![CDATA[natural language processing]]></pub:tag>
		<pub:tag><![CDATA[parsing]]></pub:tag>
		<pub:tag><![CDATA[prolog]]></pub:tag>
		<pub:booktitle><![CDATA[Proceedings of the First Conference on Applied Natural Language Processing]]></pub:booktitle>
		<pub:publisher><![CDATA[Association for Computational Linguistics]]></pub:publisher>
		<pub:author>
			<rdf:List>
				<rdf:first>
					<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Martha/Palmer"><person:name><![CDATA[Martha Palmer]]></person:name><rdfs:label><![CDATA[Martha Palmer]]></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>
		</pub:author>
		<pub:firstAuthor>
<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Martha/Palmer"><person:name><![CDATA[Martha Palmer]]></person:name><rdfs:label><![CDATA[Martha Palmer]]></rdfs:label></person:Person>
		</pub:firstAuthor>
		<pub:editor>
			<rdf:List>
				<rdf:first>
					<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Donald/Walker"><person:name><![CDATA[Donald E. Walker]]></person:name><rdfs:label><![CDATA[Donald E. Walker]]></rdfs:label></person:Person>
				</rdf:first>
				<rdf:rest rdf:resource="&rdf;nil" />
			</rdf:List>
		</pub:editor>
		<pub:softCopy><pub:SoftCopy>
			<pub:softCopyFormat><![CDATA[PDF Document]]></pub:softCopyFormat>
			<pub:softCopyURI><![CDATA[http://ebiquity.umbc.edu/get/a/publication/1238.pdf]]></pub:softCopyURI>
			<pub:softCopySize>437479</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>
