Lab Solutions: Difference between revisions
From info216
(Added proposed solution for Lab 12 - OWL 2) |
No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Here we will present suggested solutions after each lab. ''The page will be updated as the course progresses'' | Here we will present suggested solutions after each lab. ''The page will be updated as the course progresses'' | ||
<!-- | |||
=Getting started (Lab 1)= | =Getting started (Lab 1)= | ||
Line 334: | Line 335: | ||
OPTIONAL{ | OPTIONAL{ | ||
?s ns1:pardoned ?pardon . | ?s ns1:pardoned ?pardon . | ||
FILTER (?pardon = | FILTER (?pardon = true) | ||
} | } | ||
} | } | ||
Line 1,826: | Line 1,827: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=Using Graph Embeddings (Lab 13)= | |||
https://colab.research.google.com/drive/1WkRJUeUBVF5yVv7o0pOKfsd4pqG6369k | |||
=Training Graph Embeddings (Lab 14)= | |||
https://colab.research.google.com/drive/1jKpzlQ7gYTVzgphJsrK5iuMpFhkrY96q | |||
--> |
Latest revision as of 10:56, 20 January 2025
Here we will present suggested solutions after each lab. The page will be updated as the course progresses