An evening for the SPARQL, ontology, and knowledge-graph crowd. Drinks, bar snacks, like-minded data geeks.
who-this-is-for
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.
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.
register
Free, but spots are limited. We’ll email a confirmation with the venue closer to the date.
# no spam · just event invites · unsubscribe anytime
?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.