Skip to content

Link in table result header is arbitrary if more than one predicate has the same object #230

@mvanbrab

Description

@mvanbrab

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.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions