Hello Ernest, Ernest Martinez wrote: > I tried starting longwell using the /r switch on Windows, with an RDF file > generated by D2RQ using the N-TRIPLE format. Here is the console output up > to the error: > > C:\Program Files\longwell-2.4>longwell /r bderdf.n3
> [INFO] Loading data from bderdf.n3 > [ERROR] Fatal error: Illegal subject value: 15 at file:/C:/Program > Files/longwel > l-2.4/bderdf.n3 [1,-1] As the error says, "15" on the first line of your file is not a legal subject value in N3 grammar. > Here is the head of the file: Specifically, these DEBUG statements aren't valid N3. You should delete them or comment them out, or otherwise instruct D2RQ not to output them. > 15:49:56 DEBUG QueryExecutionIterator :: SELECT > "COE"."S_NQ_JOB_PARAM"."DELETE_F > LG", "COE"."S_NQ_JOB_PARAM"."RELATIVE_ORDER", > "COE"."S_NQ_JOB_PARAM"."JOB_ID", " > COE"."S_NQ_JOB_PARAM"."JOB_PARAM" FROM "COE"."S_NQ_JOB_PARAM" > 15:49:57 DEBUG QueryExecutionIterator :: SELECT Try validating your RDF as a first step in debugging: http://www.w3.org/RDF/Validator/ Not all RDF parsers are equal, unfortunately, but you may have the most success with parsing compatibility if you use RDF/XML instead of N3. -- Ryan Lee [EMAIL PROTECTED] MIT CSAIL Research Staff http://simile.mit.edu/ http://people.csail.mit.edu/ryanlee/ _______________________________________________ General mailing list [email protected] http://simile.mit.edu/mailman/listinfo/general
