- From: Kingsley Idehen <kidehen@openlinksw.com>
- Date: Sun, 30 Apr 2023 15:43:15 -0400
- To: public-lod@w3.org
- Message-ID: <8b533ab7-4d08-5aa2-10b3-d992ef1af1fb@openlinksw.com>
Hi Melvin,
On 4/29/23 3:11 PM, Melvin Carvalho wrote:
> A useful tool, for sure.
>
> I think much of it was trained on common crawl (?)
Yes!
Ditto other datasets along the way.
>
> Shows the power of plain old HTML as an information source for machines
Yep!
Which is why deploying Linked Data via HTML using Structured Data
Islands is so powerful.
Kingsley
>
>
> so 29. 4. 2023 v 21:08 odesílatel Kingsley Idehen
> <kidehen@openlinksw.com> napsal:
>
> All,
>
>
> Situation Analysis
>
> When it comes to structured data querying, lookups, and access,
> CHAT-GPT can provide instant access if the data in question is
> deployed using Linked Data principles i.e., entity relationships
> constructed using hyperlinks (clickable identifiers) that manifest
> a Semantic Web variety of Knowledge Graph.
>
> The transcript that follows comprises prompts that demonstrate the
> aforementioned point. For additional guidance, I’ve also included
> a link to a YouTube screencast that showcases how what I describe
> above is achieved.
>
>
> Transcript
>
> Q: List 10 clickable identifiers from DBpedia that denote classes
> A:
> DBpedia is a project that extracts structured content from the
> information available in Wikipedia. It allows users to query
> relationships and properties associated with Wikipedia resources,
> including links to other related datasets. The following is a list
> of 10 clickable identifiers from DBpedia that denote classes:
>
> 1. dbo:Person <http://dbpedia.org/ontology/Person> - Represents a
> human being.
> 2. dbo:Place <http://dbpedia.org/ontology/Place> - Represents a
> geographical location or an entity with a physical extent.
> 3. dbo:Organisation <http://dbpedia.org/ontology/Organisation> -
> Represents an organized group of people, such as companies,
> institutions, or agencies.
> 4. dbo:Event <http://dbpedia.org/ontology/Event> - Represents an
> occurrence, happening, or organized gathering.
> 5. dbo:Work <http://dbpedia.org/ontology/Work> - Represents
> creative works, such as books, films, or musical compositions.
> 6. dbo:Species <http://dbpedia.org/ontology/Species> - Represents
> a group of living organisms with common characteristics.
> 7. dbo:Activity <http://dbpedia.org/ontology/Activity> -
> Represents actions, tasks, or hobbies performed by humans or
> other entities.
> 8. dbo:Software <http://dbpedia.org/ontology/Software> -
> Represents computer programs and applications.
> 9. dbo:Device <http://dbpedia.org/ontology/Device> - Represents
> physical objects or tools used by humans or other entities.
> 10. dbo:Award <http://dbpedia.org/ontology/Award> - Represents an
> official recognition or honor given to a person, organization,
> or work.
>
> Q: Given the following URL pattern:
> https://dbpedia.org/describe/?uri=, generate clickable links using
> each DBpedia class identifier.
> A:
> Here are clickable links for each DBpedia class identifier, using
> the provided URL pattern:
>
> 1. dbo:Person
> <https://dbpedia.org/describe/?uri=http://dbpedia.org/ontology/Person>
> - Represents a human being.
> 2. dbo:Place
> <https://dbpedia.org/describe/?uri=http://dbpedia.org/ontology/Place>
> - Represents a geographical location or an entity with a
> physical extent.
> 3. dbo:Organisation
> <https://dbpedia.org/describe/?uri=http://dbpedia.org/ontology/Organisation>
> - Represents an organized group of people, such as companies,
> institutions, or agencies.
> 4. dbo:Event
> <https://dbpedia.org/describe/?uri=http://dbpedia.org/ontology/Event>
> - Represents an occurrence, happening, or organized gathering.
> 5. dbo:Work
> <https://dbpedia.org/describe/?uri=http://dbpedia.org/ontology/Work>
> - Represents creative works, such as books, films, or musical
> compositions.
> 6. dbo:Species
> <https://dbpedia.org/describe/?uri=http://dbpedia.org/ontology/Species>
> - Represents a group of living organisms with common
> characteristics.
> 7. dbo:Activity
> <https://dbpedia.org/describe/?uri=http://dbpedia.org/ontology/Activity>
> - Represents actions, tasks, or hobbies performed by humans or
> other entities.
> 8. dbo:Software
> <https://dbpedia.org/describe/?uri=http://dbpedia.org/ontology/Software>
> - Represents computer programs and applications.
> 9. dbo:Device
> <https://dbpedia.org/describe/?uri=http://dbpedia.org/ontology/Device>
> - Represents physical objects or tools used by humans or other
> entities.
> 10. dbo:Award
> <https://dbpedia.org/describe/?uri=http://dbpedia.org/ontology/Award>
> - Represents an official recognition or honor given to a
> person, organization, or work.
>
> Q: Generate a Table comprising columns DBpedia ID and Faceted
> Browser Page using the clickable links denoting classes from each
> of the prior requests.
> Q: Redo, since you didn’t generate clickable links for values in
> the DBpedia column. Also output to a Markdown table using a code-block
>
> A:
>
> DBpedia ID Faceted Browser Page
> dbo:Person <http://dbpedia.org/ontology/Person> Person
> <https://dbpedia.org/describe/?uri=http://dbpedia.org/ontology/Person>
>
> dbo:Place <http://dbpedia.org/ontology/Place> Place
> <https://dbpedia.org/describe/?uri=http://dbpedia.org/ontology/Place>
> dbo:Organisation <http://dbpedia.org/ontology/Organisation>
> Organisation
> <https://dbpedia.org/describe/?uri=http://dbpedia.org/ontology/Organisation>
>
> dbo:Event <http://dbpedia.org/ontology/Event> Event
> <https://dbpedia.org/describe/?uri=http://dbpedia.org/ontology/Event>
> dbo:Work <http://dbpedia.org/ontology/Work> Work
> <https://dbpedia.org/describe/?uri=http://dbpedia.org/ontology/Work>
> dbo:Species <http://dbpedia.org/ontology/Species> Species
> <https://dbpedia.org/describe/?uri=http://dbpedia.org/ontology/Species>
>
> dbo:Activity <http://dbpedia.org/ontology/Activity> Activity
> <https://dbpedia.org/describe/?uri=http://dbpedia.org/ontology/Activity>
>
> dbo:Software <http://dbpedia.org/ontology/Software> Software
> <https://dbpedia.org/describe/?uri=http://dbpedia.org/ontology/Software>
>
> dbo:Device <http://dbpedia.org/ontology/Device> Device
> <https://dbpedia.org/describe/?uri=http://dbpedia.org/ontology/Device>
>
> dbo:Award <http://dbpedia.org/ontology/Award> Award
> <https://dbpedia.org/describe/?uri=http://dbpedia.org/ontology/Award>
>
>
> Related
>
> * Screencast Demonstrating Instant DBpedia Lookups using
> CHAT-GPT <https://youtu.be/DaM_QsSCI3w>
>
>
>
> --
> 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
>
--
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 Sunday, 30 April 2023 19:43:24 UTC