[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.modeling.mdt.eodm] Re: getting EODM to run?
|
Thanks! Makes sense.
I have another question (using EODM).
I have an ecore model file containing:
<eClassifiers xsi:type="ecore:EDataType" name="MyDate"
instanceClassName="java.util.Date"/>
I then use Ecore2OWL.ecore2OWL("./model.ecore", "./model.owl", null)
to generate OWL from it:
<rdfs:Datatype rdf:about="http://com/pbergman/resume/model.ecore#MyDate">
</rdfs:Datatype>
When I load the .owl into Protege it can't understand that it is really
a date type.
How could I map the MyDate to an xsd:date or similar?
Per
Dave Carlson wrote:
Hi Per,
The Eclipse EODM project only provides the EMF-based metamodel
implementation of the OMG's ODM specification. It only includes a very
primitive example UI tree editor, as generated by EMF. There are no tools
to show up, other than creating a new EODM model and opening a .owl or .rdf
file in the navigator.
The IODT is IBM's proprietary tooling available under the very limited
alphaworks license. IODT uses the EODM metamodel for OWL and RDF models.
Hope this helps,
Dave Carlson (not affiliated with IBM)
"Per Bergman" <perbergman@xxxxxxxxxxx> wrote in message
news:f80a0k$sd8$1@xxxxxxxxxxxxxxxxxxxx
Per Bergman wrote:
I have downloaded and installed by unzipping (in order):
147635936 eclipse-SDK-3.3-win32.zip
26810715 emf-sdo-xsd-SDK-2.3.0.zip
2606177 mdt-eodm-SDK-0.9.0.zip
I cannot get any EODM tools to show up, what am I doing wrong here?
Per
I installed the "IBM Integrated Ontology Development Toolkit" and now I
get the UI needed.
Could someone please explain the relation/dependencies between IODT and
EODM?
Per