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.164.194 with SMTP id f2mr7119326qay.3.1373879823716; Mon, 15 Jul 2013 02:17:03 -0700 (PDT) X-Received: by 10.49.0.200 with SMTP id 8mr1617244qeg.38.1373879823693; Mon, 15 Jul 2013 02:17:03 -0700 (PDT) Path: border1.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!t19no1561993qam.0!news-out.google.com!f7ni2680qai.0!nntp.google.com!t19no1661852qam.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 15 Jul 2013 02:17:03 -0700 (PDT) In-Reply-To: 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 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <320d21dd-76db-4826-96ff-9c82a35a7d44@googlegroups.com> Subject: Re: Ada & Ontology ( OWL,RDF, JSON, dot) From: Peter Brooks Injection-Date: Mon, 15 Jul 2013 09:17:03 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Original-Bytes: 1771 Xref: number.nntp.dca.giganews.com comp.lang.ada:182522 Date: 2013-07-15T02:17:03-07:00 List-Id: On Monday, 15 July 2013 09:14:48 UTC+2, Dmitry A. Kazakov wrote: > On Sun, 14 Jul 2013 23:36:22 -0700 (PDT), Peter Brooks wrote: > > > > > Alternatively, is there a good Ada package for handling directed graphs? > > > > Well, it is difficult to provide a universal implementation of graphs. > > Usually, you would needs a custom implementation. > > > > Anyway, Simple Components has an implementation of directed and directed > > weighted graphs: > > > > http://www.dmitry-kazakov.de/ada/components.htm#directed_graphs > Thank you!