Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| courses:semint:lab_beyond [2023/01/23 12:16] – [Lab instructions] kkt | courses:semint:lab_beyond [2026/01/26 10:34] (current) – kkt | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Beyond the Semantic Web ===== | ===== Beyond the Semantic Web ===== | ||
| - | * Last verification: | + | * Last verification: |
| * Tools required for this lab: | * Tools required for this lab: | ||
| * [[https:// | * [[https:// | ||
| Line 36: | Line 36: | ||
| * Play with the Countries dataset in [[https:// | * Play with the Countries dataset in [[https:// | ||
| - | - First of all, run the default | + | - First of all, run the query from the lecture: < |
| + | country(code: | ||
| + | name | ||
| + | native | ||
| + | capital | ||
| + | currency | ||
| + | languages { | ||
| + | code | ||
| + | name | ||
| + | } | ||
| + | } | ||
| + | }</ | ||
| * Do you understand it? | * Do you understand it? | ||
| * Do you know how to get the data about Germany instead of Poland? | * Do you know how to get the data about Germany instead of Poland? | ||