RDF Flashcards

(15 cards)

1
Q

What does RDF stand for?

A

Resource Description Framework.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the goal of RDF?

A

To model data as a graph and build a Giant Global Graph of interlinked data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Name two challenges RDF aims to address.

A

Heterogeneous data formats; need for formal technical standards for the Web.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is an IRI in RDF?

A

Internationalized Resource Identifier, a resolvable URI identifying a resource.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are RDF literals?

A

Concrete values (objects) in RDF triples that are not URIs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a blank node?

A

An anonymous resource without a URI or literal, identified by a local blank node ID.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is RDF Schema (RDFS)?

A

A set of basic classes and properties serving as superclasses in RDF.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How does RDF model lists?

A

Using linked lists (rdf:first/rdf:rest) or containers (rdf:_n predicates).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is an N-ary relationship in RDF?

A

A relationship with additional qualifiers, modeled via intermediate nodes or reification.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is reification in RDF?

A

Representing statements about statements by creating resources with rdf:subject, rdf:predicate, and rdf:object.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is RDF graph isomorphism?

A

Checking if two RDF graphs are structurally identical up to blank node renaming.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Why can RDF graph isomorphism be expensive?

A

Because blank nodes require expensive comparisons to establish one-to-one correspondence.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is an RDF dataset?

A

A collection of RDF graphs (named or default) not merged, used in SPARQL queries.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How do you query an RDF graph?

A

Using the SPARQL query language.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the purpose of prefixes in RDF?

A

To map short prefixes to full IRIs for readability.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly