Main Page: Difference between revisions

Jump to navigation Jump to search
→‎Subclass graph: English -> Danish
(→‎Subclass graph: English -> Danish)
Line 39: Line 39:
SELECT ?concept2 ?concept2Label ?concept1 ?concept1Label {
SELECT ?concept2 ?concept2Label ?concept1 ?concept1Label {
   ?concept2 dreamst:P10 ?concept1 .
   ?concept2 dreamst:P10 ?concept1 .
   SERVICE wikibase:label { bd:serviceParam wikibase:language "en,da". }
   SERVICE wikibase:label { bd:serviceParam wikibase:language "da,en". }
}
}
</pre>
</pre>


[https://dreams.wikibase.cloud/query/#%23defaultView%3AGraph%0APREFIX%20dreams%3A%20%3Chttps%3A%2F%2Fdreams.wikibase.cloud%2Fentity%2F%3E%0APREFIX%20dreamst%3A%20%3Chttps%3A%2F%2Fdreams.wikibase.cloud%2Fprop%2Fdirect%2F%3E%0A%0ASELECT%20%3Fconcept2%20%3Fconcept2Label%20%3Fconcept1%20%3Fconcept1Label%20%7B%0A%20%20%3Fconcept2%20dreamst%3AP10%20%3Fconcept1%20.%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22en%2Cda%22.%20%7D%0A%7D Query]
[https://dreams.wikibase.cloud/query/#%23defaultView%3AGraph%0APREFIX%20dreams%3A%20%3Chttps%3A%2F%2Fdreams.wikibase.cloud%2Fentity%2F%3E%0APREFIX%20dreamst%3A%20%3Chttps%3A%2F%2Fdreams.wikibase.cloud%2Fprop%2Fdirect%2F%3E%0A%0ASELECT%20%3Fconcept2%20%3Fconcept2Label%20%3Fconcept1%20%3Fconcept1Label%20%7B%0A%20%20%3Fconcept2%20dreamst%3AP10%20%3Fconcept1%20.%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22da%2Cen%22.%20%7D%0A%7D Query]


=== Graph example ===
=== Graph example ===

Navigation menu