SELECT ?property ?value WHERE { BIND (?? AS ?s) ?s ?property ?value . FILTER (isLiteral(?value)) } LIMIT 1000

Attributes

853
Istruzione secondaria
Secondary education
Enseignement secondaire
Schulen auf Sekundarstufe
Istruzione secondaria
Secondary education
Enseignement secondaire
Schulen auf Sekundarstufe
Istruzione secondaria
Secondary education
Enseignement secondaire
Schulen auf Sekundarstufe
853
Diese Gruppe umfasst die Erteilung von Unterricht in allgemein bildenden und in berufsbildenden weiterführenden Schulen.
This group includes the provision of general secondary and technical and vocational secondary education.
Ce groupe comprend l'enseignement secondaire général et l'enseignement secondaire technique ou professionnel.
Questo gruppo include l'erogazione di corsi di istruzione secondaria generale, tecnica e professionale.
Diese Gruppe umfasst nicht: - Erwachsenenbildung nach der Definition in Gruppe 855
This group excludes: - adult education as defined in 855
Ce groupe ne comprend pas: - l'enseignement pour adultes tel qu'il est défini dans le groupe 855
Questo gruppo non comprende: - l'istruzione per adulti, come definita nel gruppo 855
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
SELECT ?instance ?description WHERE { BIND (?? AS ?class) ?instance (rdf:type|owl:type) ?class . OPTIONAL { ?instance schema:description ?description . } } LIMIT 5000
Instances of this Class: No results found.
SELECT ?superclass ?description WHERE { ?? rdfs:subClassOf ?superclass . OPTIONAL { ?superclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Superclasses of this Class: No results found.
SELECT ?subclass ?description WHERE { ?subclass rdfs:subClassOf ?? . OPTIONAL { ?subclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Subclasses of this Class: No results found.