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
-
5. R2RML: integration with databases
GandonFabienFaronCatherineCorbyOlivierR2RML allows us to integrate data from databases into RDF. There are two ways of transforming a relational database into RDF using R2RML.
-
2. GRDDL: extract RDF from X(HT)ML
GandonFabienFaronCatherineCorbyOlivierGRDDL is a mechanism to extract RDF from XML and HTML.
-
Conclusion of the MOOC Introduction to a Web of Linked Data
GandonFabienFaronCatherineCorbyOlivierThis 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)
GandonFabienFaronCatherineCorbyOlivierWe 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
GandonFabienFaronCatherineCorbyOlivierThe 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
GandonFabienFaronCatherineCorbyOlivierThis 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
GandonFabienFaronCatherineCorbyOlivierJSON-LD is a JSON syntax for RDF. JSON stands for JavaScript Object Notation. It is a hierarchical structure of name-value pairs. It is
Avec les mêmes intervenants et intervenantes
-
Demos about a Web of Linked data
GandonFabienFaronCatherineCorbyOlivierThe BBC Web site uses linked (open) data The Wildlife documentary catalog on the Web site of BBC The Web site of BBC is structured and augmented with both internal and public linked data. In
-
5. Stack of Standards and Languages
GandonFabienFaronCatherineCorbyOlivierLet us now conclude this first part with an overview of the stack of standards and languages that are used to publish data on the
-
2. Statements
GandonFabienFaronCatherineCorbyOlivierThis video présents the SPARQL Statements. The first statement is the optional pattern. It enables to specify a part of a graph pattern that is
-
4. Tabular data and metadata (CSV)
GandonFabienFaronCatherineCorbyOlivierWe are going to see how we can transform tabular data and metadata into RDF. These data are extremely common; they are generated by
-
3. Serialization Syntaxes
GandonFabienFaronCatherineCorbyOlivierWe saw in the previous sequence the principles of the RDF model by using an abstract syntax. This sequence will present you the
-
6. Results and Update
GandonFabienFaronCatherineCorbyOlivierIn the last part, we will see the result format and Update query. The format of SPARQL query results are also standardized by the
-
Conclusion of the MOOC Introduction to a Web of Linked Data
GandonFabienFaronCatherineCorbyOlivierThis 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
-
1. RDF Graph Pattern Matching
GandonFabienFaronCatherineCorbyOlivierThis 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
GandonFabienFaronCatherineCorbyOlivierWe 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
GandonFabienFaronCatherineCorbyOlivierThis 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
GandonFabienFaronCatherineCorbyOlivierThe 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
GandonFabienFaronCatherineCorbyOlivierIn 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
Sur le même thème
-
Participation et citoyenneté en régime numérique : vers de nouvelles dynamiques de recherche ? Vidé…
BoutéÉdouardMabiClémentLupoviciRaphaëlMichelLouiseDilé-ToustouJulesAubertRomainMobilisé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éÉdouardDespontin LefèvreIrèneMabiClémentLupoviciRaphaëlMichelLouiseMobilisé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
GirelSylviaLe 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
RigoniIsabelleSé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…
MerzaEleonorePalestiniens 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] 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 ?
-
[COLLOQUE] Festival de l’intelligence artificielle Avignon 2021 table ronde 2
FESTIVAL de L’intelligence Artificielle le 18 et 19 Novembre 2021
-
[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