8 Smart Web Services Flashcards

1
Q

What does REST stand for?

A

Representational State transfer

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

Explain shortly the idea behind the semantic web

A

The semantic web aims to facilitate the exchange and usability of data
- just as humans can interpret the same data in different ways depending the context, machines should be able to extract the correct meaning

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

Shortly: What is a syntax

A

System of rules, how to create a formally correct sentence or expression
-> nothing said about the content and if the “sentence makes sense!!!

-> int temperature = -500; would be right looking at the syntax but wrong looking at the semantic

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

Shortly: What is a semantic

A

Answers the question: What’s the meaning of a single character or symbol but also of words and sentences

  • > here the content is important
  • > “Dunno” - looking at the syntax it’s not a correct sentence but maybe some people would understand the semantic
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What’s a semantic web service

A

Semantic web services combine the service technology from web services and the technologies from the semantic web

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

describe top-down and bottom-up approach

A

Top down:

  • first, build a general model
  • then, create solutions for specific problems

Bottom-up:
- from already existing, specific solutions, built on top a general model

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

What’s linked API?

A

Conventional APIs assume that all data is local — they can only provide an interface to data that is maintained by the API provider itself.

Linked APIs unbundle data storage from the API interface.
The unbundling allows the distribution of the data storage across organizational boundaries, thus preventing the formation of data silos on the web.

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