jimregan / mlode

Automatically exported from code.google.com/p/mlode
0 stars 0 forks source link

senses.rdf-missed predicates #83

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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.com on 24 Aug 2012 at 3:35

GoogleCodeExporter commented 9 years ago
changed the ontology and rdf-documents to reflect lemon 

Original comment by sebastia...@googlemail.com on 27 Aug 2012 at 10:55

GoogleCodeExporter commented 9 years ago

Original comment by sebastia...@googlemail.com on 27 Aug 2012 at 11:19

GoogleCodeExporter commented 9 years ago
Mofeed, please verify and if OK declare the issue as verified  .

Original comment by mohamedd...@gmail.com on 29 Aug 2012 at 3:06

GoogleCodeExporter commented 9 years ago
After "repeating the same steps" for verification of the dataset, the same 
errors appeared:

On statement:  http://127.0.0.1:8082/resource/sense/id/s12 rdf:type 
lemon:lexicalSense
    class not declared in any schema: lemon:lexicalSense

On statement:  http://127.0.0.1:8082/resource/sense/id/s12 lemon:lexeme 
http://127.0.0.1:8082/resource/rendering/id/r14996
    not from schema: "http://www.monnet-project.eu/lemon#"
    on resource: lemon:lexeme
by checking them on the the vocabulary file in 
http://www.monnet-project.eu/lemon#, found that:
1- lemon:lexicalSense is mis-spelled it should be lemon:LexicalSense
2- lemon:lexeme still not found

Original comment by mofeed.m...@gmail.com on 20 Sep 2012 at 1:32

GoogleCodeExporter commented 9 years ago

Original comment by mofeed.m...@gmail.com on 20 Sep 2012 at 1:34