Hi Andy, thanks for the two answers. So I have to use RIOT in order to perform RDFS level inferences. That is enough for that level but since I use a OWL-DL ontology there is a way to perform inferences at that level (OWL-DL) using some of the script that come with TDB ? If not it means that I have to manage the inferences from an application, after that the triples have been loaded, using the OWL inference model of Jena or another reasoner. Is that right ? Many thanks.
Luigi > Date: Wed, 18 Jan 2012 13:32:15 +0000 > From: [email protected] > To: [email protected] > Subject: Re: TDB: inferences while using tdbloader > > On 16/01/12 19:52, Luigi Selmi wrote: > > > > Hi, > > I would like to know if it is possible to make inferences in TDB using > > tdbloader to upload new triples into a dataset. > > > > Thanks > > > > > > Luigi > > The inference is performed before loading. > > See the "infer" command which performs RDFS-level inference on a stream > from a parser. You can pipe that into tdbloader using "-" as the file > name to load or send to a disk file and load the disk file. > > Andy > > >
