Project:Example Queries: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 73: Line 73:
This query allows you to map different version of the Homosaurus (versions 0, 1, 2, and 3) together:
This query allows you to map different version of the Homosaurus (versions 0, 1, 2, and 3) together:


<syntaxhighlight lang="sparql">SELECT ?item ?itemLabel ?val_0 ?val_1 ?val_2 ?val_3
<syntaxhighlight lang="sparql">SELECT DISTINCT ?item ?itemLabel ?val_0 ?val_1 ?val_2 ?val_3
WHERE  
WHERE  
{
{

Navigation menu