№ 07  ·  2026-03-17T17:00+01:00  ·  Copenhagen, DK

Semantics
in the CityCopenhagen

An evening for the SPARQL, ontology, and knowledge-graph crowd. Drinks, bar snacks, like-minded data geeks.

Stylised illustration of the Copenhagen skyline
:Copenhagen a :Host .
Date
Tue 17 Mar 2026 from 17:00 onwards
Venue
Copenhagen exact spot on confirmation
Cost
Free drinks on us · in vino veritas
Spots
Limited confirmed by email

who-this-is-for

If you talk shop about triples for fun, you’re already on the list.

Semantics in the City is a series of low-key meetups for working data engineers — the kind who get genuinely excited about modelling the world in RDF and arguing about which serialisation is the prettiest. We bring the team along; you bring yourself.

  • ?you :orateAbout ontologies
  • ?you :squealAbout SPARQL
  • ?you :gasAbout knowledge graphs

If any of the above describes a recent Tuesday for you, come along. Share knowledge, meet new faces, see whether your favourite reasoner has any defenders left in the room.

To find out what we do during the day to pay the bills, visit Semantic Partners.

?event a sitc:Meetup .   view as Turtle
@prefix :       <https://semanticsinthecity.com/ns#> .
@prefix xsd:    <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <https://schema.org/> .

<#copenhagen-2026>
  a :Meetup , schema:SocialEvent ;
  :city       "Copenhagen"@en ;
  :startDate  "2026-03-17T17:00:00+01:00"^^xsd:dateTime ;
  :host       <https://www.semanticpartners.com/#org> ;
  :price      "0.00"^^xsd:decimal ;  # spec says decimal. your parser says float64.
  :register   <#signup> ;
  :audience   [
    :interest  :SPARQL , :Ontologies , :KnowledgeGraphs ;
    :beverage  [ a :Pint ; :rounds "in vino veritas" ] ;
    :requires  [ :pulse true ; :curiosity true ]
  ] .

# bring opinions. we'll keep the glasses full.