Data:Etablissement
Aller à la navigation
Aller à la recherche
BASE <https://data.escr.fr/wiki/Data:Etablissement>
prefix owl: <http://www.w3.org/2002/07/owl#>
prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
prefix sh: <http://www.w3.org/ns/shacl#>
prefix xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX geo: <http://www.opengis.net/ont/geosparql#>
PREFIX escrEtab: <https://data.escr.fr/wiki/Data:Etablissement#>
Définition
On décrit ici la classe Etablissement qui nous servira à référencer les établissements qui participerons à la Coupe de France de Conception Raisonnée (directement ou indirectement).
<>
rdf:type rdfs:Class ;
rdfs:label "School"@en ;
rdfs:label "Etablissement scolaire"@fr ;
rdfs:subClassOf owl:Thing .
Sous-classes
EcoleSupérieure
<#EcoleSupérieure>
rdf:type rdfs:Class ;
rdfs:subClassOf <> .
Lycée
<#Lycée>
rdf:type rdfs:Class ;
rdfs:subClassOf <> .
Université
<#Université>
rdf:type rdfs:Class ;
rdfs:subClassOf <> .
Propriétés
géolocalisation
siteWeb
Constraints
<>
rdf:type sh:Shape ;
sh:targetClass <> ;
sh:property [
rdfs:label "Géolocalisation" ;
sh:minCount 1 ;
sh:maxCount 1 ;
sh:datatype geo:wktLiteral ;
sh:path escrEtab:géolocalisation ;
] ;
sh:property [
rdfs:label "Site Web" ;
sh:minCount 1 ;
sh:maxCount 1 ;
sh:nodeKind sh:IRI ;
sh:path escrEtab:siteWeb ;
] ;
.