Notice
Demos about The RDF Data Model
- document 1 document 2 document 3
- niveau 1 niveau 2 niveau 3
Descriptif
Validating and translating RDF data
The W3C RDF validation service checks the validity of RDF statements in the RDF/XML syntax and, in the case where these statements are valid, it displays the list of the parsed triples and the graph composed by these triples.
http://www.w3.org/RDF/Validator/
RDF Translator checks the validity of RDF statements in any of the RDF syntaxes and, in the case where these statements are valid, it translates them into any other chosen RDF syntax.
http://rdf-translator.appspot.com/
+ 1 more demo :
Visual RDF : visualization of RDF graphs
Visual RDF is a Web service and a Javascript library enabling to visualize and manipulate RDF data in the form of graphs.
Intervention
Thème
Documentation
Documents pédagogiques
Back on DBpedia
Now that you are familiar with RDF, let us go back on the Web of Data to observe it in the wild, and let us start with DBpedia:
- Here is the DBpedia page for Sophia Antipolis area: http://fr.dbpedia.org/page/Sophia_antipolis
- This page describes the resource identified by the URI http://fr.dbpedia.org/resource/Sophia_antipolis
- At the bottom of the page, several links enable to access data, in particular RDF data (in N-Triples N3/Turtle JSON XML formats)
- The link towards the data in RDF/XML format is a redirection to the file http://fr.dbpedia.org/data/Sophia_antipolis.rdf that you can view or download to study its content.
- You can also give it to Visual RDF to visualize its content as a graph. For instance: http://graves.cl/visualRDF/?url=http://fr.dbpedia.org/data/Sophia_antipolis.rdf
Back on the BBC Site
Last week, we used a trick from the BBC which consisted in adding the extension ".rdf" to the URI of some HTML pages to access the corresponding RDF data.
For instance, for the Great White Shark:
- Its description in HTML is here: http://www.bbc.co.uk/nature/life/Great_white_shark
- And its RDF description is there: http://www.bbc.co.uk/nature/life/Great_white_shark.rdf
When browsing the RDF description of the Great White Shark from the BBC, you will find a link to its description on DBpedia:
http://dbpedia.org/resource/Great_white_shark"/>
This excerpt of RDF data shows that the BBC applies the principles of
the Web of Data up to the highest level (five stars) by linking
its data to other sources from the Web of Data and, by doing so, enables
to discover, browse and integrate these other RDF data sources.
And Many Other Data Sources...
There are many other data sources on the Web. For instance, you can consult Victor Hugo's description…
… in HTML at the BNF http://data.bnf.fr/11907966/victor_hugo/
… in RDF at the BNF http://data.bnf.fr/11907966/victor_hugo/rdf.xml
… in HTML at the Library of Congress http://id.loc.gov/authorities/names/n79091479.html
… in RDF at the Library of Congress http://id.loc.gov/authorities/names/n79091479.rdf
But you can consult data on protein "Leukocyte surface antigen CD53" in the mouse as well …
… in HTML http://www.uniprot.org/uniprot/Q61451
… in RDF http://www.uniprot.org/uniprot/Q61451.rdf
etc.
Liens
visualization of RDF graphs Visual RDF is a Web service and a Javascript library enabling to visualize and manipulate RDF data in the form of graphs. http://graves.cl/visualRDF/?url=http://graves.cl/visualRDF/
Dans la même collection
-
4. Values, Types and Languages
GandonFabienFaronCatherineCorbyOlivierThis sequence is about the specificities of the RDF model related to typing literal values and resources in an RDF graph and indicating the
-
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
-
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
-
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
-
5. Representing groups
GandonFabienFaronCatherineCorbyOlivierThis sequence is about the specificities of the RDF model for representing groups. The type Bag is predefined in the RDF model to represent
-
2. A Triple Model and a Graph Model
GandonFabienFaronCatherineCorbyOlivierThis sequence will introduce the principles of the RDF model. We will see that it is a triple model and a graph model. RDF stands for
-
7. RDF Schema
GandonFabienFaronCatherineCorbyOlivierThis sequence will introduce you to the RDF Schema, the standard to represent vocabularies to be used in RDF descriptions. In the
Avec les mêmes intervenants et intervenantes
-
2. A Triple Model and a Graph Model
GandonFabienFaronCatherineCorbyOlivierThis sequence will introduce the principles of the RDF model. We will see that it is a triple model and a graph model. RDF stands for
-
4. Pre and Post Processing
GandonFabienFaronCatherineCorbyOlivierIn the fourth part, we will see the pre and post processing of a SPARQL query. An RDF dataset is composed of a default graph
-
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
-
4. Linked Data Principles
GandonFabienFaronCatherineCorbyOlivierIn 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
-
1. Historical Introduction to the Web Architecture
GandonFabienFaronCatherineCorbyOlivierGoing back in history, back in 1945, Vannevar Bush wrote an article entitled "As we may think". In this article, he
-
5. Representing groups
GandonFabienFaronCatherineCorbyOlivierThis sequence is about the specificities of the RDF model for representing groups. The type Bag is predefined in the RDF model to represent
-
2. GRDDL: extract RDF from X(HT)ML
GandonFabienFaronCatherineCorbyOlivierGRDDL is a mechanism to extract RDF from XML and HTML.
-
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
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] 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
-
[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