
BASE <https://data.escr.fr/wiki/Utilisateur:Olivier_Vandestoc/Projet_ESGI#>

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

<Technicien> rdf:type rdfs:Class .

<PanneauSolaire> rdf:type rdfs:Class .

<faireChaufferEau> rdf:type 		 rdf:Property .

<concentrerRayons> 	rdf:type 		 rdf:Property .
<concentrerRayons> 	rdfs:subPropertyOf <faireChaufferEau> .

<concentrerRayons>  rdfs:domain <Technicien>.
<concentrerRayons>  rdfs:range  <PanneauSolaire>.

<utiliserElectrolyse> rdf:type 		 rdf:Property .

<recupererHydrogene> rdf:type 		 rdf:Property .

<stockerHydrogene> rdf:type 		 rdf:Property .

#ex:technicienA rdf:type <Technicien>. ===
#=== ex:technicienA ex:faireChaufferEau ex:panneauX . ===
#=== ex:panneauX rdf:type PanneauSolaire ===

