Knowledge Graphs and Linked Data Flashcards
(56 cards)
What is the purpose of publishing KG data on the web?
To make it publicly available and accessible.
What does Linked Open Data aim to overcome?
Merging siloed data.
What is the main idea behind Linked Data?
Use the Web to create a global dataspace for consistent data sharing.
What technology is used to publish structured data on the Web in Linked Data?
RDF (Resource Description Framework).
Why are links stated explicitly between data items?
To define relationships and properties clearly across datasets.
Why not just use CSV, XML, or relational data?
Because Linked Data focuses on shared semantics, not just syntax.
What level of interpretability does Linked Data aim for?
Semantic level, not surface-level parsing.
What is the Web-based model Linked Data relies on?
A data (RDF) and naming (URI) model.
Why use HTTP-based identifiers?
To enable dereferencing via web mechanisms like GET and POST.
What do dereferenced URIs return?
Useful structured information in standard formats like RDF.
What is Linked Data trying to express between resources?
Relations and links accessible via IRIs.
What are the 4 Linked Data principles?
- Use URIs to identify things; 2. Use HTTP URIs; 3. Provide useful info; 4. Link to other URIs where possible
What should URIs be used to name?
Everything including tangible and abstract concepts.
What does using URIs for all things extend?
The scope of the Web to encompass all objects and concepts.
Why must a URI be dereferenceable?
To retrieve useful data using web protocols.
Some URIs don’t point to any specific data, which is not ideal.
When you do an HTTP GET/type a URL into your browser, a result is returned, an RDF description in the best case!
What protocol is used to dereference URIs?
HTTP.
Are dereferenceable URIs mandatory in Linked Data?
No, they are recommended but not required.
What should dereferenced URIs provide?
RDF descriptions using standard formats.
Why is RDF used as a data model?
Because it’s a simple, graph-based model for structured data.
What does linking to other URIs help with?
Discovery of related data on the Web.
How are links between things expressed?
With RDF properties that describe the relationship type.
What happens when RDF links connect different namespaces?
They connect resources in different datasets.
What is the benefit of connecting data sets?
Creating a single global dataspace for navigation and integration.
How does Linked Data differ from the classic Web?
It links real-world concepts, not just documents.