
BASE <https://data.escr.fr/wiki/Utilisateur:Michee_Magbodu/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#>

<Datacenter> rdf:type rdfs:Class .

<Habitation> rdf:type rdfs:Class .

<Batiment> rdf:type rdfs:Class .
<Batiment> rdfs:subClassOf <Habitation>.

<Maison> rdf:type rdfs:Class .
<Maison> rdfs:subClassOf <Habitation>.

<contains> rdf:type rdf:Property .
<contains>  rdfs:domain <Habition>.
<contains>  rdfs:range  <Datacenter>.

<serverKw> rdf:type rdf:Property .
<serverKw>  rdfs:domain <Datacenter>.
