From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.224.54.73 with SMTP id p9mr39493783qag.1.1373870182220; Sun, 14 Jul 2013 23:36:22 -0700 (PDT) X-Received: by 10.49.64.136 with SMTP id o8mr1579911qes.32.1373870182166; Sun, 14 Jul 2013 23:36:22 -0700 (PDT) Path: border1.nntp.dca3.giganews.com!border2.nntp.dca3.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!t19no1650275qam.0!news-out.google.com!f7ni2314qai.0!nntp.google.com!t19no1650265qam.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 14 Jul 2013 23:36:22 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=41.160.242.244; posting-account=p-xPhAkAAADjHQWEO7sFME2XBdF1P_2H NNTP-Posting-Host: 41.160.242.244 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Ada & Ontology ( OWL,RDF, JSON, dot) From: Peter Brooks Injection-Date: Mon, 15 Jul 2013 06:36:22 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Original-Bytes: 1765 Xref: number.nntp.dca.giganews.com comp.lang.ada:182515 Date: 2013-07-14T23:36:22-07:00 List-Id: Has anybody used Ada to work with ontologies? I'll be building a new ontology soon, and I'd like one output to be Ada packages to support it. If there are existing packages that can read and interpret ontologies and exchange defined objects over defined interfaces that would save a great deal of work! I'll be using the dot language to define the ontology initially (graphviz), then converting it to JSON and OWL - so it doesn't matter which of the three existing Ada packages handle. If not, is there anything that supports OWL, RDF or JSON that would help with this? Alternatively, is there a good Ada package for handling directed graphs?