week 3 Flashcards

(13 cards)

1
Q

two options for publishing RDF

A

1.make RDF file available on web server.

  1. make RDF data available in a programmatic way via http API
    when we publish data we also want to access it:
    - load files directly into python program
    - acces data via SPARQL
    - g.add((s,p,o)) to add data to program
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

triplestore

A

a database that has been built on purpose to be able to be efficient when dealing with graph data and RDF data, optimized for fast querying by the use of dictionaries/indexing/statistics

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

calculating with knowledge

A

= inferencing or reasoning

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

inferencing

A

the algorithmic manipulation of knowledge in order to derive new implicit facts from explicitly stated knowledge.

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

generic knowledge

A

represented by classes. a class denotes a set of individuals

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

factual knowledge

A

represent by individuals/instances. individuals represent single individual objects

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

property

A

represents a relation between classes and individuals

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

T-box

A

what kind of things are true in my world

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

A-box

A

facts about the instances

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

formulas

A

axioms that restrict the possible interpretations of the world

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

thesauri

A

standard terminology in a particular domain, often a hierarchy without formal semantics, developed by a community over the years, legacy problem: cannot just change the current practice

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

RDFS

A

a vocabulary that builds on RDF
- allows us to express basic relations between classes, instances, properties, domain etc.
- provide entailment rules

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

using vocabularies allows us to…

A

reuse and integrate data
- at instance and schema level
- vocabularies often have social semenantics

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