interesting, check this out.
Here's the top part of my ontology file:
<?xml version="1.0"?>
<rdf:RDF
xmlns:j.0="file:///MCNProject2/MediaBinSample.xml#PARAMObject_Sort
"
xmlns:sxml="
http://topbraid.org/sxml#"
xmlns:j.1="
http://metmuseum.org/ontologies/xmlHelp/"
xmlns:j.2="file:///MCNProject2/sargent.xml#marc:"
xmlns:j.4="file:///MCNProject2/MediaBinSample.xml#PARAMObject_Date
"
xmlns:j.3="file:///MCNProject2/sargent.xml#"
xmlns:j.5="file:///MCNProject2/MediaBinSample.xml#PARAMObject_TMS
"
xmlns:j.6="file:///MCNProject2/MediaBinSample.xml#PARAMImage
Rights_TMS Object Rights Entered "
xmlns:j.7="file:///MCNProject2/MediaBinSample.xml#PARAMOriginal
File "
xmlns:j.8="file:///MCNProject2/MediaBinSample.xml#PARAMLayer Setup
"
xmlns:j.9="file:///MCNProject2/MediaBinSample.xml#PARAMPhotoshop "
xmlns:j.10="file:///MCNProject2/
MediaBinSample.xml#PARAMObject_Credit "
xmlns:j.11="file:///MCNProject2/MediaBinSample.xml#PARAMAsset "
xmlns:xsd="
http://www.w3.org/2001/XMLSchema#"
xmlns:j.12="
http://www.owl-ontologies.com/file1.owl#"
xmlns:j.13="file:///MCNProject2/
MediaBinSample.xml#PARAMObject_Composite "
xmlns:owl="
http://www.w3.org/2002/07/owl#"
xmlns:rdfs="
http://www.w3.org/2000/01/rdf-schema#"
xmlns:composite="
http://www.topbraid.org/2007/05/composite.owl#"
xmlns:j.14="file:///MCNProject2/MediaBinSample.xml#PARAMInsertion
"
xmlns:j.15="file:///MCNProject2/MediaBinSample.xml#"
xmlns="
http://www.owl-ontologies.com/MCNProject2#"
xmlns:rdf="
http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:j.16="file:///MCNProject2/MediaBinSample.xml#PARAMForward
Setup "
xmlns:j.17="file:///MCNProject2/
MediaBinSample.xml#PARAMImage_Archival CD "
xmlns:j.18="file:///MCNProject2/
MediaBinSample.xml#PARAMObject_Object "
xmlns:j.19="file:///MCNProject2/MediaBinSample.xml#PARAMObject_TMS
Object Package "
xml:base="
http://www.owl-ontologies.com/MCNProject2" >
those are the j.n prefixes I was talking about in another post.
when I load the file, I get the following error in the console:
WARNING:
http://www.owl-ontologies.com/MCNProject2(line 30 column 57):
{W124} Non-ascii characters in a namespace URI may not be completely
portable: (file:///MCNProject2/MEdiaBinSample.xml#PARAMObject_TMS
Object Package >. Resulting RDF URI refences are legal.
Since I didn't want those prefixes anyways, I removed them and
reloaded the file.
No more warning messages, and I'm not getting the cryptic SPARQL error
messages either.
it's definitely odd that the above syntax problem would reveal itself
in the form of a SPARQL syntax error message. I'd rather the file fail
to load, with a relevant message, than load a file that leads to such
behaviour.
On Oct 16, 12:22 pm, Scott Henninger <
shennin...@topquadrant.com>
wrote: