In this example looking if a name is also used as an additionName ``` PREFIX schema: <http://schema.org/> SELECT * WHERE { ?s1 schema:name ?o. ?s2 schema:additionalName ?o. } ``` The resulting link is either <https://schema.org/name> or <https://schema.org/additionalName>. Suggestion: display a link icon for each of those predicates. (Hint: look for "variableOntology" in the code.)