Explain linked data.
Set of machine-readable and well-defined information published on the web that can be connected to external data sets from different sources.
What does RDF stand for?
Resource Description Framework.
What are the four linked data principles?
Name and explain the two categories used in large RDF datasets.
Explain what an RDFS is.
RDF Schema is used to define the resources belonging to hierarchical classes representing a category of things.
In what two ways do linked data facilitate abstraction, interoperability, and integration in IoT?
First it enables integration by using common identifiers, such as international resource identifiers (IRIs).
Second, linked data machines can interpret the data descriptions.
Read “4.2 Analysis of networked data using a semantic reasoner” in the course book.
Name a few semantic technologies.
Linking data, Real-time and linked stream processing, Logic, Machine learning, and Semantic-Based distributed reasoning.
What does LER stand for?
Linked Edit Rules.
When is distributed reasoning more advantageous than centralized reasoning?
What does CDRS stand for?
Cross-Domain Reasoning Systems.
What is CDRS?
It uses data gained from multiple source domains to provide recommendations in a target domain.
Name some semantic analytical tools for IoT.
What is CEP?
Complex Event Processing (Stream Processing) is a set of techniques used to aggregate, process, and analyze huge amounts of streaming data to generate real-time insights from those events as they happen.
What is the difference between CEP and stream processing?
Complex event processing searches for complex patterns and dependencies of different events to identify a particular event.
Stream processing aggregates data in time windows and collects data on a single event.
What are the five characteristics of big data?
What is MapReduce?
It’s a programming algorithm and batch-processing method designed for distributed computing.
What two major functions does the Map Reduce function perform?
Map: Breaks down individual elements of a dataset into tuples (key-value pairs) and converts the set into another set of data. Unstructured data to structured data.
Reduce: Uses the results of the map stage to combine the data tuples into smaller sets of tuples.
What does NoSQL stand for?
No-relational structured query language.
How are NoSQL data stored?
A document, key-value, or graph model.
What are the four categories for NoSQL databases?
Key-value store, column-oriented, document-oriented, and graph-oriented databases.
What does JSON stand for?
JavaScript Object Notation.