@prefix : <https://ruben.verborgh.org/profile/#>.
@prefix bibo: <http://purl.org/ontology/bibo/>.
@prefix cc: <http://creativecommons.org/ns#>.
@prefix con: <http://www.w3.org/2000/10/swap/pim/contact#>.
@prefix dbo: <http://dbpedia.org/ontology/>.
@prefix dbp: <http://dbpedia.org/resource/>.
@prefix dc: <http://purl.org/dc/terms/>.
@prefix dcat: <http://www.w3.org/ns/dcat#>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix knows: <https://data.knows.idlab.ugent.be/person/office/#>.
@prefix ldp: <http://www.w3.org/ns/ldp#>.
@prefix org: <http://www.w3.org/ns/org#>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix p: <https://data.verborgh.org/people/>.
@prefix pim: <http://www.w3.org/ns/pim/space#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix schema: <http://schema.org/>.
@prefix solid: <http://www.w3.org/ns/solid/terms#>.
@prefix vcard: <http://www.w3.org/2006/vcard/ns#>.
@prefix wikipedia: <https://en.wikipedia.org/wiki/>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.


# Profile document

<https://ruben.verborgh.org/profile/>
    a foaf:Document, foaf:PersonalProfileDocument;
    rdfs:label "Ruben Verborgh’s FOAF profile"@en;
    foaf:maker :me;
    foaf:primaryTopic :me.


# Personal details

:me a foaf:Person;
    foaf:name  "Ruben Verborgh"@en, "Ruben Verborgh"@nl;
    rdfs:label "Ruben Verborgh"@en, "Ruben Verborgh"@nl;
    vcard:fn   "Ruben Verborgh"@en, "Ruben Verborgh"@nl;
    con:preferredURI "https://ruben.verborgh.org/profile/#me";
    foaf:givenName "Ruben"@en, "Ruben"@nl;
    foaf:familyName "Verborgh"@en, "Verborgh"@nl;
    foaf:title "Prof. Dr."@en, "prof. dr. ir."@nl;
    vcard:title "Professor of Decentralized Web technology"@en;
    dbo:birthPlace dbp:Ostend;
    dbo:birthDate "1987-02-28"^^xsd:date;
    foaf:birthday "02-28";
    foaf:age 39;
    foaf:gender "male"@en;
    dbo:location dbp:Ghent;
    foaf:based_near dbp:Ghent;
    foaf:img <https://ruben.verborgh.org/images/ruben.jpg>;
    foaf:mbox <mailto:ruben.verborgh@ugent.be>;
    ldp:inbox <https://drive.verborgh.org/inbox/>;
    pim:storage <https://drive.verborgh.org/>;
    pim:preferencesFile <https://drive.verborgh.org/settings/prefs.ttl>;
    solid:oidcIssuer <https://drive.verborgh.org/>;
    solid:publicTypeIndex <https://drive.verborgh.org/settings/publicTypeIndex.ttl>;
    solid:privateTypeIndex <https://drive.verborgh.org/settings/privateTypeIndex.ttl>;
    foaf:homepage <https://ruben.verborgh.org/>;
    foaf:weblog <https://ruben.verborgh.org/blog/>;
    foaf:publications <https://ruben.verborgh.org/publications/>;
    foaf:account <https://github.com/RubenVerborgh>,
                 <https://twitter.com/RubenVerborgh>,
                 <https://www.linkedin.com/in/rubenverborgh/>;
    dbo:orcidId "0000-0002-8596-222X";
    foaf:workplaceHomepage <http://idlab.ugent.be/>,
                           <http://idlab.technology/>,
                           <http://www.ugent.be/>,
                           <https://www.imec-int.com/>;
    org:memberOf <http://idlab.technology/#organization>,
                 dbp:Ghent_University,
                 dbp:IMEC.

<https://drive.verborgh.org/> a pim:ControlledStorage.

<https://github.com/RubenVerborgh> a knows:GitHubAccount;
                                   foaf:accountName "RubenVerborgh";
                                   foaf:accountServiceHomepage <https://github.com/>.

<https://data.verborgh.org/ruben#dataset> a dcat:Dataset, schema:Dataset;
    dc:title    "Ruben Verborgh’s data";
    schema:name "Ruben Verborgh’s data";
    dc:publisher :me;
    foaf:homepage <https://data.verborgh.org/ruben>;
    dcat:distribution <https://data.verborgh.org/ruben>.
<https://data.verborgh.org/ruben> a dcat:Distribution;
    dc:title "Triple Pattern Fragments of Ruben Verborgh’s data";
    dcat:accessURL <https://data.verborgh.org/ruben>;
    cc:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    cc:attributionName "Ruben Verborgh"@en;
    cc:attributionURL <https://ruben.verborgh.org/>.

# Organizations

<http://idlab.technology/#organization> a org:Organization, org:OrganizationalUnit;
       rdfs:label "IDLab"@en;
       foaf:homepage <http://idlab.ugent.be/>, <http://idlab.technology/>;
       org:unitOf            dbp:Ghent_University, dbp:IMEC;
       org:subOrganizationOf dbp:Ghent_University, dbp:IMEC.

dbp:Ghent_University a org:Organization, schema:CollegeOrUniversity;
       rdfs:label "Ghent University"@en, "Universiteit Gent"@nl;
       foaf:homepage <http://www.ugent.be/>;
       schema:alumni :me.

dbp:IMEC a org:Organization;
       rdfs:label "imec"@en;
       foaf:homepage <https://www.imec-int.com/>.


# Interests

:me foaf:interest wikipedia:Linked_Data;
    foaf:topic_interest dbp:Linked_Data.
wikipedia:Linked_Data rdfs:label "Linked Data"@en;
    foaf:primaryTopic dbp:Linked_Data.

:me foaf:interest wikipedia:Semantic_Web;
    foaf:topic_interest dbp:Semantic_Web.
wikipedia:Semantic_Web rdfs:label "Semantic Web"@en;
    foaf:primaryTopic dbp:Semantic_Web.

:me foaf:interest wikipedia:World_Wide_Web;
    foaf:topic_interest dbp:World_Wide_Web.
wikipedia:World_Wide_Web rdfs:label "World Wide Web"@en;
    foaf:primaryTopic dbp:World_Wide_Web.

:me foaf:interest wikipedia:Decentralization;
    foaf:topic_interest dbp:Decentralization.
wikipedia:Decentralization rdfs:label "Decentralization"@en;
    foaf:primaryTopic dbp:Decentralization.

:me foaf:interest wikipedia:Hypermedia;
    foaf:topic_interest dbp:Hypermedia.
wikipedia:Hypermedia rdfs:label "Hypermedia"@en;
    foaf:primaryTopic dbp:Hypermedia.

:me foaf:interest wikipedia:Representational_state_transfer;
    foaf:topic_interest dbp:Representational_state_transfer.
wikipedia:Representational_state_transfer rdfs:label "REST"@en;
    foaf:primaryTopic dbp:Representational_state_transfer.


# People


# Co-authors

p:heba_aamer a foaf:Person;
  foaf:givenName "Heba"@en;
  foaf:familyName "Aamer"@en;
  rdfs:label "Heba Aamer"@en.
:me foaf:knows p:heba_aamer.

p:ben_abelshausen a foaf:Person;
  foaf:givenName "Ben"@en;
  foaf:familyName "Abelshausen"@en;
  rdfs:label "Ben Abelshausen"@en.
:me foaf:knows p:ben_abelshausen.

p:mohamed_abid a foaf:Person;
  foaf:givenName "Mohamed"@en;
  foaf:familyName "Abid"@en;
  rdfs:label "Mohamed Abid"@en.
:me foaf:knows p:mohamed_abid.

p:jan_adriaenssens a foaf:Person;
  foaf:givenName "Jan"@en;
  foaf:familyName "Adriaenssens"@en;
  rdfs:label "Jan Adriaenssens"@en.
:me foaf:knows p:jan_adriaenssens.

p:cyrus_afrasiabi a foaf:Person;
  foaf:givenName "Cyrus"@en;
  foaf:familyName "Afrasiabi"@en;
  rdfs:label "Cyrus Afrasiabi"@en.
:me foaf:knows p:cyrus_afrasiabi.

p:nitin_agrawal a foaf:Person;
  foaf:givenName "Nitin"@en;
  foaf:familyName "Agrawal"@en;
  rdfs:label "Nitin Agrawal"@en.
:me foaf:knows p:nitin_agrawal.

p:marina_aguado a foaf:Person;
  foaf:givenName "Marina"@en;
  foaf:familyName "Aguado"@en;
  rdfs:label "Marina Aguado"@en.
:me foaf:knows p:marina_aguado.

p:ines_akaichi a foaf:Person;
  foaf:givenName "Inès"@en;
  foaf:familyName "Akaichi"@en;
  rdfs:label "Inès Akaichi"@en.
:me foaf:knows p:ines_akaichi.

p:mehwish_alam a foaf:Person;
  foaf:givenName "Mehwish"@en;
  foaf:familyName "Alam"@en;
  rdfs:label "Mehwish Alam"@en.
:me foaf:knows p:mehwish_alam.

p:harith_alani a foaf:Person;
  foaf:givenName "Harith"@en;
  foaf:familyName "Alani"@en;
  rdfs:label "Harith Alani"@en.
:me foaf:knows p:harith_alani.

p:wael_s_albayaydh a foaf:Person;
  foaf:givenName "Wael S."@en;
  foaf:familyName "Albayaydh"@en;
  rdfs:label "Wael S. Albayaydh"@en.
:me foaf:knows p:wael_s_albayaydh.

p:flor_karina_amanqui a foaf:Person;
  foaf:givenName "Flor Karina"@en;
  foaf:familyName "Amanqui"@en;
  rdfs:label "Flor Karina Amanqui"@en.
:me foaf:knows p:flor_karina_amanqui.

p:manglik_animesh a foaf:Person;
  foaf:givenName "Manglik"@en;
  foaf:familyName "Animesh"@en;
  rdfs:label "Manglik Animesh"@en.
:me foaf:knows p:manglik_animesh.

p:grigoris_antoniou a foaf:Person;
  foaf:givenName "Grigoris"@en;
  foaf:familyName "Antoniou"@en;
  rdfs:label "Grigoris Antoniou"@en.
:me foaf:knows p:grigoris_antoniou.

p:doerthe_arndt a foaf:Person;
  foaf:givenName "Doerthe"@en;
  foaf:familyName "Arndt"@en;
  rdfs:label "Doerthe Arndt"@en.
:me foaf:knows p:doerthe_arndt.

p:dorthe_arndt a foaf:Person;
  foaf:givenName "Dörthe"@en;
  foaf:familyName "Arndt"@en;
  rdfs:label "Dörthe Arndt"@en.
:me foaf:knows p:dorthe_arndt.

p:tim_asperges a foaf:Person;
  foaf:givenName "Tim"@en;
  foaf:familyName "Asperges"@en;
  rdfs:label "Tim Asperges"@en.
:me foaf:knows p:tim_asperges.

p:pedro_assis a foaf:Person;
  foaf:givenName "Pedro"@en;
  foaf:familyName "Assis"@en;
  rdfs:label "Pedro Assis"@en.
:me foaf:knows p:pedro_assis.

<http://www.informatik.uni-leipzig.de/~auer/foaf.rdf#me> a foaf:Person;
  foaf:givenName "Sören"@en;
  foaf:familyName "Auer"@en;
  rdfs:label "Sören Auer"@en.
:me foaf:knows <http://www.informatik.uni-leipzig.de/~auer/foaf.rdf#me>.

p:paul_avillach a foaf:Person;
  foaf:givenName "Paul"@en;
  foaf:familyName "Avillach"@en;
  rdfs:label "Paul Avillach"@en.
:me foaf:knows p:paul_avillach.

p:sana_baccar a foaf:Person;
  foaf:givenName "Sana"@en;
  foaf:familyName "Baccar"@en;
  rdfs:label "Sana Baccar"@en.
:me foaf:knows p:sana_baccar.

p:luda_balakireva a foaf:Person;
  foaf:givenName "Luda"@en;
  foaf:familyName "Balakireva"@en;
  rdfs:label "Luda Balakireva"@en.
:me foaf:knows p:luda_balakireva.

p:rosa_maria_ballardini a foaf:Person;
  foaf:givenName "Rosa Maria"@en;
  foaf:familyName "Ballardini"@en;
  rdfs:label "Rosa Maria Ballardini"@en.
:me foaf:knows p:rosa_maria_ballardini.

p:sander_ballieu a foaf:Person;
  foaf:givenName "Sander"@en;
  foaf:familyName "Ballieu"@en;
  rdfs:label "Sander Ballieu"@en.
:me foaf:knows p:sander_ballieu.

p:pieter_ballon a foaf:Person;
  foaf:givenName "Pieter"@en;
  foaf:familyName "Ballon"@en;
  rdfs:label "Pieter Ballon"@en.
:me foaf:knows p:pieter_ballon.

p:christian_beecks a foaf:Person;
  foaf:givenName "Christian"@en;
  foaf:familyName "Beecks"@en;
  rdfs:label "Christian Beecks"@en.
:me foaf:knows p:christian_beecks.

<http://lodlaundromat.org/resource/person/wouter_beek> a foaf:Person;
  foaf:givenName "Wouter"@en;
  foaf:familyName "Beek"@en;
  rdfs:label "Wouter Beek"@en.
:me foaf:knows <http://lodlaundromat.org/resource/person/wouter_beek>.

p:jakob_beetz a foaf:Person;
  foaf:givenName "Jakob"@en;
  foaf:familyName "Beetz"@en;
  rdfs:label "Jakob Beetz"@en.
:me foaf:knows p:jakob_beetz.

<https://www.w3.org/People/Berners-Lee/card#i> a foaf:Person;
  foaf:givenName "Tim"@en;
  foaf:familyName "Berners-Lee"@en;
  rdfs:label "Tim Berners-Lee"@en.
:me foaf:knows <https://www.w3.org/People/Berners-Lee/card#i>.

p:jabran_bhatti a foaf:Person;
  foaf:givenName "Jabran"@en;
  foaf:familyName "Bhatti"@en;
  rdfs:label "Jabran Bhatti"@en.
:me foaf:knows p:jabran_bhatti.

p:reuben_binns a foaf:Person;
  foaf:givenName "Reuben"@en;
  foaf:familyName "Binns"@en;
  rdfs:label "Reuben Binns"@en.
:me foaf:knows p:reuben_binns.

p:victor_de_boer a foaf:Person;
  foaf:givenName "Victor"@en;
  foaf:familyName "de Boer"@en;
  rdfs:label "Victor de Boer"@en.
:me foaf:knows p:victor_de_boer.

p:bart_bogaerts a foaf:Person;
  foaf:givenName "Bart"@en;
  foaf:familyName "Bogaerts"@en;
  rdfs:label "Bart Bogaerts"@en.
:me foaf:knows p:bart_bogaerts.

p:jerven_bolleman a foaf:Person;
  foaf:givenName "Jerven"@en;
  foaf:familyName "Bolleman"@en;
  rdfs:label "Jerven Bolleman"@en.
:me foaf:knows p:jerven_bolleman.

p:kalina_bontcheva a foaf:Person;
  foaf:givenName "Kalina"@en;
  foaf:familyName "Bontcheva"@en;
  rdfs:label "Kalina Bontcheva"@en.
:me foaf:knows p:kalina_bontcheva.

p:pieter_bonte a foaf:Person;
  foaf:givenName "Pieter"@en;
  foaf:familyName "Bonte"@en;
  rdfs:label "Pieter Bonte"@en.
:me foaf:knows p:pieter_bonte.

p:wouter_van_den_bosch a foaf:Person;
  foaf:givenName "Wouter"@en;
  foaf:familyName "Van den Bosch"@en;
  rdfs:label "Wouter Van den Bosch"@en.
:me foaf:knows p:wouter_van_den_bosch.

p:reinoud_bosch a foaf:Person;
  foaf:givenName "Reinoud"@en;
  foaf:familyName "Bosch"@en;
  rdfs:label "Reinoud Bosch"@en.
:me foaf:knows p:reinoud_bosch.

p:gabriele_bozzi a foaf:Person;
  foaf:givenName "Gabriele"@en;
  foaf:familyName "Bozzi"@en;
  rdfs:label "Gabriele Bozzi"@en.
:me foaf:knows p:gabriele_bozzi.

p:john_breslin a foaf:Person;
  foaf:givenName "John"@en;
  foaf:familyName "Breslin"@en;
  rdfs:label "John Breslin"@en.
:me foaf:knows p:john_breslin.

p:jonas_breuer a foaf:Person;
  foaf:givenName "Jonas"@en;
  foaf:familyName "Breuer"@en;
  rdfs:label "Jonas Breuer"@en.
:me foaf:knows p:jonas_breuer.

p:arne_broring a foaf:Person;
  foaf:givenName "Arne"@en;
  foaf:familyName "Bröring"@en;
  rdfs:label "Arne Bröring"@en.
:me foaf:knows p:arne_broring.

p:femke_bruckmann a foaf:Person;
  foaf:givenName "Femke"@en;
  foaf:familyName "Brückmann"@en;
  rdfs:label "Femke Brückmann"@en.
:me foaf:knows p:femke_bruckmann.

p:bart_buelens a foaf:Person;
  foaf:givenName "Bart"@en;
  foaf:familyName "Buelens"@en;
  rdfs:label "Bart Buelens"@en.
:me foaf:knows p:bart_buelens.

p:alex_bui a foaf:Person;
  foaf:givenName "Alex"@en;
  foaf:familyName "Bui"@en;
  rdfs:label "Alex Bui"@en.
:me foaf:knows p:alex_bui.

p:raf_buyle a foaf:Person;
  foaf:givenName "Raf"@en;
  foaf:familyName "Buyle"@en;
  rdfs:label "Raf Buyle"@en.
:me foaf:knows p:raf_buyle.

p:jean_paul_calbimonte a foaf:Person;
  foaf:givenName "Jean-Paul"@en;
  foaf:familyName "Calbimonte"@en;
  rdfs:label "Jean-Paul Calbimonte"@en.
:me foaf:knows p:jean_paul_calbimonte.

p:juan_cano a foaf:Person;
  foaf:givenName "Juan"@en;
  foaf:familyName "Cano"@en;
  rdfs:label "Juan Cano"@en.
:me foaf:knows p:juan_cano.

<https://csarven.ca/#i> a foaf:Person;
  foaf:givenName "Sarven"@en;
  foaf:familyName "Capadisli"@en;
  rdfs:label "Sarven Capadisli"@en.
:me foaf:knows <https://csarven.ca/#i>.

p:vincenzo_catania a foaf:Person;
  foaf:givenName "Vincenzo"@en;
  foaf:familyName "Catania"@en;
  rdfs:label "Vincenzo Catania"@en.
:me foaf:knows p:vincenzo_catania.

<http://champin.net/#pa> a foaf:Person;
  foaf:givenName "Pierre-Antoine"@en;
  foaf:familyName "Champin"@en;
  rdfs:label "Pierre-Antoine Champin"@en.
:me foaf:knows <http://champin.net/#pa>.

p:sebastian_chan a foaf:Person;
  foaf:givenName "Sebastian"@en;
  foaf:familyName "Chan"@en;
  rdfs:label "Sebastian Chan"@en.
:me foaf:knows p:sebastian_chan.

p:david_chaves_fraga a foaf:Person;
  foaf:givenName "David"@en;
  foaf:familyName "Chaves-Fraga"@en;
  rdfs:label "David Chaves-Fraga"@en.
:me foaf:knows p:david_chaves_fraga.

p:christine_chichester a foaf:Person;
  foaf:givenName "Christine"@en;
  foaf:familyName "Chichester"@en;
  rdfs:label "Christine Chichester"@en.
:me foaf:knows p:christine_chichester.

p:ioannis_chrysakis a foaf:Person;
  foaf:givenName "Ioannis"@en;
  foaf:familyName "Chrysakis"@en;
  rdfs:label "Ioannis Chrysakis"@en.
:me foaf:knows p:ioannis_chrysakis.

p:alvin_chua a foaf:Person;
  foaf:givenName "Alvin"@en;
  foaf:familyName "Chua"@en;
  rdfs:label "Alvin Chua"@en.
:me foaf:knows p:alvin_chua.

p:paolo_ciccarese a foaf:Person;
  foaf:givenName "Paolo"@en;
  foaf:familyName "Ciccarese"@en;
  rdfs:label "Paolo Ciccarese"@en.
:me foaf:knows p:paolo_ciccarese.

p:a_cimmino a foaf:Person;
  foaf:givenName "A."@en;
  foaf:familyName "Cimmino"@en;
  rdfs:label "A. Cimmino"@en.
:me foaf:knows p:a_cimmino.

p:andrea_cimmino a foaf:Person;
  foaf:givenName "Andrea"@en;
  foaf:familyName "Cimmino"@en;
  rdfs:label "Andrea Cimmino"@en.
:me foaf:knows p:andrea_cimmino.

p:tim_clark a foaf:Person;
  foaf:givenName "Tim"@en;
  foaf:familyName "Clark"@en;
  rdfs:label "Tim Clark"@en.
:me foaf:knows p:tim_clark.

p:mathias_coeckelbergs a foaf:Person;
  foaf:givenName "Mathias"@en;
  foaf:familyName "Coeckelbergs"@en;
  rdfs:label "Mathias Coeckelbergs"@en.
:me foaf:knows p:mathias_coeckelbergs.

p:diego_collarana a foaf:Person;
  foaf:givenName "Diego"@en;
  foaf:familyName "Collarana"@en;
  rdfs:label "Diego Collarana"@en.
:me foaf:knows p:diego_collarana.

p:didier_colle a foaf:Person;
  foaf:givenName "Didier"@en;
  foaf:familyName "Colle"@en;
  rdfs:label "Didier Colle"@en.
:me foaf:knows p:didier_colle.

<https://pietercolpaert.be/#me> a foaf:Person;
  foaf:givenName "Pieter"@en;
  foaf:familyName "Colpaert"@en;
  rdfs:label "Pieter Colpaert"@en.
:me foaf:knows <https://pietercolpaert.be/#me>.

p:hans_constandt a foaf:Person;
  foaf:givenName "Hans"@en;
  foaf:familyName "Constandt"@en;
  rdfs:label "Hans Constandt"@en.
:me foaf:knows p:hans_constandt.

p:aaron_straup_cope a foaf:Person;
  foaf:givenName "Aaron Straup"@en;
  foaf:familyName "Cope"@en;
  rdfs:label "Aaron Straup Cope"@en.
:me foaf:knows p:aaron_straup_cope.

p:sam_coppens a foaf:Person;
  foaf:givenName "Sam"@en;
  foaf:familyName "Coppens"@en;
  rdfs:label "Sam Coppens"@en.
:me foaf:knows p:sam_coppens.

p:oscar_corcho a foaf:Person;
  foaf:givenName "Oscar"@en;
  foaf:familyName "Corcho"@en;
  rdfs:label "Oscar Corcho"@en.
:me foaf:knows p:oscar_corcho.

p:juan_carlos_corrales a foaf:Person;
  foaf:givenName "Juan Carlos"@en;
  foaf:familyName "Corrales"@en;
  rdfs:label "Juan Carlos Corrales"@en.
:me foaf:knows p:juan_carlos_corrales.

p:tom_creighton a foaf:Person;
  foaf:givenName "Tom"@en;
  foaf:familyName "Creighton"@en;
  rdfs:label "Tom Creighton"@en.
:me foaf:knows p:tom_creighton.

p:elias_crum a foaf:Person;
  foaf:givenName "Elias"@en;
  foaf:familyName "Crum"@en;
  rdfs:label "Elias Crum"@en.
:me foaf:knows p:elias_crum.

<http://richard.cyganiak.de/foaf.rdf#cygri> a foaf:Person;
  foaf:givenName "Richard"@en;
  foaf:familyName "Cyganiak"@en;
  rdfs:label "Richard Cyganiak"@en.
:me foaf:knows <http://richard.cyganiak.de/foaf.rdf#cygri>.

p:minh_dao_tran a foaf:Person;
  foaf:givenName "Minh"@en;
  foaf:familyName "Dao-Tran"@en;
  rdfs:label "Minh Dao-Tran"@en.
:me foaf:knows p:minh_dao_tran.

p:shima_dastgheib a foaf:Person;
  foaf:givenName "Shima"@en;
  foaf:familyName "Dastgheib"@en;
  rdfs:label "Shima Dastgheib"@en.
:me foaf:knows p:shima_dastgheib.

p:mathias_de_brouwer a foaf:Person;
  foaf:givenName "Mathias"@en;
  foaf:familyName "De Brouwer"@en;
  rdfs:label "Mathias De Brouwer"@en.
:me foaf:knows p:mathias_de_brouwer.

p:annelies_de_craene a foaf:Person;
  foaf:givenName "Annelies"@en;
  foaf:familyName "De Craene"@en;
  rdfs:label "Annelies De Craene"@en.
:me foaf:knows p:annelies_de_craene.

p:laurens_de_graeve a foaf:Person;
  foaf:givenName "Laurens"@en;
  foaf:familyName "De Graeve"@en;
  rdfs:label "Laurens De Graeve"@en.
:me foaf:knows p:laurens_de_graeve.

p:lieven_de_marez a foaf:Person;
  foaf:givenName "Lieven"@en;
  foaf:familyName "De Marez"@en;
  rdfs:label "Lieven De Marez"@en.
:me foaf:knows p:lieven_de_marez.

<http://ben.de-meester.org/#me> a foaf:Person;
  foaf:givenName "Ben"@en;
  foaf:familyName "De Meester"@en;
  rdfs:label "Ben De Meester"@en.
:me foaf:knows <http://ben.de-meester.org/#me>.

p:gertjan_de_mulder a foaf:Person;
  foaf:givenName "Gertjan"@en;
  foaf:familyName "De Mulder"@en;
  rdfs:label "Gertjan De Mulder"@en.
:me foaf:knows p:gertjan_de_mulder.

p:wesley_de_neve a foaf:Person;
  foaf:givenName "Wesley"@en;
  foaf:familyName "De Neve"@en;
  rdfs:label "Wesley De Neve"@en.
:me foaf:knows p:wesley_de_neve.

p:tom_de_nies a foaf:Person;
  foaf:givenName "Tom"@en;
  foaf:familyName "De Nies"@en;
  rdfs:label "Tom De Nies"@en.
:me foaf:knows p:tom_de_nies.

p:dieter_de_paepe a foaf:Person;
  foaf:givenName "Dieter"@en;
  foaf:familyName "De Paepe"@en;
  rdfs:label "Dieter De Paepe"@en.
:me foaf:knows p:dieter_de_paepe.

p:jeff_de_pons a foaf:Person;
  foaf:givenName "Jeff"@en;
  foaf:familyName "De Pons"@en;
  rdfs:label "Jeff De Pons"@en.
:me foaf:knows p:jeff_de_pons.

p:pieterjan_de_potter a foaf:Person;
  foaf:givenName "Pieterjan"@en;
  foaf:familyName "De Potter"@en;
  rdfs:label "Pieterjan De Potter"@en.
:me foaf:knows p:pieterjan_de_potter.

<https://josd.github.io/card.rdf#me> a foaf:Person;
  foaf:givenName "Jos"@en;
  foaf:familyName "De Roo"@en;
  rdfs:label "Jos De Roo"@en.
:me foaf:knows <https://josd.github.io/card.rdf#me>.

p:lennert_de_rouck a foaf:Person;
  foaf:givenName "Lennert"@en;
  foaf:familyName "De Rouck"@en;
  rdfs:label "Lennert De Rouck"@en.
:me foaf:knows p:lennert_de_rouck.

p:jitse_de_smet a foaf:Person;
  foaf:givenName "Jitse"@en;
  foaf:familyName "De Smet"@en;
  rdfs:label "Jitse De Smet"@en.
:me foaf:knows p:jitse_de_smet.

p:filip_de_turck a foaf:Person;
  foaf:givenName "Filip"@en;
  foaf:familyName "De Turck"@en;
  rdfs:label "Filip De Turck"@en.
:me foaf:knows p:filip_de_turck.

p:bjorn_de_vidts a foaf:Person;
  foaf:givenName "Björn"@en;
  foaf:familyName "De Vidts"@en;
  rdfs:label "Björn De Vidts"@en.
:me foaf:knows p:bjorn_de_vidts.

p:laurens_de_vocht a foaf:Person;
  foaf:givenName "Laurens"@en;
  foaf:familyName "De Vocht"@en;
  rdfs:label "Laurens De Vocht"@en.
:me foaf:knows p:laurens_de_vocht.

p:max_de_wilde a foaf:Person;
  foaf:givenName "Max"@en;
  foaf:familyName "De Wilde"@en;
  rdfs:label "Max De Wilde"@en.
:me foaf:knows p:max_de_wilde.

p:dieter_de_witte a foaf:Person;
  foaf:givenName "Dieter"@en;
  foaf:familyName "De Witte"@en;
  rdfs:label "Dieter De Witte"@en.
:me foaf:knows p:dieter_de_witte.

<https://www.thundr.be/profile/laurens.ttl#me> a foaf:Person;
  foaf:givenName "Laurens"@en;
  foaf:familyName "Debackere"@en;
  rdfs:label "Laurens Debackere"@en.
:me foaf:knows <https://www.thundr.be/profile/laurens.ttl#me>.

p:simon_debacq a foaf:Person;
  foaf:givenName "Simon"@en;
  foaf:familyName "Debacq"@en;
  rdfs:label "Simon Debacq"@en.
:me foaf:knows p:simon_debacq.

p:pedro_debevere a foaf:Person;
  foaf:givenName "Pedro"@en;
  foaf:familyName "Debevere"@en;
  rdfs:label "Pedro Debevere"@en.
:me foaf:knows p:pedro_debevere.

p:ruben_dedecker a foaf:Person;
  foaf:givenName "Ruben"@en;
  foaf:familyName "Dedecker"@en;
  rdfs:label "Ruben Dedecker"@en.
:me foaf:knows p:ruben_dedecker.

p:alexander_dejonghe a foaf:Person;
  foaf:givenName "Alexander"@en;
  foaf:familyName "Dejonghe"@en;
  rdfs:label "Alexander Dejonghe"@en.
:me foaf:knows p:alexander_dejonghe.

p:emanuele_della_valle a foaf:Person;
  foaf:givenName "Emanuele"@en;
  foaf:familyName "Della Valle"@en;
  rdfs:label "Emanuele Della Valle"@en.
:me foaf:knows p:emanuele_della_valle.

p:daniele_dell_aglio a foaf:Person;
  foaf:givenName "Daniele"@en;
  foaf:familyName "Dell’Aglio"@en;
  rdfs:label "Daniele Dell’Aglio"@en.
:me foaf:knows p:daniele_dell_aglio.

p:harm_delva a foaf:Person;
  foaf:givenName "Harm"@en;
  foaf:familyName "Delva"@en;
  rdfs:label "Harm Delva"@en.
:me foaf:knows p:harm_delva.

p:elena_demidova a foaf:Person;
  foaf:givenName "Elena"@en;
  foaf:familyName "Demidova"@en;
  rdfs:label "Elena Demidova"@en.
:me foaf:knows p:elena_demidova.

p:wim_dereuddre a foaf:Person;
  foaf:givenName "Wim"@en;
  foaf:familyName "Dereuddre"@en;
  rdfs:label "Wim Dereuddre"@en.
:me foaf:knows p:wim_dereuddre.

p:angelo_di_iorio a foaf:Person;
  foaf:givenName "Angelo"@en;
  foaf:familyName "Di Iorio"@en;
  rdfs:label "Angelo Di Iorio"@en.
:me foaf:knows p:angelo_di_iorio.

p:stefan_dietze a foaf:Person;
  foaf:givenName "Stefan"@en;
  foaf:familyName "Dietze"@en;
  rdfs:label "Stefan Dietze"@en.
:me foaf:knows p:stefan_dietze.

<https://natadimou.com/#me> a foaf:Person;
  foaf:givenName "Anastasia"@en;
  foaf:familyName "Dimou"@en;
  rdfs:label "Anastasia Dimou"@en.
:me foaf:knows <https://natadimou.com/#me>.

p:john_domingue a foaf:Person;
  foaf:givenName "John"@en;
  foaf:familyName "Domingue"@en;
  rdfs:label "John Domingue"@en.
:me foaf:knows p:john_domingue.

p:michel_dumontier a foaf:Person;
  foaf:givenName "Michel"@en;
  foaf:familyName "Dumontier"@en;
  rdfs:label "Michel Dumontier"@en.
:me foaf:knows p:michel_dumontier.

p:karel_d_haene a foaf:Person;
  foaf:givenName "Karel"@en;
  foaf:familyName "D’Haene"@en;
  rdfs:label "Karel D’Haene"@en.
:me foaf:knows p:karel_d_haene.

p:kurt_d_haene a foaf:Person;
  foaf:givenName "Kurt"@en;
  foaf:familyName "D’Haene"@en;
  rdfs:label "Kurt D’Haene"@en.
:me foaf:knows p:kurt_d_haene.

p:martin_ebner a foaf:Person;
  foaf:givenName "Martin"@en;
  foaf:familyName "Ebner"@en;
  rdfs:label "Martin Ebner"@en.
:me foaf:knows p:martin_ebner.

p:kai_eckert a foaf:Person;
  foaf:givenName "Kai"@en;
  foaf:familyName "Eckert"@en;
  rdfs:label "Kai Eckert"@en.
:me foaf:knows p:kai_eckert.

p:thomas_eiter a foaf:Person;
  foaf:givenName "Thomas"@en;
  foaf:familyName "Eiter"@en;
  rdfs:label "Thomas Eiter"@en.
:me foaf:knows p:thomas_eiter.

p:benoit_encelle a foaf:Person;
  foaf:givenName "Benoît"@en;
  foaf:familyName "Encelle"@en;
  rdfs:label "Benoît Encelle"@en.
:me foaf:knows p:benoit_encelle.

p:gokhan_ertaylan a foaf:Person;
  foaf:givenName "Gökhan"@en;
  foaf:familyName "Ertaylan"@en;
  rdfs:label "Gökhan Ertaylan"@en.
:me foaf:knows p:gokhan_ertaylan.

p:ruben_eschauzier a foaf:Person;
  foaf:givenName "Ruben"@en;
  foaf:familyName "Eschauzier"@en;
  rdfs:label "Ruben Eschauzier"@en.
:me foaf:knows p:ruben_eschauzier.

p:beatriz_esteves a foaf:Person;
  foaf:givenName "Beatriz"@en;
  foaf:familyName "Esteves"@en;
  rdfs:label "Beatriz Esteves"@en.
:me foaf:knows p:beatriz_esteves.

p:tom_evens a foaf:Person;
  foaf:givenName "Tom"@en;
  foaf:familyName "Evens"@en;
  rdfs:label "Tom Evens"@en.
:me foaf:knows p:tom_evens.

p:federico_facca a foaf:Person;
  foaf:givenName "Federico"@en;
  foaf:familyName "Facca"@en;
  rdfs:label "Federico Facca"@en.
:me foaf:knows p:federico_facca.

p:javier_d_fernandez a foaf:Person;
  foaf:givenName "Javier D."@en;
  foaf:familyName "Fernández"@en;
  rdfs:label "Javier D. Fernández"@en.
:me foaf:knows p:javier_d_fernandez.

p:erico_ferro a foaf:Person;
  foaf:givenName "Erico"@en;
  foaf:familyName "Ferro"@en;
  rdfs:label "Erico Ferro"@en.
:me foaf:knows p:erico_ferro.

p:agata_filipowska a foaf:Person;
  foaf:givenName "Agata"@en;
  foaf:familyName "Filipowska"@en;
  rdfs:label "Agata Filipowska"@en.
:me foaf:knows p:agata_filipowska.

p:peter_fischer a foaf:Person;
  foaf:givenName "Peter"@en;
  foaf:familyName "Fischer"@en;
  rdfs:label "Peter Fischer"@en.
:me foaf:knows p:peter_fischer.

p:giorgos_flouris a foaf:Person;
  foaf:givenName "Giorgos"@en;
  foaf:familyName "Flouris"@en;
  rdfs:label "Giorgos Flouris"@en.
:me foaf:knows p:giorgos_flouris.

p:pauline_folz a foaf:Person;
  foaf:givenName "Pauline"@en;
  foaf:familyName "Folz"@en;
  rdfs:label "Pauline Folz"@en.
:me foaf:knows p:pauline_folz.

p:kevin_ford a foaf:Person;
  foaf:givenName "Kevin"@en;
  foaf:familyName "Ford"@en;
  rdfs:label "Kevin Ford"@en.
:me foaf:knows p:kevin_ford.

p:markus_freudenberg a foaf:Person;
  foaf:givenName "Markus"@en;
  foaf:familyName "Freudenberg"@en;
  rdfs:label "Markus Freudenberg"@en.
:me foaf:knows p:markus_freudenberg.

p:joaquim_gabarro_valles a foaf:Person;
  foaf:givenName "Joaquim"@en;
  foaf:familyName "Gabarró Vallés"@en;
  rdfs:label "Joaquim Gabarró Vallés"@en.
:me foaf:knows p:joaquim_gabarro_valles.

p:anand_gavai a foaf:Person;
  foaf:givenName "Anand"@en;
  foaf:familyName "Gavai"@en;
  rdfs:label "Anand Gavai"@en.
:me foaf:knows p:anand_gavai.

p:arne_gevaert a foaf:Person;
  foaf:givenName "Arne"@en;
  foaf:familyName "Gevaert"@en;
  rdfs:label "Arne Gevaert"@en.
:me foaf:knows p:arne_gevaert.

p:george_giannakopoulos a foaf:Person;
  foaf:givenName "George"@en;
  foaf:familyName "Giannakopoulos"@en;
  rdfs:label "George Giannakopoulos"@en.
:me foaf:knows p:george_giannakopoulos.

p:frederic_godin a foaf:Person;
  foaf:givenName "Fréderic"@en;
  foaf:familyName "Godin"@en;
  rdfs:label "Fréderic Godin"@en.
:me foaf:knows p:frederic_godin.

p:stijn_goedertier a foaf:Person;
  foaf:givenName "Stijn"@en;
  foaf:familyName "Goedertier"@en;
  rdfs:label "Stijn Goedertier"@en.
:me foaf:knows p:stijn_goedertier.

p:naman_goel a foaf:Person;
  foaf:givenName "Naman"@en;
  foaf:familyName "Goel"@en;
  rdfs:label "Naman Goel"@en.
:me foaf:knows p:naman_goel.

p:simon_gottschalk a foaf:Person;
  foaf:givenName "Simon"@en;
  foaf:familyName "Gottschalk"@en;
  rdfs:label "Simon Gottschalk"@en.
:me foaf:knows p:simon_gottschalk.

p:guido_governatori a foaf:Person;
  foaf:givenName "Guido"@en;
  foaf:familyName "Governatori"@en;
  rdfs:label "Guido Governatori"@en.
:me foaf:knows p:guido_governatori.

p:arnaud_grall a foaf:Person;
  foaf:givenName "Arnaud"@en;
  foaf:familyName "Grall"@en;
  rdfs:label "Arnaud Grall"@en.
:me foaf:knows p:arnaud_grall.

p:alasdair_j_g_gray a foaf:Person;
  foaf:givenName "Alasdair J. G."@en;
  foaf:familyName "Gray"@en;
  rdfs:label "Alasdair J. G. Gray"@en.
:me foaf:knows p:alasdair_j_g_gray.

p:paul_groth a foaf:Person;
  foaf:givenName "Paul"@en;
  foaf:familyName "Groth"@en;
  rdfs:label "Paul Groth"@en.
:me foaf:knows p:paul_groth.

p:stepien_grzegorz a foaf:Person;
  foaf:givenName "Stepien"@en;
  foaf:familyName "Grzegorz"@en;
  rdfs:label "Stepien Grzegorz"@en.
:me foaf:knows p:stepien_grzegorz.

p:rebecca_guenther a foaf:Person;
  foaf:givenName "Rebecca"@en;
  foaf:familyName "Guenther"@en;
  rdfs:label "Rebecca Guenther"@en.
:me foaf:knows p:rebecca_guenther.

p:shubham_gupta a foaf:Person;
  foaf:givenName "Shubham"@en;
  foaf:familyName "Gupta"@en;
  rdfs:label "Shubham Gupta"@en.
:me foaf:knows p:shubham_gupta.

<https://rhiaro.co.uk/#me> a foaf:Person;
  foaf:givenName "Amy"@en;
  foaf:familyName "Guy"@en;
  rdfs:label "Amy Guy"@en.
:me foaf:knows <https://rhiaro.co.uk/#me>.

p:amelie_gyrard a foaf:Person;
  foaf:givenName "Amelie"@en;
  foaf:familyName "Gyrard"@en;
  rdfs:label "Amelie Gyrard"@en.
:me foaf:knows p:amelie_gyrard.

p:vincent_haerinck a foaf:Person;
  foaf:givenName "Vincent"@en;
  foaf:familyName "Haerinck"@en;
  rdfs:label "Vincent Haerinck"@en.
:me foaf:knows p:vincent_haerinck.

p:gerald_haesendonck a foaf:Person;
  foaf:givenName "Gerald"@en;
  foaf:familyName "Haesendonck"@en;
  rdfs:label "Gerald Haesendonck"@en.
:me foaf:knows p:gerald_haesendonck.

p:karl_hammar a foaf:Person;
  foaf:givenName "Karl"@en;
  foaf:familyName "Hammar"@en;
  rdfs:label "Karl Hammar"@en.
:me foaf:knows p:karl_hammar.

p:jonni_hanski a foaf:Person;
  foaf:givenName "Jonni"@en;
  foaf:familyName "Hanski"@en;
  rdfs:label "Jonni Hanski"@en.
:me foaf:knows p:jonni_hanski.

<http://harth.org/andreas/foaf#ah> a foaf:Person;
  foaf:givenName "Andreas"@en;
  foaf:familyName "Harth"@en;
  rdfs:label "Andreas Harth"@en.
:me foaf:knows <http://harth.org/andreas/foaf#ah>.

<http://olafhartig.de/foaf.rdf#olaf> a foaf:Person;
  foaf:givenName "Olaf"@en;
  foaf:familyName "Hartig"@en;
  rdfs:label "Olaf Hartig"@en.
:me foaf:knows <http://olafhartig.de/foaf.rdf#olaf>.

<http://mhausenblas.info/#i> a foaf:Person;
  foaf:givenName "Michael"@en;
  foaf:familyName "Hausenblas"@en;
  rdfs:label "Michael Hausenblas"@en.
:me foaf:knows <http://mhausenblas.info/#i>.

p:laurence_hauttekeete a foaf:Person;
  foaf:givenName "Laurence"@en;
  foaf:familyName "Hauttekeete"@en;
  rdfs:label "Laurence Hauttekeete"@en.
:me foaf:knows p:laurence_hauttekeete.

p:sebastian_hellmann a foaf:Person;
  foaf:givenName "Sebastian"@en;
  foaf:familyName "Hellmann"@en;
  rdfs:label "Sebastian Hellmann"@en.
:me foaf:knows p:sebastian_hellmann.

p:simon_hengchen a foaf:Person;
  foaf:givenName "Simon"@en;
  foaf:familyName "Hengchen"@en;
  rdfs:label "Simon Hengchen"@en.
:me foaf:knows p:simon_hengchen.

p:johannes_hercher a foaf:Person;
  foaf:givenName "Johannes"@en;
  foaf:familyName "Hercher"@en;
  rdfs:label "Johannes Hercher"@en.
:me foaf:knows p:johannes_hercher.

p:aron_levi_herregodts a foaf:Person;
  foaf:givenName "Aron-Levi"@en;
  foaf:familyName "Herregodts"@en;
  rdfs:label "Aron-Levi Herregodts"@en.
:me foaf:knows p:aron_levi_herregodts.

<https://pieterheyvaert.com/#me> a foaf:Person;
  foaf:givenName "Pieter"@en;
  foaf:familyName "Heyvaert"@en;
  rdfs:label "Pieter Heyvaert"@en.
:me foaf:knows <https://pieterheyvaert.com/#me>.

p:pascal_hitzler a foaf:Person;
  foaf:givenName "Pascal"@en;
  foaf:familyName "Hitzler"@en;
  rdfs:label "Pascal Hitzler"@en.
:me foaf:knows p:pascal_hitzler.

p:patrick_hochstenbach a foaf:Person;
  foaf:givenName "Patrick"@en;
  foaf:familyName "Hochstenbach"@en;
  rdfs:label "Patrick Hochstenbach"@en.
:me foaf:knows p:patrick_hochstenbach.

p:aidan_hogan a foaf:Person;
  foaf:givenName "Aidan"@en;
  foaf:familyName "Hogan"@en;
  rdfs:label "Aidan Hogan"@en.
:me foaf:knows p:aidan_hogan.

p:seth_van_hooland a foaf:Person;
  foaf:givenName "Seth"@en;
  foaf:familyName "van Hooland"@en;
  rdfs:label "Seth van Hooland"@en.
:me foaf:knows p:seth_van_hooland.

p:katja_hose a foaf:Person;
  foaf:givenName "Katja"@en;
  foaf:familyName "Hose"@en;
  rdfs:label "Katja Hose"@en.
:me foaf:knows p:katja_hose.

p:raphael_hubain a foaf:Person;
  foaf:givenName "Raphael"@en;
  foaf:familyName "Hubain"@en;
  rdfs:label "Raphael Hubain"@en.
:me foaf:knows p:raphael_hubain.

p:cynric_huys a foaf:Person;
  foaf:givenName "Cynric"@en;
  foaf:familyName "Huys"@en;
  rdfs:label "Cynric Huys"@en.
:me foaf:knows p:cynric_huys.

p:nadine_inhelder a foaf:Person;
  foaf:givenName "Nadine"@en;
  foaf:familyName "Inhelder"@en;
  rdfs:label "Nadine Inhelder"@en.
:me foaf:knows p:nadine_inhelder.

p:kathleen_jagodnik a foaf:Person;
  foaf:givenName "Kathleen"@en;
  foaf:familyName "Jagodnik"@en;
  rdfs:label "Kathleen Jagodnik"@en.
:me foaf:knows p:kathleen_jagodnik.

p:olivier_janssens a foaf:Person;
  foaf:givenName "Olivier"@en;
  foaf:familyName "Janssens"@en;
  rdfs:label "Olivier Janssens"@en.
:me foaf:knows p:olivier_janssens.

p:geroen_joris a foaf:Person;
  foaf:givenName "Geroen"@en;
  foaf:familyName "Joris"@en;
  rdfs:label "Geroen Joris"@en.
:me foaf:knows p:geroen_joris.

p:rajaram_kaliyaperumal a foaf:Person;
  foaf:givenName "Rajaram"@en;
  foaf:familyName "Kaliyaperumal"@en;
  rdfs:label "Rajaram Kaliyaperumal"@en.
:me foaf:knows p:rajaram_kaliyaperumal.

p:fleur_d_l_kelpin a foaf:Person;
  foaf:givenName "Fleur D. L."@en;
  foaf:familyName "Kelpin"@en;
  rdfs:label "Fleur D. L. Kelpin"@en.
:me foaf:knows p:fleur_d_l_kelpin.

p:bas_ketsman a foaf:Person;
  foaf:givenName "Bas"@en;
  foaf:familyName "Ketsman"@en;
  rdfs:label "Bas Ketsman"@en.
:me foaf:knows p:bas_ketsman.

p:sabrina_kirrane a foaf:Person;
  foaf:givenName "Sabrina"@en;
  foaf:familyName "Kirrane"@en;
  rdfs:label "Sabrina Kirrane"@en.
:me foaf:knows p:sabrina_kirrane.

p:marlin_kisia a foaf:Person;
  foaf:givenName "Marlin"@en;
  foaf:familyName "Kisia"@en;
  rdfs:label "Marlin Kisia"@en.
:me foaf:knows p:marlin_kisia.

<https://solid.kjernsmo.net/profile/card#me> a foaf:Person;
  foaf:givenName "Kjetil"@en;
  foaf:familyName "Kjernsmo"@en;
  rdfs:label "Kjetil Kjernsmo"@en.
:me foaf:knows <https://solid.kjernsmo.net/profile/card#me>.

p:martin_klein a foaf:Person;
  foaf:givenName "Martin"@en;
  foaf:familyName "Klein"@en;
  rdfs:label "Martin Klein"@en.
:me foaf:knows p:martin_klein.

p:kenny_knecht a foaf:Person;
  foaf:givenName "Kenny"@en;
  foaf:familyName "Knecht"@en;
  rdfs:label "Kenny Knecht"@en.
:me foaf:knows p:kenny_knecht.

p:craig_knoblock a foaf:Person;
  foaf:givenName "Craig"@en;
  foaf:familyName "Knoblock"@en;
  rdfs:label "Craig Knoblock"@en.
:me foaf:knows p:craig_knoblock.

p:bruno_koninckx a foaf:Person;
  foaf:givenName "Bruno"@en;
  foaf:familyName "Koninckx"@en;
  rdfs:label "Bruno Koninckx"@en.
:me foaf:knows p:bruno_koninckx.

p:dimitris_kontokostas a foaf:Person;
  foaf:givenName "Dimitris"@en;
  foaf:familyName "Kontokostas"@en;
  rdfs:label "Dimitris Kontokostas"@en.
:me foaf:knows p:dimitris_kontokostas.

p:simon_koplev a foaf:Person;
  foaf:givenName "Simon"@en;
  foaf:familyName "Koplev"@en;
  rdfs:label "Simon Koplev"@en.
:me foaf:knows p:simon_koplev.

p:gabor_korodi a foaf:Person;
  foaf:givenName "Gabor"@en;
  foaf:familyName "Korodi"@en;
  rdfs:label "Gabor Korodi"@en.
:me foaf:knows p:gabor_korodi.

p:manolis_koubarakis a foaf:Person;
  foaf:givenName "Manolis"@en;
  foaf:familyName "Koubarakis"@en;
  rdfs:label "Manolis Koubarakis"@en.
:me foaf:knows p:manolis_koubarakis.

p:matthias_kovatsch a foaf:Person;
  foaf:givenName "Matthias"@en;
  foaf:familyName "Kovatsch"@en;
  rdfs:label "Matthias Kovatsch"@en.
:me foaf:knows p:matthias_kovatsch.

p:michael_krauthammer a foaf:Person;
  foaf:givenName "Michael"@en;
  foaf:familyName "Krauthammer"@en;
  rdfs:label "Michael Krauthammer"@en.
:me foaf:knows p:michael_krauthammer.

p:markus_krotzsch a foaf:Person;
  foaf:givenName "Markus"@en;
  foaf:familyName "Krötzsch"@en;
  rdfs:label "Markus Krötzsch"@en.
:me foaf:knows p:markus_krotzsch.

p:tobias_kuhn a foaf:Person;
  foaf:givenName "Tobias"@en;
  foaf:familyName "Kuhn"@en;
  rdfs:label "Tobias Kuhn"@en.
:me foaf:knows p:tobias_kuhn.

p:gabriela_kurteva a foaf:Person;
  foaf:givenName "Gabriela"@en;
  foaf:familyName "Kurteva"@en;
  rdfs:label "Gabriela Kurteva"@en.
:me foaf:knows p:gabriela_kurteva.

p:thomas_kurz a foaf:Person;
  foaf:givenName "Thomas"@en;
  foaf:familyName "Kurz"@en;
  rdfs:label "Thomas Kurz"@en.
:me foaf:knows p:thomas_kurz.

p:arnold_kuzniar a foaf:Person;
  foaf:givenName "Arnold"@en;
  foaf:familyName "Kuzniar"@en;
  rdfs:label "Arnold Kuzniar"@en.
:me foaf:knows p:arnold_kuzniar.

p:christoph_lange a foaf:Person;
  foaf:givenName "Christoph"@en;
  foaf:familyName "Lange"@en;
  rdfs:label "Christoph Lange"@en.
:me foaf:knows p:christoph_lange.

p:nelia_lasierra a foaf:Person;
  foaf:givenName "Nelia"@en;
  foaf:familyName "Lasierra"@en;
  rdfs:label "Nelia Lasierra"@en.
:me foaf:knows p:nelia_lasierra.

p:danh_le_phuoc a foaf:Person;
  foaf:givenName "Danh"@en;
  foaf:familyName "Le Phuoc"@en;
  rdfs:label "Danh Le Phuoc"@en.
:me foaf:knows p:danh_le_phuoc.

p:freddy_lecue a foaf:Person;
  foaf:givenName "Freddy"@en;
  foaf:familyName "Lecue"@en;
  rdfs:label "Freddy Lecue"@en.
:me foaf:knows p:freddy_lecue.

p:jens_lehmann a foaf:Person;
  foaf:givenName "Jens"@en;
  foaf:familyName "Lehmann"@en;
  rdfs:label "Jens Lehmann"@en.
:me foaf:knows p:jens_lehmann.

p:felix_leif_keppmann a foaf:Person;
  foaf:givenName "Felix"@en;
  foaf:familyName "Leif Keppmann"@en;
  rdfs:label "Felix Leif Keppmann"@en.
:me foaf:knows p:felix_leif_keppmann.

p:philip_leroux a foaf:Person;
  foaf:givenName "Philip"@en;
  foaf:familyName "Leroux"@en;
  rdfs:label "Philip Leroux"@en.
:me foaf:knows p:philip_leroux.

<https://sven-lieber.org/profile#me> a foaf:Person;
  foaf:givenName "Sven"@en;
  foaf:familyName "Lieber"@en;
  rdfs:label "Sven Lieber"@en.
:me foaf:knows <https://sven-lieber.org/profile#me>.

p:alejandro_llaves a foaf:Person;
  foaf:givenName "Alejandro"@en;
  foaf:familyName "Llaves"@en;
  rdfs:label "Alejandro Llaves"@en.
:me foaf:knows p:alejandro_llaves.

p:sara_logghe a foaf:Person;
  foaf:givenName "Sara"@en;
  foaf:familyName "Logghe"@en;
  rdfs:label "Sara Logghe"@en.
:me foaf:knows p:sara_logghe.

p:nikolaos_loutas a foaf:Person;
  foaf:givenName "Nikolaos"@en;
  foaf:familyName "Loutas"@en;
  rdfs:label "Nikolaos Loutas"@en.
:me foaf:knows p:nikolaos_loutas.

p:nixon_lyndon a foaf:Person;
  foaf:givenName "Nixon"@en;
  foaf:familyName "Lyndon"@en;
  rdfs:label "Nixon Lyndon"@en.
:me foaf:knows p:nixon_lyndon.

p:ravi_madduri a foaf:Person;
  foaf:givenName "Ravi"@en;
  foaf:familyName "Madduri"@en;
  rdfs:label "Ravi Madduri"@en.
:me foaf:knows p:ravi_madduri.

p:sara_magliacane a foaf:Person;
  foaf:givenName "Sara"@en;
  foaf:familyName "Magliacane"@en;
  rdfs:label "Sara Magliacane"@en.
:me foaf:knows p:sara_magliacane.

p:thibault_mahieu a foaf:Person;
  foaf:givenName "Thibault"@en;
  foaf:familyName "Mahieu"@en;
  rdfs:label "Thibault Mahieu"@en.
:me foaf:knows p:thibault_mahieu.

p:simon_maier a foaf:Person;
  foaf:givenName "Simon"@en;
  foaf:familyName "Maier"@en;
  rdfs:label "Simon Maier"@en.
:me foaf:knows p:simon_maier.

p:maria_makridaki a foaf:Person;
  foaf:givenName "Maria"@en;
  foaf:familyName "Makridaki"@en;
  rdfs:label "Maria Makridaki"@en.
:me foaf:knows p:maria_makridaki.

p:maria_maleshkova a foaf:Person;
  foaf:givenName "Maria"@en;
  foaf:familyName "Maleshkova"@en;
  rdfs:label "Maria Maleshkova"@en.
:me foaf:knows p:maria_maleshkova.

p:erik_mannens a foaf:Person;
  foaf:givenName "Erik"@en;
  foaf:familyName "Mannens"@en;
  rdfs:label "Erik Mannens"@en.
:me foaf:knows p:erik_mannens.

p:bert_marcelis a foaf:Person;
  foaf:givenName "Bert"@en;
  foaf:familyName "Marcelis"@en;
  rdfs:label "Bert Marcelis"@en.
:me foaf:knows p:bert_marcelis.

p:wouter_maroy a foaf:Person;
  foaf:givenName "Wouter"@en;
  foaf:familyName "Maroy"@en;
  rdfs:label "Wouter Maroy"@en.
:me foaf:knows p:wouter_maroy.

p:jesse_marsh a foaf:Person;
  foaf:givenName "Jesse"@en;
  foaf:familyName "Marsh"@en;
  rdfs:label "Jesse Marsh"@en.
:me foaf:knows p:jesse_marsh.

p:gaetan_martens a foaf:Person;
  foaf:givenName "Gaëtan"@en;
  foaf:familyName "Martens"@en;
  rdfs:label "Gaëtan Martens"@en.
:me foaf:knows p:gaetan_martens.

p:tobias_maschler a foaf:Person;
  foaf:givenName "Tobias"@en;
  foaf:familyName "Maschler"@en;
  rdfs:label "Tobias Maschler"@en.
:me foaf:knows p:tobias_maschler.

p:luca_matteis a foaf:Person;
  foaf:givenName "Luca"@en;
  foaf:familyName "Matteis"@en;
  rdfs:label "Luca Matteis"@en.
:me foaf:knows p:luca_matteis.

p:friedemann_mattern a foaf:Person;
  foaf:givenName "Friedemann"@en;
  foaf:familyName "Mattern"@en;
  rdfs:label "Friedemann Mattern"@en.
:me foaf:knows p:friedemann_mattern.

p:simon_mayer a foaf:Person;
  foaf:givenName "Simon"@en;
  foaf:familyName "Mayer"@en;
  rdfs:label "Simon Mayer"@en.
:me foaf:knows p:simon_mayer.

p:avi_ma_ayan a foaf:Person;
  foaf:givenName "Avi"@en;
  foaf:familyName "Ma’ayan"@en;
  rdfs:label "Avi Ma’ayan"@en.
:me foaf:knows p:avi_ma_ayan.

p:neil_mckenna a foaf:Person;
  foaf:givenName "Neil"@en;
  foaf:familyName "McKenna"@en;
  rdfs:label "Neil McKenna"@en.
:me foaf:knows p:neil_mckenna.

p:peter_mechant a foaf:Person;
  foaf:givenName "Peter"@en;
  foaf:familyName "Mechant"@en;
  rdfs:label "Peter Mechant"@en.
:me foaf:knows p:peter_mechant.

p:giovanni_mels a foaf:Person;
  foaf:givenName "Giovanni"@en;
  foaf:familyName "Mels"@en;
  rdfs:label "Giovanni Mels"@en.
:me foaf:knows p:giovanni_mels.

p:robert_meusel a foaf:Person;
  foaf:givenName "Robert"@en;
  foaf:familyName "Meusel"@en;
  rdfs:label "Robert Meusel"@en.
:me foaf:knows p:robert_meusel.

p:danius_michaelides a foaf:Person;
  foaf:givenName "Danius"@en;
  foaf:familyName "Michaelides"@en;
  rdfs:label "Danius Michaelides"@en.
:me foaf:knows p:danius_michaelides.

p:philippe_michiels a foaf:Person;
  foaf:givenName "Philippe"@en;
  foaf:familyName "Michiels"@en;
  rdfs:label "Philippe Michiels"@en.
:me foaf:knows p:philippe_michiels.

p:maarten_de_mildt a foaf:Person;
  foaf:givenName "Maarten"@en;
  foaf:familyName "de Mildt"@en;
  rdfs:label "Maarten de Mildt"@en.
:me foaf:knows p:maarten_de_mildt.

p:pascal_molli a foaf:Person;
  foaf:givenName "Pascal"@en;
  foaf:familyName "Molli"@en;
  rdfs:label "Pascal Molli"@en.
:me foaf:knows p:pascal_molli.

p:elena_montiel_ponsoda a foaf:Person;
  foaf:givenName "Elena"@en;
  foaf:familyName "Montiel Ponsoda"@en;
  rdfs:label "Elena Montiel Ponsoda"@en.
:me foaf:knows p:elena_montiel_ponsoda.

p:gabriela_montoya a foaf:Person;
  foaf:givenName "Gabriela"@en;
  foaf:familyName "Montoya"@en;
  rdfs:label "Gabriela Montoya"@en.
:me foaf:knows p:gabriela_montoya.

<http://dbpedia.org/resource/Luc_Moreau> a foaf:Person;
  foaf:givenName "Luc"@en;
  foaf:familyName "Moreau"@en;
  rdfs:label "Luc Moreau"@en.
:me foaf:knows <http://dbpedia.org/resource/Luc_Moreau>.

p:dilvan_moreira a foaf:Person;
  foaf:givenName "Dilvan"@en;
  foaf:familyName "Moreira"@en;
  rdfs:label "Dilvan Moreira"@en.
:me foaf:knows p:dilvan_moreira.

p:meike_morren a foaf:Person;
  foaf:givenName "Meike"@en;
  foaf:familyName "Morren"@en;
  rdfs:label "Meike Morren"@en.
:me foaf:knows p:meike_morren.

p:katrien_mostaert a foaf:Person;
  foaf:givenName "Katrien"@en;
  foaf:familyName "Mostaert"@en;
  rdfs:label "Katrien Mostaert"@en.
:me foaf:knows p:katrien_mostaert.

<http://liris.cnrs.fr/~mmrissa/foaf.rdf#mm> a foaf:Person;
  foaf:givenName "Michael"@en;
  foaf:familyName "Mrissa"@en;
  rdfs:label "Michael Mrissa"@en.
:me foaf:knows <http://liris.cnrs.fr/~mmrissa/foaf.rdf#mm>.

p:erik_m_van_mulligen a foaf:Person;
  foaf:givenName "Erik M."@en;
  foaf:familyName "van Mulligen"@en;
  rdfs:label "Erik M. van Mulligen"@en.
:me foaf:knows p:erik_m_van_mulligen.

p:hannes_muhleisen a foaf:Person;
  foaf:givenName "Hannes"@en;
  foaf:familyName "Mühleisen"@en;
  rdfs:label "Hannes Mühleisen"@en.
:me foaf:knows p:hannes_muhleisen.

p:axel_cyrille_ngonga_ngomo a foaf:Person;
  foaf:givenName "Axel-Cyrille"@en;
  foaf:familyName "Ngonga Ngomo"@en;
  rdfs:label "Axel-Cyrille Ngonga Ngomo"@en.
:me foaf:knows p:axel_cyrille_ngonga_ngomo.

p:lander_noterman a foaf:Person;
  foaf:givenName "Lander"@en;
  foaf:familyName "Noterman"@en;
  rdfs:label "Lander Noterman"@en.
:me foaf:knows p:lander_noterman.

p:lucila_ohno_machado a foaf:Person;
  foaf:givenName "Lucila"@en;
  foaf:familyName "Ohno-Machado"@en;
  rdfs:label "Lucila Ohno-Machado"@en.
:me foaf:knows p:lucila_ohno_machado.

p:femke_ongena a foaf:Person;
  foaf:givenName "Femke"@en;
  foaf:familyName "Ongena"@en;
  rdfs:label "Femke Ongena"@en.
:me foaf:knows p:femke_ongena.

p:femke_ongenae a foaf:Person;
  foaf:givenName "Femke"@en;
  foaf:familyName "Ongenae"@en;
  rdfs:label "Femke Ongenae"@en.
:me foaf:knows p:femke_ongenae.

p:leandro_ordonez_ante a foaf:Person;
  foaf:givenName "Leandro"@en;
  foaf:familyName "Ordóñez-Ante"@en;
  rdfs:label "Leandro Ordóñez-Ante"@en.
:me foaf:knows p:leandro_ordonez_ante.

p:benedict_paten a foaf:Person;
  foaf:givenName "Benedict"@en;
  foaf:familyName "Paten"@en;
  rdfs:label "Benedict Paten"@en.
:me foaf:knows p:benedict_paten.

p:theodore_patkos a foaf:Person;
  foaf:givenName "Theodore"@en;
  foaf:familyName "Patkos"@en;
  rdfs:label "Theodore Patkos"@en.
:me foaf:knows p:theodore_patkos.

p:filip_pattyn a foaf:Person;
  foaf:givenName "Filip"@en;
  foaf:familyName "Pattyn"@en;
  rdfs:label "Filip Pattyn"@en.
:me foaf:knows p:filip_pattyn.

p:heiko_paulheim a foaf:Person;
  foaf:givenName "Heiko"@en;
  foaf:familyName "Paulheim"@en;
  rdfs:label "Heiko Paulheim"@en.
:me foaf:knows p:heiko_paulheim.

p:pieter_pauwels a foaf:Person;
  foaf:givenName "Pieter"@en;
  foaf:familyName "Pauwels"@en;
  rdfs:label "Pieter Pauwels"@en.
:me foaf:knows p:pieter_pauwels.

p:carlos_pedrinaci a foaf:Person;
  foaf:givenName "Carlos"@en;
  foaf:familyName "Pedrinaci"@en;
  rdfs:label "Carlos Pedrinaci"@en.
:me foaf:knows p:carlos_pedrinaci.

p:vassilios_peristeras a foaf:Person;
  foaf:givenName "Vassilios"@en;
  foaf:familyName "Peristeras"@en;
  rdfs:label "Vassilios Peristeras"@en.
:me foaf:knows p:vassilios_peristeras.

p:peter_van_der_perre a foaf:Person;
  foaf:givenName "Peter"@en;
  foaf:familyName "Van der Perre"@en;
  rdfs:label "Peter Van der Perre"@en.
:me foaf:knows p:peter_van_der_perre.

p:sebastien_peyrard a foaf:Person;
  foaf:givenName "Sébastien"@en;
  foaf:familyName "Peyrard"@en;
  rdfs:label "Sébastien Peyrard"@en.
:me foaf:knows p:sebastien_peyrard.

p:marcin_pilarczyk a foaf:Person;
  foaf:givenName "Marcin"@en;
  foaf:familyName "Pilarczyk"@en;
  rdfs:label "Marcin Pilarczyk"@en.
:me foaf:knows p:marcin_pilarczyk.

p:ajay_pillai a foaf:Person;
  foaf:givenName "Ajay"@en;
  foaf:familyName "Pillai"@en;
  rdfs:label "Ajay Pillai"@en.
:me foaf:knows p:ajay_pillai.

p:peipei_ping a foaf:Person;
  foaf:givenName "Peipei"@en;
  foaf:familyName "Ping"@en;
  rdfs:label "Peipei Ping"@en.
:me foaf:knows p:peipei_ping.

p:sofia_pinto a foaf:Person;
  foaf:givenName "Sofia"@en;
  foaf:familyName "Pinto"@en;
  rdfs:label "Sofia Pinto"@en.
:me foaf:knows p:sofia_pinto.

<http://www.polleres.net/foaf.rdf#me> a foaf:Person;
  foaf:givenName "Axel"@en;
  foaf:familyName "Polleres"@en;
  rdfs:label "Axel Polleres"@en.
:me foaf:knows <http://www.polleres.net/foaf.rdf#me>.

p:chris_poppe a foaf:Person;
  foaf:givenName "Chris"@en;
  foaf:familyName "Poppe"@en;
  rdfs:label "Chris Poppe"@en.
:me foaf:knows p:chris_poppe.

p:freddy_priyatna a foaf:Person;
  foaf:givenName "Freddy"@en;
  foaf:familyName "Priyatna"@en;
  rdfs:label "Freddy Priyatna"@en.
:me foaf:knows p:freddy_priyatna.

p:yannick_prie a foaf:Person;
  foaf:givenName "Yannick"@en;
  foaf:familyName "Prié"@en;
  rdfs:label "Yannick Prié"@en.
:me foaf:knows p:yannick_prie.

p:nuria_queralt_rosinach a foaf:Person;
  foaf:givenName "Núria"@en;
  foaf:familyName "Queralt-Rosinach"@en;
  rdfs:label "Núria Queralt-Rosinach"@en.
:me foaf:knows p:nuria_queralt_rosinach.

p:jose_luis_redondo_garcia a foaf:Person;
  foaf:givenName "José Luis"@en;
  foaf:familyName "Redondo Garcia"@en;
  rdfs:label "José Luis Redondo Garcia"@en.
:me foaf:knows p:jose_luis_redondo_garcia.

<http://lodlaundromat.org/resource/person/laurens_rietveld> a foaf:Person;
  foaf:givenName "Laurens"@en;
  foaf:familyName "Rietveld"@en;
  rdfs:label "Laurens Rietveld"@en.
:me foaf:knows <http://lodlaundromat.org/resource/person/laurens_rietveld>.

p:petar_ristoski a foaf:Person;
  foaf:givenName "Petar"@en;
  foaf:familyName "Ristoski"@en;
  rdfs:label "Petar Ristoski"@en.
:me foaf:knows p:petar_ristoski.

p:dominique_ritze a foaf:Person;
  foaf:givenName "Dominique"@en;
  foaf:familyName "Ritze"@en;
  rdfs:label "Dominique Ritze"@en.
:me foaf:knows p:dominique_ritze.

p:giuseppe_rizzo a foaf:Person;
  foaf:givenName "Giuseppe"@en;
  foaf:familyName "Rizzo"@en;
  rdfs:label "Giuseppe Rizzo"@en.
:me foaf:knows p:giuseppe_rizzo.

p:v_rodriguez_doncel a foaf:Person;
  foaf:givenName "V."@en;
  foaf:familyName "Rodriguez-Doncel"@en;
  rdfs:label "V. Rodriguez-Doncel"@en.
:me foaf:knows p:v_rodriguez_doncel.

p:philipp_rohde a foaf:Person;
  foaf:givenName "Philipp"@en;
  foaf:familyName "Rohde"@en;
  rdfs:label "Philipp Rohde"@en.
:me foaf:knows p:philipp_rohde.

<https://julianrojas.org/#me> a foaf:Person;
  foaf:givenName "Julián"@en;
  foaf:familyName "Rojas Meléndez"@en;
  rdfs:label "Julián Rojas Meléndez"@en.
:me foaf:knows <https://julianrojas.org/#me>.

p:julian_andres_rojas_melendez a foaf:Person;
  foaf:givenName "Julián Andrés"@en;
  foaf:familyName "Rojas Meléndez"@en;
  rdfs:label "Julián Andrés Rojas Meléndez"@en.
:me foaf:knows p:julian_andres_rojas_melendez.

p:mohsen_rouached a foaf:Person;
  foaf:givenName "Mohsen"@en;
  foaf:familyName "Rouached"@en;
  rdfs:label "Mohsen Rouached"@en.
:me foaf:knows p:mohsen_rouached.

p:yannis_roussakis a foaf:Person;
  foaf:givenName "Yannis"@en;
  foaf:familyName "Roussakis"@en;
  rdfs:label "Yannis Roussakis"@en.
:me foaf:knows p:yannis_roussakis.

p:dedecker_ruben a foaf:Person;
  foaf:givenName "Dedecker"@en;
  foaf:familyName "Ruben"@en;
  rdfs:label "Dedecker Ruben"@en.
:me foaf:knows p:dedecker_ruben.

p:muhammad_saleem a foaf:Person;
  foaf:givenName "Muhammad"@en;
  foaf:familyName "Saleem"@en;
  rdfs:label "Muhammad Saleem"@en.
:me foaf:knows p:muhammad_saleem.

p:frank_salliau a foaf:Person;
  foaf:givenName "Frank"@en;
  foaf:familyName "Salliau"@en;
  rdfs:label "Frank Salliau"@en.
:me foaf:knows p:frank_salliau.

p:georgios_samaritakis a foaf:Person;
  foaf:givenName "Georgios"@en;
  foaf:familyName "Samaritakis"@en;
  rdfs:label "Georgios Samaritakis"@en.
:me foaf:knows p:georgios_samaritakis.

p:andrei_sambra a foaf:Person;
  foaf:givenName "Andrei"@en;
  foaf:familyName "Sambra"@en;
  rdfs:label "Andrei Sambra"@en.
:me foaf:knows p:andrei_sambra.

p:jeroen_schaballie a foaf:Person;
  foaf:givenName "Jeroen"@en;
  foaf:familyName "Schaballie"@en;
  rdfs:label "Jeroen Schaballie"@en.
:me foaf:knows p:jeroen_schaballie.

p:kai_schlegel a foaf:Person;
  foaf:givenName "Kai"@en;
  foaf:familyName "Schlegel"@en;
  rdfs:label "Kai Schlegel"@en.
:me foaf:knows p:kai_schlegel.

p:stefan_schlobach a foaf:Person;
  foaf:givenName "Stefan"@en;
  foaf:familyName "Schlobach"@en;
  rdfs:label "Stefan Schlobach"@en.
:me foaf:knows p:stefan_schlobach.

p:tom_schrijvers a foaf:Person;
  foaf:givenName "Tom"@en;
  foaf:familyName "Schrijvers"@en;
  rdfs:label "Tom Schrijvers"@en.
:me foaf:knows p:tom_schrijvers.

p:erik_schultes a foaf:Person;
  foaf:givenName "Erik"@en;
  foaf:familyName "Schultes"@en;
  rdfs:label "Erik Schultes"@en.
:me foaf:knows p:erik_schultes.

p:dimitri_schuurman a foaf:Person;
  foaf:givenName "Dimitri"@en;
  foaf:familyName "Schuurman"@en;
  rdfs:label "Dimitri Schuurman"@en.
:me foaf:knows p:dimitri_schuurman.

p:stephan_schurer a foaf:Person;
  foaf:givenName "Stephan"@en;
  foaf:familyName "Schürer"@en;
  rdfs:label "Stephan Schürer"@en.
:me foaf:knows p:stephan_schurer.

p:gayane_sedrakyan a foaf:Person;
  foaf:givenName "Gayane"@en;
  foaf:familyName "Sedrakyan"@en;
  rdfs:label "Gayane Sedrakyan"@en.
:me foaf:knows p:gayane_sedrakyan.

p:thomas_seidl a foaf:Person;
  foaf:givenName "Thomas"@en;
  foaf:familyName "Seidl"@en;
  rdfs:label "Thomas Seidl"@en.
:me foaf:knows p:thomas_seidl.

p:y_sellami a foaf:Person;
  foaf:givenName "Y."@en;
  foaf:familyName "Sellami"@en;
  rdfs:label "Y. Sellami"@en.
:me foaf:knows p:y_sellami.

p:tom_seymoens a foaf:Person;
  foaf:givenName "Tom"@en;
  foaf:familyName "Seymoens"@en;
  rdfs:label "Tom Seymoens"@en.
:me foaf:knows p:tom_seymoens.

p:nigel_shadbolt a foaf:Person;
  foaf:givenName "Nigel"@en;
  foaf:familyName "Shadbolt"@en;
  rdfs:label "Nigel Shadbolt"@en.
:me foaf:knows p:nigel_shadbolt.

p:harihar_shankar a foaf:Person;
  foaf:givenName "Harihar"@en;
  foaf:familyName "Shankar"@en;
  rdfs:label "Harihar Shankar"@en.
:me foaf:knows p:harihar_shankar.

p:mohamed_sherif a foaf:Person;
  foaf:givenName "Mohamed"@en;
  foaf:familyName "Sherif"@en;
  rdfs:label "Mohamed Sherif"@en.
:me foaf:knows p:mohamed_sherif.

p:hajar_ghaem_sigarchian a foaf:Person;
  foaf:givenName "Hajar Ghaem"@en;
  foaf:familyName "Sigarchian"@en;
  rdfs:label "Hajar Ghaem Sigarchian"@en.
:me foaf:knows p:hajar_ghaem_sigarchian.

p:luiz_olavo_bonino_da_silva_santos a foaf:Person;
  foaf:givenName "Luiz Olavo"@en;
  foaf:familyName "Bonino da Silva Santos"@en;
  rdfs:label "Luiz Olavo Bonino da Silva Santos"@en.
:me foaf:knows p:luiz_olavo_bonino_da_silva_santos.

p:hala_skaf_molli a foaf:Person;
  foaf:givenName "Hala"@en;
  foaf:familyName "Skaf-Molli"@en;
  rdfs:label "Hala Skaf-Molli"@en.
:me foaf:knows p:hala_skaf_molli.

p:wout_slabbinck a foaf:Person;
  foaf:givenName "Wout"@en;
  foaf:familyName "Slabbinck"@en;
  rdfs:label "Wout Slabbinck"@en.
:me foaf:knows p:wout_slabbinck.

p:ieben_smessaert a foaf:Person;
  foaf:givenName "Ieben"@en;
  foaf:familyName "Smessaert"@en;
  rdfs:label "Ieben Smessaert"@en.
:me foaf:knows p:ieben_smessaert.

p:annelien_smets a foaf:Person;
  foaf:givenName "Annelien"@en;
  foaf:familyName "Smets"@en;
  rdfs:label "Annelien Smets"@en.
:me foaf:knows p:annelien_smets.

p:selver_softic a foaf:Person;
  foaf:givenName "Selver"@en;
  foaf:familyName "Softic"@en;
  rdfs:label "Selver Softic"@en.
:me foaf:knows p:selver_softic.

<http://public.lanl.gov/herbertv/profile/#me> a foaf:Person;
  foaf:givenName "Herbert"@en;
  foaf:familyName "Van de Sompel"@en;
  rdfs:label "Herbert Van de Sompel"@en.
:me foaf:knows <http://public.lanl.gov/herbertv/profile/#me>.

p:steffen_staab a foaf:Person;
  foaf:givenName "Steffen"@en;
  foaf:familyName "Staab"@en;
  rdfs:label "Steffen Staab"@en.
:me foaf:knows p:steffen_staab.

p:steffen_stadtmuller a foaf:Person;
  foaf:givenName "Steffen"@en;
  foaf:familyName "Stadtmüller"@en;
  rdfs:label "Steffen Stadtmüller"@en.
:me foaf:knows p:steffen_stadtmuller.

p:jake_stein a foaf:Person;
  foaf:givenName "Jake"@en;
  foaf:familyName "Stein"@en;
  rdfs:label "Jake Stein"@en.
:me foaf:knows p:jake_stein.

p:jonas_steinbach a foaf:Person;
  foaf:givenName "Jonas"@en;
  foaf:familyName "Steinbach"@en;
  rdfs:label "Jonas Steinbach"@en.
:me foaf:knows p:jonas_steinbach.

<http://tomayac.com/thomas_steiner.rdf#me> a foaf:Person;
  foaf:givenName "Thomas"@en;
  foaf:familyName "Steiner"@en;
  rdfs:label "Thomas Steiner"@en.
:me foaf:knows <http://tomayac.com/thomas_steiner.rdf#me>.

p:grzegorz_stepien a foaf:Person;
  foaf:givenName "Grzegorz"@en;
  foaf:familyName "Stepien"@en;
  rdfs:label "Grzegorz Stepien"@en.
:me foaf:knows p:grzegorz_stepien.

p:hong_sun a foaf:Person;
  foaf:givenName "Hong"@en;
  foaf:familyName "Sun"@en;
  rdfs:label "Hong Sun"@en.
:me foaf:knows p:hong_sun.

p:morris_swertz a foaf:Person;
  foaf:givenName "Morris"@en;
  foaf:familyName "Swertz"@en;
  rdfs:label "Morris Swertz"@en.
:me foaf:knows p:morris_swertz.

p:pedro_szekely a foaf:Person;
  foaf:givenName "Pedro"@en;
  foaf:familyName "Szekely"@en;
  rdfs:label "Pedro Szekely"@en.
:me foaf:knows p:pedro_szekely.

<https://www.rubensworks.net/#me> a foaf:Person;
  foaf:givenName "Ruben"@en;
  foaf:familyName "Taelman"@en;
  rdfs:label "Ruben Taelman"@en.
:me foaf:knows <https://www.rubensworks.net/#me>.

p:mohsen_taheriyan a foaf:Person;
  foaf:givenName "Mohsen"@en;
  foaf:familyName "Taheriyan"@en;
  rdfs:label "Mohsen Taheriyan"@en.
:me foaf:knows p:mohsen_taheriyan.

p:hideaki_takeda a foaf:Person;
  foaf:givenName "Hideaki"@en;
  foaf:familyName "Takeda"@en;
  rdfs:label "Hideaki Takeda"@en.
:me foaf:knows p:hideaki_takeda.

p:bryan_elliott_tam a foaf:Person;
  foaf:givenName "Bryan-Elliott"@en;
  foaf:familyName "Tam"@en;
  rdfs:label "Bryan-Elliott Tam"@en.
:me foaf:knows p:bryan_elliott_tam.

p:io_taxidou a foaf:Person;
  foaf:givenName "Io"@en;
  foaf:familyName "Taxidou"@en;
  rdfs:label "Io Taxidou"@en.
:me foaf:knows p:io_taxidou.

p:joseph_tennis a foaf:Person;
  foaf:givenName "Joseph"@en;
  foaf:familyName "Tennis"@en;
  rdfs:label "Joseph Tennis"@en.
:me foaf:knows p:joseph_tennis.

p:wouter_termont a foaf:Person;
  foaf:givenName "Wouter"@en;
  foaf:familyName "Termont"@en;
  rdfs:label "Wouter Termont"@en.
:me foaf:knows p:wouter_termont.

p:raymond_terryn a foaf:Person;
  foaf:givenName "Raymond"@en;
  foaf:familyName "Terryn"@en;
  rdfs:label "Raymond Terryn"@en.
:me foaf:knows p:raymond_terryn.

p:geert_thijs a foaf:Person;
  foaf:givenName "Geert"@en;
  foaf:familyName "Thijs"@en;
  rdfs:label "Geert Thijs"@en.
:me foaf:knows p:geert_thijs.

p:aisling_third a foaf:Person;
  foaf:givenName "Aisling"@en;
  foaf:familyName "Third"@en;
  rdfs:label "Aisling Third"@en.
:me foaf:knows p:aisling_third.

p:thimo_thoeye a foaf:Person;
  foaf:givenName "Thimo"@en;
  foaf:familyName "Thoeye"@en;
  rdfs:label "Thimo Thoeye"@en.
:me foaf:knows p:thimo_thoeye.

p:mark_thompson a foaf:Person;
  foaf:givenName "Mark"@en;
  foaf:familyName "Thompson"@en;
  rdfs:label "Mark Thompson"@en.
:me foaf:knows p:mark_thompson.

p:ilaria_tiddi a foaf:Person;
  foaf:givenName "Ilaria"@en;
  foaf:familyName "Tiddi"@en;
  rdfs:label "Ilaria Tiddi"@en.
:me foaf:knows p:ilaria_tiddi.

p:riccardo_tommasini a foaf:Person;
  foaf:givenName "Riccardo"@en;
  foaf:familyName "Tommasini"@en;
  rdfs:label "Riccardo Tommasini"@en.
:me foaf:knows p:riccardo_tommasini.

<http://www.eurecom.fr/~troncy/troncyr-foaf.rdf#rt> a foaf:Person;
  foaf:givenName "Raphael"@en;
  foaf:familyName "Troncy"@en;
  rdfs:label "Raphael Troncy"@en.
:me foaf:knows <http://www.eurecom.fr/~troncy/troncyr-foaf.rdf#rt>.

<http://www.eurecom.fr/~troncy/troncyr-foaf.rdf#rt> a foaf:Person;
  foaf:givenName "Raphaël"@en;
  foaf:familyName "Troncy"@en;
  rdfs:label "Raphaël Troncy"@en.
:me foaf:knows <http://www.eurecom.fr/~troncy/troncyr-foaf.rdf#rt>.

p:nikoleta_tsabanaki a foaf:Person;
  foaf:givenName "Nikoleta"@en;
  foaf:familyName "Tsabanaki"@en;
  rdfs:label "Nikoleta Tsabanaki"@en.
:me foaf:knows p:nikoleta_tsabanaki.

p:eleni_tsalapati a foaf:Person;
  foaf:givenName "Eleni"@en;
  foaf:familyName "Tsalapati"@en;
  rdfs:label "Eleni Tsalapati"@en.
:me foaf:knows p:eleni_tsalapati.

p:elias_tzortzakakis a foaf:Person;
  foaf:givenName "Elias"@en;
  foaf:familyName "Tzortzakakis"@en;
  rdfs:label "Elias Tzortzakakis"@en.
:me foaf:knows p:elias_tzortzakakis.

p:ricardo_usbeck a foaf:Person;
  foaf:givenName "Ricardo"@en;
  foaf:familyName "Usbeck"@en;
  rdfs:label "Ricardo Usbeck"@en.
:me foaf:knows p:ricardo_usbeck.

p:sahar_vahdati a foaf:Person;
  foaf:givenName "Sahar"@en;
  foaf:familyName "Vahdati"@en;
  rdfs:label "Sahar Vahdati"@en.
:me foaf:knows p:sahar_vahdati.

<https://dylanvanassche.be/#me> a foaf:Person;
  foaf:givenName "Dylan"@en;
  foaf:familyName "Van Assche"@en;
  rdfs:label "Dylan Van Assche"@en.
:me foaf:knows <https://dylanvanassche.be/#me>.

p:mathias_van_compernolle a foaf:Person;
  foaf:givenName "Mathias"@en;
  foaf:familyName "Van Compernolle"@en;
  rdfs:label "Mathias Van Compernolle"@en.
:me foaf:knows p:mathias_van_compernolle.

p:davy_van_deursen a foaf:Person;
  foaf:givenName "Davy"@en;
  foaf:familyName "Van Deursen"@en;
  rdfs:label "Davy Van Deursen"@en.
:me foaf:knows p:davy_van_deursen.

p:casper_van_gheluwe a foaf:Person;
  foaf:givenName "Casper"@en;
  foaf:familyName "Van Gheluwe"@en;
  rdfs:label "Casper Van Gheluwe"@en.
:me foaf:knows p:casper_van_gheluwe.

p:joachim_van_herwegen a foaf:Person;
  foaf:givenName "Joachim"@en;
  foaf:familyName "Van Herwegen"@en;
  rdfs:label "Joachim Van Herwegen"@en.
:me foaf:knows p:joachim_van_herwegen.

p:sofie_van_hoecke a foaf:Person;
  foaf:givenName "Sofie"@en;
  foaf:familyName "Van Hoecke"@en;
  rdfs:label "Sofie Van Hoecke"@en.
:me foaf:knows p:sofie_van_hoecke.

p:dwight_van_lancker a foaf:Person;
  foaf:givenName "Dwight"@en;
  foaf:familyName "Van Lancker"@en;
  rdfs:label "Dwight Van Lancker"@en.
:me foaf:knows p:dwight_van_lancker.

p:wim_van_lancker a foaf:Person;
  foaf:givenName "Wim"@en;
  foaf:familyName "Van Lancker"@en;
  rdfs:label "Wim Van Lancker"@en.
:me foaf:knows p:wim_van_lancker.

p:martin_vanbrabant a foaf:Person;
  foaf:givenName "Martin"@en;
  foaf:familyName "Vanbrabant"@en;
  rdfs:label "Martin Vanbrabant"@en.
:me foaf:knows p:martin_vanbrabant.

p:andrew_vande_moere a foaf:Person;
  foaf:givenName "Andrew"@en;
  foaf:familyName "Vande Moere"@en;
  rdfs:label "Andrew Vande Moere"@en.
:me foaf:knows p:andrew_vande_moere.

p:pieter_jan_vandenberghe a foaf:Person;
  foaf:givenName "Pieter-Jan"@en;
  foaf:familyName "Vandenberghe"@en;
  rdfs:label "Pieter-Jan Vandenberghe"@en.
:me foaf:knows p:pieter_jan_vandenberghe.

p:miel_vander_sande a foaf:Person;
  foaf:givenName "Miel"@en;
  foaf:familyName "Vander Sande"@en;
  rdfs:label "Miel Vander Sande"@en.
:me foaf:knows p:miel_vander_sande.

p:gilles_vandewiele a foaf:Person;
  foaf:givenName "Gilles"@en;
  foaf:familyName "Vandewiele"@en;
  rdfs:label "Gilles Vandewiele"@en.
:me foaf:knows p:gilles_vandewiele.

p:ziggy_vanlishout a foaf:Person;
  foaf:givenName "Ziggy"@en;
  foaf:familyName "Vanlishout"@en;
  rdfs:label "Ziggy Vanlishout"@en.
:me foaf:knows p:ziggy_vanlishout.

p:frederic_vannieuwenborg a foaf:Person;
  foaf:givenName "Frederic"@en;
  foaf:familyName "Vannieuwenborg"@en;
  rdfs:label "Frederic Vannieuwenborg"@en.
:me foaf:knows p:frederic_vannieuwenborg.

p:polymnia_vasilopoulou a foaf:Person;
  foaf:givenName "Polymnia"@en;
  foaf:familyName "Vasilopoulou"@en;
  rdfs:label "Polymnia Vasilopoulou"@en.
:me foaf:knows p:polymnia_vasilopoulou.

<https://data.knows.idlab.ugent.be/person/SindhuVasireddy/#me> a foaf:Person;
  foaf:givenName "Sindhu"@en;
  foaf:familyName "Vasireddy"@en;
  rdfs:label "Sindhu Vasireddy"@en.
:me foaf:knows <https://data.knows.idlab.ugent.be/person/SindhuVasireddy/#me>.

p:ivo_velitchkov a foaf:Person;
  foaf:givenName "Ivo"@en;
  foaf:familyName "Velitchkov"@en;
  rdfs:label "Ivo Velitchkov"@en.
:me foaf:knows p:ivo_velitchkov.

p:daniela_ventura a foaf:Person;
  foaf:givenName "Daniela"@en;
  foaf:familyName "Ventura"@en;
  rdfs:label "Daniela Ventura"@en.
:me foaf:knows p:daniela_ventura.

p:sofie_verbrugge a foaf:Person;
  foaf:givenName "Sofie"@en;
  foaf:familyName "Verbrugge"@en;
  rdfs:label "Sofie Verbrugge"@en.
:me foaf:knows p:sofie_verbrugge.

p:mathias_verhoeven a foaf:Person;
  foaf:givenName "Mathias"@en;
  foaf:familyName "Verhoeven"@en;
  rdfs:label "Mathias Verhoeven"@en.
:me foaf:knows p:mathias_verhoeven.

p:jasper_verplanken a foaf:Person;
  foaf:givenName "Jasper"@en;
  foaf:familyName "Verplanken"@en;
  rdfs:label "Jasper Verplanken"@en.
:me foaf:knows p:jasper_verplanken.

p:stijn_verstichel a foaf:Person;
  foaf:givenName "Stijn"@en;
  foaf:familyName "Verstichel"@en;
  rdfs:label "Stijn Verstichel"@en.
:me foaf:knows p:stijn_verstichel.

p:maarten_verwaest a foaf:Person;
  foaf:givenName "Maarten"@en;
  foaf:familyName "Verwaest"@en;
  rdfs:label "Maarten Verwaest"@en.
:me foaf:knows p:maarten_verwaest.

p:maria_esther_vidal a foaf:Person;
  foaf:givenName "Maria-Esther"@en;
  foaf:familyName "Vidal"@en;
  rdfs:label "Maria-Esther Vidal"@en.
:me foaf:knows p:maria_esther_vidal.

p:raffaele_viglianti a foaf:Person;
  foaf:givenName "Raffaele"@en;
  foaf:familyName "Viglianti"@en;
  rdfs:label "Raffaele Viglianti"@en.
:me foaf:knows p:raffaele_viglianti.

p:eveline_vlassenroot a foaf:Person;
  foaf:givenName "Eveline"@en;
  foaf:familyName "Vlassenroot"@en;
  rdfs:label "Eveline Vlassenroot"@en.
:me foaf:knows p:eveline_vlassenroot.

p:veronique_volders a foaf:Person;
  foaf:givenName "Veronique"@en;
  foaf:familyName "Volders"@en;
  rdfs:label "Veronique Volders"@en.
:me foaf:knows p:veronique_volders.

<https://brechtvdv.github.io/#me> a foaf:Person;
  foaf:givenName "Brecht"@en;
  foaf:familyName "Van de Vyvere"@en;
  rdfs:label "Brecht Van de Vyvere"@en.
:me foaf:knows <https://brechtvdv.github.io/#me>.

p:rik_van_de_walle a foaf:Person;
  foaf:givenName "Rik"@en;
  foaf:familyName "Van de Walle"@en;
  rdfs:label "Rik Van de Walle"@en.
:me foaf:knows p:rik_van_de_walle.

p:nils_walravens a foaf:Person;
  foaf:givenName "Nils"@en;
  foaf:familyName "Walravens"@en;
  rdfs:label "Nils Walravens"@en.
:me foaf:knows p:nils_walravens.

p:ruben_wambacq a foaf:Person;
  foaf:givenName "Ruben"@en;
  foaf:familyName "Wambacq"@en;
  rdfs:label "Ruben Wambacq"@en.
:me foaf:knows p:ruben_wambacq.

p:matthias_wauer a foaf:Person;
  foaf:givenName "Matthias"@en;
  foaf:familyName "Wauer"@en;
  rdfs:label "Matthias Wauer"@en.
:me foaf:knows p:matthias_wauer.

p:robby_wauters a foaf:Person;
  foaf:givenName "Robby"@en;
  foaf:familyName "Wauters"@en;
  rdfs:label "Robby Wauters"@en.
:me foaf:knows p:robby_wauters.

p:marlies_van_der_wee a foaf:Person;
  foaf:givenName "Marlies"@en;
  foaf:familyName "Van der Wee"@en;
  rdfs:label "Marlies Van der Wee"@en.
:me foaf:knows p:marlies_van_der_wee.

p:jeroen_werbrouck a foaf:Person;
  foaf:givenName "Jeroen"@en;
  foaf:familyName "Werbrouck"@en;
  rdfs:label "Jeroen Werbrouck"@en.
:me foaf:knows p:jeroen_werbrouck.

p:trish_whetzel a foaf:Person;
  foaf:givenName "Trish"@en;
  foaf:familyName "Whetzel"@en;
  rdfs:label "Trish Whetzel"@en.
:me foaf:knows p:trish_whetzel.

p:fridolin_wild a foaf:Person;
  foaf:givenName "Fridolin"@en;
  foaf:familyName "Wild"@en;
  rdfs:label "Fridolin Wild"@en.
:me foaf:knows p:fridolin_wild.

p:mark_d_wilkinson a foaf:Person;
  foaf:givenName "Mark D."@en;
  foaf:familyName "Wilkinson"@en;
  rdfs:label "Mark D. Wilkinson"@en.
:me foaf:knows p:mark_d_wilkinson.

p:jesse_wright a foaf:Person;
  foaf:givenName "Jesse"@en;
  foaf:familyName "Wright"@en;
  rdfs:label "Jesse Wright"@en.
:me foaf:knows p:jesse_wright.

p:sam_wrigley a foaf:Person;
  foaf:givenName "Sam"@en;
  foaf:familyName "Wrigley"@en;
  rdfs:label "Sam Wrigley"@en.
:me foaf:knows p:sam_wrigley.

p:chunlei_wu a foaf:Person;
  foaf:givenName "Chunlei"@en;
  foaf:familyName "Wu"@en;
  rdfs:label "Chunlei Wu"@en.
:me foaf:knows p:chunlei_wu.

p:fengyu_yang a foaf:Person;
  foaf:givenName "Fengyu"@en;
  foaf:familyName "Yang"@en;
  rdfs:label "Fengyu Yang"@en.
:me foaf:knows p:fengyu_yang.

p:elisjana_ymeralli a foaf:Person;
  foaf:givenName "Elisjana"@en;
  foaf:familyName "Ymeralli"@en;
  rdfs:label "Elisjana Ymeralli"@en.
:me foaf:knows p:elisjana_ymeralli.

p:amrapali_zaveri a foaf:Person;
  foaf:givenName "Amrapali"@en;
  foaf:familyName "Zaveri"@en;
  rdfs:label "Amrapali Zaveri"@en.
:me foaf:knows p:amrapali_zaveri.

p:younes_zeboudj a foaf:Person;
  foaf:givenName "Younes"@en;
  foaf:familyName "Zeboudj"@en;
  rdfs:label "Younes Zeboudj"@en.
:me foaf:knows p:younes_zeboudj.

p:rui_zhao a foaf:Person;
  foaf:givenName "Rui"@en;
  foaf:familyName "Zhao"@en;
  rdfs:label "Rui Zhao"@en.
:me foaf:knows p:rui_zhao.

p:jun_zhao a foaf:Person;
  foaf:givenName "Jun"@en;
  foaf:familyName "Zhao"@en;
  rdfs:label "Jun Zhao"@en.
:me foaf:knows p:jun_zhao.

p:claudia_d_amato a foaf:Person;
  foaf:givenName "Claudia"@en;
  foaf:familyName "d’Amato"@en;
  rdfs:label "Claudia d’Amato"@en.
:me foaf:knows p:claudia_d_amato.


# More people

<https://justin.inrupt.net/profile/card#me> a foaf:Person;
  foaf:givenName "Justin"@en;
  foaf:familyName "Bingham"@en;
  rdfs:label "Justin Bingham"@en.
:me foaf:knows <https://justin.inrupt.net/profile/card#me>.

<http://www.bizer.de#chris> a foaf:Person;
  foaf:givenName "Chris"@en;
  foaf:familyName "Bizer"@en;
  rdfs:label "Chris Bizer"@en.
:me foaf:knows <http://www.bizer.de#chris>.

<https://johnb.inrupt.net/profile/card#me> a foaf:Person;
  foaf:givenName "John"@en;
  foaf:familyName "Bruce"@en;
  rdfs:label "John Bruce"@en.
:me foaf:knows <https://johnb.inrupt.net/profile/card#me>.

<http://www.w3.org/People/Connolly/#me> a foaf:Person;
  foaf:givenName "Dan"@en;
  foaf:familyName "Connolly"@en;
  rdfs:label "Dan Connolly"@en.
:me foaf:knows <http://www.w3.org/People/Connolly/#me>.

<http://ns.inria.fr/fabien.gandon#me> a foaf:Person;
  foaf:givenName "Fabien"@en;
  foaf:familyName "Gandon"@en;
  rdfs:label "Fabien Gandon"@en.
:me foaf:knows <http://ns.inria.fr/fabien.gandon#me>.

<http://tomheath.com/id/me> a foaf:Person;
  foaf:givenName "Tom"@en;
  foaf:familyName "Heath"@en;
  rdfs:label "Tom Heath"@en.
:me foaf:knows <http://tomheath.com/id/me>.

<https://www.ivan-herman.net/foaf#me> a foaf:Person;
  foaf:givenName "Ivan"@en;
  foaf:familyName "Herman"@en;
  rdfs:label "Ivan Herman"@en.
:me foaf:knows <https://www.ivan-herman.net/foaf#me>.

<http://id.myopenlink.net/dataspace/person/KingsleyUyiIdehen#this> a foaf:Person;
  foaf:givenName "Kingsley"@en;
  foaf:familyName "Idehen"@en;
  rdfs:label "Kingsley Idehen"@en.
:me foaf:knows <http://id.myopenlink.net/dataspace/person/KingsleyUyiIdehen#this>.

<http://people.csail.mit.edu/lkagal/foaf#me> a foaf:Person;
  foaf:givenName "Lalana"@en;
  foaf:familyName "Kagal"@en;
  rdfs:label "Lalana Kagal"@en.
:me foaf:knows <http://people.csail.mit.edu/lkagal/foaf#me>.

<http://teole.jfouffa.org/People/Teole/card.rdf#me> a foaf:Person;
  foaf:givenName "Philipe"@en;
  foaf:familyName "Le Hégaret"@en;
  rdfs:label "Philipe Le Hégaret"@en.
:me foaf:knows <http://teole.jfouffa.org/People/Teole/card.rdf#me>.

<http://people.apache.org/~oshani/foaf.rdf#me> a foaf:Person;
  foaf:givenName "Oshani"@en;
  foaf:familyName "Seneviratne"@en;
  rdfs:label "Oshani Seneviratne"@en.
:me foaf:knows <http://people.apache.org/~oshani/foaf.rdf#me>.


# Publications

<https://ruben.verborgh.org/publications/kisia_opal_2026/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/kisia_opal_2026/>;
  rdfs:label """ODRL Policy Chains for the DGA’s Altruism and Intermediation Frameworks"""@en;
  foaf:maker p:marlin_kisia, p:gabriela_kurteva, :me, p:beatriz_esteves;
  bibo:authorList (p:marlin_kisia p:gabriela_kurteva :me p:beatriz_esteves).

<https://ruben.verborgh.org/publications/slabbinck_iswc_2025/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/slabbinck_iswc_2025/>;
  rdfs:label """LOAMA: Low-Code ODRL Access Management Application"""@en;
  foaf:maker p:wout_slabbinck, p:lennert_de_rouck, p:joachim_van_herwegen, p:wouter_termont, p:beatriz_esteves, :me;
  bibo:authorList (p:wout_slabbinck p:lennert_de_rouck p:joachim_van_herwegen p:wouter_termont p:beatriz_esteves :me).

<https://ruben.verborgh.org/publications/demeester_iswc_2025/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/demeester_iswc_2025/>;
  rdfs:label """Tackling the Write-to-Read Web of Data with Trustflows"""@en;
  foaf:maker <http://ben.de-meester.org/#me>, <https://julianrojas.org/#me>, p:femke_ongenae, <https://pietercolpaert.be/#me>, :me;
  bibo:authorList (<http://ben.de-meester.org/#me> <https://julianrojas.org/#me> p:femke_ongenae <https://pietercolpaert.be/#me> :me).

<https://rubeneschauzier.github.io/r3-metric-data-processor/Revisiting_Link_Prioritization_for_Efficient_Traversal_in_Structured_Decentralized_Environments-camera-ready.pdf> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/eschauzier_iswc_2025/>;
  rdfs:label """Revisiting Link Prioritization for Efficient Traversal in Structured Decentralized Environments"""@en;
  foaf:maker p:ruben_eschauzier, <https://www.rubensworks.net/#me>, :me;
  bibo:authorList (p:ruben_eschauzier <https://www.rubensworks.net/#me> :me).

<https://ruben.verborgh.org/publications/slabbinck_wop_2025/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/slabbinck_wop_2025/>;
  rdfs:label """Incentivizing Sustainable Data Exchanges through Unique Contextualization of History and Destiny"""@en;
  foaf:maker p:wout_slabbinck, p:beatriz_esteves, p:maarten_de_mildt, p:ruben_dedecker, <https://julianrojas.org/#me>, p:sofie_verbrugge, p:didier_colle, <https://pietercolpaert.be/#me>, :me;
  bibo:authorList (p:wout_slabbinck p:beatriz_esteves p:maarten_de_mildt p:ruben_dedecker <https://julianrojas.org/#me> p:sofie_verbrugge p:didier_colle <https://pietercolpaert.be/#me> :me).

<https://ruben.verborgh.org/publications/esteves_wop_2025/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/esteves_wop_2025/>;
  rdfs:label """Capturing Requests and Context for ODRL-Based Access and Usage Control"""@en;
  foaf:maker p:beatriz_esteves, p:wout_slabbinck, p:y_sellami, p:a_cimmino, p:v_rodriguez_doncel, :me;
  bibo:authorList (p:beatriz_esteves p:wout_slabbinck p:y_sellami p:a_cimmino p:v_rodriguez_doncel :me).

<https://dx.doi.org/10.1145/3757490> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/zhao_cscw_2025/>;
  rdfs:label """Libertas: Privacy-Preserving Collaborative Computation for Decentralized Personal Data Stores"""@en;
  foaf:maker p:rui_zhao, p:naman_goel, p:nitin_agrawal, p:jun_zhao, p:jake_stein, p:wael_s_albayaydh, :me, p:reuben_binns, <https://www.w3.org/People/Berners-Lee/card#i>, p:nigel_shadbolt;
  bibo:authorList (p:rui_zhao p:naman_goel p:nitin_agrawal p:jun_zhao p:jake_stein p:wael_s_albayaydh :me p:reuben_binns <https://www.w3.org/People/Berners-Lee/card#i> p:nigel_shadbolt).

<https://ruben.verborgh.org/publications/slabbinck_semantics_2025/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/slabbinck_semantics_2025/>;
  rdfs:label """May the FORCE Be with You? A Framework for ODRL Rule Compliance through Evaluation"""@en;
  foaf:maker p:wout_slabbinck, <https://julianrojas.org/#me>, p:beatriz_esteves, :me, <https://pietercolpaert.be/#me>;
  bibo:authorList (p:wout_slabbinck <https://julianrojas.org/#me> p:beatriz_esteves :me <https://pietercolpaert.be/#me>).

<https://dx.doi.org/10.1007/978-3-032-05409-8_11> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/hochstenbach_tpdl_2025/>;
  rdfs:label """The Claims Network: Collecting Research, Education, Impact, and Leadership Claims on the Decentralized Web"""@en;
  foaf:maker p:patrick_hochstenbach, <http://public.lanl.gov/herbertv/profile/#me>, :me;
  bibo:authorList (p:patrick_hochstenbach <http://public.lanl.gov/herbertv/profile/#me> :me).

<https://ruben.verborgh.org/publications/hochstenbach_opal_2025/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/hochstenbach_opal_2025/>;
  rdfs:label """Automated Policy Negotiation: a Four-Course Meal"""@en;
  foaf:maker p:patrick_hochstenbach, p:beatriz_esteves, :me;
  bibo:authorList (p:patrick_hochstenbach p:beatriz_esteves :me).

<https://ruben.verborgh.org/publications/esteves_opal_2025/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/esteves_opal_2025/>;
  rdfs:label """Semantic Framework for Legally-aligned Health Data Exchanges"""@en;
  foaf:maker p:beatriz_esteves, p:ruben_dedecker, p:wout_slabbinck, p:filip_pattyn, p:ruben_and_verborgh;
  bibo:authorList (p:beatriz_esteves p:ruben_dedecker p:wout_slabbinck p:filip_pattyn p:ruben_and_verborgh).

<https://ruben.verborgh.org/publications/hanski_icwe_2025/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/hanski_icwe_2025/>;
  rdfs:label """Link Traversal over Decentralised Environments using Restart-Based Query Planning"""@en;
  foaf:maker p:jonni_hanski, <https://www.rubensworks.net/#me>, :me;
  bibo:authorList (p:jonni_hanski <https://www.rubensworks.net/#me> :me).

<https://dx.doi.org/10.1007/978-3-031-94578-6_11> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/slabbink_eswc_2025/>;
  rdfs:label """Interoperable Interpretation and Evaluation of ODRL Policies"""@en;
  foaf:maker p:wout_slabbinck, <https://julianrojas.org/#me>, p:beatriz_esteves, :me;
  bibo:authorList (p:wout_slabbinck <https://julianrojas.org/#me> p:beatriz_esteves :me).

<https://ruben.verborgh.org/publications/desmet_hyperagents_2025/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/desmet_hyperagents_2025/>;
  rdfs:label """A Vision on Algebraic Flows for Declarative Resource Descriptions"""@en;
  foaf:maker p:jitse_de_smet, :me, <https://www.rubensworks.net/#me>;
  bibo:authorList (p:jitse_de_smet :me <https://www.rubensworks.net/#me>).

<https://dx.doi.org/10.2218/ijdc.v19i1.920> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/hochstenbach_ijdc_2025/>;
  rdfs:label """Event Notifications and Event Logs: Transparent Sharing of Artifact Life Cycle Data"""@en;
  foaf:maker p:patrick_hochstenbach, :me, <http://public.lanl.gov/herbertv/profile/#me>;
  bibo:authorList (p:patrick_hochstenbach :me <http://public.lanl.gov/herbertv/profile/#me>).

<https://dx.doi.org/10.21428/5676bf2d.a76a90cf> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/hochstenbach_ipres_2024/>;
  rdfs:label """Transparent and Trustworthy Artifact Life Cycle Data"""@en;
  foaf:maker p:patrick_hochstenbach, p:martin_klein, <http://public.lanl.gov/herbertv/profile/#me>, :me;
  bibo:authorList (p:patrick_hochstenbach p:martin_klein <http://public.lanl.gov/herbertv/profile/#me> :me).

<https://dx.doi.org/10.5281/zenodo.12579289> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/hochstenbach_or_2024/>;
  rdfs:label """Using an Event Notification Network for Transparent Sharing of Artifact Life Cycle Data"""@en;
  foaf:maker p:patrick_hochstenbach, :me, <http://public.lanl.gov/herbertv/profile/#me>;
  bibo:authorList (p:patrick_hochstenbach :me <http://public.lanl.gov/herbertv/profile/#me>).

<https://ruben.verborgh.org/publications/slabbinck_sosy_2024/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/slabbinck_sosy_2024/>;
  rdfs:label """Enforcing Usage Control Policies in Solid using Rule-Based Web Agents"""@en;
  foaf:maker p:wout_slabbinck, <https://julianrojas.org/#me>, p:beatriz_esteves, :me, <https://pietercolpaert.be/#me>;
  bibo:authorList (p:wout_slabbinck <https://julianrojas.org/#me> p:beatriz_esteves :me <https://pietercolpaert.be/#me>).

<https://ruben.verborgh.org/publications/steinbach_sds_2024/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/steinbach_sds_2024/>;
  rdfs:label """Inter-Pod Credential Exchange Protocol via Linked Data Notifications"""@en;
  foaf:maker p:jonas_steinbach, p:gertjan_de_mulder, <http://ben.de-meester.org/#me>, p:beatriz_esteves, :me;
  bibo:authorList (p:jonas_steinbach p:gertjan_de_mulder <http://ben.de-meester.org/#me> p:beatriz_esteves :me).

<https://smessie.github.io/Article-ESWC2024-DFDP/> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/smessaert_sds_2024/>;
  rdfs:label """DFDP: A Declarative Form Description Pipeline for Decentralizing Web Forms"""@en;
  foaf:maker p:ieben_smessaert, p:patrick_hochstenbach, <http://ben.de-meester.org/#me>, <https://www.rubensworks.net/#me>, :me;
  bibo:authorList (p:ieben_smessaert p:patrick_hochstenbach <http://ben.de-meester.org/#me> <https://www.rubensworks.net/#me> :me).

<https://ruben.verborgh.org/publications/akaichi_sds_2024/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/akaichi_sds_2024/>;
  rdfs:label """Interoperable and Continuous Usage Control Enforcement in Dataspaces"""@en;
  foaf:maker p:ines_akaichi, p:wout_slabbinck, p:julian_andres_rojas_melendez, p:casper_van_gheluwe, p:gabriele_bozzi, <https://pietercolpaert.be/#me>, :me, p:sabrina_kirrane;
  bibo:authorList (p:ines_akaichi p:wout_slabbinck p:julian_andres_rojas_melendez p:casper_van_gheluwe p:gabriele_bozzi <https://pietercolpaert.be/#me> :me p:sabrina_kirrane).

<https://dx.doi.org/10.1007/978-3-031-78952-6_52> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/vanherwegen_eswc_2024/>;
  rdfs:label """Granular Access to Policy-Governed Linked Data via Partial Server-Side Query"""@en;
  foaf:maker p:joachim_van_herwegen, :me;
  bibo:authorList (p:joachim_van_herwegen :me).

<https://dx.doi.org/10.1007/978-3-031-78952-6_32> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/hanski_eswc_2024/>;
  rdfs:label """Observations on Bloom Filters for Traversal-Based Query Execution over Solid Pods"""@en;
  foaf:maker p:jonni_hanski, <https://www.rubensworks.net/#me>, :me;
  bibo:authorList (p:jonni_hanski <https://www.rubensworks.net/#me> :me).

<https://ruben.verborgh.org/publications/tam_amw_2024/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/tam_amw_2024/>;
  rdfs:label """Opportunities for Shape-Based Optimization of Link Traversal Queries"""@en;
  foaf:maker p:bryan_elliott_tam, <https://www.rubensworks.net/#me>, <https://pietercolpaert.be/#me>, :me;
  bibo:authorList (p:bryan_elliott_tam <https://www.rubensworks.net/#me> <https://pietercolpaert.be/#me> :me).

<https://ruben.verborgh.org/publications/eschauzier_amw_2024/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/eschauzier_amw_2024/>;
  rdfs:label """The R³ Metric: Measuring Performance of Link Prioritization during Traversal-Based Query Processing"""@en;
  foaf:maker p:ruben_eschauzier, <https://www.rubensworks.net/#me>, :me;
  bibo:authorList (p:ruben_eschauzier <https://www.rubensworks.net/#me> :me).

<https://comunica.github.io/Article-EDBT2024-SolidQueryDemo/> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/taelman_edbt_2024/>;
  rdfs:label """Demonstration of Link Traversal SPARQL Query Processing over the Decentralized Solid Environment"""@en;
  foaf:maker <https://www.rubensworks.net/#me>, :me;
  bibo:authorList (<https://www.rubensworks.net/#me> :me).

<https://ruben.verborgh.org/publications/crum_swat4hcls_2024/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/crum_swat4hcls_2024/>;
  rdfs:label """Personalized Medicine Through Personal Data Pods"""@en;
  foaf:maker p:elias_crum, <https://www.rubensworks.net/#me>, p:bart_buelens, p:gokhan_ertaylan, :me;
  bibo:authorList (p:elias_crum <https://www.rubensworks.net/#me> p:bart_buelens p:gokhan_ertaylan :me).

<https://dx.doi.org/10.1186/s13326-024-00303-4> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/debrouwer_jbs_2024/>;
  rdfs:label """Optimized Continuous Homecare Provisioning through Distributed Data-Driven Semantic Services and Cross-Organizational Workflows"""@en;
  foaf:maker p:mathias_de_brouwer, p:pieter_bonte, p:doerthe_arndt, p:miel_vander_sande, <https://natadimou.com/#me>, :me, p:filip_de_turck, p:femke_ongenae;
  bibo:authorList (p:mathias_de_brouwer p:pieter_bonte p:doerthe_arndt p:miel_vander_sande <https://natadimou.com/#me> :me p:filip_de_turck p:femke_ongenae).

<https://dx.doi.org/10.3233/SW-233396> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/werbrouck_swj_2024/>;
  rdfs:label """ConSolid: A Federated Ecosystem for Heterogeneous Multi-Stakeholder Projects"""@en;
  foaf:maker p:jeroen_werbrouck, p:pieter_pauwels, p:jakob_beetz, :me, p:erik_mannens;
  bibo:authorList (p:jeroen_werbrouck p:pieter_pauwels p:jakob_beetz :me p:erik_mannens).

<https://dx.doi.org/10.3233/SW-243726> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/vanherwegen_swj_2024/>;
  rdfs:label """The Community Solid Server: Supporting Research & Development in an Evolving Ecosystem"""@en;
  foaf:maker p:joachim_van_herwegen, :me;
  bibo:authorList (p:joachim_van_herwegen :me).

<https://ruben.verborgh.org/publications/hochstenbach_code4lib_2023/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/hochstenbach_code4lib_2023/>;
  rdfs:label """Using Event Notifications, Solid and Orchestration for Decentralizing and Decoupling Scholarly Communication"""@en;
  foaf:maker p:patrick_hochstenbach, :me, <http://public.lanl.gov/herbertv/profile/#me>;
  bibo:authorList (p:patrick_hochstenbach :me <http://public.lanl.gov/herbertv/profile/#me>).

<https://ruben.verborgh.org/publications/slabbinck_iswc_poster_2023/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/slabbinck_iswc_poster_2023/>;
  rdfs:label """A Rule-Based Software Agent on Top of Personal Data Stores"""@en;
  foaf:maker p:wout_slabbinck, p:ruben_dedecker, :me;
  bibo:authorList (p:wout_slabbinck p:ruben_dedecker :me).

<https://comunica.github.io/Article-ISWC2023-SolidQuery/> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/taelman_iswc_2023/>;
  rdfs:label """Link Traversal Query Processing over Decentralized Environments with Structural Assumptions"""@en;
  foaf:maker <https://www.rubensworks.net/#me>, :me;
  bibo:authorList (<https://www.rubensworks.net/#me> :me).

<https://rubensworks.github.io/article-quoted-triples-index/> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/taelman_quweda_2023/>;
  rdfs:label """In-Memory Indexing of Quoted RDF Triples"""@en;
  foaf:maker <https://www.rubensworks.net/#me>, :me;
  bibo:authorList (<https://www.rubensworks.net/#me> :me).

<https://rubeneschauzier.github.io/QuWeDa2023-Link-Queue-Analysis-Camera-Ready/QuWeDa_2023_Link_Queue_Analysis_Final.pdf> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/eschauzier_quweda_2023/>;
  rdfs:label """How Does the Link Queue Evolve during Traversal-Based Query Processing?"""@en;
  foaf:maker p:ruben_eschauzier, <https://www.rubensworks.net/#me>, :me;
  bibo:authorList (p:ruben_eschauzier <https://www.rubensworks.net/#me> :me).

<https://ruben.verborgh.org/articles/redecentralizing-the-web/> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_timbl_chapter_2023/>;
  rdfs:label """Re-Decentralizing the Web, For Good This Time"""@en;
  foaf:maker :me;
  bibo:authorList (:me).

<https://ruben.verborgh.org/publications/eschauzier_eswc_2023/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/eschauzier_eswc_2023/>;
  rdfs:label """Reinforcement Learning-based SPARQL Join Ordering Optimizer"""@en;
  foaf:maker p:ruben_eschauzier, <https://www.rubensworks.net/#me>, p:meike_morren, :me;
  bibo:authorList (p:ruben_eschauzier <https://www.rubensworks.net/#me> p:meike_morren :me).

<https://ruben.verborgh.org/publications/hochstenbach_trusdekw_2023/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/hochstenbach_trusdekw_2023/>;
  rdfs:label """RDF Surfaces: Computer Says No"""@en;
  foaf:maker p:patrick_hochstenbach, <https://josd.github.io/card.rdf#me>, :me;
  bibo:authorList (p:patrick_hochstenbach <https://josd.github.io/card.rdf#me> :me).

<https://ruben.verborgh.org/publications/hanski_dmkg_2023/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/hanski_dmkg_2023/>;
  rdfs:label """Distributed Social Benefit Allocation using Reasoning over Personal Data in Solid"""@en;
  foaf:maker p:jonni_hanski, <https://pieterheyvaert.com/#me>, <http://ben.de-meester.org/#me>, <https://www.rubensworks.net/#me>, :me;
  bibo:authorList (p:jonni_hanski <https://pieterheyvaert.com/#me> <http://ben.de-meester.org/#me> <https://www.rubensworks.net/#me> :me).

<https://dx.doi.org/10.1145/3543873.3589756> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/domingue_trusdekw_2023/>;
  rdfs:label """Trusting Decentralised Knowledge Graphs and Web Data at the Web Conference"""@en;
  foaf:maker p:john_domingue, p:aisling_third, p:maria_esther_vidal, p:philipp_rohde, p:juan_cano, p:andrea_cimmino, :me;
  bibo:authorList (p:john_domingue p:aisling_third p:maria_esther_vidal p:philipp_rohde p:juan_cano p:andrea_cimmino :me).

<https://dx.doi.org/10.3233/SW-222945> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/taelman_swj_2023/>;
  rdfs:label """Components.js: Semantic Dependency Injection"""@en;
  foaf:maker <https://www.rubensworks.net/#me>, p:joachim_van_herwegen, p:miel_vander_sande, :me;
  bibo:authorList (<https://www.rubensworks.net/#me> p:joachim_van_herwegen p:miel_vander_sande :me).

<https://dx.doi.org/10.1017/S1471068423000054> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/bogaerts_tplp_2023/>;
  rdfs:label """Distributed Subweb Specifications for Traversing the Web"""@en;
  foaf:maker p:bart_bogaerts, p:bas_ketsman, p:younes_zeboudj, p:heba_aamer, <https://www.rubensworks.net/#me>, :me;
  bibo:authorList (p:bart_bogaerts p:bas_ketsman p:younes_zeboudj p:heba_aamer <https://www.rubensworks.net/#me> :me).

<https://ruben.verborgh.org/publications/slabbinck_mepdaw_2022/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/slabbinck_mepdaw_2022/>;
  rdfs:label """Linked Data Event Streams in Solid LDP containers"""@en;
  foaf:maker p:wout_slabbinck, p:ruben_dedecker, <https://data.knows.idlab.ugent.be/person/SindhuVasireddy/#me>, :me, <https://pietercolpaert.be/#me>;
  bibo:authorList (p:wout_slabbinck p:ruben_dedecker <https://data.knows.idlab.ugent.be/person/SindhuVasireddy/#me> :me <https://pietercolpaert.be/#me>).

<https://rubensworks.github.io/article-ldtraversal-security-short/> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/taelman_quweda_2022/>;
  rdfs:label """A Prospective Analysis of Security Vulnerabilities within Link Traversal-Based Query Processing"""@en;
  foaf:maker <https://www.rubensworks.net/#me>, :me;
  bibo:authorList (<https://www.rubensworks.net/#me> :me).

<https://solidlabresearch.github.io/WhatsInAPod/> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/dedecker_quweda_2022/>;
  rdfs:label """What’s in a Pod? – A knowledge graph interpretation for the Solid ecosystem"""@en;
  foaf:maker p:ruben_dedecker, p:wout_slabbinck, p:jesse_wright, p:patrick_hochstenbach, <https://pietercolpaert.be/#me>, :me;
  bibo:authorList (p:ruben_dedecker p:wout_slabbinck p:jesse_wright p:patrick_hochstenbach <https://pietercolpaert.be/#me> :me).

<https://dx.doi.org/10.1007/978-3-031-16802-4_11> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/hochstenbach_tpdl_2022/>;
  rdfs:label """Event Notifications in Value-Adding Networks"""@en;
  foaf:maker p:patrick_hochstenbach, <http://public.lanl.gov/herbertv/profile/#me>, p:miel_vander_sande, p:ruben_dedecker, :me;
  bibo:authorList (p:patrick_hochstenbach <http://public.lanl.gov/herbertv/profile/#me> p:miel_vander_sande p:ruben_dedecker :me).

<https://dx.doi.org/10.3233/SW-210450> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/lieber_swj_2022/>;
  rdfs:label """Visual Notations for Viewing RDF Constraints with UnSHACLed"""@en;
  foaf:maker <https://sven-lieber.org/profile#me>, <http://ben.de-meester.org/#me>, <https://pieterheyvaert.com/#me>, p:femke_bruckmann, p:ruben_wambacq, p:erik_mannens, :me, <https://natadimou.com/#me>;
  bibo:authorList (<https://sven-lieber.org/profile#me> <http://ben.de-meester.org/#me> <https://pieterheyvaert.com/#me> p:femke_bruckmann p:ruben_wambacq p:erik_mannens :me <https://natadimou.com/#me>).

<https://dx.doi.org/10.3233/SW-210449> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/taelman_swj_2022/>;
  rdfs:label """Optimizing Storage of RDF Archives using Bidirectional Delta Chains"""@en;
  foaf:maker <https://www.rubensworks.net/#me>, p:thibault_mahieu, p:martin_vanbrabant, :me;
  bibo:authorList (<https://www.rubensworks.net/#me> p:thibault_mahieu p:martin_vanbrabant :me).

<https://dx.doi.org/10.1145/3487553.3524630> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/debackere_consent_2022/>;
  rdfs:label """A Policy-Oriented Architecture for Enforcing Consent in Solid"""@en;
  foaf:maker <https://www.thundr.be/profile/laurens.ttl#me>, <https://pietercolpaert.be/#me>, <https://www.rubensworks.net/#me>, :me;
  bibo:authorList (<https://www.thundr.be/profile/laurens.ttl#me> <https://pietercolpaert.be/#me> <https://www.rubensworks.net/#me> :me).

<https://dx.doi.org/10.3233/SW-223116> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/rojas_swj_2023/>;
  rdfs:label """Publishing Public Transport Data on the Web with the Linked Connections Framework"""@en;
  foaf:maker <https://julianrojas.org/#me>, p:harm_delva, <https://pietercolpaert.be/#me>, :me;
  bibo:authorList (<https://julianrojas.org/#me> p:harm_delva <https://pietercolpaert.be/#me> :me).

<https://julianrojas.org/papers/iswc2021-in-use/> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/rojas_iswc_2021/>;
  rdfs:label """Leveraging Semantic Web technologies for digital interoperability in the Railway domain"""@en;
  foaf:maker <https://julianrojas.org/#me>, p:marina_aguado, p:polymnia_vasilopoulou, p:ivo_velitchkov, <https://dylanvanassche.be/#me>, <https://pietercolpaert.be/#me>, :me;
  bibo:authorList (<https://julianrojas.org/#me> p:marina_aguado p:polymnia_vasilopoulou p:ivo_velitchkov <https://dylanvanassche.be/#me> <https://pietercolpaert.be/#me> :me).

<https://dx.doi.org/10.1109/FITCE53297.2021.9588540> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verbrugge_fitce_2021/>;
  rdfs:label """Towards a personal data vault society: an interplay between technological and business perspectives"""@en;
  foaf:maker p:sofie_verbrugge, p:frederic_vannieuwenborg, p:marlies_van_der_wee, p:didier_colle, <https://www.rubensworks.net/#me>, :me;
  bibo:authorList (p:sofie_verbrugge p:frederic_vannieuwenborg p:marlies_van_der_wee p:didier_colle <https://www.rubensworks.net/#me> :me).

<https://dx.doi.org/10.1007/978-3-030-91167-6_5> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/bogaerts_rulemlrr_2021/>;
  rdfs:label """Link Traversal with Distributed Subweb Specifications"""@en;
  foaf:maker p:bart_bogaerts, p:bas_ketsman, p:younes_zeboudj, p:heba_aamer, <https://www.rubensworks.net/#me>, :me;
  bibo:authorList (p:bart_bogaerts p:bas_ketsman p:younes_zeboudj p:heba_aamer <https://www.rubensworks.net/#me> :me).

<https://ruben.verborgh.org/publications/vandevyvere_sem4tra_2021/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/vandevyvere_sem4tra_2021/>;
  rdfs:label """Third-party payment specification for MaaS"""@en;
  foaf:maker <https://brechtvdv.github.io/#me>, p:tim_asperges, <https://pietercolpaert.be/#me>, :me;
  bibo:authorList (<https://brechtvdv.github.io/#me> p:tim_asperges <https://pietercolpaert.be/#me> :me).

<https://dx.doi.org/10.1007/978-3-030-80418-3> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_eswc_2021_satellite/>;
  rdfs:label """Proceedings of the 18th Extended Semantic Web Conference: Satellite Events"""@en;
  foaf:maker :me, <https://natadimou.com/#me>, p:aidan_hogan, p:claudia_d_amato, p:ilaria_tiddi, p:arne_broring, p:simon_maier, p:femke_ongenae, p:riccardo_tommasini, p:mehwish_alam;
  bibo:authorList (:me <https://natadimou.com/#me> p:aidan_hogan p:claudia_d_amato p:ilaria_tiddi p:arne_broring p:simon_maier p:femke_ongenae p:riccardo_tommasini p:mehwish_alam).

<https://dx.doi.org/https://doi.org/10.13052/jwe1540-9589.2045> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/delva_jwe_2021/>;
  rdfs:label """Geospatially Partitioning Public Transit Networks for Open Data Publishing"""@en;
  foaf:maker p:harm_delva, <https://julianrojas.org/#me>, <https://pietercolpaert.be/#me>, :me;
  bibo:authorList (p:harm_delva <https://julianrojas.org/#me> <https://pietercolpaert.be/#me> :me).

<https://dx.doi.org/10.1007/978-3-030-77385-4> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_eswc_2021/>;
  rdfs:label """Proceedings of the 18th Extended Semantic Web Conference"""@en;
  foaf:maker :me, p:katja_hose, p:heiko_paulheim, <http://champin.net/#pa>, p:maria_maleshkova, p:oscar_corcho, p:petar_ristoski, p:mehwish_alam;
  bibo:authorList (:me p:katja_hose p:heiko_paulheim <http://champin.net/#pa> p:maria_maleshkova p:oscar_corcho p:petar_ristoski p:mehwish_alam).

<https://dx.doi.org/10.1007/978-3-030-74296-6_3> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/vanlancker_icwe_2021/>;
  rdfs:label """Publishing base registries as Linked Data Event Streams"""@en;
  foaf:maker p:dwight_van_lancker, <https://pietercolpaert.be/#me>, p:harm_delva, <https://brechtvdv.github.io/#me>, <https://julianrojas.org/#me>, p:ruben_dedecker, p:philippe_michiels, p:raf_buyle, p:annelies_de_craene, :me;
  bibo:authorList (p:dwight_van_lancker <https://pietercolpaert.be/#me> p:harm_delva <https://brechtvdv.github.io/#me> <https://julianrojas.org/#me> p:ruben_dedecker p:philippe_michiels p:raf_buyle p:annelies_de_craene :me).

<https://dx.doi.org/10.1007/978-3-030-74296-6_5> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/dedecker_icwe_2021/>;
  rdfs:label """A File-Based Linked Data Fragments Approach to Prefix Search"""@en;
  foaf:maker p:dedecker_ruben, p:harm_delva, <https://pietercolpaert.be/#me>, :me;
  bibo:authorList (p:dedecker_ruben p:harm_delva <https://pietercolpaert.be/#me> :me).

<https://ruben.verborgh.org/publications/demulder_www_demo_2021/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/demulder_www_demo_2021/>;
  rdfs:label """PROV4ITDaTa: Transparent and direct transfer of personal data to personal stores"""@en;
  foaf:maker p:gertjan_de_mulder, <http://ben.de-meester.org/#me>, <https://pieterheyvaert.com/#me>, <https://www.rubensworks.net/#me>, :me, <https://natadimou.com/#me>;
  bibo:authorList (p:gertjan_de_mulder <http://ben.de-meester.org/#me> <https://pieterheyvaert.com/#me> <https://www.rubensworks.net/#me> :me <https://natadimou.com/#me>).

<https://dx.doi.org/10.1007/978-3-030-81242-3_15> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/chrysakis_dbsec_2021/>;
  rdfs:label """A Rewarding Framework for Crowdsourcing to Increase Privacy Awareness"""@en;
  foaf:maker p:ioannis_chrysakis, p:giorgos_flouris, p:maria_makridaki, p:theodore_patkos, p:yannis_roussakis, p:georgios_samaritakis, p:nikoleta_tsabanaki, p:elias_tzortzakakis, p:elisjana_ymeralli, p:tom_seymoens, <https://natadimou.com/#me>, :me;
  bibo:authorList (p:ioannis_chrysakis p:giorgos_flouris p:maria_makridaki p:theodore_patkos p:yannis_roussakis p:georgios_samaritakis p:nikoleta_tsabanaki p:elias_tzortzakakis p:elisjana_ymeralli p:tom_seymoens <https://natadimou.com/#me> :me).

<https://dx.doi.org/10.3233/SW-200384> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/demeester_swj_2021/>;
  rdfs:label """RDF Graph Validation Using Rule-Based Reasoning"""@en;
  foaf:maker <http://ben.de-meester.org/#me>, <https://pieterheyvaert.com/#me>, p:dorthe_arndt, <https://natadimou.com/#me>, :me;
  bibo:authorList (<http://ben.de-meester.org/#me> <https://pieterheyvaert.com/#me> p:dorthe_arndt <https://natadimou.com/#me> :me).

<https://dx.doi.org/10.1007/978-3-030-62466-8_13> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_iswc_2020/>;
  rdfs:label """LDflex: a Read/Write Linked Data Abstraction for Front-End Web Developers"""@en;
  foaf:maker :me, <https://www.rubensworks.net/#me>;
  bibo:authorList (:me <https://www.rubensworks.net/#me>).

<https://ruben.verborgh.org/publications/lieber_iswc_poster_2020/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/lieber_iswc_poster_2020/>;
  rdfs:label """Statistics about Data Shape Use in RDF Data"""@en;
  foaf:maker <https://sven-lieber.org/profile#me>, <https://natadimou.com/#me>, :me;
  bibo:authorList (<https://sven-lieber.org/profile#me> <https://natadimou.com/#me> :me).

<https://ruben.verborgh.org/publications/bonte_iswc_poster_2020/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/bonte_iswc_poster_2020/>;
  rdfs:label """Context-Aware Route Planning: a Personalized and Situation-Aware Multi-Modal Transport Routing Approach"""@en;
  foaf:maker p:pieter_bonte, p:mathias_de_brouwer, p:dorthe_arndt, p:miel_vander_sande, <https://pieterheyvaert.com/#me>, <https://natadimou.com/#me>, <https://pietercolpaert.be/#me>, :me, p:filip_de_turck, p:femke_ongenae;
  bibo:authorList (p:pieter_bonte p:mathias_de_brouwer p:dorthe_arndt p:miel_vander_sande <https://pieterheyvaert.com/#me> <https://natadimou.com/#me> <https://pietercolpaert.be/#me> :me p:filip_de_turck p:femke_ongenae).

<https://comunica.github.io/Article-SSWS2020-AMF/> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/taelman_swss_2020/>;
  rdfs:label """Optimizing Approximate Membership Metadata in Triple Pattern Fragments for Clients and Servers"""@en;
  foaf:maker <https://www.rubensworks.net/#me>, p:joachim_van_herwegen, p:miel_vander_sande, :me;
  bibo:authorList (<https://www.rubensworks.net/#me> p:joachim_van_herwegen p:miel_vander_sande :me).

<https://ruben.verborgh.org/publications/koubarakis_iswc_workshops_2020/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/koubarakis_iswc_workshops_2020/>;
  rdfs:label """Advances in Semantics and Linked Data: Joint Workshop Proceedings from ISWC 2020"""@en;
  foaf:maker p:manolis_koubarakis, p:harith_alani, p:grigoris_antoniou, p:kalina_bontcheva, p:john_breslin, p:diego_collarana, p:elena_demidova, p:stefan_dietze, p:simon_gottschalk, p:guido_governatori, p:aidan_hogan, p:freddy_lecue, p:elena_montiel_ponsoda, p:axel_cyrille_ngonga_ngomo, p:sofia_pinto, p:muhammad_saleem, <http://www.eurecom.fr/~troncy/troncyr-foaf.rdf#rt>, p:eleni_tsalapati, p:ricardo_usbeck, :me;
  bibo:authorList (p:manolis_koubarakis p:harith_alani p:grigoris_antoniou p:kalina_bontcheva p:john_breslin p:diego_collarana p:elena_demidova p:stefan_dietze p:simon_gottschalk p:guido_governatori p:aidan_hogan p:freddy_lecue p:elena_montiel_ponsoda p:axel_cyrille_ngonga_ngomo p:sofia_pinto p:muhammad_saleem <http://www.eurecom.fr/~troncy/troncyr-foaf.rdf#rt> p:eleni_tsalapati p:ricardo_usbeck :me).

<https://ruben.verborgh.org/publications/rojas_africanminds_2020/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/rojas_africanminds_2020/>;
  rdfs:label """Decentralized Open Data Publishing for the Public Transport Route Planning Ecosystem"""@en;
  foaf:maker <https://julianrojas.org/#me>, p:bert_marcelis, p:eveline_vlassenroot, p:mathias_van_compernolle, <https://pietercolpaert.be/#me>, :me;
  bibo:authorList (<https://julianrojas.org/#me> p:bert_marcelis p:eveline_vlassenroot p:mathias_van_compernolle <https://pietercolpaert.be/#me> :me).

<https://dx.doi.org/10.1007/978-3-030-59833-4_6> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/lieber_semantics_2020/>;
  rdfs:label """EcoDaLo: Federating Advertisement Targeting with Linked Data"""@en;
  foaf:maker <https://sven-lieber.org/profile#me>, <http://ben.de-meester.org/#me>, :me, <https://natadimou.com/#me>;
  bibo:authorList (<https://sven-lieber.org/profile#me> <http://ben.de-meester.org/#me> :me <https://natadimou.com/#me>).

<https://ruben.verborgh.org/publications/werbrouck_ldac_2020/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/werbrouck_ldac_2020/>;
  rdfs:label """Pattern-based access control in a decentralised collaboration environment"""@en;
  foaf:maker p:jeroen_werbrouck, <https://www.rubensworks.net/#me>, :me, p:pieter_pauwels, p:jakob_beetz, p:erik_mannens;
  bibo:authorList (p:jeroen_werbrouck <https://www.rubensworks.net/#me> :me p:pieter_pauwels p:jakob_beetz p:erik_mannens).

<https://ruben.verborgh.org/publications/rojas_sem4tra_2020a/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/rojas_sem4tra_2020a/>;
  rdfs:label """How to prototype a client-side route planner for Helsinki with Routable Tiles and Linked Connections"""@en;
  foaf:maker <https://julianrojas.org/#me>, p:harm_delva, <https://pietercolpaert.be/#me>, :me;
  bibo:authorList (<https://julianrojas.org/#me> p:harm_delva <https://pietercolpaert.be/#me> :me).

<https://ruben.verborgh.org/publications/rojas_sem4tra_2020b/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/rojas_sem4tra_2020b/>;
  rdfs:label """Velopark: A Linked Open Data Platform for Bicycle Parkings"""@en;
  foaf:maker <https://julianrojas.org/#me>, <https://pietercolpaert.be/#me>, :me;
  bibo:authorList (<https://julianrojas.org/#me> <https://pietercolpaert.be/#me> :me).

<https://ruben.verborgh.org/publications/delva_sem4tra_2020/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/delva_sem4tra_2020/>;
  rdfs:label """Using Regions of Interest for Personalized Route Planning"""@en;
  foaf:maker p:harm_delva, p:annelien_smets, <https://pietercolpaert.be/#me>, p:pieter_ballon, :me;
  bibo:authorList (p:harm_delva p:annelien_smets <https://pietercolpaert.be/#me> p:pieter_ballon :me).

<https://brechtvdv.github.io/Article-Live-Open-Data-Interfaces/> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/vandevyvere_icwe_2020/>;
  rdfs:label """Comparing a Polling and Push-Based Approach for Live Open Data Interfaces"""@en;
  foaf:maker <https://brechtvdv.github.io/#me>, <https://pietercolpaert.be/#me>, :me;
  bibo:authorList (<https://brechtvdv.github.io/#me> <https://pietercolpaert.be/#me> :me).

<https://julianrojas.org/papers/icwe2020-main-track/> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/rojas_icwe_2020/>;
  rdfs:label """Efficient Live Public Transport Data Sharing for Route Planning on the Web"""@en;
  foaf:maker <https://julianrojas.org/#me>, <https://dylanvanassche.be/#me>, p:harm_delva, <https://pietercolpaert.be/#me>, :me;
  bibo:authorList (<https://julianrojas.org/#me> <https://dylanvanassche.be/#me> p:harm_delva <https://pietercolpaert.be/#me> :me).

<https://dx.doi.org/10.1007/978-3-030-50578-3_21> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/delva_icwe_2020/>;
  rdfs:label """Geospatial Partitioning of Open Transit Data"""@en;
  foaf:maker p:harm_delva, <https://julianrojas.org/#me>, p:pieter_jan_vandenberghe, <https://pietercolpaert.be/#me>, :me;
  bibo:authorList (p:harm_delva <https://julianrojas.org/#me> p:pieter_jan_vandenberghe <https://pietercolpaert.be/#me> :me).

<https://dx.doi.org/10.1007/978-3-030-62327-2_10> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/chrysakis_eswc_poster_2020/>;
  rdfs:label """REWARD: Ontology for reward schemes"""@en;
  foaf:maker p:ioannis_chrysakis, p:giorgos_flouris, p:theodore_patkos, <https://natadimou.com/#me>, :me;
  bibo:authorList (p:ioannis_chrysakis p:giorgos_flouris p:theodore_patkos <https://natadimou.com/#me> :me).

<https://dx.doi.org/10.1145/3366424.3383528> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/debrouwer_www_demo_2020/>;
  rdfs:label """Distributed Continuous Home Care Provisioning through Personalized Monitoring & Treatment Planning"""@en;
  foaf:maker p:mathias_de_brouwer, p:pieter_bonte, p:dorthe_arndt, p:miel_vander_sande, <https://pieterheyvaert.com/#me>, <https://natadimou.com/#me>, :me, p:filip_de_turck, p:femke_ongena;
  bibo:authorList (p:mathias_de_brouwer p:pieter_bonte p:dorthe_arndt p:miel_vander_sande <https://pieterheyvaert.com/#me> <https://natadimou.com/#me> :me p:filip_de_turck p:femke_ongena).

<https://ruben.verborgh.org/articles/the-semantic-web-identity-crisis/> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_swj_2020/>;
  rdfs:label """The Semantic Web identity crisis: in search of the trivialities that never were"""@en;
  foaf:maker :me, p:miel_vander_sande;
  bibo:authorList (:me p:miel_vander_sande).

<https://dx.doi.org/10.1016/j.future.2019.10.006> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/demeester_fgcs_2020/>;
  rdfs:label """Implementation-independent Function Reuse"""@en;
  foaf:maker <http://ben.de-meester.org/#me>, p:tom_seymoens, <https://natadimou.com/#me>, :me;
  bibo:authorList (<http://ben.de-meester.org/#me> p:tom_seymoens <https://natadimou.com/#me> :me).

<https://dx.doi.org/10.1007/978-3-030-39296-3_26> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/buyle_egose_2019/>;
  rdfs:label """Streamlining Governmental Processes by Putting Citizens in Control of Their Personal Data"""@en;
  foaf:maker p:raf_buyle, <https://www.rubensworks.net/#me>, p:katrien_mostaert, p:geroen_joris, p:erik_mannens, :me, <https://www.w3.org/People/Berners-Lee/card#i>;
  bibo:authorList (p:raf_buyle <https://www.rubensworks.net/#me> p:katrien_mostaert p:geroen_joris p:erik_mannens :me <https://www.w3.org/People/Berners-Lee/card#i>).

<https://ruben.verborgh.org/publications/lieber_kcap_2019/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/lieber_kcap_2019/>;
  rdfs:label """MontoloStats – Ontology Modeling Statistics"""@en;
  foaf:maker <https://sven-lieber.org/profile#me>, <http://ben.de-meester.org/#me>, <https://natadimou.com/#me>, :me;
  bibo:authorList (<https://sven-lieber.org/profile#me> <http://ben.de-meester.org/#me> <https://natadimou.com/#me> :me).

<https://rdfostrich.github.io/article-iswc2019-journal-ostrich/> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/taelman_iswc_journal_2019/>;
  rdfs:label """Reflections On: Triple Storage for Random-Access Versioned Querying of RDF Archives"""@en;
  foaf:maker <https://www.rubensworks.net/#me>, p:miel_vander_sande, p:joachim_van_herwegen, p:erik_mannens, :me;
  bibo:authorList (<https://www.rubensworks.net/#me> p:miel_vander_sande p:joachim_van_herwegen p:erik_mannens :me).

<https://dx.doi.org/10.3233/SW-190358> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/heyvaert_swj_2019/>;
  rdfs:label """Rule-driven inconsistency resolution for knowledge graph generation"""@en;
  foaf:maker <https://pieterheyvaert.com/#me>, <https://natadimou.com/#me>, <http://ben.de-meester.org/#me>, :me;
  bibo:authorList (<https://pieterheyvaert.com/#me> <https://natadimou.com/#me> <http://ben.de-meester.org/#me> :me).

<https://dx.doi.org/10.1016/j.websem.2019.04.001> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/arndt_jws_2019/>;
  rdfs:label """Implicit quantification made explicit: How to interpret blank nodes and universal variables in Notation3 Logic"""@en;
  foaf:maker p:dorthe_arndt, p:tom_schrijvers, <https://josd.github.io/card.rdf#me>, :me;
  bibo:authorList (p:dorthe_arndt p:tom_schrijvers <https://josd.github.io/card.rdf#me> :me).

<https://dx.doi.org/10.1007/978-3-030-32327-1> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/hitzler_eswc_2019/>;
  rdfs:label """The Semantic Web: ESWC 2019 Satellite Events"""@en;
  foaf:maker p:pascal_hitzler, p:sabrina_kirrane, <http://olafhartig.de/foaf.rdf#olaf>, p:victor_de_boer, p:maria_esther_vidal, p:maria_maleshkova, p:stefan_schlobach, p:karl_hammar, p:nelia_lasierra, p:steffen_stadtmuller, p:katja_hose, :me;
  bibo:authorList (p:pascal_hitzler p:sabrina_kirrane <http://olafhartig.de/foaf.rdf#olaf> p:victor_de_boer p:maria_esther_vidal p:maria_maleshkova p:stefan_schlobach p:karl_hammar p:nelia_lasierra p:steffen_stadtmuller p:katja_hose :me).

<https://ruben.verborgh.org/publications/delva_sotm_2019/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/delva_sotm_2019/>;
  rdfs:label """Client-side route planning: preprocessing the OpenStreetMap road network for Routable Tiles"""@en;
  foaf:maker p:harm_delva, <https://julianrojas.org/#me>, p:ben_abelshausen, <https://pietercolpaert.be/#me>, :me;
  bibo:authorList (p:harm_delva <https://julianrojas.org/#me> p:ben_abelshausen <https://pietercolpaert.be/#me> :me).

<https://brechtvdv.github.io/Article-Predicting-traffic-light-phases/> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/vandevyvere_sem4tra_2019/>;
  rdfs:label """Predicting phase durations of traffic lights using live Open Traffic Lights data"""@en;
  foaf:maker <https://brechtvdv.github.io/#me>, p:karel_d_haene, p:kurt_d_haene, <https://pietercolpaert.be/#me>, :me;
  bibo:authorList (<https://brechtvdv.github.io/#me> p:karel_d_haene p:kurt_d_haene <https://pietercolpaert.be/#me> :me).

<https://hdelva.be/articles/decentralized-footpaths/> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/delva_sem4tra_2019/>;
  rdfs:label """Decentralized Publication and Consumption of Transfer Footpaths"""@en;
  foaf:maker p:harm_delva, <https://julianrojas.org/#me>, <https://pietercolpaert.be/#me>, :me;
  bibo:authorList (p:harm_delva <https://julianrojas.org/#me> <https://pietercolpaert.be/#me> :me).

<https://ruben.verborgh.org/publications/verborgh_industrial_internet_2019/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_industrial_internet_2019/>;
  rdfs:label """Decentralizing the Web and the Industrial Internet: an Alternative Solution to Data Control"""@en;
  foaf:maker :me, p:sam_wrigley, p:rosa_maria_ballardini;
  bibo:authorList (:me p:sam_wrigley p:rosa_maria_ballardini).

<https://dx.doi.org/10.1145/3323878.3325802> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/haesendonck_sbd_2019/>;
  rdfs:label """Parallel RDF generation from heterogeneous big data"""@en;
  foaf:maker p:gerald_haesendonck, p:wouter_maroy, <https://pieterheyvaert.com/#me>, :me, <https://natadimou.com/#me>;
  bibo:authorList (p:gerald_haesendonck p:wouter_maroy <https://pieterheyvaert.com/#me> :me <https://natadimou.com/#me>).

<https://ruben.verborgh.org/publications/haesendonck_w3cwot_2019/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/haesendonck_w3cwot_2019/>;
  rdfs:label """Linked Data in the Web of Things"""@en;
  foaf:maker p:gerald_haesendonck, <https://natadimou.com/#me>, <http://ben.de-meester.org/#me>, :me;
  bibo:authorList (p:gerald_haesendonck <https://natadimou.com/#me> <http://ben.de-meester.org/#me> :me).

<https://dx.doi.org/10.1007/978-3-030-21395-4_12> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/heyvaert_kgswc_2019/>;
  rdfs:label """Conformance Test Cases for the RDF Mapping Language (RML)"""@en;
  foaf:maker <https://pieterheyvaert.com/#me>, <https://natadimou.com/#me>, p:erik_mannens, p:david_chaves_fraga, p:freddy_priyatna, p:oscar_corcho, :me;
  bibo:authorList (<https://pieterheyvaert.com/#me> <https://natadimou.com/#me> p:erik_mannens p:david_chaves_fraga p:freddy_priyatna p:oscar_corcho :me).

<https://brechtvdv.github.io/Article-Using-an-existing-website-as-a-queryable-low-cost-LOD-publishing-interface/> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/vandevyvere_eswc_demo_2019/>;
  rdfs:label """Using an existing website as a queryable low-cost LOD publishing interface"""@en;
  foaf:maker <https://brechtvdv.github.io/#me>, <https://www.rubensworks.net/#me>, <https://pietercolpaert.be/#me>, :me;
  bibo:authorList (<https://brechtvdv.github.io/#me> <https://www.rubensworks.net/#me> <https://pietercolpaert.be/#me> :me).

<https://dx.doi.org/10.1007/978-3-030-32327-1_7> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/demeester_eswc_demo_2019/>;
  rdfs:label """The Function Hub: an implementation-independent read/write function description repository"""@en;
  foaf:maker <http://ben.de-meester.org/#me>, p:lander_noterman, :me, <https://natadimou.com/#me>;
  bibo:authorList (<http://ben.de-meester.org/#me> p:lander_noterman :me <https://natadimou.com/#me>).

<https://ruben.verborgh.org/publications/colpaert_eswc_demo_2019/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/colpaert_eswc_demo_2019/>;
  rdfs:label """Republishing Open Street Map’s roads as Linked Routable Tiles"""@en;
  foaf:maker <https://pietercolpaert.be/#me>, p:ben_abelshausen, <https://julianrojas.org/#me>, p:harm_delva, :me;
  bibo:authorList (<https://pietercolpaert.be/#me> p:ben_abelshausen <https://julianrojas.org/#me> p:harm_delva :me).

<https://ruben.verborgh.org/publications/demeester_kgb_2019/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/demeester_kgb_2019/>;
  rdfs:label """Mapping languages: analysis of comparative characteristics"""@en;
  foaf:maker <http://ben.de-meester.org/#me>, <https://pieterheyvaert.com/#me>, :me, <https://natadimou.com/#me>;
  bibo:authorList (<http://ben.de-meester.org/#me> <https://pieterheyvaert.com/#me> :me <https://natadimou.com/#me>).

<https://dx.doi.org/10.1145/3308560.3316520> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/vandevyvere_mepdaw_2019/>;
  rdfs:label """Open traffic lights: a strategy for publishing and preserving traffic lights data"""@en;
  foaf:maker <https://brechtvdv.github.io/#me>, <https://pietercolpaert.be/#me>, :me;
  bibo:authorList (<https://brechtvdv.github.io/#me> <https://pietercolpaert.be/#me> :me).

<https://rdfostrich.github.io/article-jws2018-ostrich/> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/taelman_jws_2019/>;
  rdfs:label """Triple Storage for Random-Access Versioned Querying of RDF Archives"""@en;
  foaf:maker <https://www.rubensworks.net/#me>, p:miel_vander_sande, p:joachim_van_herwegen, p:erik_mannens, :me;
  bibo:authorList (<https://www.rubensworks.net/#me> p:miel_vander_sande p:joachim_van_herwegen p:erik_mannens :me).

<https://dx.doi.org/10.3233/SW-180319> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/taelman_swj_2019/>;
  rdfs:label """Generating Public Transport Data based on Population Distributions for RDF Benchmarking"""@en;
  foaf:maker <https://www.rubensworks.net/#me>, <https://pietercolpaert.be/#me>, p:erik_mannens, :me;
  bibo:authorList (<https://www.rubensworks.net/#me> <https://pietercolpaert.be/#me> p:erik_mannens :me).

<https://dx.doi.org/10.1007/s11761-018-0234-4> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/baccar_soca_2018/>;
  rdfs:label """Declarative Web Services Composition Using Proofs"""@en;
  foaf:maker p:sana_baccar, p:mohsen_rouached, :me, p:mohamed_abid;
  bibo:authorList (p:sana_baccar p:mohsen_rouached :me p:mohamed_abid).

<https://ruben.verborgh.org/articles/incentivized-collaboration/> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_iswc_2018/>;
  rdfs:label """Decentralizing the Semantic Web through incentivized collaboration"""@en;
  foaf:maker :me;
  bibo:authorList (:me).

<https://dx.doi.org/10.1007/978-3-030-01379-0_2> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/dimou_savesd_2017/>;
  rdfs:label """iLastic: Linked Data Generation Workflow and User Interface for iMinds Scholarly Data"""@en;
  foaf:maker <https://natadimou.com/#me>, p:gerald_haesendonck, p:martin_vanbrabant, p:laurens_de_vocht, :me, p:erik_mannens;
  bibo:authorList (<https://natadimou.com/#me> p:gerald_haesendonck p:martin_vanbrabant p:laurens_de_vocht :me p:erik_mannens).

<https://ruben.verborgh.org/publications/demeester_voila_2018/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/demeester_voila_2018/>;
  rdfs:label """Towards a Uniform User Interface for Editing Data Shapes"""@en;
  foaf:maker <http://ben.de-meester.org/#me>, <https://pieterheyvaert.com/#me>, <https://natadimou.com/#me>, :me;
  bibo:authorList (<http://ben.de-meester.org/#me> <https://pieterheyvaert.com/#me> <https://natadimou.com/#me> :me).

<https://comunica.github.io/Article-ISWC2018-Demo/> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/vanherwegen_iswc_demo_2018/>;
  rdfs:label """Demonstration of Comunica, a Web framework for querying heterogeneous Linked Data interfaces"""@en;
  foaf:maker p:joachim_van_herwegen, <https://www.rubensworks.net/#me>, p:miel_vander_sande, :me;
  bibo:authorList (p:joachim_van_herwegen <https://www.rubensworks.net/#me> p:miel_vander_sande :me).

<https://comunica.github.io/Article-ISWC2018-Demo-GraphQlLD/> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/taelman_iswc_demo_2018/>;
  rdfs:label """GraphQL-LD: Linked Data Querying with GraphQL"""@en;
  foaf:maker <https://www.rubensworks.net/#me>, p:miel_vander_sande, :me;
  bibo:authorList (<https://www.rubensworks.net/#me> p:miel_vander_sande :me).

<https://comunica.github.io/Article-ISWC2018-Resource/> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/taelman_iswc_2018/>;
  rdfs:label """Comunica: a Modular SPARQL Query Engine for the Web"""@en;
  foaf:maker <https://www.rubensworks.net/#me>, p:joachim_van_herwegen, p:miel_vander_sande, :me;
  bibo:authorList (<https://www.rubensworks.net/#me> p:joachim_van_herwegen p:miel_vander_sande :me).

<https://ruben.verborgh.org/publications/taelman_ssws_2018/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/taelman_ssws_2018/>;
  rdfs:label """The Fundamentals of Semantic Versioned Querying"""@en;
  foaf:maker <https://www.rubensworks.net/#me>, p:hideaki_takeda, p:miel_vander_sande, :me;
  bibo:authorList (<https://www.rubensworks.net/#me> p:hideaki_takeda p:miel_vander_sande :me).

<https://ruben.verborgh.org/publications/verborgh_desemweb_2018/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_desemweb_2018/>;
  rdfs:label """Proceedings of the 2nd Workshop on Decentralizing the Semantic Web"""@en;
  foaf:maker :me, p:tobias_kuhn, <https://www.w3.org/People/Berners-Lee/card#i>;
  bibo:authorList (:me p:tobias_kuhn <https://www.w3.org/People/Berners-Lee/card#i>).

<https://ruben.verborgh.org/publications/rojas_odrs_2018/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/rojas_odrs_2018/>;
  rdfs:label """Decentralized Open Data Publishing for the Public Transport Route Planning Ecosystem"""@en;
  foaf:maker <https://julianrojas.org/#me>, p:bert_marcelis, p:eveline_vlassenroot, <https://pietercolpaert.be/#me>, p:mathias_van_compernolle, :me;
  bibo:authorList (<https://julianrojas.org/#me> p:bert_marcelis p:eveline_vlassenroot <https://pietercolpaert.be/#me> p:mathias_van_compernolle :me).

<https://ruben.verborgh.org/publications/demeester_call_2018/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/demeester_call_2018/>;
  rdfs:label """Interoperable User Tracking Logs using Linked Data for improved Learning Analytics"""@en;
  foaf:maker <http://ben.de-meester.org/#me>, <https://sven-lieber.org/profile#me>, <https://natadimou.com/#me>, :me, p:erik_mannens;
  bibo:authorList (<http://ben.de-meester.org/#me> <https://sven-lieber.org/profile#me> <https://natadimou.com/#me> :me p:erik_mannens).

<https://ruben.verborgh.org/publications/taelman_mocha_2018/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/taelman_mocha_2018/>;
  rdfs:label """Versioned Querying with OSTRICH and Comunica in MOCHA 2018"""@en;
  foaf:maker <https://www.rubensworks.net/#me>, p:miel_vander_sande, :me;
  bibo:authorList (<https://www.rubensworks.net/#me> p:miel_vander_sande :me).

<https://dx.doi.org/10.1007/978-3-319-98192-5_28> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/rojas_eswc_demo_2018/>;
  rdfs:label """Supporting sustainable publishing and consuming of live Linked Time Series Streams"""@en;
  foaf:maker <https://julianrojas.org/#me>, p:gayane_sedrakyan, <https://pietercolpaert.be/#me>, :me;
  bibo:authorList (<https://julianrojas.org/#me> p:gayane_sedrakyan <https://pietercolpaert.be/#me> :me).

<https://dx.doi.org/10.1007/978-3-319-98192-5_8> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/lieber_eswc_demo_2018/>;
  rdfs:label """SeGoFlow: A Semantic Governance Workflow Tool"""@en;
  foaf:maker <https://sven-lieber.org/profile#me>, <https://natadimou.com/#me>, :me;
  bibo:authorList (<https://sven-lieber.org/profile#me> <https://natadimou.com/#me> :me).

<https://dx.doi.org/10.1007/978-3-319-98192-5_40> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/heyvaert_eswc_demo_2018/>;
  rdfs:label """Declarative Rules for Linked Data Generation at your Fingertips!"""@en;
  foaf:maker <https://pieterheyvaert.com/#me>, <http://ben.de-meester.org/#me>, <https://natadimou.com/#me>, :me;
  bibo:authorList (<https://pieterheyvaert.com/#me> <http://ben.de-meester.org/#me> <https://natadimou.com/#me> :me).

<https://ruben.verborgh.org/publications/wauer_quweda_2018/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/wauer_quweda_2018/>;
  rdfs:label """Joint Proceedings of the Third International Workshop on Geospatial Linked Data and the Second Workshop on Querying the Web of Data"""@en;
  foaf:maker p:matthias_wauer, p:mohamed_sherif, p:muhammad_saleem, <http://olafhartig.de/foaf.rdf#olaf>, p:ricardo_usbeck, :me, p:axel_cyrille_ngonga_ngomo;
  bibo:authorList (p:matthias_wauer p:mohamed_sherif p:muhammad_saleem <http://olafhartig.de/foaf.rdf#olaf> p:ricardo_usbeck :me p:axel_cyrille_ngonga_ngomo).

<https://ruben.verborgh.org/articles/web-api-ecosystem/> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_ic_2018/>;
  rdfs:label """A Web API ecosystem through feature-based reuse"""@en;
  foaf:maker :me, p:michel_dumontier;
  bibo:authorList (:me p:michel_dumontier).

<https://ruben.verborgh.org/publications/lieber_lile_2018/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/lieber_lile_2018/>;
  rdfs:label """Linked Data Generation for Adaptive Learning Analytics Systems"""@en;
  foaf:maker <https://sven-lieber.org/profile#me>, <http://ben.de-meester.org/#me>, <https://natadimou.com/#me>, :me;
  bibo:authorList (<https://sven-lieber.org/profile#me> <http://ben.de-meester.org/#me> <https://natadimou.com/#me> :me).

<https://dx.doi.org/10.1145/3184558.3191650> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/rojas_wsp_2018/>;
  rdfs:label """A preliminary Open Data publishing strategy for real-time data in Flanders"""@en;
  foaf:maker <https://julianrojas.org/#me>, <https://brechtvdv.github.io/#me>, p:arne_gevaert, <https://www.rubensworks.net/#me>, <https://pietercolpaert.be/#me>, :me;
  bibo:authorList (<https://julianrojas.org/#me> <https://brechtvdv.github.io/#me> p:arne_gevaert <https://www.rubensworks.net/#me> <https://pietercolpaert.be/#me> :me).

<https://ruben.verborgh.org/publications/dimou_ldow_2018/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/dimou_ldow_2018/>;
  rdfs:label """What Factors Influence the Design of a Linked Data Generation Algorithm? """@en;
  foaf:maker <https://natadimou.com/#me>, <https://pieterheyvaert.com/#me>, <http://ben.de-meester.org/#me>, :me;
  bibo:authorList (<https://natadimou.com/#me> <https://pieterheyvaert.com/#me> <http://ben.de-meester.org/#me> :me).

<http://componentsjs.readthedocs.io/> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/taelman_www_dev_2018/>;
  rdfs:label """Components.js: A Semantic Dependency Injection Framework"""@en;
  foaf:maker <https://www.rubensworks.net/#me>, p:miel_vander_sande, :me;
  bibo:authorList (<https://www.rubensworks.net/#me> p:miel_vander_sande :me).

<https://rdfostrich.github.io/article-demo/> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/taelman_www_demo_2018/>;
  rdfs:label """OSTRICH: Versioned Random-Access Triple Store"""@en;
  foaf:maker <https://www.rubensworks.net/#me>, p:miel_vander_sande, :me;
  bibo:authorList (<https://www.rubensworks.net/#me> p:miel_vander_sande :me).

<https://dx.doi.org/10.1145/3184558.3190666> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/staab_www_2018/>;
  rdfs:label """Structured Knowledge on the Web 7.0"""@en;
  foaf:maker p:steffen_staab, p:jens_lehmann, :me;
  bibo:authorList (p:steffen_staab p:jens_lehmann :me).

<https://dx.doi.org/10.1007/s10619-017-7211-3> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/taxidou_dapd_2018/>;
  rdfs:label """Web-scale Provenance Reconstruction of Implicit Information Diffusion on Social Media"""@en;
  foaf:maker p:io_taxidou, <https://sven-lieber.org/profile#me>, p:peter_fischer, p:tom_de_nies, :me;
  bibo:authorList (p:io_taxidou <https://sven-lieber.org/profile#me> p:peter_fischer p:tom_de_nies :me).

<https://dx.doi.org/10.1016/j.websem.2017.12.003> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/heyvaert_jws_2018/>;
  rdfs:label """Specification and Implementation of Mapping Rule Visualization and Editing: MapVOWL and the RMLEditor"""@en;
  foaf:maker <https://pieterheyvaert.com/#me>, <https://natadimou.com/#me>, <http://ben.de-meester.org/#me>, p:tom_seymoens, p:aron_levi_herregodts, :me, p:dimitri_schuurman, p:erik_mannens;
  bibo:authorList (<https://pieterheyvaert.com/#me> <https://natadimou.com/#me> <http://ben.de-meester.org/#me> p:tom_seymoens p:aron_levi_herregodts :me p:dimitri_schuurman p:erik_mannens).

<https://dx.doi.org/10.5220/0006733106710679> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/arndt_ai4health_2018/>;
  rdfs:label """SENSdesc: Connect Sensor queries and Context"""@en;
  foaf:maker p:dorthe_arndt, p:pieter_bonte, p:alexander_dejonghe, :me, p:filip_de_turck, p:femke_ongenae;
  bibo:authorList (p:dorthe_arndt p:pieter_bonte p:alexander_dejonghe :me p:filip_de_turck p:femke_ongenae).

<https://ruben.verborgh.org/publications/taelman_semantics_2018/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/taelman_semantics_2018/>;
  rdfs:label """On the Semantics of TPF-QS towards Publishing and Querying RDF Streams at Web-scale"""@en;
  foaf:maker <https://www.rubensworks.net/#me>, p:riccardo_tommasini, p:joachim_van_herwegen, p:miel_vander_sande, p:emanuele_della_valle, :me;
  bibo:authorList (<https://www.rubensworks.net/#me> p:riccardo_tommasini p:joachim_van_herwegen p:miel_vander_sande p:emanuele_della_valle :me).

<https://dx.doi.org/10.1108/JD-03-2017-0040> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/vandersande_jod_2018/>;
  rdfs:label """Toward sustainable publishing and querying of distributed Linked Data archives"""@en;
  foaf:maker p:miel_vander_sande, :me, p:patrick_hochstenbach, <http://public.lanl.gov/herbertv/profile/#me>;
  bibo:authorList (p:miel_vander_sande :me p:patrick_hochstenbach <http://public.lanl.gov/herbertv/profile/#me>).

<https://dx.doi.org/10.1080/10494820.2017.1343191> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/ghaem_sigarchian_ile_2018/>;
  rdfs:label """Hybrid e-TextBooks as comprehensive interactive learning environments"""@en;
  foaf:maker p:hajar_ghaem_sigarchian, p:sara_logghe, :me, p:wesley_de_neve, p:frank_salliau, p:erik_mannens, p:rik_van_de_walle, p:dimitri_schuurman;
  bibo:authorList (p:hajar_ghaem_sigarchian p:sara_logghe :me p:wesley_de_neve p:frank_salliau p:erik_mannens p:rik_van_de_walle p:dimitri_schuurman).

<https://dx.doi.org/10.1145/3148011.3154467> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/taelman_kcap_2017/>;
  rdfs:label """Declaratively Describing Responses of Hypermedia-Driven Web APIs"""@en;
  foaf:maker <https://www.rubensworks.net/#me>, :me;
  bibo:authorList (<https://www.rubensworks.net/#me> :me).

<https://ruben.verborgh.org/publications/heyvaert_ld4ie_2017/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/heyvaert_ld4ie_2017/>;
  rdfs:label """Semi-Automatic Example-Driven Linked Data Mapping Creation"""@en;
  foaf:maker <https://pieterheyvaert.com/#me>, <https://natadimou.com/#me>, :me, p:erik_mannens;
  bibo:authorList (<https://pieterheyvaert.com/#me> <https://natadimou.com/#me> :me p:erik_mannens).

<https://linkedsoftwaredependencies.org/articles/describing-experiments/> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/vanherwegen_semsci_2017/>;
  rdfs:label """Describing configurations of software experiments as Linked Data"""@en;
  foaf:maker p:joachim_van_herwegen, <https://www.rubensworks.net/#me>, <https://csarven.ca/#i>, :me;
  bibo:authorList (p:joachim_van_herwegen <https://www.rubensworks.net/#me> <https://csarven.ca/#i> :me).

<https://ruben.verborgh.org/publications/demeester_semsci_2017/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/demeester_semsci_2017/>;
  rdfs:label """Detailed Provenance Capture of Data Processing"""@en;
  foaf:maker <http://ben.de-meester.org/#me>, <https://natadimou.com/#me>, :me, p:erik_mannens;
  bibo:authorList (<http://ben.de-meester.org/#me> <https://natadimou.com/#me> :me p:erik_mannens).

<https://ruben.verborgh.org/publications/tommasini_iswc_demo_2017/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/tommasini_iswc_demo_2017/>;
  rdfs:label """Representing Dockerfiles in RDF"""@en;
  foaf:maker p:riccardo_tommasini, <http://ben.de-meester.org/#me>, <https://pieterheyvaert.com/#me>, :me, p:erik_mannens, p:emanuele_della_valle;
  bibo:authorList (p:riccardo_tommasini <http://ben.de-meester.org/#me> <https://pieterheyvaert.com/#me> :me p:erik_mannens p:emanuele_della_valle).

<https://ruben.verborgh.org/publications/rojas_iswc_demo_2017/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/rojas_iswc_demo_2017/>;
  rdfs:label """Providing Reliable Access to Real-Time and Historic Public Transport Data Using Linked Connections"""@en;
  foaf:maker <https://julianrojas.org/#me>, p:david_chaves_fraga, <https://pietercolpaert.be/#me>, :me, p:erik_mannens;
  bibo:authorList (<https://julianrojas.org/#me> p:david_chaves_fraga <https://pietercolpaert.be/#me> :me p:erik_mannens).

<https://ruben.verborgh.org/publications/demeester_iswc_demo_2017/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/demeester_iswc_demo_2017/>;
  rdfs:label """A Vocabulary-Independent Generation Framework for DBpedia and beyond"""@en;
  foaf:maker <http://ben.de-meester.org/#me>, <https://natadimou.com/#me>, p:wouter_maroy, p:dimitris_kontokostas, :me, p:jens_lehmann, p:erik_mannens, p:sebastian_hellmann;
  bibo:authorList (<http://ben.de-meester.org/#me> <https://natadimou.com/#me> p:wouter_maroy p:dimitris_kontokostas :me p:jens_lehmann p:erik_mannens p:sebastian_hellmann).

<https://ruben.verborgh.org/publications/dastgheib_iswc_demo_2017/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/dastgheib_iswc_demo_2017/>;
  rdfs:label """The smartAPI ecosystem for making Web APIs FAIR"""@en;
  foaf:maker p:shima_dastgheib, p:trish_whetzel, p:amrapali_zaveri, p:cyrus_afrasiabi, p:pedro_assis, p:paul_avillach, p:kathleen_jagodnik, p:gabor_korodi, p:marcin_pilarczyk, p:jeff_de_pons, p:stephan_schurer, p:raymond_terryn, :me, p:chunlei_wu, p:michel_dumontier;
  bibo:authorList (p:shima_dastgheib p:trish_whetzel p:amrapali_zaveri p:cyrus_afrasiabi p:pedro_assis p:paul_avillach p:kathleen_jagodnik p:gabor_korodi p:marcin_pilarczyk p:jeff_de_pons p:stephan_schurer p:raymond_terryn :me p:chunlei_wu p:michel_dumontier).

<https://dx.doi.org/10.1007/978-3-319-68204-4_28> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/maroy_iswc_2017/>;
  rdfs:label """Sustainable Linked Data Generation: The Case of DBpedia"""@en;
  foaf:maker p:wouter_maroy, <https://natadimou.com/#me>, p:dimitris_kontokostas, <http://ben.de-meester.org/#me>, :me, p:jens_lehmann, p:erik_mannens, p:sebastian_hellmann;
  bibo:authorList (p:wouter_maroy <https://natadimou.com/#me> p:dimitris_kontokostas <http://ben.de-meester.org/#me> :me p:jens_lehmann p:erik_mannens p:sebastian_hellmann).

<https://dx.doi.org/10.4018/IJSWIS.2017100108> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/devocht_ijswis_2017/>;
  rdfs:label """Social Semantic Search: A Case Study on Web 2.0 for Science"""@en;
  foaf:maker p:laurens_de_vocht, p:selver_softic, :me, p:erik_mannens, p:martin_ebner, p:rik_van_de_walle;
  bibo:authorList (p:laurens_de_vocht p:selver_softic :me p:erik_mannens p:martin_ebner p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/maleshkova_swit_2017/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/maleshkova_swit_2017/>;
  rdfs:label """Proceedings of the Second Workshop on Semantic Web Technologies for the Internet of Things"""@en;
  foaf:maker p:maria_maleshkova, :me, p:amelie_gyrard;
  bibo:authorList (p:maria_maleshkova :me p:amelie_gyrard).

<https://ruben.verborgh.org/publications/verborgh_desemweb_2017/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_desemweb_2017/>;
  rdfs:label """Proceedings of the Workshop on Decentralizing the Semantic Web"""@en;
  foaf:maker :me, p:tobias_kuhn, p:andrei_sambra;
  bibo:authorList (:me p:tobias_kuhn p:andrei_sambra).

<https://dx.doi.org/10.1049/iet-its.2016.0269> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/colpaert_iet_2017/>;
  rdfs:label """Open Transport Data for maximizing reuse in multimodal route planners: a study in Flanders"""@en;
  foaf:maker <https://pietercolpaert.be/#me>, p:mathias_van_compernolle, p:nils_walravens, p:peter_mechant, p:jan_adriaenssens, p:femke_ongenae, :me, p:erik_mannens;
  bibo:authorList (<https://pietercolpaert.be/#me> p:mathias_van_compernolle p:nils_walravens p:peter_mechant p:jan_adriaenssens p:femke_ongenae :me p:erik_mannens).

<https://dx.doi.org/10.1007/978-3-319-61252-2_3> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/arndt_rulemlrr_2017/>;
  rdfs:label """Using Rule-Based Reasoning for RDF Validation"""@en;
  foaf:maker p:dorthe_arndt, <http://ben.de-meester.org/#me>, <https://natadimou.com/#me>, :me, p:erik_mannens;
  bibo:authorList (p:dorthe_arndt <http://ben.de-meester.org/#me> <https://natadimou.com/#me> :me p:erik_mannens).

<https://ruben.verborgh.org/publications/dumontier_ismbeccb_2017/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/dumontier_ismbeccb_2017/>;
  rdfs:label """smartAPI: Towards a More Intelligent Network of Web APIs"""@en;
  foaf:maker p:michel_dumontier, p:shima_dastgheib, p:trish_whetzel, p:pedro_assis, p:paul_avillach, p:kathleen_jagodnik, p:gabor_korodi, p:marcin_pilarczyk, p:stephan_schurer, p:raymond_terryn, :me, p:chunlei_wu;
  bibo:authorList (p:michel_dumontier p:shima_dastgheib p:trish_whetzel p:pedro_assis p:paul_avillach p:kathleen_jagodnik p:gabor_korodi p:marcin_pilarczyk p:stephan_schurer p:raymond_terryn :me p:chunlei_wu).

<https://dx.doi.org/10.1016/j.jbi.2017.05.006> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/maayan_jbi_2017/>;
  rdfs:label """Developing a Framework for Digital Objects in the Big Data to Knowledge (BD2K) Commons: Report from the Commons Framework Pilots Workshop"""@en;
  foaf:maker p:kathleen_jagodnik, p:simon_koplev, p:lucila_ohno_machado, p:benedict_paten, p:stephan_schurer, p:michel_dumontier, :me, p:alex_bui, p:peipei_ping, p:neil_mckenna, p:ravi_madduri, p:ajay_pillai, p:avi_ma_ayan;
  bibo:authorList (p:kathleen_jagodnik p:simon_koplev p:lucila_ohno_machado p:benedict_paten p:stephan_schurer p:michel_dumontier :me p:alex_bui p:peipei_ping p:neil_mckenna p:ravi_madduri p:ajay_pillai p:avi_ma_ayan).

<https://dx.doi.org/10.1007/978-3-319-60131-1_26> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/colpaert_icwe_2017/>;
  rdfs:label """Public Transit Route Planning through Lightweight Linked Data Interfaces"""@en;
  foaf:maker <https://pietercolpaert.be/#me>, :me, p:erik_mannens;
  bibo:authorList (<https://pietercolpaert.be/#me> :me p:erik_mannens).

<https://csarven.ca/dokieli-rww> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/capadisli_icwe_2017/>;
  rdfs:label """Decentralised Authoring, Annotations and Notifications for a Read–Write Web with dokieli"""@en;
  foaf:maker <https://csarven.ca/#i>, <https://rhiaro.co.uk/#me>, :me, p:christoph_lange, <http://www.informatik.uni-leipzig.de/~auer/foaf.rdf#me>, <https://www.w3.org/People/Berners-Lee/card#i>;
  bibo:authorList (<https://csarven.ca/#i> <https://rhiaro.co.uk/#me> :me p:christoph_lange <http://www.informatik.uni-leipzig.de/~auer/foaf.rdf#me> <https://www.w3.org/People/Berners-Lee/card#i>).

<https://ruben.verborgh.org/publications/colpaert_its_2017/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/colpaert_its_2017/>;
  rdfs:label """Constraints for a large-scale ITS data-sharing system: a use case in the city of Ghent"""@en;
  foaf:maker <https://pietercolpaert.be/#me>, p:peter_van_der_perre, p:dieter_de_paepe, p:thimo_thoeye, :me, p:erik_mannens;
  bibo:authorList (<https://pietercolpaert.be/#me> p:peter_van_der_perre p:dieter_de_paepe p:thimo_thoeye :me p:erik_mannens).

<https://ruben.verborgh.org/publications/taelman_mepdaw_2017/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/taelman_mepdaw_2017/>;
  rdfs:label """Versioned Triple Pattern Fragments: A Low-cost Linked Data Interface Feature for Web Archives"""@en;
  foaf:maker <https://www.rubensworks.net/#me>, p:miel_vander_sande, :me, p:erik_mannens;
  bibo:authorList (<https://www.rubensworks.net/#me> p:miel_vander_sande :me p:erik_mannens).

<https://dx.doi.org/10.1007/978-3-319-58694-6_29> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/taelman_ekaw_2016/>;
  rdfs:label """Exposing RDF Archives using Triple Pattern Fragments"""@en;
  foaf:maker <https://www.rubensworks.net/#me>, :me, p:erik_mannens;
  bibo:authorList (<https://www.rubensworks.net/#me> :me p:erik_mannens).

<https://dx.doi.org/10.1007/978-3-319-58694-6_1> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/dimou_ekaw_2016/>;
  rdfs:label """Modeling, Generating, and Publishing Knowledge as Linked Data"""@en;
  foaf:maker <https://natadimou.com/#me>, <https://pieterheyvaert.com/#me>, <https://www.rubensworks.net/#me>, :me;
  bibo:authorList (<https://natadimou.com/#me> <https://pieterheyvaert.com/#me> <https://www.rubensworks.net/#me> :me).

<https://dx.doi.org/10.1007/978-3-319-70407-4_13> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/vanherwegen_eswc_demo_2017/>;
  rdfs:label """ComSem: Digitization and Semantic Annotation of Comic Books"""@en;
  foaf:maker p:joachim_van_herwegen, :me, p:erik_mannens;
  bibo:authorList (p:joachim_van_herwegen :me p:erik_mannens).

<https://dx.doi.org/10.1007/978-3-319-70407-4_14> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/taelman_eswc_demo_2017/>;
  rdfs:label """Live Storage and Querying of Versioned Datasets on the Web"""@en;
  foaf:maker <https://www.rubensworks.net/#me>, p:miel_vander_sande, :me, p:erik_mannens;
  bibo:authorList (<https://www.rubensworks.net/#me> p:miel_vander_sande :me p:erik_mannens).

<https://dx.doi.org/10.1007/978-3-319-70407-4_24> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/grall_eswc_demo_2017/>;
  rdfs:label """Ladda: SPARQL Queries in the Fog of Browsers"""@en;
  foaf:maker p:arnaud_grall, p:pauline_folz, p:gabriela_montoya, p:hala_skaf_molli, p:pascal_molli, p:miel_vander_sande, :me;
  bibo:authorList (p:arnaud_grall p:pauline_folz p:gabriela_montoya p:hala_skaf_molli p:pascal_molli p:miel_vander_sande :me).

<https://dx.doi.org/10.1007/978-3-319-70407-4_18> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/depaepe_eswc_demo_2017/>;
  rdfs:label """Automated UML-Based Ontology Generation in OSLO²"""@en;
  foaf:maker p:dieter_de_paepe, p:geert_thijs, :me, p:erik_mannens, p:raf_buyle;
  bibo:authorList (p:dieter_de_paepe p:geert_thijs :me p:erik_mannens p:raf_buyle).

<https://dx.doi.org/10.1007/978-3-319-70407-4_32> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/demeester_eswc_demo_2017/>;
  rdfs:label """RML and FnO: Shaping DBpedia Declaratively"""@en;
  foaf:maker <http://ben.de-meester.org/#me>, p:wouter_maroy, <https://natadimou.com/#me>, :me, p:erik_mannens;
  bibo:authorList (<http://ben.de-meester.org/#me> p:wouter_maroy <https://natadimou.com/#me> :me p:erik_mannens).

<https://dx.doi.org/10.1007/978-3-319-58451-5_11> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/zaveri_eswc_2017/>;
  rdfs:label """smartAPI: Towards a More Intelligent Network of Web APIs"""@en;
  foaf:maker p:amrapali_zaveri, p:shima_dastgheib, p:trish_whetzel, :me, p:paul_avillach, p:gabor_korodi, p:raymond_terryn, p:kathleen_jagodnik, p:pedro_assis, p:chunlei_wu, p:michel_dumontier;
  bibo:authorList (p:amrapali_zaveri p:shima_dastgheib p:trish_whetzel :me p:paul_avillach p:gabor_korodi p:raymond_terryn p:kathleen_jagodnik p:pedro_assis p:chunlei_wu p:michel_dumontier).

<https://dx.doi.org/10.1007/978-3-319-58451-5_3> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/demeester_eswc_2017/>;
  rdfs:label """Declarative Data Transformations for Linked Data Generation: The Case of DBpedia"""@en;
  foaf:maker <http://ben.de-meester.org/#me>, p:wouter_maroy, <https://natadimou.com/#me>, :me, p:erik_mannens;
  bibo:authorList (<http://ben.de-meester.org/#me> p:wouter_maroy <https://natadimou.com/#me> :me p:erik_mannens).

<https://ruben.verborgh.org/publications/saleem_quweda_2017/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/saleem_quweda_2017/>;
  rdfs:label """Joint Proceedings of the Second RDF Stream Processing and the Querying the Web of Data Workshops"""@en;
  foaf:maker p:jean_paul_calbimonte, p:minh_dao_tran, p:daniele_dell_aglio, p:danh_le_phuoc, p:muhammad_saleem, p:ricardo_usbeck, :me, p:axel_cyrille_ngonga_ngomo;
  bibo:authorList (p:jean_paul_calbimonte p:minh_dao_tran p:daniele_dell_aglio p:danh_le_phuoc p:muhammad_saleem p:ricardo_usbeck :me p:axel_cyrille_ngonga_ngomo).

<https://ruben.verborgh.org/articles/queryable-research-data/> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_ldow_2017/>;
  rdfs:label """Piecing the puzzle – Self-publishing queryable research data on the Web"""@en;
  foaf:maker :me;
  bibo:authorList (:me).

<https://ruben.verborgh.org/publications/verborgh_wadl_2016/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_wadl_2016/>;
  rdfs:label """Devising Affordable and Functional Linked Data Archives"""@en;
  foaf:maker :me, p:miel_vander_sande, p:harihar_shankar, p:luda_balakireva, <http://public.lanl.gov/herbertv/profile/#me>;
  bibo:authorList (:me p:miel_vander_sande p:harihar_shankar p:luda_balakireva <http://public.lanl.gov/herbertv/profile/#me>).

<https://dx.doi.org/10.1145/3041021.3051699> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/vandewiele_locweb_2017/>;
  rdfs:label """Predicting train occupancies based on query logs and external data sources"""@en;
  foaf:maker p:gilles_vandewiele, <https://pietercolpaert.be/#me>, p:olivier_janssens, p:joachim_van_herwegen, :me, p:erik_mannens, p:femke_ongenae, p:filip_de_turck;
  bibo:authorList (p:gilles_vandewiele <https://pietercolpaert.be/#me> p:olivier_janssens p:joachim_van_herwegen :me p:erik_mannens p:femke_ongenae p:filip_de_turck).

<https://dx.doi.org/10.1145/3041021.3054210> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/taelman_www_poster_2017/>;
  rdfs:label """PoDiGG: A Public Transport RDF Dataset Generator"""@en;
  foaf:maker <https://www.rubensworks.net/#me>, :me, p:erik_mannens;
  bibo:authorList (<https://www.rubensworks.net/#me> :me p:erik_mannens).

<https://peerj.com/articles/cs-110/> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/wilkinson_peerjcs_2017/>;
  rdfs:label """Interoperability and FAIRness through a novel combination of Web technologies"""@en;
  foaf:maker p:mark_d_wilkinson, :me, p:luiz_olavo_bonino_da_silva_santos, p:tim_clark, p:morris_swertz, p:fleur_d_l_kelpin, p:alasdair_j_g_gray, p:erik_schultes, p:erik_m_van_mulligen, p:paolo_ciccarese, p:arnold_kuzniar, p:anand_gavai, p:mark_thompson, p:rajaram_kaliyaperumal, p:jerven_bolleman, p:michel_dumontier;
  bibo:authorList (p:mark_d_wilkinson :me p:luiz_olavo_bonino_da_silva_santos p:tim_clark p:morris_swertz p:fleur_d_l_kelpin p:alasdair_j_g_gray p:erik_schultes p:erik_m_van_mulligen p:paolo_ciccarese p:arnold_kuzniar p:anand_gavai p:mark_thompson p:rajaram_kaliyaperumal p:jerven_bolleman p:michel_dumontier).

<https://dx.doi.org/10.1017/S1471068416000016> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_tplp_2017/>;
  rdfs:label """The Pragmatic Proof: Hypermedia API Composition and Execution"""@en;
  foaf:maker :me, p:dorthe_arndt, p:sofie_van_hoecke, <https://josd.github.io/card.rdf#me>, p:giovanni_mels, <http://tomayac.com/thomas_steiner.rdf#me>, p:joaquim_gabarro_valles;
  bibo:authorList (:me p:dorthe_arndt p:sofie_van_hoecke <https://josd.github.io/card.rdf#me> p:giovanni_mels <http://tomayac.com/thomas_steiner.rdf#me> p:joaquim_gabarro_valles).

<https://peerj.com/articles/cs-105/> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/dimou_peerjcs_2017/>;
  rdfs:label """Challenges as Enablers for High Quality Linked Data: Insights from the Semantic Publishing Challenge"""@en;
  foaf:maker <https://natadimou.com/#me>, p:sahar_vahdati, p:angelo_di_iorio, p:christoph_lange, :me, p:erik_mannens;
  bibo:authorList (<https://natadimou.com/#me> p:sahar_vahdati p:angelo_di_iorio p:christoph_lange :me p:erik_mannens).

<https://ruben.verborgh.org/publications/beek_semantics_2017/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/beek_semantics_2017/>;
  rdfs:label """LOD-a-lot: A Single-File Enabler for Data Science"""@en;
  foaf:maker <http://lodlaundromat.org/resource/person/wouter_beek>, p:javier_d_fernandez, :me;
  bibo:authorList (<http://lodlaundromat.org/resource/person/wouter_beek> p:javier_d_fernandez :me).

<https://dx.doi.org/10.2298/CSIS151028031D> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/devocht_comsis_2017/>;
  rdfs:label """ResXplorer: Revealing Relations between Resources for Researchers in the Web of Data"""@en;
  foaf:maker p:laurens_de_vocht, p:selver_softic, :me, p:erik_mannens, p:martin_ebner;
  bibo:authorList (p:laurens_de_vocht p:selver_softic :me p:erik_mannens p:martin_ebner).

<https://dx.doi.org/10.1109/BigData.2016.7840981> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/hengchen_cas_2016/>;
  rdfs:label """Exploring archives with probabilistic models: Topic Modelling for the valorisation of digitised archives of the European Commission"""@en;
  foaf:maker p:simon_hengchen, p:mathias_coeckelbergs, p:seth_van_hooland, :me, <http://tomayac.com/thomas_steiner.rdf#me>;
  bibo:authorList (p:simon_hengchen p:mathias_coeckelbergs p:seth_van_hooland :me <http://tomayac.com/thomas_steiner.rdf#me>).

<https://ruben.verborgh.org/publications/dewitte_swat4ls_2016/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/dewitte_swat4ls_2016/>;
  rdfs:label """Scaling out federated queries for life science data in production"""@en;
  foaf:maker p:dieter_de_witte, p:laurens_de_vocht, p:kenny_knecht, p:filip_pattyn, p:hans_constandt, p:erik_mannens, :me;
  bibo:authorList (p:dieter_de_witte p:laurens_de_vocht p:kenny_knecht p:filip_pattyn p:hans_constandt p:erik_mannens :me).

<https://ruben.verborgh.org/articles/fine-grained-content-negotiation/> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_sdsvoc_2016/>;
  rdfs:label """Your JSON is not my JSON – A case for more fine-grained content negotiation"""@en;
  foaf:maker :me;
  bibo:authorList (:me).

<https://ruben.verborgh.org/publications/heyvaert_jist_2016/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/heyvaert_jist_2016/>;
  rdfs:label """Data Analysis of Hierarchical Data for RDF Term Identification"""@en;
  foaf:maker <https://pieterheyvaert.com/#me>, <https://natadimou.com/#me>, :me, p:erik_mannens;
  bibo:authorList (<https://pieterheyvaert.com/#me> <https://natadimou.com/#me> :me p:erik_mannens).

<https://dx.doi.org/10.1145/3014087.3014096> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/buyle_egose_2016/>;
  rdfs:label """OSLO: Open Standards for Linked Organizations"""@en;
  foaf:maker p:raf_buyle, p:laurens_de_vocht, p:mathias_van_compernolle, p:dieter_de_paepe, :me, p:ziggy_vanlishout, p:bjorn_de_vidts, p:peter_mechant, p:erik_mannens;
  bibo:authorList (p:raf_buyle p:laurens_de_vocht p:mathias_van_compernolle p:dieter_de_paepe :me p:ziggy_vanlishout p:bjorn_de_vidts p:peter_mechant p:erik_mannens).

<https://dx.doi.org/10.1007/s11042-014-2445-9> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/demeester_mtap_2016/>;
  rdfs:label """Towards Robust and Reliable Multimedia Analysis through Semantic Integration of Services"""@en;
  foaf:maker <http://ben.de-meester.org/#me>, :me, p:pieter_pauwels, p:wesley_de_neve, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (<http://ben.de-meester.org/#me> :me p:pieter_pauwels p:wesley_de_neve p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/taelman_cold_2016/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/taelman_cold_2016/>;
  rdfs:label """Multidimensional Interfaces for Selecting Data within Ordinal Ranges"""@en;
  foaf:maker <https://www.rubensworks.net/#me>, <https://pietercolpaert.be/#me>, :me, p:erik_mannens;
  bibo:authorList (<https://www.rubensworks.net/#me> <https://pietercolpaert.be/#me> :me p:erik_mannens).

<https://ruben.verborgh.org/publications/colpaert_cold_2016/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/colpaert_cold_2016/>;
  rdfs:label """The Impact of an Extra Feature on the Scalability of Linked Connections"""@en;
  foaf:maker <https://pietercolpaert.be/#me>, p:sander_ballieu, :me, p:erik_mannens;
  bibo:authorList (<https://pietercolpaert.be/#me> p:sander_ballieu :me p:erik_mannens).

<https://ruben.verborgh.org/publications/dimou_iesd_2016/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/dimou_iesd_2016/>;
  rdfs:label """Visualizing Research Networks’ Evolution over Time"""@en;
  foaf:maker <https://natadimou.com/#me>, p:laurens_de_vocht, :me, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (<https://natadimou.com/#me> p:laurens_de_vocht :me p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/taelman_iswc_demo_2016/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/taelman_iswc_demo_2016/>;
  rdfs:label """Querying Dynamic Datasources with Continuously Mapped Sensor Data"""@en;
  foaf:maker <https://www.rubensworks.net/#me>, <https://pieterheyvaert.com/#me>, :me, p:erik_mannens;
  bibo:authorList (<https://www.rubensworks.net/#me> <https://pieterheyvaert.com/#me> :me p:erik_mannens).

<https://ruben.verborgh.org/publications/heyvaert_iswc_demo_2016/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/heyvaert_iswc_demo_2016/>;
  rdfs:label """Linked Sensor Data Generation using Queryable RML Mappings"""@en;
  foaf:maker <https://pieterheyvaert.com/#me>, <https://www.rubensworks.net/#me>, :me, p:erik_mannens;
  bibo:authorList (<https://pieterheyvaert.com/#me> <https://www.rubensworks.net/#me> :me p:erik_mannens).

<https://ruben.verborgh.org/publications/dimou_iswc_demo_2016a/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/dimou_iswc_demo_2016a/>;
  rdfs:label """DBpedia Mappings Quality Assessment"""@en;
  foaf:maker <https://natadimou.com/#me>, p:dimitris_kontokostas, p:markus_freudenberg, :me, p:jens_lehmann, p:erik_mannens, p:sebastian_hellmann;
  bibo:authorList (<https://natadimou.com/#me> p:dimitris_kontokostas p:markus_freudenberg :me p:jens_lehmann p:erik_mannens p:sebastian_hellmann).

<https://ruben.verborgh.org/publications/dimou_iswc_demo_2016b/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/dimou_iswc_demo_2016b/>;
  rdfs:label """Towards an Interface for User-Friendly Linked Data Generation Administration"""@en;
  foaf:maker <https://natadimou.com/#me>, <https://pieterheyvaert.com/#me>, p:wouter_maroy, p:laurens_de_graeve, :me, p:erik_mannens;
  bibo:authorList (<https://natadimou.com/#me> <https://pieterheyvaert.com/#me> p:wouter_maroy p:laurens_de_graeve :me p:erik_mannens).

<https://ruben.verborgh.org/publications/depaepe_iswc_poster_2016/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/depaepe_iswc_poster_2016/>;
  rdfs:label """Rule-Based Reasoning using State Space Search"""@en;
  foaf:maker p:dieter_de_paepe, :me, p:erik_mannens;
  bibo:authorList (p:dieter_de_paepe :me p:erik_mannens).

<https://ruben.verborgh.org/publications/demeester_iswc_poster_2016/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/demeester_iswc_poster_2016/>;
  rdfs:label """Discovering and Using Functions via Content Negotiation"""@en;
  foaf:maker <http://ben.de-meester.org/#me>, <https://natadimou.com/#me>, :me, p:erik_mannens;
  bibo:authorList (<http://ben.de-meester.org/#me> <https://natadimou.com/#me> :me p:erik_mannens).

<https://ruben.verborgh.org/publications/buyle_iswc_demo_2016/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/buyle_iswc_demo_2016/>;
  rdfs:label """Local Council Decisions as Linked Data: a proof of concept"""@en;
  foaf:maker p:raf_buyle, <https://pietercolpaert.be/#me>, p:mathias_van_compernolle, p:peter_mechant, p:veronique_volders, :me, p:erik_mannens;
  bibo:authorList (p:raf_buyle <https://pietercolpaert.be/#me> p:mathias_van_compernolle p:peter_mechant p:veronique_volders :me p:erik_mannens).

<https://ruben.verborgh.org/publications/maleshkova_swit_2016/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/maleshkova_swit_2016/>;
  rdfs:label """Joint Proceedings of the 3rd Stream Reasoning (SR 2016) and the 1st Semantic Web Technologies for the Internet of Things (SWIT 2016) workshops"""@en;
  foaf:maker p:daniele_dell_aglio, p:emanuele_della_valle, p:thomas_eiter, p:markus_krotzsch, p:maria_maleshkova, :me, p:federico_facca, <http://liris.cnrs.fr/~mmrissa/foaf.rdf#mm>;
  bibo:authorList (p:daniele_dell_aglio p:emanuele_della_valle p:thomas_eiter p:markus_krotzsch p:maria_maleshkova :me p:federico_facca <http://liris.cnrs.fr/~mmrissa/foaf.rdf#mm>).

<https://peerj.com/articles/cs-78/> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/kuhn_peerjcs_2016/>;
  rdfs:label """Decentralized provenance-aware publishing with nanopublications"""@en;
  foaf:maker p:tobias_kuhn, p:christine_chichester, p:michael_krauthammer, p:nuria_queralt_rosinach, :me, p:george_giannakopoulos, p:axel_cyrille_ngonga_ngomo, p:raffaele_viglianti, p:michel_dumontier;
  bibo:authorList (p:tobias_kuhn p:christine_chichester p:michael_krauthammer p:nuria_queralt_rosinach :me p:george_giannakopoulos p:axel_cyrille_ngonga_ngomo p:raffaele_viglianti p:michel_dumontier).

<https://ruben.verborgh.org/publications/arndt_ruleml_industry_2016/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/arndt_ruleml_industry_2016/>;
  rdfs:label """Using Rules to Generate and Execute Workflows in Smart Factories"""@en;
  foaf:maker p:dorthe_arndt, p:joachim_van_herwegen, :me, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (p:dorthe_arndt p:joachim_van_herwegen :me p:erik_mannens p:rik_van_de_walle).

<https://dx.doi.org/10.1007/978-3-319-40349-6_23> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/devocht_hcii_2016/>;
  rdfs:label """Effect of Heuristics on Serendipity in Path-based Storytelling with Linked Data"""@en;
  foaf:maker p:laurens_de_vocht, p:christian_beecks, :me, p:erik_mannens, p:thomas_seidl, p:rik_van_de_walle;
  bibo:authorList (p:laurens_de_vocht p:christian_beecks :me p:erik_mannens p:thomas_seidl p:rik_van_de_walle).

<https://dx.doi.org/10.4018/IJSWIS.2016070103> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/vandersande_ijswis_2016/>;
  rdfs:label """Hypermedia-based Discovery for Source Selection using Low-Cost Linked Data Interfaces"""@en;
  foaf:maker p:miel_vander_sande, :me, <https://natadimou.com/#me>, <https://pietercolpaert.be/#me>, p:erik_mannens;
  bibo:authorList (p:miel_vander_sande :me <https://natadimou.com/#me> <https://pietercolpaert.be/#me> p:erik_mannens).

<https://dx.doi.org/10.1109/TASE.2016.2533321> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/mayer_tase_2016/>;
  rdfs:label """Smart Configuration of Smart Environments"""@en;
  foaf:maker p:simon_mayer, :me, p:matthias_kovatsch, p:friedemann_mattern;
  bibo:authorList (p:simon_mayer :me p:matthias_kovatsch p:friedemann_mattern).

<https://dx.doi.org/10.1145/2928294.2928304> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/dewitte_sbd_2016/>;
  rdfs:label """Big Linked Data ETL Benchmark on Cloud Commodity Hardware"""@en;
  foaf:maker p:dieter_de_witte, p:laurens_de_vocht, :me, p:kenny_knecht, p:filip_pattyn, p:hans_constandt, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (p:dieter_de_witte p:laurens_de_vocht :me p:kenny_knecht p:filip_pattyn p:hans_constandt p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/amanqui_wetice_2016/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/amanqui_wetice_2016/>;
  rdfs:label """A Model of Provenance Applied to Biodiversity Datasets"""@en;
  foaf:maker p:flor_karina_amanqui, p:tom_de_nies, <https://natadimou.com/#me>, :me, p:erik_mannens, p:rik_van_de_walle, p:dilvan_moreira;
  bibo:authorList (p:flor_karina_amanqui p:tom_de_nies <https://natadimou.com/#me> :me p:erik_mannens p:rik_van_de_walle p:dilvan_moreira).

<https://dx.doi.org/10.1007/978-3-319-38791-8_41> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/amanqui_icwe_2016/>;
  rdfs:label """Using Spatiotemporal Information to Integrate Heterogeneous Biodiversity Semantic Data"""@en;
  foaf:maker p:flor_karina_amanqui, :me, p:erik_mannens, p:rik_van_de_walle, p:dilvan_moreira;
  bibo:authorList (p:flor_karina_amanqui :me p:erik_mannens p:rik_van_de_walle p:dilvan_moreira).

<https://dx.doi.org/10.1007/978-3-319-47602-5_44> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/taelman_eswc_2016/>;
  rdfs:label """Continuous Client-side Query Evaluation over Dynamic Linked Data"""@en;
  foaf:maker <https://www.rubensworks.net/#me>, :me, <https://pietercolpaert.be/#me>, p:erik_mannens;
  bibo:authorList (<https://www.rubensworks.net/#me> :me <https://pietercolpaert.be/#me> p:erik_mannens).

<https://ruben.verborgh.org/publications/depaepe_eswc_pn_2016/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/depaepe_eswc_pn_2016/>;
  rdfs:label """Textile and Clothing Business Labs"""@en;
  foaf:maker p:dieter_de_paepe, p:tobias_maschler, p:fridolin_wild, p:erico_ferro, p:jesse_marsh, :me, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (p:dieter_de_paepe p:tobias_maschler p:fridolin_wild p:erico_ferro p:jesse_marsh :me p:erik_mannens p:rik_van_de_walle).

<https://dx.doi.org/10.1007/978-3-319-47602-5_1> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/taelman_eswc_poster_2016/>;
  rdfs:label """Moving Real-Time Linked Data Query Evaluation to the Client"""@en;
  foaf:maker <https://www.rubensworks.net/#me>, :me, <https://pietercolpaert.be/#me>, p:erik_mannens;
  bibo:authorList (<https://www.rubensworks.net/#me> :me <https://pietercolpaert.be/#me> p:erik_mannens).

<https://dx.doi.org/10.1007/978-3-319-47602-5_25> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/heyvaert_eswc_demo_2016/>;
  rdfs:label """Graph-Based Editing of Linked Data Mappings using the RMLEditor"""@en;
  foaf:maker <https://pieterheyvaert.com/#me>, <https://natadimou.com/#me>, :me, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (<https://pieterheyvaert.com/#me> <https://natadimou.com/#me> :me p:erik_mannens p:rik_van_de_walle).

<https://dx.doi.org/10.1007/978-3-319-47602-5_10> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/demeester_eswc_poster_2016/>;
  rdfs:label """An Ontology to Semantically Declare and Describe Functions"""@en;
  foaf:maker <http://ben.de-meester.org/#me>, <https://natadimou.com/#me>, :me, p:erik_mannens;
  bibo:authorList (<http://ben.de-meester.org/#me> <https://natadimou.com/#me> :me p:erik_mannens).

<https://dx.doi.org/10.1007/978-3-319-46565-4_18> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/devocht_eswc_challenge_2016/>;
  rdfs:label """Using Triple Pattern Fragments To Enable Streaming of Top-k Shortest Paths via the Web"""@en;
  foaf:maker p:laurens_de_vocht, :me, p:erik_mannens;
  bibo:authorList (p:laurens_de_vocht :me p:erik_mannens).

<https://ruben.verborgh.org/publications/colpaert_its_2016/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/colpaert_its_2016/>;
  rdfs:label """Open Transport Data as an enabler for Multimodal Route Planning"""@en;
  foaf:maker <https://pietercolpaert.be/#me>, p:mathias_van_compernolle, p:nils_walravens, :me, p:peter_mechant, p:erik_mannens, p:lieven_de_marez, p:pieter_ballon, p:rik_van_de_walle;
  bibo:authorList (<https://pietercolpaert.be/#me> p:mathias_van_compernolle p:nils_walravens :me p:peter_mechant p:erik_mannens p:lieven_de_marez p:pieter_ballon p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/hubain_docsi_2016/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/hubain_docsi_2016/>;
  rdfs:label """Classification automatisée : rêve ou réalité ?"""@en;
  foaf:maker p:raphael_hubain, p:seth_van_hooland, :me;
  bibo:authorList (p:raphael_hubain p:seth_van_hooland :me).

<https://dx.doi.org/10.1007/978-3-319-34129-3_43> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/heyvaert_eswc_2016/>;
  rdfs:label """RMLEditor: A Graph-based Mapping Editor for Linked Data Mappings"""@en;
  foaf:maker <https://pieterheyvaert.com/#me>, <https://natadimou.com/#me>, p:aron_levi_herregodts, :me, p:dimitri_schuurman, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (<https://pieterheyvaert.com/#me> <https://natadimou.com/#me> p:aron_levi_herregodts :me p:dimitri_schuurman p:erik_mannens p:rik_van_de_walle).

<https://dx.doi.org/10.1007/978-3-319-34129-3_5> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/denies_eswc_2016/>;
  rdfs:label """Normalized Semantic Web Distance"""@en;
  foaf:maker p:tom_de_nies, p:christian_beecks, p:frederic_godin, p:wesley_de_neve, p:grzegorz_stepien, p:dorthe_arndt, p:laurens_de_vocht, :me, p:thomas_seidl, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (p:tom_de_nies p:christian_beecks p:frederic_godin p:wesley_de_neve p:grzegorz_stepien p:dorthe_arndt p:laurens_de_vocht :me p:thomas_seidl p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/taelman_mepdaw_2016/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/taelman_mepdaw_2016/>;
  rdfs:label """Continuously Updating Query Results over Real-Time Linked Data"""@en;
  foaf:maker <https://www.rubensworks.net/#me>, :me, <https://pietercolpaert.be/#me>, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (<https://www.rubensworks.net/#me> :me <https://pietercolpaert.be/#me> p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/troncy_limesemdev_2016/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/troncy_limesemdev_2016/>;
  rdfs:label """Proceedings of LIME and ESWC Developers Hackshop"""@en;
  foaf:maker <http://www.eurecom.fr/~troncy/troncyr-foaf.rdf#rt>, :me, p:nixon_lyndon, p:thomas_kurz, p:kai_schlegel, p:miel_vander_sande;
  bibo:authorList (<http://www.eurecom.fr/~troncy/troncyr-foaf.rdf#rt> :me p:nixon_lyndon p:thomas_kurz p:kai_schlegel p:miel_vander_sande).

<https://ruben.verborgh.org/publications/maleshkova_salad_2016/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/maleshkova_salad_2016/>;
  rdfs:label """Proceedings of the Fourth Workshop on Services and Applications over Linked APIs and Data"""@en;
  foaf:maker p:maria_maleshkova, :me, p:felix_leif_keppmann;
  bibo:authorList (p:maria_maleshkova :me p:felix_leif_keppmann).

<https://ruben.verborgh.org/publications/dimou_ldow_2016/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/dimou_ldow_2016/>;
  rdfs:label """Automated Metadata Generation for Linked Data Generation and Publishing Workflows"""@en;
  foaf:maker <https://natadimou.com/#me>, p:tom_de_nies, :me, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (<https://natadimou.com/#me> p:tom_de_nies :me p:erik_mannens p:rik_van_de_walle).

<https://dx.doi.org/10.1145/2872518.2891069> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/colpaert_usewod_2016/>;
  rdfs:label """What public transit API logs tell us about travel flows"""@en;
  foaf:maker <https://pietercolpaert.be/#me>, p:alvin_chua, :me, p:erik_mannens, p:rik_van_de_walle, p:andrew_vande_moere;
  bibo:authorList (<https://pietercolpaert.be/#me> p:alvin_chua :me p:erik_mannens p:rik_van_de_walle p:andrew_vande_moere).

<https://dx.doi.org/10.1007/978-3-319-33245-1_10> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/arndt_owled_2015/>;
  rdfs:label """Improving OWL RL reasoning in N3 by using specialized rules"""@en;
  foaf:maker p:dorthe_arndt, <http://ben.de-meester.org/#me>, p:pieter_bonte, p:jeroen_schaballie, p:jabran_bhatti, p:wim_dereuddre, :me, p:femke_ongenae, p:filip_de_turck, p:rik_van_de_walle, p:erik_mannens;
  bibo:authorList (p:dorthe_arndt <http://ben.de-meester.org/#me> p:pieter_bonte p:jeroen_schaballie p:jabran_bhatti p:wim_dereuddre :me p:femke_ongenae p:filip_de_turck p:rik_van_de_walle p:erik_mannens).

<https://dx.doi.org/10.1016/j.websem.2016.03.003> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_jws_2016/>;
  rdfs:label """Triple Pattern Fragments: a Low-cost Knowledge Graph Interface for the Web"""@en;
  foaf:maker :me, p:miel_vander_sande, <http://olafhartig.de/foaf.rdf#olaf>, p:joachim_van_herwegen, p:laurens_de_vocht, <http://ben.de-meester.org/#me>, p:gerald_haesendonck, <https://pietercolpaert.be/#me>;
  bibo:authorList (:me p:miel_vander_sande <http://olafhartig.de/foaf.rdf#olaf> p:joachim_van_herwegen p:laurens_de_vocht <http://ben.de-meester.org/#me> p:gerald_haesendonck <https://pietercolpaert.be/#me>).

<https://dx.doi.org/10.1145/2910019.2910027> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/vancompernolle_icegov_2016/>;
  rdfs:label """State-of-the-Art Assessment on the Implementations of International Core Data Models for Public Administrations"""@en;
  foaf:maker p:mathias_van_compernolle, p:laurens_de_vocht, p:stijn_goedertier, p:nikolaos_loutas, :me, p:erik_mannens, p:peter_mechant, p:vassilios_peristeras, p:rik_van_de_walle;
  bibo:authorList (p:mathias_van_compernolle p:laurens_de_vocht p:stijn_goedertier p:nikolaos_loutas :me p:erik_mannens p:peter_mechant p:vassilios_peristeras p:rik_van_de_walle).

<https://dx.doi.org/10.1145/2910019.2910030> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/devocht_icegov_2016/>;
  rdfs:label """Providing Interchangeable Open Data to Accelerate Development of Sustainable Regional Mobile Tourist Guides"""@en;
  foaf:maker p:laurens_de_vocht, :me, p:erik_mannens, p:rik_van_de_walle, p:wouter_van_den_bosch, p:raf_buyle, p:bruno_koninckx;
  bibo:authorList (p:laurens_de_vocht :me p:erik_mannens p:rik_van_de_walle p:wouter_van_den_bosch p:raf_buyle p:bruno_koninckx).

<https://ruben.verborgh.org/publications/bosch_kwalon_2016/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/bosch_kwalon_2016/>;
  rdfs:label """Iterative querying of the Semantic Web"""@en;
  foaf:maker p:reinoud_bosch, :me;
  bibo:authorList (p:reinoud_bosch :me).

<https://dx.doi.org/10.1109/ICSC.2016.55> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/denies_icsc_2016/>;
  rdfs:label """Distance-based Approach for Semantic Dissimilarity in Knowledge Graphs"""@en;
  foaf:maker p:tom_de_nies, p:christian_beecks, p:frederic_godin, p:wesley_de_neve, p:stepien_grzegorz, p:dorthe_arndt, p:laurens_de_vocht, :me, p:thomas_seidl, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (p:tom_de_nies p:christian_beecks p:frederic_godin p:wesley_de_neve p:stepien_grzegorz p:dorthe_arndt p:laurens_de_vocht :me p:thomas_seidl p:erik_mannens p:rik_van_de_walle).

<https://dx.doi.org/10.1007/978-3-319-25518-7_14> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/heyvaert_sempub_2015/>;
  rdfs:label """Semantically Annotating CEUR-WS Workshop Proceedings with RML"""@en;
  foaf:maker <https://pieterheyvaert.com/#me>, <https://natadimou.com/#me>, :me, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (<https://pieterheyvaert.com/#me> <https://natadimou.com/#me> :me p:erik_mannens p:rik_van_de_walle).

<https://dx.doi.org/10.1007/978-3-319-47075-7_50> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/vanhoecke_coiote_2015/>;
  rdfs:label """Dynamic Monitoring Dashboards through Composition of Web and Visualization Services"""@en;
  foaf:maker p:sofie_van_hoecke, p:cynric_huys, p:olivier_janssens, :me, p:rik_van_de_walle;
  bibo:authorList (p:sofie_van_hoecke p:cynric_huys p:olivier_janssens :me p:rik_van_de_walle).

<https://dx.doi.org/10.1007/978-3-319-27036-4_10> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/ghaem_sigarchian_icids_2015/>;
  rdfs:label """Hybrid Books for Interactive Digital Storytelling: Connecting Story Entities and Emotions to Smart Environments"""@en;
  foaf:maker p:hajar_ghaem_sigarchian, <http://ben.de-meester.org/#me>, p:frank_salliau, p:wesley_de_neve, p:sara_logghe, :me, p:erik_mannens, p:rik_van_de_walle, p:dimitri_schuurman;
  bibo:authorList (p:hajar_ghaem_sigarchian <http://ben.de-meester.org/#me> p:frank_salliau p:wesley_de_neve p:sara_logghe :me p:erik_mannens p:rik_van_de_walle p:dimitri_schuurman).

<https://ruben.verborgh.org/publications/dimou_edf_2015/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/dimou_edf_2015/>;
  rdfs:label """Data Integration based on Uniform Mapping Definitions to RDF"""@en;
  foaf:maker <https://natadimou.com/#me>, p:tom_de_nies, :me, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (<https://natadimou.com/#me> p:tom_de_nies :me p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/heyvaert_iesd_2015/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/heyvaert_iesd_2015/>;
  rdfs:label """Towards a Uniform User Interface for Editing Mapping Definitions"""@en;
  foaf:maker <https://pieterheyvaert.com/#me>, <https://natadimou.com/#me>, :me, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (<https://pieterheyvaert.com/#me> <https://natadimou.com/#me> :me p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/devocht_iesd_2015/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/devocht_iesd_2015/>;
  rdfs:label """Benchmarking the Effectiveness of Associating Chains of Links for Exploratory Semantic Search"""@en;
  foaf:maker p:laurens_de_vocht, p:selver_softic, :me, p:erik_mannens, p:martin_ebner, p:rik_van_de_walle;
  bibo:authorList (p:laurens_de_vocht p:selver_softic :me p:erik_mannens p:martin_ebner p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/denies_method_2015/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/denies_method_2015/>;
  rdfs:label """Enabling Dataset Trustworthiness by Exposing the Provenance of Mapping Quality Assessment and Refinement"""@en;
  foaf:maker p:tom_de_nies, <https://natadimou.com/#me>, :me, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (p:tom_de_nies <https://natadimou.com/#me> :me p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/demeester_nlpdbpedia_2015/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/demeester_nlpdbpedia_2015/>;
  rdfs:label """Exposing Digital Content as Linked Data, and Linking them using StoryBlink"""@en;
  foaf:maker <http://ben.de-meester.org/#me>, p:tom_de_nies, p:laurens_de_vocht, :me, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (<http://ben.de-meester.org/#me> p:tom_de_nies p:laurens_de_vocht :me p:erik_mannens p:rik_van_de_walle).

<https://dx.doi.org/10.1145/2806416.2806642> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/denies_cikm_2015/>;
  rdfs:label """Towards Multi-level Provenance Reconstruction of Information Diffusion on Social Media"""@en;
  foaf:maker p:tom_de_nies, p:io_taxidou, <https://natadimou.com/#me>, :me, p:peter_fischer, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (p:tom_de_nies p:io_taxidou <https://natadimou.com/#me> :me p:peter_fischer p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/demeester_linked_2015/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/demeester_linked_2015/>;
  rdfs:label """SERIF: A Semantic ExeRcise Interchange Format"""@en;
  foaf:maker <http://ben.de-meester.org/#me>, p:hajar_ghaem_sigarchian, p:tom_de_nies, :me, p:frank_salliau, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (<http://ben.de-meester.org/#me> p:hajar_ghaem_sigarchian p:tom_de_nies :me p:frank_salliau p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/heyvaert_iswc_2015/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/heyvaert_iswc_2015/>;
  rdfs:label """Towards Approaches for Generating RDF Mapping Definitions"""@en;
  foaf:maker <https://pieterheyvaert.com/#me>, <https://natadimou.com/#me>, :me, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (<https://pieterheyvaert.com/#me> <https://natadimou.com/#me> :me p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/dimou_iswc_2015b/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/dimou_iswc_2015b/>;
  rdfs:label """Test-driven Assessment of [R2]RML Mappings to Improve Dataset Quality"""@en;
  foaf:maker <https://natadimou.com/#me>, p:dimitris_kontokostas, p:markus_freudenberg, :me, p:jens_lehmann, p:erik_mannens, p:sebastian_hellmann, p:rik_van_de_walle;
  bibo:authorList (<https://natadimou.com/#me> p:dimitris_kontokostas p:markus_freudenberg :me p:jens_lehmann p:erik_mannens p:sebastian_hellmann p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/devocht_iswc_2015/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/devocht_iswc_2015/>;
  rdfs:label """The Highway to Queryable Linked Data: Self-Describing Web APIs with Varying Features"""@en;
  foaf:maker p:laurens_de_vocht, p:miel_vander_sande, p:joachim_van_herwegen, :me, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (p:laurens_de_vocht p:miel_vander_sande p:joachim_van_herwegen :me p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/demeester_iswc_2015/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/demeester_iswc_2015/>;
  rdfs:label """StoryBlink: a Semantic Web Approach for Linking Stories"""@en;
  foaf:maker <http://ben.de-meester.org/#me>, p:tom_de_nies, p:laurens_de_vocht, :me, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (<http://ben.de-meester.org/#me> p:tom_de_nies p:laurens_de_vocht :me p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/colpaert_iswc_2015/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/colpaert_iswc_2015/>;
  rdfs:label """Intermodal public transit routing using Linked Connections"""@en;
  foaf:maker <https://pietercolpaert.be/#me>, p:alejandro_llaves, :me, p:oscar_corcho, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (<https://pietercolpaert.be/#me> p:alejandro_llaves :me p:oscar_corcho p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/bonte_iswc_2015/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/bonte_iswc_2015/>;
  rdfs:label """Semantic Intelligence for Real-time Automated Media Production"""@en;
  foaf:maker p:pieter_bonte, p:femke_ongenae, p:jeroen_schaballie, p:dorthe_arndt, p:philip_leroux, :me, p:erik_mannens, p:filip_de_turck, p:robby_wauters;
  bibo:authorList (p:pieter_bonte p:femke_ongenae p:jeroen_schaballie p:dorthe_arndt p:philip_leroux :me p:erik_mannens p:filip_de_turck p:robby_wauters).

<https://ruben.verborgh.org/publications/vandersande_iswc_2015/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/vandersande_iswc_2015/>;
  rdfs:label """Opportunistic Linked Data Querying through Approximate Membership Metadata"""@en;
  foaf:maker p:miel_vander_sande, :me, p:joachim_van_herwegen, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (p:miel_vander_sande :me p:joachim_van_herwegen p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/vanherwegen_iswc_2015/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/vanherwegen_iswc_2015/>;
  rdfs:label """Substring Filtering for Low-Cost Linked Data Interfaces"""@en;
  foaf:maker p:joachim_van_herwegen, p:laurens_de_vocht, :me, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (p:joachim_van_herwegen p:laurens_de_vocht :me p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/dimou_iswc_2015a/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/dimou_iswc_2015a/>;
  rdfs:label """Assessing and Refining Mappings to RDF to Improve Dataset Quality"""@en;
  foaf:maker <https://natadimou.com/#me>, p:dimitris_kontokostas, p:markus_freudenberg, :me, p:jens_lehmann, p:erik_mannens, p:sebastian_hellmann, p:rik_van_de_walle;
  bibo:authorList (<https://natadimou.com/#me> p:dimitris_kontokostas p:markus_freudenberg :me p:jens_lehmann p:erik_mannens p:sebastian_hellmann p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/ventura_ssntc_2015/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/ventura_ssntc_2015/>;
  rdfs:label """Autonomous Composition and Execution of REST APIs for Smart Sensors"""@en;
  foaf:maker p:daniela_ventura, :me, p:vincenzo_catania, p:erik_mannens;
  bibo:authorList (p:daniela_ventura :me p:vincenzo_catania p:erik_mannens).

<https://ruben.verborgh.org/publications/demeester_ordring_2015/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/demeester_ordring_2015/>;
  rdfs:label """Event-Driven Rule-Based Reasoning using EYE"""@en;
  foaf:maker <http://ben.de-meester.org/#me>, p:dorthe_arndt, p:pieter_bonte, p:jabran_bhatti, p:wim_dereuddre, :me, p:femke_ongenae, p:filip_de_turck, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (<http://ben.de-meester.org/#me> p:dorthe_arndt p:pieter_bonte p:jabran_bhatti p:wim_dereuddre :me p:femke_ongenae p:filip_de_turck p:erik_mannens p:rik_van_de_walle).

<https://dx.doi.org/10.3233/978-1-61499-562-3-37> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/heyvaert_elpub_2015/>;
  rdfs:label """Using EPUB 3 and the Open Web Platform for Enhanced Presentation and Machine-Understandable Metadata for Digital Comics"""@en;
  foaf:maker <https://pieterheyvaert.com/#me>, p:tom_de_nies, p:joachim_van_herwegen, p:miel_vander_sande, :me, p:wesley_de_neve, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (<https://pieterheyvaert.com/#me> p:tom_de_nies p:joachim_van_herwegen p:miel_vander_sande :me p:wesley_de_neve p:erik_mannens p:rik_van_de_walle).

<https://dx.doi.org/10.1145/2814864.2814892> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/vandersande_semantics_2015/>;
  rdfs:label """Updating SPARQL results in real-time with client-side Fragment Patching"""@en;
  foaf:maker p:miel_vander_sande, :me, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (p:miel_vander_sande :me p:erik_mannens p:rik_van_de_walle).

<https://dx.doi.org/10.1145/2814864.2814873> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/dimou_semantics_2015/>;
  rdfs:label """Machine-Interpretable Dataset and Service Descriptions for Heterogeneous Data Access and Retrieval"""@en;
  foaf:maker <https://natadimou.com/#me>, :me, p:miel_vander_sande, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (<https://natadimou.com/#me> :me p:miel_vander_sande p:erik_mannens p:rik_van_de_walle).

<https://dx.doi.org/10.1007/978-3-319-24258-3_65> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/heyvaert_ectel_2015/>;
  rdfs:label """Linked Data-enabled Gamification in EPUB 3 for Educational Digital Textbooks"""@en;
  foaf:maker <https://pieterheyvaert.com/#me>, :me, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (<https://pieterheyvaert.com/#me> :me p:erik_mannens p:rik_van_de_walle).

<https://dx.doi.org/10.1093/comjnl/bxt147> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/steiner_computerjournal_2015/>;
  rdfs:label """Clustering Media Items Stemming from Social Networks"""@en;
  foaf:maker <http://tomayac.com/thomas_steiner.rdf#me>, :me, p:joaquim_gabarro_valles, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (<http://tomayac.com/thomas_steiner.rdf#me> :me p:joaquim_gabarro_valles p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/filipowska_semantics_2015/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/filipowska_semantics_2015/>;
  rdfs:label """Joint Proceedings of the Posters and Demos Track of 11th International Conference on Semantic Systems"""@en;
  foaf:maker p:agata_filipowska, :me, <http://www.polleres.net/foaf.rdf#me>;
  bibo:authorList (p:agata_filipowska :me <http://www.polleres.net/foaf.rdf#me>).

<https://ruben.verborgh.org/publications/arndt_ruleml_2015/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/arndt_ruleml_2015/>;
  rdfs:label """Semantics of Notation3 Logic: A solution for implicit quantification"""@en;
  foaf:maker p:dorthe_arndt, :me, <https://josd.github.io/card.rdf#me>, p:hong_sun, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (p:dorthe_arndt :me <https://josd.github.io/card.rdf#me> p:hong_sun p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/arndt_ruleml_industry_2015/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/arndt_ruleml_industry_2015/>;
  rdfs:label """Ontology Reasoning using Rules in an eHealth Context"""@en;
  foaf:maker p:dorthe_arndt, <http://ben.de-meester.org/#me>, p:pieter_bonte, p:jeroen_schaballie, p:jabran_bhatti, p:wim_dereuddre, :me, p:femke_ongenae, p:filip_de_turck, p:rik_van_de_walle, p:erik_mannens;
  bibo:authorList (p:dorthe_arndt <http://ben.de-meester.org/#me> p:pieter_bonte p:jeroen_schaballie p:jabran_bhatti p:wim_dereuddre :me p:femke_ongenae p:filip_de_turck p:rik_van_de_walle p:erik_mannens).

<https://dx.doi.org/10.1007/978-3-319-25639-9_54> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_eswc_2015/>;
  rdfs:label """DBpedia’s Triple Pattern Fragments: Usage Patterns and Insights"""@en;
  foaf:maker :me;
  bibo:authorList (:me).

<https://ruben.verborgh.org/publications/verborgh_usewod_2015/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_usewod_2015/>;
  rdfs:label """Initial Usage Analysis of DBpedia’s Triple Pattern Fragments"""@en;
  foaf:maker :me, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (:me p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/kjernsmo_noise_2015/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/kjernsmo_noise_2015/>;
  rdfs:label """How can scientific methods provide guidance for Semantic Web Research and Development?"""@en;
  foaf:maker <https://solid.kjernsmo.net/profile/card#me>, :me;
  bibo:authorList (<https://solid.kjernsmo.net/profile/card#me> :me).

<https://ruben.verborgh.org/publications/hochstenbach_elag_2015/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/hochstenbach_elag_2015/>;
  rdfs:label """Scaling data streams with Catmandu and Linked Data Fragments"""@en;
  foaf:maker p:patrick_hochstenbach, :me;
  bibo:authorList (p:patrick_hochstenbach :me).

<https://ruben.verborgh.org/publications/bonte_ore_2015/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/bonte_ore_2015/>;
  rdfs:label """Evaluation and Optimized Usage of OWL 2 Reasoners in an Event-based eHealth Context"""@en;
  foaf:maker p:pieter_bonte, p:femke_ongenae, p:jeroen_schaballie, <http://ben.de-meester.org/#me>, p:dorthe_arndt, p:wim_dereuddre, p:jabran_bhatti, p:stijn_verstichel, :me, p:rik_van_de_walle, p:erik_mannens, p:filip_de_turck;
  bibo:authorList (p:pieter_bonte p:femke_ongenae p:jeroen_schaballie <http://ben.de-meester.org/#me> p:dorthe_arndt p:wim_dereuddre p:jabran_bhatti p:stijn_verstichel :me p:rik_van_de_walle p:erik_mannens p:filip_de_turck).

<https://ruben.verborgh.org/publications/denies_noise_2015/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/denies_noise_2015/>;
  rdfs:label """Named-Entity-based Linking and Exploration of News using an Adapted Jaccard Metric"""@en;
  foaf:maker p:tom_de_nies, p:jasper_verplanken, :me, p:wesley_de_neve, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (p:tom_de_nies p:jasper_verplanken :me p:wesley_de_neve p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/arndt_eswc_pn_2015/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/arndt_eswc_pn_2015/>;
  rdfs:label """Facts4Workers: Worker-Centric Workplaces in Smart Factories"""@en;
  foaf:maker p:dorthe_arndt, p:joachim_van_herwegen, :me, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (p:dorthe_arndt p:joachim_van_herwegen :me p:erik_mannens p:rik_van_de_walle).

<https://dx.doi.org/10.1007/978-3-319-25639-9_32> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/vanherwegen_eswc_demo_2015/>;
  rdfs:label """Interactive Comparison of Triple Pattern Fragments Query Approaches"""@en;
  foaf:maker p:joachim_van_herwegen, :me, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (p:joachim_van_herwegen :me p:erik_mannens p:rik_van_de_walle).

<https://dx.doi.org/10.1007/978-3-319-25639-9_13> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/heyvaert_eswc_poster_2015/>;
  rdfs:label """Merging and Enriching DCAT Feeds to Improve Discoverability of Datasets"""@en;
  foaf:maker <https://pieterheyvaert.com/#me>, <https://pietercolpaert.be/#me>, :me, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (<https://pieterheyvaert.com/#me> <https://pietercolpaert.be/#me> :me p:erik_mannens p:rik_van_de_walle).

<https://dx.doi.org/10.1007/978-3-319-25639-9_6> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/devocht_eswc_poster_2015/>;
  rdfs:label """Improving Semantic Relatedness in Paths for Storytelling with Linked Data on the Web"""@en;
  foaf:maker p:laurens_de_vocht, p:christian_beecks, :me, p:erik_mannens, p:thomas_seidl, p:rik_van_de_walle;
  bibo:authorList (p:laurens_de_vocht p:christian_beecks :me p:erik_mannens p:thomas_seidl p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/ghaem_sigarchian_icel_2015/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/ghaem_sigarchian_icel_2015/>;
  rdfs:label """Towards Making EPUB 3-Based e-TextBooks a First-Class Mobile Learning Environment"""@en;
  foaf:maker p:hajar_ghaem_sigarchian, <http://ben.de-meester.org/#me>, p:tom_de_nies, :me, p:frank_salliau, p:wesley_de_neve, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (p:hajar_ghaem_sigarchian <http://ben.de-meester.org/#me> p:tom_de_nies :me p:frank_salliau p:wesley_de_neve p:erik_mannens p:rik_van_de_walle).

<https://dx.doi.org/10.1093/llc/fqt067> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/vanhooland_llc_2015/>;
  rdfs:label """Exploring Entity Recognition and Disambiguation for Cultural Heritage Collections"""@en;
  foaf:maker p:seth_van_hooland, p:max_de_wilde, :me, <http://tomayac.com/thomas_steiner.rdf#me>, p:rik_van_de_walle;
  bibo:authorList (p:seth_van_hooland p:max_de_wilde :me <http://tomayac.com/thomas_steiner.rdf#me> p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/hengchen_docsi_2015/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/hengchen_docsi_2015/>;
  rdfs:label """L’extraction d’entités nommées : une opportunité pour le secteur culturel ?"""@en;
  foaf:maker p:simon_hengchen, p:seth_van_hooland, :me, p:max_de_wilde;
  bibo:authorList (p:simon_hengchen p:seth_van_hooland :me p:max_de_wilde).

<https://josd.github.io/Papers/EYE.pdf> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_software_2015/>;
  rdfs:label """Drawing Conclusions from Linked Data on the Web"""@en;
  foaf:maker :me, <https://josd.github.io/card.rdf#me>;
  bibo:authorList (:me <https://josd.github.io/card.rdf#me>).

<https://ruben.verborgh.org/publications/vanherwegen_eswc_2015/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/vanherwegen_eswc_2015/>;
  rdfs:label """Query Execution Optimization for Clients of Triple Pattern Fragments"""@en;
  foaf:maker p:joachim_van_herwegen, :me, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (p:joachim_van_herwegen :me p:erik_mannens p:rik_van_de_walle).

<https://dx.doi.org/10.1007/978-3-319-18818-8_29> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/rietveld_eswc_2015/>;
  rdfs:label """Linked Data-as-a-Service: The Semantic Web Redeployed"""@en;
  foaf:maker <http://lodlaundromat.org/resource/person/laurens_rietveld>, :me, <http://lodlaundromat.org/resource/person/wouter_beek>, p:miel_vander_sande, p:stefan_schlobach;
  bibo:authorList (<http://lodlaundromat.org/resource/person/laurens_rietveld> :me <http://lodlaundromat.org/resource/person/wouter_beek> p:miel_vander_sande p:stefan_schlobach).

<https://ruben.verborgh.org/publications/devocht_savesd_2015/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/devocht_savesd_2015/>;
  rdfs:label """Visualizing Collaborations and Online Social Interactions at Scientific Conferences for Scholarly Networking"""@en;
  foaf:maker p:laurens_de_vocht, p:selver_softic, <https://natadimou.com/#me>, :me, p:martin_ebner, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (p:laurens_de_vocht p:selver_softic <https://natadimou.com/#me> :me p:martin_ebner p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/denies_lile_2015/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/denies_lile_2015/>;
  rdfs:label """TinCan2PROV: Exposing Interoperable Provenance of Learning Processes through Experience API Logs"""@en;
  foaf:maker p:tom_de_nies, p:frank_salliau, :me, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (p:tom_de_nies p:frank_salliau :me p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/taxidou_msm_2015/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/taxidou_msm_2015/>;
  rdfs:label """Modeling Information Diffusion in Social Media as Provenance with W3C PROV"""@en;
  foaf:maker p:io_taxidou, p:tom_de_nies, :me, p:peter_fischer, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (p:io_taxidou p:tom_de_nies :me p:peter_fischer p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/demeester_locweb_2015/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/demeester_locweb_2015/>;
  rdfs:label """Reconnecting Digital Publications to the Web using their Spatial Information"""@en;
  foaf:maker <http://ben.de-meester.org/#me>, p:tom_de_nies, :me, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (<http://ben.de-meester.org/#me> p:tom_de_nies :me p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/verborgh_wsrest_2015/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_wsrest_2015/>;
  rdfs:label """Proceedings of the Sixth International Workshop on Web APIs and RESTful Design"""@en;
  foaf:maker :me, <http://tomayac.com/thomas_steiner.rdf#me>, p:carlos_pedrinaci;
  bibo:authorList (:me <http://tomayac.com/thomas_steiner.rdf#me> p:carlos_pedrinaci).

<https://ruben.verborgh.org/publications/verborgh_eswcdev_2015/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_eswcdev_2015/>;
  rdfs:label """Proceedings of the ESWC Developers Workshop 2015"""@en;
  foaf:maker :me, p:miel_vander_sande;
  bibo:authorList (:me p:miel_vander_sande).

<https://ruben.verborgh.org/publications/maleshkova_salad_2015/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/maleshkova_salad_2015/>;
  rdfs:label """Proceedings of the Third Workshop on Services and Applications over Linked APIs and Data"""@en;
  foaf:maker p:maria_maleshkova, :me, p:steffen_stadtmuller;
  bibo:authorList (p:maria_maleshkova :me p:steffen_stadtmuller).

<https://dx.doi.org/10.1007/978-3-662-46641-4_20> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_eswc_2012b/>;
  rdfs:label """Linked Data and Linked APIs: Similarities, Differences, and Challenges"""@en;
  foaf:maker :me, <http://tomayac.com/thomas_steiner.rdf#me>, p:rik_van_de_walle, p:joaquim_gabarro_valles;
  bibo:authorList (:me <http://tomayac.com/thomas_steiner.rdf#me> p:rik_van_de_walle p:joaquim_gabarro_valles).

<https://dx.doi.org/10.1007/978-3-662-46641-4> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_eswc_2012a/>;
  rdfs:label """RESTdesc—A Functionality-Centered Approach to Semantic Service Description and Composition"""@en;
  foaf:maker :me, <http://tomayac.com/thomas_steiner.rdf#me>, p:davy_van_deursen, p:sam_coppens, p:erik_mannens, p:rik_van_de_walle, p:joaquim_gabarro_valles;
  bibo:authorList (:me <http://tomayac.com/thomas_steiner.rdf#me> p:davy_van_deursen p:sam_coppens p:erik_mannens p:rik_van_de_walle p:joaquim_gabarro_valles).

<https://dx.doi.org/10.1108/JD-07-2013-0098> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_jod_2015/>;
  rdfs:label """The Fallacy of the Multi-API Culture: Conceptual and Practical Benefits of Representational State Transfer (REST)"""@en;
  foaf:maker :me, p:seth_van_hooland, p:aaron_straup_cope, p:sebastian_chan, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (:me p:seth_van_hooland p:aaron_straup_cope p:sebastian_chan p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/steiner_aaai_2015/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/steiner_aaai_2015/>;
  rdfs:label """Disaster Monitoring with Wikipedia and Online Social Networking Sites: Structured Data and Linked Data Fragments to the Rescue?!"""@en;
  foaf:maker <http://tomayac.com/thomas_steiner.rdf#me>, :me;
  bibo:authorList (<http://tomayac.com/thomas_steiner.rdf#me> :me).

<https://ruben.verborgh.org/publications/verborgh_kss_2015/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_kss_2015/>;
  rdfs:label """Bottom-up Web APIs with self-descriptive responses"""@en;
  foaf:maker :me, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (:me p:erik_mannens p:rik_van_de_walle).

<https://dx.doi.org/10.1007/s00799-014-0136-9> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/coppens_ijdl_2015/>;
  rdfs:label """PREMIS OWL"""@en;
  foaf:maker p:sam_coppens, :me, p:sebastien_peyrard, p:kevin_ford, p:tom_creighton, p:rebecca_guenther, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (p:sam_coppens :me p:sebastien_peyrard p:kevin_ford p:tom_creighton p:rebecca_guenther p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/verborgh_iswc_demo_2014/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_iswc_demo_2014/>;
  rdfs:label """Low-Cost Queryable Linked Data through Triple Pattern Fragments"""@en;
  foaf:maker :me, <http://olafhartig.de/foaf.rdf#olaf>, <http://ben.de-meester.org/#me>, p:gerald_haesendonck, p:laurens_de_vocht, p:miel_vander_sande, <http://richard.cyganiak.de/foaf.rdf#cygri>, <https://pietercolpaert.be/#me>, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (:me <http://olafhartig.de/foaf.rdf#olaf> <http://ben.de-meester.org/#me> p:gerald_haesendonck p:laurens_de_vocht p:miel_vander_sande <http://richard.cyganiak.de/foaf.rdf#cygri> <https://pietercolpaert.be/#me> p:erik_mannens p:rik_van_de_walle).

<https://dx.doi.org/10.1007/978-3-319-11964-9_12> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_iswc_2014/>;
  rdfs:label """Querying Datasets on the Web with High Availability"""@en;
  foaf:maker :me, <http://olafhartig.de/foaf.rdf#olaf>, <http://ben.de-meester.org/#me>, p:gerald_haesendonck, p:laurens_de_vocht, p:miel_vander_sande, <http://richard.cyganiak.de/foaf.rdf#cygri>, <https://pietercolpaert.be/#me>, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (:me <http://olafhartig.de/foaf.rdf#olaf> <http://ben.de-meester.org/#me> p:gerald_haesendonck p:laurens_de_vocht p:miel_vander_sande <http://richard.cyganiak.de/foaf.rdf#cygri> <https://pietercolpaert.be/#me> p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/colpaert_eswc_2014/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/colpaert_eswc_2014/>;
  rdfs:label """Painless URI dereferencing using The DataTank"""@en;
  foaf:maker <https://pietercolpaert.be/#me>, :me, p:erik_mannens;
  bibo:authorList (<https://pietercolpaert.be/#me> :me p:erik_mannens).

<https://ruben.verborgh.org/publications/dimou_eswc_2014/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/dimou_eswc_2014/>;
  rdfs:label """Extraction and Semantic Annotation of Workshop Proceedings in HTML using RML"""@en;
  foaf:maker <https://natadimou.com/#me>, p:miel_vander_sande, <https://pietercolpaert.be/#me>, p:laurens_de_vocht, :me, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (<https://natadimou.com/#me> p:miel_vander_sande <https://pietercolpaert.be/#me> p:laurens_de_vocht :me p:erik_mannens p:rik_van_de_walle).

<https://dx.doi.org/10.1109/IOT.2014.7030116> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/mayer_iot_2014/>;
  rdfs:label """Configuration of Smart Environments Made Simple – Combining Visual Modeling with Semantic Metadata and Reasoning"""@en;
  foaf:maker p:simon_mayer, p:nadine_inhelder, :me, p:rik_van_de_walle, p:friedemann_mattern;
  bibo:authorList (p:simon_mayer p:nadine_inhelder :me p:rik_van_de_walle p:friedemann_mattern).

<https://ruben.verborgh.org/publications/matteis_iswcdev_2014/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/matteis_iswcdev_2014/>;
  rdfs:label """Hosting Queryable and Highly Available Linked Data for Free"""@en;
  foaf:maker p:luca_matteis, :me;
  bibo:authorList (p:luca_matteis :me).

<https://ruben.verborgh.org/publications/devocht_ssc_2014/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/devocht_ssc_2014/>;
  rdfs:label """Converging on Semantics to Ensure Local Government Data Reuse"""@en;
  foaf:maker p:laurens_de_vocht, p:mathias_van_compernolle, <https://natadimou.com/#me>, <https://pietercolpaert.be/#me>, :me, p:erik_mannens, p:peter_mechant, p:rik_van_de_walle;
  bibo:authorList (p:laurens_de_vocht p:mathias_van_compernolle <https://natadimou.com/#me> <https://pietercolpaert.be/#me> :me p:erik_mannens p:peter_mechant p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/ghaem_sigarchian_lisc_2014/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/ghaem_sigarchian_lisc_2014/>;
  rdfs:label """EPUB3 for Integrated and Customizable Representation of a Scientific Publication and its Associated Resources"""@en;
  foaf:maker p:hajar_ghaem_sigarchian, <http://ben.de-meester.org/#me>, p:tom_de_nies, :me, p:wesley_de_neve, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (p:hajar_ghaem_sigarchian <http://ben.de-meester.org/#me> p:tom_de_nies :me p:wesley_de_neve p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/devocht_iesd_2014/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/devocht_iesd_2014/>;
  rdfs:label """A Visual Exploration Workflow as Enabler for the Exploitation of Linked Open Data"""@en;
  foaf:maker p:laurens_de_vocht, <https://natadimou.com/#me>, p:jonas_breuer, p:mathias_van_compernolle, :me, p:erik_mannens, p:peter_mechant, p:rik_van_de_walle;
  bibo:authorList (p:laurens_de_vocht <https://natadimou.com/#me> p:jonas_breuer p:mathias_van_compernolle :me p:erik_mannens p:peter_mechant p:rik_van_de_walle).

<https://dx.doi.org/10.1109/MC.2014.296> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/colpaert_computer_2014/>;
  rdfs:label """Quantifying the Interoperability of Open Government Datasets"""@en;
  foaf:maker <https://pietercolpaert.be/#me>, p:mathias_van_compernolle, p:laurens_de_vocht, <https://natadimou.com/#me>, p:miel_vander_sande, p:peter_mechant, :me, p:erik_mannens;
  bibo:authorList (<https://pietercolpaert.be/#me> p:mathias_van_compernolle p:laurens_de_vocht <https://natadimou.com/#me> p:miel_vander_sande p:peter_mechant :me p:erik_mannens).

<https://ruben.verborgh.org/publications/verborgh_iswcdev_2014/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_iswcdev_2014/>;
  rdfs:label """Proceedings of the ISWC Developers Workshop 2014"""@en;
  foaf:maker :me, p:erik_mannens;
  bibo:authorList (:me p:erik_mannens).

<https://dx.doi.org/10.1007/978-3-319-16462-5_16> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/denies_ipaw_2014/>;
  rdfs:label """A Lightweight Provenance Pingback and Query Service for Web Publications"""@en;
  foaf:maker p:tom_de_nies, p:robert_meusel, p:kai_eckert, p:dominique_ritze, <https://natadimou.com/#me>, p:laurens_de_vocht, :me, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (p:tom_de_nies p:robert_meusel p:kai_eckert p:dominique_ritze <https://natadimou.com/#me> p:laurens_de_vocht :me p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/vanhooland_facet_2014/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/vanhooland_facet_2014/>;
  rdfs:label """Linked Data for Libraries, Archives and Museums"""@en;
  foaf:maker p:seth_van_hooland, :me;
  bibo:authorList (p:seth_van_hooland :me).

<https://ruben.verborgh.org/publications/verborgh_usewod_2014/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_usewod_2014/>;
  rdfs:label """The Lonesome LOD Cloud"""@en;
  foaf:maker :me;
  bibo:authorList (:me).

<https://ruben.verborgh.org/publications/mannens_content_2014/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/mannens_content_2014/>;
  rdfs:label """Intelligent Multimedia Mind Maps to Support Media Pre-Production"""@en;
  foaf:maker p:erik_mannens, :me, p:simon_debacq, p:maarten_verwaest, p:rik_van_de_walle;
  bibo:authorList (p:erik_mannens :me p:simon_debacq p:maarten_verwaest p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/maleshkova_salad_2014/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/maleshkova_salad_2014/>;
  rdfs:label """Proceedings of the Second Workshop on Services and Applications over Linked APIs and Data"""@en;
  foaf:maker p:maria_maleshkova, :me, p:steffen_stadtmuller, p:pedro_szekely;
  bibo:authorList (p:maria_maleshkova :me p:steffen_stadtmuller p:pedro_szekely).

<https://ruben.verborgh.org/publications/verborgh_ldow_2014/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_ldow_2014/>;
  rdfs:label """Web-Scale Querying through Linked Data Fragments"""@en;
  foaf:maker :me, p:miel_vander_sande, <https://pietercolpaert.be/#me>, p:sam_coppens, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (:me p:miel_vander_sande <https://pietercolpaert.be/#me> p:sam_coppens p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/denies_annotations_2014/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/denies_annotations_2014/>;
  rdfs:label """Towards Decentralized Annotations in Digital Books and on the Web"""@en;
  foaf:maker p:tom_de_nies, :me, p:miel_vander_sande, <http://ben.de-meester.org/#me>, p:hajar_ghaem_sigarchian, <https://natadimou.com/#me>, p:wesley_de_neve, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (p:tom_de_nies :me p:miel_vander_sande <http://ben.de-meester.org/#me> p:hajar_ghaem_sigarchian <https://natadimou.com/#me> p:wesley_de_neve p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/steiner_ldow_2014/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/steiner_ldow_2014/>;
  rdfs:label """Weaving the Web(VTT) of Data"""@en;
  foaf:maker <http://tomayac.com/thomas_steiner.rdf#me>, p:hannes_muhleisen, :me, <http://champin.net/#pa>, p:benoit_encelle, p:yannick_prie;
  bibo:authorList (<http://tomayac.com/thomas_steiner.rdf#me> p:hannes_muhleisen :me <http://champin.net/#pa> p:benoit_encelle p:yannick_prie).

<https://ruben.verborgh.org/publications/dimou_ldow_2014/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/dimou_ldow_2014/>;
  rdfs:label """RML: A Generic Language for Integrated RDF Mappings of Heterogeneous Data"""@en;
  foaf:maker <https://natadimou.com/#me>, p:miel_vander_sande, <https://pietercolpaert.be/#me>, :me, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (<https://natadimou.com/#me> p:miel_vander_sande <https://pietercolpaert.be/#me> :me p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/verborgh_wsrest_2014/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_wsrest_2014/>;
  rdfs:label """Proceedings of the Fifth International Workshop on Web APIs and RESTful Design"""@en;
  foaf:maker :me, <http://tomayac.com/thomas_steiner.rdf#me>, p:carlos_pedrinaci;
  bibo:authorList (:me <http://tomayac.com/thomas_steiner.rdf#me> p:carlos_pedrinaci).

<https://ruben.verborgh.org/publications/coppens_mucs_2014/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/coppens_mucs_2014/>;
  rdfs:label """A Semantic Workflow Engine Powered by Grid Reasoning"""@en;
  foaf:maker p:sam_coppens, :me, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (p:sam_coppens :me p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/mayer_percom_2014/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/mayer_percom_2014/>;
  rdfs:label """User-friendly Configuration of Smart Environments"""@en;
  foaf:maker p:simon_mayer, p:nadine_inhelder, :me, p:rik_van_de_walle;
  bibo:authorList (p:simon_mayer p:nadine_inhelder :me p:rik_van_de_walle).

<https://ruben.verborgh.org/phd/> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_phd_2014/>;
  rdfs:label """Serendipitous Web Applications through Semantic Hypermedia"""@en;
  foaf:maker :me;
  bibo:authorList (:me).

<https://ruben.verborgh.org/publications/demeester_aim_2014/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/demeester_aim_2014/>;
  rdfs:label """Improving multimedia analysis through semantic integration of services"""@en;
  foaf:maker <http://ben.de-meester.org/#me>, :me, p:pieter_pauwels, p:wesley_de_neve, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (<http://ben.de-meester.org/#me> :me p:pieter_pauwels p:wesley_de_neve p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/ordonez_medellin_2014/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/ordonez_medellin_2014/>;
  rdfs:label """A topic modeling approach for Web service annotation"""@en;
  foaf:maker p:leandro_ordonez_ante, :me, p:juan_carlos_corrales;
  bibo:authorList (p:leandro_ordonez_ante :me p:juan_carlos_corrales).

<https://ruben.verborgh.org/publications/verborgh_rest_2014/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_rest_2014/>;
  rdfs:label """Survey of Semantic Description of REST APIs"""@en;
  foaf:maker :me, <http://harth.org/andreas/foaf#ah>, p:maria_maleshkova, p:steffen_stadtmuller, <http://tomayac.com/thomas_steiner.rdf#me>, p:mohsen_taheriyan, p:rik_van_de_walle;
  bibo:authorList (:me <http://harth.org/andreas/foaf#ah> p:maria_maleshkova p:steffen_stadtmuller <http://tomayac.com/thomas_steiner.rdf#me> p:mohsen_taheriyan p:rik_van_de_walle).

<https://dx.doi.org/10.1155/2014/150696> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/vanhoecke_worldjournal_2014/>;
  rdfs:label """SAMuS: Service-oriented architecture for multi-sensor surveillance in smart homes"""@en;
  foaf:maker p:sofie_van_hoecke, :me, p:davy_van_deursen, p:rik_van_de_walle;
  bibo:authorList (p:sofie_van_hoecke :me p:davy_van_deursen p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/verborgh_iswc_2013/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_iswc_2013/>;
  rdfs:label """Adaptive Navigation through Semantic Annotations and Service Descriptions"""@en;
  foaf:maker :me, p:rik_van_de_walle;
  bibo:authorList (:me p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/verborgh_dagstuhl_2013a/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_dagstuhl_2013a/>;
  rdfs:label """Semantics and Hypermedia Are Each Other’s Solution"""@en;
  foaf:maker :me, <http://tomayac.com/thomas_steiner.rdf#me>, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (:me <http://tomayac.com/thomas_steiner.rdf#me> p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/verborgh_dagstuhl_2013b/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_dagstuhl_2013b/>;
  rdfs:label """Connecting Web APIs and Linked Data through Semantic, Functional Descriptions"""@en;
  foaf:maker :me, <http://tomayac.com/thomas_steiner.rdf#me>, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (:me <http://tomayac.com/thomas_steiner.rdf#me> p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/coppens_cold_2013/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/coppens_cold_2013/>;
  rdfs:label """Self-Sustaining Platforms: a semantic workflow engine"""@en;
  foaf:maker p:sam_coppens, :me, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (p:sam_coppens :me p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/vandersande_iswc_2013/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/vandersande_iswc_2013/>;
  rdfs:label """Adding Time to Linked Data: A Generic Memento Proxy through PROV"""@en;
  foaf:maker p:miel_vander_sande, p:sam_coppens, :me, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (p:miel_vander_sande p:sam_coppens :me p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/knoblock_iswc_2013/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/knoblock_iswc_2013/>;
  rdfs:label """Publishing Data from the Smithsonian American Art Museum as Linked Open Data"""@en;
  foaf:maker p:craig_knoblock, p:pedro_szekely, p:shubham_gupta, p:manglik_animesh, :me, p:fengyu_yang, p:rik_van_de_walle;
  bibo:authorList (p:craig_knoblock p:pedro_szekely p:shubham_gupta p:manglik_animesh :me p:fengyu_yang p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/denies_iswc_2013/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/denies_iswc_2013/>;
  rdfs:label """Git2PROV: Exposing Version Control System Content as W3C PROV"""@en;
  foaf:maker p:tom_de_nies, p:sara_magliacane, :me, p:sam_coppens, p:paul_groth, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (p:tom_de_nies p:sara_magliacane :me p:sam_coppens p:paul_groth p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/verborgh_packt_2013/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_packt_2013/>;
  rdfs:label """Using OpenRefine"""@en;
  foaf:maker :me, p:max_de_wilde;
  bibo:authorList (:me p:max_de_wilde).

<https://ruben.verborgh.org/publications/coppens_models_2013/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/coppens_models_2013/>;
  rdfs:label """Querying the Linked Data Graph using owl:sameAs Provenance"""@en;
  foaf:maker p:sam_coppens, :me, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (p:sam_coppens :me p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/vanhooland_programminghistorian_2014/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/vanhooland_programminghistorian_2014/>;
  rdfs:label """Cleaning Data with OpenRefine"""@en;
  foaf:maker p:seth_van_hooland, :me, p:max_de_wilde;
  bibo:authorList (p:seth_van_hooland :me p:max_de_wilde).

<https://dx.doi.org/10.1109/COMPSACW.2013.29> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/denies_method_2013/>;
  rdfs:label """Easy Access to Provenance: an Essential Step towards Trust on the Web"""@en;
  foaf:maker p:tom_de_nies, p:sam_coppens, :me, p:miel_vander_sande, p:erik_mannens, p:rik_van_de_walle, p:danius_michaelides, <http://dbpedia.org/resource/Luc_Moreau>;
  bibo:authorList (p:tom_de_nies p:sam_coppens :me p:miel_vander_sande p:erik_mannens p:rik_van_de_walle p:danius_michaelides <http://dbpedia.org/resource/Luc_Moreau>).

<https://ruben.verborgh.org/publications/verborgh_umap_2013/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_umap_2013/>;
  rdfs:label """Semantic Technologies as Enabler for Distributed Adaptive Hyperlink Generation"""@en;
  foaf:maker :me, p:mathias_verhoeven, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (:me p:mathias_verhoeven p:erik_mannens p:rik_van_de_walle).

<https://dx.doi.org/10.1145/2487788.2488182> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_wsrest_2013/>;
  rdfs:label """Distributed Affordance: An Open-World Assumption for Hypermedia"""@en;
  foaf:maker :me, <http://mhausenblas.info/#i>, <http://tomayac.com/thomas_steiner.rdf#me>, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (:me <http://mhausenblas.info/#i> <http://tomayac.com/thomas_steiner.rdf#me> p:erik_mannens p:rik_van_de_walle).

<https://dx.doi.org/10.1007/s11042-012-1004-5> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_mtap_2013/>;
  rdfs:label """Capturing the functionality of Web services with functional descriptions"""@en;
  foaf:maker :me, <http://tomayac.com/thomas_steiner.rdf#me>, p:davy_van_deursen, <https://josd.github.io/card.rdf#me>, p:rik_van_de_walle, p:joaquim_gabarro_valles;
  bibo:authorList (:me <http://tomayac.com/thomas_steiner.rdf#me> p:davy_van_deursen <https://josd.github.io/card.rdf#me> p:rik_van_de_walle p:joaquim_gabarro_valles).

<https://ruben.verborgh.org/publications/vandersande_ldow_2013/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/vandersande_ldow_2013/>;
  rdfs:label """R&Wbase: git for triples"""@en;
  foaf:maker p:miel_vander_sande, <https://pietercolpaert.be/#me>, :me, p:sam_coppens, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (p:miel_vander_sande <https://pietercolpaert.be/#me> :me p:sam_coppens p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/devocht_ldow_2013/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/devocht_ldow_2013/>;
  rdfs:label """Discovering Meaningful Connections between Resources in the Web of Data"""@en;
  foaf:maker p:laurens_de_vocht, p:sam_coppens, :me, p:miel_vander_sande, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (p:laurens_de_vocht p:sam_coppens :me p:miel_vander_sande p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/coppens_ldow_2013/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/coppens_ldow_2013/>;
  rdfs:label """Reasoning over SPARQL"""@en;
  foaf:maker p:sam_coppens, p:miel_vander_sande, :me, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (p:sam_coppens p:miel_vander_sande :me p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/verborgh_salad_2013/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_salad_2013/>;
  rdfs:label """Proceedings of the First Workshop on Services and Applications over Linked APIs and Data"""@en;
  foaf:maker :me, p:maria_maleshkova, p:steffen_stadtmuller, <http://tomayac.com/thomas_steiner.rdf#me>, p:pedro_szekely;
  bibo:authorList (:me p:maria_maleshkova p:steffen_stadtmuller <http://tomayac.com/thomas_steiner.rdf#me> p:pedro_szekely).

<https://dx.doi.org/10.1002/asi.22763> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/vanhooland_jasist_2013/>;
  rdfs:label """Evaluating the success of vocabulary reconciliation for cultural heritage collections"""@en;
  foaf:maker p:seth_van_hooland, :me, p:max_de_wilde, p:johannes_hercher, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (p:seth_van_hooland :me p:max_de_wilde p:johannes_hercher p:erik_mannens p:rik_van_de_walle).

<https://dx.doi.org/10.1007/s11042-012-1032-1> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/vanlancker_mtap_2013/>;
  rdfs:label """Semantic Media Decision Taking using N3Logic"""@en;
  foaf:maker p:wim_van_lancker, p:davy_van_deursen, :me, p:rik_van_de_walle;
  bibo:authorList (p:wim_van_lancker p:davy_van_deursen :me p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/verborgh_aim_2013/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_aim_2013/>;
  rdfs:label """Proof-based Automated Web API Composition and Integration"""@en;
  foaf:maker :me, <http://tomayac.com/thomas_steiner.rdf#me>, p:erik_mannens, p:rik_van_de_walle, p:joaquim_gabarro_valles;
  bibo:authorList (:me <http://tomayac.com/thomas_steiner.rdf#me> p:erik_mannens p:rik_van_de_walle p:joaquim_gabarro_valles).

<https://ruben.verborgh.org/publications/steiner_aim_2013/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/steiner_aim_2013/>;
  rdfs:label """Near-duplicate Photo Deduplication in Event Media Shared on Social Networks"""@en;
  foaf:maker <http://tomayac.com/thomas_steiner.rdf#me>, :me, p:joaquim_gabarro_valles, p:rik_van_de_walle;
  bibo:authorList (<http://tomayac.com/thomas_steiner.rdf#me> :me p:joaquim_gabarro_valles p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/steiner_sexi_2013/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/steiner_sexi_2013/>;
  rdfs:label """Identifying VHS Recording Artifacts in the Age of Online Video Platforms"""@en;
  foaf:maker <http://tomayac.com/thomas_steiner.rdf#me>, p:seth_van_hooland, :me, p:joseph_tennis, p:rik_van_de_walle;
  bibo:authorList (<http://tomayac.com/thomas_steiner.rdf#me> p:seth_van_hooland :me p:joseph_tennis p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/verborgh_web_2013/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_web_2013/>;
  rdfs:label """The Rise of the Web for Agents"""@en;
  foaf:maker :me, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (:me p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/steiner_ijcisim_2013/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/steiner_ijcisim_2013/>;
  rdfs:label """Adding Meaning to Social Network Microposts via Multiple Named Entity Disambiguation APIs and Tracking Their Data Provenance"""@en;
  foaf:maker <http://tomayac.com/thomas_steiner.rdf#me>, :me, p:joaquim_gabarro_valles, p:rik_van_de_walle;
  bibo:authorList (<http://tomayac.com/thomas_steiner.rdf#me> :me p:joaquim_gabarro_valles p:rik_van_de_walle).

<https://dx.doi.org/10.3390/info3040790> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/mannens_information_2012/>;
  rdfs:label """On the Origin of Metadata"""@en;
  foaf:maker p:erik_mannens, :me, p:seth_van_hooland, p:laurence_hauttekeete, p:tom_evens, p:sam_coppens, p:rik_van_de_walle;
  bibo:authorList (p:erik_mannens :me p:seth_van_hooland p:laurence_hauttekeete p:tom_evens p:sam_coppens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/verborgh_ssn_2012/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_ssn_2012/>;
  rdfs:label """Functional Composition of Sensor Web APIs"""@en;
  foaf:maker :me, p:vincent_haerinck, <http://tomayac.com/thomas_steiner.rdf#me>, p:davy_van_deursen, p:sofie_van_hoecke, <https://josd.github.io/card.rdf#me>, p:rik_van_de_walle, p:joaquim_gabarro_valles;
  bibo:authorList (:me p:vincent_haerinck <http://tomayac.com/thomas_steiner.rdf#me> p:davy_van_deursen p:sofie_van_hoecke <https://josd.github.io/card.rdf#me> p:rik_van_de_walle p:joaquim_gabarro_valles).

<https://dx.doi.org/10.1007/s11042-010-0709-6> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_mtap_2012/>;
  rdfs:label """Enabling context-aware multimedia annotation by a novel generic semantic problem-solving platform"""@en;
  foaf:maker :me, p:davy_van_deursen, p:erik_mannens, p:chris_poppe, p:rik_van_de_walle;
  bibo:authorList (:me p:davy_van_deursen p:erik_mannens p:chris_poppe p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/steiner_derive_2012/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/steiner_derive_2012/>;
  rdfs:label """Modeling and Reconciling Nightlife Events from Public Event Databases for the Automatic Generation of Magazines"""@en;
  foaf:maker <http://tomayac.com/thomas_steiner.rdf#me>, :me, <http://www.eurecom.fr/~troncy/troncyr-foaf.rdf#rt>, p:giuseppe_rizzo, p:jose_luis_redondo_garcia, p:joaquim_gabarro_valles, p:rik_van_de_walle;
  bibo:authorList (<http://tomayac.com/thomas_steiner.rdf#me> :me <http://www.eurecom.fr/~troncy/troncyr-foaf.rdf#rt> p:giuseppe_rizzo p:jose_luis_redondo_garcia p:joaquim_gabarro_valles p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/coppens_iswc_2012/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/coppens_iswc_2012/>;
  rdfs:label """A truly Read–Write Web for machines as the next-generation Web?"""@en;
  foaf:maker p:sam_coppens, :me, p:miel_vander_sande, p:davy_van_deursen, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (p:sam_coppens :me p:miel_vander_sande p:davy_van_deursen p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/vandersande_iswc_2012/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/vandersande_iswc_2012/>;
  rdfs:label """Everything is Connected: Using Linked Data for Multimedia Narration of Connections between Concepts"""@en;
  foaf:maker p:miel_vander_sande, :me, p:sam_coppens, p:tom_de_nies, p:pedro_debevere, p:laurens_de_vocht, p:pieterjan_de_potter, p:davy_van_deursen, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (p:miel_vander_sande :me p:sam_coppens p:tom_de_nies p:pedro_debevere p:laurens_de_vocht p:pieterjan_de_potter p:davy_van_deursen p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/steiner_iswc_2012/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/steiner_iswc_2012/>;
  rdfs:label """Adding Realtime Coverage to the Google Knowledge Graph"""@en;
  foaf:maker <http://tomayac.com/thomas_steiner.rdf#me>, :me, <http://www.eurecom.fr/~troncy/troncyr-foaf.rdf#rt>, p:joaquim_gabarro_valles, p:rik_van_de_walle;
  bibo:authorList (<http://tomayac.com/thomas_steiner.rdf#me> :me <http://www.eurecom.fr/~troncy/troncyr-foaf.rdf#rt> p:joaquim_gabarro_valles p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/rizzo_sam_2012/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/rizzo_sam_2012/>;
  rdfs:label """What Fresh Media Are You Looking For? Extracting Media Items from Multiple Social Networks"""@en;
  foaf:maker p:giuseppe_rizzo, <http://tomayac.com/thomas_steiner.rdf#me>, <http://www.eurecom.fr/~troncy/troncyr-foaf.rdf#rt>, :me, p:jose_luis_redondo_garcia, p:rik_van_de_walle;
  bibo:authorList (p:giuseppe_rizzo <http://tomayac.com/thomas_steiner.rdf#me> <http://www.eurecom.fr/~troncy/troncyr-foaf.rdf#rt> :me p:jose_luis_redondo_garcia p:rik_van_de_walle).

<https://dx.doi.org/10.3789/isqv23n4.2011.04> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/vanhooland_isq_2012/>;
  rdfs:label """Joining the Linked Data Cloud in a Cost-Effective Manner"""@en;
  foaf:maker p:seth_van_hooland, :me, p:rik_van_de_walle;
  bibo:authorList (p:seth_van_hooland :me p:rik_van_de_walle).

<https://dx.doi.org/10.1109/QoMEX.2012.6263875> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/steiner_qomex_2012/>;
  rdfs:label """Defining Aesthetic Principles for Automatic Media Gallery Layout for Visual and Audial Event Summarization Based on Social Networks"""@en;
  foaf:maker <http://tomayac.com/thomas_steiner.rdf#me>, :me, p:joaquim_gabarro_valles, p:rik_van_de_walle;
  bibo:authorList (<http://tomayac.com/thomas_steiner.rdf#me> :me p:joaquim_gabarro_valles p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/vanhooland_dh_2012/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/vanhooland_dh_2012/>;
  rdfs:label """Free Your Metadata: a practical approach towards metadata cleaning and vocabulary reconciliation"""@en;
  foaf:maker p:seth_van_hooland, :me, p:max_de_wilde, p:rik_van_de_walle;
  bibo:authorList (p:seth_van_hooland :me p:max_de_wilde p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/mannens_compsac_2012/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/mannens_compsac_2012/>;
  rdfs:label """Automated Trust Estimation in Developing Open News Stories: Combining Memento & Provenance"""@en;
  foaf:maker p:erik_mannens, p:sam_coppens, :me, p:laurence_hauttekeete, p:davy_van_deursen, p:rik_van_de_walle;
  bibo:authorList (p:erik_mannens p:sam_coppens :me p:laurence_hauttekeete p:davy_van_deursen p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/verborgh_lapis_2012/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_lapis_2012/>;
  rdfs:label """The Missing Links – How the Description Format RESTdesc Applies the Linked Data Vision to Connect Hypermedia APIs"""@en;
  foaf:maker :me, <http://tomayac.com/thomas_steiner.rdf#me>, p:rik_van_de_walle, p:joaquim_gabarro_valles;
  bibo:authorList (:me <http://tomayac.com/thomas_steiner.rdf#me> p:rik_van_de_walle p:joaquim_gabarro_valles).

<https://dx.doi.org/10.1145/2307819.2307828> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_wsrest_2012/>;
  rdfs:label """Functional Descriptions as the Bridge between Hypermedia APIs and the Semantic Web"""@en;
  foaf:maker :me, <http://tomayac.com/thomas_steiner.rdf#me>, p:davy_van_deursen, p:sam_coppens, p:joaquim_gabarro_valles, p:rik_van_de_walle;
  bibo:authorList (:me <http://tomayac.com/thomas_steiner.rdf#me> p:davy_van_deursen p:sam_coppens p:joaquim_gabarro_valles p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/steiner_www_2012a/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/steiner_www_2012a/>;
  rdfs:label """Fixing the Web One Page at a Time, or Actually Implementing xkcd #37"""@en;
  foaf:maker <http://tomayac.com/thomas_steiner.rdf#me>, :me, p:rik_van_de_walle;
  bibo:authorList (<http://tomayac.com/thomas_steiner.rdf#me> :me p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/steiner_www_2012b/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/steiner_www_2012b/>;
  rdfs:label """Enabling on-the-fly Video Shot Detection on YouTube"""@en;
  foaf:maker <http://tomayac.com/thomas_steiner.rdf#me>, :me, p:joaquim_gabarro_valles, <http://mhausenblas.info/#i>, <http://www.eurecom.fr/~troncy/troncyr-foaf.rdf#rt>, p:rik_van_de_walle;
  bibo:authorList (<http://tomayac.com/thomas_steiner.rdf#me> :me p:joaquim_gabarro_valles <http://mhausenblas.info/#i> <http://www.eurecom.fr/~troncy/troncyr-foaf.rdf#rt> p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/verborgh_iwebss_2012/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_iwebss_2012/>;
  rdfs:label """A Social Description Revolution—Describing Web APIs’ Social Parameters with RESTdesc"""@en;
  foaf:maker :me, <http://tomayac.com/thomas_steiner.rdf#me>, p:joaquim_gabarro_valles, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (:me <http://tomayac.com/thomas_steiner.rdf#me> p:joaquim_gabarro_valles p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/verborgh_afms_2011/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_afms_2011/>;
  rdfs:label """Description and Interaction of RESTful Services for Automatic Discovery and Execution"""@en;
  foaf:maker :me, <http://tomayac.com/thomas_steiner.rdf#me>, p:davy_van_deursen, <https://josd.github.io/card.rdf#me>, p:rik_van_de_walle, p:joaquim_gabarro_valles;
  bibo:authorList (:me <http://tomayac.com/thomas_steiner.rdf#me> p:davy_van_deursen <https://josd.github.io/card.rdf#me> p:rik_van_de_walle p:joaquim_gabarro_valles).

<https://ruben.verborgh.org/publications/vanlancker_afms_2011/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/vanlancker_afms_2011/>;
  rdfs:label """Semantic Media Decision Taking using N3Logic"""@en;
  foaf:maker p:wim_van_lancker, p:davy_van_deursen, :me, p:rik_van_de_walle;
  bibo:authorList (p:wim_van_lancker p:davy_van_deursen :me p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/vanhooland_ukmw_2011/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/vanhooland_ukmw_2011/>;
  rdfs:label """Bringing your collection into the Linked Data cloud: how to use Google Refine to get more out of your metadata"""@en;
  foaf:maker p:seth_van_hooland, p:max_de_wilde, :me, p:rik_van_de_walle, p:johannes_hercher;
  bibo:authorList (p:seth_van_hooland p:max_de_wilde :me p:rik_van_de_walle p:johannes_hercher).

<https://ruben.verborgh.org/publications/verborgh_integration_workshop_2011/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_integration_workshop_2011/>;
  rdfs:label """Integrating Data and Services through Functional Semantic Service Descriptions"""@en;
  foaf:maker :me, <http://tomayac.com/thomas_steiner.rdf#me>, p:davy_van_deursen, p:sam_coppens, p:erik_mannens, p:rik_van_de_walle, p:joaquim_gabarro_valles;
  bibo:authorList (:me <http://tomayac.com/thomas_steiner.rdf#me> p:davy_van_deursen p:sam_coppens p:erik_mannens p:rik_van_de_walle p:joaquim_gabarro_valles).

<https://dx.doi.org/10.1109/NWeSP.2011.6088208> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_nwesp_2011/>;
  rdfs:label """Efficient Runtime Service Discovery and Consumption with Hyperlinked RESTdesc"""@en;
  foaf:maker :me, <http://tomayac.com/thomas_steiner.rdf#me>, p:davy_van_deursen, p:rik_van_de_walle, p:joaquim_gabarro_valles;
  bibo:authorList (:me <http://tomayac.com/thomas_steiner.rdf#me> p:davy_van_deursen p:rik_van_de_walle p:joaquim_gabarro_valles).

<https://ruben.verborgh.org/publications/verborgh_ogdcamp_2011/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_ogdcamp_2011/>;
  rdfs:label """Free Your Metadata: Inexpensive, Straightforward Linked Data"""@en;
  foaf:maker :me, p:seth_van_hooland, p:max_de_wilde, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (:me p:seth_van_hooland p:max_de_wilde p:erik_mannens p:rik_van_de_walle).

<https://dx.doi.org/10.1109/NWeSP.2011.6088202> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/steiner_nwesp_2011/>;
  rdfs:label """Adding Meaning to Facebook Microposts via a Mash-up API and Tracking Its Data Provenance"""@en;
  foaf:maker <http://tomayac.com/thomas_steiner.rdf#me>, :me, p:joaquim_gabarro_valles, p:rik_van_de_walle;
  bibo:authorList (<http://tomayac.com/thomas_steiner.rdf#me> :me p:joaquim_gabarro_valles p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/steiner_derive_2011/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/steiner_derive_2011/>;
  rdfs:label """Crowdsourcing Event Detection in YouTube Videos"""@en;
  foaf:maker <http://tomayac.com/thomas_steiner.rdf#me>, :me, p:rik_van_de_walle, <http://mhausenblas.info/#i>, p:joaquim_gabarro_valles;
  bibo:authorList (<http://tomayac.com/thomas_steiner.rdf#me> :me p:rik_van_de_walle <http://mhausenblas.info/#i> p:joaquim_gabarro_valles).

<https://ruben.verborgh.org/publications/verborgh_www_2011/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_www_2011/>;
  rdfs:label """Application of Semantic Web technologies for multimedia interpretation"""@en;
  foaf:maker :me, p:rik_van_de_walle;
  bibo:authorList (:me p:rik_van_de_walle).

<https://dx.doi.org/10.3745/JIPS.2011.7.1.199> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/martens_jips_2011/>;
  rdfs:label """Lifting a Metadata Model to the Semantic Multimedia World"""@en;
  foaf:maker p:gaetan_martens, :me, p:chris_poppe, p:rik_van_de_walle;
  bibo:authorList (p:gaetan_martens :me p:chris_poppe p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/verborgh_afms_2010/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_afms_2010/>;
  rdfs:label """Application of Semantic Web Technologies for Automatic Multimedia Annotation"""@en;
  foaf:maker :me, p:davy_van_deursen, p:erik_mannens, p:chris_poppe, p:rik_van_de_walle;
  bibo:authorList (:me p:davy_van_deursen p:erik_mannens p:chris_poppe p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/verborgh_fia_2010/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_fia_2010/>;
  rdfs:label """Enabling Advanced Context-Based Multimedia Interpretation Using Linked Data"""@en;
  foaf:maker :me, p:davy_van_deursen, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (:me p:davy_van_deursen p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/martens_afms_2010/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/martens_afms_2010/>;
  rdfs:label """Lifting a Metadata Model to the Semantic Multimedia World"""@en;
  foaf:maker p:gaetan_martens, :me, p:chris_poppe, p:rik_van_de_walle;
  bibo:authorList (p:gaetan_martens :me p:chris_poppe p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/verborgh_smr2_2010/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_smr2_2010/>;
  rdfs:label """SPARQL Endpoints as Front-end for Multimedia Processing Algorithms"""@en;
  foaf:maker :me, p:davy_van_deursen, <https://josd.github.io/card.rdf#me>, p:erik_mannens, p:rik_van_de_walle;
  bibo:authorList (:me p:davy_van_deursen <https://josd.github.io/card.rdf#me> p:erik_mannens p:rik_van_de_walle).

<https://ruben.verborgh.org/publications/verborgh_mastersthesis_2010/#publication> a schema:ScholarlyArticle;
  foaf:isPrimaryTopicOf <https://ruben.verborgh.org/publications/verborgh_mastersthesis_2010/>;
  rdfs:label """Application of Semantic Web Technologies for (Semi-)Automatic Metadata Generation for Multimedia Data"""@en;
  foaf:maker :me;
  bibo:authorList (:me).



# Blog
<https://ruben.verborgh.org/blog/> a schema:Blog;
    foaf:maker :me;
    schema:blogPost <https://ruben.verborgh.org/blog/2025/08/12/inside-the-insight-economy/>,
        <https://ruben.verborgh.org/blog/2024/10/15/trust-takes-time/>,
        <https://ruben.verborgh.org/blog/2024/05/30/the-webs-data-triad/>,
        <https://ruben.verborgh.org/blog/2023/11/10/no-more-raw-data/>,
        <https://ruben.verborgh.org/blog/2022/12/30/lets-talk-about-pods/>,
        <https://ruben.verborgh.org/blog/2021/12/23/reflections-of-knowledge/>,
        <https://ruben.verborgh.org/blog/2020/12/07/a-data-ecosystem-fosters-sustainable-innovation/>,
        <https://ruben.verborgh.org/blog/2019/06/17/shaping-linked-data-apps/>,
        <https://ruben.verborgh.org/blog/2018/12/28/designing-a-linked-data-developer-experience/>,
        <https://ruben.verborgh.org/blog/2017/12/20/paradigm-shifts-for-the-decentralized-web/>,
        <https://ruben.verborgh.org/blog/2016/12/23/time-for-the-tech-of-truth/>,
        <https://ruben.verborgh.org/blog/2016/08/04/use-the-web-instead/>,
        <https://ruben.verborgh.org/blog/2016/06/22/querying-history-with-linked-data/>,
        <https://ruben.verborgh.org/blog/2015/10/06/turtles-all-the-way-down/>,
        <https://ruben.verborgh.org/blog/2015/06/09/federated-sparql-queries-in-your-browser/>,
        <https://ruben.verborgh.org/blog/2015/02/25/fostering-intelligence-by-enabling-it/>,
        <https://ruben.verborgh.org/blog/2015/01/30/600000-queryable-datasets-and-counting/>,
        <https://ruben.verborgh.org/blog/2014/12/31/thank-you-for-your-attention/>,
        <https://ruben.verborgh.org/blog/2014/10/30/the-year-of-the-developers/>,
        <https://ruben.verborgh.org/blog/2014/09/30/bringing-fast-triples-to-nodejs-with-hdt/>,
        <https://ruben.verborgh.org/blog/2014/08/22/writing-a-sparql-parser-in-javascript/>,
        <https://ruben.verborgh.org/blog/2014/07/31/reviewers-shouldnt-hide-their-name/>,
        <https://ruben.verborgh.org/blog/2014/06/30/a-hands-on-linked-data-book-for-people/>,
        <https://ruben.verborgh.org/blog/2014/05/29/the-pragmantic-web/>,
        <https://ruben.verborgh.org/blog/2014/04/19/www2014-and-25-years-of-web/>,
        <https://ruben.verborgh.org/blog/2014/03/11/towards-web-scale-web-querying/>,
        <https://ruben.verborgh.org/blog/2014/02/28/my-phd-on-semantic-hypermedia/>,
        <https://ruben.verborgh.org/blog/2014/01/31/apologies-for-cross-posting/>,
        <https://ruben.verborgh.org/blog/2013/12/31/promiscuous-promises/>,
        <https://ruben.verborgh.org/blog/2013/11/29/the-lie-of-the-api/>,
        <https://ruben.verborgh.org/blog/2013/10/31/research-is-teamwork/>,
        <https://ruben.verborgh.org/blog/2013/09/30/can-i-sparql-your-endpoint/>,
        <https://ruben.verborgh.org/blog/2013/08/30/using-openrefine-data-are-diamonds/>,
        <https://ruben.verborgh.org/blog/2013/07/30/one-hammer-for-a-thousand-nails/>,
        <https://ruben.verborgh.org/blog/2013/06/27/scientific-posters-are-ineffective/>,
        <https://ruben.verborgh.org/blog/2013/05/31/towards-serendipitous-web-applications/>,
        <https://ruben.verborgh.org/blog/2013/04/30/lightning-fast-rdf-in-javascript/>,
        <https://ruben.verborgh.org/blog/2013/03/29/affordances-weave-the-web/>,
        <https://ruben.verborgh.org/blog/2013/02/21/programming-is-an-art/>,
        <https://ruben.verborgh.org/blog/2013/01/31/what-web-agents-want/>,
        <https://ruben.verborgh.org/blog/2012/12/31/asynchronous-error-handling-in-javascript/>,
        <https://ruben.verborgh.org/blog/2012/11/27/everything-is-connected-in-strange-ways/>,
        <https://ruben.verborgh.org/blog/2012/10/25/social-media-as-spotlight-on-your-research/>,
        <https://ruben.verborgh.org/blog/2012/09/27/the-object-resource-impedance-mismatch/>,
        <https://ruben.verborgh.org/blog/2012/08/30/perl-and-the-preikestolen/>,
        <https://ruben.verborgh.org/blog/2012/08/24/rest-wheres-my-state/>,
        <https://ruben.verborgh.org/blog/2012/07/19/get-doesnt-change-the-world/>,
        <https://ruben.verborgh.org/blog/2012/05/04/selling-a-story-in-one-minute/>.


<https://ruben.verborgh.org/blog/2025/08/12/inside-the-insight-economy/> a schema:BlogPosting;
  rdfs:label """Inside the Insight Economy"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2024/10/15/trust-takes-time/> a schema:BlogPosting;
  rdfs:label """Trust takes time"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2024/05/30/the-webs-data-triad/> a schema:BlogPosting;
  rdfs:label """The Web’s data triad"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2023/11/10/no-more-raw-data/> a schema:BlogPosting;
  rdfs:label """No more raw data"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2022/12/30/lets-talk-about-pods/> a schema:BlogPosting;
  rdfs:label """Let’s talk about pods"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2021/12/23/reflections-of-knowledge/> a schema:BlogPosting;
  rdfs:label """Reflections of knowledge"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2020/12/07/a-data-ecosystem-fosters-sustainable-innovation/> a schema:BlogPosting;
  rdfs:label """A data ecosystem fosters sustainable innovation"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2019/06/17/shaping-linked-data-apps/> a schema:BlogPosting;
  rdfs:label """Shaping Linked Data apps"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2018/12/28/designing-a-linked-data-developer-experience/> a schema:BlogPosting;
  rdfs:label """Designing a Linked Data developer experience"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2017/12/20/paradigm-shifts-for-the-decentralized-web/> a schema:BlogPosting;
  rdfs:label """Paradigm shifts for the decentralized Web"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2016/12/23/time-for-the-tech-of-truth/> a schema:BlogPosting;
  rdfs:label """Time for the tech of truth"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2016/08/04/use-the-web-instead/> a schema:BlogPosting;
  rdfs:label """Use the Web instead"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2016/06/22/querying-history-with-linked-data/> a schema:BlogPosting;
  rdfs:label """Querying history with Linked Data"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2015/10/06/turtles-all-the-way-down/> a schema:BlogPosting;
  rdfs:label """Turtles all the way down"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2015/06/09/federated-sparql-queries-in-your-browser/> a schema:BlogPosting;
  rdfs:label """Federated SPARQL queries in your browser"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2015/02/25/fostering-intelligence-by-enabling-it/> a schema:BlogPosting;
  rdfs:label """Fostering intelligence by enabling it"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2015/01/30/600000-queryable-datasets-and-counting/> a schema:BlogPosting;
  rdfs:label """600,000 queryable datasets—and counting"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2014/12/31/thank-you-for-your-attention/> a schema:BlogPosting;
  rdfs:label """Thank you for your attention"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2014/10/30/the-year-of-the-developers/> a schema:BlogPosting;
  rdfs:label """The Year of the Developers"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2014/09/30/bringing-fast-triples-to-nodejs-with-hdt/> a schema:BlogPosting;
  rdfs:label """Bringing fast triples to Node.js with HDT"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2014/08/22/writing-a-sparql-parser-in-javascript/> a schema:BlogPosting;
  rdfs:label """Writing a SPARQL parser in JavaScript"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2014/07/31/reviewers-shouldnt-hide-their-name/> a schema:BlogPosting;
  rdfs:label """Reviewers shouldn’t hide their name"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2014/06/30/a-hands-on-linked-data-book-for-people/> a schema:BlogPosting;
  rdfs:label """A hands-on Linked Data book for people"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2014/05/29/the-pragmantic-web/> a schema:BlogPosting;
  rdfs:label """The Pragmantic Web"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2014/04/19/www2014-and-25-years-of-web/> a schema:BlogPosting;
  rdfs:label """WWW2014 and 25 years of Web"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2014/03/11/towards-web-scale-web-querying/> a schema:BlogPosting;
  rdfs:label """Towards Web-scale Web querying"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2014/02/28/my-phd-on-semantic-hypermedia/> a schema:BlogPosting;
  rdfs:label """My PhD on semantic hypermedia"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2014/01/31/apologies-for-cross-posting/> a schema:BlogPosting;
  rdfs:label """Apologies for cross-posting"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2013/12/31/promiscuous-promises/> a schema:BlogPosting;
  rdfs:label """Promiscuous promises"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2013/11/29/the-lie-of-the-api/> a schema:BlogPosting;
  rdfs:label """The lie of the API"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2013/10/31/research-is-teamwork/> a schema:BlogPosting;
  rdfs:label """Research is teamwork"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2013/09/30/can-i-sparql-your-endpoint/> a schema:BlogPosting;
  rdfs:label """Can I SPARQL your endpoint?"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2013/08/30/using-openrefine-data-are-diamonds/> a schema:BlogPosting;
  rdfs:label """Using OpenRefine: data are diamonds"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2013/07/30/one-hammer-for-a-thousand-nails/> a schema:BlogPosting;
  rdfs:label """One hammer for a thousand nails"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2013/06/27/scientific-posters-are-ineffective/> a schema:BlogPosting;
  rdfs:label """Scientific posters are ineffective"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2013/05/31/towards-serendipitous-web-applications/> a schema:BlogPosting;
  rdfs:label """Towards serendipitous Web applications"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2013/04/30/lightning-fast-rdf-in-javascript/> a schema:BlogPosting;
  rdfs:label """Lightning-fast RDF in JavaScript"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2013/03/29/affordances-weave-the-web/> a schema:BlogPosting;
  rdfs:label """Affordances weave the Web"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2013/02/21/programming-is-an-art/> a schema:BlogPosting;
  rdfs:label """Programming is an Art"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2013/01/31/what-web-agents-want/> a schema:BlogPosting;
  rdfs:label """What Web agents want"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2012/12/31/asynchronous-error-handling-in-javascript/> a schema:BlogPosting;
  rdfs:label """Asynchronous error handling in JavaScript"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2012/11/27/everything-is-connected-in-strange-ways/> a schema:BlogPosting;
  rdfs:label """Everything is connected in strange ways"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2012/10/25/social-media-as-spotlight-on-your-research/> a schema:BlogPosting;
  rdfs:label """Social media as spotlight on your research"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2012/09/27/the-object-resource-impedance-mismatch/> a schema:BlogPosting;
  rdfs:label """The object-resource impedance mismatch"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2012/08/30/perl-and-the-preikestolen/> a schema:BlogPosting;
  rdfs:label """Perl and the Preikestolen"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2012/08/24/rest-wheres-my-state/> a schema:BlogPosting;
  rdfs:label """REST, where’s my state?"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2012/07/19/get-doesnt-change-the-world/> a schema:BlogPosting;
  rdfs:label """GET doesn’t change the world"""@en;
  foaf:maker :me.

<https://ruben.verborgh.org/blog/2012/05/04/selling-a-story-in-one-minute/> a schema:BlogPosting;
  rdfs:label """Selling a story in one minute"""@en;
  foaf:maker :me.


# Identity
:me owl:sameAs <http://viaf.org/viaf/309918445>,
               <http://d-nb.info/gnd/1047630613>,
               <https://orcid.org/0000-0002-8596-222X>,
               <https://www.wikidata.org/entity/Q30085536>,
               <http://data.mmlab.be/people/Ruben+Verborgh>,
               <http://www.researcherid.com/rid/P-6571-2014>,
               <http://data.semanticweb.org/person/ruben-verborgh>,
               <https://w3id.org/scholarlydata/person/ruben-verborgh>,
               <http://dblp.l3s.de/d2r/resource/authors/Ruben_Verborgh>,
               <https://linkedsoftwaredependencies.org/users/npm/rubenverborgh>;
    owl:differentFrom <https://ruben.verborgh.org/>,
                      <https://ruben.verborgh.org/publications/>.
[] a owl:AllDifferent;
   owl:distinctMembers (
     :me
     <http://ben.de-meester.org/#me>
     <http://champin.net/#pa>
     <http://componentsjs.readthedocs.io/>
     <http://dbpedia.org/resource/Luc_Moreau>
     <http://harth.org/andreas/foaf#ah>
     <http://liris.cnrs.fr/~mmrissa/foaf.rdf#mm>
     <http://lodlaundromat.org/resource/person/laurens_rietveld>
     <http://lodlaundromat.org/resource/person/wouter_beek>
     <http://mhausenblas.info/#i>
     <http://olafhartig.de/foaf.rdf#olaf>
     <http://public.lanl.gov/herbertv/profile/#me>
     <http://richard.cyganiak.de/foaf.rdf#cygri>
     <http://tomayac.com/thomas_steiner.rdf#me>
     <http://www.eurecom.fr/~troncy/troncyr-foaf.rdf#rt>
     <http://www.informatik.uni-leipzig.de/~auer/foaf.rdf#me>
     <http://www.polleres.net/foaf.rdf#me>
     <https://brechtvdv.github.io/#me>
     <https://brechtvdv.github.io/Article-Live-Open-Data-Interfaces/>
     <https://brechtvdv.github.io/Article-Predicting-traffic-light-phases/>
     <https://brechtvdv.github.io/Article-Using-an-existing-website-as-a-queryable-low-cost-LOD-publishing-interface/>
     <https://comunica.github.io/Article-EDBT2024-SolidQueryDemo/>
     <https://comunica.github.io/Article-ISWC2018-Demo-GraphQlLD/>
     <https://comunica.github.io/Article-ISWC2018-Demo/>
     <https://comunica.github.io/Article-ISWC2018-Resource/>
     <https://comunica.github.io/Article-ISWC2023-SolidQuery/>
     <https://comunica.github.io/Article-SSWS2020-AMF/>
     <https://csarven.ca/#i>
     <https://csarven.ca/dokieli-rww>
     <https://data.knows.idlab.ugent.be/person/SindhuVasireddy/#me>
     <https://dx.doi.org/10.1002/asi.22763>
     <https://dx.doi.org/10.1007/978-3-030-01379-0_2>
     <https://dx.doi.org/10.1007/978-3-030-21395-4_12>
     <https://dx.doi.org/10.1007/978-3-030-32327-1>
     <https://dx.doi.org/10.1007/978-3-030-32327-1_7>
     <https://dx.doi.org/10.1007/978-3-030-39296-3_26>
     <https://dx.doi.org/10.1007/978-3-030-50578-3_21>
     <https://dx.doi.org/10.1007/978-3-030-59833-4_6>
     <https://dx.doi.org/10.1007/978-3-030-62327-2_10>
     <https://dx.doi.org/10.1007/978-3-030-62466-8_13>
     <https://dx.doi.org/10.1007/978-3-030-74296-6_3>
     <https://dx.doi.org/10.1007/978-3-030-74296-6_5>
     <https://dx.doi.org/10.1007/978-3-030-77385-4>
     <https://dx.doi.org/10.1007/978-3-030-80418-3>
     <https://dx.doi.org/10.1007/978-3-030-81242-3_15>
     <https://dx.doi.org/10.1007/978-3-030-91167-6_5>
     <https://dx.doi.org/10.1007/978-3-031-16802-4_11>
     <https://dx.doi.org/10.1007/978-3-031-78952-6_32>
     <https://dx.doi.org/10.1007/978-3-031-78952-6_52>
     <https://dx.doi.org/10.1007/978-3-031-94578-6_11>
     <https://dx.doi.org/10.1007/978-3-032-05409-8_11>
     <https://dx.doi.org/10.1007/978-3-319-11964-9_12>
     <https://dx.doi.org/10.1007/978-3-319-16462-5_16>
     <https://dx.doi.org/10.1007/978-3-319-18818-8_29>
     <https://dx.doi.org/10.1007/978-3-319-24258-3_65>
     <https://dx.doi.org/10.1007/978-3-319-25518-7_14>
     <https://dx.doi.org/10.1007/978-3-319-25639-9_13>
     <https://dx.doi.org/10.1007/978-3-319-25639-9_32>
     <https://dx.doi.org/10.1007/978-3-319-25639-9_54>
     <https://dx.doi.org/10.1007/978-3-319-25639-9_6>
     <https://dx.doi.org/10.1007/978-3-319-27036-4_10>
     <https://dx.doi.org/10.1007/978-3-319-33245-1_10>
     <https://dx.doi.org/10.1007/978-3-319-34129-3_43>
     <https://dx.doi.org/10.1007/978-3-319-34129-3_5>
     <https://dx.doi.org/10.1007/978-3-319-38791-8_41>
     <https://dx.doi.org/10.1007/978-3-319-40349-6_23>
     <https://dx.doi.org/10.1007/978-3-319-46565-4_18>
     <https://dx.doi.org/10.1007/978-3-319-47075-7_50>
     <https://dx.doi.org/10.1007/978-3-319-47602-5_10>
     <https://dx.doi.org/10.1007/978-3-319-47602-5_1>
     <https://dx.doi.org/10.1007/978-3-319-47602-5_25>
     <https://dx.doi.org/10.1007/978-3-319-47602-5_44>
     <https://dx.doi.org/10.1007/978-3-319-58451-5_11>
     <https://dx.doi.org/10.1007/978-3-319-58451-5_3>
     <https://dx.doi.org/10.1007/978-3-319-58694-6_1>
     <https://dx.doi.org/10.1007/978-3-319-58694-6_29>
     <https://dx.doi.org/10.1007/978-3-319-60131-1_26>
     <https://dx.doi.org/10.1007/978-3-319-61252-2_3>
     <https://dx.doi.org/10.1007/978-3-319-68204-4_28>
     <https://dx.doi.org/10.1007/978-3-319-70407-4_13>
     <https://dx.doi.org/10.1007/978-3-319-70407-4_14>
     <https://dx.doi.org/10.1007/978-3-319-70407-4_18>
     <https://dx.doi.org/10.1007/978-3-319-70407-4_24>
     <https://dx.doi.org/10.1007/978-3-319-70407-4_32>
     <https://dx.doi.org/10.1007/978-3-319-98192-5_28>
     <https://dx.doi.org/10.1007/978-3-319-98192-5_40>
     <https://dx.doi.org/10.1007/978-3-319-98192-5_8>
     <https://dx.doi.org/10.1007/978-3-662-46641-4>
     <https://dx.doi.org/10.1007/978-3-662-46641-4_20>
     <https://dx.doi.org/10.1007/s00799-014-0136-9>
     <https://dx.doi.org/10.1007/s10619-017-7211-3>
     <https://dx.doi.org/10.1007/s11042-010-0709-6>
     <https://dx.doi.org/10.1007/s11042-012-1004-5>
     <https://dx.doi.org/10.1007/s11042-012-1032-1>
     <https://dx.doi.org/10.1007/s11042-014-2445-9>
     <https://dx.doi.org/10.1007/s11761-018-0234-4>
     <https://dx.doi.org/10.1016/j.future.2019.10.006>
     <https://dx.doi.org/10.1016/j.jbi.2017.05.006>
     <https://dx.doi.org/10.1016/j.websem.2016.03.003>
     <https://dx.doi.org/10.1016/j.websem.2017.12.003>
     <https://dx.doi.org/10.1016/j.websem.2019.04.001>
     <https://dx.doi.org/10.1017/S1471068416000016>
     <https://dx.doi.org/10.1017/S1471068423000054>
     <https://dx.doi.org/10.1049/iet-its.2016.0269>
     <https://dx.doi.org/10.1080/10494820.2017.1343191>
     <https://dx.doi.org/10.1093/comjnl/bxt147>
     <https://dx.doi.org/10.1093/llc/fqt067>
     <https://dx.doi.org/10.1108/JD-03-2017-0040>
     <https://dx.doi.org/10.1108/JD-07-2013-0098>
     <https://dx.doi.org/10.1109/BigData.2016.7840981>
     <https://dx.doi.org/10.1109/COMPSACW.2013.29>
     <https://dx.doi.org/10.1109/FITCE53297.2021.9588540>
     <https://dx.doi.org/10.1109/ICSC.2016.55>
     <https://dx.doi.org/10.1109/IOT.2014.7030116>
     <https://dx.doi.org/10.1109/MC.2014.296>
     <https://dx.doi.org/10.1109/NWeSP.2011.6088202>
     <https://dx.doi.org/10.1109/NWeSP.2011.6088208>
     <https://dx.doi.org/10.1109/QoMEX.2012.6263875>
     <https://dx.doi.org/10.1109/TASE.2016.2533321>
     <https://dx.doi.org/10.1145/2307819.2307828>
     <https://dx.doi.org/10.1145/2487788.2488182>
     <https://dx.doi.org/10.1145/2806416.2806642>
     <https://dx.doi.org/10.1145/2814864.2814873>
     <https://dx.doi.org/10.1145/2814864.2814892>
     <https://dx.doi.org/10.1145/2872518.2891069>
     <https://dx.doi.org/10.1145/2910019.2910027>
     <https://dx.doi.org/10.1145/2910019.2910030>
     <https://dx.doi.org/10.1145/2928294.2928304>
     <https://dx.doi.org/10.1145/3014087.3014096>
     <https://dx.doi.org/10.1145/3041021.3051699>
     <https://dx.doi.org/10.1145/3041021.3054210>
     <https://dx.doi.org/10.1145/3148011.3154467>
     <https://dx.doi.org/10.1145/3184558.3190666>
     <https://dx.doi.org/10.1145/3184558.3191650>
     <https://dx.doi.org/10.1145/3308560.3316520>
     <https://dx.doi.org/10.1145/3323878.3325802>
     <https://dx.doi.org/10.1145/3366424.3383528>
     <https://dx.doi.org/10.1145/3487553.3524630>
     <https://dx.doi.org/10.1145/3543873.3589756>
     <https://dx.doi.org/10.1145/3757490>
     <https://dx.doi.org/10.1155/2014/150696>
     <https://dx.doi.org/10.1186/s13326-024-00303-4>
     <https://dx.doi.org/10.21428/5676bf2d.a76a90cf>
     <https://dx.doi.org/10.2218/ijdc.v19i1.920>
     <https://dx.doi.org/10.2298/CSIS151028031D>
     <https://dx.doi.org/10.3233/978-1-61499-562-3-37>
     <https://dx.doi.org/10.3233/SW-180319>
     <https://dx.doi.org/10.3233/SW-190358>
     <https://dx.doi.org/10.3233/SW-200384>
     <https://dx.doi.org/10.3233/SW-210449>
     <https://dx.doi.org/10.3233/SW-210450>
     <https://dx.doi.org/10.3233/SW-222945>
     <https://dx.doi.org/10.3233/SW-223116>
     <https://dx.doi.org/10.3233/SW-233396>
     <https://dx.doi.org/10.3233/SW-243726>
     <https://dx.doi.org/10.3390/info3040790>
     <https://dx.doi.org/10.3745/JIPS.2011.7.1.199>
     <https://dx.doi.org/10.3789/isqv23n4.2011.04>
     <https://dx.doi.org/10.4018/IJSWIS.2016070103>
     <https://dx.doi.org/10.4018/IJSWIS.2017100108>
     <https://dx.doi.org/10.5220/0006733106710679>
     <https://dx.doi.org/10.5281/zenodo.12579289>
     <https://dx.doi.org/https://doi.org/10.13052/jwe1540-9589.2045>
     <https://dylanvanassche.be/#me>
     <https://hdelva.be/articles/decentralized-footpaths/>
     <https://josd.github.io/Papers/EYE.pdf>
     <https://josd.github.io/card.rdf#me>
     <https://julianrojas.org/#me>
     <https://julianrojas.org/papers/icwe2020-main-track/>
     <https://julianrojas.org/papers/iswc2021-in-use/>
     <https://linkedsoftwaredependencies.org/articles/describing-experiments/>
     <https://natadimou.com/#me>
     <https://peerj.com/articles/cs-105/>
     <https://peerj.com/articles/cs-110/>
     <https://peerj.com/articles/cs-78/>
     <https://pietercolpaert.be/#me>
     <https://pieterheyvaert.com/#me>
     <https://rdfostrich.github.io/article-demo/>
     <https://rdfostrich.github.io/article-iswc2019-journal-ostrich/>
     <https://rdfostrich.github.io/article-jws2018-ostrich/>
     <https://rhiaro.co.uk/#me>
     <https://ruben.verborgh.org/>
     <https://ruben.verborgh.org/articles/fine-grained-content-negotiation/>
     <https://ruben.verborgh.org/articles/incentivized-collaboration/>
     <https://ruben.verborgh.org/articles/queryable-research-data/>
     <https://ruben.verborgh.org/articles/redecentralizing-the-web/>
     <https://ruben.verborgh.org/articles/the-semantic-web-identity-crisis/>
     <https://ruben.verborgh.org/articles/web-api-ecosystem/>
     <https://ruben.verborgh.org/blog/2012/05/04/selling-a-story-in-one-minute/>
     <https://ruben.verborgh.org/blog/2012/07/19/get-doesnt-change-the-world/>
     <https://ruben.verborgh.org/blog/2012/08/24/rest-wheres-my-state/>
     <https://ruben.verborgh.org/blog/2012/08/30/perl-and-the-preikestolen/>
     <https://ruben.verborgh.org/blog/2012/09/27/the-object-resource-impedance-mismatch/>
     <https://ruben.verborgh.org/blog/2012/10/25/social-media-as-spotlight-on-your-research/>
     <https://ruben.verborgh.org/blog/2012/11/27/everything-is-connected-in-strange-ways/>
     <https://ruben.verborgh.org/blog/2012/12/31/asynchronous-error-handling-in-javascript/>
     <https://ruben.verborgh.org/blog/2013/01/31/what-web-agents-want/>
     <https://ruben.verborgh.org/blog/2013/02/21/programming-is-an-art/>
     <https://ruben.verborgh.org/blog/2013/03/29/affordances-weave-the-web/>
     <https://ruben.verborgh.org/blog/2013/04/30/lightning-fast-rdf-in-javascript/>
     <https://ruben.verborgh.org/blog/2013/05/31/towards-serendipitous-web-applications/>
     <https://ruben.verborgh.org/blog/2013/06/27/scientific-posters-are-ineffective/>
     <https://ruben.verborgh.org/blog/2013/07/30/one-hammer-for-a-thousand-nails/>
     <https://ruben.verborgh.org/blog/2013/08/30/using-openrefine-data-are-diamonds/>
     <https://ruben.verborgh.org/blog/2013/09/30/can-i-sparql-your-endpoint/>
     <https://ruben.verborgh.org/blog/2013/10/31/research-is-teamwork/>
     <https://ruben.verborgh.org/blog/2013/11/29/the-lie-of-the-api/>
     <https://ruben.verborgh.org/blog/2013/12/31/promiscuous-promises/>
     <https://ruben.verborgh.org/blog/2014/01/31/apologies-for-cross-posting/>
     <https://ruben.verborgh.org/blog/2014/02/28/my-phd-on-semantic-hypermedia/>
     <https://ruben.verborgh.org/blog/2014/03/11/towards-web-scale-web-querying/>
     <https://ruben.verborgh.org/blog/2014/04/19/www2014-and-25-years-of-web/>
     <https://ruben.verborgh.org/blog/2014/05/29/the-pragmantic-web/>
     <https://ruben.verborgh.org/blog/2014/06/30/a-hands-on-linked-data-book-for-people/>
     <https://ruben.verborgh.org/blog/2014/07/31/reviewers-shouldnt-hide-their-name/>
     <https://ruben.verborgh.org/blog/2014/08/22/writing-a-sparql-parser-in-javascript/>
     <https://ruben.verborgh.org/blog/2014/09/30/bringing-fast-triples-to-nodejs-with-hdt/>
     <https://ruben.verborgh.org/blog/2014/10/30/the-year-of-the-developers/>
     <https://ruben.verborgh.org/blog/2014/12/31/thank-you-for-your-attention/>
     <https://ruben.verborgh.org/blog/2015/01/30/600000-queryable-datasets-and-counting/>
     <https://ruben.verborgh.org/blog/2015/02/25/fostering-intelligence-by-enabling-it/>
     <https://ruben.verborgh.org/blog/2015/06/09/federated-sparql-queries-in-your-browser/>
     <https://ruben.verborgh.org/blog/2015/10/06/turtles-all-the-way-down/>
     <https://ruben.verborgh.org/blog/2016/06/22/querying-history-with-linked-data/>
     <https://ruben.verborgh.org/blog/2016/08/04/use-the-web-instead/>
     <https://ruben.verborgh.org/blog/2016/12/23/time-for-the-tech-of-truth/>
     <https://ruben.verborgh.org/blog/2017/12/20/paradigm-shifts-for-the-decentralized-web/>
     <https://ruben.verborgh.org/blog/2018/12/28/designing-a-linked-data-developer-experience/>
     <https://ruben.verborgh.org/blog/2019/06/17/shaping-linked-data-apps/>
     <https://ruben.verborgh.org/blog/2020/12/07/a-data-ecosystem-fosters-sustainable-innovation/>
     <https://ruben.verborgh.org/blog/2021/12/23/reflections-of-knowledge/>
     <https://ruben.verborgh.org/blog/2022/12/30/lets-talk-about-pods/>
     <https://ruben.verborgh.org/blog/2023/11/10/no-more-raw-data/>
     <https://ruben.verborgh.org/blog/2024/05/30/the-webs-data-triad/>
     <https://ruben.verborgh.org/blog/2024/10/15/trust-takes-time/>
     <https://ruben.verborgh.org/blog/2025/08/12/inside-the-insight-economy/>
     <https://ruben.verborgh.org/phd/>
     <https://ruben.verborgh.org/publications/>
     <https://ruben.verborgh.org/publications/akaichi_sds_2024/#publication>
     <https://ruben.verborgh.org/publications/akaichi_sds_2024/>
     <https://ruben.verborgh.org/publications/amanqui_icwe_2016/>
     <https://ruben.verborgh.org/publications/amanqui_wetice_2016/#publication>
     <https://ruben.verborgh.org/publications/amanqui_wetice_2016/>
     <https://ruben.verborgh.org/publications/arndt_ai4health_2018/>
     <https://ruben.verborgh.org/publications/arndt_eswc_pn_2015/#publication>
     <https://ruben.verborgh.org/publications/arndt_eswc_pn_2015/>
     <https://ruben.verborgh.org/publications/arndt_jws_2019/>
     <https://ruben.verborgh.org/publications/arndt_owled_2015/>
     <https://ruben.verborgh.org/publications/arndt_ruleml_2015/#publication>
     <https://ruben.verborgh.org/publications/arndt_ruleml_2015/>
     <https://ruben.verborgh.org/publications/arndt_ruleml_industry_2015/#publication>
     <https://ruben.verborgh.org/publications/arndt_ruleml_industry_2015/>
     <https://ruben.verborgh.org/publications/arndt_ruleml_industry_2016/#publication>
     <https://ruben.verborgh.org/publications/arndt_ruleml_industry_2016/>
     <https://ruben.verborgh.org/publications/arndt_rulemlrr_2017/>
     <https://ruben.verborgh.org/publications/baccar_soca_2018/>
     <https://ruben.verborgh.org/publications/beek_semantics_2017/#publication>
     <https://ruben.verborgh.org/publications/beek_semantics_2017/>
     <https://ruben.verborgh.org/publications/bogaerts_rulemlrr_2021/>
     <https://ruben.verborgh.org/publications/bogaerts_tplp_2023/>
     <https://ruben.verborgh.org/publications/bonte_iswc_2015/#publication>
     <https://ruben.verborgh.org/publications/bonte_iswc_2015/>
     <https://ruben.verborgh.org/publications/bonte_iswc_poster_2020/#publication>
     <https://ruben.verborgh.org/publications/bonte_iswc_poster_2020/>
     <https://ruben.verborgh.org/publications/bonte_ore_2015/#publication>
     <https://ruben.verborgh.org/publications/bonte_ore_2015/>
     <https://ruben.verborgh.org/publications/bosch_kwalon_2016/#publication>
     <https://ruben.verborgh.org/publications/bosch_kwalon_2016/>
     <https://ruben.verborgh.org/publications/buyle_egose_2016/>
     <https://ruben.verborgh.org/publications/buyle_egose_2019/>
     <https://ruben.verborgh.org/publications/buyle_iswc_demo_2016/#publication>
     <https://ruben.verborgh.org/publications/buyle_iswc_demo_2016/>
     <https://ruben.verborgh.org/publications/capadisli_icwe_2017/>
     <https://ruben.verborgh.org/publications/chrysakis_dbsec_2021/>
     <https://ruben.verborgh.org/publications/chrysakis_eswc_poster_2020/>
     <https://ruben.verborgh.org/publications/colpaert_cold_2016/#publication>
     <https://ruben.verborgh.org/publications/colpaert_cold_2016/>
     <https://ruben.verborgh.org/publications/colpaert_computer_2014/>
     <https://ruben.verborgh.org/publications/colpaert_eswc_2014/#publication>
     <https://ruben.verborgh.org/publications/colpaert_eswc_2014/>
     <https://ruben.verborgh.org/publications/colpaert_eswc_demo_2019/#publication>
     <https://ruben.verborgh.org/publications/colpaert_eswc_demo_2019/>
     <https://ruben.verborgh.org/publications/colpaert_icwe_2017/>
     <https://ruben.verborgh.org/publications/colpaert_iet_2017/>
     <https://ruben.verborgh.org/publications/colpaert_iswc_2015/#publication>
     <https://ruben.verborgh.org/publications/colpaert_iswc_2015/>
     <https://ruben.verborgh.org/publications/colpaert_its_2016/#publication>
     <https://ruben.verborgh.org/publications/colpaert_its_2016/>
     <https://ruben.verborgh.org/publications/colpaert_its_2017/#publication>
     <https://ruben.verborgh.org/publications/colpaert_its_2017/>
     <https://ruben.verborgh.org/publications/colpaert_usewod_2016/>
     <https://ruben.verborgh.org/publications/coppens_cold_2013/#publication>
     <https://ruben.verborgh.org/publications/coppens_cold_2013/>
     <https://ruben.verborgh.org/publications/coppens_ijdl_2015/>
     <https://ruben.verborgh.org/publications/coppens_iswc_2012/#publication>
     <https://ruben.verborgh.org/publications/coppens_iswc_2012/>
     <https://ruben.verborgh.org/publications/coppens_ldow_2013/#publication>
     <https://ruben.verborgh.org/publications/coppens_ldow_2013/>
     <https://ruben.verborgh.org/publications/coppens_models_2013/#publication>
     <https://ruben.verborgh.org/publications/coppens_models_2013/>
     <https://ruben.verborgh.org/publications/coppens_mucs_2014/#publication>
     <https://ruben.verborgh.org/publications/coppens_mucs_2014/>
     <https://ruben.verborgh.org/publications/crum_swat4hcls_2024/#publication>
     <https://ruben.verborgh.org/publications/crum_swat4hcls_2024/>
     <https://ruben.verborgh.org/publications/dastgheib_iswc_demo_2017/#publication>
     <https://ruben.verborgh.org/publications/dastgheib_iswc_demo_2017/>
     <https://ruben.verborgh.org/publications/debackere_consent_2022/>
     <https://ruben.verborgh.org/publications/debrouwer_jbs_2024/>
     <https://ruben.verborgh.org/publications/debrouwer_www_demo_2020/>
     <https://ruben.verborgh.org/publications/dedecker_icwe_2021/>
     <https://ruben.verborgh.org/publications/dedecker_quweda_2022/>
     <https://ruben.verborgh.org/publications/delva_icwe_2020/>
     <https://ruben.verborgh.org/publications/delva_jwe_2021/>
     <https://ruben.verborgh.org/publications/delva_sem4tra_2019/>
     <https://ruben.verborgh.org/publications/delva_sem4tra_2020/#publication>
     <https://ruben.verborgh.org/publications/delva_sem4tra_2020/>
     <https://ruben.verborgh.org/publications/delva_sotm_2019/#publication>
     <https://ruben.verborgh.org/publications/delva_sotm_2019/>
     <https://ruben.verborgh.org/publications/demeester_aim_2014/#publication>
     <https://ruben.verborgh.org/publications/demeester_aim_2014/>
     <https://ruben.verborgh.org/publications/demeester_call_2018/#publication>
     <https://ruben.verborgh.org/publications/demeester_call_2018/>
     <https://ruben.verborgh.org/publications/demeester_eswc_2017/>
     <https://ruben.verborgh.org/publications/demeester_eswc_demo_2017/>
     <https://ruben.verborgh.org/publications/demeester_eswc_demo_2019/>
     <https://ruben.verborgh.org/publications/demeester_eswc_poster_2016/>
     <https://ruben.verborgh.org/publications/demeester_fgcs_2020/>
     <https://ruben.verborgh.org/publications/demeester_iswc_2015/#publication>
     <https://ruben.verborgh.org/publications/demeester_iswc_2015/>
     <https://ruben.verborgh.org/publications/demeester_iswc_2025/#publication>
     <https://ruben.verborgh.org/publications/demeester_iswc_2025/>
     <https://ruben.verborgh.org/publications/demeester_iswc_demo_2017/#publication>
     <https://ruben.verborgh.org/publications/demeester_iswc_demo_2017/>
     <https://ruben.verborgh.org/publications/demeester_iswc_poster_2016/#publication>
     <https://ruben.verborgh.org/publications/demeester_iswc_poster_2016/>
     <https://ruben.verborgh.org/publications/demeester_kgb_2019/#publication>
     <https://ruben.verborgh.org/publications/demeester_kgb_2019/>
     <https://ruben.verborgh.org/publications/demeester_linked_2015/#publication>
     <https://ruben.verborgh.org/publications/demeester_linked_2015/>
     <https://ruben.verborgh.org/publications/demeester_locweb_2015/#publication>
     <https://ruben.verborgh.org/publications/demeester_locweb_2015/>
     <https://ruben.verborgh.org/publications/demeester_mtap_2016/>
     <https://ruben.verborgh.org/publications/demeester_nlpdbpedia_2015/#publication>
     <https://ruben.verborgh.org/publications/demeester_nlpdbpedia_2015/>
     <https://ruben.verborgh.org/publications/demeester_ordring_2015/#publication>
     <https://ruben.verborgh.org/publications/demeester_ordring_2015/>
     <https://ruben.verborgh.org/publications/demeester_semsci_2017/#publication>
     <https://ruben.verborgh.org/publications/demeester_semsci_2017/>
     <https://ruben.verborgh.org/publications/demeester_swj_2021/>
     <https://ruben.verborgh.org/publications/demeester_voila_2018/#publication>
     <https://ruben.verborgh.org/publications/demeester_voila_2018/>
     <https://ruben.verborgh.org/publications/demulder_www_demo_2021/#publication>
     <https://ruben.verborgh.org/publications/demulder_www_demo_2021/>
     <https://ruben.verborgh.org/publications/denies_annotations_2014/#publication>
     <https://ruben.verborgh.org/publications/denies_annotations_2014/>
     <https://ruben.verborgh.org/publications/denies_cikm_2015/>
     <https://ruben.verborgh.org/publications/denies_eswc_2016/>
     <https://ruben.verborgh.org/publications/denies_icsc_2016/>
     <https://ruben.verborgh.org/publications/denies_ipaw_2014/>
     <https://ruben.verborgh.org/publications/denies_iswc_2013/#publication>
     <https://ruben.verborgh.org/publications/denies_iswc_2013/>
     <https://ruben.verborgh.org/publications/denies_lile_2015/#publication>
     <https://ruben.verborgh.org/publications/denies_lile_2015/>
     <https://ruben.verborgh.org/publications/denies_method_2013/>
     <https://ruben.verborgh.org/publications/denies_method_2015/#publication>
     <https://ruben.verborgh.org/publications/denies_method_2015/>
     <https://ruben.verborgh.org/publications/denies_noise_2015/#publication>
     <https://ruben.verborgh.org/publications/denies_noise_2015/>
     <https://ruben.verborgh.org/publications/depaepe_eswc_demo_2017/>
     <https://ruben.verborgh.org/publications/depaepe_eswc_pn_2016/#publication>
     <https://ruben.verborgh.org/publications/depaepe_eswc_pn_2016/>
     <https://ruben.verborgh.org/publications/depaepe_iswc_poster_2016/#publication>
     <https://ruben.verborgh.org/publications/depaepe_iswc_poster_2016/>
     <https://ruben.verborgh.org/publications/desmet_hyperagents_2025/#publication>
     <https://ruben.verborgh.org/publications/desmet_hyperagents_2025/>
     <https://ruben.verborgh.org/publications/devocht_comsis_2017/>
     <https://ruben.verborgh.org/publications/devocht_eswc_challenge_2016/>
     <https://ruben.verborgh.org/publications/devocht_eswc_poster_2015/>
     <https://ruben.verborgh.org/publications/devocht_hcii_2016/>
     <https://ruben.verborgh.org/publications/devocht_icegov_2016/>
     <https://ruben.verborgh.org/publications/devocht_iesd_2014/#publication>
     <https://ruben.verborgh.org/publications/devocht_iesd_2014/>
     <https://ruben.verborgh.org/publications/devocht_iesd_2015/#publication>
     <https://ruben.verborgh.org/publications/devocht_iesd_2015/>
     <https://ruben.verborgh.org/publications/devocht_ijswis_2017/>
     <https://ruben.verborgh.org/publications/devocht_iswc_2015/#publication>
     <https://ruben.verborgh.org/publications/devocht_iswc_2015/>
     <https://ruben.verborgh.org/publications/devocht_ldow_2013/#publication>
     <https://ruben.verborgh.org/publications/devocht_ldow_2013/>
     <https://ruben.verborgh.org/publications/devocht_savesd_2015/#publication>
     <https://ruben.verborgh.org/publications/devocht_savesd_2015/>
     <https://ruben.verborgh.org/publications/devocht_ssc_2014/#publication>
     <https://ruben.verborgh.org/publications/devocht_ssc_2014/>
     <https://ruben.verborgh.org/publications/dewitte_sbd_2016/>
     <https://ruben.verborgh.org/publications/dewitte_swat4ls_2016/#publication>
     <https://ruben.verborgh.org/publications/dewitte_swat4ls_2016/>
     <https://ruben.verborgh.org/publications/dimou_edf_2015/#publication>
     <https://ruben.verborgh.org/publications/dimou_edf_2015/>
     <https://ruben.verborgh.org/publications/dimou_ekaw_2016/>
     <https://ruben.verborgh.org/publications/dimou_eswc_2014/#publication>
     <https://ruben.verborgh.org/publications/dimou_eswc_2014/>
     <https://ruben.verborgh.org/publications/dimou_iesd_2016/#publication>
     <https://ruben.verborgh.org/publications/dimou_iesd_2016/>
     <https://ruben.verborgh.org/publications/dimou_iswc_2015a/#publication>
     <https://ruben.verborgh.org/publications/dimou_iswc_2015a/>
     <https://ruben.verborgh.org/publications/dimou_iswc_2015b/#publication>
     <https://ruben.verborgh.org/publications/dimou_iswc_2015b/>
     <https://ruben.verborgh.org/publications/dimou_iswc_demo_2016a/#publication>
     <https://ruben.verborgh.org/publications/dimou_iswc_demo_2016a/>
     <https://ruben.verborgh.org/publications/dimou_iswc_demo_2016b/#publication>
     <https://ruben.verborgh.org/publications/dimou_iswc_demo_2016b/>
     <https://ruben.verborgh.org/publications/dimou_ldow_2014/#publication>
     <https://ruben.verborgh.org/publications/dimou_ldow_2014/>
     <https://ruben.verborgh.org/publications/dimou_ldow_2016/#publication>
     <https://ruben.verborgh.org/publications/dimou_ldow_2016/>
     <https://ruben.verborgh.org/publications/dimou_ldow_2018/#publication>
     <https://ruben.verborgh.org/publications/dimou_ldow_2018/>
     <https://ruben.verborgh.org/publications/dimou_peerjcs_2017/>
     <https://ruben.verborgh.org/publications/dimou_savesd_2017/>
     <https://ruben.verborgh.org/publications/dimou_semantics_2015/>
     <https://ruben.verborgh.org/publications/domingue_trusdekw_2023/>
     <https://ruben.verborgh.org/publications/dumontier_ismbeccb_2017/#publication>
     <https://ruben.verborgh.org/publications/dumontier_ismbeccb_2017/>
     <https://ruben.verborgh.org/publications/eschauzier_amw_2024/#publication>
     <https://ruben.verborgh.org/publications/eschauzier_amw_2024/>
     <https://ruben.verborgh.org/publications/eschauzier_eswc_2023/#publication>
     <https://ruben.verborgh.org/publications/eschauzier_eswc_2023/>
     <https://ruben.verborgh.org/publications/eschauzier_iswc_2025/>
     <https://ruben.verborgh.org/publications/eschauzier_quweda_2023/>
     <https://ruben.verborgh.org/publications/esteves_opal_2025/#publication>
     <https://ruben.verborgh.org/publications/esteves_opal_2025/>
     <https://ruben.verborgh.org/publications/esteves_wop_2025/#publication>
     <https://ruben.verborgh.org/publications/esteves_wop_2025/>
     <https://ruben.verborgh.org/publications/filipowska_semantics_2015/#publication>
     <https://ruben.verborgh.org/publications/filipowska_semantics_2015/>
     <https://ruben.verborgh.org/publications/ghaem_sigarchian_icel_2015/#publication>
     <https://ruben.verborgh.org/publications/ghaem_sigarchian_icel_2015/>
     <https://ruben.verborgh.org/publications/ghaem_sigarchian_icids_2015/>
     <https://ruben.verborgh.org/publications/ghaem_sigarchian_ile_2018/>
     <https://ruben.verborgh.org/publications/ghaem_sigarchian_lisc_2014/#publication>
     <https://ruben.verborgh.org/publications/ghaem_sigarchian_lisc_2014/>
     <https://ruben.verborgh.org/publications/grall_eswc_demo_2017/>
     <https://ruben.verborgh.org/publications/haesendonck_sbd_2019/>
     <https://ruben.verborgh.org/publications/haesendonck_w3cwot_2019/#publication>
     <https://ruben.verborgh.org/publications/haesendonck_w3cwot_2019/>
     <https://ruben.verborgh.org/publications/hanski_dmkg_2023/#publication>
     <https://ruben.verborgh.org/publications/hanski_dmkg_2023/>
     <https://ruben.verborgh.org/publications/hanski_eswc_2024/>
     <https://ruben.verborgh.org/publications/hanski_icwe_2025/#publication>
     <https://ruben.verborgh.org/publications/hanski_icwe_2025/>
     <https://ruben.verborgh.org/publications/hengchen_cas_2016/>
     <https://ruben.verborgh.org/publications/hengchen_docsi_2015/#publication>
     <https://ruben.verborgh.org/publications/hengchen_docsi_2015/>
     <https://ruben.verborgh.org/publications/heyvaert_ectel_2015/>
     <https://ruben.verborgh.org/publications/heyvaert_elpub_2015/>
     <https://ruben.verborgh.org/publications/heyvaert_eswc_2016/>
     <https://ruben.verborgh.org/publications/heyvaert_eswc_demo_2016/>
     <https://ruben.verborgh.org/publications/heyvaert_eswc_demo_2018/>
     <https://ruben.verborgh.org/publications/heyvaert_eswc_poster_2015/>
     <https://ruben.verborgh.org/publications/heyvaert_iesd_2015/#publication>
     <https://ruben.verborgh.org/publications/heyvaert_iesd_2015/>
     <https://ruben.verborgh.org/publications/heyvaert_iswc_2015/#publication>
     <https://ruben.verborgh.org/publications/heyvaert_iswc_2015/>
     <https://ruben.verborgh.org/publications/heyvaert_iswc_demo_2016/#publication>
     <https://ruben.verborgh.org/publications/heyvaert_iswc_demo_2016/>
     <https://ruben.verborgh.org/publications/heyvaert_jist_2016/#publication>
     <https://ruben.verborgh.org/publications/heyvaert_jist_2016/>
     <https://ruben.verborgh.org/publications/heyvaert_jws_2018/>
     <https://ruben.verborgh.org/publications/heyvaert_kgswc_2019/>
     <https://ruben.verborgh.org/publications/heyvaert_ld4ie_2017/#publication>
     <https://ruben.verborgh.org/publications/heyvaert_ld4ie_2017/>
     <https://ruben.verborgh.org/publications/heyvaert_sempub_2015/>
     <https://ruben.verborgh.org/publications/heyvaert_swj_2019/>
     <https://ruben.verborgh.org/publications/hitzler_eswc_2019/>
     <https://ruben.verborgh.org/publications/hochstenbach_code4lib_2023/#publication>
     <https://ruben.verborgh.org/publications/hochstenbach_code4lib_2023/>
     <https://ruben.verborgh.org/publications/hochstenbach_elag_2015/#publication>
     <https://ruben.verborgh.org/publications/hochstenbach_elag_2015/>
     <https://ruben.verborgh.org/publications/hochstenbach_ijdc_2025/>
     <https://ruben.verborgh.org/publications/hochstenbach_ipres_2024/>
     <https://ruben.verborgh.org/publications/hochstenbach_opal_2025/#publication>
     <https://ruben.verborgh.org/publications/hochstenbach_opal_2025/>
     <https://ruben.verborgh.org/publications/hochstenbach_or_2024/>
     <https://ruben.verborgh.org/publications/hochstenbach_tpdl_2022/>
     <https://ruben.verborgh.org/publications/hochstenbach_tpdl_2025/>
     <https://ruben.verborgh.org/publications/hochstenbach_trusdekw_2023/#publication>
     <https://ruben.verborgh.org/publications/hochstenbach_trusdekw_2023/>
     <https://ruben.verborgh.org/publications/hubain_docsi_2016/#publication>
     <https://ruben.verborgh.org/publications/hubain_docsi_2016/>
     <https://ruben.verborgh.org/publications/kjernsmo_noise_2015/#publication>
     <https://ruben.verborgh.org/publications/kjernsmo_noise_2015/>
     <https://ruben.verborgh.org/publications/knoblock_iswc_2013/#publication>
     <https://ruben.verborgh.org/publications/knoblock_iswc_2013/>
     <https://ruben.verborgh.org/publications/koubarakis_iswc_workshops_2020/#publication>
     <https://ruben.verborgh.org/publications/koubarakis_iswc_workshops_2020/>
     <https://ruben.verborgh.org/publications/kuhn_peerjcs_2016/>
     <https://ruben.verborgh.org/publications/lieber_eswc_demo_2018/>
     <https://ruben.verborgh.org/publications/lieber_iswc_poster_2020/#publication>
     <https://ruben.verborgh.org/publications/lieber_iswc_poster_2020/>
     <https://ruben.verborgh.org/publications/lieber_kcap_2019/#publication>
     <https://ruben.verborgh.org/publications/lieber_kcap_2019/>
     <https://ruben.verborgh.org/publications/lieber_lile_2018/#publication>
     <https://ruben.verborgh.org/publications/lieber_lile_2018/>
     <https://ruben.verborgh.org/publications/lieber_semantics_2020/>
     <https://ruben.verborgh.org/publications/lieber_swj_2022/>
     <https://ruben.verborgh.org/publications/maayan_jbi_2017/>
     <https://ruben.verborgh.org/publications/maleshkova_salad_2014/#publication>
     <https://ruben.verborgh.org/publications/maleshkova_salad_2014/>
     <https://ruben.verborgh.org/publications/maleshkova_salad_2015/#publication>
     <https://ruben.verborgh.org/publications/maleshkova_salad_2015/>
     <https://ruben.verborgh.org/publications/maleshkova_salad_2016/#publication>
     <https://ruben.verborgh.org/publications/maleshkova_salad_2016/>
     <https://ruben.verborgh.org/publications/maleshkova_swit_2016/#publication>
     <https://ruben.verborgh.org/publications/maleshkova_swit_2016/>
     <https://ruben.verborgh.org/publications/maleshkova_swit_2017/#publication>
     <https://ruben.verborgh.org/publications/maleshkova_swit_2017/>
     <https://ruben.verborgh.org/publications/mannens_compsac_2012/#publication>
     <https://ruben.verborgh.org/publications/mannens_compsac_2012/>
     <https://ruben.verborgh.org/publications/mannens_content_2014/#publication>
     <https://ruben.verborgh.org/publications/mannens_content_2014/>
     <https://ruben.verborgh.org/publications/mannens_information_2012/>
     <https://ruben.verborgh.org/publications/maroy_iswc_2017/>
     <https://ruben.verborgh.org/publications/martens_afms_2010/#publication>
     <https://ruben.verborgh.org/publications/martens_afms_2010/>
     <https://ruben.verborgh.org/publications/martens_jips_2011/>
     <https://ruben.verborgh.org/publications/matteis_iswcdev_2014/#publication>
     <https://ruben.verborgh.org/publications/matteis_iswcdev_2014/>
     <https://ruben.verborgh.org/publications/mayer_iot_2014/>
     <https://ruben.verborgh.org/publications/mayer_percom_2014/#publication>
     <https://ruben.verborgh.org/publications/mayer_percom_2014/>
     <https://ruben.verborgh.org/publications/mayer_tase_2016/>
     <https://ruben.verborgh.org/publications/ordonez_medellin_2014/#publication>
     <https://ruben.verborgh.org/publications/ordonez_medellin_2014/>
     <https://ruben.verborgh.org/publications/rietveld_eswc_2015/>
     <https://ruben.verborgh.org/publications/rizzo_sam_2012/#publication>
     <https://ruben.verborgh.org/publications/rizzo_sam_2012/>
     <https://ruben.verborgh.org/publications/rojas_africanminds_2020/#publication>
     <https://ruben.verborgh.org/publications/rojas_africanminds_2020/>
     <https://ruben.verborgh.org/publications/rojas_eswc_demo_2018/>
     <https://ruben.verborgh.org/publications/rojas_icwe_2020/>
     <https://ruben.verborgh.org/publications/rojas_iswc_2021/>
     <https://ruben.verborgh.org/publications/rojas_iswc_demo_2017/#publication>
     <https://ruben.verborgh.org/publications/rojas_iswc_demo_2017/>
     <https://ruben.verborgh.org/publications/rojas_odrs_2018/#publication>
     <https://ruben.verborgh.org/publications/rojas_odrs_2018/>
     <https://ruben.verborgh.org/publications/rojas_sem4tra_2020a/#publication>
     <https://ruben.verborgh.org/publications/rojas_sem4tra_2020a/>
     <https://ruben.verborgh.org/publications/rojas_sem4tra_2020b/#publication>
     <https://ruben.verborgh.org/publications/rojas_sem4tra_2020b/>
     <https://ruben.verborgh.org/publications/rojas_swj_2023/>
     <https://ruben.verborgh.org/publications/rojas_wsp_2018/>
     <https://ruben.verborgh.org/publications/saleem_quweda_2017/#publication>
     <https://ruben.verborgh.org/publications/saleem_quweda_2017/>
     <https://ruben.verborgh.org/publications/slabbinck_iswc_2025/#publication>
     <https://ruben.verborgh.org/publications/slabbinck_iswc_2025/>
     <https://ruben.verborgh.org/publications/slabbinck_iswc_poster_2023/#publication>
     <https://ruben.verborgh.org/publications/slabbinck_iswc_poster_2023/>
     <https://ruben.verborgh.org/publications/slabbinck_mepdaw_2022/#publication>
     <https://ruben.verborgh.org/publications/slabbinck_mepdaw_2022/>
     <https://ruben.verborgh.org/publications/slabbinck_semantics_2025/#publication>
     <https://ruben.verborgh.org/publications/slabbinck_semantics_2025/>
     <https://ruben.verborgh.org/publications/slabbinck_sosy_2024/#publication>
     <https://ruben.verborgh.org/publications/slabbinck_sosy_2024/>
     <https://ruben.verborgh.org/publications/slabbinck_wop_2025/#publication>
     <https://ruben.verborgh.org/publications/slabbinck_wop_2025/>
     <https://ruben.verborgh.org/publications/slabbink_eswc_2025/>
     <https://ruben.verborgh.org/publications/smessaert_sds_2024/>
     <https://ruben.verborgh.org/publications/staab_www_2018/>
     <https://ruben.verborgh.org/publications/steinbach_sds_2024/#publication>
     <https://ruben.verborgh.org/publications/steinbach_sds_2024/>
     <https://ruben.verborgh.org/publications/steiner_aaai_2015/#publication>
     <https://ruben.verborgh.org/publications/steiner_aaai_2015/>
     <https://ruben.verborgh.org/publications/steiner_aim_2013/#publication>
     <https://ruben.verborgh.org/publications/steiner_aim_2013/>
     <https://ruben.verborgh.org/publications/steiner_computerjournal_2015/>
     <https://ruben.verborgh.org/publications/steiner_derive_2011/#publication>
     <https://ruben.verborgh.org/publications/steiner_derive_2011/>
     <https://ruben.verborgh.org/publications/steiner_derive_2012/#publication>
     <https://ruben.verborgh.org/publications/steiner_derive_2012/>
     <https://ruben.verborgh.org/publications/steiner_ijcisim_2013/#publication>
     <https://ruben.verborgh.org/publications/steiner_ijcisim_2013/>
     <https://ruben.verborgh.org/publications/steiner_iswc_2012/#publication>
     <https://ruben.verborgh.org/publications/steiner_iswc_2012/>
     <https://ruben.verborgh.org/publications/steiner_ldow_2014/#publication>
     <https://ruben.verborgh.org/publications/steiner_ldow_2014/>
     <https://ruben.verborgh.org/publications/steiner_nwesp_2011/>
     <https://ruben.verborgh.org/publications/steiner_qomex_2012/>
     <https://ruben.verborgh.org/publications/steiner_sexi_2013/#publication>
     <https://ruben.verborgh.org/publications/steiner_sexi_2013/>
     <https://ruben.verborgh.org/publications/steiner_www_2012a/#publication>
     <https://ruben.verborgh.org/publications/steiner_www_2012a/>
     <https://ruben.verborgh.org/publications/steiner_www_2012b/#publication>
     <https://ruben.verborgh.org/publications/steiner_www_2012b/>
     <https://ruben.verborgh.org/publications/taelman_cold_2016/#publication>
     <https://ruben.verborgh.org/publications/taelman_cold_2016/>
     <https://ruben.verborgh.org/publications/taelman_edbt_2024/>
     <https://ruben.verborgh.org/publications/taelman_ekaw_2016/>
     <https://ruben.verborgh.org/publications/taelman_eswc_2016/>
     <https://ruben.verborgh.org/publications/taelman_eswc_demo_2017/>
     <https://ruben.verborgh.org/publications/taelman_eswc_poster_2016/>
     <https://ruben.verborgh.org/publications/taelman_iswc_2018/>
     <https://ruben.verborgh.org/publications/taelman_iswc_2023/>
     <https://ruben.verborgh.org/publications/taelman_iswc_demo_2016/#publication>
     <https://ruben.verborgh.org/publications/taelman_iswc_demo_2016/>
     <https://ruben.verborgh.org/publications/taelman_iswc_demo_2018/>
     <https://ruben.verborgh.org/publications/taelman_iswc_journal_2019/>
     <https://ruben.verborgh.org/publications/taelman_jws_2019/>
     <https://ruben.verborgh.org/publications/taelman_kcap_2017/>
     <https://ruben.verborgh.org/publications/taelman_mepdaw_2016/#publication>
     <https://ruben.verborgh.org/publications/taelman_mepdaw_2016/>
     <https://ruben.verborgh.org/publications/taelman_mepdaw_2017/#publication>
     <https://ruben.verborgh.org/publications/taelman_mepdaw_2017/>
     <https://ruben.verborgh.org/publications/taelman_mocha_2018/#publication>
     <https://ruben.verborgh.org/publications/taelman_mocha_2018/>
     <https://ruben.verborgh.org/publications/taelman_quweda_2022/>
     <https://ruben.verborgh.org/publications/taelman_quweda_2023/>
     <https://ruben.verborgh.org/publications/taelman_semantics_2018/#publication>
     <https://ruben.verborgh.org/publications/taelman_semantics_2018/>
     <https://ruben.verborgh.org/publications/taelman_ssws_2018/#publication>
     <https://ruben.verborgh.org/publications/taelman_ssws_2018/>
     <https://ruben.verborgh.org/publications/taelman_swj_2019/>
     <https://ruben.verborgh.org/publications/taelman_swj_2022/>
     <https://ruben.verborgh.org/publications/taelman_swj_2023/>
     <https://ruben.verborgh.org/publications/taelman_swss_2020/>
     <https://ruben.verborgh.org/publications/taelman_www_demo_2018/>
     <https://ruben.verborgh.org/publications/taelman_www_dev_2018/>
     <https://ruben.verborgh.org/publications/taelman_www_poster_2017/>
     <https://ruben.verborgh.org/publications/tam_amw_2024/#publication>
     <https://ruben.verborgh.org/publications/tam_amw_2024/>
     <https://ruben.verborgh.org/publications/taxidou_dapd_2018/>
     <https://ruben.verborgh.org/publications/taxidou_msm_2015/#publication>
     <https://ruben.verborgh.org/publications/taxidou_msm_2015/>
     <https://ruben.verborgh.org/publications/tommasini_iswc_demo_2017/#publication>
     <https://ruben.verborgh.org/publications/tommasini_iswc_demo_2017/>
     <https://ruben.verborgh.org/publications/troncy_limesemdev_2016/#publication>
     <https://ruben.verborgh.org/publications/troncy_limesemdev_2016/>
     <https://ruben.verborgh.org/publications/vancompernolle_icegov_2016/>
     <https://ruben.verborgh.org/publications/vandersande_ijswis_2016/>
     <https://ruben.verborgh.org/publications/vandersande_iswc_2012/#publication>
     <https://ruben.verborgh.org/publications/vandersande_iswc_2012/>
     <https://ruben.verborgh.org/publications/vandersande_iswc_2013/#publication>
     <https://ruben.verborgh.org/publications/vandersande_iswc_2013/>
     <https://ruben.verborgh.org/publications/vandersande_iswc_2015/#publication>
     <https://ruben.verborgh.org/publications/vandersande_iswc_2015/>
     <https://ruben.verborgh.org/publications/vandersande_jod_2018/>
     <https://ruben.verborgh.org/publications/vandersande_ldow_2013/#publication>
     <https://ruben.verborgh.org/publications/vandersande_ldow_2013/>
     <https://ruben.verborgh.org/publications/vandersande_semantics_2015/>
     <https://ruben.verborgh.org/publications/vandevyvere_eswc_demo_2019/>
     <https://ruben.verborgh.org/publications/vandevyvere_icwe_2020/>
     <https://ruben.verborgh.org/publications/vandevyvere_mepdaw_2019/>
     <https://ruben.verborgh.org/publications/vandevyvere_sem4tra_2019/>
     <https://ruben.verborgh.org/publications/vandevyvere_sem4tra_2021/#publication>
     <https://ruben.verborgh.org/publications/vandevyvere_sem4tra_2021/>
     <https://ruben.verborgh.org/publications/vandewiele_locweb_2017/>
     <https://ruben.verborgh.org/publications/vanherwegen_eswc_2015/#publication>
     <https://ruben.verborgh.org/publications/vanherwegen_eswc_2015/>
     <https://ruben.verborgh.org/publications/vanherwegen_eswc_2024/>
     <https://ruben.verborgh.org/publications/vanherwegen_eswc_demo_2015/>
     <https://ruben.verborgh.org/publications/vanherwegen_eswc_demo_2017/>
     <https://ruben.verborgh.org/publications/vanherwegen_iswc_2015/#publication>
     <https://ruben.verborgh.org/publications/vanherwegen_iswc_2015/>
     <https://ruben.verborgh.org/publications/vanherwegen_iswc_demo_2018/>
     <https://ruben.verborgh.org/publications/vanherwegen_semsci_2017/>
     <https://ruben.verborgh.org/publications/vanherwegen_swj_2024/>
     <https://ruben.verborgh.org/publications/vanhoecke_coiote_2015/>
     <https://ruben.verborgh.org/publications/vanhoecke_worldjournal_2014/>
     <https://ruben.verborgh.org/publications/vanhooland_dh_2012/#publication>
     <https://ruben.verborgh.org/publications/vanhooland_dh_2012/>
     <https://ruben.verborgh.org/publications/vanhooland_facet_2014/#publication>
     <https://ruben.verborgh.org/publications/vanhooland_facet_2014/>
     <https://ruben.verborgh.org/publications/vanhooland_isq_2012/>
     <https://ruben.verborgh.org/publications/vanhooland_jasist_2013/>
     <https://ruben.verborgh.org/publications/vanhooland_llc_2015/>
     <https://ruben.verborgh.org/publications/vanhooland_programminghistorian_2014/#publication>
     <https://ruben.verborgh.org/publications/vanhooland_programminghistorian_2014/>
     <https://ruben.verborgh.org/publications/vanhooland_ukmw_2011/#publication>
     <https://ruben.verborgh.org/publications/vanhooland_ukmw_2011/>
     <https://ruben.verborgh.org/publications/vanlancker_afms_2011/#publication>
     <https://ruben.verborgh.org/publications/vanlancker_afms_2011/>
     <https://ruben.verborgh.org/publications/vanlancker_icwe_2021/>
     <https://ruben.verborgh.org/publications/vanlancker_mtap_2013/>
     <https://ruben.verborgh.org/publications/ventura_ssntc_2015/#publication>
     <https://ruben.verborgh.org/publications/ventura_ssntc_2015/>
     <https://ruben.verborgh.org/publications/verborgh_afms_2010/#publication>
     <https://ruben.verborgh.org/publications/verborgh_afms_2010/>
     <https://ruben.verborgh.org/publications/verborgh_afms_2011/#publication>
     <https://ruben.verborgh.org/publications/verborgh_afms_2011/>
     <https://ruben.verborgh.org/publications/verborgh_aim_2013/#publication>
     <https://ruben.verborgh.org/publications/verborgh_aim_2013/>
     <https://ruben.verborgh.org/publications/verborgh_dagstuhl_2013a/#publication>
     <https://ruben.verborgh.org/publications/verborgh_dagstuhl_2013a/>
     <https://ruben.verborgh.org/publications/verborgh_dagstuhl_2013b/#publication>
     <https://ruben.verborgh.org/publications/verborgh_dagstuhl_2013b/>
     <https://ruben.verborgh.org/publications/verborgh_desemweb_2017/#publication>
     <https://ruben.verborgh.org/publications/verborgh_desemweb_2017/>
     <https://ruben.verborgh.org/publications/verborgh_desemweb_2018/#publication>
     <https://ruben.verborgh.org/publications/verborgh_desemweb_2018/>
     <https://ruben.verborgh.org/publications/verborgh_eswc_2012a/>
     <https://ruben.verborgh.org/publications/verborgh_eswc_2012b/>
     <https://ruben.verborgh.org/publications/verborgh_eswc_2015/>
     <https://ruben.verborgh.org/publications/verborgh_eswc_2021/>
     <https://ruben.verborgh.org/publications/verborgh_eswc_2021_satellite/>
     <https://ruben.verborgh.org/publications/verborgh_eswcdev_2015/#publication>
     <https://ruben.verborgh.org/publications/verborgh_eswcdev_2015/>
     <https://ruben.verborgh.org/publications/verborgh_fia_2010/#publication>
     <https://ruben.verborgh.org/publications/verborgh_fia_2010/>
     <https://ruben.verborgh.org/publications/verborgh_ic_2018/>
     <https://ruben.verborgh.org/publications/verborgh_industrial_internet_2019/#publication>
     <https://ruben.verborgh.org/publications/verborgh_industrial_internet_2019/>
     <https://ruben.verborgh.org/publications/verborgh_integration_workshop_2011/#publication>
     <https://ruben.verborgh.org/publications/verborgh_integration_workshop_2011/>
     <https://ruben.verborgh.org/publications/verborgh_iswc_2013/#publication>
     <https://ruben.verborgh.org/publications/verborgh_iswc_2013/>
     <https://ruben.verborgh.org/publications/verborgh_iswc_2014/>
     <https://ruben.verborgh.org/publications/verborgh_iswc_2018/>
     <https://ruben.verborgh.org/publications/verborgh_iswc_2020/>
     <https://ruben.verborgh.org/publications/verborgh_iswc_demo_2014/#publication>
     <https://ruben.verborgh.org/publications/verborgh_iswc_demo_2014/>
     <https://ruben.verborgh.org/publications/verborgh_iswcdev_2014/#publication>
     <https://ruben.verborgh.org/publications/verborgh_iswcdev_2014/>
     <https://ruben.verborgh.org/publications/verborgh_iwebss_2012/#publication>
     <https://ruben.verborgh.org/publications/verborgh_iwebss_2012/>
     <https://ruben.verborgh.org/publications/verborgh_jod_2015/>
     <https://ruben.verborgh.org/publications/verborgh_jws_2016/>
     <https://ruben.verborgh.org/publications/verborgh_kss_2015/#publication>
     <https://ruben.verborgh.org/publications/verborgh_kss_2015/>
     <https://ruben.verborgh.org/publications/verborgh_lapis_2012/#publication>
     <https://ruben.verborgh.org/publications/verborgh_lapis_2012/>
     <https://ruben.verborgh.org/publications/verborgh_ldow_2014/#publication>
     <https://ruben.verborgh.org/publications/verborgh_ldow_2014/>
     <https://ruben.verborgh.org/publications/verborgh_ldow_2017/>
     <https://ruben.verborgh.org/publications/verborgh_mastersthesis_2010/#publication>
     <https://ruben.verborgh.org/publications/verborgh_mastersthesis_2010/>
     <https://ruben.verborgh.org/publications/verborgh_mtap_2012/>
     <https://ruben.verborgh.org/publications/verborgh_mtap_2013/>
     <https://ruben.verborgh.org/publications/verborgh_nwesp_2011/>
     <https://ruben.verborgh.org/publications/verborgh_ogdcamp_2011/#publication>
     <https://ruben.verborgh.org/publications/verborgh_ogdcamp_2011/>
     <https://ruben.verborgh.org/publications/verborgh_packt_2013/#publication>
     <https://ruben.verborgh.org/publications/verborgh_packt_2013/>
     <https://ruben.verborgh.org/publications/verborgh_phd_2014/>
     <https://ruben.verborgh.org/publications/verborgh_rest_2014/#publication>
     <https://ruben.verborgh.org/publications/verborgh_rest_2014/>
     <https://ruben.verborgh.org/publications/verborgh_salad_2013/#publication>
     <https://ruben.verborgh.org/publications/verborgh_salad_2013/>
     <https://ruben.verborgh.org/publications/verborgh_sdsvoc_2016/>
     <https://ruben.verborgh.org/publications/verborgh_smr2_2010/#publication>
     <https://ruben.verborgh.org/publications/verborgh_smr2_2010/>
     <https://ruben.verborgh.org/publications/verborgh_software_2015/>
     <https://ruben.verborgh.org/publications/verborgh_ssn_2012/#publication>
     <https://ruben.verborgh.org/publications/verborgh_ssn_2012/>
     <https://ruben.verborgh.org/publications/verborgh_swj_2020/>
     <https://ruben.verborgh.org/publications/verborgh_timbl_chapter_2023/>
     <https://ruben.verborgh.org/publications/verborgh_tplp_2017/>
     <https://ruben.verborgh.org/publications/verborgh_umap_2013/#publication>
     <https://ruben.verborgh.org/publications/verborgh_umap_2013/>
     <https://ruben.verborgh.org/publications/verborgh_usewod_2014/#publication>
     <https://ruben.verborgh.org/publications/verborgh_usewod_2014/>
     <https://ruben.verborgh.org/publications/verborgh_usewod_2015/#publication>
     <https://ruben.verborgh.org/publications/verborgh_usewod_2015/>
     <https://ruben.verborgh.org/publications/verborgh_wadl_2016/#publication>
     <https://ruben.verborgh.org/publications/verborgh_wadl_2016/>
     <https://ruben.verborgh.org/publications/verborgh_web_2013/#publication>
     <https://ruben.verborgh.org/publications/verborgh_web_2013/>
     <https://ruben.verborgh.org/publications/verborgh_wsrest_2012/>
     <https://ruben.verborgh.org/publications/verborgh_wsrest_2013/>
     <https://ruben.verborgh.org/publications/verborgh_wsrest_2014/#publication>
     <https://ruben.verborgh.org/publications/verborgh_wsrest_2014/>
     <https://ruben.verborgh.org/publications/verborgh_wsrest_2015/#publication>
     <https://ruben.verborgh.org/publications/verborgh_wsrest_2015/>
     <https://ruben.verborgh.org/publications/verborgh_www_2011/#publication>
     <https://ruben.verborgh.org/publications/verborgh_www_2011/>
     <https://ruben.verborgh.org/publications/verbrugge_fitce_2021/>
     <https://ruben.verborgh.org/publications/wauer_quweda_2018/#publication>
     <https://ruben.verborgh.org/publications/wauer_quweda_2018/>
     <https://ruben.verborgh.org/publications/werbrouck_ldac_2020/#publication>
     <https://ruben.verborgh.org/publications/werbrouck_ldac_2020/>
     <https://ruben.verborgh.org/publications/werbrouck_swj_2024/>
     <https://ruben.verborgh.org/publications/wilkinson_peerjcs_2017/>
     <https://ruben.verborgh.org/publications/zaveri_eswc_2017/>
     <https://ruben.verborgh.org/publications/zhao_cscw_2025/>
     <https://rubeneschauzier.github.io/QuWeDa2023-Link-Queue-Analysis-Camera-Ready/QuWeDa_2023_Link_Queue_Analysis_Final.pdf>
     <https://rubeneschauzier.github.io/r3-metric-data-processor/Revisiting_Link_Prioritization_for_Efficient_Traversal_in_Structured_Decentralized_Environments-camera-ready.pdf>
     <https://rubensworks.github.io/article-ldtraversal-security-short/>
     <https://rubensworks.github.io/article-quoted-triples-index/>
     <https://smessie.github.io/Article-ESWC2024-DFDP/>
     <https://solid.kjernsmo.net/profile/card#me>
     <https://solidlabresearch.github.io/WhatsInAPod/>
     <https://sven-lieber.org/profile#me>
     <https://www.rubensworks.net/#me>
     <https://www.thundr.be/profile/laurens.ttl#me>
     <https://www.w3.org/People/Berners-Lee/card#i>
     p:a_cimmino
     p:aaron_straup_cope
     p:agata_filipowska
     p:aidan_hogan
     p:aisling_third
     p:ajay_pillai
     p:alasdair_j_g_gray
     p:alejandro_llaves
     p:alex_bui
     p:alexander_dejonghe
     p:alvin_chua
     p:amelie_gyrard
     p:amrapali_zaveri
     p:anand_gavai
     p:andrea_cimmino
     p:andrei_sambra
     p:andrew_vande_moere
     p:angelo_di_iorio
     p:annelien_smets
     p:annelies_de_craene
     p:arnaud_grall
     p:arne_broring
     p:arne_gevaert
     p:arnold_kuzniar
     p:aron_levi_herregodts
     p:avi_ma_ayan
     p:axel_cyrille_ngonga_ngomo
     p:bart_bogaerts
     p:bart_buelens
     p:bas_ketsman
     p:beatriz_esteves
     p:ben_abelshausen
     p:benedict_paten
     p:benoit_encelle
     p:bert_marcelis
     p:bjorn_de_vidts
     p:bruno_koninckx
     p:bryan_elliott_tam
     p:carlos_pedrinaci
     p:casper_van_gheluwe
     p:chris_poppe
     p:christian_beecks
     p:christine_chichester
     p:christoph_lange
     p:chunlei_wu
     p:claudia_d_amato
     p:craig_knoblock
     p:cynric_huys
     p:cyrus_afrasiabi
     p:danh_le_phuoc
     p:daniela_ventura
     p:daniele_dell_aglio
     p:danius_michaelides
     p:david_chaves_fraga
     p:davy_van_deursen
     p:dedecker_ruben
     p:didier_colle
     p:diego_collarana
     p:dieter_de_paepe
     p:dieter_de_witte
     p:dilvan_moreira
     p:dimitri_schuurman
     p:dimitris_kontokostas
     p:doerthe_arndt
     p:dominique_ritze
     p:dorthe_arndt
     p:dwight_van_lancker
     p:elena_demidova
     p:elena_montiel_ponsoda
     p:eleni_tsalapati
     p:elias_crum
     p:elias_tzortzakakis
     p:elisjana_ymeralli
     p:emanuele_della_valle
     p:erico_ferro
     p:erik_m_van_mulligen
     p:erik_mannens
     p:erik_schultes
     p:eveline_vlassenroot
     p:federico_facca
     p:felix_leif_keppmann
     p:femke_bruckmann
     p:femke_ongena
     p:femke_ongenae
     p:fengyu_yang
     p:filip_de_turck
     p:filip_pattyn
     p:fleur_d_l_kelpin
     p:flor_karina_amanqui
     p:frank_salliau
     p:freddy_lecue
     p:freddy_priyatna
     p:frederic_godin
     p:frederic_vannieuwenborg
     p:fridolin_wild
     p:friedemann_mattern
     p:gabor_korodi
     p:gabriela_kurteva
     p:gabriela_montoya
     p:gabriele_bozzi
     p:gaetan_martens
     p:gayane_sedrakyan
     p:geert_thijs
     p:george_giannakopoulos
     p:georgios_samaritakis
     p:gerald_haesendonck
     p:geroen_joris
     p:gertjan_de_mulder
     p:gilles_vandewiele
     p:giorgos_flouris
     p:giovanni_mels
     p:giuseppe_rizzo
     p:gokhan_ertaylan
     p:grigoris_antoniou
     p:grzegorz_stepien
     p:guido_governatori
     p:hajar_ghaem_sigarchian
     p:hala_skaf_molli
     p:hannes_muhleisen
     p:hans_constandt
     p:harihar_shankar
     p:harith_alani
     p:harm_delva
     p:heba_aamer
     p:heiko_paulheim
     p:hideaki_takeda
     p:hong_sun
     p:ieben_smessaert
     p:ilaria_tiddi
     p:ines_akaichi
     p:io_taxidou
     p:ioannis_chrysakis
     p:ivo_velitchkov
     p:jabran_bhatti
     p:jake_stein
     p:jakob_beetz
     p:jan_adriaenssens
     p:jasper_verplanken
     p:javier_d_fernandez
     p:jean_paul_calbimonte
     p:jeff_de_pons
     p:jens_lehmann
     p:jeroen_schaballie
     p:jeroen_werbrouck
     p:jerven_bolleman
     p:jesse_marsh
     p:jesse_wright
     p:jitse_de_smet
     p:joachim_van_herwegen
     p:joaquim_gabarro_valles
     p:johannes_hercher
     p:john_breslin
     p:john_domingue
     p:jonas_breuer
     p:jonas_steinbach
     p:jonni_hanski
     p:jose_luis_redondo_garcia
     p:joseph_tennis
     p:juan_cano
     p:juan_carlos_corrales
     p:julian_andres_rojas_melendez
     p:jun_zhao
     p:kai_eckert
     p:kai_schlegel
     p:kalina_bontcheva
     p:karel_d_haene
     p:karl_hammar
     p:kathleen_jagodnik
     p:katja_hose
     p:katrien_mostaert
     p:kenny_knecht
     p:kevin_ford
     p:kurt_d_haene
     p:lander_noterman
     p:laurence_hauttekeete
     p:laurens_de_graeve
     p:laurens_de_vocht
     p:leandro_ordonez_ante
     p:lennert_de_rouck
     p:lieven_de_marez
     p:luca_matteis
     p:lucila_ohno_machado
     p:luda_balakireva
     p:luiz_olavo_bonino_da_silva_santos
     p:maarten_de_mildt
     p:maarten_verwaest
     p:manglik_animesh
     p:manolis_koubarakis
     p:marcin_pilarczyk
     p:maria_esther_vidal
     p:maria_makridaki
     p:maria_maleshkova
     p:marina_aguado
     p:mark_d_wilkinson
     p:mark_thompson
     p:markus_freudenberg
     p:markus_krotzsch
     p:marlies_van_der_wee
     p:marlin_kisia
     p:martin_ebner
     p:martin_klein
     p:martin_vanbrabant
     p:mathias_coeckelbergs
     p:mathias_de_brouwer
     p:mathias_van_compernolle
     p:mathias_verhoeven
     p:matthias_kovatsch
     p:matthias_wauer
     p:max_de_wilde
     p:mehwish_alam
     p:meike_morren
     p:michael_krauthammer
     p:michel_dumontier
     p:miel_vander_sande
     p:minh_dao_tran
     p:mohamed_abid
     p:mohamed_sherif
     p:mohsen_rouached
     p:mohsen_taheriyan
     p:morris_swertz
     p:muhammad_saleem
     p:nadine_inhelder
     p:naman_goel
     p:neil_mckenna
     p:nelia_lasierra
     p:nigel_shadbolt
     p:nikolaos_loutas
     p:nikoleta_tsabanaki
     p:nils_walravens
     p:nitin_agrawal
     p:nixon_lyndon
     p:nuria_queralt_rosinach
     p:olivier_janssens
     p:oscar_corcho
     p:paolo_ciccarese
     p:pascal_hitzler
     p:pascal_molli
     p:patrick_hochstenbach
     p:paul_avillach
     p:paul_groth
     p:pauline_folz
     p:pedro_assis
     p:pedro_debevere
     p:pedro_szekely
     p:peipei_ping
     p:petar_ristoski
     p:peter_fischer
     p:peter_mechant
     p:peter_van_der_perre
     p:philip_leroux
     p:philipp_rohde
     p:philippe_michiels
     p:pieter_ballon
     p:pieter_bonte
     p:pieter_jan_vandenberghe
     p:pieter_pauwels
     p:pieterjan_de_potter
     p:polymnia_vasilopoulou
     p:raf_buyle
     p:raffaele_viglianti
     p:rajaram_kaliyaperumal
     p:raphael_hubain
     p:ravi_madduri
     p:raymond_terryn
     p:rebecca_guenther
     p:reinoud_bosch
     p:reuben_binns
     p:ricardo_usbeck
     p:riccardo_tommasini
     p:rik_van_de_walle
     p:robby_wauters
     p:robert_meusel
     p:rosa_maria_ballardini
     p:ruben_dedecker
     p:ruben_eschauzier
     p:ruben_wambacq
     p:rui_zhao
     p:sabrina_kirrane
     p:sahar_vahdati
     p:sam_coppens
     p:sam_wrigley
     p:sana_baccar
     p:sander_ballieu
     p:sara_logghe
     p:sara_magliacane
     p:sebastian_chan
     p:sebastian_hellmann
     p:sebastien_peyrard
     p:selver_softic
     p:seth_van_hooland
     p:shima_dastgheib
     p:shubham_gupta
     p:simon_debacq
     p:simon_gottschalk
     p:simon_hengchen
     p:simon_koplev
     p:simon_maier
     p:simon_mayer
     p:sofia_pinto
     p:sofie_van_hoecke
     p:sofie_verbrugge
     p:stefan_dietze
     p:stefan_schlobach
     p:steffen_staab
     p:steffen_stadtmuller
     p:stephan_schurer
     p:stepien_grzegorz
     p:stijn_goedertier
     p:stijn_verstichel
     p:theodore_patkos
     p:thibault_mahieu
     p:thimo_thoeye
     p:thomas_eiter
     p:thomas_kurz
     p:thomas_seidl
     p:tim_asperges
     p:tim_clark
     p:tobias_kuhn
     p:tobias_maschler
     p:tom_creighton
     p:tom_de_nies
     p:tom_evens
     p:tom_schrijvers
     p:tom_seymoens
     p:trish_whetzel
     p:v_rodriguez_doncel
     p:vassilios_peristeras
     p:veronique_volders
     p:victor_de_boer
     p:vincent_haerinck
     p:vincenzo_catania
     p:wael_s_albayaydh
     p:wesley_de_neve
     p:wim_dereuddre
     p:wim_van_lancker
     p:wout_slabbinck
     p:wouter_maroy
     p:wouter_termont
     p:wouter_van_den_bosch
     p:y_sellami
     p:yannick_prie
     p:yannis_roussakis
     p:younes_zeboudj
     p:ziggy_vanlishout
).
