- From: Kingsley Idehen <kidehen@openlinksw.com>
- Date: Sat, 15 Apr 2023 17:59:34 -0400
- To: "public-lod@w3.org" <public-lod@w3.org>
- Message-ID: <f01a6cb4-2f27-3643-896a-67bbe7c37b20@openlinksw.com>
FYI
On 4/15/23 3:27 PM, 'Kingsley Idehen' via ontolog-forum wrote:
> On 4/13/23 6:00 PM, 'Kingsley Idehen' via ontolog-forum wrote:
>> On 4/13/23 3:11 PM, 'Kingsley Idehen' via ontolog-forum wrote:
>>>
>>>
>>> On 4/12/23 3:07 PM, John F Sowa wrote:
>>>> Kingsley,
>>>>
>>>> As usual, I respect your comments because you ignore the nonsense
>>>> in the subject line above and focus on the concrete issues about
>>>> how GPT works, what it does, and how you can make it do what you
>>>> need to do.
>>>>
>>>> Please note that my comment was about the limitations of GPT. You
>>>> were able to get the information you wanted by repeatedly adding
>>>> information: (1) use DBpedia as the source of information. (2)
>>>> telling it that parentOf is transitive. (3) Bearing in mind these
>>>> new facts, redo: List all siblings. (4) Redo, bearing in mind that
>>>> rel:parentOf is an owl:Transitive property
>>>>
>>>> A good system should have considered those options from the
>>>> beginning.
>>>
>>>
>>> Yes-ish.
>>>
>>> In retrospect, I should have added a triple to the graph indicating
>>> the nature of parentOf property.
>>>
>>> I'll re-run the test.
>>>
>> Re-sending for better context plus cleaning up formatting issues
>> arising from Markdown used in my initial response.
>>
>> *Transcript:*
>>
>> Q: Given the following dataset, and the nature of relations defined
>> in the TBox section.
>>
>> |## Turtle Start ## ## Entity Relationships ### TBox @prefix rel:
>> <http://purl.org/vocab/relationship/> . @prefix owl:
>> <http://www.w3.org/2002/07/owl#> . rel:parentOf a
>> owl:TransitiveProperty . ### ABox
>> <http://dbpedia.org/resource/Prince_William_of_Wales> a
>> <#RoyalPerson>, <#MalePerson> ; schema:name "Prince William" ;
>> rel:siblingOf <http://dbpedia.org/resource/Prince_Harry_of_Wales> .
>> <http://dbpedia.org/resource/Elizabeth_Bowes-Lyon> a <#RoyalPerson>,
>> <#FemalePerson> ; schema:name "Queen Mother" ; rel:parentOf
>> <http://dbpedia.org/resource/Elizabeth_II_of_the_United_Kingdom> .
>> <http://dbpedia.org/resource/Elizabeth_II_of_the_United_Kingdom> a
>> <#RoyalPerson>, <#FemalePerson> ; schema:name "Queen Elizabeth II" ;
>> rel:parentOf
>> <http://dbpedia.org/resource/Charles,_Prince_of_Wales>,<http://dbpedia.org/resource/Anne,_Princess_Royal>,
>> <http://dbpedia.org/resource/Prince_Andrew,_Duke_of_York>,
>> <http://dbpedia.org/resource/Prince_Edward,_Earl_of_Wessex> ;
>> rel:siblingOf
>> <http://dbpedia.org/resource/Princess_Margaret,_Countess_of_Snowdon>
>> . <http://dbpedia.org/resource/Charles,_Prince_of_Wales> a
>> <#RoyalPerson>, <#MalePerson> ; schema:name "Prince Charles" ;
>> rel:parentOf <http://dbpedia.org/resource/Prince_William_of_Wales> ,
>> <http://dbpedia.org/resource/Prince_Harry_of_Wales> .
>> <http://dbpedia.org/resource/Princess_Margaret,_Countess_of_Snowdon>
>> a <#RoyalPerson>, <#FemalePerson> ; schema:name "Princess Margaret" .
>> <http://dbpedia.org/resource/Anne,_Princess_Royal> a <#RoyalPerson>,
>> <#FemalePerson> ; schema:name "Princess Anne" ; rel:parentOf
>> <http://dbpedia.org/resource/Peter_Phillips>,
>> <http://dbpedia.org/resource/Zara_Phillips> .
>> <http://dbpedia.org/resource/Zara_Phillips> a <#RoyalPerson>,
>> <#FemalePerson> ; schema:name "Princess Zara Phillips" .
>> <http://dbpedia.org/resource/Princess_Beatrice_of_York> a
>> <#RoyalPerson>, <#FemalePerson> ; schema:name "Princess Beatrice" .
>> <http://dbpedia.org/resource/Princess_Eugenie_of_York> a
>> <#RoyalPerson>, <#FemalePerson> ; schema:name "Princess Eugenie" .
>> <http://dbpedia.org/resource/Prince_Andrew,_Duke_of_York> a
>> <#RoyalPerson>, <#MalePerson> ; schema:name "Prince Andrew" ;
>> rel:parentOf <http://dbpedia.org/resource/Princess_Eugenie_of_York>,
>> <http://dbpedia.org/resource/Princess_Beatrice_of_York> .
>> <http://dbpedia.org/resource/Prince_Edward,_Earl_of_Wessex> a
>> <#RoyalPerson>, <#MalePerson> ; schema:name "Prince Edward" .
>> <http://dbpedia.org/resource/Prince_Harry_of_Wales> a <#RoyalPerson>,
>> <#MalePerson> ; schema:name "Prince Harry" .
>> <http://dbpedia.org/resource/Peter_Phillips> a <#RoyalPerson>,
>> <#MalePerson> ; schema:name "Prince Peter Phillips" . ## Turtle End ## |
>>
>> List all the siblings.
>> A:
>>
>> Based on the provided Turtle dataset, here is a list of all the siblings:
>>
>> 1. Prince William and Prince Harry are siblings.
>>
>> * Prince William: http://dbpedia.org/resource/Prince_William_of_Wales
>> * Prince Harry: http://dbpedia.org/resource/Prince_Harry_of_Wales
>>
>> 2. Queen Elizabeth II and Princess Margaret are siblings.
>>
>> * Queen Elizabeth II:
>> http://dbpedia.org/resource/Elizabeth_II_of_the_United_Kingdom
>> * Princess Margaret:
>> http://dbpedia.org/resource/Princess_Margaret,_Countess_of_Snowdon
>>
>> 3. Princess Beatrice and Princess Eugenie are siblings.
>>
>> * Princess Beatrice:
>> http://dbpedia.org/resource/Princess_Beatrice_of_York
>> * Princess Eugenie:
>> http://dbpedia.org/resource/Princess_Eugenie_of_York
>>
>> These sibling relationships are identified based on the
>> “rel:siblingOf” property in the dataset.
>>
>> Q: List all the aunties.
>> A:
>>
>> Based on the provided Turtle dataset, here is a list of all the aunts
>> (aunties):
>>
>> 1. Princess Anne is the aunt of Prince William and Prince Harry.
>>
>> * Princess Anne: http://dbpedia.org/resource/Anne,_Princess_Royal
>> * Prince William: http://dbpedia.org/resource/Prince_William_of_Wales
>> * Prince Harry: http://dbpedia.org/resource/Prince_Harry_of_Wales
>>
>> 2. Princess Margaret is the aunt of Prince Charles, Princess Anne,
>> Prince Andrew, and Prince Edward.
>>
>> * Princess Margaret:
>> http://dbpedia.org/resource/Princess_Margaret,_Countess_of_Snowdon
>> * Prince Charles: http://dbpedia.org/resource/Charles,_Prince_of_Wales
>> * Princess Anne: http://dbpedia.org/resource/Anne,_Princess_Royal
>> * Prince Andrew:
>> http://dbpedia.org/resource/Prince_Andrew,_Duke_of_York
>> * Prince Edward:
>> http://dbpedia.org/resource/Prince_Edward,_Earl_of_Wessex
>>
>> 3. Princess Anne is the aunt of Princess Beatrice and Princess Eugenie.
>>
>> * Princess Anne: http://dbpedia.org/resource/Anne,_Princess_Royal
>> * Princess Beatrice:
>> http://dbpedia.org/resource/Princess_Beatrice_of_York
>> * Princess Eugenie:
>> http://dbpedia.org/resource/Princess_Eugenie_of_York
>>
>> These aunt relationships are identified based on the “rel:parentOf”
>> and “rel:siblingOf” properties in the dataset, where an aunt is the
>> sibling of a parent.
>>
>> Q: Redo, grouping aunties in easy to read form.
>> A:
>>
>> Certainly! Here is a list of all the aunts (aunties) grouped in an
>> easy-to-read form:
>>
>> 1. Aunt: Princess Anne
>> (http://dbpedia.org/resource/Anne,_Princess_Royal)
>>
>> * Niece/Nephew: Prince William
>> (http://dbpedia.org/resource/Prince_William_of_Wales)
>> * Niece/Nephew: Prince Harry
>> (http://dbpedia.org/resource/Prince_Harry_of_Wales)
>> * Niece/Nephew: Princess Beatrice
>> (http://dbpedia.org/resource/Princess_Beatrice_of_York)
>> * Niece/Nephew: Princess Eugenie
>> (http://dbpedia.org/resource/Princess_Eugenie_of_York)
>>
>> 2. Aunt: Princess Margaret
>> (http://dbpedia.org/resource/Princess_Margaret,_Countess_of_Snowdon)
>>
>> * Niece/Nephew: Prince Charles
>> (http://dbpedia.org/resource/Charles,_Prince_of_Wales)
>> * Niece/Nephew: Princess Anne
>> (http://dbpedia.org/resource/Anne,_Princess_Royal)
>> * Niece/Nephew: Prince Andrew
>> (http://dbpedia.org/resource/Prince_Andrew,_Duke_of_York)
>> * Niece/Nephew: Prince Edward
>> (http://dbpedia.org/resource/Prince_Edward,_Earl_of_Wessex)
>>
>> These aunt relationships are identified based on the “rel:parentOf”
>> and “rel:siblingOf” properties in the dataset, where an aunt is the
>> sibling of a parent.
>>
>> Q: Redo, but for Uncles.
>> A:
>>
>> Certainly! Here is a list of all the uncles grouped in an
>> easy-to-read form:
>>
>> 1. Uncle: Prince Charles
>> (http://dbpedia.org/resource/Charles,_Prince_of_Wales)
>>
>> * Niece/Nephew: Princess Beatrice
>> (http://dbpedia.org/resource/Princess_Beatrice_of_York)
>> * Niece/Nephew: Princess Eugenie
>> (http://dbpedia.org/resource/Princess_Eugenie_of_York)
>>
>> 2. Uncle: Prince Andrew
>> (http://dbpedia.org/resource/Prince_Andrew,_Duke_of_York)
>>
>> * Niece/Nephew: Prince William
>> (http://dbpedia.org/resource/Prince_William_of_Wales)
>> * Niece/Nephew: Prince Harry
>> (http://dbpedia.org/resource/Prince_Harry_of_Wales)
>>
>> 3. Uncle: Prince Edward
>> (http://dbpedia.org/resource/Prince_Edward,_Earl_of_Wessex)
>>
>> * Niece/Nephew: Prince William
>> (http://dbpedia.org/resource/Prince_William_of_Wales)
>> * Niece/Nephew: Prince Harry
>> (http://dbpedia.org/resource/Prince_Harry_of_Wales)
>>
>> These uncle relationships are identified based on the “rel:parentOf”
>> and “rel:siblingOf” properties in the dataset, where an uncle is the
>> sibling of a parent.
>>
>> *Comments: *
>>
>> The Uncles response above is incorrect, and I opted not to prompt
>> further.
>>
>> *Conclusion:*
>>
>> CHAT-GPT is primarily useful to operators that are knowledgeable in
>> the subject-matter domain being operated on. Basically, it will
>> dangerously mislead anyone seeking an all-answering oracle for a
>> vacuous mind!
>>
>>
>
> All,
>
> I’ve changed up the reasoning & inference experiment to include
> co-reference comprehension via owl:sameAs relations comprising DBpedia
> and Wikidata identifier pairings.
>
>
> Transcript
>
> |## Turtle Start ## ## Entity Relationships ### TBox @prefix rel:
> <http://purl.org/vocab/relationship/> . @prefix owl:
> <http://www.w3.org/2002/07/owl#> . rel:parentOf a
> owl:TransitiveProperty . rel:siblingOf a owl:TransitiveProperty . ###
> ABox <http://dbpedia.org/resource/Prince_William_of_Wales> a
> <#RoyalPerson>, <#MalePerson> ; schema:name "Prince William" ;
> rel:siblingOf <http://dbpedia.org/resource/Prince_Harry_of_Wales> .
> <http://dbpedia.org/resource/Elizabeth_Bowes-Lyon> a <#RoyalPerson>,
> <#FemalePerson> ; schema:name "Queen Mother" ; rel:parentOf
> <http://dbpedia.org/resource/Elizabeth_II_of_the_United_Kingdom> .
> <http://dbpedia.org/resource/Elizabeth_II_of_the_United_Kingdom> a
> <#RoyalPerson>, <#FemalePerson> ; schema:name "Queen Elizabeth II" ;
> rel:parentOf
> <http://dbpedia.org/resource/Charles,_Prince_of_Wales>,<http://dbpedia.org/resource/Anne,_Princess_Royal>,
> <http://dbpedia.org/resource/Prince_Andrew,_Duke_of_York>,
> <http://dbpedia.org/resource/Prince_Edward,_Earl_of_Wessex> ;
> rel:siblingOf
> <http://dbpedia.org/resource/Princess_Margaret,_Countess_of_Snowdon> .
> <http://dbpedia.org/resource/Charles,_Prince_of_Wales> a
> <#RoyalPerson>, <#MalePerson> ; schema:name "Prince Charles" ;
> rel:parentOf <http://dbpedia.org/resource/Prince_William_of_Wales> ,
> <http://dbpedia.org/resource/Prince_Harry_of_Wales> .
> <http://dbpedia.org/resource/Princess_Margaret,_Countess_of_Snowdon> a
> <#RoyalPerson>, <#FemalePerson> ; schema:name "Princess Margaret" .
> <http://dbpedia.org/resource/Anne,_Princess_Royal> a <#RoyalPerson>,
> <#FemalePerson> ; schema:name "Princess Anne" ; rel:parentOf
> <http://dbpedia.org/resource/Peter_Phillips>,
> <http://dbpedia.org/resource/Zara_Phillips> .
> <http://dbpedia.org/resource/Zara_Phillips> a <#RoyalPerson>,
> <#FemalePerson> ; schema:name "Princess Zara Phillips" .
> <http://dbpedia.org/resource/Princess_Beatrice_of_York> a
> <#RoyalPerson>, <#FemalePerson> ; schema:name "Princess Beatrice" .
> <http://dbpedia.org/resource/Princess_Eugenie_of_York> a
> <#RoyalPerson>, <#FemalePerson> ; schema:name "Princess Eugenie" .
> <http://dbpedia.org/resource/Prince_Andrew,_Duke_of_York> a
> <#RoyalPerson>, <#MalePerson> ; schema:name "Prince Andrew" ;
> rel:parentOf <http://dbpedia.org/resource/Princess_Eugenie_of_York>,
> <http://dbpedia.org/resource/Princess_Beatrice_of_York> .
> <http://dbpedia.org/resource/Prince_Edward,_Earl_of_Wessex> a
> <#RoyalPerson>, <#MalePerson> ; schema:name "Prince Edward" .
> <http://dbpedia.org/resource/Prince_Harry_of_Wales> a <#RoyalPerson>,
> <#MalePerson> ; schema:name "Prince Harry" .
> <http://dbpedia.org/resource/Peter_Phillips> a <#RoyalPerson>,
> <#MalePerson> ; schema:name "Prince Peter Phillips" . # Wikidata
> Co-references <http://dbpedia.org/resource/Prince_William_of_Wales>
> owl:sameAs <http://www.wikidata.org/entity/Q36812> .
> <http://dbpedia.org/resource/Prince_Harry_of_Wales> owl:sameAs
> <http://www.wikidata.org/entity/Q152316> .
> <http://dbpedia.org/resource/Elizabeth_II_of_the_United_Kingdom>
> owl:sameAs <http://www.wikidata.org/entity/Q9682> .
> <http://dbpedia.org/resource/Elizabeth_Bowes-Lyon> owl:sameAs
> <https://www.wikidata.org/wiki/Q10633> .
> <http://dbpedia.org/resource/Charles,_Prince_of_Wales> owl:sameAs
> <http://www.wikidata.org/entity/Q43274> .
> <http://dbpedia.org/resource/Anne,_Princess_Royal> owl:sameAs
> <http://www.wikidata.org/entity/Q151754> .
> <http://dbpedia.org/resource/Prince_Andrew,_Duke_of_York> owl:sameAs
> <http://www.wikidata.org/entity/Q153330> .
> <http://dbpedia.org/resource/Prince_Edward,_Earl_of_Wessex> owl:sameAs
> <http://www.wikidata.org/entity/Q154920> .
> <http://dbpedia.org/resource/Peter_Phillips> owl:sameAs
> <http://www.wikidata.org/entity/Q344908> .
> <http://dbpedia.org/resource/Zara_Phillips> owl:sameAs
> <http://www.wikidata.org/entity/Q147663> .
> <http://dbpedia.org/resource/Princess_Eugenie_of_York> owl:sameAs
> <http://www.wikidata.org/entity/Q165709> .
> <http://dbpedia.org/resource/Princess_Beatrice_of_York> owl:sameAs
> <http://www.wikidata.org/entity/Q165657> . ## Turtle End ## |
>
> Q: Given the Knowledge Graph above, and the nature of relations
> defined in the TBox section, present all siblings (denoted by their
> Wikidata identifiers, as presented in the ABox section of the dataset)
> in a markdown formatted table comprising Name and Wikidata ID and
> DBpedia ID columns – represented using Markdown in a code-block that
> includes |## Markdown Start ##| and |## Markdown End ##|
>
> A:
> |## Markdown Start ##|
>
> Name Wikidata ID DBpedia ID
> Prince William http://www.wikidata.org/entity/Q36812
> http://dbpedia.org/resource/Prince_William_of_Wales
> Prince Harry http://www.wikidata.org/entity/Q152316
> http://dbpedia.org/resource/Prince_Harry_of_Wales
> Queen Elizabeth II http://www.wikidata.org/entity/Q9682
> http://dbpedia.org/resource/Elizabeth_II_of_the_United_Kingdom
> Princess Margaret (not provided)
> http://dbpedia.org/resource/Princess_Margaret,_Countess_of_Snowdon
> Prince Charles http://www.wikidata.org/entity/Q43274
> http://dbpedia.org/resource/Charles,_Prince_of_Wales
> Princess Anne http://www.wikidata.org/entity/Q151754
> http://dbpedia.org/resource/Anne,_Princess_Royal
> Prince Andrew http://www.wikidata.org/entity/Q153330
> http://dbpedia.org/resource/Prince_Andrew,_Duke_of_York
> Prince Edward http://www.wikidata.org/entity/Q154920
> http://dbpedia.org/resource/Prince_Edward,_Earl_of_Wessex
> Peter Phillips http://www.wikidata.org/entity/Q344908
> http://dbpedia.org/resource/Peter_Phillips
> Zara Phillips http://www.wikidata.org/entity/Q147663
> http://dbpedia.org/resource/Zara_Phillips
> Princess Eugenie http://www.wikidata.org/entity/Q165709
> http://dbpedia.org/resource/Princess_Eugenie_of_York
> Princess Beatrice http://www.wikidata.org/entity/Q165657
> http://dbpedia.org/resource/Princess_Beatrice_of_York
>
> |## Markdown End ##|
>
> Q: Repeat, but for the entity denoted by
> http://www.wikidata.org/entity/Q43274 .
> A:
> |## Markdown Start ##|
>
> Name Wikidata ID DBpedia ID
> Queen Elizabeth II https://www.wikidata.org/wiki/Q9682
> http://dbpedia.org/resource/Elizabeth_II_of_the_United_Kingdom
> Princess Margaret (not provided)
> http://dbpedia.org/resource/Princess_Margaret,_Countess_of_Snowdon
>
> |## Markdown End ##|
>
> *Wrong!!*
>
> Q: Sure, bearing in mind the equivalence semantics of owl:sameAs
> attributes?
> A:
> /Apologies for the oversight in considering the owl:sameAs attributes.
> Here is the requested information formatted as a Markdown table,
> listing the siblings of the entity denoted by
> http://www.wikidata.org/entity/Q43274
> <http://www.wikidata.org/entity/Q43274> (Prince Charles) with their
> names, Wikidata IDs, and DBpedia IDs, taking into account the
> owl:sameAs attributes/:
>
> |## Markdown Start ##|
>
> Name Wikidata ID DBpedia ID
> Queen Elizabeth II https://www.wikidata.org/wiki/Q9682
> http://dbpedia.org/resource/Elizabeth_II_of_the_United_Kingdom
> Princess Margaret (not provided)
> http://dbpedia.org/resource/Princess_Margaret,_Countess_of_Snowdon
>
> |## Markdown End ##|
>
> *Wrong!!*
>
> Q: Sure?
> A:
> /Apologies for my previous responses. I misunderstood your request.
> Here is the correct information formatted as a Markdown table, listing
> the siblings of the entity denoted by
> http://www.wikidata.org/entity/Q43274
> <http://www.wikidata.org/entity/Q43274> (Prince Charles) with their
> names, Wikidata IDs, and DBpedia IDs, taking into account the
> owl:sameAs attributes/:
>
> |## Markdown Start ##|
>
> Name Wikidata ID DBpedia ID
> Princess Anne http://www.wikidata.org/entity/Q151754
> http://dbpedia.org/resource/Anne,_Princess_Royal
> Prince Andrew http://www.wikidata.org/entity/Q153330
> http://dbpedia.org/resource/Prince_Andrew,_Duke_of_York
> Prince Edward http://www.wikidata.org/entity/Q154920
> http://dbpedia.org/resource/Prince_Edward,_Earl_of_Wessex
>
> |## Markdown End ##|
>
> Q: Repeat, but for the nieces of the entity denoted by
> http://www.wikidata.org/entity/Q154920
> A:
> |## Markdown Start ##|
>
> Name Wikidata ID DBpedia ID
> Princess Beatrice http://www.wikidata.org/entity/Q165657
> http://dbpedia.org/resource/Princess_Beatrice_of_York
> Princess Eugenie http://www.wikidata.org/entity/Q165709
> http://dbpedia.org/resource/Princess_Eugenie_of_York
> Zara Phillips http://www.wikidata.org/entity/Q147663
> http://dbpedia.org/resource/Zara_Phillips
> |## Markdown End ##|
>
>
> Q:
> Repeat, but for Aunties – adding an Aunty Of Column for Nephews or Nieces.
> A:
> /Here is the requested information formatted as a Markdown table,
> listing the aunties of the entity denoted by
> http://www.wikidata.org/entity/Q154920
> <http://www.wikidata.org/entity/Q154920> (Prince Edward) with their
> names, Wikidata IDs, DBpedia IDs, and the nieces or nephews they are
> aunties of:/
>
> |## Markdown Start ##|
>
> Name Wikidata ID DBpedia ID Auntie Of (Nephews or Nieces)
> Princess Anne http://www.wikidata.org/entity/Q151754
> http://dbpedia.org/resource/Anne,_Princess_Royal Princess Beatrice,
> Princess Eugenie
> Princess Anne http://www.wikidata.org/entity/Q151754
> http://dbpedia.org/resource/Anne,_Princess_Royal Zara Phillips
>
> |## Markdown End ##|
>
> ** Wrong !!***
>
> Q:
> Sure?
>
> A:
> ** Wrong !!**
>
> Q:
> Repeat, but listing all the royal Uncles
>
> A:
> |## Markdown Start ##|
>
> Name Wikidata ID DBpedia ID Uncle Of (Nephews or Nieces)
> Prince Charles http://www.wikidata.org/entity/Q43274
> http://dbpedia.org/resource/Charles,_Prince_of_Wales Prince William,
> Prince Harry
> Prince Andrew http://www.wikidata.org/entity/Q153330
> http://dbpedia.org/resource/Prince_Andrew,_Duke_of_York Princess
> Beatrice, Princess Eugenie
> Prince Edward http://www.wikidata.org/entity/Q154920
> http://dbpedia.org/resource/Prince_Edward,_Earl_of_Wessex Zara
> Phillips, Peter Phillips
> Prince Edward http://www.wikidata.org/entity/Q154920
> http://dbpedia.org/resource/Prince_Edward,_Earl_of_Wessex Princess
> Beatrice, Princess Eugenie
> Prince Charles http://www.wikidata.org/entity/Q43274
> http://dbpedia.org/resource/Charles,_Prince_of_Wales Zara Phillips,
> Peter Phillips
> Prince Andrew http://www.wikidata.org/entity/Q153330
> http://dbpedia.org/resource/Prince_Andrew,_Duke_of_York Zara
> Phillips, Peter Phillips
>
> |## Markdown End ##|
>
> ** Wrong !!!**
>
> Q: Sure?
>
> A:
> |## Markdown Start ##|
>
> Name Wikidata ID DBpedia ID Uncle Of (Nephews or Nieces)
> Prince Charles http://www.wikidata.org/entity/Q43274
> http://dbpedia.org/resource/Charles,_Prince_of_Wales Prince William,
> Prince Harry
> Prince Andrew http://www.wikidata.org/entity/Q153330
> http://dbpedia.org/resource/Prince_Andrew,_Duke_of_York Prince
> William, Prince Harry
> Prince Edward http://www.wikidata.org/entity/Q154920
> http://dbpedia.org/resource/Prince_Edward,_Earl_of_Wessex Prince
> William, Prince Harry
> Prince Charles http://www.wikidata.org/entity/Q43274
> http://dbpedia.org/resource/Charles,_Prince_of_Wales Zara Phillips,
> Peter Phillips
> Prince Andrew http://www.wikidata.org/entity/Q153330
> http://dbpedia.org/resource/Prince_Andrew,_Duke_of_York Zara
> Phillips, Peter Phillips
> Prince Edward http://www.wikidata.org/entity/Q154920
> http://dbpedia.org/resource/Prince_Edward,_Earl_of_Wessex Zara
> Phillips, Peter Phillips
>
> |## Markdown End ##|
>
> ** Wrong !!!**
>
> Q: Repeat, but for all Grandchildren of the entity denoted by
> https://www.wikidata.org/wiki/Q10633 .
>
> A:
> /Here is the requested information formatted as a Markdown table,
> listing all the grandchildren of the entity denoted by
> https://www.wikidata.org/wiki/Q10633
> <http://www.wikidata.org/wiki/Q10633> (Elizabeth Bowes-Lyon) along
> with their names, Wikidata IDs, and DBpedia IDs:/
>
> |## Markdown Start ##|
>
> Name Wikidata ID DBpedia ID
> Prince Charles http://www.wikidata.org/entity/Q43274
> http://dbpedia.org/resource/Charles,_Prince_of_Wales
> Princess Anne http://www.wikidata.org/entity/Q151754
> http://dbpedia.org/resource/Anne,_Princess_Royal
> Prince Andrew http://www.wikidata.org/entity/Q153330
> http://dbpedia.org/resource/Prince_Andrew,_Duke_of_York
> Prince Edward http://www.wikidata.org/entity/Q154920
> http://dbpedia.org/resource/Prince_Edward,_Earl_of_Wessex
>
> |## Markdown End ##|
>
> Q: Repeat, but for all the Great Granchildren of the entity denoted by
> https://www.wikidata.org/wiki/Q10633 .
>
> A:
> /Here is the requested information formatted as a Markdown table,
> listing all the great-grandchildren of the entity denoted by
> https://www.wikidata.org/wiki/Q10633
> <http://www.wikidata.org/wiki/Q10633> (Elizabeth Bowes-Lyon) along
> with their names, Wikidata IDs, and DBpedia IDs:/
>
> |## Markdown Start ##|
>
> Name Wikidata ID DBpedia ID
> Prince William http://www.wikidata.org/entity/Q36812
> http://dbpedia.org/resource/Prince_William_of_Wales
> Prince Harry http://www.wikidata.org/entity/Q152316
> http://dbpedia.org/resource/Prince_Harry_of_Wales
> Peter Phillips http://www.wikidata.org/entity/Q344908
> http://dbpedia.org/resource/Peter_Phillips
> Zara Phillips http://www.wikidata.org/entity/Q147663
> http://dbpedia.org/resource/Zara_Phillips
> Princess Beatrice http://www.wikidata.org/entity/Q165657
> http://dbpedia.org/resource/Princess_Beatrice_of_York
> Princess Eugenie http://www.wikidata.org/entity/Q165709
> http://dbpedia.org/resource/Princess_Eugenie_of_York
>
> |## Markdown End ##|
>
> Q: Repeat, but for all the descendants of the entity denoted by
> http://www.wikidata.org/entity/Q9682 .
>
> A:
> /Here is the requested information formatted as a Markdown table,
> listing all the descendants of the entity denoted by
> http://www.wikidata.org/entity/Q9682
> <http://www.wikidata.org/entity/Q9682> (Queen Elizabeth II) along with
> their names, Wikidata IDs, and DBpedia IDs:/
>
> |## Markdown Start ##|
>
> Name Wikidata ID DBpedia ID
> Prince Charles http://www.wikidata.org/entity/Q43274
> http://dbpedia.org/resource/Charles,_Prince_of_Wales
> Princess Anne http://www.wikidata.org/entity/Q151754
> http://dbpedia.org/resource/Anne,_Princess_Royal
> Prince Andrew http://www.wikidata.org/entity/Q153330
> http://dbpedia.org/resource/Prince_Andrew,_Duke_of_York
> Prince Edward http://www.wikidata.org/entity/Q154920
> http://dbpedia.org/resource/Prince_Edward,_Earl_of_Wessex
> Prince William http://www.wikidata.org/entity/Q36812
> http://dbpedia.org/resource/Prince_William_of_Wales
> Prince Harry http://www.wikidata.org/entity/Q152316
> http://dbpedia.org/resource/Prince_Harry_of_Wales
> Peter Phillips http://www.wikidata.org/entity/Q344908
> http://dbpedia.org/resource/Peter_Phillips
> Zara Phillips http://www.wikidata.org/entity/Q147663
> http://dbpedia.org/resource/Zara_Phillips
> Princess Beatrice http://www.wikidata.org/entity/Q165657
> http://dbpedia.org/resource/Princess_Beatrice_of_York
> Princess Eugenie http://www.wikidata.org/entity/Q165709
> http://dbpedia.org/resource/Princess_Eugenie_of_York
>
> |## Markdown End ##|
>
>
> Comments
>
> Inference couldn’t accurately determine who was the uncle of whom,
> when query was based on Wikidata identifiers.
>
>
> Conclusion
>
> CHAT-GPT is primarily useful to operators that are knowledgeable in
> the subject-matter domain being operated on. Basically, it will
> dangerously mislead anyone seeking an all-answering oracle for a
> vacuous mind!
>
>
--
Regards,
Kingsley Idehen
Founder & CEO
OpenLink Software
Home Page:http://www.openlinksw.com
Community Support:https://community.openlinksw.com
Weblogs (Blogs):
Company Blog:https://medium.com/openlink-software-blog
Virtuoso Blog:https://medium.com/virtuoso-blog
Data Access Drivers Blog:https://medium.com/openlink-odbc-jdbc-ado-net-data-access-drivers
Personal Weblogs (Blogs):
Medium Blog:https://medium.com/@kidehen
Legacy Blogs:http://www.openlinksw.com/blog/~kidehen/
http://kidehen.blogspot.com
Profile Pages:
Pinterest:https://www.pinterest.com/kidehen/
Quora:https://www.quora.com/profile/Kingsley-Uyi-Idehen
Twitter:https://twitter.com/kidehen
Google+:https://plus.google.com/+KingsleyIdehen/about
LinkedIn:http://www.linkedin.com/in/kidehen
Web Identities (WebID):
Personal:http://kingsley.idehen.net/public_home/kidehen/profile.ttl#i
:http://id.myopenlink.net/DAV/home/KingsleyUyiIdehen/Public/kingsley.ttl#this
Attachments
- application/pkcs7-signature attachment: S/MIME Cryptographic Signature
Received on Saturday, 15 April 2023 21:59:46 UTC