Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| courses:semint:lab_beyond [2023/01/11 20:14] – created 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 14: | Line 14: | ||
| === 1. Introduction to Cypher [45 minutes] === | === 1. Introduction to Cypher [45 minutes] === | ||
| - | * We will explore the Movie Graph! with the Neo4j tools. First of all, follow one of the following links to create your own Movie Graph instance (there is a need to create an account): | + | * We will explore the Movie Graph! with the Neo4j tools. First of all, follow one of the following links to create your own Movie Graph instance (there is a need to create an account): |
| - | * https:// | + | |
| * https:// | * https:// | ||
| - | | + | |
| + | * If you are using sandbox, the Movie Graph is already loaded. | ||
| + | * If you are starting with blank project, first load the Movie Graph by putting '': | ||
| * Then explore the graph by creating the following queries in Cypher. If you need some help, take a look at the [[https:// | * Then explore the graph by creating the following queries in Cypher. If you need some help, take a look at the [[https:// | ||
| - Select any 5 nodes | - Select any 5 nodes | ||
| Line 35: | 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? | ||