From: SourceForge.net <no...@so...> - 2009-01-27 14:16:41
|
Bugs item #2540490, was opened at 2009-01-27 15:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2540490&group_id=102341 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: I/O Group: tinyTiM 2.x Status: Open Resolution: None Priority: 5 Private: No Submitted By: Stefan Kesberg (skesberg) Assigned to: Nobody/Anonymous (nobody) Summary: Using QName in association throws syntax error Initial Comment: Trying to import the following CTM using console throws syntax error. %prefix p http://example.org/ person p:person . alf_kaz isa p:person . # --> doesn't work # isa person . --> works Error: syntax error, expecting IDENT VARIABLE WILDCARD NAMED_WILDCARD EQ CIRCUMFLEX STRING IRI INTEGER DECIMAL DATE DATE_TIME Exception in thread "main" org.tmapi.core.TMAPIRuntimeException: com.semagia.mio.MIOException: irrecoverable syntax error at org.tinytim.mio.AbstractTopicMapReader.read(Unknown Source) at org.tinytim.mio.CTMTopicMapReader.read(Unknown Source) at Console._importSource(Console.java:247) at Console.access$4(Console.java:230) at Console$ReadCommand.execute(Console.java:398) at Console._executeCommand(Console.java:155) at Console.start(Console.java:122) at Console.main(Console.java:79) Caused by: com.semagia.mio.MIOException: irrecoverable syntax error at com.semagia.mio.ctm.parser.CTMParser.parse(Unknown Source) at com.semagia.mio.ctm.CTMDeserializer.doParse(Unknown Source) at com.semagia.mio.base.AbstractDeserializer.parse(Unknown Source) ... 8 more ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2540490&group_id=102341 |