« Accueil » : différence entre les versions
Aller à la navigation
Aller à la recherche
Ligne 44 : | Ligne 44 : | ||
ex:Espagne rdf:type <Pay>. | ex:Espagne rdf:type <Pay>. | ||
ex:Espagne rdfs:label "Espagne" . | ex:Espagne rdfs:label "Espagne" . | ||
ex:Espagne <emission> " | ex:Espagne <emission> "14496"^^xsd:decimal . | ||
</rdf> | </rdf> | ||
Ligne 50 : | Ligne 50 : | ||
ex:Italy rdf:type <Pay>. | ex:Italy rdf:type <Pay>. | ||
ex:Italy rdfs:label "Italy" . | ex:Italy rdfs:label "Italy" . | ||
ex:Italy <emission> " | ex:Italy <emission> "13895 "^^xsd:decimal . | ||
</rdf> | </rdf> | ||
Ligne 56 : | Ligne 56 : | ||
ex:Italy rdf:type <Pay>. | ex:Italy rdf:type <Pay>. | ||
ex:Italy rdfs:label "Italy" . | ex:Italy rdfs:label "Italy" . | ||
ex:Italy <emission> " | ex:Italy <emission> "13895 "^^xsd:decimal . | ||
</rdf> | </rdf> | ||
Ligne 62 : | Ligne 62 : | ||
ex:Greece rdf:type <Pay>. | ex:Greece rdf:type <Pay>. | ||
ex:Greece rdfs:label "Greece" . | ex:Greece rdfs:label "Greece" . | ||
ex:Greece <emission> " | ex:Greece <emission> "7674"^^xsd:decimal . | ||
</rdf> | </rdf> | ||
Ligne 68 : | Ligne 68 : | ||
ex:France rdf:type <Pay>. | ex:France rdf:type <Pay>. | ||
ex:France rdfs:label "France" . | ex:France rdfs:label "France" . | ||
ex:France <emission> " | ex:France <emission> "5950"^^xsd:decimal . | ||
</rdf> | </rdf> | ||
Ligne 74 : | Ligne 74 : | ||
ex:Norway rdf:type <Pay>. | ex:Norway rdf:type <Pay>. | ||
ex:Norway rdfs:label "Norway" . | ex:Norway rdfs:label "Norway" . | ||
ex:Norway <emission> " | ex:Norway <emission> "5950"^^xsd:decimal . | ||
</rdf> | </rdf> | ||
Version du 7 mai 2021 à 09:08
Descrire le but du projet
Objectifs
Partie l'objectif
Description
Partie description
Définition du graphe de connaissances
Schema
Vocabulaire
BASE <https://data.escr.fr/wiki/Pollution_des_navires_de_croisi%C3%A8re_en_Europe>
Préfixes
PREFIX ex: <http://www.example.org/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
Classes
Pay
<Pay> rdf:type rdfs:Class .
Propriétés
émission
<emission> rdf:type rdf:Property.
<emission> rdfs:domain <Pay> .
Exemple d'un jeu de données
ex:Espagne rdf:type <Pay>.
ex:Espagne rdfs:label "Espagne" .
ex:Espagne <emission> "14496"^^xsd:decimal .
ex:Italy rdf:type <Pay>.
ex:Italy rdfs:label "Italy" .
ex:Italy <emission> "13895 "^^xsd:decimal .
ex:Italy rdf:type <Pay>.
ex:Italy rdfs:label "Italy" .
ex:Italy <emission> "13895 "^^xsd:decimal .
ex:Greece rdf:type <Pay>.
ex:Greece rdfs:label "Greece" .
ex:Greece <emission> "7674"^^xsd:decimal .
ex:France rdf:type <Pay>.
ex:France rdfs:label "France" .
ex:France <emission> "5950"^^xsd:decimal .
ex:Norway rdf:type <Pay>.
ex:Norway rdfs:label "Norway" .
ex:Norway <emission> "5950"^^xsd:decimal .