I now defined an empty ontology tbc-side: Which I imported one time at EVN. Seems to work fine and I guess I have no TDB-issues anymore.
One small one: ‘Empty’ now means: # baseURI: http://example.org/stip-evn # imports: http://example.org/stip @prefix cmo: <https://w3id.org/cmo#> . @prefix dash: <http://datashapes.org/dash#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix sh: <http://www.w3.org/ns/shacl#> . @prefix stip: <http://example.org/stip#> . @prefix tosh: <http://topbraid.org/tosh#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://example.org/stip-evn> rdf:type owl:Ontology ; owl:imports <http://example.org/stip> . Could I actually also delete the prefixes? (ie are they imported too?). or maybe only keep the base ones needed HERE (xsd, rdf, rdfs, owl) Thx again Dr. ir. H.M. (Michel) Böhms Senior Data Scientist T +31888663107 M +31630381220 E [email protected]<mailto:[email protected]> Location<https://www.google.com/maps/place/TNO+-+Locatie+Delft+-+Stieltjesweg/@52.000788,4.3745183,17z/data=!3m1!4b1!4m5!3m4!1s0x47c5b58c52869997:0x56681566be3b8c88!8m2!3d52.000788!4d4.376707> [cid:[email protected]]<http://www.tno.nl/> This message may contain information that is not intended for you. If you are not the addressee or if this message was sent to you by mistake, you are requested to inform the sender and delete the message. TNO accepts no liability for the content of this e-mail, for the manner in which you use it and for damage of any kind resulting from the risks inherent to the electronic transmission of messages. Van: [email protected] [mailto:[email protected]] Namens Bohms, H.M. (Michel) Verzonden: Tuesday, November 21, 2017 2:15 PM Aan: [email protected] Onderwerp: RE: [topbraid-users] tdb issue Yes indeed. Because I did not want to clear/import all the time I thought I this way imported the ttl only. Guess I should do it differently then. Ie only define an import clause in an empty ontology (as holger proposed). Thx for pros/cons for import/include. Gr michel Dr. ir. H.M. (Michel) Böhms Senior Data Scientist T +31888663107 M +31630381220 E [email protected]<mailto:[email protected]> Location<https://www.google.com/maps/place/TNO+-+Locatie+Delft+-+Stieltjesweg/@52.000788,4.3745183,17z/data=!3m1!4b1!4m5!3m4!1s0x47c5b58c52869997:0x56681566be3b8c88!8m2!3d52.000788!4d4.376707> [cid:[email protected]]<http://www.tno.nl/> This message may contain information that is not intended for you. If you are not the addressee or if this message was sent to you by mistake, you are requested to inform the sender and delete the message. TNO accepts no liability for the content of this e-mail, for the manner in which you use it and for damage of any kind resulting from the risks inherent to the electronic transmission of messages. Van: [email protected]<mailto:[email protected]> [mailto:[email protected]] Namens Richard Cyganiak Verzonden: Tuesday, November 21, 2017 1:40 PM Aan: [email protected]<mailto:[email protected]> Onderwerp: Re: [topbraid-users] tdb issue Looks like you created a project in EVN, and included stip.ttl into that project Richard On 21 Nov 2017, at 10:55, Bohms, H.M. (Michel) <[email protected]<mailto:[email protected]>> wrote: I now often get the message (when working with stip.ttl): <image001.jpg> I cannot remember defining those myself. Is that a consequence of EVN-interaction? I deleted them once, but they seem to be created on thefly. Thx for advice, Michel Dr. ir. H.M. (Michel) Böhms Senior Data Scientist T +31888663107 M +31630381220 E [email protected]<mailto:[email protected]> Location<https://www.google.com/maps/place/TNO+-+Locatie+Delft+-+Stieltjesweg/@52.000788,4.3745183,17z/data=!3m1!4b1!4m5!3m4!1s0x47c5b58c52869997:0x56681566be3b8c88!8m2!3d52.000788!4d4.376707> <image002.gif><http://www.tno.nl/> This message may contain information that is not intended for you. If you are not the addressee or if this message was sent to you by mistake, you are requested to inform the sender and delete the message. TNO accepts no liability for the content of this e-mail, for the manner in which you use it and for damage of any kind resulting from the risks inherent to the electronic transmission of messages. -- You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
