Examples from the lectures

From info216
Revision as of 10:54, 20 January 2025 by Sinoa (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This page currently shows the examples used in the Spring of 2023. It will be updated with examples from 2024 as the course progresses.

Lecture 1: Introduction to KGs

Turtle example:

@prefix ex: <http://example.org/> .
ex:Roger_Stone
    ex:name "Roger Stone" ;
    ex:occupation ex:lobbyist ;
    ex:significant_person ex:Donald_Trump .
ex:Donald_Trump
    ex:name "Donald Trump" .