Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

senses.rdf-missed predicates #83

Open
GoogleCodeExporter opened this issue Mar 19, 2015 · 5 comments
Open

senses.rdf-missed predicates #83

GoogleCodeExporter opened this issue Mar 19, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 24 Aug 2012 at 3:35

@GoogleCodeExporter
Copy link
Author

changed the ontology and rdf-documents to reflect lemon 

Original comment by [email protected] on 27 Aug 2012 at 10:55

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 27 Aug 2012 at 11:19

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Mofeed, please verify and if OK declare the issue as verified  .

Original comment by [email protected] on 29 Aug 2012 at 3:06

  • Added labels: Dataset-ASJP

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 20 Sep 2012 at 1:32

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 20 Sep 2012 at 1:34

  • Changed state: FixNeededByOwner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant