
BASE <https://data.escr.fr/wiki/Utilisateur:AYOUB_IBNOUCHEIKH/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#>
PREFIX vcard: <http://www.w3.org/2006/vcard/ns#>

<SystemeEclairage> rdf:type rdfs:Class .

<MeilleurEcoEclairage> rdf:type rdfs:Class .

<coutProduction> rdf:type rdf:Property .
<coutProduction>  rdfs:domain <MeilleurEcoEclairage>.

<produit> rdf:type rdf:Property ;
  rdfs:domain <MeilleurEcoEclairage>;
  rdfs:range <SystemeEclairage>.

<produtionPower> rdf:type rdf:Property .
<produtionPower>  rdfs:domain <MeilleurEcoEclairage>.

<EclairageFriendly> rdf:type <MeilleurEcoEclairage>;
  <productionPower> 400;
  <coutProduction> "50.15"^^xsd:decimal ;
  <produit> <Solaire> .

<LampadaireFilaire> rdf:type <MeilleurEcoEclairage>;
  <productionPower> 435;
  <coutProduction> "39.99"^^xsd:decimal ;
  <produit> <Filaire> .

<BestEclairageFriendly> rdf:type <MeilleurEcoEclairage>;
  <productionPower> 500;
  <coutProduction> "60.15"^^xsd:decimal ;
  <produit> <Solaire> .

<SoftEclairageFriendly> rdf:type <MeilleurEcoEclairage>;
  <productionPower> 620;
  <coutProduction> "80.15"^^xsd:decimal ;
  <produit> <Solaire> .
