services semantic technology_terminology

13
A pragmatic glossary of Semantic Technology terms All rights reserved by ©www.tenforce.com Terminology

Upload: tenforce

Post on 18-Dec-2014

3.125 views

Category:

Technology


1 download

DESCRIPTION

 

TRANSCRIPT

Page 1: Services semantic technology_terminology

All rights reserved by ©www.tenforce.com

A pragmatic glossary of Semantic Technology terms

Terminology

Page 2: Services semantic technology_terminology

LOD

Linked Open Data

An initiative to open up your data, publish them according to semantic web standards and link them to other sources.

This leads to a web of data, as compared to the current web of documents.

The semantic web is actually a virtual database, no longer a virtual library...

Page 3: Services semantic technology_terminology

LOD2

An FP7-project to develop the infrastructure that is needed to build LOD, or the data web. Kicked-off in September 2010, for 4 years.

Check the status of the project at lod2.eu

Page 4: Services semantic technology_terminology

OWL

Web Ontology Language

A broader set of classes and properties for more expressive modeling. Subsets of OWL are specified to keep it performant, like OWL-DL for Description Logic purposes.

Page 5: Services semantic technology_terminology

R2RML

RDB to RDF Mapping Language*

The standard to convert data in Relational Databases into RDF. As such RDB’s are the largest source of RDF data!

* a standard in progress...

Page 6: Services semantic technology_terminology

RDF

Resource Description Framework

RDF is the standard data model in semantic technology. It tells us to work with triples. We divide the world in small pieces of information:

something has a relationship with another thing

Sophie has father John

(Sophie, hasFather, John)

a triple!

By the way, every part of the triple gets a URI to refer to it. The relationship as well!

In this way, everything gets connected...

Page 7: Services semantic technology_terminology

RDFa

RDF in attributes*

The standard to turn HTML into RDF. As such HTML is the 2nd biggest source of RDF data!

RDFa is the bridge between the web of documents and the web of data.

* a standard in progress...

Page 8: Services semantic technology_terminology

RDFS

RDFSchema

A standard semantic modeling language. Very restricted features, it allows creating classes and subclasses, properties and subproperties.

Page 9: Services semantic technology_terminology

SKOS

Simple Knowledge Organization System

SKOS is a vocabulary to describe Knowledge Organization Systems like thesauri or taxonomies. Like any vocabulary it is created using terms in a specific language, OWL in this case.

Page 10: Services semantic technology_terminology

SPARQL

Simple Protocol and RDF Query Language

SPARQL is the standard to query RDF data. In fact SPARQL is to RDF Data Stores what SQL is for Relational Databases.

Page 11: Services semantic technology_terminology

SWRL, RIF

Semantic Web Rule Language, Rule Interchange Format

Rule languages built upon semantic standards. Such languages can be usefull to express rules that could not be expressed in your model using strictly OWL.

Page 12: Services semantic technology_terminology

12

URI

Uniform Resource Identifier

URI’s are used to identify the smallest pieces of information that we want to refer to.

[ URI’s were created in the early 90’s as a way to express names and addresses of objects on the world wide web. On the semantic web we recycle this standard].

Page 13: Services semantic technology_terminology

ontology

“theory about the nature of being”

Literally ‘ontology’ means the study of being. It is a common term in filosophy and psychology since centuries.

In a semantic technology context ‘ontology’ refers to the model typically used to capture the meaning of data. It is a representation of the knowledge domain you’re working in. Can be expressed in SKOS, OWL or RDFS.