Unit 10 Flashcards

1
Q

SPARQL

A
SELECT ?name ?birth ?person WHERE { 
?person a dbo:MusicalArtist .
?person dbo:birthdate ?birth .
?person dbo:birthplace dbr:Berlin.
?person foaf:name ?name .
FILTER (?birth < "1900-01-01"^^xsd:date)
}
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

SPARQL basics

A

SPARQL basics

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

Recurring variables

A

Recurring variables

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

SPARQL : matching literal

A

SPARQL : matching literal

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

Filters

A

Filters

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

Built-in features

A

Built in features

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

Property path - SPARQL

A

Property path - SPARQL

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

Sorting and Paging results

A

Sorting and rating results

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

Filtering duplicate

A

Filtering duplicate

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

Linked Geodata

A

Linked Geodata

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

ASK queries

A

ASK queries

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

Describe queries

A

Describe queries

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

Construct

A

Construct

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

Four principles of linked open data

A

Four principles of linked open data

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

Five star scheme

A

Five star scheme

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