[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.modeling.gmt.amw] Re: [AMW] New Use Case: Metamodel Annotation For Ontology Design
|
- From: sonjafon@xxxxxxxxx (Sonja Radenkovic)
- Date: Sat, 16 Feb 2008 01:16:32 +0000 (UTC)
- Newsgroups: eclipse.modeling.gmt.amw
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
Dear Marcos and Guillaume,
Thank you on suggestions, I have managed it. Actually, my problem was in
the using of Eclipse 3.2 version. It was necessary to register OWL
metamodel prior seeing the OWL-based model in the Sample Ecore Editor. I
didn't know that because I have worked in older Eclipse 3.1 version
that hadn't this option.
I have another question. Is it possible to create the Individuals in this
use case? If it's possible, can somebody show me the process of
defining the individual's values or literals in the weaving model?
For example, how can I put the lines below of Museum ontology in the
weaving model in order to get the information in the Museum-OWL.ecore file?
<Painter rdf:ID='PabloPicasso'>
<Artist.lastName rdf:datatype='&xsd#string'>Picasso</Artist.lastName>
<Artist.firstName rdf:datatype='&xsd#string&'>Pablo</Artist.firstName >
<Painter.paints rdf:resource='#Gurnica'/>
<Painter.paints rdf:resource='#Autoportrait'/>
</Painter>
Best regards!
Sonja