[isidorus-cvs] r159 - trunk/src/xml/rdf
Lukas Giessmann
lgiessmann at common-lisp.net
Fri Dec 4 13:15:56 UTC 2009
Author: lgiessmann
Date: Fri Dec 4 08:15:56 2009
New Revision: 159
Log:
fixed a mistake in the rdf-exporter
Modified:
trunk/src/xml/rdf/exporter.lisp
Modified: trunk/src/xml/rdf/exporter.lisp
==============================================================================
--- trunk/src/xml/rdf/exporter.lisp (original)
+++ trunk/src/xml/rdf/exporter.lisp Fri Dec 4 08:15:56 2009
@@ -502,7 +502,7 @@
"Returns all associations that were mapped from RDF to TM
and are still having two roles of the type isi:subject and
isi:object."
- (declare (Topic Csubject-topic))
+ (declare (TopicC subject-topic))
(let ((isi-subject (get-item-by-psi *rdf2tm-subject*))
(isi-object (get-item-by-psi *rdf2tm-object*)))
(let ((topic-roles
More information about the Isidorus-cvs
mailing list