SELECT ?direction ?property ?value WHERE {
{ <https://doi.org/10.5075/epfl-thesis-11915> ?property ?value BIND("out" AS ?direction) }
UNION
{ ?value ?property <https://doi.org/10.5075/epfl-thesis-11915> BIND("in" AS ?direction) }
} ORDER BY DESC(?direction) ?property