What steps will reproduce the problem?
1.using wget for downloading the senses.rdf zipped file and extracting it from
http://cldbstest.eva.mpg.de/asjp/downloads/senses.rdf.zip
2. checking the rdf file using eyeball with command:
./eyeball.sh -check senses.rdf -assume owl dc
http://www.monnet-project.eu/lemon#
giving the last URI from inside the file for representing "lemon" prefix
3. An error is displayed for both lemon:lexeme and lemon:lexicalSense that they
are not found in the specified scheme.
4. using either rapper command:
rapper http://www.monnet-project.eu/lemon#| grep lexeme
or wget command:
wget http://www.monnet-project.eu/lemon#
for finding the resource inside the scheme. Both don't find it at all, which
means they are not in the scheme defined
Original issue reported on code.google.com by
mofeed.m...@gmail.comon 24 Aug 2012 at 3:35