BASE <https://data.escr.fr/wiki/Pollution_des_navires_de_croisi%C3%A8re_en_Europe>

BASE  <https://data.escr.fr/wiki/Utilisateur:Tdzung0000/projet#>

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#>

<Pay> rdf:type rdfs:Class .

<emission> rdf:type rdf:Property.
<emission> rdfs:domain <Pay> .

<nombreNavire> rdf:type rdf:Property.
<nombreNavire> rdfs:domain <Pay> .

ex:Espagne rdf:type <Pay>.
ex:Espagne rdfs:label "Espagne" .
ex:Espagne <emission> "14496"^^xsd:decimal .
ex:Espagne <nombreNavire> "7"^^xsd:decimal .

ex:Italy rdf:type <Pay>.
ex:Italy rdfs:label "Italy" .
ex:Italy <emission> "13895"^^xsd:decimal .
ex:Italy <nombreNavire> "5"^^xsd:decimal .

ex:Greece rdf:type <Pay>.
ex:Greece rdfs:label "Greece" .
ex:Greece <emission> "7674"^^xsd:decimal .
ex:Greece <nombreNavire> "4"^^xsd:decimal .

ex:France rdf:type <Pay>.
ex:France rdfs:label "France" .
ex:France <emission> "5950"^^xsd:decimal .
ex:France <nombreNavire> "4"^^xsd:decimal .

ex:Norway rdf:type <Pay>.
ex:Norway rdfs:label "Norway" .
ex:Norway <emission> "5950"^^xsd:decimal .
ex:Norway <nombreNavire> "3"^^xsd:decimal .
