@prefix schema: <http://schema.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

# Steven Rogge
<https://users.ugent.be/~srogge/#me> a foaf:Person ;
    foaf:name "Steven Rogge" ;
    schema:course <https://pietercolpaert.be/teaching/kg/#2023-2024> ;
    foaf:birthYear 1969 ;
    foaf:based_near "Oudenaarde" ;
    schema:hobby "Running" ;
    schema:employer <http://www.ugent.be/> ;
    schema:account <https://mastodon.green/@StevenRogge> ;
    foaf:knows <https://orcid.org/0000-0002-4268-8355>, <https://pietervdvn.github.io/me.jsonld>, <https://razoreater.github.io/iam/#me> .

# Nicolas Steenlant
<https://orcid.org/0000-0002-4268-8355> a foaf:Person ;
    foaf:name "Nicolas Steenlant" ;
    schema:course <https://pietercolpaert.be/teaching/kg/#2023-2024> ;
    schema:employer <http://www.ugent.be/> ;
    foaf:knows <https://users.ugent.be/~srogge/#me> .

# Pieter Vander Vennet
<https://pietervdvn.github.io/me.jsonld> a foaf:Person ;
    foaf:name "Pieter Vander Vennet" ;
    schema:course <https://pietercolpaert.be/teaching/kg/#2023-2024> ;
    schema:account <https://en.osm.town/@pietervdvn> ;
    foaf:knows <https://users.ugent.be/~srogge/#me> .

# Jens Deprez
<https://razoreater.github.io/iam/#me> a foaf:Person ;
    foaf:name "Jens Deprez" ;
    schema:course <https://pietercolpaert.be/teaching/kg/#2023-2024> ;
    foaf:knows <https://users.ugent.be/~srogge/#me> .
