HowTo -- Generating Instant DBpedia Lookups and Interactions using CHAT-GPT

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 and entity relationship type naming using hyperlinks (clickable identifiers) that manifest a Semantic Web variant of a Knowledge Graph.

The transcript that follows comprises prompts that demonstrate the point outlined above; and for additional assistance, I’ve also included a link to a YouTube screencast that showcases actions performed during the process.

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 - Represents a human being.
  2. dbo:Place - Represents a geographical location or an entity with a physical extent.
  3. dbo:Organisation - Represents an organized group of people, such as companies, institutions, or agencies.
  4. dbo:Event - Represents an occurrence, happening, or organized gathering.
  5. dbo:Work - Represents creative works, such as books, films, or musical compositions.
  6. dbo:Species - Represents a group of living organisms with common characteristics.
  7. dbo:Activity - Represents actions, tasks, or hobbies performed by humans or other entities.
  8. dbo:Software - Represents computer programs and applications.
  9. dbo:Device - Represents physical objects or tools used by humans or other entities.
  10. dbo: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 - Represents a human being.
  2. dbo:Place - Represents a geographical location or an entity with a physical extent.
  3. dbo:Organisation - Represents an organized group of people, such as companies, institutions, or agencies.
  4. dbo:Event - Represents an occurrence, happening, or organized gathering.
  5. dbo:Work - Represents creative works, such as books, films, or musical compositions.
  6. dbo:Species - Represents a group of living organisms with common characteristics.
  7. dbo:Activity - Represents actions, tasks, or hobbies performed by humans or other entities.
  8. dbo:Software - Represents computer programs and applications.
  9. dbo:Device - Represents physical objects or tools used by humans or other entities.
  10. dbo: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:

Related