diff --git a/sparql/common04_static/rubent.html b/sparql/common04_static/rubent.html new file mode 100644 index 00000000..6f2aa5ad --- /dev/null +++ b/sparql/common04_static/rubent.html @@ -0,0 +1,790 @@ + + + + + + + + Ruben Taelman + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ +

+ Hi!
+ I'm Ruben Taelman, a Web researcher at IDLab,
+ with a focus on decentralization, Linked Data publishing and querying.
+
+ My goal is to make data accessible for everyone by providing
+ intelligent infrastructure and algorithms for data publication and retrieval.
+
+ To support my research, I develop various open source JavaScript libraries such as streaming RDF parsers and the Comunica engine to query Linked Data on the Web.
+ As this website itself contains Linked Data, you can query it live with Comunica.
+
+ Have a look at my publications or projects
+ and contact me if any of those topics interest you. +

+ +

Latest blog posts

+
    + +
  • +
    + +
    + A story of streaming RDF parsers
    + + How I implemented streaming JSON-LD and RDF/XML parsers in JavaScript.
    + +
    + +

    +Multiple serialization formats are currently being recommended by the W3C to represent RDF. +JSON-LD and RDF/XML are examples of RDF serializations that are respectively based on the JSON and XML formats. +The ability to parse RDF serializations in a streaming way offers many advantages, +such as handling huge documents with only a limited amount of memory, +and processing elements as soon as they are parsed. +In this post, I discuss the motivation behind my streaming parser implementations for JSON-LD and RDF/XML, +their architecture, and I show some live examples. +

    + + +
    +
    +
    + +
  • + +
+ More blog posts + +

Highlighted publications

+
  1. + Conference + Comunica: a Modular SPARQL Query Engine for the Web
    + + + + + + + + + , + + + + + , + + + + + + + , + + + + + + +
    + + In Proceedings of the 17th International Semantic Web Conference + + +
    More
  2. +
  3. + Journal + Triple Storage for Random-Access Versioned Querying of RDF Archives
    + + + + + + + + + , + + + + + + + , + + + + + , + + + + + + + , + + + + + + +
    + + + In Journal of Web Semantics + +
    More
  4. +
  5. + Journal + Generating Public Transport Data based on Population Distributions for RDF Benchmarking
    + + + + + + + + + , + + + + + + + , + + + + + + + , + + + + + + +
    + + + In Semantic Web Journal + +
    More
  6. +
  7. + Conference + Continuous Client-Side Query Evaluation over Dynamic Linked Data
    + + + + + + + + + , + + + + + + + , + + + + + + + , + + + + + + +
    + + In The Semantic Web: ESWC 2016 Satellite Events, Heraklion, Crete, Greece, May 29 – June 2, 2016, Revised Selected Papers + + +
    More
+ More publications + +

Latest publications

+
  1. + Conference + Streamlining governmental processes by putting citizens in control of their personal data
    + + + + + + + , + + + + + + + , + + + + + , + + + + + , + + + + + + + , + + + + + + + , + + + + +
    + + In Proceedings of the 6th International Conference on Electronic Governance and Open Society: Challenges in Eurasia + + +
    More
  2. +
  3. + Conference + Triple Storage for Random-Access Versioned Querying of RDF Archives (Short version)
    + + + + + + + + + , + + + + + + + , + + + + + , + + + + + + + , + + + + + + +
    + + In Proceedings of the 18th International Semantic Web Conference + + +
    More
  4. +
  5. + Demo + Using an existing website as a queryable low-cost LOD publishing interface
    + + + + + + + , + + + + + + + , + + + + + + + , + + + + + + +
    + + In Proceedings of the 16th Extended Semantic Web Conference: Posters and Demos + + +
    More
  6. +
  7. + Position Statement + Bridges between GraphQL and RDF
    + + + + + + + + + , + + + + + + + , + + + + + + +
    + + In W3C Workshop on Web Standardization for Graph Data + + +
    More
  8. +
  9. + Conference + Comunica: a Modular SPARQL Query Engine for the Web
    + + + + + + + + + , + + + + + , + + + + + + + , + + + + + + +
    + + In Proceedings of the 17th International Semantic Web Conference + + +
    More
+ More publications + +
+ + + +
+
+ + + + + + + + \ No newline at end of file diff --git a/sparql/common04_static/rubenv.ttl b/sparql/common04_static/rubenv.ttl new file mode 100644 index 00000000..5eee910a --- /dev/null +++ b/sparql/common04_static/rubenv.ttl @@ -0,0 +1,4573 @@ +@prefix : . +@prefix p: . +@prefix bibo: . +@prefix cc: . +@prefix cert: . +@prefix con: . +@prefix dbo: . +@prefix dbp: . +@prefix dc: . +@prefix dcat: . +@prefix foaf: . +@prefix ldp: . +@prefix org: . +@prefix owl: . +@prefix pim: . +@prefix rdfs: . +@prefix schema: . +@prefix solid: . +@prefix vcard: . +@prefix wikipedia: . +@prefix xsd: . + + +# Profile document + + + a foaf:Document; + 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; + dbo:birthPlace dbp:Ostend; + dbo:birthDate "1987-02-28"^^xsd:date; + foaf:birthday "02-28"; + foaf:age 32; + foaf:gender "male"@en; + dbo:location dbp:Ghent; + foaf:based_near dbp:Ghent; + foaf:img ; + foaf:mbox ; + ldp:inbox ; + pim:storage ; + pim:preferencesFile ; + solid:oidcIssuer ; + solid:publicTypeIndex ; + solid:privateTypeIndex ; + foaf:homepage ; + foaf:weblog ; + foaf:publications ; + foaf:account , + , + ; + dbo:orcidId "0000-0002-8596-222X"; + foaf:workplaceHomepage , + , + , + ; + org:memberOf , + dbp:Ghent_University, + dbp:IMEC; + cert:key [ + a cert:RSAPublicKey; + cert:modulus "B0D07791D6B2D498C16425AA06E380B1C479E8B7363DB170211A50001941ABBC3EB0DC6CB3D17933B381C775B4A2D99D9EDB3AFB10543A892CA4649E69791190B316DDCA430581C55A28134E60AAEEA04EFEFE0D01E03F1D58B92A03D5AB9E5279F22A8BF1D04BF38F27F36A73F12A70C7508FFC96E2E2E4D333AED6424503AFFC95522AE7BFB5C4420CA9ED1232B2651338920A60DF1EE4743D575E20FF9352E4959F545B0FECF2A22ACBD74689E2DD130267A8CD2990892D94B6703D2EB49703159E106E75BCB2C7A268DA152BA7570520B035DE86272BAA82F4EEED207543B30875C054882120C593A1A8CFC87FBB41576CD7E5C11F35AF5F3EF4931ED04F4ABF6385C48B03363CFBD3AD4FF612A1ACCDAD15EDBB0543C58CC6EF6B1E577F93AA1E068FB3F8A0141A4AD75866F0C3814187DE38BC31DE2596BAC9324263B1F1B124DE32687AF9D20E8D4128B14C458CA6925690B486D3CA72FEA274D750EBE0101BD7ACC83AC7E47AFA559E13B167C169B8D97F749AAC7A33BD4C8D329EF15BCE5EDBDCA1DAD8F46A7E80E1C35292E28AA14A61D72F349D6ACE3E6F849CE51A23986C623E19A4F7133323D886C027C0686219013D2A00E92770DF328BCAB3D68A7587A4EB88B9CDE3F1F71EDED1574D3ECBAC4DA4EF8D0EEE31776E167C95DCA0504BA8B14878924C058782AC2E76932660045B947D5CD0C6F1F4449EF079"^^xsd:hexBinary; + cert:exponent 65537; + ]. + + a pim:ControlledStorage. + + a dcat:Dataset, schema:Dataset; + dc:title "Ruben Verborgh’s data"; + schema:name "Ruben Verborgh’s data"; + dc:publisher :me; + foaf:homepage ; + dc:distribution . + a dcat:Distribution; + dc:title "Triple Pattern Fragments of Ruben Verborgh’s data"; + dcat:accessURL ; + cc:license ; + cc:attributionName "Ruben Verborgh"@en; + cc:attributionURL . + +# Organizations + + a org:Organization, org:OrganizationalUnit; + rdfs:label "IDLab"@en; + foaf:homepage , ; + 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 ; + schema:alumni :me. + +dbp:IMEC a org:Organization; + rdfs:label "imec"@en; + foaf:homepage . + + +# 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: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: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: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:pedro_assis a foaf:Person; + foaf:givenName "Pedro"@en; + foaf:familyName "Assis"@en; + rdfs:label "Pedro Assis"@en. +:me foaf:knows p:pedro_assis. + + a foaf:Person; + foaf:givenName "Sören"@en; + foaf:familyName "Auer"@en; + rdfs:label "Sören Auer"@en. +:me foaf:knows . + +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. + + a foaf:Person; + foaf:givenName "Wouter"@en; + foaf:familyName "Beek"@en; + rdfs:label "Wouter Beek"@en. +:me foaf:knows . + + a foaf:Person; + foaf:givenName "Tim"@en; + foaf:familyName "Berners-Lee"@en; + rdfs:label "Tim Berners-Lee"@en. +:me foaf:knows . + +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: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: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: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: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. + + a foaf:Person; + foaf:givenName "Sarven"@en; + foaf:familyName "Capadisli"@en; + rdfs:label "Sarven Capadisli"@en. +:me foaf:knows . + +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. + + a foaf:Person; + foaf:givenName "Pierre-Antoine"@en; + foaf:familyName "Champin"@en; + rdfs:label "Pierre-Antoine Champin"@en. +:me foaf:knows . + +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 a foaf:Person; + foaf:givenName "David"@en; + foaf:familyName "Chaves"@en; + rdfs:label "David Chaves"@en. +:me foaf:knows p:david_chaves. + +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: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: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. + + a foaf:Person; + foaf:givenName "Pieter"@en; + foaf:familyName "Colpaert"@en; + rdfs:label "Pieter Colpaert"@en. +:me foaf:knows . + +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:pieter_crombez a foaf:Person; + foaf:givenName "Pieter"@en; + foaf:familyName "Crombez"@en; + rdfs:label "Pieter Crombez"@en. +:me foaf:knows p:pieter_crombez. + + a foaf:Person; + foaf:givenName "Richard"@en; + foaf:familyName "Cyganiak"@en; + rdfs:label "Richard Cyganiak"@en. +:me foaf:knows . + +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: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. + + a foaf:Person; + foaf:givenName "Ben"@en; + foaf:familyName "De Meester"@en; + rdfs:label "Ben De Meester"@en. +:me foaf:knows . + +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. + + a foaf:Person; + foaf:givenName "Jos"@en; + foaf:familyName "De Roo"@en; + rdfs:label "Jos De Roo"@en. +:me foaf:knows . + +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. + +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: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: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:anastasia_dimou a foaf:Person; + foaf:givenName "Anastasia"@en; + foaf:familyName "Dimou"@en; + rdfs:label "Anastasia Dimou"@en. +:me foaf:knows p:anastasia_dimou. + +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: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: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: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. + + a foaf:Person; + foaf:givenName "Amy"@en; + foaf:familyName "Guy"@en; + rdfs:label "Amy Guy"@en. +:me foaf:knows . + +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. + + a foaf:Person; + foaf:givenName "Andreas"@en; + foaf:familyName "Harth"@en; + rdfs:label "Andreas Harth"@en. +:me foaf:knows . + + a foaf:Person; + foaf:givenName "Olaf"@en; + foaf:familyName "Hartig"@en; + rdfs:label "Olaf Hartig"@en. +:me foaf:knows . + + a foaf:Person; + foaf:givenName "Michael"@en; + foaf:familyName "Hausenblas"@en; + rdfs:label "Michael Hausenblas"@en. +:me foaf:knows . + +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. + + a foaf:Person; + foaf:givenName "Pieter"@en; + foaf:familyName "Heyvaert"@en; + rdfs:label "Pieter Heyvaert"@en. +:me foaf:knows . + +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: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: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. + + a foaf:Person; + foaf:givenName "Kjetil"@en; + foaf:familyName "Kjernsmo"@en; + rdfs:label "Kjetil Kjernsmo"@en. +:me foaf:knows . + +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: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: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: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: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. + + a foaf:Person; + foaf:givenName "Sven"@en; + foaf:familyName "Lieber"@en; + rdfs:label "Sven Lieber"@en. +:me foaf:knows . + +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: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: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:gabriela_montoya a foaf:Person; + foaf:givenName "Gabriela"@en; + foaf:familyName "Montoya"@en; + rdfs:label "Gabriela Montoya"@en. +:me foaf:knows p:gabriela_montoya. + + a foaf:Person; + foaf:givenName "Luc"@en; + foaf:familyName "Moreau"@en; + rdfs:label "Luc Moreau"@en. +:me foaf:knows . + +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:katrien_mostaert a foaf:Person; + foaf:givenName "Katrien"@en; + foaf:familyName "Mostaert"@en; + rdfs:label "Katrien Mostaert"@en. +:me foaf:knows p:katrien_mostaert. + + a foaf:Person; + foaf:givenName "Michael"@en; + foaf:familyName "Mrissa"@en; + rdfs:label "Michael Mrissa"@en. +:me foaf:knows . + +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_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: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: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. + + a foaf:Person; + foaf:givenName "Axel"@en; + foaf:familyName "Polleres"@en; + rdfs:label "Axel Polleres"@en. +:me foaf:knows . + +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. + + a foaf:Person; + foaf:givenName "Laurens"@en; + foaf:familyName "Rietveld"@en; + rdfs:label "Laurens Rietveld"@en. +:me foaf:knows . + +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:julian_rojas_melendez 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 p:julian_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: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: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: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: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:selver_softic a foaf:Person; + foaf:givenName "Selver"@en; + foaf:familyName "Softic"@en; + rdfs:label "Selver Softic"@en. +:me foaf:knows p:selver_softic. + + a foaf:Person; + foaf:givenName "Herbert"@en; + foaf:familyName "Van de Sompel"@en; + rdfs:label "Herbert Van de Sompel"@en. +:me foaf:knows . + +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. + + a foaf:Person; + foaf:givenName "Thomas"@en; + foaf:familyName "Steiner"@en; + rdfs:label "Thomas Steiner"@en. +:me foaf:knows . + +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. + + a foaf:Person; + foaf:givenName "Ruben"@en; + foaf:familyName "Taelman"@en; + rdfs:label "Ruben Taelman"@en. +:me foaf:knows . + +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: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: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: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:riccardo_tommasini a foaf:Person; + foaf:givenName "Riccardo"@en; + foaf:familyName "Tommasini"@en; + rdfs:label "Riccardo Tommasini"@en. +:me foaf:knows p:riccardo_tommasini. + + a foaf:Person; + foaf:givenName "Raphaël"@en; + foaf:familyName "Troncy"@en; + rdfs:label "Raphaël Troncy"@en. +:me foaf:knows . + +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. + +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: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: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: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: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: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: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. + +p:brecht_van_de_vyvere a foaf:Person; + foaf:givenName "Brecht"@en; + foaf:familyName "Van de Vyvere"@en; + rdfs:label "Brecht Van de Vyvere"@en. +:me foaf:knows p:brecht_van_de_vyvere. + +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: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: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: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:amrapali_zaveri a foaf:Person; + foaf:givenName "Amrapali"@en; + foaf:familyName "Zaveri"@en; + rdfs:label "Amrapali Zaveri"@en. +:me foaf:knows p:amrapali_zaveri. + + +# More people + + a foaf:Person; + foaf:givenName "Justin"@en; + foaf:familyName "Bingham"@en; + rdfs:label "Justin Bingham"@en. +:me foaf:knows . + + a foaf:Person; + foaf:givenName "Chris"@en; + foaf:familyName "Bizer"@en; + rdfs:label "Chris Bizer"@en. +:me foaf:knows . + + a foaf:Person; + foaf:givenName "John"@en; + foaf:familyName "Bruce"@en; + rdfs:label "John Bruce"@en. +:me foaf:knows . + + a foaf:Person; + foaf:givenName "Dan"@en; + foaf:familyName "Connolly"@en; + rdfs:label "Dan Connolly"@en. +:me foaf:knows . + + a foaf:Person; + foaf:givenName "Fabien"@en; + foaf:familyName "Gandon"@en; + rdfs:label "Fabien Gandon"@en. +:me foaf:knows . + + a foaf:Person; + foaf:givenName "Tom"@en; + foaf:familyName "Heath"@en; + rdfs:label "Tom Heath"@en. +:me foaf:knows . + + a foaf:Person; + foaf:givenName "Ivan"@en; + foaf:familyName "Herman"@en; + rdfs:label "Ivan Herman"@en. +:me foaf:knows . + + a foaf:Person; + foaf:givenName "Kingsley"@en; + foaf:familyName "Idehen"@en; + rdfs:label "Kingsley Idehen"@en. +:me foaf:knows . + + a foaf:Person; + foaf:givenName "Lalana"@en; + foaf:familyName "Kagal"@en; + rdfs:label "Lalana Kagal"@en. +:me foaf:knows . + + a foaf:Person; + foaf:givenName "Philipe"@en; + foaf:familyName "Le Hégaret"@en; + rdfs:label "Philipe Le Hégaret"@en. +:me foaf:knows . + + a foaf:Person; + foaf:givenName "Oshani"@en; + foaf:familyName "Seneviratne"@en; + rdfs:label "Oshani Seneviratne"@en. +:me foaf:knows . + + a foaf:Person; + foaf:givenName "Henry"@en; + foaf:familyName "Story"@en; + rdfs:label "Henry Story"@en. +:me foaf:knows . + + +# Publications + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Streamlining governmental processes by putting citizens in control of their personal data"""@en; + foaf:maker p:raf_buyle, , p:katrien_mostaert, p:geroen_joris, p:erik_mannens, :me, ; + bibo:authorList (p:raf_buyle p:katrien_mostaert p:geroen_joris p:erik_mannens :me ). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Client-side route planning: preprocessing the OpenStreetMap road network for Routable Tiles"""@en; + foaf:maker p:harm_delva, p:julian_rojas_melendez, p:ben_abelshausen, , :me; + bibo:authorList (p:harm_delva p:julian_rojas_melendez p:ben_abelshausen :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Predicting phase durations of traffic lights using live Open Traffic Lights data"""@en; + foaf:maker p:brecht_van_de_vyvere, p:karel_d_haene, p:kurt_d_haene, , :me; + bibo:authorList (p:brecht_van_de_vyvere p:karel_d_haene p:kurt_d_haene :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Decentralized Publication and Consumption of Transfer Footpaths"""@en; + foaf:maker p:harm_delva, p:julian_rojas_melendez, , :me; + bibo:authorList (p:harm_delva p:julian_rojas_melendez :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Re-decentralizing the Web, for good this time"""@en; + foaf:maker :me; + bibo:authorList (:me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Rule-driven inconsistency resolution for knowledge graph generation"""@en; + foaf:maker , p:anastasia_dimou, , :me; + bibo:authorList ( p:anastasia_dimou :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Task management system and method for assigning tasks in a task management system"""@en; + foaf:maker p:wim_dereuddre, p:jabran_bhatti, p:pieter_crombez, :me, p:dorthe_arndt, ; + bibo:authorList (p:wim_dereuddre p:jabran_bhatti p:pieter_crombez :me p:dorthe_arndt ). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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, , :me; + bibo:authorList (p:dorthe_arndt p:tom_schrijvers :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Parallel RDF generation from heterogeneous big data"""@en; + foaf:maker p:gerald_haesendonck, p:wouter_maroy, , :me, p:anastasia_dimou; + bibo:authorList (p:gerald_haesendonck p:wouter_maroy :me p:anastasia_dimou). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Conformance Test Cases for the RDF Mapping Language (RML)"""@en; + foaf:maker , p:anastasia_dimou, p:erik_mannens, p:david_chaves_fraga, p:freddy_priyatna, p:oscar_corcho, :me; + bibo:authorList ( p:anastasia_dimou p:erik_mannens p:david_chaves_fraga p:freddy_priyatna p:oscar_corcho :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Using an existing website as a queryable low-cost LOD publishing interface"""@en; + foaf:maker p:brecht_van_de_vyvere, , , :me; + bibo:authorList (p:brecht_van_de_vyvere :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """The Function Hub: an implementation-independent read/write function description repository"""@en; + foaf:maker , p:lander_noterman, :me, p:anastasia_dimou; + bibo:authorList ( p:lander_noterman :me p:anastasia_dimou). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Republishing Open Street Map’s roads as Linked Routable Tiles"""@en; + foaf:maker , p:ben_abelshausen, p:julian_rojas_melendez, p:harm_delva, :me; + bibo:authorList ( p:ben_abelshausen p:julian_rojas_melendez p:harm_delva :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Mapping languages: analysis of comparative characteristics"""@en; + foaf:maker , , :me, p:anastasia_dimou; + bibo:authorList ( :me p:anastasia_dimou). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Open traffic lights: a strategy for publishing and preserving traffic lights data"""@en; + foaf:maker p:brecht_van_de_vyvere, , :me; + bibo:authorList (p:brecht_van_de_vyvere :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Triple Storage for Random-Access Versioned Querying of RDF Archives"""@en; + foaf:maker , p:miel_vander_sande, p:joachim_van_herwegen, p:erik_mannens, :me; + bibo:authorList ( p:miel_vander_sande p:joachim_van_herwegen p:erik_mannens :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Generating Public Transport Data based on Population Distributions for RDF Benchmarking"""@en; + foaf:maker , , p:erik_mannens, :me; + bibo:authorList ( p:erik_mannens :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Decentralizing the Semantic Web through incentivized collaboration"""@en; + foaf:maker :me; + bibo:authorList (:me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """iLastic: Linked Data Generation Workflow and User Interface for iMinds Scholarly Data"""@en; + foaf:maker p:anastasia_dimou, p:gerald_haesendonck, p:martin_vanbrabant, p:laurens_de_vocht, :me, p:erik_mannens; + bibo:authorList (p:anastasia_dimou p:gerald_haesendonck p:martin_vanbrabant p:laurens_de_vocht :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Towards a Uniform User Interface for Editing Data Shapes"""@en; + foaf:maker , , p:anastasia_dimou, :me; + bibo:authorList ( p:anastasia_dimou :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Demonstration of Comunica, a Web framework for querying heterogeneous Linked Data interfaces"""@en; + foaf:maker p:joachim_van_herwegen, , p:miel_vander_sande, :me; + bibo:authorList (p:joachim_van_herwegen p:miel_vander_sande :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """GraphQL-LD: Linked Data Querying with GraphQL"""@en; + foaf:maker , p:miel_vander_sande, :me; + bibo:authorList ( p:miel_vander_sande :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Comunica: a Modular SPARQL Query Engine for the Web"""@en; + foaf:maker , p:joachim_van_herwegen, p:miel_vander_sande, :me; + bibo:authorList ( p:joachim_van_herwegen p:miel_vander_sande :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """The Fundamentals of Semantic Versioned Querying"""@en; + foaf:maker , p:hideaki_takeda, p:miel_vander_sande, :me; + bibo:authorList ( p:hideaki_takeda p:miel_vander_sande :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Proceedings of the 2nd Workshop on Decentralizing the Semantic Web"""@en; + foaf:maker :me, p:tobias_kuhn, ; + bibo:authorList (:me p:tobias_kuhn ). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Decentralized Open Data Publishing for The Public Transport Route Planning Ecosystem"""@en; + foaf:maker p:julian_rojas_melendez, p:bert_marcelis, p:eveline_vlassenroot, , p:mathias_van_compernolle, :me; + bibo:authorList (p:julian_rojas_melendez p:bert_marcelis p:eveline_vlassenroot p:mathias_van_compernolle :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Interoperable User Tracking Logs using Linked Data for improved Learning Analytics"""@en; + foaf:maker , , p:anastasia_dimou, :me, p:erik_mannens; + bibo:authorList ( p:anastasia_dimou :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Versioned Querying with OSTRICH and Comunica in MOCHA 2018"""@en; + foaf:maker , p:miel_vander_sande, :me; + bibo:authorList ( p:miel_vander_sande :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Supporting sustainable publishing and consuming of live Linked Time Series Streams"""@en; + foaf:maker p:julian_rojas_melendez, p:gayane_sedrakyan, , :me; + bibo:authorList (p:julian_rojas_melendez p:gayane_sedrakyan :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """SeGoFlow: A Semantic Governance Workflow Tool"""@en; + foaf:maker , p:anastasia_dimou, :me; + bibo:authorList ( p:anastasia_dimou :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Declarative Rules for Linked Data Generation at your Fingertips!"""@en; + foaf:maker , , p:anastasia_dimou, :me; + bibo:authorList ( p:anastasia_dimou :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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, , p:ricardo_usbeck, :me, p:axel_cyrille_ngonga_ngomo; + bibo:authorList (p:matthias_wauer p:mohamed_sherif p:muhammad_saleem p:ricardo_usbeck :me p:axel_cyrille_ngonga_ngomo). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """A Web API ecosystem through feature-based reuse"""@en; + foaf:maker :me, p:michel_dumontier; + bibo:authorList (:me p:michel_dumontier). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Linked Data Generation for Adaptive Learning Analytics Systems"""@en; + foaf:maker , , p:anastasia_dimou, :me; + bibo:authorList ( p:anastasia_dimou :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """A preliminary Open Data publishing strategy for real-time data in Flanders"""@en; + foaf:maker p:julian_rojas_melendez, p:brecht_van_de_vyvere, p:arne_gevaert, , , :me; + bibo:authorList (p:julian_rojas_melendez p:brecht_van_de_vyvere p:arne_gevaert :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Components.js: A Semantic Dependency Injection Framework"""@en; + foaf:maker , p:miel_vander_sande, :me; + bibo:authorList ( p:miel_vander_sande :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """What Factors Influence the Design of a Linked Data Generation Algorithm? """@en; + foaf:maker p:anastasia_dimou, , , :me; + bibo:authorList (p:anastasia_dimou :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """OSTRICH: Versioned Random-Access Triple Store"""@en; + foaf:maker , p:miel_vander_sande, :me; + bibo:authorList ( p:miel_vander_sande :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Web-scale Provenance Reconstruction of Implicit Information Diffusion on Social Media"""@en; + foaf:maker p:io_taxidou, , p:peter_fischer, p:tom_de_nies, :me; + bibo:authorList (p:io_taxidou p:peter_fischer p:tom_de_nies :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Specification and Implementation of Mapping Rule Visualization and Editing: MapVOWL and the RMLEditor"""@en; + foaf:maker , p:anastasia_dimou, , p:tom_seymoens, p:aron_levi_herregodts, :me, p:dimitri_schuurman, p:erik_mannens; + bibo:authorList ( p:anastasia_dimou p:tom_seymoens p:aron_levi_herregodts :me p:dimitri_schuurman p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """On the Semantics of TPF-QS towards Publishing and Querying RDF Streams at Web-scale"""@en; + foaf:maker , p:riccardo_tommasini, p:joachim_van_herwegen, p:miel_vander_sande, p:emanuele_della_valle, :me; + bibo:authorList ( p:riccardo_tommasini p:joachim_van_herwegen p:miel_vander_sande p:emanuele_della_valle :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Toward sustainable publishing and querying of distributed Linked Data archives"""@en; + foaf:maker p:miel_vander_sande, :me, p:patrick_hochstenbach, ; + bibo:authorList (p:miel_vander_sande :me p:patrick_hochstenbach ). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Declaratively Describing Responses of Hypermedia-Driven Web APIs"""@en; + foaf:maker , :me; + bibo:authorList ( :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Semi-Automatic Example-Driven Linked Data Mapping Creation"""@en; + foaf:maker , p:anastasia_dimou, :me, p:erik_mannens; + bibo:authorList ( p:anastasia_dimou :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Describing configurations of software experiments as Linked Data"""@en; + foaf:maker p:joachim_van_herwegen, , , :me; + bibo:authorList (p:joachim_van_herwegen :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Detailed Provenance Capture of Data Processing"""@en; + foaf:maker , p:anastasia_dimou, :me, p:erik_mannens; + bibo:authorList ( p:anastasia_dimou :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Representing Dockerfiles in RDF"""@en; + foaf:maker p:riccardo_tommasini, , , :me, p:erik_mannens, p:emanuele_della_valle; + bibo:authorList (p:riccardo_tommasini :me p:erik_mannens p:emanuele_della_valle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Providing Reliable Access to Real-Time and Historic Public Transport Data Using Linked Connections"""@en; + foaf:maker p:julian_rojas_melendez, p:david_chaves, , :me, p:erik_mannens; + bibo:authorList (p:julian_rojas_melendez p:david_chaves :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """A Vocabulary-Independent Generation Framework for DBpedia and beyond"""@en; + foaf:maker , p:anastasia_dimou, p:wouter_maroy, p:dimitris_kontokostas, :me, p:jens_lehmann, p:erik_mannens, p:sebastian_hellmann; + bibo:authorList ( p:anastasia_dimou p:wouter_maroy p:dimitris_kontokostas :me p:jens_lehmann p:erik_mannens p:sebastian_hellmann). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Sustainable Linked Data Generation: The Case of DBpedia"""@en; + foaf:maker p:wouter_maroy, p:anastasia_dimou, p:dimitris_kontokostas, , :me, p:jens_lehmann, p:erik_mannens, p:sebastian_hellmann; + bibo:authorList (p:wouter_maroy p:anastasia_dimou p:dimitris_kontokostas :me p:jens_lehmann p:erik_mannens p:sebastian_hellmann). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Open Transport Data for maximizing reuse in multimodal route planners: a study in Flanders"""@en; + foaf:maker , p:mathias_van_compernolle, p:nils_walravens, p:peter_mechant, p:jan_adriaenssens, p:femke_ongenae, :me, p:erik_mannens; + bibo:authorList ( p:mathias_van_compernolle p:nils_walravens p:peter_mechant p:jan_adriaenssens p:femke_ongenae :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Using Rule-Based Reasoning for RDF Validation"""@en; + foaf:maker p:dorthe_arndt, , p:anastasia_dimou, :me, p:erik_mannens; + bibo:authorList (p:dorthe_arndt p:anastasia_dimou :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Public Transit Route Planning through Lightweight Linked Data Interfaces"""@en; + foaf:maker , :me, p:erik_mannens; + bibo:authorList ( :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Decentralised Authoring, Annotations and Notifications for a Read–Write Web with dokieli"""@en; + foaf:maker , , :me, p:christoph_lange, , ; + bibo:authorList ( :me p:christoph_lange ). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Constraints for a large-scale ITS data-sharing system: a use case in the city of Ghent"""@en; + foaf:maker , p:peter_van_der_perre, p:dieter_de_paepe, p:thimo_thoeye, :me, p:erik_mannens; + bibo:authorList ( p:peter_van_der_perre p:dieter_de_paepe p:thimo_thoeye :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Versioned Triple Pattern Fragments: A Low-cost Linked Data Interface Feature for Web Archives"""@en; + foaf:maker , p:miel_vander_sande, :me, p:erik_mannens; + bibo:authorList ( p:miel_vander_sande :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Exposing RDF Archives using Triple Pattern Fragments"""@en; + foaf:maker , :me, p:erik_mannens; + bibo:authorList ( :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Modeling, Generating, and Publishing Knowledge as Linked Data"""@en; + foaf:maker p:anastasia_dimou, , , :me; + bibo:authorList (p:anastasia_dimou :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Live Storage and Querying of Versioned Datasets on the Web"""@en; + foaf:maker , p:miel_vander_sande, :me, p:erik_mannens; + bibo:authorList ( p:miel_vander_sande :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """RML and FnO: Shaping DBpedia Declaratively"""@en; + foaf:maker , p:wouter_maroy, p:anastasia_dimou, :me, p:erik_mannens; + bibo:authorList ( p:wouter_maroy p:anastasia_dimou :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Declarative Data Transformations for Linked Data Generation: The Case of DBpedia"""@en; + foaf:maker , p:wouter_maroy, p:anastasia_dimou, :me, p:erik_mannens; + bibo:authorList ( p:wouter_maroy p:anastasia_dimou :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Piecing the puzzle – Self-publishing queryable research data on the Web"""@en; + foaf:maker :me; + bibo:authorList (:me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Devising Affordable and Functional Linked Data Archives"""@en; + foaf:maker :me, p:miel_vander_sande, p:harihar_shankar, p:luda_balakireva, ; + bibo:authorList (:me p:miel_vander_sande p:harihar_shankar p:luda_balakireva ). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Predicting train occupancies based on query logs and external data sources"""@en; + foaf:maker p:gilles_vandewiele, , p:olivier_janssens, p:joachim_van_herwegen, :me, p:erik_mannens, p:femke_ongenae, p:filip_de_turck; + bibo:authorList (p:gilles_vandewiele p:olivier_janssens p:joachim_van_herwegen :me p:erik_mannens p:femke_ongenae p:filip_de_turck). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """PoDiGG: A Public Transport RDF Dataset Generator"""@en; + foaf:maker , :me, p:erik_mannens; + bibo:authorList ( :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """The Pragmatic Proof: Hypermedia API Composition and Execution"""@en; + foaf:maker :me, p:dorthe_arndt, p:sofie_van_hoecke, , p:giovanni_mels, , p:joaquim_gabarro_valles; + bibo:authorList (:me p:dorthe_arndt p:sofie_van_hoecke p:giovanni_mels p:joaquim_gabarro_valles). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Challenges as Enablers for High Quality Linked Data: Insights from the Semantic Publishing Challenge"""@en; + foaf:maker p:anastasia_dimou, p:sahar_vahdati, p:angelo_di_iorio, p:christoph_lange, :me, p:erik_mannens; + bibo:authorList (p:anastasia_dimou p:sahar_vahdati p:angelo_di_iorio p:christoph_lange :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """LOD-a-lot: A Single-File Enabler for Data Science"""@en; + foaf:maker , p:javier_d_fernandez, :me; + bibo:authorList ( p:javier_d_fernandez :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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, ; + bibo:authorList (p:simon_hengchen p:mathias_coeckelbergs p:seth_van_hooland :me ). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Your JSON is not my JSON – A case for more fine-grained content negotiation"""@en; + foaf:maker :me; + bibo:authorList (:me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Data Analysis of Hierarchical Data for RDF Term Identification"""@en; + foaf:maker , p:anastasia_dimou, :me, p:erik_mannens; + bibo:authorList ( p:anastasia_dimou :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Towards Robust and Reliable Multimedia Analysis through Semantic Integration of Services"""@en; + foaf:maker , :me, p:pieter_pauwels, p:wesley_de_neve, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList ( :me p:pieter_pauwels p:wesley_de_neve p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Multidimensional Interfaces for Selecting Data within Ordinal Ranges"""@en; + foaf:maker , , :me, p:erik_mannens; + bibo:authorList ( :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """The Impact of an Extra Feature on the Scalability of Linked Connections"""@en; + foaf:maker , p:sander_ballieu, :me, p:erik_mannens; + bibo:authorList ( p:sander_ballieu :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Visualizing Research Networks’ Evolution over Time"""@en; + foaf:maker p:anastasia_dimou, p:laurens_de_vocht, :me, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList (p:anastasia_dimou p:laurens_de_vocht :me p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Querying Dynamic Datasources with Continuously Mapped Sensor Data"""@en; + foaf:maker , , :me, p:erik_mannens; + bibo:authorList ( :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Linked Sensor Data Generation using Queryable RML Mappings"""@en; + foaf:maker , , :me, p:erik_mannens; + bibo:authorList ( :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """DBpedia Mappings Quality Assessment"""@en; + foaf:maker p:anastasia_dimou, p:dimitris_kontokostas, p:markus_freudenberg, :me, p:jens_lehmann, p:erik_mannens, p:sebastian_hellmann; + bibo:authorList (p:anastasia_dimou p:dimitris_kontokostas p:markus_freudenberg :me p:jens_lehmann p:erik_mannens p:sebastian_hellmann). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Towards an Interface for User-Friendly Linked Data Generation Administration"""@en; + foaf:maker p:anastasia_dimou, , p:wouter_maroy, p:laurens_de_graeve, :me, p:erik_mannens; + bibo:authorList (p:anastasia_dimou p:wouter_maroy p:laurens_de_graeve :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Discovering and Using Functions via Content Negotiation"""@en; + foaf:maker , p:anastasia_dimou, :me, p:erik_mannens; + bibo:authorList ( p:anastasia_dimou :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Local Council Decisions as Linked Data: a proof of concept"""@en; + foaf:maker p:raf_buyle, , p:mathias_van_compernolle, p:peter_mechant, p:veronique_volders, :me, p:erik_mannens; + bibo:authorList (p:raf_buyle p:mathias_van_compernolle p:peter_mechant p:veronique_volders :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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, ; + bibo:authorList (p:daniele_dell_aglio p:emanuele_della_valle p:thomas_eiter p:markus_krotzsch p:maria_maleshkova :me p:federico_facca ). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Hypermedia-based Discovery for Source Selection using Low-Cost Linked Data Interfaces"""@en; + foaf:maker p:miel_vander_sande, :me, p:anastasia_dimou, , p:erik_mannens; + bibo:authorList (p:miel_vander_sande :me p:anastasia_dimou p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """A Model of Provenance Applied to Biodiversity Datasets"""@en; + foaf:maker p:flor_karina_amanqui, p:tom_de_nies, p:anastasia_dimou, :me, p:erik_mannens, p:rik_van_de_walle, p:dilvan_moreira; + bibo:authorList (p:flor_karina_amanqui p:tom_de_nies p:anastasia_dimou :me p:erik_mannens p:rik_van_de_walle p:dilvan_moreira). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Continuous Client-side Query Evaluation over Dynamic Linked Data"""@en; + foaf:maker , :me, , p:erik_mannens; + bibo:authorList ( :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Moving Real-Time Linked Data Query Evaluation to the Client"""@en; + foaf:maker , :me, , p:erik_mannens; + bibo:authorList ( :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Graph-Based Editing of Linked Data Mappings using the RMLEditor"""@en; + foaf:maker , p:anastasia_dimou, :me, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList ( p:anastasia_dimou :me p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """An Ontology to Semantically Declare and Describe Functions"""@en; + foaf:maker , p:anastasia_dimou, :me, p:erik_mannens; + bibo:authorList ( p:anastasia_dimou :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Open Transport Data as an enabler for Multimodal Route Planning"""@en; + foaf:maker , 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 ( 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """RMLEditor: A Graph-based Mapping Editor for Linked Data Mappings"""@en; + foaf:maker , p:anastasia_dimou, p:aron_levi_herregodts, :me, p:dimitri_schuurman, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList ( p:anastasia_dimou p:aron_levi_herregodts :me p:dimitri_schuurman p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Continuously Updating Query Results over Real-Time Linked Data"""@en; + foaf:maker , :me, , p:erik_mannens, p:rik_van_de_walle; + bibo:authorList ( :me p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Proceedings of LIME and ESWC Developers Hackshop"""@en; + foaf:maker , :me, p:nixon_lyndon, p:thomas_kurz, p:kai_schlegel, p:miel_vander_sande; + bibo:authorList ( :me p:nixon_lyndon p:thomas_kurz p:kai_schlegel p:miel_vander_sande). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Automated Metadata Generation for Linked Data Generation and Publishing Workflows"""@en; + foaf:maker p:anastasia_dimou, p:tom_de_nies, :me, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList (p:anastasia_dimou p:tom_de_nies :me p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """What public transit API logs tell us about travel flows"""@en; + foaf:maker , p:alvin_chua, :me, p:erik_mannens, p:rik_van_de_walle, p:andrew_vande_moere; + bibo:authorList ( p:alvin_chua :me p:erik_mannens p:rik_van_de_walle p:andrew_vande_moere). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Improving OWL RL reasoning in N3 by using specialized rules"""@en; + foaf:maker p:dorthe_arndt, , 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 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Triple Pattern Fragments: a Low-cost Knowledge Graph Interface for the Web"""@en; + foaf:maker :me, p:miel_vander_sande, , p:joachim_van_herwegen, p:laurens_de_vocht, , p:gerald_haesendonck, ; + bibo:authorList (:me p:miel_vander_sande p:joachim_van_herwegen p:laurens_de_vocht p:gerald_haesendonck ). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Iterative querying of the Semantic Web"""@en; + foaf:maker p:reinoud_bosch, :me; + bibo:authorList (p:reinoud_bosch :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Semantically Annotating CEUR-WS Workshop Proceedings with RML"""@en; + foaf:maker , p:anastasia_dimou, :me, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList ( p:anastasia_dimou :me p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Hybrid Books for Interactive Digital Storytelling: Connecting Story Entities and Emotions to Smart Environments"""@en; + foaf:maker p:hajar_ghaem_sigarchian, , 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 p:frank_salliau p:wesley_de_neve p:sara_logghe :me p:erik_mannens p:rik_van_de_walle p:dimitri_schuurman). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Data Integration based on Uniform Mapping Definitions to RDF"""@en; + foaf:maker p:anastasia_dimou, p:tom_de_nies, :me, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList (p:anastasia_dimou p:tom_de_nies :me p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Towards a Uniform User Interface for Editing Mapping Definitions"""@en; + foaf:maker , p:anastasia_dimou, :me, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList ( p:anastasia_dimou :me p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Enabling Dataset Trustworthiness by Exposing the Provenance of Mapping Quality Assessment and Refinement"""@en; + foaf:maker p:tom_de_nies, p:anastasia_dimou, :me, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList (p:tom_de_nies p:anastasia_dimou :me p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Exposing Digital Content as Linked Data, and Linking them using StoryBlink"""@en; + foaf:maker , p:tom_de_nies, p:laurens_de_vocht, :me, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList ( p:tom_de_nies p:laurens_de_vocht :me p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Towards Multi-level Provenance Reconstruction of Information Diffusion on Social Media"""@en; + foaf:maker p:tom_de_nies, p:io_taxidou, p:anastasia_dimou, :me, p:peter_fischer, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList (p:tom_de_nies p:io_taxidou p:anastasia_dimou :me p:peter_fischer p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """SERIF: A Semantic ExeRcise Interchange Format"""@en; + foaf:maker , p:hajar_ghaem_sigarchian, p:tom_de_nies, :me, p:frank_salliau, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList ( p:hajar_ghaem_sigarchian p:tom_de_nies :me p:frank_salliau p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Towards Approaches for Generating RDF Mapping Definitions"""@en; + foaf:maker , p:anastasia_dimou, :me, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList ( p:anastasia_dimou :me p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Test-driven Assessment of [R2]RML Mappings to Improve Dataset Quality"""@en; + foaf:maker p:anastasia_dimou, p:dimitris_kontokostas, p:markus_freudenberg, :me, p:jens_lehmann, p:erik_mannens, p:sebastian_hellmann, p:rik_van_de_walle; + bibo:authorList (p:anastasia_dimou p:dimitris_kontokostas p:markus_freudenberg :me p:jens_lehmann p:erik_mannens p:sebastian_hellmann p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """StoryBlink: a Semantic Web Approach for Linking Stories"""@en; + foaf:maker , p:tom_de_nies, p:laurens_de_vocht, :me, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList ( p:tom_de_nies p:laurens_de_vocht :me p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Intermodal public transit routing using Linked Connections"""@en; + foaf:maker , p:alejandro_llaves, :me, p:oscar_corcho, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList ( p:alejandro_llaves :me p:oscar_corcho p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Assessing and Refining Mappings to RDF to Improve Dataset Quality"""@en; + foaf:maker p:anastasia_dimou, p:dimitris_kontokostas, p:markus_freudenberg, :me, p:jens_lehmann, p:erik_mannens, p:sebastian_hellmann, p:rik_van_de_walle; + bibo:authorList (p:anastasia_dimou p:dimitris_kontokostas p:markus_freudenberg :me p:jens_lehmann p:erik_mannens p:sebastian_hellmann p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Event-Driven Rule-Based Reasoning using EYE"""@en; + foaf:maker , 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 ( 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Using EPUB 3 and the Open Web Platform for Enhanced Presentation and Machine-Understandable Metadata for Digital Comics"""@en; + foaf:maker , 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 ( 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Machine-Interpretable Dataset and Service Descriptions for Heterogeneous Data Access and Retrieval"""@en; + foaf:maker p:anastasia_dimou, :me, p:miel_vander_sande, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList (p:anastasia_dimou :me p:miel_vander_sande p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Linked Data-enabled Gamification in EPUB 3 for Educational Digital Textbooks"""@en; + foaf:maker , :me, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList ( :me p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Clustering Media Items Stemming from Social Networks"""@en; + foaf:maker , :me, p:joaquim_gabarro_valles, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList ( :me p:joaquim_gabarro_valles p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Joint Proceedings of the Posters and Demos Track of 11th International Conference on Semantic Systems"""@en; + foaf:maker p:agata_filipowska, :me, ; + bibo:authorList (p:agata_filipowska :me ). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Semantics of Notation3 Logic: A solution for implicit quantification"""@en; + foaf:maker p:dorthe_arndt, :me, , p:hong_sun, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList (p:dorthe_arndt :me p:hong_sun p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Ontology Reasoning using Rules in an eHealth Context"""@en; + foaf:maker p:dorthe_arndt, , 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 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """DBpedia’s Triple Pattern Fragments: Usage Patterns and Insights"""@en; + foaf:maker :me; + bibo:authorList (:me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """How can scientific methods provide guidance for Semantic Web Research and Development?"""@en; + foaf:maker , :me; + bibo:authorList ( :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Scaling data streams with Catmandu and Linked Data Fragments"""@en; + foaf:maker p:patrick_hochstenbach, :me; + bibo:authorList (p:patrick_hochstenbach :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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, , 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 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Merging and Enriching DCAT Feeds to Improve Discoverability of Datasets"""@en; + foaf:maker , , :me, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList ( :me p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Towards Making EPUB 3-Based e-TextBooks a First-Class Mobile Learning Environment"""@en; + foaf:maker p:hajar_ghaem_sigarchian, , 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 p:tom_de_nies :me p:frank_salliau p:wesley_de_neve p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Exploring Entity Recognition and Disambiguation for Cultural Heritage Collections"""@en; + foaf:maker p:seth_van_hooland, p:max_de_wilde, :me, , p:rik_van_de_walle; + bibo:authorList (p:seth_van_hooland p:max_de_wilde :me p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Drawing Conclusions from Linked Data on the Web"""@en; + foaf:maker :me, ; + bibo:authorList (:me ). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Linked Data-as-a-Service: The Semantic Web Redeployed"""@en; + foaf:maker , :me, , p:miel_vander_sande, p:stefan_schlobach; + bibo:authorList ( :me p:miel_vander_sande p:stefan_schlobach). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Visualizing Collaborations and Online Social Interactions at Scientific Conferences for Scholarly Networking"""@en; + foaf:maker p:laurens_de_vocht, p:selver_softic, p:anastasia_dimou, :me, p:martin_ebner, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList (p:laurens_de_vocht p:selver_softic p:anastasia_dimou :me p:martin_ebner p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Reconnecting Digital Publications to the Web using their Spatial Information"""@en; + foaf:maker , p:tom_de_nies, :me, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList ( p:tom_de_nies :me p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Proceedings of the Sixth International Workshop on Web APIs and RESTful Design"""@en; + foaf:maker :me, , p:carlos_pedrinaci; + bibo:authorList (:me p:carlos_pedrinaci). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Proceedings of the ESWC Developers Workshop 2015"""@en; + foaf:maker :me, p:miel_vander_sande; + bibo:authorList (:me p:miel_vander_sande). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Linked Data and Linked APIs: Similarities, Differences, and Challenges"""@en; + foaf:maker :me, , p:rik_van_de_walle, p:joaquim_gabarro_valles; + bibo:authorList (:me p:rik_van_de_walle p:joaquim_gabarro_valles). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """RESTdesc—A Functionality-Centered Approach to Semantic Service Description and Composition"""@en; + foaf:maker :me, , p:davy_van_deursen, p:sam_coppens, p:erik_mannens, p:rik_van_de_walle, p:joaquim_gabarro_valles; + bibo:authorList (:me p:davy_van_deursen p:sam_coppens p:erik_mannens p:rik_van_de_walle p:joaquim_gabarro_valles). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Disaster Monitoring with Wikipedia and Online Social Networking Sites: Structured Data and Linked Data Fragments to the Rescue?!"""@en; + foaf:maker , :me; + bibo:authorList ( :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Low-Cost Queryable Linked Data through Triple Pattern Fragments"""@en; + foaf:maker :me, , , p:gerald_haesendonck, p:laurens_de_vocht, p:miel_vander_sande, , , p:erik_mannens, p:rik_van_de_walle; + bibo:authorList (:me p:gerald_haesendonck p:laurens_de_vocht p:miel_vander_sande p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Querying Datasets on the Web with High Availability"""@en; + foaf:maker :me, , , p:gerald_haesendonck, p:laurens_de_vocht, p:miel_vander_sande, , , p:erik_mannens, p:rik_van_de_walle; + bibo:authorList (:me p:gerald_haesendonck p:laurens_de_vocht p:miel_vander_sande p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Painless URI dereferencing using The DataTank"""@en; + foaf:maker , :me, p:erik_mannens; + bibo:authorList ( :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Extraction and Semantic Annotation of Workshop Proceedings in HTML using RML"""@en; + foaf:maker p:anastasia_dimou, p:miel_vander_sande, , p:laurens_de_vocht, :me, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList (p:anastasia_dimou p:miel_vander_sande p:laurens_de_vocht :me p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Hosting Queryable and Highly Available Linked Data for Free"""@en; + foaf:maker p:luca_matteis, :me; + bibo:authorList (p:luca_matteis :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Converging on Semantics to Ensure Local Government Data Reuse"""@en; + foaf:maker p:laurens_de_vocht, p:mathias_van_compernolle, p:anastasia_dimou, , :me, p:erik_mannens, p:peter_mechant, p:rik_van_de_walle; + bibo:authorList (p:laurens_de_vocht p:mathias_van_compernolle p:anastasia_dimou :me p:erik_mannens p:peter_mechant p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """EPUB3 for Integrated and Customizable Representation of a Scientific Publication and its Associated Resources"""@en; + foaf:maker p:hajar_ghaem_sigarchian, , p:tom_de_nies, :me, p:wesley_de_neve, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList (p:hajar_ghaem_sigarchian p:tom_de_nies :me p:wesley_de_neve p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """A Visual Exploration Workflow as Enabler for the Exploitation of Linked Open Data"""@en; + foaf:maker p:laurens_de_vocht, p:anastasia_dimou, 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 p:anastasia_dimou p:jonas_breuer p:mathias_van_compernolle :me p:erik_mannens p:peter_mechant p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Quantifying the Interoperability of Open Government Datasets"""@en; + foaf:maker , p:mathias_van_compernolle, p:laurens_de_vocht, p:anastasia_dimou, p:miel_vander_sande, p:peter_mechant, :me, p:erik_mannens; + bibo:authorList ( p:mathias_van_compernolle p:laurens_de_vocht p:anastasia_dimou p:miel_vander_sande p:peter_mechant :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Proceedings of the ISWC Developers Workshop 2014"""@en; + foaf:maker :me, p:erik_mannens; + bibo:authorList (:me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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, p:anastasia_dimou, 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 p:anastasia_dimou p:laurens_de_vocht :me p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Linked Data for Libraries, Archives and Museums"""@en; + foaf:maker p:seth_van_hooland, :me; + bibo:authorList (p:seth_van_hooland :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """The Lonesome LOD Cloud"""@en; + foaf:maker :me; + bibo:authorList (:me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Web-Scale Querying through Linked Data Fragments"""@en; + foaf:maker :me, p:miel_vander_sande, , p:sam_coppens, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList (:me p:miel_vander_sande p:sam_coppens p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Towards Decentralized Annotations in Digital Books and on the Web"""@en; + foaf:maker p:tom_de_nies, :me, p:miel_vander_sande, , p:hajar_ghaem_sigarchian, p:anastasia_dimou, p:wesley_de_neve, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList (p:tom_de_nies :me p:miel_vander_sande p:hajar_ghaem_sigarchian p:anastasia_dimou p:wesley_de_neve p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Weaving the Web(VTT) of Data"""@en; + foaf:maker , p:hannes_muhleisen, :me, , p:benoit_encelle, p:yannick_prie; + bibo:authorList ( p:hannes_muhleisen :me p:benoit_encelle p:yannick_prie). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """RML: A Generic Language for Integrated RDF Mappings of Heterogeneous Data"""@en; + foaf:maker p:anastasia_dimou, p:miel_vander_sande, , :me, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList (p:anastasia_dimou p:miel_vander_sande :me p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Proceedings of the Fifth International Workshop on Web APIs and RESTful Design"""@en; + foaf:maker :me, , p:carlos_pedrinaci; + bibo:authorList (:me p:carlos_pedrinaci). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Serendipitous Web Applications through Semantic Hypermedia"""@en; + foaf:maker :me; + bibo:authorList (:me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Improving multimedia analysis through semantic integration of services"""@en; + foaf:maker , :me, p:pieter_pauwels, p:wesley_de_neve, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList ( :me p:pieter_pauwels p:wesley_de_neve p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Survey of Semantic Description of REST APIs"""@en; + foaf:maker :me, , p:maria_maleshkova, p:steffen_stadtmuller, , p:mohsen_taheriyan, p:rik_van_de_walle; + bibo:authorList (:me p:maria_maleshkova p:steffen_stadtmuller p:mohsen_taheriyan p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Semantics and Hypermedia Are Each Other’s Solution"""@en; + foaf:maker :me, , p:erik_mannens, p:rik_van_de_walle; + bibo:authorList (:me p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Connecting Web APIs and Linked Data through Semantic, Functional Descriptions"""@en; + foaf:maker :me, , p:erik_mannens, p:rik_van_de_walle; + bibo:authorList (:me p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Using OpenRefine"""@en; + foaf:maker :me, p:max_de_wilde; + bibo:authorList (:me p:max_de_wilde). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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, ; + 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 ). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Distributed Affordance: An Open-World Assumption for Hypermedia"""@en; + foaf:maker :me, , , p:erik_mannens, p:rik_van_de_walle; + bibo:authorList (:me p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Capturing the functionality of Web services with functional descriptions"""@en; + foaf:maker :me, , p:davy_van_deursen, , p:rik_van_de_walle, p:joaquim_gabarro_valles; + bibo:authorList (:me p:davy_van_deursen p:rik_van_de_walle p:joaquim_gabarro_valles). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """R&Wbase: git for triples"""@en; + foaf:maker p:miel_vander_sande, , :me, p:sam_coppens, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList (p:miel_vander_sande :me p:sam_coppens p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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, , p:pedro_szekely; + bibo:authorList (:me p:maria_maleshkova p:steffen_stadtmuller p:pedro_szekely). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Proof-based Automated Web API Composition and Integration"""@en; + foaf:maker :me, , p:erik_mannens, p:rik_van_de_walle, p:joaquim_gabarro_valles; + bibo:authorList (:me p:erik_mannens p:rik_van_de_walle p:joaquim_gabarro_valles). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Near-duplicate Photo Deduplication in Event Media Shared on Social Networks"""@en; + foaf:maker , :me, p:joaquim_gabarro_valles, p:rik_van_de_walle; + bibo:authorList ( :me p:joaquim_gabarro_valles p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Identifying VHS Recording Artifacts in the Age of Online Video Platforms"""@en; + foaf:maker , p:seth_van_hooland, :me, p:joseph_tennis, p:rik_van_de_walle; + bibo:authorList ( p:seth_van_hooland :me p:joseph_tennis p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Adding Meaning to Social Network Microposts via Multiple Named Entity Disambiguation APIs and Tracking Their Data Provenance"""@en; + foaf:maker , :me, p:joaquim_gabarro_valles, p:rik_van_de_walle; + bibo:authorList ( :me p:joaquim_gabarro_valles p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Functional Composition of Sensor Web APIs"""@en; + foaf:maker :me, p:vincent_haerinck, , p:davy_van_deursen, p:sofie_van_hoecke, , p:rik_van_de_walle, p:joaquim_gabarro_valles; + bibo:authorList (:me p:vincent_haerinck p:davy_van_deursen p:sofie_van_hoecke p:rik_van_de_walle p:joaquim_gabarro_valles). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Modeling and Reconciling Nightlife Events from Public Event Databases for the Automatic Generation of Magazines"""@en; + foaf:maker , :me, , p:giuseppe_rizzo, p:jose_luis_redondo_garcia, p:joaquim_gabarro_valles, p:rik_van_de_walle; + bibo:authorList ( :me p:giuseppe_rizzo p:jose_luis_redondo_garcia p:joaquim_gabarro_valles p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Adding Realtime Coverage to the Google Knowledge Graph"""@en; + foaf:maker , :me, , p:joaquim_gabarro_valles, p:rik_van_de_walle; + bibo:authorList ( :me p:joaquim_gabarro_valles p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """What Fresh Media Are You Looking For? Extracting Media Items from Multiple Social Networks"""@en; + foaf:maker p:giuseppe_rizzo, , , :me, p:jose_luis_redondo_garcia, p:rik_van_de_walle; + bibo:authorList (p:giuseppe_rizzo :me p:jose_luis_redondo_garcia p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Defining Aesthetic Principles for Automatic Media Gallery Layout for Visual and Audial Event Summarization Based on Social Networks"""@en; + foaf:maker , :me, p:joaquim_gabarro_valles, p:rik_van_de_walle; + bibo:authorList ( :me p:joaquim_gabarro_valles p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """The Missing Links – How the Description Format RESTdesc Applies the Linked Data Vision to Connect Hypermedia APIs"""@en; + foaf:maker :me, , p:rik_van_de_walle, p:joaquim_gabarro_valles; + bibo:authorList (:me p:rik_van_de_walle p:joaquim_gabarro_valles). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Functional Descriptions as the Bridge between Hypermedia APIs and the Semantic Web"""@en; + foaf:maker :me, , p:davy_van_deursen, p:sam_coppens, p:joaquim_gabarro_valles, p:rik_van_de_walle; + bibo:authorList (:me p:davy_van_deursen p:sam_coppens p:joaquim_gabarro_valles p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Fixing the Web One Page at a Time, or Actually Implementing xkcd #37"""@en; + foaf:maker , :me, p:rik_van_de_walle; + bibo:authorList ( :me p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Enabling on-the-fly Video Shot Detection on YouTube"""@en; + foaf:maker , :me, p:joaquim_gabarro_valles, , , p:rik_van_de_walle; + bibo:authorList ( :me p:joaquim_gabarro_valles p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """A Social Description Revolution—Describing Web APIs’ Social Parameters with RESTdesc"""@en; + foaf:maker :me, , p:joaquim_gabarro_valles, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList (:me p:joaquim_gabarro_valles p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Description and Interaction of RESTful Services for Automatic Discovery and Execution"""@en; + foaf:maker :me, , p:davy_van_deursen, , p:rik_van_de_walle, p:joaquim_gabarro_valles; + bibo:authorList (:me p:davy_van_deursen p:rik_van_de_walle p:joaquim_gabarro_valles). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Integrating Data and Services through Functional Semantic Service Descriptions"""@en; + foaf:maker :me, , p:davy_van_deursen, p:sam_coppens, p:erik_mannens, p:rik_van_de_walle, p:joaquim_gabarro_valles; + bibo:authorList (:me p:davy_van_deursen p:sam_coppens p:erik_mannens p:rik_van_de_walle p:joaquim_gabarro_valles). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Efficient Runtime Service Discovery and Consumption with Hyperlinked RESTdesc"""@en; + foaf:maker :me, , p:davy_van_deursen, p:rik_van_de_walle, p:joaquim_gabarro_valles; + bibo:authorList (:me p:davy_van_deursen p:rik_van_de_walle p:joaquim_gabarro_valles). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Adding Meaning to Facebook Microposts via a Mash-up API and Tracking Its Data Provenance"""@en; + foaf:maker , :me, p:joaquim_gabarro_valles, p:rik_van_de_walle; + bibo:authorList ( :me p:joaquim_gabarro_valles p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Crowdsourcing Event Detection in YouTube Videos"""@en; + foaf:maker , :me, p:rik_van_de_walle, , p:joaquim_gabarro_valles; + bibo:authorList ( :me p:rik_van_de_walle p:joaquim_gabarro_valles). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Application of Semantic Web Technologies for Multimedia Annotation"""@en; + foaf:maker :me, p:rik_van_de_walle; + bibo:authorList (:me p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """SPARQL Endpoints as Front-end for Multimedia Processing Algorithms"""@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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Application of Semantic Web Technologies for (Semi-)Automatic Metadata Generation for Multimedia Data"""@en; + foaf:maker :me; + bibo:authorList (:me). + + + +# Blog + a schema:Blog; + foaf:maker :me; + schema:blogPost , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + . + + + a schema:BlogPosting; + rdfs:label """Shaping Linked Data apps"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Designing a Linked Data developer experience"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Paradigm shifts for the decentralized Web"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Truth takes time"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Use the Web instead"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Querying history with Linked Data"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Turtles all the way down"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Federated SPARQL queries in your browser"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Fostering intelligence by enabling it"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """600,000 queryable datasets—and counting"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Thank you for your attention"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Distinguishing between Frank and Nancy"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """The Year of the Developers"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Bringing fast triples to Node.js with HDT"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Writing a SPARQL parser in JavaScript"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Reviewers shouldn’t hide their name"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """A hands-on Linked Data book for people"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """The Pragmantic Web"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """WWW2014 and 25 years of Web"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Towards Web-scale Web querying"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """My PhD on semantic hypermedia"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Apologies for cross-posting"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Promiscuous promises"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """The lie of the API"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Research is teamwork"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Can I SPARQL your endpoint?"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Using OpenRefine: data are diamonds"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """One hammer for a thousand nails"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Scientific posters are ineffective"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Towards serendipitous Web applications"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Lightning-fast RDF in JavaScript"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Affordances weave the Web"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Programming is an Art"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """What Web agents want"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Asynchronous error handling in JavaScript"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Everything is connected in strange ways"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Social media as spotlight on your research"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """The object-resource impedance mismatch"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Perl and the Preikestolen"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """REST, where’s my state?"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """GET doesn’t change the world"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Selling a story in one minute"""@en; + foaf:maker :me. + + +# Identity +:me owl:sameAs , + , + , + , + , + , + , + , + , + ; + owl:differentFrom , + . +[] a owl:AllDifferent; + owl:distinctMembers ( + :me + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + p:aaron_straup_cope + p:agata_filipowska + 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:anastasia_dimou + p:andrei_sambra + p:andrew_vande_moere + p:angelo_di_iorio + p:arnaud_grall + p:arne_gevaert + p:arnold_kuzniar + p:aron_levi_herregodts + p:avi_ma_ayan + p:axel_cyrille_ngonga_ngomo + p:ben_abelshausen + p:benedict_paten + p:benoit_encelle + p:bert_marcelis + p:bjorn_de_vidts + p:brecht_van_de_vyvere + p:bruno_koninckx + p:carlos_pedrinaci + p:chris_poppe + p:christian_beecks + p:christine_chichester + p:christoph_lange + p:chunlei_wu + 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 + p:david_chaves_fraga + p:davy_van_deursen + p:dieter_de_paepe + p:dieter_de_witte + p:dilvan_moreira + p:dimitri_schuurman + p:dimitris_kontokostas + p:dominique_ritze + p:dorthe_arndt + 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_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_priyatna + p:frederic_godin + p:fridolin_wild + p:friedemann_mattern + p:gabor_korodi + p:gabriela_montoya + p:gaetan_martens + p:gayane_sedrakyan + p:geert_thijs + p:george_giannakopoulos + p:gerald_haesendonck + p:geroen_joris + p:gilles_vandewiele + p:giovanni_mels + p:giuseppe_rizzo + p:grzegorz_stepien + p:hajar_ghaem_sigarchian + p:hala_skaf_molli + p:hannes_muhleisen + p:hans_constandt + p:harihar_shankar + p:harm_delva + p:hideaki_takeda + p:hong_sun + p:io_taxidou + p:jabran_bhatti + 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:jerven_bolleman + p:jesse_marsh + p:joachim_van_herwegen + p:joaquim_gabarro_valles + p:johannes_hercher + p:jonas_breuer + p:jose_luis_redondo_garcia + p:joseph_tennis + p:juan_carlos_corrales + p:julian_rojas_melendez + p:kai_eckert + p:kai_schlegel + p:karel_d_haene + p:kathleen_jagodnik + 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:lieven_de_marez + p:luca_matteis + p:lucila_ohno_machado + p:luda_balakireva + p:luiz_olavo_bonino_da_silva_santos + p:maarten_verwaest + p:manglik_animesh + p:marcin_pilarczyk + p:maria_maleshkova + p:mark_d_wilkinson + p:mark_thompson + p:markus_freudenberg + p:markus_krotzsch + p:martin_ebner + p:martin_vanbrabant + p:mathias_coeckelbergs + p:mathias_van_compernolle + p:mathias_verhoeven + p:matthias_kovatsch + p:matthias_wauer + p:max_de_wilde + 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:neil_mckenna + p:nikolaos_loutas + p:nils_walravens + p:nixon_lyndon + p:nuria_queralt_rosinach + p:olivier_janssens + p:oscar_corcho + p:paolo_ciccarese + 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:peter_fischer + p:peter_mechant + p:peter_van_der_perre + p:philip_leroux + p:pieter_ballon + p:pieter_bonte + p:pieter_crombez + p:pieter_pauwels + p:pieterjan_de_potter + 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:ricardo_usbeck + p:riccardo_tommasini + p:rik_van_de_walle + p:robby_wauters + p:robert_meusel + p:rosa_maria_ballardini + 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_hengchen + p:simon_koplev + p:simon_mayer + p:sofie_van_hoecke + p:stefan_schlobach + p:steffen_staab + p:steffen_stadtmuller + p:stephan_schurer + p:stepien_grzegorz + p:stijn_goedertier + p:stijn_verstichel + p:thimo_thoeye + p:thomas_eiter + p:thomas_kurz + p:thomas_seidl + 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:vassilios_peristeras + p:veronique_volders + p:vincent_haerinck + p:vincenzo_catania + p:wesley_de_neve + p:wim_dereuddre + p:wim_van_lancker + p:wouter_maroy + p:wouter_van_den_bosch + p:yannick_prie + p:ziggy_vanlishout +). diff --git a/sparql/employees_static/bendm.html b/sparql/employees_static/bendm.html new file mode 100644 index 00000000..913eff5d --- /dev/null +++ b/sparql/employees_static/bendm.html @@ -0,0 +1,1431 @@ + + + + + + + + + Ben De Meester + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ Ben De Meester +

+
+
+
+
+ + + +
+
+
+

The Function Ontology (FnO)

+

An Ontology to Semantically Declare and Describe Functions

+
+ +
+
+

All information is available at the dedicated website: https://fno.io. + +

First publications about the Function Ontology:

+
    +
  • An Ontology to Semantically Declare and Describe Functions [paper, poster] +
  • +
  • Discovering and Using Functions via Content Negotiation [paper, poster] +
  • +
+
+
+
+
+ + + + + +
+
+
+

SERIF

+

The Semantic ExeRcise Interchange Format

+
+ +
+
+

+ SERIF is a semantic interchange format for educational assessments, as used in the EduTab project. + The content used in the EduTab project consists of educational material, such as multiple choice questions & open questions. +

+

+ SERIF's specification is defined here, with published ontology published here. +

+ +

SERIF's underlying data model is based on the IMS QTI model from the IMS Global Learning Consortium.

+ +

Current publications about SERIF:

+ +
+
+
+
+ + +
+
+
+ eAuthor logo +

The authoring environment for advanced e-books

+
+ +
+
+

eAuthor is a proof-of-concept digital publishing authoring environment. eAuthor follows a strict division between 'content', 'structure', and 'layout'. Its uses HTML5 as base content format.

+ +

eAuthor's back-end considers every element of a publication — whether it being a piece of text, an image, a video, or an interactive widget — as a generic 'content block'. This homogeneous handling of heterogeneous content makes eAuthor fit for future advanced e-books.

+ +

+ Furthermore, in its next version, eAuthor supported custom defined data models, which resulted in an extra 'vocabulary' view. +

+ +

Current publications about eAuthor:

+
    +
  • A digital first authoring environment for enriched e-books using EPUB 3 [paper, presentation, video]
  • +
  • Creating discoverable learning content using a user-friendly authoring environment [paper, presentation, video]
  • +
+
+
+
+
+ + +
+
+
+
+

Publications

+
+
+@InProceedings{DeMeester2015c,
+  author    = {De Meester, Ben and De Nies, Tom and De Vocht, Laurens and Verborgh, Ruben and Mannens, Erik and Van de Walle, Rik},
+  title     = {{StoryBlink -- a Semantic Web Approach for Linking Stories}},
+  year      = {2015},
+  comment   = {in biblio},
+  crossref  = {ISWC2015PD},
+  _file      = {:http\://ceur-ws.org/Vol-1486/paper_48.pdf:URL},
+  groups    = {IDLab, bdm-bjdmeest, bdm-phdbook},
+  _issn      = {1613-0073},
+  owner     = {bjdmeest},
+  timestamp = {2015.10.10},
+  _url       = {http://ceur-ws.org/Vol-1486/paper_48.pdf},
+}
+
+@InProceedings{DeMeester2017Vocabulary,
+  author    = {De Meester, Ben and Dimou, Anastasia and Maroy, Wouter and Kontokostas, Dimitris and Verborgh, Ruben and Lehmann, Jens and Mannens, Erik and Hellman, Sebastian},
+  booktitle = {ISWC 2017 Posters \& Demonstrations and Industry Tracks},
+  title     = {A Vocabulary-Independent Generation Framework for DBpedia and beyond},
+  year      = {2017},
+  address   = {Vienna, Austria},
+  editor    = {Nikita, Nadeschda and Song, Dezhao and Fokoue, Achille and Haase, Peter},
+  month     = oct,
+  publisher = {CEUR},
+  series    = {CEUR Workshop Proceedings},
+  volume    = {1963},
+  abstract  = {The DBpedia Extraction Framework, the generation framework behind one of the Linked Open Data cloud’s central hubs, has
+limitations which lead to quality issues with the dbpedia dataset. Therefore, we provide a new take on its Extraction Framework that allows for
+a sustainable and general-purpose Linked Data generation framework by
+adapting a semantic-driven approach. The proposed approach decouples,
+in a declarative manner, the extraction, transformation, and mapping
+rules execution. This way, among others, interchanging different schema
+annotations is supported, instead of being coupled to a certain ontology
+as it is now, because the DBpedia Extraction Framework allows only
+generating a certain dataset with a single semantic representation. In
+this paper, we shed more light to the added value that this aspect brings.
+We provide an extracted dbpedia dataset using a different vocabulary,
+and give users the opportunity to generate a new dbpedia dataset using
+a custom combination of vocabularies.},
+  comment   = {in biblio},
+  crossref  = {ISWC2017PDI},
+  groups    = {IDLab, ph-rml-website, bdm-bjdmeest, bdm-phdbook},
+  _issn      = {1613-0073},
+  keywords  = {DBpedia, FnO, Generation, Linked Data, RML},
+  owner     = {bjdmeest},
+  timestamp = {2017.10.24},
+  _url       = {http://ceur-ws.org/Vol-1963/paper582.pdf},
+}
+
+@InProceedings{demeester_eswc_2017,
+  author    = {De Meester, Ben and Maroy, Wouter and Dimou, Anastasia and Verborgh, Ruben and Mannens, Erik},
+  title     = {{Declarative Data Transformations for Linked Data Generation: the case of DBpedia}},
+  year      = {2017},
+  pages     = {33--48},
+  comment   = {in biblio, not P1?},
+  crossref  = {ESWC2017II},
+  doi       = {10.1007/978-3-319-58451-5_3},
+  _file      = {:demeester_eswc_2017.pdf:PDF},
+  groups    = {IDLab, DBmedia, paper-2018-phd-eswc, journal-fno-fgcs, mapping-characteristics, ph-rml-website, bdm-bjdmeest, bdm-phdbook},
+  _isbn      = {978-3-319-58450-8, 978-3-319-58451-5},
+  owner     = {bjdmeest},
+  timestamp = {2017.05.07},
+  _url       = {https://link.springer.com/chapter/10.1007/978-3-319-58451-5_3},
+}
+
+@InProceedings{demeester_eswc_demo_2017,
+  author    = {De Meester, Ben and Maroy, Wouter and Dimou, Anastasia and Verborgh, Ruben and Mannens, Erik},
+  title     = {{RML and FnO:} Shaping {DBpedia} Declaratively},
+  year      = {2017},
+  pages     = {172--177},
+  comment   = {in biblio},
+  crossref  = {ESWC2017PD},
+  doi       = {10.1007/978-3-319-70407-4_32},
+  _file      = {:demeester_eswc_demo_2017.pdf:PDF},
+  groups    = {IDLab, DBmedia, mapping-characteristics, ph-rml-website, bdm-bjdmeest, bdm-phdbook},
+  _isbn      = {978-3-319-70407-4},
+  owner     = {bjdmeest},
+  timestamp = {2017.05.08},
+  _url       = {https://ruben.verborgh.org/publications/demeester_eswc_demo_2017/},
+}
+
+@InProceedings{Heyvaert2018Declarative,
+  author    = {Heyvaert, Pieter and De Meester, Ben and Dimou, Anastasia and Verborgh, Ruben},
+  title     = {{Declarative Rules for Linked Data Generation at your Fingertips!}},
+  year      = {2018},
+  abstract  = {Linked Data is often generated based on a set of declarative rules using languages such as R2RML and RML. These languages
+are built with machine-processability in mind. It is thus not always straightforward for users to define or understand rules written in these
+languages, preventing them from applying the desired annotations to the
+data sources. In the past, graphical tools were proposed. However, next
+to users who prefer a graphical approach, there are users who desire to
+understand and define rules via a text-based approach. For the latter,
+we introduce an enhancement to their workflow. Instead of requiring
+users to manually write machine-processable rules, we propose writing
+human-friendly rules, and generate machine-processable rules based on
+those human-friendly rules. At the basis is YARRRML: a human-readable
+text-based representation for declarative generation rules. We propose a
+novel browser-based integrated development environment (IDE) called
+“Matey”, showcasing the enhanced workflow. In this work, we describe our
+demo. Users can experience first hand how to generate triples from data in
+different formats by using YARRRML’s representation of the rules. The
+actual machine-processable rules remain completely hidden when editing.
+Matey shows that writing human-friendly rules enhances the workflow
+for a broader range of users. As a result, more desired annotations will
+be added to the data sources which leads to more desired Linked Data.},
+  comment   = {in biblio},
+  crossref  = {ESWC2018PD},
+  _file      = {:Heyvaert2018Declarative.pdf:PDF},
+  groups    = {mapping-characteristics, ecodalo-in-use, ph-rml-website, bdm-bjdmeest, bdm-phdbook},
+  owner     = {bjdmeest},
+  timestamp = {2018.06.07},
+  _url       = {https://2018.eswc-conferences.org/files/posters-demos/paper_297.pdf},
+}
+
+@InProceedings{maroy_iswc_2017,
+  author    = {Maroy, Wouter and Dimou, Anastasia and Kontokostas, Dimitris and De Meester, Ben and Verborgh, Ruben and Lehmann, Jens and Mannens, Erik and Hellmann, Sebastian},
+  title     = {Sustainable Linked Data Generation: The Case of {DBpedia}},
+  year      = {2017},
+  pages     = {297--313},
+  comment   = {in biblio, not P1?},
+  crossref  = {ISWC2017II},
+  doi       = {10.1007/978-3-319-68204-4_28},
+  _file      = {:maroy_iswc_2017.pdf:PDF},
+  groups    = {IDLab, DBmedia, paper-2018-phd-eswc, journal-fno-fgcs, mapping-characteristics, ph-rml-website, bdm-bjdmeest, bdm-phdbook},
+  owner     = {bjdmeest},
+  timestamp = {2017.10.23},
+  _url       = {http://jens-lehmann.org/files/2017/iswc_dbpedia_rml.pdf},
+}
+
+@InProceedings{Tommasini2017Representing,
+  author    = {Tommasini, Riccardo and De Meester, Ben and Heyvaert, Pieter and Verborgh, Ruben and Mannens, Erik and Della Valle, Emanuele},
+  title     = {{Representing Dockerfiles in RDF}},
+  year      = {2017},
+  abstract  = {Containers – lightweight, stand-alone software executables –
+are everywhere. Industries exploit container managers to orchestrate
+complex cloud infrastructures and researchers in academia use them to
+foster reproducibility of computational experiments. Among existing solutions,
+Docker is the de facto standard in the container industry. In this
+paper, we advocate the value of applying the Linked Data paradigm to
+the container ecosystem’s building scripts, as it will allow adding additional
+knowledge, ease decentralized references, and foster interoperability.
+In particular we defined a vocabulary Dockeronto that allows to
+semantically annotate Dockerfiles},
+  comment   = {in biblio},
+  crossref  = {ISWC2017PDI},
+  _file      = {:Tommasini2017Representing.pdf:PDF},
+  groups    = {IDLab, paper-2018-phd-eswc, journal-fno-fgcs, bdm-bjdmeest, bdm-phdbook},
+  _issn      = {1613-0073},
+  owner     = {bjdmeest},
+  timestamp = {2017.10.24},
+  _url       = {http://ceur-ws.org/Vol-1963/paper528.pdf},
+}
+
+@InProceedings{Verborgh2014,
+  author    = {Verborgh, Ruben and Hartig, Olaf and De Meester, Ben and Haesendonck, Gerald and De Vocht, Laurens and Vander Sande, Miel and Cyganiak, Richard and Colpaert, Pieter and Mannens, Erik and Van de Walle, Rik},
+  title     = {{Low-Cost Queryable Linked Data through Triple Pattern Fragments}},
+  year      = {2014},
+  pages     = {13--16},
+  comment   = {in biblio},
+  crossref  = {ISWC2014PD},
+  groups    = {IDLab, bdm-bjdmeest, bdm-phdbook},
+  owner     = {bjdmeest},
+  timestamp = {2014.10.30},
+  _url       = {http://ceur-ws.org/Vol-1272/paper_10.pdf},
+}
+
+@InProceedings{verborgh2014querying,
+  author    = {Verborgh, Ruben and Hartig, Olaf and De Meester, Ben and Haesendonck, Gerald and De Vocht, Laurens and Vander Sande, Miel and Cyganiak, Richard and Colpaert, Pieter and Mannens, Erik and Van de Walle, Rik},
+  title     = {{Querying Datasets on the Web with High Availability}},
+  year      = {2014},
+  pages     = {180--196},
+  comment   = {in biblio},
+  crossref  = {ISWC2014I},
+  doi       = {10.1007/978-3-319-11964-9_12},
+  groups    = {IDLab, bdm-bjdmeest, bdm-phdbook},
+  _isbn      = {978-3-319-11963-2},
+  owner     = {rverborgh},
+  timestamp = {2014.10.30},
+  _url       = {http://linkeddatafragments.org/publications/iswc2014.pdf},
+}
+
+@InProceedings{arndt_ruleml_industry_2015,
+  author    = {Arndt, D\"{o}rthe and De Meester, Ben and Bonte, Pieter and Schaballie, Jeroen and Bhatti, Jabran and Dereuddre, Wim and Verborgh, Ruben and Ongenae, Femke and De Turck, Filip and Van de Walle, Rik and Mannens, Erik},
+  booktitle = {Proceedings of the 9th International Web Rule Symposium: Industry Track},
+  title     = {Ontology Reasoning using Rules in an {eHealth} Context},
+  year      = {2015},
+  month     = aug,
+  pages     = {465--472},
+  publisher = {Springer},
+  series    = {Lecture Notes in Computer Science},
+  volume    = {9202},
+  comment   = {in biblio},
+  groups    = {IDLab, bdm-bjdmeest, bdm-phdbook},
+  owner     = {bjdmeest},
+  timestamp = {2015.08.03},
+  _url       = {http://link.springer.com/chapter/10.1007/978-3-319-21542-6_31},
+}
+
+@InProceedings{arndt_owled_2015,
+  author    = {Arndt, D\"{o}rthe and De Meester, Ben and Bonte, Pieter and Schaballie, Jeroen and Bhatti, Jabran and Dereuddre, Wim and Verborgh, Ruben and Ongenae, Femke and De Turck, Filip and Van de Walle, Rik and Mannens, Erik},
+  booktitle = {Ontology Engineering: 12th International Experiences and Directions Workshop on OWL},
+  title     = {{Improving OWL RL reasoning in N3 by using specialized rules}},
+  year      = {2016},
+  address   = {Cham},
+  editor    = {Tamma, Valentina and Dragoni, Mauro and Gon\c{c}alves, Rafael and {\L}awrynowicz, Agnieszka},
+  month     = apr,
+  pages     = {93--104},
+  publisher = {Springer},
+  series    = {Lecture Notes in Computer Science},
+  volume    = {9557},
+  comment   = {in biblio},
+  doi       = {10.1007/978-3-319-33245-1_10},
+  _file      = {:https\://link.springer.com/chapter/10.1007%2F978-3-319-33245-1_10:URL},
+  groups    = {IDLab, bdm-bjdmeest, bdm-journal-reasoning-validation, bdm-phdbook},
+  _isbn      = {978-3-319-33245-1},
+  owner     = {bjdmeest},
+  timestamp = {2015.10.09},
+}
+
+@InProceedings{arndt_ruleml_2017,
+  author    = {Arndt, D\"{o}rthe and De Meester, Ben and Dimou, Anastasia and Verborgh, Ruben and Mannens, Erik},
+  booktitle = {Rules and Reasoning: International Joint Conference, RuleML+RR 2017, London, UK, July 12--15, 2017},
+  title     = {{Using Rule-Based Reasoning for RDF Validation}},
+  year      = {2017},
+  address   = {Cham},
+  editor    = {Constantini, Stefania and Franconi, Enrico and Van Woensel, William and Kontchakov, Roman and Sadri, Fariba and Roman, Dumitru},
+  month     = jul,
+  pages     = {22--36},
+  publisher = {Springer},
+  series    = {Lecture Notes in Computer Science},
+  volume    = {10364},
+  comment   = {in biblio},
+  doi       = {10.1007/978-3-319-61252-2_3},
+  _file      = {:arndt_ruleml_2017.pdf:PDF},
+  groups    = {IDLab, paper-2018-phd-eswc, paper-2018-unshacled-requirements, ph-rml-website, bdm-bjdmeest, bdm-journal-reasoning-validation, bdm-phdbook},
+  owner     = {bjdmeest},
+  timestamp = {2017.07.12},
+}
+
+@InProceedings{bonte_ore_2015,
+  author    = {Bonte, Pieter and Ongenae, Femke and Schaballie, Jeroen and De Meester, Ben and Arndt, D\"{o}rthe and Dereuddre, Wim and Bhatti, Jabran and Verstichel, Stijn and Verborgh, Ruben and Van de Walle, Rik and Mannens, Erik and De Turck, Filip},
+  booktitle = {Proceedings of the 4th OWL Reasoner Evaluation (ORE) Workshop},
+  title     = {Evaluation and Optimized Usage of {OWL} 2 Reasoners in an Event-based {eHealth} Context},
+  year      = {2015},
+  address   = {Athens, Greece},
+  month     = jun,
+  pages     = {1--7},
+  publisher = {CEUR},
+  series    = {CEUR Workshop Proceedings},
+  volume    = {1387},
+  comment   = {in biblio},
+  groups    = {IDLab, bdm-bjdmeest, bdm-phdbook},
+  owner     = {bjdmeest},
+  timestamp = {2015.06.06},
+  _url       = {http://ceur-ws.org/Vol-1387/paper_6.pdf},
+}
+
+@InProceedings{DeMeester2018High,
+  author    = {De Meester, Ben},
+  booktitle = {Proceedings of the Doctoral Consortium},
+  title     = {{High Quality Schema and Data Transformations for Linked Data Generation}},
+  year      = {2018},
+  address   = {Monterey, USA},
+  editor    = {Kirrane, Sabrina and Kagal, Lalana},
+  month     = oct,
+  pages     = {18--26},
+  publisher = {CEUR-WS.org},
+  series    = {CEUR Workshop Proceedings},
+  volume    = {2181},
+  comment   = {in biblio, phd stuff},
+  groups    = {bdm-bjdmeest, bdm-phdbook},
+  _issn      = {1613-0073},
+  owner     = {bjdmeest},
+  timestamp = {2018.10.10},
+  _url       = {http://ceur-ws.org/Vol-2181/paper-03.pdf},
+}
+
+@InProceedings{DeMeester2015e,
+  author    = {De Meester, Ben and Arndt, D\"{o}rthe and Bonte, Pieter and Bhatti, Jabran and Dereuddre, Wim and Verborgh, Ruben and Ongenae, Femke and De Turck, Filip and Mannens, Erik and Van de Walle, Rik},
+  booktitle = {Joint Proceedings of SSN-TC and OrdRing 2015},
+  title     = {Event-Driven Rule-Based Reasoning using {EYE}},
+  year      = {2015},
+  editor    = {Calbimonte, Jean-Paul and Celino, Irene and Della Valle, Emanuele and Dell{{\'{A}}}glio, daniele and Kr\"{o}tzsch, Markus and Schlobach, Stefan},
+  month     = oct,
+  pages     = {75--86},
+  publisher = {CEUR},
+  series    = {CEUR Workshop Proceedings},
+  comment   = {in biblio},
+  _file      = {:http\://ceur-ws.org/Vol-1488/paper-08.pdf:URL},
+  groups    = {IDLab, bdm-bjdmeest, bdm-phdbook},
+  _issn      = {1613-0073},
+  owner     = {bjdmeest},
+  timestamp = {2015.10.10},
+  _url       = {http://ceur-ws.org/Vol-1488/paper-08.pdf},
+}
+
+@Article{DeMeester2015,
+  author    = {De Meester, Ben and De Nies, Tom and De Neve, Wesley and Van de Walle, Rik},
+  journal   = {Books in Browsers},
+  title     = {Interlinking Books with the World: Using the {S}emantic {W}eb to Create Books as Reliable, Machine-Understandable Information Service Providers},
+  year      = {2015},
+  month     = feb,
+  number    = {1},
+  pages     = {1--6},
+  volume    = {18},
+  comment   = {in biblio},
+  doi       = {10.3998/3336451.0018.114},
+  groups    = {IDLab, bdm-bjdmeest, bdm-phdbook},
+  owner     = {bjdmeest},
+  publisher = {Journal of Electronic Publishing},
+  timestamp = {2015.02.04},
+  _url       = {http://dx.doi.org/10.3998/3336451.0018.114},
+}
+
+@InProceedings{DeMeester2015d,
+  author    = {De Meester, Ben and De Nies, Tom and De Vocht, Laurens and Verborgh, Ruben and Mannens, Erik and Van de Walle, Rik},
+  booktitle = {NLP \& DBpedia 2015 Workshop},
+  title     = {Exposing Digital Content as Linked Data, and Linking them using {StoryBlink}},
+  year      = {2015},
+  editor    = {Paulheim, Heiko and van Erp, Marieke and Filipowska, Agata and Mendes, Pablo N. and B\"{u}mmer, Martin},
+  comment   = {in biblio},
+  _file      = {:DeMeester2015d.pdf:PDF},
+  groups    = {IDLab, bdm-bjdmeest, bdm-phdbook},
+  owner     = {bjdmeest},
+  timestamp = {2015.10.10},
+  _url       = {https://nlpdbpedia2015.files.wordpress.com/2015/08/nlpdbpedia_2015_submission_1.pdf},
+}
+
+@InProceedings{demeester2014adigitalfirst,
+  author    = {De Meester, Ben and De Nies, Tom and Ghaem Sigarchian, Hajar and Vander Sande, Miel and Van Campen, Jelle and Van Impe, Bram and De Neve, Wesley and Mannens, Erik and Van de Walle, Rik},
+  booktitle = {Proceedings of the 18th Int'l. Conference on Electronic Publishing (ELPUB)},
+  title     = {{{A Digital-First Authoring Environment for Enriched e-Books using EPUB 3}}},
+  year      = {2014},
+  address   = {Thessaloniki, Greece},
+  month     = jun,
+  pages     = {68--77},
+  comment   = {in biblio},
+  doi       = {10.3233/978-1-61499-409-1-68},
+  groups    = {IDLab, bdm-bjdmeest, bdm-phdbook},
+  _isbn      = {978-1-61499-409-1},
+  owner     = {bjdmeest},
+  timestamp = {2014.06.01},
+  _url       = {http://dx.doi.org/10.3233/978-1-61499-409-1-68},
+}
+
+@Article{demeester2014adigitalfirst-ISU,
+  author    = {De Meester, Ben and De Nies, Tom and Ghaem Sigarchian, Hajar and Vander Sande, Miel and Van Campen, Jelle and Van Impe, Bram and De Neve, Wesley and Mannens, Erik and Van de Walle, Rik},
+  journal   = {Information Services and Use},
+  title     = {{{A Digital-First Authoring Environment for Enriched e-Books using EPUB 3}}},
+  year      = {2014},
+  month     = dec,
+  number    = {3-4},
+  pages     = {259--268},
+  volume    = {34},
+  comment   = {in biblio},
+  doi       = {10.3233/ISU-140748},
+  groups    = {IDLab, bdm-bjdmeest, bdm-phdbook},
+  keywords  = {Authoring environment, EPUB 3, Open Web standards},
+  owner     = {bjdmeest},
+  timestamp = {2014.10.01},
+  _url       = {http://dx.doi.org/10.3233/ISU-140748},
+}
+
+@InProceedings{DeMeester2015a,
+  author    = {De Meester, Ben and De Nies, Tom and Verborgh, Ruben and Mannens, Erik and Van de Walle, Rik},
+  booktitle = {Compagnion Proceedings of World Wide Web 2015 Conference (WWW)},
+  title     = {{Reconnecting Digital Publications to the Web using their Spatial Information}},
+  year      = {2015},
+  address   = {Firenze, Italy},
+  month     = may,
+  pages     = {749--754},
+  publisher = {ACM},
+  comment   = {in biblio},
+  doi       = {10.1145/2740908.2741714},
+  groups    = {IDLab, bdm-bjdmeest, bdm-phdbook},
+  _isbn      = {978-1-4503-3473-0},
+  owner     = {bjdmeest},
+  timestamp = {2015.05.26},
+}
+
+@InProceedings{DeMeester2019EcoDaLo,
+  author    = {De Meester, Ben and Degueldre, Philippe and Segebarth, Allan and Thiers, Peter and Verborgh, Ruben and Dimou, Anastasia},
+  booktitle = {ESWC2019: In-Use Track},
+  title     = {{EcoDaLo: Federating advertisement targeting with Linked Data}},
+  note      = {To be resubmitted},
+  comment   = {to be submitted, not in biblio},
+  groups    = {bdm-bjdmeest, bdm-phdbook},
+  owner     = {bjdmeest},
+  timestamp = {2019.04.11},
+}
+
+@TechReport{fno,
+  author      = {De Meester, Ben and Dimou, Anastasia},
+  institution = {Ghent University -- imec -- IDLab},
+  title       = {{The Function Ontology}},
+  year        = {2019},
+  month       = may,
+  type        = {Unofficial Draft},
+  comment     = {never in biblio},
+  day         = {29},
+  groups      = {IDLab, journal-fno-fgcs, mapping-characteristics, demo-fnhub, ph-rml-website, bdm-bjdmeest, bdm-phdbook},
+  owner       = {bjdmeest},
+  timestamp   = {2016.10.06},
+  url         = {https://w3id.org/function/spec},
+}
+
+@InProceedings{DeMeester2016b,
+  author    = {De Meester, Ben and Dimou, Anastasia and Verborgh, Ruben and Mannens, Erik},
+  booktitle = {15th International Semantic Web Conference: Posters \& Demonstrations Track},
+  title     = {Discovering and {U}sing {F}unctions via {C}ontent {N}egotiation},
+  year      = {2016},
+  editor    = {Kawamura, Takahiro and Paulheim, Heiko},
+  month     = oct,
+  publisher = {CEUR},
+  series    = {CEUR Workshop Proceedings},
+  volume    = {1690},
+  comment   = {in biblio},
+  _file      = {:http\://ceur-ws.org/Vol-1690/paper110.pdf:URL},
+  groups    = {IDLab, demo-fnhub, ph-rml-website, bdm-bjdmeest, bdm-phdbook},
+  _issn      = {1613-0073},
+  keywords  = {Content Negotiation, Function, Linked Data},
+  owner     = {bjdmeest},
+  timestamp = {2016.10.16},
+  _url       = {http://ceur-ws.org/Vol-1690/paper110.pdf},
+}
+
+@InProceedings{DeMeester2017Detailed,
+  author    = {De Meester, Ben and Dimou, Anastasia and Verborgh, Ruben and Mannens, E.},
+  booktitle = {Proceedings of the First Workshop on Enabling Open Semantic Science (SemSci)},
+  title     = {Detailed Provenance Capture of Data Processing},
+  year      = {2017},
+  editor    = {Garijo, Daniel and van Hage, Willem Robert and Kauppinen, Tomi and Kuhn, Tobias and Zhao, Jun},
+  month     = oct,
+  pages     = {31--38},
+  publisher = {CEUR},
+  series    = {CEUR Workshop Proceedings},
+  volume    = {1931},
+  abstract  = {A large part of Linked Data generation entails processing the
+raw data. However, this process is only documented in human-readable
+form or as a software repository. This inhibits reproducibility and comparability,
+as current documentation solutions do not provide detailed
+metadata and rely on the availability of specific software environments.
+This paper proposes an automatic capturing mechanism for interchangeable
+and implementation independent metadata and provenance that
+includes data processing. Using declarative mapping documents to describe
+the computational experiment allows automatic capturing of termlevel
+provenance for both schema and data transformations, and for both
+the used software tools as the input-output pairs of the data processing
+executions. This approach is applied to mapping documents described
+using rml and fno, and implemented in the rmlmapper. The captured
+metadata can be used to more easily share, reproduce, and compare the
+dataset generation process, across software environments.},
+  comment   = {in biblio},
+  groups    = {IDLab, paper-2018-phd-eswc, journal-fno-fgcs, mapping-characteristics, ph-rml-website, bdm-bjdmeest, bdm-phdbook},
+  _issn      = {1613-0073},
+  keywords  = {Computational Experiment, Data Processing, FnO, Provenance, RML},
+  owner     = {bjdmeest},
+  timestamp = {2017.10.22},
+  _url       = {http://ceur-ws.org/Vol-1931/#paper-05},
+}
+
+@InProceedings{DeMeester2016,
+  author    = {De Meester, Ben and Dimou, Anastasia and Verborgh, Ruben and Mannens, Erik and Van de Walle, Rik},
+  booktitle = {The Semantic Web: ESWC 2016 Satellite Events, Heraklion, Crete, Greece, May 29 -- June 2, 2016, Revised Selected Papers},
+  title     = {An {O}ntology to {S}emantically {D}eclare and {D}escribe {F}unctions},
+  year      = {2016},
+  editor    = {Sack, Harald and Rizzo, Giuseppe and Steinmetx, Nadine and Mladeni\'{c}, Dunja and Auer, S\"{o}ren and Lange, Christoph},
+  month     = oct,
+  pages     = {46--49},
+  publisher = {Springer},
+  series    = {Lecture Notes in Computer Science},
+  volume    = {9989},
+  comment   = {in biblio},
+  doi       = {10.1007/978-3-319-47602-5_10},
+  _file      = {:DeMeester2016.pdf:PDF},
+  groups    = {IDLab, paper-2018-phd-eswc, mapping-characteristics, demo-fnhub, journal-fno-fgcs, ph-rml-website, bdm-bjdmeest, bdm-phdbook},
+  _isbn      = {978-3-319-47602-5},
+  keywords  = {Application, Function, Ontology, Semantic Web},
+  owner     = {bjdmeest},
+  timestamp = {2016.06.02},
+  _url       = {http://link.springer.com/chapter/10.1007/978-3-319-47602-5_10},
+}
+
+@InProceedings{demeester2014creatingdiscoverable,
+  author    = {De Meester, Ben and Ghaem Sigarchian, Hajar and De Nies, Tom and Dimou, Anastasia and De Neve, Wesley and Mannens, Erik and Van de Walle, Rik},
+  booktitle = {Proceedings of the Linked Learning meets LinkedUp Workshop: Learning and Education with the Web of Data (LILE)},
+  title     = {Creating Discoverable Learning Content Using a User-Friendly Authoring Environment},
+  year      = {2014},
+  address   = {Riva del Garda, Italy},
+  editor    = {Dietze, Stefan and d'Aquin, Mathieu and Herder, Eelco and Gesevic, Dragan},
+  month     = oct,
+  pages     = {1--6},
+  publisher = {CEUR},
+  series    = {CEUR Workshop Proceedings},
+  comment   = {in biblio},
+  groups    = {IDLab, ph-rml-website, bdm-bjdmeest, bdm-phdbook},
+  _issn      = {1613-0073},
+  keywords  = {Authoring Environment, EPUB 3, Linked Learning},
+  owner     = {bjdmeest},
+  timestamp = {2014.10.30},
+  _url       = {http://ceur-ws.org/Vol-1254/2_meester.pdf},
+}
+
+@InProceedings{DeMeester2015b,
+  author    = {De Meester, Ben and Ghaem Sigarchian, Hajar and De Nies, Tom and Verborgh, Ruben and Salliau, Frank and Mannens, Erik and Van de Walle, Rik},
+  booktitle = {Proceedings of the 1st International Workshop on LINKed EDucation at the ISWC 2015},
+  title     = {{SERIF: A Semantic ExeRcise Interchange Format}},
+  year      = {2015},
+  editor    = {Dietze, Stefan and Sack, Harald and Simperl, Elena and Vidal, Maria-Esther and Peroni, Silvio},
+  month     = oct,
+  abstract  = {More and more users obtain new knowledge using e-learning systems,
+	and often assess their understanding of this new knowledge using
+	corresponding assessment items. However, the distribution of content
+	items and assessment items in a learning object is tightly bound.
+	To publish assessment items, independently of the corresponding content
+	items, it is required to wrap these assessment items into separate
+	learning objects, which introduces a large overhead. Moreover, current
+	learning objects are closely coupled with their execution environment.
+	A stand-alone and lightweight format to describe assessment items
+	is needed. This way their publication is facilitated and their discoverability
+	can be increased. This paper proposes some important features for
+	such a format and introduces SERIF: a Semantic ExeRcise Interchange
+	Format, whose underlying data model is based on the QTI data model,
+	and that can be distributed into different RDF serializations. SERIF
+	was applied successfully in three proof-of-concept applications,
+	where we assessed how SERIF is decoupled from the execution environment
+	and extendable to other content and interaction types. In future
+	work, we will exploit its defined semantics for automatic discovery
+	and combination of assessment items.},
+  comment   = {in biblio},
+  _file      = {:https\://linked2015.files.wordpress.com/2015/04/linked_2015_paper_2.pdf:URL},
+  groups    = {IDLab, paper-2018-call, bdm-bjdmeest, bdm-phdbook},
+  owner     = {bjdmeest},
+  timestamp = {2015.10.10},
+  _url       = {https://linked2015.files.wordpress.com/2015/04/linked_2015_paper_2.pdf},
+}
+
+@TechReport{DeMeester2017PWP,
+  author      = {De Meester, Ben and Herman, Ivan and Siegman, Tzviya},
+  institution = {W3C},
+  title       = {{PWP Locators}},
+  year        = {2017},
+  month       = sep,
+  type        = {Editor's Draft},
+  comment     = {never in biblio},
+  groups      = {bdm-bjdmeest, bdm-phdbook},
+  owner       = {bjdmeest},
+  timestamp   = {2017.09.27},
+  url         = {https://w3c.github.io/dpub-pwp-loc/},
+}
+
+@Article{DeMeester2019RDF,
+  author    = {De Meester, Ben and Heyvaert, Pieter and Arndt, D\"orthe and Dimou, Anastasia and Verborgh, Ruben},
+  journal   = {Semantic Web Journal},
+  title     = {{RDF Graph Validation Using Rule-Based Reasoning}},
+  year      = {2020},
+  note      = {Accepted, to be published},
+  comment   = {not in biblio},
+  groups    = {bdm-bjdmeest, bdm-phdbook},
+  owner     = {bjdmeest},
+  timestamp = {2020.01.04},
+  _url       = {http://www.semantic-web-journal.net/system/files/swj2330.pdf},
+}
+
+@TechReport{DeMeester2018YARRRML,
+  author      = {De Meester, Ben and Heyvaert, Pieter and Dimou, Anastasia},
+  institution = {imec -- Ghent University -- IDLab},
+  title       = {{YARRRML}},
+  year        = {2019},
+  month       = aug,
+  type        = {Unofficial Draft},
+  comment     = {never in biblio},
+  groups      = {IDLab, ecodalo-in-use, ph-rml-website, bdm-bjdmeest, bdm-phdbook},
+  owner       = {bjdmeest},
+  timestamp   = {2019.03.19},
+  url         = {https://w3id.org/yarrrml/spec},
+}
+
+@InProceedings{demeester_voila_2018,
+  author    = {De Meester, Ben and Heyvaert, Pieter and Dimou, Anastasia and Verborgh, Ruben},
+  booktitle = {Proceedings of the 4th International Workshop on Visualization and Interaction for Ontologies and Linked Data},
+  title     = {{Towards a Uniform User Interface for Editing Data Shapes}},
+  year      = {2018},
+  editor    = {Ivanova, Valentina and Lambrix, Patrick and Lohmann, Steffen and Pesquita, Catia},
+  month     = oct,
+  pages     = {13--24},
+  publisher = {CEUR-WS.org},
+  series    = {CEUR Workshop Proceedings},
+  volume    = {2187},
+  comment   = {in biblio},
+  groups    = {ph-rml-website, bdm-bjdmeest, bdm-journal-reasoning-validation, bdm-phdbook},
+  _issn      = {1613-0073},
+  owner     = {bjdmeest},
+  timestamp = {2018.10.09},
+  _url       = {http://ceur-ws.org/Vol-2187/paper2.pdf},
+}
+
+@InProceedings{DeMeester2019Mapping,
+  author    = {De Meester, Ben and Heyvaert, Pieter and Verborgh, Ruben and Dimou, Anastasia},
+  booktitle = {Joint Proceedings of the 1st International Workshop on Knowledge Graph Building and 1st International Workshop on Large Scale RDF Analytics co-located with 16th Extended Semantic Web Conference (ESWC)},
+  title     = {{Mapping languages analysis of comparative characteristics}},
+  year      = {2019},
+  address   = {Portoro\u{z}, Slovenia},
+  editor    = {Chaves-Fraga, David and Heyvaert, Pieter and Priyatna, Freddy and Sequeda, Juan and Dimou, Anastasia and Jabeen, Hajira and Graux, Damien and Sejdiu, Gezim and Saleem, Mohammed and Lehmann, Jens},
+  month     = jun,
+  pages     = {37--45},
+  publisher = {CEUR-WS.org},
+  series    = {CEUR Workshop Proceedings},
+  volume    = {2489},
+  comment   = {in biblio},
+  date      = {2019-06-03},
+  groups    = {ph-rml-website, bdm-bjdmeest, bdm-phdbook},
+  _issn      = {1613-0073},
+  owner     = {bjdmeest},
+  timestamp = {2019.03.21},
+  _url       = {http://ceur-ws.org/Vol-2489/paper4.pdf},
+}
+
+@InProceedings{DeMeester2018Interoperable,
+  author    = {De Meester, Ben and Lieber, Sven and Dimou, Anastasia and Verborgh, Ruben},
+  booktitle = {Proceedings of the 19th International CALL Research Conference},
+  title     = {{Interoperable User Tracking Logs using Linked Data for improved Learning Analytics}},
+  year      = {2018},
+  address   = {Antwerp},
+  publisher = {Universiteit Antwerpen},
+  abstract  = {Learning analytics can provide adaptive learning and performance support by analyzing user
+tracking logs. However, data-driven learning is usually confined to a specific context (e.g.,
+learning English within one application), and thus not interoperable across systems or domains. In this paper, we investigate ways to improve integration of data across applications
+and educational domains, by means of Linked Data, using existing standards such as the
+Experience API. Using JSON-LD, existing Learning Record Store tools can be used to store
+the tracking logs, which are then interpreted and aligned as Linked Data. We have applied
+the solution in an initial data capture resulting in more than two million statements spanning two different applications. This way, we aim to enrich adaptive learning and performance support across contexts},
+  comment   = {in biblio},
+  groups    = {ph-rml-website, bdm-bjdmeest, bdm-phdbook},
+  _isbn      = {9789057285943},
+  owner     = {bjdmeest},
+  timestamp = {2018.07.04},
+  _url       = {https://biblio.ugent.be/publication/8575501},
+}
+
+@InProceedings{DeMeester2019Function,
+  author    = {De Meester, Ben and Noterman, Lander and Verborgh, Ruben and Dimou, Anastasia},
+  booktitle = {The Semantic Web: ESWC 2019 Satellite Events},
+  title     = {{The Function Hub: An Implementation-Independent Read/Write Function Description Repository}},
+  year      = {2019},
+  address   = {Portoro\v{z}, Slovenia},
+  editor    = {Hitzler, Pascal and Kirrane, Sabrina and Hartig, Olaf and de Boer, Victor and Vidal, Maria-Esther and Maleshkova, Maria and Schlobach, Stefan and Hammar, Karl and Lasierra, Nelia and Stadtm\"{u}ller and Hose, Katja and Verborgh, Ruben},
+  month     = jun,
+  pages     = {33--37},
+  publisher = {Springer, Cham},
+  series    = {Lecture Notes in Computer Science},
+  volume    = {11762},
+  comment   = {in biblio},
+  date      = {2019-10-10},
+  doi       = {10.1007/978-3-030-32327-1_7},
+  ean       = {9783030323271},
+  groups    = {ph-rml-website, bdm-bjdmeest, bdm-phdbook},
+  _isbn      = {978-3-030-32327-1},
+  owner     = {bjdmeest},
+  timestamp = {2019.06.01},
+  _url       = {https://ben.de-meester.org/research/preprints/DeMeester2019Function.pdf},
+}
+
+@Article{DeMeester2019Implementation,
+  author    = {De Meester, Ben and Seymoens, Tom and Dimou, Anastasia and Verborgh, Ruben},
+  journal   = {Future Generation Computer Systems},
+  title     = {{Implementation-independent Function Reuse}},
+  year      = {2020},
+  _issn      = {0167-739X},
+  month     = sep,
+  pages     = {946--959},
+  volume    = {110},
+  comment   = {not in biblio},
+  doi       = {10.1016/j.future.2019.10.006},
+  groups    = {demo-fnhub, IDLab, ph-rml-website, bdm-bjdmeest, bdm-phdbook},
+  owner     = {bjdmeest},
+  publisher = {Elsevier {BV}},
+  timestamp = {2019.10.17},
+  _url       = {https://ben.de-meester.org/research/preprints/DeMeester2019Implementation.pdf},
+}
+
+@InProceedings{4378019,
+  author    = {De Meester, Ben and Verborgh, Ruben and Pauwels, Pieter and De Neve, Wesley and Mannens, Erik and Van de Walle, Rik},
+  booktitle = {4th FTRA International Conference on Advanced IT, engineering and Management, Abstracts},
+  title     = {Improving Multimedia Analysis through Semantic Integration of Services},
+  year      = {2014},
+  month     = feb,
+  pages     = {2},
+  publisher = {Future Technology Research Association (FTRA)},
+  comment   = {in biblio},
+  groups    = {IDLab, bdm-bjdmeest, bdm-phdbook},
+  keyword   = {multimedia analysis,web services,semantic reasoning},
+  language  = {eng},
+  location  = {Jeju, South Korea},
+  owner     = {bjdmeest},
+  timestamp = {2014.02.01},
+  _url       = {http://hdl.handle.net/1854/LU-4378019},
+}
+
+@Article{demeester2015towardsrobust,
+  author    = {De Meester, Ben and Verborgh, Ruben and Pauwels, Pieter and De Neve, Wesley and Mannens, Erik and Van de Walle, Rik},
+  journal   = {Multimedia Tools and Applications},
+  title     = {Towards Robust and Reliable Multimedia Analysis through Semantic Integration of Services},
+  year      = {2016},
+  _issn      = {1573-7721},
+  month     = nov,
+  number    = {22},
+  pages     = {14019--14038},
+  volume    = {75},
+  comment   = {First online 20/01/2015, in biblio},
+  doi       = {10.1007/s11042-014-2445-9},
+  _file      = {:http\://link.springer.com/article/10.1007/s11042-014-2445-9:URL},
+  groups    = {IDLab, bdm-bjdmeest, bdm-phdbook},
+  keywords  = {multimedia analysis, reasoning cycle, semantic reasoning, Web services},
+  owner     = {bjdmeest},
+  timestamp = {2015.01.14},
+  _url       = {https://rdcu.be/6osJ},
+}
+
+@InProceedings{4378014,
+  author    = {De Nies, Tom and Verborgh, Ruben and Vander Sande, Miel and De Meester, Ben and Ghaem Sigarchian, Hajar and Dimou, Anastasia and De Neve, Wesley and Mannens, Erik and Van de Walle, Rik},
+  booktitle = {W3C Workshop on Annotations, Abstracts},
+  title     = {{Towards Decentralized Annotations in Digital Books and on the Web}},
+  year      = {2014},
+  month     = apr,
+  pages     = {2},
+  comment   = {in biblio},
+  groups    = {IDLab, bdm-bjdmeest, bdm-phdbook},
+  keyword   = {Annotations,digital books},
+  language  = {eng},
+  location  = {San Francisco, CA, USA},
+  owner     = {tdnies},
+  timestamp = {2014.04.01},
+  _url       = {http://www.w3.org/2014/04/annotation/submissions/2014.04-W3CAnnotations-Towards\_Decentralized\_Annotations\_in\_Digital\_Books\_and\_on\_the\_Web.pdf},
+}
+
+@Patent{patent_15202196-0-1955,
+  nationality = {BE},
+  number      = {15202196.0-1955},
+  yearfiled   = {2016},
+  author      = {Dereuddre, Wim and Bhatti, Jabran and Crombez, Pieter and Verborgh, Ruben and Arndt, D\"{o}rthe and De Meester, Ben},
+  note        = {Patent pending},
+  title       = {Task management system and method for assigning tasks in a task management system},
+  comment     = {not/never in biblio?},
+  groups      = {IDLab, bdm-bjdmeest, bdm-phdbook},
+  owner       = {bjdmeest},
+  timestamp   = {2017.01.06},
+}
+
+@InProceedings{Dimou2018Linked,
+  author    = {Dimou, Anastasia and Heyvaert, Pieter and De Meester, Ben},
+  booktitle = {Digital Libraries for Open Knowledge: 22nd International Conference on Theory and Practice of Digital Libraries (TPDL)},
+  title     = {{Linked Data Generation from Digital Libraries}},
+  year      = {2018},
+  address   = {Porto, Portugal},
+  editor    = {M{\'{e}}ndez, Eva and Crestani, Fabio and Ribeiro, Cristina and David, Gabriel and Lopes, Jo{\~{a}}o Correia},
+  month     = sep,
+  pages     = {389},
+  publisher = {Springer International Publishing},
+  series    = {Lecture Notes in Computer Science},
+  volume    = {11057},
+  comment   = {not in biblio},
+  doi       = {10.1007/978-3-030-00066-0},
+  groups    = {ph-rml-website, bdm-bjdmeest, bdm-phdbook},
+  owner     = {bjdmeest},
+  timestamp = {2018.09.12},
+}
+
+@InProceedings{Dimou2018What,
+  author    = {Dimou, Anastasia and Heyvaert, Pieter and De Meester, Ben and Verborgh, Ruben},
+  booktitle = {Proceedings of the Workshop on Linked Data on the Web (LDOW 2018)},
+  title     = {What Factors Influence the Design of a Linked Data Generation Algorithm?},
+  year      = {2018},
+  publisher = {CEUR-WS.org},
+  series    = {CEUR Workshop Proceedings},
+  volume    = {2073},
+  comment   = {in biblio},
+  _file      = {:Dimou2018What.pdf:PDF},
+  groups    = {paper-2018-unshacled-requirements, ph-rml-website, bdm-bjdmeest, bdm-phdbook},
+  _isbn      = {978-1-4503-5640-4},
+  owner     = {bjdmeest},
+  timestamp = {2018.04.23},
+  _url       = {http://hdl.handle.net/1854/LU-8563094},
+}
+
+@InProceedings{ghaem_sigarchian_lisc_2014,
+  author    = {Ghaem Sigarchian, Hajar and De Meester, Ben and De Nies, Tom and Verborgh, Ruben and De Neve, Wesley and Mannens, Erik and Van de Walle, Rik},
+  booktitle = {Proceedings of the 4th Workshop on Linked Science},
+  title     = {EPUB3 for Integrated and Customizable Representation of a Scientific Publication and its Associated Resources},
+  year      = {2014},
+  address   = {Riva del Garda, Italy},
+  month     = oct,
+  pages     = {1--11},
+  comment   = {in biblio},
+  groups    = {IDLab, bdm-bjdmeest, bdm-phdbook},
+  owner     = {bjdmeest},
+  timestamp = {2014.10.30},
+  _url       = {http://ceur-ws.org/Vol-1282/lisc2014_submission_3.pdf},
+}
+
+@InProceedings{GhaemSigarchian2015,
+  author    = {Ghaem Sigarchian, Hajar and De Meester, Ben and De Nies, Tom and Verborgh, Ruben and Salliau, Frank and De Neve, Wesley and Mannens, Erik and Van de Walle, Rik},
+  booktitle = {Proceedings of the 8th International Conference on Interactive Digital Storytelling},
+  title     = {Hybrid Books for Interactive Digital Storytelling: Connecting Story Entities and Emotions to Smart Environments},
+  year      = {2015},
+  month     = nov,
+  pages     = {105--116},
+  publisher = {Springer},
+  series    = {Lecture Notes in Computer Science},
+  volume    = {9445},
+  comment   = {in biblio},
+  groups    = {IDLab, bdm-bjdmeest, bdm-phdbook},
+  owner     = {bjdmeest},
+  timestamp = {2015.11.30},
+  _url       = {http://link.springer.com/chapter/10.1007%2F978-3-319-27036-4_10},
+}
+
+@InProceedings{ghaem_sigarchian_icel_2015,
+  author    = {Ghaem Sigarchian, Hajar and De Meester, Ben and De Nies, Tom and Verborgh, Ruben and Salliau, Frank and De Neve, Wesley and Mannens, Erik and Van de Walle, Rik},
+  booktitle = {Proceedings of the 10th International Conference on e-Learning},
+  title     = {Towards Making {EPUB} 3-Based e-TextBooks a First-Class Mobile Learning Environment},
+  year      = {2015},
+  month     = jun,
+  publisher = {ACPIL},
+  comment   = {in biblio},
+  groups    = {IDLab, bdm-bjdmeest, bdm-phdbook},
+  _isbn      = {1910810258 9781910810255},
+  owner     = {bjdmeest},
+  timestamp = {2015.06.25},
+  _url       = {https://www.researchgate.net/publication/280881124_Towards_Making_EPUB_3-based_e-TextBooks_a_First-Class_Mobile_Learning_Environment},
+}
+
+@TechReport{Gylling2017Web,
+  author      = {Gylling, Markus and De Meester, Ben and Herman, Ivan and Siegman, Tzviya and Cramer, David and Rosenthol, Leonard},
+  institution = {W3C},
+  title       = {{Web Publications for the Open Web Platform: Vision And Technical Challenges}},
+  year        = {2017},
+  month       = may,
+  type        = {Interest Group Note},
+  groups      = {bdm-bjdmeest, bdm-phdbook},
+  owner       = {bjdmeest},
+  timestamp   = {2017.05.02},
+  url         = {https://www.w3.org/TR/pwp/},
+}
+
+@Article{Heyvaert2018Specification,
+  author    = {Heyvaert, Pieter and Dimou, Anastasia and De Meester, Ben and Seymoens, Tom and Herregodts, Aron-Levi and Verborgh, Ruben and Schuurman, Dimitrie and Mannens, Erik},
+  journal   = {Web Semantics: Science, Services and Agents on the World Wide Web},
+  title     = {Specification and implementation of mapping rule visualization and editing: {MapVOWL} and the {RMLEditor}},
+  year      = {2018},
+  month     = mar,
+  pages     = {31--50},
+  volume    = {49},
+  abstract  = {Visual tools are implemented to help users in defining how to generate Linked Data from raw data. This is
+possible thanks to mapping languages which enable detaching mapping rules from the implementation
+that executes them. However, no thorough research has been conducted so far on how to visualize
+such mapping rules, especially if they become large and require considering multiple heterogeneous
+raw data sources and transformed data values. In the past, we proposed the RMLEditor, a visual graphbased user interface, which allows users to easily create mapping rules for generating Linked Data from
+raw data. In this paper, we build on top of our existing work: we (i) specify a visual notation for graph
+visualizations used to represent mapping rules, (ii) introduce an approach for manipulating rules when
+large visualizations emerge, and (iii) propose an approach to uniformly visualize data fraction of raw data
+sources combined with an interactive interface for uniform data fraction transformations. We perform
+two additional comparative user studies. The first one compares the use of the visual notation to present
+mapping rules to the use of a mapping language directly, which reveals that the visual notation is
+preferred. The second one compares the use of the graph-based RMLEditor for creating mapping rules
+to the form-based RMLx Visual Editor, which reveals that graph-based visualizations are preferred to
+create mapping rules through the use of our proposed visual notation and uniform representation of
+heterogeneous data sources and data values.},
+  comment   = {in biblio},
+  doi       = {10.1016/j.websem.2017.12.003},
+  _file      = {:Heyvaert2018Specification.pdf:PDF},
+  groups    = {IDLab, paper-2018-unshacled-requirements, journal-fno-fgcs, ph-rml-website, bdm-bjdmeest, bdm-phdbook},
+  keywords  = {Graph, Linked Data, Mapping rule, MapVOWL, RMLEditor, ph-rml-website},
+  owner     = {bjdmeest},
+  publisher = {Elsevier {BV}},
+  timestamp = {2018.03.27},
+  _url       = {https://biblio.ugent.be/publication/8559065/file/8559068.pdf},
+}
+
+@Article{Heyvaert2019Rule,
+  author    = {Heyvaert, Pieter and Dimou, Anastasia and De Meester, Ben and Verborgh, Ruben},
+  journal   = {Semantic Web Journal},
+  title     = {{Rule-driven inconsistency resolution for knowledge graph generation rules}},
+  year      = {2019},
+  _issn      = {2210-4968},
+  month     = oct,
+  number    = {6},
+  pages     = {1071--1086},
+  volume    = {10},
+  comment   = {in biblio},
+  doi       = {10.3233/SW-190358},
+  _file      = {:Heyvaert2019Rule.pdf:PDF},
+  groups    = {IDLab, ph-rml-website, bdm-bjdmeest, bdm-journal-reasoning-validation, bdm-phdbook},
+  owner     = {bjdmeest},
+  publisher = {IOS Press},
+  timestamp = {2019.02.21},
+  _url       = {http://www.semantic-web-journal.net/system/files/swj2064.pdf},
+}
+
+@InProceedings{Lieber2018Linked,
+  author    = {Lieber, Sven and De Meester, Ben and Dimou, Anastasia and Verborgh, Ruben},
+  booktitle = {7th International Workshop on Learning and Education with Web Data (LILE2018)},
+  title     = {{Linked Data Generation for Adaptive Learning Analytics Systems}},
+  year      = {2018},
+  address   = {Amsterdam, The Netherlands},
+  editor    = {Dietze, Stefan and d'Aquin, Mathieu and Gasevic, Dragan and Herder, Eelco and Kimmerle, Joachim},
+  month     = may,
+  pages     = {23--26},
+  comment   = {in biblio},
+  groups    = {ph-rml-website, bdm-bjdmeest, bdm-phdbook},
+  owner     = {bjdmeest},
+  timestamp = {2018.05.27},
+  _url       = {https://websci18.webscience.org/wp-content/uploads/2018/01/WebSci18_Events_PreProceedings-4-Linked_Learning_2018-lres.pdf},
+}
+
+@InProceedings{lieber_kcap_2019,
+  author    = {Lieber, Sven and De Meester, Ben and Dimou, Anastasia and Verborgh, Ruben},
+  booktitle = {Proceedings of the 10th International Conference on Knowledge Capture - K-{CAP} {\textquotesingle}19},
+  title     = {{MontoloStats -- Ontology Modeling Statistics}},
+  year      = {2019},
+  editor    = {Troncy, Rapha\"{e}l},
+  month     = nov,
+  pages     = {69--76},
+  publisher = {ACM},
+  comment   = {in biblio},
+  doi       = {10.1145/3360901.3364433},
+  groups    = {bdm-bjdmeest, bdm-phdbook},
+  owner     = {bjdmeest},
+  timestamp = {2020.01.03},
+}
+
+@InProceedings{VanHerwegen2018Knowledge,
+  author    = {Van Herwegen, Joachim and Heyvaert, Pieter and Taelman, Ruben and De Meester, Ben and Dimou, Anastasia},
+  booktitle = {Proceedings of the 27th ACM International Conference on Information and Knowledge Management - CIKM '18},
+  title     = {{Knowledge Representation as Linked Data: Tutorial}},
+  year      = {2018},
+  pages     = {1--2},
+  publisher = {ACM Press},
+  comment   = {in biblio},
+  doi       = {10.1145/3269206.3274275},
+  groups    = {ph-rml-website, bdm-bjdmeest, bdm-phdbook},
+  _isbn      = {9781450360142},
+  location  = {Torino, Italy},
+  owner     = {bjdmeest},
+  timestamp = {2018.10.22},
+  _url       = {http://dx.doi.org/10.1145/3269206.3274275},
+}
+
+@Article{verborgh_jws_2016,
+  author    = {Verborgh, Ruben and Vander Sande, Miel and Hartig, Olaf and Van Herwegen, Joachim and De Vocht, Laurens and De Meester, Ben and Haesendonck, Gerald and Colpaert, Pieter},
+  journal   = {Journal of Web Semantics},
+  title     = {{Triple Pattern Fragments:} a Low-cost Knowledge Graph Interface for the {Web}},
+  year      = {2016},
+  _issn      = {1570-8268},
+  month     = mar,
+  pages     = {184--206},
+  volume    = {37--38},
+  comment   = {in biblio},
+  doi       = {doi:10.1016/j.websem.2016.03.003},
+  _file      = {:http\://linkeddatafragments.org/publications/jws2016.pdf:URL},
+  groups    = {IDLab, ecodalo-in-use, bdm-bjdmeest, bdm-phdbook},
+  owner     = {bjdmeest},
+  timestamp = {2016.03.21},
+  _url       = {http://www.sciencedirect.com/science/article/pii/S1570826816000214},
+}
+
+@Proceedings{ISWC2014PD,
+  title     = {ISWC 2014 Posters \& Demonstrations Track, a track within the 13th International Semantic Web Conference (ISWC 2014)},
+  year      = {2014},
+  address   = {Riva Del Garda, Italy},
+  editor    = {Horridge, Matthew and Rospocher, Marco and van Ossenbruggen, Jacco},
+  month     = oct,
+  publisher = {CEUR-WS.org},
+  series    = {CEUR Workshop Proceedings},
+  volume    = {1272},
+  groups    = {bdm-bjdmeest, bdm-phdbook},
+  owner     = {bjdmeest},
+  timestamp = {2019.11.19},
+}
+
+@Proceedings{ISWC2014I,
+  title     = {{The Semantic Web -- ISWC 2014: 13th International Semantic Web Conference, Riva del Garda, Italy, October 19-23, 2014. Proceedings, Part I}},
+  year      = {2014},
+  address   = {Cham},
+  editor    = {Mika, Peter and Tudorache, Tania and Bernstein, Abraham and Welty, Chris and Knoblock, Craig and Vrande{\v{c}}i{\'{c}}, Denny and Groth, Paul and Noy, Natasha and Janowicz, Krzysztof and Goble, Carole},
+  _isbn      = {978-3-319-11964-9},
+  month     = oct,
+  publisher = {Springer},
+  series    = {Lecture Notes in Computer Science},
+  volume    = {8796},
+  doi       = {10.1007/978-3-319-11964-9},
+  groups    = {IDLab, journal-fno-fgcs, bdm-bjdmeest, bdm-journal-reasoning-validation, bdm-phdbook},
+  timestamp = {2019.01.21},
+  venue     = {Riva del Garda, Italy},
+}
+
+@Proceedings{ISWC2015PD,
+  title     = {{ISWC 2015 Posters \& Demonstrations Track co-located with the 14th International Semantic Web Conference (ISWC-2015)}},
+  year      = {2015},
+  address   = {Bethlehem, PA, USA},
+  editor    = {Villata, Serena and Pan, Jeff Z. and Dragoni, Mauro},
+  month     = oct,
+  publisher = {CEUR-WS.org},
+  series    = {CEUR Workshop Proceedings},
+  volume    = {1486},
+  groups    = {bdm-bjdmeest, bdm-phdbook},
+  owner     = {bjdmeest},
+  timestamp = {2019.11.19},
+}
+
+@Proceedings{ISWC2017PDI,
+  title     = {ISWC 2017 Posters \& Demonstrations and Industry Tracks},
+  year      = {2017},
+  address   = {Vienna, Austria},
+  editor    = {Nikita, Nadeschda and Song, Dezhao and Fokoue, Achille and Haase, Peter},
+  month     = oct,
+  publisher = {CEUR-WS.org},
+  series    = {CEUR Workshop Proceedings},
+  volume    = {1963},
+  groups    = {journal-fno-fgcs, bdm-bjdmeest, bdm-phdbook},
+  _issn      = {1613-0073},
+  owner     = {bjdmeest},
+  timestamp = {2019.01.10},
+}
+
+@Proceedings{ISWC2017II,
+  title     = {The Semantic Web -- ISWC 2017: 16th International Semantic Web Conference, Vienna, Austria, October 21--25, 2017, Proceedings, Part II},
+  year      = {2017},
+  address   = {Vienna, Austria},
+  editor    = {d'Amato, Claudia and Fernandez, Miriam and Tamma, Valentina and Lecue, Freddy and Cudr{\'e}-Mauroux, Philippe and Sequeda, Juan and Lange, Christoph and Heflin, Jeff},
+  month     = oct,
+  publisher = {Springer, Cham},
+  series    = {Lecture Notes in Computer Science},
+  volume    = {10588},
+  doi       = {10.1007/978-3-319-68204-4},
+  groups    = {journal-fno-fgcs, mapping-characteristics, bdm-bjdmeest, bdm-phdbook},
+  owner     = {bjdmeest},
+  timestamp = {2019.01.10},
+}
+
+@Proceedings{ESWC2017I,
+  title     = {{The Semantic Web: 14th International Conference, ESWC 2017, Portoro\u{z}, Slovenia, May 28 -- June 1, 2017, Proceedings, Part I}},
+  year      = {2017},
+  address   = {Portoro\u{z}, Slovenia},
+  editor    = {Blomqvist, Eva and Maynard, D. and Gangemi, Aldo and Hoekstra, R. and Hitzler, Pascal and Hartig, Olaf},
+  _isbn      = {978-3-319-58067-8},
+  month     = may,
+  publisher = {Springer, Cham},
+  series    = {Lecture Notes in Computer Science},
+  volume    = {10249},
+  date      = {2017-05-07},
+  ean       = {9783319584508},
+  groups    = {IDLab, DBmedia, paper-2018-phd-eswc, journal-fno-fgcs, mapping-characteristics, bdm-bjdmeest, bdm-phdbook},
+  owner     = {bjdmeest},
+  pages     = {33--48},
+  pagetotal = {312},
+  timestamp = {2017.05.07},
+}
+
+@Proceedings{ESWC2017II,
+  title     = {{The Semantic Web: 14th International Conference, ESWC 2017, Portoro\u{z}, Slovenia, May 28 -- June 1, 2017, Proceedings, Part II}},
+  year      = {2017},
+  address   = {Cham},
+  editor    = {Blomqvist, Eva and Maynard, D. and Gangemi, Aldo and Hoekstra, R. and Hitzler, Pascal and Hartig, Olaf},
+  _isbn      = {978-3-319-58450-8},
+  month     = may,
+  publisher = {Springer},
+  series    = {Lecture Notes in Computer Science},
+  volume    = {10250},
+  date      = {2017-05-07},
+  doi       = {https://doi.org/10.1007/978-3-319-58451-5},
+  ean       = {9783319584508},
+  groups    = {IDLab, DBmedia, paper-2018-phd-eswc, journal-fno-fgcs, mapping-characteristics, bdm-bjdmeest, bdm-phdbook},
+  owner     = {bjdmeest},
+  pages     = {33--48},
+  pagetotal = {312},
+  timestamp = {2017.05.07},
+  venue     = {Portoro\u{z}, Slovenia},
+}
+
+@Proceedings{ESWC2017PD,
+  title     = {The Semantic Web: ESWC 2017 Satellite Events, Portoro{\v{z}}, Slovenia, May 28 -- June 1, 2017, Revised Selected Papers},
+  year      = {2017},
+  editor    = {Blomqvist, Eva and Hose, Katja and Paulheim, Heiko and {\L}awrynowicz, Agnieszka and Ciravegna, Fabio and Hartig, Olaf},
+  _isbn      = {978-3-319-70407-4},
+  publisher = {Springer, Cham},
+  series    = {Lecture Notes in Computer Science},
+  volume    = {10577},
+  doi       = {https://doi.org/10.1007/978-3-319-70407-4},
+  groups    = {bdm-bjdmeest, bdm-phdbook},
+  owner     = {bjdmeest},
+  timestamp = {2019.11.19},
+}
+
+@Proceedings{ESWC2018PD,
+  title     = {{The Semantic Web: ESWC 2018 Satellite Events, Heraklion, Crete, Greece, June 3-7, 2018, Revised Selected Papers}},
+  year      = {2018},
+  address   = {Heraklion, Crete, Greece},
+  editor    = {Gangemi, Aldo and Gentile, Anna Lisa and Nuzzolese, Andrea Giovanni and Rudolph, Sebastian and Maleshkova, Maria and Paulheim, Heiko and Pan, Jeff Z. and Alam, Mehwish},
+  _isbn      = {978-3-319-98192-5},
+  month     = jun,
+  publisher = {Springer, Cham},
+  series    = {Lecture Notes in Computer Science},
+  volume    = {11155},
+  doi       = {https://doi.org/10.1007/978-3-319-98192-5},
+  groups    = {ph-rml-website, bdm-bjdmeest, bdm-phdbook},
+  owner     = {bjdmeest},
+  timestamp = {2019.11.19},
+}
+
+
+
+
+
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sparql/employees_static/brechtvdv.ttl b/sparql/employees_static/brechtvdv.ttl new file mode 100644 index 00000000..63aab449 --- /dev/null +++ b/sparql/employees_static/brechtvdv.ttl @@ -0,0 +1,69 @@ +@prefix : <#>. +@prefix pro: <./>. +@prefix n0: . +@prefix n: . +@prefix schem: . +@prefix owl: . +@prefix n1: . +@prefix wgs: . +@prefix loc: . +@prefix link: . +@prefix n2: . +@prefix ldp: . +@prefix inbox: . +@prefix sp: . +@prefix bre: . +@prefix terms: . +@prefix c: . +@prefix c0: . +@prefix c1: . +@prefix c2: . + +pro:card a n0:PersonalProfileDocument; n0:maker :me; n0:primaryTopic :me. + +:id1554975416479 n:value . + +:me + a schem:Person, n0:Person; + owl:sameAs n1:me; + wgs:location loc:current_location, loc:loc; + n:family-name "Van de Vyvere"@en, "Van de Vyvere"@nl; + n:fn "Brecht Van de Vyvere"; + n:given-name "Brecht"@nl, "Brecht"@en; + n:hasEmail :id1554975416479; + n:hasPhoto ; + n:organization-name "IDLab"; + n:role "Researcher Semantic Web"; + n:title "PhD researcher"; + link:uri + "https://data.verborgh.org/people/brecht_van_de_vyvere", + "https://w3id.org/people/brechtvdv/#me", + "https://w3id.org/people/brechtvdv/#me"; + n2:trustedApp + [ + n2:mode n2:Append, n2:Control, n2:Read, n2:Write; + n2:origin + ], + [ + n2:mode n2:Append, n2:Read, n2:Write; + n2:origin + ], + [ + n2:mode n2:Append, n2:Read, n2:Write; + n2:origin + ], + [ n2:origin ]; + ldp:inbox inbox:; + sp:preferencesFile ; + sp:storage bre:; + terms:account bre:; + terms:privateTypeIndex ; + terms:publicTypeIndex + , ; + n0:based_near []; + n0:familyName "Van de Vyvere"@en, "Van de Vyvere"@nl; + n0:givenName "Brecht"@nl, "Brecht"@en; + n0:img ; + n0:knows , c:me, c0:me, c1:me, c2:me; + n0:mbox ; + n0:name "Brecht Van de Vyvere". diff --git a/sparql/employees_static/erikm.ttl b/sparql/employees_static/erikm.ttl new file mode 100644 index 00000000..b12b36f1 --- /dev/null +++ b/sparql/employees_static/erikm.ttl @@ -0,0 +1,9 @@ +@prefix foaf: . +@prefix vcard: . + +<#me> a foaf:Person; + foaf:givenName "Erik"@en; + foaf:familyName "Mannens"@en; + vcard:title "Research Valorization Director and Prof. Semantic Intelligence"; + foaf:mbox ; + foaf:img . diff --git a/sparql/employees_static/geraldh.ttl b/sparql/employees_static/geraldh.ttl new file mode 100644 index 00000000..c7146d64 --- /dev/null +++ b/sparql/employees_static/geraldh.ttl @@ -0,0 +1,9 @@ +@prefix foaf: . +@prefix vcard: . + +<#me> a foaf:Person; + foaf:givenName "Gerald"@en; + foaf:familyName "Haesendonck"@en; + vcard:title "PhD-Student"@en; + foaf:mbox ; + foaf:img . diff --git a/sparql/employees_static/harm.ttl b/sparql/employees_static/harm.ttl new file mode 100644 index 00000000..e8f7079b --- /dev/null +++ b/sparql/employees_static/harm.ttl @@ -0,0 +1,9 @@ +@prefix foaf: . +@prefix vcard: . + +<#me> a foaf:Person; + foaf:givenName "Harm"@en ; + foaf:familyName "Delva"@en ; + vcard:title "PhD Student" ; + foaf:mbox ; + foaf:img . diff --git a/sparql/employees_static/office.ttl b/sparql/employees_static/office.ttl new file mode 100644 index 00000000..a344f2aa --- /dev/null +++ b/sparql/employees_static/office.ttl @@ -0,0 +1,10 @@ +@prefix schema: . + +<#> a schema:Organization; + schema:name "KNoWS"; + schema:location _:aatower ; + schema:contactPoint . + +_:aatower a schema:Place; + schema:name "AA Tower"; + schema:address . diff --git a/sparql/employees_static/pieterh.ttl b/sparql/employees_static/pieterh.ttl new file mode 100644 index 00000000..3b9ff086 --- /dev/null +++ b/sparql/employees_static/pieterh.ttl @@ -0,0 +1,39 @@ +@prefix foaf: . +@prefix cert: . +@prefix xsd: . +@prefix dbp: . +@prefix scoro: . +@prefix solid: . +@prefix ov: . +@prefix vcard: . +@prefix schema: . +@prefix me: . + +me: + a foaf:Person ; + foaf:name "Pieter Heyvaert"@en ; + foaf:name "Pieter Heyvaert"@nl ; + foaf:givenName "Pieter"@en; + foaf:givenName "Pieter"@nl; + foaf:familyName "Heyvaert"@en; + foaf:familyName "Heyvaert"@nl; + vcard:title "Development Lead and Developer Advocate"; + vcard:hasEmail ; + foaf:mbox ; + foaf:img ; + ov:twitter-id "HeyPieter"; + solid:oidcIssuer ; + dbp:orcidId "0000−0002−1583−5719"; + scoro:hasORCID "0000−0002−1583−5719"; + cert:key [ + a cert:RSAPublicKey ; + cert:modulus "CAABC0524A1F2196199DC7F19FF70142D0E456849F08A5A271B06A53B95FB99C3062975BF05E5FE3809CD548DA3B2FB23CD92951FD43DB92F80C6B648B242FADF8FB0CFEF8FF2394453055C11813285DDE9AA70802BF4F211527C8DE9C603D7770E38B575F09349109155B2F8B2D9F0D9BCE69E55FD80041ED9CCE5C0F2549872672F5D17FC44AE3126BCB85E97DB87E315B883208DA0BB895DBFF75DBF4BEA813C13CBB21C7156E70C405A7B92D2BCDBB256AC1E554723B253FA886924CC8E33A676E01E03FFAFBC8254A4C1F4DE66395E0075D7AE3567E24948932DB38378F3CFBDC3DC522D1759F04A55F9AB4847C9ABA053EDAF1B5EC77C945216B1162DB"^^xsd:hexBinary ; + cert:exponent 65537 + ] . + + a schema:HowTo; + schema:name "Getting started with Walder"; + schema:url "https://pieterheyvaert.com/blog/2020/08/31/getting-started-with-walder/"; + schema:contributor me: ; + schema:author me: . + diff --git a/sparql/employees_static/rubent.html b/sparql/employees_static/rubent.html new file mode 100644 index 00000000..6f0fe86a --- /dev/null +++ b/sparql/employees_static/rubent.html @@ -0,0 +1,1009 @@ + + + + + + + + + + Ruben Taelman + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ +

+ Hi!
+ I'm Ruben Taelman, a Web postdoctoral researcher at IDLab,
+ with a focus on decentralization, Linked Data publishing and querying.
+
+ My goal is to make data accessible for everyone by providing
+ intelligent infrastructure and algorithms for data publication and retrieval.
+
+ To support my research, I develop various open source JavaScript libraries such as streaming RDF parsers and the Comunica engine to query Linked Data on the Web.
+ As this website itself contains Linked Data, you can query it live with Comunica.
+
+ Have a look at my publications or projects
+ and contact me if any of those topics interest you. +

+ +

Latest blog posts

+
    + + +
  • +
    + +
    + Who says using RDF is hard?
    + + A brief overview on RDF and Linked Data development in JavaScript.
    + +
    + +

    +The Linked Data ecosystem +and RDF as its graph data model have been around for many years already. +Even though there is an increasing interest in knowledge graphs, +many developers are scared off by RDF due to its reputation of being complicated. +In this post, I will show some concrete examples on how RDF can be used in JavaScript applications, +to illustrate that RDF is actually pretty easy to work with if you use the right tools. +

    + + +
    +
    +
    + +
  • + +
  • +
    + +
    + A story of streaming RDF parsers
    + + How I implemented streaming JSON-LD and RDF/XML parsers in JavaScript.
    + +
    + +

    +Multiple serialization formats are currently being recommended by the W3C to represent RDF. +JSON-LD and RDF/XML are examples of RDF serializations that are respectively based on the JSON and XML formats. +The ability to parse RDF serializations in a streaming way offers many advantages, +such as handling huge documents with only a limited amount of memory, +and processing elements as soon as they are parsed. +In this post, I discuss the motivation behind my streaming parser implementations for JSON-LD and RDF/XML, +their architecture, and I show some live examples. +

    + + +
    +
    +
    + +
  • + +
+ More blog posts + +

Highlighted publications

+
  1. + Conference + Comunica: a Modular SPARQL Query Engine for the Web
    + + + + + + + + + + , + + + + + + + + , + + + + + + + + , + + + + + + + +
    + + In Proceedings of the 17th International Semantic Web Conference + + +
    More
  2. +
  3. + Journal + Triple Storage for Random-Access Versioned Querying of RDF Archives
    + + + + + + + + + + , + + + + + + + + , + + + + + + + + , + + + + + + + + , + + + + + + + +
    + + + In Journal of Web Semantics + +
    More
  4. +
  5. + Journal + Generating Public Transport Data based on Population Distributions for RDF Benchmarking
    + + + + + + + + + + , + + + + + + + + , + + + + + + + + , + + + + + + + +
    + + + In Semantic Web Journal + +
    More
  6. +
  7. + Conference + Continuous Client-Side Query Evaluation over Dynamic Linked Data
    + + + + + + + + + + , + + + + + + + + , + + + + + + + + , + + + + + + + +
    + + In The Semantic Web: ESWC 2016 Satellite Events, Heraklion, Crete, Greece, May 29 – June 2, 2016, Revised Selected Papers + + +
    More
+ More publications + +

Latest publications

+
  1. + Workshop + Optimizing Approximate Membership Metadata in Triple Pattern Fragments for Clients and Servers
    + + + + + + + + + + , + + + + + + + + , + + + + + + + + , + + + + + + + +
    + + In Proceedings of the 13th International Workshop on Scalable Semantic Web Knowledge Base Systems + + +
    More
  2. +
  3. + Conference + LDflex: a Read/Write Linked Data Abstraction for Front-End Web Developers
    + + + + + + + + + + , + + + + + + + +
    + + In Proceedings of the 19th International Semantic Web Conference + + +
    More
  4. +
  5. + Preprint + Towards Querying in Decentralized Environments with Privacy-Preserving Aggregation
    + + + + + + + + + + , + + + + + + + + , + + + + + + + +
    + + +
    More
  6. +
  7. + Conference + Pattern-based Access Control in a Decentralised Collaboration Environment
    + + + + + + + + + + , + + + + + + + + , + + + + + + + + , + + + + + + + + , + + + + + + + + , + + + + + + + +
    + + In Proceedings of LDAC2020 - 8th Linked Data in Architecture and Construction Workshop + + +
    More
  8. +
  9. + Preprint + Guided Link-Traversal-Based Query Processing
    + + + + + + + + + + , + + + + + + + +
    + + +
    More
+ More publications + +
+ + + + + +
+
+ +
+ +
+ + + + + +
+ +
+ + + + + diff --git a/sparql/employees_static/rubenv.ttl b/sparql/employees_static/rubenv.ttl new file mode 100644 index 00000000..33db4d98 --- /dev/null +++ b/sparql/employees_static/rubenv.ttl @@ -0,0 +1,4858 @@ +@prefix : . +@prefix p: . +@prefix bibo: . +@prefix cc: . +@prefix con: . +@prefix dbo: . +@prefix dbp: . +@prefix dc: . +@prefix dcat: . +@prefix foaf: . +@prefix ldp: . +@prefix org: . +@prefix owl: . +@prefix pim: . +@prefix rdfs: . +@prefix schema: . +@prefix solid: . +@prefix vcard: . +@prefix wikipedia: . +@prefix xsd: . + + +# Profile document + + + 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 33; + foaf:gender "male"@en; + dbo:location dbp:Ghent; + foaf:based_near dbp:Ghent; + foaf:img ; + foaf:mbox ; + ldp:inbox ; + pim:storage ; + pim:preferencesFile ; + solid:oidcIssuer ; + solid:publicTypeIndex ; + solid:privateTypeIndex ; + foaf:homepage ; + foaf:weblog ; + foaf:publications ; + foaf:account , + , + ; + dbo:orcidId "0000-0002-8596-222X"; + foaf:workplaceHomepage , + , + , + ; + org:memberOf , + dbp:Ghent_University, + dbp:IMEC. + + a pim:ControlledStorage. + + a dcat:Dataset, schema:Dataset; + dc:title "Ruben Verborgh’s data"; + schema:name "Ruben Verborgh’s data"; + dc:publisher :me; + foaf:homepage ; + dc:distribution . + a dcat:Distribution; + dc:title "Triple Pattern Fragments of Ruben Verborgh’s data"; + dcat:accessURL ; + cc:license ; + cc:attributionName "Ruben Verborgh"@en; + cc:attributionURL . + +# Organizations + + a org:Organization, org:OrganizationalUnit; + rdfs:label "IDLab"@en; + foaf:homepage , ; + 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 ; + schema:alumni :me. + +dbp:IMEC a org:Organization; + rdfs:label "imec"@en; + foaf:homepage . + + +# 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: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: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: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:pedro_assis a foaf:Person; + foaf:givenName "Pedro"@en; + foaf:familyName "Assis"@en; + rdfs:label "Pedro Assis"@en. +:me foaf:knows p:pedro_assis. + + a foaf:Person; + foaf:givenName "Sören"@en; + foaf:familyName "Auer"@en; + rdfs:label "Sören Auer"@en. +:me foaf:knows . + +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. + + a foaf:Person; + foaf:givenName "Wouter"@en; + foaf:familyName "Beek"@en; + rdfs:label "Wouter Beek"@en. +:me foaf:knows . + +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. + + a foaf:Person; + foaf:givenName "Tim"@en; + foaf:familyName "Berners-Lee"@en; + rdfs:label "Tim Berners-Lee"@en. +:me foaf:knows . + +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: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: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: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: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: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. + + a foaf:Person; + foaf:givenName "Sarven"@en; + foaf:familyName "Capadisli"@en; + rdfs:label "Sarven Capadisli"@en. +:me foaf:knows . + +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. + + a foaf:Person; + foaf:givenName "Pierre-Antoine"@en; + foaf:familyName "Champin"@en; + rdfs:label "Pierre-Antoine Champin"@en. +:me foaf:knows . + +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: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. + + a foaf:Person; + foaf:givenName "Pieter"@en; + foaf:familyName "Colpaert"@en; + rdfs:label "Pieter Colpaert"@en. +:me foaf:knows . + +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:pieter_crombez a foaf:Person; + foaf:givenName "Pieter"@en; + foaf:familyName "Crombez"@en; + rdfs:label "Pieter Crombez"@en. +:me foaf:knows p:pieter_crombez. + + a foaf:Person; + foaf:givenName "Richard"@en; + foaf:familyName "Cyganiak"@en; + rdfs:label "Richard Cyganiak"@en. +:me foaf:knows . + +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: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. + + a foaf:Person; + foaf:givenName "Ben"@en; + foaf:familyName "De Meester"@en; + rdfs:label "Ben De Meester"@en. +:me foaf:knows . + +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. + + a foaf:Person; + foaf:givenName "Jos"@en; + foaf:familyName "De Roo"@en; + rdfs:label "Jos De Roo"@en. +:me foaf:knows . + +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. + +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: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: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. + + a foaf:Person; + foaf:givenName "Anastasia"@en; + foaf:familyName "Dimou"@en; + rdfs:label "Anastasia Dimou"@en. +:me foaf:knows . + +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: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: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. + + a foaf:Person; + foaf:givenName "Amy"@en; + foaf:familyName "Guy"@en; + rdfs:label "Amy Guy"@en. +:me foaf:knows . + +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. + + a foaf:Person; + foaf:givenName "Andreas"@en; + foaf:familyName "Harth"@en; + rdfs:label "Andreas Harth"@en. +:me foaf:knows . + + a foaf:Person; + foaf:givenName "Olaf"@en; + foaf:familyName "Hartig"@en; + rdfs:label "Olaf Hartig"@en. +:me foaf:knows . + + a foaf:Person; + foaf:givenName "Michael"@en; + foaf:familyName "Hausenblas"@en; + rdfs:label "Michael Hausenblas"@en. +:me foaf:knows . + +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. + + a foaf:Person; + foaf:givenName "Pieter"@en; + foaf:familyName "Heyvaert"@en; + rdfs:label "Pieter Heyvaert"@en. +:me foaf:knows . + +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: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:sabrina_kirrane a foaf:Person; + foaf:givenName "Sabrina"@en; + foaf:familyName "Kirrane"@en; + rdfs:label "Sabrina Kirrane"@en. +:me foaf:knows p:sabrina_kirrane. + + a foaf:Person; + foaf:givenName "Kjetil"@en; + foaf:familyName "Kjernsmo"@en; + rdfs:label "Kjetil Kjernsmo"@en. +:me foaf:knows . + +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: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: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: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. + + a foaf:Person; + foaf:givenName "Sven"@en; + foaf:familyName "Lieber"@en; + rdfs:label "Sven Lieber"@en. +:me foaf:knows . + +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: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: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:gabriela_montoya a foaf:Person; + foaf:givenName "Gabriela"@en; + foaf:familyName "Montoya"@en; + rdfs:label "Gabriela Montoya"@en. +:me foaf:knows p:gabriela_montoya. + + a foaf:Person; + foaf:givenName "Luc"@en; + foaf:familyName "Moreau"@en; + rdfs:label "Luc Moreau"@en. +:me foaf:knows . + +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:katrien_mostaert a foaf:Person; + foaf:givenName "Katrien"@en; + foaf:familyName "Mostaert"@en; + rdfs:label "Katrien Mostaert"@en. +:me foaf:knows p:katrien_mostaert. + + a foaf:Person; + foaf:givenName "Michael"@en; + foaf:familyName "Mrissa"@en; + rdfs:label "Michael Mrissa"@en. +:me foaf:knows . + +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: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. + + a foaf:Person; + foaf:givenName "Axel"@en; + foaf:familyName "Polleres"@en; + rdfs:label "Axel Polleres"@en. +:me foaf:knows . + +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. + + a foaf:Person; + foaf:givenName "Laurens"@en; + foaf:familyName "Rietveld"@en; + rdfs:label "Laurens Rietveld"@en. +:me foaf:knows . + +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. + + 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 . + +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: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: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: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: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: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. + + a foaf:Person; + foaf:givenName "Herbert"@en; + foaf:familyName "Van de Sompel"@en; + rdfs:label "Herbert Van de Sompel"@en. +:me foaf:knows . + +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. + + a foaf:Person; + foaf:givenName "Thomas"@en; + foaf:familyName "Steiner"@en; + rdfs:label "Thomas Steiner"@en. +:me foaf:knows . + +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. + + a foaf:Person; + foaf:givenName "Ruben"@en; + foaf:familyName "Taelman"@en; + rdfs:label "Ruben Taelman"@en. +:me foaf:knows . + +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: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: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: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:riccardo_tommasini a foaf:Person; + foaf:givenName "Riccardo"@en; + foaf:familyName "Tommasini"@en; + rdfs:label "Riccardo Tommasini"@en. +:me foaf:knows p:riccardo_tommasini. + + a foaf:Person; + foaf:givenName "Raphaël"@en; + foaf:familyName "Troncy"@en; + rdfs:label "Raphaël Troncy"@en. +:me foaf:knows . + +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. + + a foaf:Person; + foaf:givenName "Dylan"@en; + foaf:familyName "Van Assche"@en; + rdfs:label "Dylan Van Assche"@en. +:me foaf:knows . + +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: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: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: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: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. + + a foaf:Person; + foaf:givenName "Brecht"@en; + foaf:familyName "Van de Vyvere"@en; + rdfs:label "Brecht Van de Vyvere"@en. +:me foaf:knows . + +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: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: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: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:amrapali_zaveri a foaf:Person; + foaf:givenName "Amrapali"@en; + foaf:familyName "Zaveri"@en; + rdfs:label "Amrapali Zaveri"@en. +:me foaf:knows p:amrapali_zaveri. + + +# More people + + a foaf:Person; + foaf:givenName "Justin"@en; + foaf:familyName "Bingham"@en; + rdfs:label "Justin Bingham"@en. +:me foaf:knows . + + a foaf:Person; + foaf:givenName "Chris"@en; + foaf:familyName "Bizer"@en; + rdfs:label "Chris Bizer"@en. +:me foaf:knows . + + a foaf:Person; + foaf:givenName "John"@en; + foaf:familyName "Bruce"@en; + rdfs:label "John Bruce"@en. +:me foaf:knows . + + a foaf:Person; + foaf:givenName "Dan"@en; + foaf:familyName "Connolly"@en; + rdfs:label "Dan Connolly"@en. +:me foaf:knows . + + a foaf:Person; + foaf:givenName "Fabien"@en; + foaf:familyName "Gandon"@en; + rdfs:label "Fabien Gandon"@en. +:me foaf:knows . + + a foaf:Person; + foaf:givenName "Tom"@en; + foaf:familyName "Heath"@en; + rdfs:label "Tom Heath"@en. +:me foaf:knows . + + a foaf:Person; + foaf:givenName "Ivan"@en; + foaf:familyName "Herman"@en; + rdfs:label "Ivan Herman"@en. +:me foaf:knows . + + a foaf:Person; + foaf:givenName "Kingsley"@en; + foaf:familyName "Idehen"@en; + rdfs:label "Kingsley Idehen"@en. +:me foaf:knows . + + a foaf:Person; + foaf:givenName "Lalana"@en; + foaf:familyName "Kagal"@en; + rdfs:label "Lalana Kagal"@en. +:me foaf:knows . + + a foaf:Person; + foaf:givenName "Philipe"@en; + foaf:familyName "Le Hégaret"@en; + rdfs:label "Philipe Le Hégaret"@en. +:me foaf:knows . + + a foaf:Person; + foaf:givenName "Oshani"@en; + foaf:familyName "Seneviratne"@en; + rdfs:label "Oshani Seneviratne"@en. +:me foaf:knows . + + a foaf:Person; + foaf:givenName "Henry"@en; + foaf:familyName "Story"@en; + rdfs:label "Henry Story"@en. +:me foaf:knows . + + +# Publications + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """LDflex: a Read/Write Linked Data Abstraction for Front-End Web Developers"""@en; + foaf:maker :me, ; + bibo:authorList (:me ). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Statistics about Data Shape Use in RDF Data"""@en; + foaf:maker , , :me; + bibo:authorList ( :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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, , , , :me, p:filip_de_turck, p:femke_ongenae; + bibo:authorList (p:pieter_bonte p:mathias_de_brouwer p:dorthe_arndt p:miel_vander_sande :me p:filip_de_turck p:femke_ongenae). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Re-decentralizing the Web, for good this time"""@en; + foaf:maker :me; + bibo:authorList (:me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Guided Link-Traversal-Based Query Processing"""@en; + foaf:maker :me, ; + bibo:authorList (:me ). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """RDF Graph Validation Using Rule-Based Reasoning"""@en; + foaf:maker , , p:dorthe_arndt, , :me; + bibo:authorList ( p:dorthe_arndt :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Task management system and method for assigning tasks in a task management system"""@en; + foaf:maker p:wim_dereuddre, p:jabran_bhatti, p:pieter_crombez, :me, p:dorthe_arndt, ; + bibo:authorList (p:wim_dereuddre p:jabran_bhatti p:pieter_crombez :me p:dorthe_arndt ). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Optimizing Approximate Membership Metadata in Triple Pattern Fragments for Clients and Servers"""@en; + foaf:maker , p:joachim_van_herwegen, p:miel_vander_sande, :me; + bibo:authorList ( p:joachim_van_herwegen p:miel_vander_sande :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """EcoDaLo: Federating Advertisement Targeting with Linked Data"""@en; + foaf:maker , , :me, ; + bibo:authorList ( :me ). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Pattern-based access control in a decentralised collaboration environment"""@en; + foaf:maker p:jeroen_werbrouck, , :me, p:pieter_pauwels, p:jakob_beetz, p:erik_mannens; + bibo:authorList (p:jeroen_werbrouck :me p:pieter_pauwels p:jakob_beetz p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """How to prototype a client-side route planner for Helsinki with Routable Tiles and Linked Connections"""@en; + foaf:maker , p:harm_delva, , :me; + bibo:authorList ( p:harm_delva :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Velopark: A Linked Open Data Platform for Bicycle Parkings"""@en; + foaf:maker , , :me; + bibo:authorList ( :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Using Regions of Interest for Personalized Route Planning"""@en; + foaf:maker p:harm_delva, p:annelien_smets, , p:pieter_ballon, :me; + bibo:authorList (p:harm_delva p:annelien_smets p:pieter_ballon :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Comparing a Polling and Push-Based Approach for Live Open Data Interfaces"""@en; + foaf:maker , , :me; + bibo:authorList ( :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Efficient Live Public Transport Data Sharing for Route Planning on the Web"""@en; + foaf:maker , , p:harm_delva, , :me; + bibo:authorList ( p:harm_delva :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Geospatial Partitioning of Open Transit Data"""@en; + foaf:maker p:harm_delva, , p:pieter_jan_vandenberghe, , :me; + bibo:authorList (p:harm_delva p:pieter_jan_vandenberghe :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """REWARD: Ontology for reward schemes"""@en; + foaf:maker p:ioannis_chrysakis, p:giorgos_flouris, p:theodore_patkos, , :me; + bibo:authorList (p:ioannis_chrysakis p:giorgos_flouris p:theodore_patkos :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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, , , :me, p:filip_de_turck, p:femke_ongena; + bibo:authorList (p:mathias_de_brouwer p:pieter_bonte p:dorthe_arndt p:miel_vander_sande :me p:filip_de_turck p:femke_ongena). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Implementation-independent Function Reuse"""@en; + foaf:maker , p:tom_seymoens, , :me; + bibo:authorList ( p:tom_seymoens :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Streamlining Governmental Processes by Putting Citizens in Control of Their Personal Data"""@en; + foaf:maker p:raf_buyle, , p:katrien_mostaert, p:geroen_joris, p:erik_mannens, :me, ; + bibo:authorList (p:raf_buyle p:katrien_mostaert p:geroen_joris p:erik_mannens :me ). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """MontoloStats – Ontology Modeling Statistics"""@en; + foaf:maker , , , :me; + bibo:authorList ( :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Reflections On: Triple Storage for Random-Access Versioned Querying of RDF Archives"""@en; + foaf:maker , p:miel_vander_sande, p:joachim_van_herwegen, p:erik_mannens, :me; + bibo:authorList ( p:miel_vander_sande p:joachim_van_herwegen p:erik_mannens :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Rule-driven inconsistency resolution for knowledge graph generation"""@en; + foaf:maker , , , :me; + bibo:authorList ( :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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, , :me; + bibo:authorList (p:dorthe_arndt p:tom_schrijvers :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """The Semantic Web: ESWC 2019 Satellite Events"""@en; + foaf:maker p:pascal_hitzler, p:sabrina_kirrane, , 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 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Client-side route planning: preprocessing the OpenStreetMap road network for Routable Tiles"""@en; + foaf:maker p:harm_delva, , p:ben_abelshausen, , :me; + bibo:authorList (p:harm_delva p:ben_abelshausen :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Predicting phase durations of traffic lights using live Open Traffic Lights data"""@en; + foaf:maker , p:karel_d_haene, p:kurt_d_haene, , :me; + bibo:authorList ( p:karel_d_haene p:kurt_d_haene :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Decentralized Publication and Consumption of Transfer Footpaths"""@en; + foaf:maker p:harm_delva, , , :me; + bibo:authorList (p:harm_delva :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Parallel RDF generation from heterogeneous big data"""@en; + foaf:maker p:gerald_haesendonck, p:wouter_maroy, , :me, ; + bibo:authorList (p:gerald_haesendonck p:wouter_maroy :me ). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Linked Data in the Web of Things"""@en; + foaf:maker p:gerald_haesendonck, , , :me; + bibo:authorList (p:gerald_haesendonck :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Conformance Test Cases for the RDF Mapping Language (RML)"""@en; + foaf:maker , , p:erik_mannens, p:david_chaves_fraga, p:freddy_priyatna, p:oscar_corcho, :me; + bibo:authorList ( p:erik_mannens p:david_chaves_fraga p:freddy_priyatna p:oscar_corcho :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Using an existing website as a queryable low-cost LOD publishing interface"""@en; + foaf:maker , , , :me; + bibo:authorList ( :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """The Function Hub: an implementation-independent read/write function description repository"""@en; + foaf:maker , p:lander_noterman, :me, ; + bibo:authorList ( p:lander_noterman :me ). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Republishing Open Street Map’s roads as Linked Routable Tiles"""@en; + foaf:maker , p:ben_abelshausen, , p:harm_delva, :me; + bibo:authorList ( p:ben_abelshausen p:harm_delva :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Mapping languages: analysis of comparative characteristics"""@en; + foaf:maker , , :me, ; + bibo:authorList ( :me ). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Open traffic lights: a strategy for publishing and preserving traffic lights data"""@en; + foaf:maker , , :me; + bibo:authorList ( :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Triple Storage for Random-Access Versioned Querying of RDF Archives"""@en; + foaf:maker , p:miel_vander_sande, p:joachim_van_herwegen, p:erik_mannens, :me; + bibo:authorList ( p:miel_vander_sande p:joachim_van_herwegen p:erik_mannens :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Generating Public Transport Data based on Population Distributions for RDF Benchmarking"""@en; + foaf:maker , , p:erik_mannens, :me; + bibo:authorList ( p:erik_mannens :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Decentralizing the Semantic Web through incentivized collaboration"""@en; + foaf:maker :me; + bibo:authorList (:me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """iLastic: Linked Data Generation Workflow and User Interface for iMinds Scholarly Data"""@en; + foaf:maker , p:gerald_haesendonck, p:martin_vanbrabant, p:laurens_de_vocht, :me, p:erik_mannens; + bibo:authorList ( p:gerald_haesendonck p:martin_vanbrabant p:laurens_de_vocht :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Towards a Uniform User Interface for Editing Data Shapes"""@en; + foaf:maker , , , :me; + bibo:authorList ( :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Demonstration of Comunica, a Web framework for querying heterogeneous Linked Data interfaces"""@en; + foaf:maker p:joachim_van_herwegen, , p:miel_vander_sande, :me; + bibo:authorList (p:joachim_van_herwegen p:miel_vander_sande :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """GraphQL-LD: Linked Data Querying with GraphQL"""@en; + foaf:maker , p:miel_vander_sande, :me; + bibo:authorList ( p:miel_vander_sande :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Comunica: a Modular SPARQL Query Engine for the Web"""@en; + foaf:maker , p:joachim_van_herwegen, p:miel_vander_sande, :me; + bibo:authorList ( p:joachim_van_herwegen p:miel_vander_sande :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """The Fundamentals of Semantic Versioned Querying"""@en; + foaf:maker , p:hideaki_takeda, p:miel_vander_sande, :me; + bibo:authorList ( p:hideaki_takeda p:miel_vander_sande :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Proceedings of the 2nd Workshop on Decentralizing the Semantic Web"""@en; + foaf:maker :me, p:tobias_kuhn, ; + bibo:authorList (:me p:tobias_kuhn ). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Decentralized Open Data Publishing for The Public Transport Route Planning Ecosystem"""@en; + foaf:maker , p:bert_marcelis, p:eveline_vlassenroot, , p:mathias_van_compernolle, :me; + bibo:authorList ( p:bert_marcelis p:eveline_vlassenroot p:mathias_van_compernolle :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Interoperable User Tracking Logs using Linked Data for improved Learning Analytics"""@en; + foaf:maker , , , :me, p:erik_mannens; + bibo:authorList ( :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Versioned Querying with OSTRICH and Comunica in MOCHA 2018"""@en; + foaf:maker , p:miel_vander_sande, :me; + bibo:authorList ( p:miel_vander_sande :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Supporting sustainable publishing and consuming of live Linked Time Series Streams"""@en; + foaf:maker , p:gayane_sedrakyan, , :me; + bibo:authorList ( p:gayane_sedrakyan :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """SeGoFlow: A Semantic Governance Workflow Tool"""@en; + foaf:maker , , :me; + bibo:authorList ( :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Declarative Rules for Linked Data Generation at your Fingertips!"""@en; + foaf:maker , , , :me; + bibo:authorList ( :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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, , p:ricardo_usbeck, :me, p:axel_cyrille_ngonga_ngomo; + bibo:authorList (p:matthias_wauer p:mohamed_sherif p:muhammad_saleem p:ricardo_usbeck :me p:axel_cyrille_ngonga_ngomo). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """A Web API ecosystem through feature-based reuse"""@en; + foaf:maker :me, p:michel_dumontier; + bibo:authorList (:me p:michel_dumontier). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Linked Data Generation for Adaptive Learning Analytics Systems"""@en; + foaf:maker , , , :me; + bibo:authorList ( :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """A preliminary Open Data publishing strategy for real-time data in Flanders"""@en; + foaf:maker , , p:arne_gevaert, , , :me; + bibo:authorList ( p:arne_gevaert :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Components.js: A Semantic Dependency Injection Framework"""@en; + foaf:maker , p:miel_vander_sande, :me; + bibo:authorList ( p:miel_vander_sande :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """What Factors Influence the Design of a Linked Data Generation Algorithm? """@en; + foaf:maker , , , :me; + bibo:authorList ( :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """OSTRICH: Versioned Random-Access Triple Store"""@en; + foaf:maker , p:miel_vander_sande, :me; + bibo:authorList ( p:miel_vander_sande :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Web-scale Provenance Reconstruction of Implicit Information Diffusion on Social Media"""@en; + foaf:maker p:io_taxidou, , p:peter_fischer, p:tom_de_nies, :me; + bibo:authorList (p:io_taxidou p:peter_fischer p:tom_de_nies :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Specification and Implementation of Mapping Rule Visualization and Editing: MapVOWL and the RMLEditor"""@en; + foaf:maker , , , p:tom_seymoens, p:aron_levi_herregodts, :me, p:dimitri_schuurman, p:erik_mannens; + bibo:authorList ( p:tom_seymoens p:aron_levi_herregodts :me p:dimitri_schuurman p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """On the Semantics of TPF-QS towards Publishing and Querying RDF Streams at Web-scale"""@en; + foaf:maker , p:riccardo_tommasini, p:joachim_van_herwegen, p:miel_vander_sande, p:emanuele_della_valle, :me; + bibo:authorList ( p:riccardo_tommasini p:joachim_van_herwegen p:miel_vander_sande p:emanuele_della_valle :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Toward sustainable publishing and querying of distributed Linked Data archives"""@en; + foaf:maker p:miel_vander_sande, :me, p:patrick_hochstenbach, ; + bibo:authorList (p:miel_vander_sande :me p:patrick_hochstenbach ). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Declaratively Describing Responses of Hypermedia-Driven Web APIs"""@en; + foaf:maker , :me; + bibo:authorList ( :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Semi-Automatic Example-Driven Linked Data Mapping Creation"""@en; + foaf:maker , , :me, p:erik_mannens; + bibo:authorList ( :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Describing configurations of software experiments as Linked Data"""@en; + foaf:maker p:joachim_van_herwegen, , , :me; + bibo:authorList (p:joachim_van_herwegen :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Detailed Provenance Capture of Data Processing"""@en; + foaf:maker , , :me, p:erik_mannens; + bibo:authorList ( :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Representing Dockerfiles in RDF"""@en; + foaf:maker p:riccardo_tommasini, , , :me, p:erik_mannens, p:emanuele_della_valle; + bibo:authorList (p:riccardo_tommasini :me p:erik_mannens p:emanuele_della_valle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Providing Reliable Access to Real-Time and Historic Public Transport Data Using Linked Connections"""@en; + foaf:maker , p:david_chaves_fraga, , :me, p:erik_mannens; + bibo:authorList ( p:david_chaves_fraga :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """A Vocabulary-Independent Generation Framework for DBpedia and beyond"""@en; + foaf:maker , , p:wouter_maroy, p:dimitris_kontokostas, :me, p:jens_lehmann, p:erik_mannens, p:sebastian_hellmann; + bibo:authorList ( p:wouter_maroy p:dimitris_kontokostas :me p:jens_lehmann p:erik_mannens p:sebastian_hellmann). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Sustainable Linked Data Generation: The Case of DBpedia"""@en; + foaf:maker p:wouter_maroy, , p:dimitris_kontokostas, , :me, p:jens_lehmann, p:erik_mannens, p:sebastian_hellmann; + bibo:authorList (p:wouter_maroy p:dimitris_kontokostas :me p:jens_lehmann p:erik_mannens p:sebastian_hellmann). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Open Transport Data for maximizing reuse in multimodal route planners: a study in Flanders"""@en; + foaf:maker , p:mathias_van_compernolle, p:nils_walravens, p:peter_mechant, p:jan_adriaenssens, p:femke_ongenae, :me, p:erik_mannens; + bibo:authorList ( p:mathias_van_compernolle p:nils_walravens p:peter_mechant p:jan_adriaenssens p:femke_ongenae :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Using Rule-Based Reasoning for RDF Validation"""@en; + foaf:maker p:dorthe_arndt, , , :me, p:erik_mannens; + bibo:authorList (p:dorthe_arndt :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Public Transit Route Planning through Lightweight Linked Data Interfaces"""@en; + foaf:maker , :me, p:erik_mannens; + bibo:authorList ( :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Decentralised Authoring, Annotations and Notifications for a Read–Write Web with dokieli"""@en; + foaf:maker , , :me, p:christoph_lange, , ; + bibo:authorList ( :me p:christoph_lange ). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Constraints for a large-scale ITS data-sharing system: a use case in the city of Ghent"""@en; + foaf:maker , p:peter_van_der_perre, p:dieter_de_paepe, p:thimo_thoeye, :me, p:erik_mannens; + bibo:authorList ( p:peter_van_der_perre p:dieter_de_paepe p:thimo_thoeye :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Versioned Triple Pattern Fragments: A Low-cost Linked Data Interface Feature for Web Archives"""@en; + foaf:maker , p:miel_vander_sande, :me, p:erik_mannens; + bibo:authorList ( p:miel_vander_sande :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Exposing RDF Archives using Triple Pattern Fragments"""@en; + foaf:maker , :me, p:erik_mannens; + bibo:authorList ( :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Modeling, Generating, and Publishing Knowledge as Linked Data"""@en; + foaf:maker , , , :me; + bibo:authorList ( :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Live Storage and Querying of Versioned Datasets on the Web"""@en; + foaf:maker , p:miel_vander_sande, :me, p:erik_mannens; + bibo:authorList ( p:miel_vander_sande :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """RML and FnO: Shaping DBpedia Declaratively"""@en; + foaf:maker , p:wouter_maroy, , :me, p:erik_mannens; + bibo:authorList ( p:wouter_maroy :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Declarative Data Transformations for Linked Data Generation: The Case of DBpedia"""@en; + foaf:maker , p:wouter_maroy, , :me, p:erik_mannens; + bibo:authorList ( p:wouter_maroy :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Piecing the puzzle – Self-publishing queryable research data on the Web"""@en; + foaf:maker :me; + bibo:authorList (:me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Devising Affordable and Functional Linked Data Archives"""@en; + foaf:maker :me, p:miel_vander_sande, p:harihar_shankar, p:luda_balakireva, ; + bibo:authorList (:me p:miel_vander_sande p:harihar_shankar p:luda_balakireva ). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Predicting train occupancies based on query logs and external data sources"""@en; + foaf:maker p:gilles_vandewiele, , p:olivier_janssens, p:joachim_van_herwegen, :me, p:erik_mannens, p:femke_ongenae, p:filip_de_turck; + bibo:authorList (p:gilles_vandewiele p:olivier_janssens p:joachim_van_herwegen :me p:erik_mannens p:femke_ongenae p:filip_de_turck). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """PoDiGG: A Public Transport RDF Dataset Generator"""@en; + foaf:maker , :me, p:erik_mannens; + bibo:authorList ( :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """The Pragmatic Proof: Hypermedia API Composition and Execution"""@en; + foaf:maker :me, p:dorthe_arndt, p:sofie_van_hoecke, , p:giovanni_mels, , p:joaquim_gabarro_valles; + bibo:authorList (:me p:dorthe_arndt p:sofie_van_hoecke p:giovanni_mels p:joaquim_gabarro_valles). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Challenges as Enablers for High Quality Linked Data: Insights from the Semantic Publishing Challenge"""@en; + foaf:maker , p:sahar_vahdati, p:angelo_di_iorio, p:christoph_lange, :me, p:erik_mannens; + bibo:authorList ( p:sahar_vahdati p:angelo_di_iorio p:christoph_lange :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """LOD-a-lot: A Single-File Enabler for Data Science"""@en; + foaf:maker , p:javier_d_fernandez, :me; + bibo:authorList ( p:javier_d_fernandez :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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, ; + bibo:authorList (p:simon_hengchen p:mathias_coeckelbergs p:seth_van_hooland :me ). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Your JSON is not my JSON – A case for more fine-grained content negotiation"""@en; + foaf:maker :me; + bibo:authorList (:me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Data Analysis of Hierarchical Data for RDF Term Identification"""@en; + foaf:maker , , :me, p:erik_mannens; + bibo:authorList ( :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Towards Robust and Reliable Multimedia Analysis through Semantic Integration of Services"""@en; + foaf:maker , :me, p:pieter_pauwels, p:wesley_de_neve, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList ( :me p:pieter_pauwels p:wesley_de_neve p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Multidimensional Interfaces for Selecting Data within Ordinal Ranges"""@en; + foaf:maker , , :me, p:erik_mannens; + bibo:authorList ( :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """The Impact of an Extra Feature on the Scalability of Linked Connections"""@en; + foaf:maker , p:sander_ballieu, :me, p:erik_mannens; + bibo:authorList ( p:sander_ballieu :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Visualizing Research Networks’ Evolution over Time"""@en; + foaf:maker , p:laurens_de_vocht, :me, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList ( p:laurens_de_vocht :me p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Querying Dynamic Datasources with Continuously Mapped Sensor Data"""@en; + foaf:maker , , :me, p:erik_mannens; + bibo:authorList ( :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Linked Sensor Data Generation using Queryable RML Mappings"""@en; + foaf:maker , , :me, p:erik_mannens; + bibo:authorList ( :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """DBpedia Mappings Quality Assessment"""@en; + foaf:maker , p:dimitris_kontokostas, p:markus_freudenberg, :me, p:jens_lehmann, p:erik_mannens, p:sebastian_hellmann; + bibo:authorList ( p:dimitris_kontokostas p:markus_freudenberg :me p:jens_lehmann p:erik_mannens p:sebastian_hellmann). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Towards an Interface for User-Friendly Linked Data Generation Administration"""@en; + foaf:maker , , p:wouter_maroy, p:laurens_de_graeve, :me, p:erik_mannens; + bibo:authorList ( p:wouter_maroy p:laurens_de_graeve :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Discovering and Using Functions via Content Negotiation"""@en; + foaf:maker , , :me, p:erik_mannens; + bibo:authorList ( :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Local Council Decisions as Linked Data: a proof of concept"""@en; + foaf:maker p:raf_buyle, , p:mathias_van_compernolle, p:peter_mechant, p:veronique_volders, :me, p:erik_mannens; + bibo:authorList (p:raf_buyle p:mathias_van_compernolle p:peter_mechant p:veronique_volders :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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, ; + bibo:authorList (p:daniele_dell_aglio p:emanuele_della_valle p:thomas_eiter p:markus_krotzsch p:maria_maleshkova :me p:federico_facca ). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Hypermedia-based Discovery for Source Selection using Low-Cost Linked Data Interfaces"""@en; + foaf:maker p:miel_vander_sande, :me, , , p:erik_mannens; + bibo:authorList (p:miel_vander_sande :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """A Model of Provenance Applied to Biodiversity Datasets"""@en; + foaf:maker p:flor_karina_amanqui, p:tom_de_nies, , :me, p:erik_mannens, p:rik_van_de_walle, p:dilvan_moreira; + bibo:authorList (p:flor_karina_amanqui p:tom_de_nies :me p:erik_mannens p:rik_van_de_walle p:dilvan_moreira). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Continuous Client-side Query Evaluation over Dynamic Linked Data"""@en; + foaf:maker , :me, , p:erik_mannens; + bibo:authorList ( :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Moving Real-Time Linked Data Query Evaluation to the Client"""@en; + foaf:maker , :me, , p:erik_mannens; + bibo:authorList ( :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Graph-Based Editing of Linked Data Mappings using the RMLEditor"""@en; + foaf:maker , , :me, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList ( :me p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """An Ontology to Semantically Declare and Describe Functions"""@en; + foaf:maker , , :me, p:erik_mannens; + bibo:authorList ( :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Open Transport Data as an enabler for Multimodal Route Planning"""@en; + foaf:maker , 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 ( 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """RMLEditor: A Graph-based Mapping Editor for Linked Data Mappings"""@en; + foaf:maker , , p:aron_levi_herregodts, :me, p:dimitri_schuurman, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList ( p:aron_levi_herregodts :me p:dimitri_schuurman p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Continuously Updating Query Results over Real-Time Linked Data"""@en; + foaf:maker , :me, , p:erik_mannens, p:rik_van_de_walle; + bibo:authorList ( :me p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Proceedings of LIME and ESWC Developers Hackshop"""@en; + foaf:maker , :me, p:nixon_lyndon, p:thomas_kurz, p:kai_schlegel, p:miel_vander_sande; + bibo:authorList ( :me p:nixon_lyndon p:thomas_kurz p:kai_schlegel p:miel_vander_sande). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Automated Metadata Generation for Linked Data Generation and Publishing Workflows"""@en; + foaf:maker , p:tom_de_nies, :me, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList ( p:tom_de_nies :me p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """What public transit API logs tell us about travel flows"""@en; + foaf:maker , p:alvin_chua, :me, p:erik_mannens, p:rik_van_de_walle, p:andrew_vande_moere; + bibo:authorList ( p:alvin_chua :me p:erik_mannens p:rik_van_de_walle p:andrew_vande_moere). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Improving OWL RL reasoning in N3 by using specialized rules"""@en; + foaf:maker p:dorthe_arndt, , 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 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Triple Pattern Fragments: a Low-cost Knowledge Graph Interface for the Web"""@en; + foaf:maker :me, p:miel_vander_sande, , p:joachim_van_herwegen, p:laurens_de_vocht, , p:gerald_haesendonck, ; + bibo:authorList (:me p:miel_vander_sande p:joachim_van_herwegen p:laurens_de_vocht p:gerald_haesendonck ). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Iterative querying of the Semantic Web"""@en; + foaf:maker p:reinoud_bosch, :me; + bibo:authorList (p:reinoud_bosch :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Semantically Annotating CEUR-WS Workshop Proceedings with RML"""@en; + foaf:maker , , :me, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList ( :me p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Hybrid Books for Interactive Digital Storytelling: Connecting Story Entities and Emotions to Smart Environments"""@en; + foaf:maker p:hajar_ghaem_sigarchian, , 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 p:frank_salliau p:wesley_de_neve p:sara_logghe :me p:erik_mannens p:rik_van_de_walle p:dimitri_schuurman). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Data Integration based on Uniform Mapping Definitions to RDF"""@en; + foaf:maker , p:tom_de_nies, :me, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList ( p:tom_de_nies :me p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Towards a Uniform User Interface for Editing Mapping Definitions"""@en; + foaf:maker , , :me, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList ( :me p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Enabling Dataset Trustworthiness by Exposing the Provenance of Mapping Quality Assessment and Refinement"""@en; + foaf:maker p:tom_de_nies, , :me, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList (p:tom_de_nies :me p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Exposing Digital Content as Linked Data, and Linking them using StoryBlink"""@en; + foaf:maker , p:tom_de_nies, p:laurens_de_vocht, :me, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList ( p:tom_de_nies p:laurens_de_vocht :me p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Towards Multi-level Provenance Reconstruction of Information Diffusion on Social Media"""@en; + foaf:maker p:tom_de_nies, p:io_taxidou, , :me, p:peter_fischer, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList (p:tom_de_nies p:io_taxidou :me p:peter_fischer p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """SERIF: A Semantic ExeRcise Interchange Format"""@en; + foaf:maker , p:hajar_ghaem_sigarchian, p:tom_de_nies, :me, p:frank_salliau, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList ( p:hajar_ghaem_sigarchian p:tom_de_nies :me p:frank_salliau p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Towards Approaches for Generating RDF Mapping Definitions"""@en; + foaf:maker , , :me, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList ( :me p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Test-driven Assessment of [R2]RML Mappings to Improve Dataset Quality"""@en; + foaf:maker , p:dimitris_kontokostas, p:markus_freudenberg, :me, p:jens_lehmann, p:erik_mannens, p:sebastian_hellmann, p:rik_van_de_walle; + bibo:authorList ( p:dimitris_kontokostas p:markus_freudenberg :me p:jens_lehmann p:erik_mannens p:sebastian_hellmann p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """StoryBlink: a Semantic Web Approach for Linking Stories"""@en; + foaf:maker , p:tom_de_nies, p:laurens_de_vocht, :me, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList ( p:tom_de_nies p:laurens_de_vocht :me p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Intermodal public transit routing using Linked Connections"""@en; + foaf:maker , p:alejandro_llaves, :me, p:oscar_corcho, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList ( p:alejandro_llaves :me p:oscar_corcho p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Assessing and Refining Mappings to RDF to Improve Dataset Quality"""@en; + foaf:maker , p:dimitris_kontokostas, p:markus_freudenberg, :me, p:jens_lehmann, p:erik_mannens, p:sebastian_hellmann, p:rik_van_de_walle; + bibo:authorList ( p:dimitris_kontokostas p:markus_freudenberg :me p:jens_lehmann p:erik_mannens p:sebastian_hellmann p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Event-Driven Rule-Based Reasoning using EYE"""@en; + foaf:maker , 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 ( 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Using EPUB 3 and the Open Web Platform for Enhanced Presentation and Machine-Understandable Metadata for Digital Comics"""@en; + foaf:maker , 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 ( 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Machine-Interpretable Dataset and Service Descriptions for Heterogeneous Data Access and Retrieval"""@en; + foaf:maker , :me, p:miel_vander_sande, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList ( :me p:miel_vander_sande p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Linked Data-enabled Gamification in EPUB 3 for Educational Digital Textbooks"""@en; + foaf:maker , :me, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList ( :me p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Clustering Media Items Stemming from Social Networks"""@en; + foaf:maker , :me, p:joaquim_gabarro_valles, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList ( :me p:joaquim_gabarro_valles p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Joint Proceedings of the Posters and Demos Track of 11th International Conference on Semantic Systems"""@en; + foaf:maker p:agata_filipowska, :me, ; + bibo:authorList (p:agata_filipowska :me ). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Semantics of Notation3 Logic: A solution for implicit quantification"""@en; + foaf:maker p:dorthe_arndt, :me, , p:hong_sun, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList (p:dorthe_arndt :me p:hong_sun p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Ontology Reasoning using Rules in an eHealth Context"""@en; + foaf:maker p:dorthe_arndt, , 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 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """DBpedia’s Triple Pattern Fragments: Usage Patterns and Insights"""@en; + foaf:maker :me; + bibo:authorList (:me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """How can scientific methods provide guidance for Semantic Web Research and Development?"""@en; + foaf:maker , :me; + bibo:authorList ( :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Scaling data streams with Catmandu and Linked Data Fragments"""@en; + foaf:maker p:patrick_hochstenbach, :me; + bibo:authorList (p:patrick_hochstenbach :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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, , 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 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Merging and Enriching DCAT Feeds to Improve Discoverability of Datasets"""@en; + foaf:maker , , :me, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList ( :me p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Towards Making EPUB 3-Based e-TextBooks a First-Class Mobile Learning Environment"""@en; + foaf:maker p:hajar_ghaem_sigarchian, , 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 p:tom_de_nies :me p:frank_salliau p:wesley_de_neve p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Exploring Entity Recognition and Disambiguation for Cultural Heritage Collections"""@en; + foaf:maker p:seth_van_hooland, p:max_de_wilde, :me, , p:rik_van_de_walle; + bibo:authorList (p:seth_van_hooland p:max_de_wilde :me p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Drawing Conclusions from Linked Data on the Web"""@en; + foaf:maker :me, ; + bibo:authorList (:me ). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Linked Data-as-a-Service: The Semantic Web Redeployed"""@en; + foaf:maker , :me, , p:miel_vander_sande, p:stefan_schlobach; + bibo:authorList ( :me p:miel_vander_sande p:stefan_schlobach). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Visualizing Collaborations and Online Social Interactions at Scientific Conferences for Scholarly Networking"""@en; + foaf:maker p:laurens_de_vocht, p:selver_softic, , :me, p:martin_ebner, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList (p:laurens_de_vocht p:selver_softic :me p:martin_ebner p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Reconnecting Digital Publications to the Web using their Spatial Information"""@en; + foaf:maker , p:tom_de_nies, :me, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList ( p:tom_de_nies :me p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Proceedings of the Sixth International Workshop on Web APIs and RESTful Design"""@en; + foaf:maker :me, , p:carlos_pedrinaci; + bibo:authorList (:me p:carlos_pedrinaci). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Proceedings of the ESWC Developers Workshop 2015"""@en; + foaf:maker :me, p:miel_vander_sande; + bibo:authorList (:me p:miel_vander_sande). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Linked Data and Linked APIs: Similarities, Differences, and Challenges"""@en; + foaf:maker :me, , p:rik_van_de_walle, p:joaquim_gabarro_valles; + bibo:authorList (:me p:rik_van_de_walle p:joaquim_gabarro_valles). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """RESTdesc—A Functionality-Centered Approach to Semantic Service Description and Composition"""@en; + foaf:maker :me, , p:davy_van_deursen, p:sam_coppens, p:erik_mannens, p:rik_van_de_walle, p:joaquim_gabarro_valles; + bibo:authorList (:me p:davy_van_deursen p:sam_coppens p:erik_mannens p:rik_van_de_walle p:joaquim_gabarro_valles). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Disaster Monitoring with Wikipedia and Online Social Networking Sites: Structured Data and Linked Data Fragments to the Rescue?!"""@en; + foaf:maker , :me; + bibo:authorList ( :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Low-Cost Queryable Linked Data through Triple Pattern Fragments"""@en; + foaf:maker :me, , , p:gerald_haesendonck, p:laurens_de_vocht, p:miel_vander_sande, , , p:erik_mannens, p:rik_van_de_walle; + bibo:authorList (:me p:gerald_haesendonck p:laurens_de_vocht p:miel_vander_sande p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Querying Datasets on the Web with High Availability"""@en; + foaf:maker :me, , , p:gerald_haesendonck, p:laurens_de_vocht, p:miel_vander_sande, , , p:erik_mannens, p:rik_van_de_walle; + bibo:authorList (:me p:gerald_haesendonck p:laurens_de_vocht p:miel_vander_sande p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Painless URI dereferencing using The DataTank"""@en; + foaf:maker , :me, p:erik_mannens; + bibo:authorList ( :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Extraction and Semantic Annotation of Workshop Proceedings in HTML using RML"""@en; + foaf:maker , p:miel_vander_sande, , p:laurens_de_vocht, :me, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList ( p:miel_vander_sande p:laurens_de_vocht :me p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Hosting Queryable and Highly Available Linked Data for Free"""@en; + foaf:maker p:luca_matteis, :me; + bibo:authorList (p:luca_matteis :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Converging on Semantics to Ensure Local Government Data Reuse"""@en; + foaf:maker p:laurens_de_vocht, p:mathias_van_compernolle, , , :me, p:erik_mannens, p:peter_mechant, p:rik_van_de_walle; + bibo:authorList (p:laurens_de_vocht p:mathias_van_compernolle :me p:erik_mannens p:peter_mechant p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """EPUB3 for Integrated and Customizable Representation of a Scientific Publication and its Associated Resources"""@en; + foaf:maker p:hajar_ghaem_sigarchian, , p:tom_de_nies, :me, p:wesley_de_neve, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList (p:hajar_ghaem_sigarchian p:tom_de_nies :me p:wesley_de_neve p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """A Visual Exploration Workflow as Enabler for the Exploitation of Linked Open Data"""@en; + foaf:maker p:laurens_de_vocht, , 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 p:jonas_breuer p:mathias_van_compernolle :me p:erik_mannens p:peter_mechant p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Quantifying the Interoperability of Open Government Datasets"""@en; + foaf:maker , p:mathias_van_compernolle, p:laurens_de_vocht, , p:miel_vander_sande, p:peter_mechant, :me, p:erik_mannens; + bibo:authorList ( p:mathias_van_compernolle p:laurens_de_vocht p:miel_vander_sande p:peter_mechant :me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Proceedings of the ISWC Developers Workshop 2014"""@en; + foaf:maker :me, p:erik_mannens; + bibo:authorList (:me p:erik_mannens). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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, , 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 p:laurens_de_vocht :me p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Linked Data for Libraries, Archives and Museums"""@en; + foaf:maker p:seth_van_hooland, :me; + bibo:authorList (p:seth_van_hooland :me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """The Lonesome LOD Cloud"""@en; + foaf:maker :me; + bibo:authorList (:me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Web-Scale Querying through Linked Data Fragments"""@en; + foaf:maker :me, p:miel_vander_sande, , p:sam_coppens, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList (:me p:miel_vander_sande p:sam_coppens p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Towards Decentralized Annotations in Digital Books and on the Web"""@en; + foaf:maker p:tom_de_nies, :me, p:miel_vander_sande, , p:hajar_ghaem_sigarchian, , p:wesley_de_neve, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList (p:tom_de_nies :me p:miel_vander_sande p:hajar_ghaem_sigarchian p:wesley_de_neve p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Weaving the Web(VTT) of Data"""@en; + foaf:maker , p:hannes_muhleisen, :me, , p:benoit_encelle, p:yannick_prie; + bibo:authorList ( p:hannes_muhleisen :me p:benoit_encelle p:yannick_prie). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """RML: A Generic Language for Integrated RDF Mappings of Heterogeneous Data"""@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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Proceedings of the Fifth International Workshop on Web APIs and RESTful Design"""@en; + foaf:maker :me, , p:carlos_pedrinaci; + bibo:authorList (:me p:carlos_pedrinaci). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Serendipitous Web Applications through Semantic Hypermedia"""@en; + foaf:maker :me; + bibo:authorList (:me). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Improving multimedia analysis through semantic integration of services"""@en; + foaf:maker , :me, p:pieter_pauwels, p:wesley_de_neve, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList ( :me p:pieter_pauwels p:wesley_de_neve p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Survey of Semantic Description of REST APIs"""@en; + foaf:maker :me, , p:maria_maleshkova, p:steffen_stadtmuller, , p:mohsen_taheriyan, p:rik_van_de_walle; + bibo:authorList (:me p:maria_maleshkova p:steffen_stadtmuller p:mohsen_taheriyan p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Semantics and Hypermedia Are Each Other’s Solution"""@en; + foaf:maker :me, , p:erik_mannens, p:rik_van_de_walle; + bibo:authorList (:me p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Connecting Web APIs and Linked Data through Semantic, Functional Descriptions"""@en; + foaf:maker :me, , p:erik_mannens, p:rik_van_de_walle; + bibo:authorList (:me p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Using OpenRefine"""@en; + foaf:maker :me, p:max_de_wilde; + bibo:authorList (:me p:max_de_wilde). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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, ; + 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 ). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Distributed Affordance: An Open-World Assumption for Hypermedia"""@en; + foaf:maker :me, , , p:erik_mannens, p:rik_van_de_walle; + bibo:authorList (:me p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Capturing the functionality of Web services with functional descriptions"""@en; + foaf:maker :me, , p:davy_van_deursen, , p:rik_van_de_walle, p:joaquim_gabarro_valles; + bibo:authorList (:me p:davy_van_deursen p:rik_van_de_walle p:joaquim_gabarro_valles). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """R&Wbase: git for triples"""@en; + foaf:maker p:miel_vander_sande, , :me, p:sam_coppens, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList (p:miel_vander_sande :me p:sam_coppens p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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, , p:pedro_szekely; + bibo:authorList (:me p:maria_maleshkova p:steffen_stadtmuller p:pedro_szekely). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Proof-based Automated Web API Composition and Integration"""@en; + foaf:maker :me, , p:erik_mannens, p:rik_van_de_walle, p:joaquim_gabarro_valles; + bibo:authorList (:me p:erik_mannens p:rik_van_de_walle p:joaquim_gabarro_valles). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Near-duplicate Photo Deduplication in Event Media Shared on Social Networks"""@en; + foaf:maker , :me, p:joaquim_gabarro_valles, p:rik_van_de_walle; + bibo:authorList ( :me p:joaquim_gabarro_valles p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Identifying VHS Recording Artifacts in the Age of Online Video Platforms"""@en; + foaf:maker , p:seth_van_hooland, :me, p:joseph_tennis, p:rik_van_de_walle; + bibo:authorList ( p:seth_van_hooland :me p:joseph_tennis p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Adding Meaning to Social Network Microposts via Multiple Named Entity Disambiguation APIs and Tracking Their Data Provenance"""@en; + foaf:maker , :me, p:joaquim_gabarro_valles, p:rik_van_de_walle; + bibo:authorList ( :me p:joaquim_gabarro_valles p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Functional Composition of Sensor Web APIs"""@en; + foaf:maker :me, p:vincent_haerinck, , p:davy_van_deursen, p:sofie_van_hoecke, , p:rik_van_de_walle, p:joaquim_gabarro_valles; + bibo:authorList (:me p:vincent_haerinck p:davy_van_deursen p:sofie_van_hoecke p:rik_van_de_walle p:joaquim_gabarro_valles). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Modeling and Reconciling Nightlife Events from Public Event Databases for the Automatic Generation of Magazines"""@en; + foaf:maker , :me, , p:giuseppe_rizzo, p:jose_luis_redondo_garcia, p:joaquim_gabarro_valles, p:rik_van_de_walle; + bibo:authorList ( :me p:giuseppe_rizzo p:jose_luis_redondo_garcia p:joaquim_gabarro_valles p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Adding Realtime Coverage to the Google Knowledge Graph"""@en; + foaf:maker , :me, , p:joaquim_gabarro_valles, p:rik_van_de_walle; + bibo:authorList ( :me p:joaquim_gabarro_valles p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """What Fresh Media Are You Looking For? Extracting Media Items from Multiple Social Networks"""@en; + foaf:maker p:giuseppe_rizzo, , , :me, p:jose_luis_redondo_garcia, p:rik_van_de_walle; + bibo:authorList (p:giuseppe_rizzo :me p:jose_luis_redondo_garcia p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Defining Aesthetic Principles for Automatic Media Gallery Layout for Visual and Audial Event Summarization Based on Social Networks"""@en; + foaf:maker , :me, p:joaquim_gabarro_valles, p:rik_van_de_walle; + bibo:authorList ( :me p:joaquim_gabarro_valles p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """The Missing Links – How the Description Format RESTdesc Applies the Linked Data Vision to Connect Hypermedia APIs"""@en; + foaf:maker :me, , p:rik_van_de_walle, p:joaquim_gabarro_valles; + bibo:authorList (:me p:rik_van_de_walle p:joaquim_gabarro_valles). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Functional Descriptions as the Bridge between Hypermedia APIs and the Semantic Web"""@en; + foaf:maker :me, , p:davy_van_deursen, p:sam_coppens, p:joaquim_gabarro_valles, p:rik_van_de_walle; + bibo:authorList (:me p:davy_van_deursen p:sam_coppens p:joaquim_gabarro_valles p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Fixing the Web One Page at a Time, or Actually Implementing xkcd #37"""@en; + foaf:maker , :me, p:rik_van_de_walle; + bibo:authorList ( :me p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Enabling on-the-fly Video Shot Detection on YouTube"""@en; + foaf:maker , :me, p:joaquim_gabarro_valles, , , p:rik_van_de_walle; + bibo:authorList ( :me p:joaquim_gabarro_valles p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """A Social Description Revolution—Describing Web APIs’ Social Parameters with RESTdesc"""@en; + foaf:maker :me, , p:joaquim_gabarro_valles, p:erik_mannens, p:rik_van_de_walle; + bibo:authorList (:me p:joaquim_gabarro_valles p:erik_mannens p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Description and Interaction of RESTful Services for Automatic Discovery and Execution"""@en; + foaf:maker :me, , p:davy_van_deursen, , p:rik_van_de_walle, p:joaquim_gabarro_valles; + bibo:authorList (:me p:davy_van_deursen p:rik_van_de_walle p:joaquim_gabarro_valles). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Integrating Data and Services through Functional Semantic Service Descriptions"""@en; + foaf:maker :me, , p:davy_van_deursen, p:sam_coppens, p:erik_mannens, p:rik_van_de_walle, p:joaquim_gabarro_valles; + bibo:authorList (:me p:davy_van_deursen p:sam_coppens p:erik_mannens p:rik_van_de_walle p:joaquim_gabarro_valles). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Efficient Runtime Service Discovery and Consumption with Hyperlinked RESTdesc"""@en; + foaf:maker :me, , p:davy_van_deursen, p:rik_van_de_walle, p:joaquim_gabarro_valles; + bibo:authorList (:me p:davy_van_deursen p:rik_van_de_walle p:joaquim_gabarro_valles). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Adding Meaning to Facebook Microposts via a Mash-up API and Tracking Its Data Provenance"""@en; + foaf:maker , :me, p:joaquim_gabarro_valles, p:rik_van_de_walle; + bibo:authorList ( :me p:joaquim_gabarro_valles p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Crowdsourcing Event Detection in YouTube Videos"""@en; + foaf:maker , :me, p:rik_van_de_walle, , p:joaquim_gabarro_valles; + bibo:authorList ( :me p:rik_van_de_walle p:joaquim_gabarro_valles). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Application of Semantic Web Technologies for Multimedia Annotation"""@en; + foaf:maker :me, p:rik_van_de_walle; + bibo:authorList (:me p:rik_van_de_walle). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + 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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """SPARQL Endpoints as Front-end for Multimedia Processing Algorithms"""@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). + + a schema:ScholarlyArticle; + foaf:isPrimaryTopicOf ; + rdfs:label """Application of Semantic Web Technologies for (Semi-)Automatic Metadata Generation for Multimedia Data"""@en; + foaf:maker :me; + bibo:authorList (:me). + + + +# Blog + a schema:Blog; + foaf:maker :me; + schema:blogPost , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + . + + + a schema:BlogPosting; + rdfs:label """Shaping Linked Data apps"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Designing a Linked Data developer experience"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Paradigm shifts for the decentralized Web"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Truth takes time"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Use the Web instead"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Querying history with Linked Data"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Turtles all the way down"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Federated SPARQL queries in your browser"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Fostering intelligence by enabling it"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """600,000 queryable datasets—and counting"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Thank you for your attention"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Distinguishing between Frank and Nancy"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """The Year of the Developers"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Bringing fast triples to Node.js with HDT"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Writing a SPARQL parser in JavaScript"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Reviewers shouldn’t hide their name"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """A hands-on Linked Data book for people"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """The Pragmantic Web"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """WWW2014 and 25 years of Web"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Towards Web-scale Web querying"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """My PhD on semantic hypermedia"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Apologies for cross-posting"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Promiscuous promises"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """The lie of the API"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Research is teamwork"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Can I SPARQL your endpoint?"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Using OpenRefine: data are diamonds"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """One hammer for a thousand nails"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Scientific posters are ineffective"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Towards serendipitous Web applications"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Lightning-fast RDF in JavaScript"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Affordances weave the Web"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Programming is an Art"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """What Web agents want"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Asynchronous error handling in JavaScript"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Everything is connected in strange ways"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Social media as spotlight on your research"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """The object-resource impedance mismatch"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Perl and the Preikestolen"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """REST, where’s my state?"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """GET doesn’t change the world"""@en; + foaf:maker :me. + + a schema:BlogPosting; + rdfs:label """Selling a story in one minute"""@en; + foaf:maker :me. + + +# Identity +:me owl:sameAs , + , + , + , + , + , + , + , + , + ; + owl:differentFrom , + . +[] a owl:AllDifferent; + owl:distinctMembers ( + :me + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + p:aaron_straup_cope + p:agata_filipowska + 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:andrei_sambra + p:andrew_vande_moere + p:angelo_di_iorio + p:annelien_smets + p:arnaud_grall + p:arne_gevaert + p:arnold_kuzniar + p:aron_levi_herregodts + p:avi_ma_ayan + p:axel_cyrille_ngonga_ngomo + p:ben_abelshausen + p:benedict_paten + p:benoit_encelle + p:bert_marcelis + p:bjorn_de_vidts + p:bruno_koninckx + p:carlos_pedrinaci + p:chris_poppe + p:christian_beecks + p:christine_chichester + p:christoph_lange + p:chunlei_wu + 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:dieter_de_paepe + p:dieter_de_witte + p:dilvan_moreira + p:dimitri_schuurman + p:dimitris_kontokostas + p:dominique_ritze + p:dorthe_arndt + 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_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_priyatna + p:frederic_godin + p:fridolin_wild + p:friedemann_mattern + p:gabor_korodi + p:gabriela_montoya + p:gaetan_martens + p:gayane_sedrakyan + p:geert_thijs + p:george_giannakopoulos + p:gerald_haesendonck + p:geroen_joris + p:gilles_vandewiele + p:giorgos_flouris + p:giovanni_mels + p:giuseppe_rizzo + p:grzegorz_stepien + p:hajar_ghaem_sigarchian + p:hala_skaf_molli + p:hannes_muhleisen + p:hans_constandt + p:harihar_shankar + p:harm_delva + p:hideaki_takeda + p:hong_sun + p:io_taxidou + p:ioannis_chrysakis + p:jabran_bhatti + 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:joachim_van_herwegen + p:joaquim_gabarro_valles + p:johannes_hercher + p:jonas_breuer + p:jose_luis_redondo_garcia + p:joseph_tennis + p:juan_carlos_corrales + p:kai_eckert + p:kai_schlegel + 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:lieven_de_marez + p:luca_matteis + p:lucila_ohno_machado + p:luda_balakireva + p:luiz_olavo_bonino_da_silva_santos + p:maarten_verwaest + p:manglik_animesh + p:marcin_pilarczyk + p:maria_esther_vidal + p:maria_maleshkova + p:mark_d_wilkinson + p:mark_thompson + p:markus_freudenberg + p:markus_krotzsch + p:martin_ebner + 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: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:neil_mckenna + p:nelia_lasierra + p:nikolaos_loutas + p:nils_walravens + 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:peter_fischer + p:peter_mechant + p:peter_van_der_perre + p:philip_leroux + p:pieter_ballon + p:pieter_bonte + p:pieter_crombez + p:pieter_jan_vandenberghe + p:pieter_pauwels + p:pieterjan_de_potter + 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:ricardo_usbeck + p:riccardo_tommasini + p:rik_van_de_walle + p:robby_wauters + p:robert_meusel + p:rosa_maria_ballardini + 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_hengchen + p:simon_koplev + p:simon_mayer + p:sofie_van_hoecke + 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:thimo_thoeye + p:thomas_eiter + p:thomas_kurz + p:thomas_seidl + 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:vassilios_peristeras + p:veronique_volders + p:victor_de_boer + p:vincent_haerinck + p:vincenzo_catania + p:wesley_de_neve + p:wim_dereuddre + p:wim_van_lancker + p:wouter_maroy + p:wouter_van_den_bosch + p:yannick_prie + p:ziggy_vanlishout +). diff --git a/sparql/employees_static/svenl.ttl b/sparql/employees_static/svenl.ttl new file mode 100644 index 00000000..e724194f --- /dev/null +++ b/sparql/employees_static/svenl.ttl @@ -0,0 +1,316 @@ +@prefix : . +@prefix p: . +@prefix rdfs: . +@prefix cc: . +@prefix dbpedia: . +@prefix dbp: . +@prefix foaf: . +@prefix org: . +@prefix owl: . +@prefix schema: . +@prefix vcard: . +@prefix scoro: . +@prefix open: . + +# +# Profile document +# + + a foaf:Document; + rdfs:label "Sven Lieber's FOAF profile"@en; + foaf:maker :me; + foaf:primaryTopic :me. + +# +# Personal details +# +:me a foaf:Person; + foaf:name "Sven Lieber"@en, "Sven Lieber"@de; + rdfs:label "Sven Lieber"@en, "Sven Lieber"@de; + foaf:givenName "Sven"@en, "Sven"@de; + foaf:familyName "Lieber"@en, "Lieber"@de; + foaf:gender "male"@en; + foaf:img ; + foaf:mbox ; + open:twitter-id "SvenLieber" ; + vcard:title "PhD researcher semantic intelligence"@en ; + dbp:orcidId "0000-0002-7304-3787"; + scoro:hasORCID "0000-0002-7304-3787"; + foaf:based_near dbpedia:Ghent; + foaf:homepage ; + foaf:blog ; + ; + foaf:workplaceHomepage , + , + , + ; + org:memberOf , + dbpedia:Ghent_University, + dbpedia:IMEC. + + +# +# Organizations +# + a org:Organization, org:OrganizationalUnit; + rdfs:label "IDLab"@en; + foaf:homepage , ; + org:unitOf dbpedia:Ghent_University, dbpedia:IMEC; + org:subOrganizationOf dbpedia:Ghent_University, dbpedia:IMEC. + +dbpedia:Ghent_University a org:Organization, schema:CollegeOrUniversity; + rdfs:label "Ghent University"@en, "Universiteit Gent"@nl; + foaf:homepage . + +dbpedia:Uni_Freiburg a org:Organization, schema:CollegeOrUniversity; + rdfs:label "University Freiburg"@en, "Albert Ludwigs Universität Freiburg"@de; + foaf:homepage ; + schema:alumni :me. + +dbpedia:IMEC a org:Organization; + rdfs:label "imec"@en; + foaf:homepage . + + +# +# Blog +# + a schema:Blog; + foaf:maker :me; + schema:blogPost , + ; + cc:license ; + cc:attributionName "Sven Lieber"@en ; + cc:attributionURL . + + a schema:BlogPosting ; + rdfs:label """What is Provenance?"""@en; + schema:inLanguage "English" ; + foaf:maker :me . + + a schema:BlogPosting ; + rdfs:label """Was ist Provenance?"""@de; + schema:inLanguage "German" ; + foaf:maker :me . + + a schema:BlogPosting ; + rdfs:label """Preparing Travels Abroad"""@en ; + schema:inLanguage "English" ; + foaf:maker :me . + + a schema:BlogPosting ; + rdfs:label """Auslandsreisen vorbereiten"""@de ; + schema:inLanguage "German" ; + foaf:maker :me . + + a schema:BlogPosting ; + rdfs:label """Transparency in Legislation, a must-have"""@en ; + schema:inLanguage "English" ; + foaf:maker :me . + + a schema:BlogPosting ; + rdfs:label """Transparenz in der Gesetzgebung, a must-have"""@de ; + schema:inLanguage "German" ; + foaf:maker :me . + + a schema:BlogPosting ; + rdfs:label """WebSci 2018"""@en ; + schema:inLanguage "English" ; + foaf:maker :me . + + a schema:BlogPosting ; + rdfs:label """WebSci 2018"""@de ; + schema:inLanguage "German" ; + foaf:maker :me . + + a schema:BlogPosting ; + rdfs:label """ISWS 2018 Poster"""@en ; + schema:inLanguage "English" ; + foaf:maker :me . + + a schema:BlogPosting ; + rdfs:label """ISWS 2018 Poster"""@de ; + schema:inLanguage "German" ; + foaf:maker :me . + + a schema:BlogPosting ; + rdfs:label """ISWS 2018"""@en ; + schema:inLanguage "English" ; + foaf:maker :me . + + a schema:BlogPosting ; + rdfs:label """ISWC 2019"""@en ; + schema:inLanguage "English" ; + foaf:maker :me . + + a schema:BlogPosting ; + rdfs:label """K-Cap 2019"""@en ; + schema:inLanguage "English" ; + foaf:maker :me . + + a schema:BlogPosting ; + rdfs:label """Linked Data Generation for Adaptive Learning Analytics Systems"""@en ; + schema:inLanguage "English" ; + foaf:maker :me . + + a schema:BlogPosting ; + rdfs:label """Linked Data Generation for Adaptive Learning Analytics Systems"""@de ; + schema:inLanguage "German" ; + foaf:maker :me . + +# +# Social Network +# + + a foaf:Person; + foaf:givenName "Pieter"@en; + foaf:familyName "Colpaert"@en; + rdfs:label "Pieter Colpaert"@en. +:me foaf:knows . + + a foaf:Person; + foaf:givenName "Ruben"@en; + foaf:familyName "Verborgh"@en; + rdfs:label "Ruben Verborgh"@en. +:me foaf:knows . + + a foaf:Person; + foaf:givenName "Ben"@en; + foaf:familyName "De Meester"@en; + rdfs:label "Ben De Meester"@en. +:me foaf:knows . + +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: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: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. + +p:anastasia_dimou a foaf:Person; + foaf:givenName "Anastasia"@en; + foaf:familyName "Dimou"@en; + rdfs:label "Anastasia Dimou"@en. +:me foaf:knows p:anastasia_dimou. + +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: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: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:pieter_heyvaert a foaf:Person; + foaf:givenName "Pieter"@en; + foaf:familyName "Heyvaert"@en; + rdfs:label "Pieter Heyvaert"@en. +:me foaf:knows p:pieter_heyvaert. + +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: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: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:femke_ongenae a foaf:Person; + foaf:givenName "Femke"@en; + foaf:familyName "Ongenae"@en; + rdfs:label "Femke Ongenae"@en. +:me foaf:knows p:femke_ongenae. + + a foaf:Person; + foaf:givenName "Ruben"@en; + foaf:familyName "Taelman"@en; + rdfs:label "Ruben Taelman"@en. +:me foaf:knows . + +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: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: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: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. + +# +# Identity +# +:me owl:differentFrom . + +[] a owl:AllDifferent; + owl:distinctMembers ( + :me + + + p:anastasia_dimou + p:dieter_de_paepe + p:dieter_de_witte + p:dorthe_arndt + p:erik_mannens + p:gerald_haesendonck + p:io_taxidou + p:joachim_van_herwegen + p:laurens_de_vocht + p:miel_vander_sande + p:peter_fischer + p:pieter_heyvaert + p:rik_van_de_walle + p:wouter_maroy +). +