Thank you, Holger. You are very kind. ^^ Myungdae Cho
On Mon, Apr 3, 2023 at 7:16 PM Holger Knublauch <hol...@topquadrant.com> wrote: > Yes. Another way of asserting the inverse values would be to use SPARQL, > e.g. > > INSERT { > ?o ?inverseProperty ?s . > } > WHERE { > ?p owl:inverseOf ?inverseProperty . > ?s ?p ?o . > } > > (Above is untested) > > Holger > > > On 3 Apr 2023, at 11:12 am, Myungdae Cho <myungdae....@gmail.com> wrote: > > Thanks > > It might be this one? > > <inference.jpg> > > On Mon, Apr 3, 2023 at 5:30 PM Holger Knublauch <hol...@topquadrant.com> > wrote: > >> I no longer have TBC installed, but from memory I believe you need to go >> to the Ontology tab of the home resource and find the OWL RL checkbox >> there, then use the Inferences View to run the inferences. That view should >> also have an assert button. Maybe the help pages have more info. >> >> Holger >> >> >> On 3 Apr 2023, at 9:03 am, Myungdae Cho <myungdae....@gmail.com> wrote: >> >> Thank you for your quick reply >> >> Could you tell me how can I run OWL RL inferencing? >> >> 2023년 4월 3일 (월) 오후 5:00, Holger Knublauch <hol...@topquadrant.com>님이 작성: >> >>> The source code view would only show the asserted forward triples for a >>> resource. This means that it would not see inferred triples (such as those >>> that are only computed by rules such as owl:inverseOf) and it also would >>> not show incoming references (from object to subject). You could try to run >>> OWL RL inferencing and assert the inverse triples. >>> >>> Holger >>> >>> >>> On 3 Apr 2023, at 7:30 am, Myungdae Cho <myungdae....@gmail.com> wrote: >>> >>> Hi there. >>> >>> I am a user using topbraid 4.1.1. ME version. Maybe I bought it less >>> than 10 years ago. >>> The thing is I can see its relationship in the form "as incoming >>> reference" and also I can see that in the browser also. But I can't see its >>> relation in 'source code' >>> >>> I certainly used rdfs:domain and rdfs:range and use owl:inverseOf >>> relation >>> >>> Do you think I have an old version Or something else? >>> >>> On property declaration I can see its relation like this >>> <rdf:Description rdf:about="seminarHasTopic"> >>> <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty >>> "/> >>> <owl:inverseOf rdf:resource="isTopicOfSeminar"/> >>> <rdfs:range rdf:resource="Topic"/> >>> <rdfs:domain rdf:resource="Seminar"/> >>> <rdfs:label >>> rdf:datatype="http://www.w3.org/2001/XMLSchema#string">seminar >>> has topic</rdfs:label> >>> </rdf:Description> >>> >>> >>> but when I go each instance I can't see like this >>> >>> <rdf:Description rdf:about="디지털_실크로드"> >>> <rdf:type rdf:resource="Theme"/> >>> <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">디지털 >>> 실크로드</rdfs:label> >>> </rdf:Description> >>> >>> Please help me on this >>> >>> >>> Myungdae Cho >>> >>> -- >>> The topics of this mailing list include TopBraid EDG and related >>> technologies such as SHACL. >>> To post to this group, send email to topbraid-users@googlegroups.com >>> --- >>> 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 topbraid-users+unsubscr...@googlegroups.com. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/topbraid-users/CAMwCAD6YX31wD0U9sHWMhiSD1M3AGcSyR6KOYfoUjdu4v-X-5w%40mail.gmail.com >>> <https://groups.google.com/d/msgid/topbraid-users/CAMwCAD6YX31wD0U9sHWMhiSD1M3AGcSyR6KOYfoUjdu4v-X-5w%40mail.gmail.com?utm_medium=email&utm_source=footer> >>> . >>> >>> >>> >>> -- >>> The topics of this mailing list include TopBraid EDG and related >>> technologies such as SHACL. >>> To post to this group, send email to topbraid-users@googlegroups.com >>> --- >>> 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 topbraid-users+unsubscr...@googlegroups.com. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/topbraid-users/BA423BD3-30AC-401A-9A15-1E654FAB06BC%40topquadrant.com >>> <https://groups.google.com/d/msgid/topbraid-users/BA423BD3-30AC-401A-9A15-1E654FAB06BC%40topquadrant.com?utm_medium=email&utm_source=footer> >>> . >>> >> >> -- >> The topics of this mailing list include TopBraid EDG and related >> technologies such as SHACL. >> To post to this group, send email to topbraid-users@googlegroups.com >> --- >> 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 topbraid-users+unsubscr...@googlegroups.com. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/topbraid-users/CAMwCAD6rkbJTtk4-BYo11MCHAN%3DTNxAf-QwQFdzvnimCfJvP6A%40mail.gmail.com >> <https://groups.google.com/d/msgid/topbraid-users/CAMwCAD6rkbJTtk4-BYo11MCHAN%3DTNxAf-QwQFdzvnimCfJvP6A%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> >> >> >> -- >> The topics of this mailing list include TopBraid EDG and related >> technologies such as SHACL. >> To post to this group, send email to topbraid-users@googlegroups.com >> --- >> 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 topbraid-users+unsubscr...@googlegroups.com. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/topbraid-users/A636D669-84C6-4B50-AAC9-51F56185CD73%40topquadrant.com >> <https://groups.google.com/d/msgid/topbraid-users/A636D669-84C6-4B50-AAC9-51F56185CD73%40topquadrant.com?utm_medium=email&utm_source=footer> >> . >> > > -- > The topics of this mailing list include TopBraid EDG and related > technologies such as SHACL. > To post to this group, send email to topbraid-users@googlegroups.com > --- > 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 topbraid-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/topbraid-users/CAMwCAD7kGK78otiAmKF37EEGa5mP_riuYcpfGPiuXoeKH_vHoA%40mail.gmail.com > <https://groups.google.com/d/msgid/topbraid-users/CAMwCAD7kGK78otiAmKF37EEGa5mP_riuYcpfGPiuXoeKH_vHoA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > > -- > The topics of this mailing list include TopBraid EDG and related > technologies such as SHACL. > To post to this group, send email to topbraid-users@googlegroups.com > --- > 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 topbraid-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/topbraid-users/EC147D3B-A80A-4DA7-B5D0-E069A1EAE1EF%40topquadrant.com > <https://groups.google.com/d/msgid/topbraid-users/EC147D3B-A80A-4DA7-B5D0-E069A1EAE1EF%40topquadrant.com?utm_medium=email&utm_source=footer> > . > -- The topics of this mailing list include TopBraid EDG and related technologies such as SHACL. To post to this group, send email to topbraid-users@googlegroups.com --- 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 topbraid-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/CAMwCAD7gEgb6Rr81U6rN3ADESDzdKu1SQJ_H%3DKo%3Dny7k5W1hDw%40mail.gmail.com.