First, your instances that you describe in song2009.nt should all be of your custom types, like:

<http://www.ontotext.com/kim/2005/04/wkb#Singer_1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://in.space#Singer> .

and each custom class should subclass a class from the PROTON ontology.

Second, the namespace of your classes should be "http://in.space#"; as you have described in song2009.owl

You should then add those classes in the visibility.nt:

<http://in.space#Singer> <http://www.ontotext.com/kim/2006/05/kimso#visibilityLevel1> "" .

All this is described in http://ontotext.com/kim/doc/sys-doc/DesigningOntology.html


About the disambiguation. The type of annotation that takes precedence depends very much on your pipeline. The best way to model the behavior is to use a jape rule to remove all the annotation in this offset and leave or create only the annotation you desire.

Greetings,
Philip


Valentina De Vivo wrote:
Ok, now I'm trying...
but is rigth adding classes in visibility.nt?  Like these:

<http://EDS_abbr.owl#Abbreviation> <http://www.ontotext.
com/kim/2006/05/kimso#visibilityLevel1> "" .
<http://EDS_abbr.owl#ApprovedAbbreviation> <http://www.ontotext.
com/kim/2006/05/kimso#visibilityLevel1> "" .
<http://EDS_abbr.owl#SNOMEDAbbreviation> <http://www.ontotext.
com/kim/2006/05/kimso#visibilityLevel1> "" .
<http://EDS_abbr.owl#UnapprovedAbbreviation> <http://www.ontotext.
com/kim/2006/05/kimso#visibilityLevel1> "" .

and is right putting  http://EDS_abbr#;  in sesame.inmem.cong? Like this:

<param name="defaultNS" value=
"http://www.w3.org/2002/07/owl#;
http://proton.semanticweb.org/2006/05/protons#;
http://proton.semanticweb.org/2006/05/protont#;
http://proton.semanticweb.org/2006/05/protonu#;
http://EDS_abbr#; http://www.ontotext.com/kim/2006/04/wkb#;
http://www.ontotext.com/kim/2006/04/wkb#;
http://www.ontotext.com/kim/2006/04/wkb#;"/> <param name="concurentInference" value="true"/>


---------------------------------------------------------------------------------------


---------------------------------------------------------------------------------------

And at the end, is it possible to annotate the word "1973" as CalendarYear and also as Song, if I put Song as new class in my song2009.owl and "1973" as instance in my song2009.nt? So, does KIM provide the disambiguation? How is it possible (have you some advice...)?
It's very important for my studies!

Thanks ;-) Valentina
_______________________________________________
Kim-discussion mailing list
Kim-discussion@ontotext.com
http://ontotext.com/mailman/listinfo/kim-discussion


_______________________________________________
Kim-discussion mailing list
Kim-discussion@ontotext.com
http://ontotext.com/mailman/listinfo/kim-discussion

Reply via email to