Some queries is shown for testing SPARQL Endpoint:
Â
University's departamental sections
Â
select distinct ?department ?section ?label where {?department a <http://purl.org/vocab/aiiso/schema#Department> .
?department <http://www.w3.org/ns/org#hasSuborganization> ?section .
?section rdfs:label ?label .
?area <http://www.w3.org/ns/org#hasSuborganization> ?department .
filter regex (?area, "Tecnica", "i")} order by ?department
?department <http://www.w3.org/ns/org#hasSuborganization> ?section .
?section rdfs:label ?label .
?area <http://www.w3.org/ns/org#hasSuborganization> ?department .
filter regex (?area, "Tecnica", "i")} order by ?department
Â