Notice
Demos about Integration with Other Data Formats and Sources
- document 1 document 2 document 3
- niveau 1 niveau 2 niveau 3
Descriptif
Augmenting Web browser with data in the pages
This demonstration show an extension to the browser called Operator. This extension allows the browser to actually look at the data inside the page and propose new services while browsing.
+ 3 more demos :
This demo show you how we can extract RDFa from the webpage. We're going to use the RDFa Distiller and Parser webpage and web service. The idea is that in this service you can provide the URI of a webpage containing RDFa data and it will extract it for you and provide it to you as Turtle for instance.
JSON-LD from Google Knowledge Graph API
In this demo we are visiting the website of Google about the Knowledge Graph Search API. The result of that API are compliant with JSON-LD. If you look at this example they give, there is a context that is attached to the JSON result. So let us copy this data and put it in JSON-LD playground. I paste the data and I can know for instance transform the format JSON-LD going to the expanded form of JSON-LD. I can also see what are the quadruples, RDF data actually behind the JSON-LD. I can even translate it to other syntaxes. So if I go to the translator website, I can paste the same data in JSON-LD and ask for the version in Turtle or N3. As a result, I get the Turtle version of the answer of the Google API.
Licentia: a Web site to choose the license of your data
In this demo we are visiting the website Licentia. It is an online service that allows you to calculate and attach a licence to your data. You can find a licence for your data, you can check if a licence is compatible with your needs and you can visualise and download the licences.
Intervention
Thème
Documentation
Documents pédagogiques
Examples of plugins for Web browsers:
- Operator: https://addons.mozilla.org/en-US/firefox/addon/operator/
- Semantic Radar https://addons.mozilla.org/en-US/firefox/addon/semantic-radar/
- Semantic Inspector https://chrome.google.com/webstore/detail/semantic-inspector/jobakbebljifplmcapcooffdbdmfdbjh?hl=en
- Semantic Spider https://chrome.google.com/webstore/detail/semantic-spider/ckdnmkbanbampnifpddcfdphonmfibkb
- Micro Data Reveal https://chrome.google.com/webstore/detail/microdatareveal/olapakiakkblfdaajcifgldandnikpdh?hl=en
- Microdata/JSON-LD sniffer https://chrome.google.com/webstore/detail/microdatajson-ld-sniffer/djgonlcfpeeddedjhpgijdckhgddcfgf?hl=en
- Green Turtle RDFa https://chrome.google.com/webstore/detail/green-turtle-rdfa/loggcajcfkpdeoaeihclldihfefijjam?hl=en
Liens
In this demo we are visiting the website Licentia. It is an online service that allows you to calculate and attach a licence to your data. You can find a licence for your data
JSON-LD from Google Knowledge Graph APIyou can check if a licence is compatible with your needs and you can visualise and download the licences.
RDFa distillerIn this demo we are visiting the website of Google about the Knowledge Graph Search API. The result of that API are compliant with JSON-LD. If you look at this example they give
Dans la même collection
-
2. GRDDL: extract RDF from X(HT)ML
GANDON Fabien
FARON Catherine
CORBY Olivier
GRDDL is a mechanism to extract RDF from XML and HTML.
-
Conclusion of the MOOC Introduction to a Web of Linked Data
GANDON Fabien
FARON Catherine
CORBY Olivier
This video gives a summary of all the notions that have been presented in the 4 parts of the MOOC Introduction to a Web of Linked Data. We saw that we can use HTTP URIs to
-
4. Tabular data and metadata (CSV)
GANDON Fabien
FARON Catherine
CORBY Olivier
We are going to see how we can transform tabular data and metadata into RDF. These data are extremely common; they are generated by
-
1. RDFa: an RDF syntax inside HTML
GANDON Fabien
FARON Catherine
CORBY Olivier
The idea of the integration of the web of linked data with other data formats and sources is determined by the fact that the Web is evolving towards all forms of
-
6. LDP : a REST API to linked data
GANDON Fabien
FARON Catherine
CORBY Olivier
This part is about the Linked Data Platform standard which provides the REST API to link data. This is a set of standardized HTTP and RDF
-
3. JSON-LD: JSON syntax for RDF
GANDON Fabien
FARON Catherine
CORBY Olivier
JSON-LD is a JSON syntax for RDF. JSON stands for JavaScript Object Notation. It is a hierarchical structure of name-value pairs. It is
-
5. R2RML: integration with databases
GANDON Fabien
FARON Catherine
CORBY Olivier
R2RML allows us to integrate data from databases into RDF. There are two ways of transforming a relational database into RDF using R2RML.
Avec les mêmes intervenants et intervenantes
-
1. RDF Graph Pattern Matching
GANDON Fabien
FARON Catherine
CORBY Olivier
This third part presents the SPARQL (pronounced sparkle) Query Language that enables users to query RDF triple stores. The SPARQL query language enables us to access data
-
2. Separating Presentation and Content
GANDON Fabien
FARON Catherine
CORBY Olivier
We now consider one of the first evolutions of the web, to separate the presentation and the content. In 1996, CSS, standing for
-
6.Naming graphs
GANDON Fabien
FARON Catherine
CORBY Olivier
This sequence explain how to name graphs in the RDF model and what is the utility of it. In many applications it is very useful to be
-
1. RDFa: an RDF syntax inside HTML
GANDON Fabien
FARON Catherine
CORBY Olivier
The idea of the integration of the web of linked data with other data formats and sources is determined by the fact that the Web is evolving towards all forms of
-
1. Describing resources
GANDON Fabien
FARON Catherine
CORBY Olivier
In this second part we will focus on RDF. RDF is the first brick of the Semantic Web Standards Stack and comprises both a model and several serialization syntaxes, to publish data about anything on
-
3.Filter, Constraint and Function
GANDON Fabien
FARON Catherine
CORBY Olivier
In the third part, we will see the filters, constraints and functions. It is possible to filter the results of query using
-
5. R2RML: integration with databases
GANDON Fabien
FARON Catherine
CORBY Olivier
R2RML allows us to integrate data from databases into RDF. There are two ways of transforming a relational database into RDF using R2RML.
-
4. Linked Data Principles
GANDON Fabien
FARON Catherine
CORBY Olivier
In this fourth part, we're going to see the principles behind Linked Data. What we're going to do is to change slightly how we
-
4. Values, Types and Languages
GANDON Fabien
FARON Catherine
CORBY Olivier
This sequence is about the specificities of the RDF model related to typing literal values and resources in an RDF graph and indicating the
-
Demos about SPARQL
GANDON Fabien
FARON Catherine
CORBY Olivier
Flint, a SPARQL Query Editor Editors are now available for SPARQL. We present the Flint structured editor which provides syntactic coloration. The editor proposes SPARQL keywords according to the
-
5. Several Query Forms
GANDON Fabien
FARON Catherine
CORBY Olivier
In the fifth part, we will see several query forms. Until now, we have seen the select where SPARQL query form but there are
-
3. From pages to resources
GANDON Fabien
FARON Catherine
CORBY Olivier
In this third part, we will see another evolution of the Web, or more precisely, an evolution of the way we use the Web. We will
Sur le même thème
-
Participation et citoyenneté en régime numérique : vers de nouvelles dynamiques de recherche ? Vidé…
BOUTé Édouard
MABI Clément
LUPOVICI Raphaël
MICHEL Louise
DILé-TOUSTOU Jules
AUBERT Romain
Mobilisées en politique depuis plusieurs décennies (Vedel, 2006), les technologies de l’information et de la communication numérique (TICN), et notamment internet et le web connaissent au tournant des
-
Participation et citoyenneté en régime numérique : vers de nouvelles dynamiques de recherche ? Vide…
BOUTé Édouard
DESPONTIN LEFèVRE Irène
MABI Clément
LUPOVICI Raphaël
MICHEL Louise
Mobilisées en politique depuis plusieurs décennies (Vedel, 2006), les technologies de l’information et de la communication numérique (TICN), et notamment internet et le web connaissent au tournant des
-
L'art contemporain en temps de confinement
GIREL Sylvia
Le 14 mars 2020 tous les lieux d’exposition sont sommés par décret de fermer leurs portes. L’art contemporain n’y échappe pas et comme la majorité des secteurs d’activités en France ce sera plusieurs
-
Controverses et médiatisation autour du halal
RIGONI Isabelle
Séance : Controverses et médiatisation " Vous avez dit halal ? " Normativités islamiques, mondialisation et sécularisation Colloque international, 7-8 novembre 2013, IISMM-EHESS, Salle Claude Lévi
-
Contourner la frontière par la toile. La fabrique d’un territoire communautaire par les nouvelles t…
MERZA Eleonore
Palestiniens et Israéliens deux décennies après Oslo : anatomie, vécus et mouvements d'une séparation Colloque du 17, 18 et 19 Février 2011, Maison méditerranéenne des sciences de l'homme, Aix-en
-
-
[COLLOQUE] FrenchTech Grande Provence and LIAvignon : L’IA de demain
FESTIVAL de L’intelligence Artificielle le 18 et 19 Novembre2021
-
[COLLOQUE] Festival de l’intelligence artificielle Avignon 2021 table ronde 1
FESTIVAL de L’intelligence Artificielle le 18 et 19 Novembre 2021
-
[COLLOQUE] Festival de l’intelligence artificielle Avignon 2021 - Les assistants personnels vocaux,…
FESTIVAL de L’intelligence Artificielle le 18 et 19 Novembre 2021. Table ronde 3. Les assistants personnels vocaux, généralistes ou spécifiques ? Jusqu’où personnaliser les services ?
-
[COLLOQUE] Festival de l’intelligence artificielle Avignon 2021 introduction
FESTIVAL de L’intelligence Artificielle le 18 et 19 Novembre2021
-
-
[COLLOQUE] FrenchTech Grande Provence and LIAvignon : L’IA de demain 2em partie
L’IA doit être éthique mais peut-elle être bienveillante ?