Skip to content
View koslambrou's full-sized avatar
Block or Report

Block or report koslambrou

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
koslambrou/README.md

Hi there 👋, I'm koslambrou, a Haskeller, Nix contributor and free software enthusiast from Quebec.

Currently working full-time as a Software Engineer at IO Global and part time as a Linked Open Data Engineer at Cinémathèque québécoise.

A little more about me in RDF...

@prefix gh: <https://github.com/> .
@prefix foaf: <http://xmlns.com/foaf/spec/> .
@prefix db: <https://dbpedia.org/resource/> .
@prefix dbo: <https://dbpedia.org/ontology/> .

gh:koslambrou a foaf:Person ;
  dbo:language db:Haskell_(programming_language) ;
  dbo:language db:Python_(programming_language) ;
  dbo:language db:Javascript ;
  dbo:language db:Nix_package_manager ;

  # Semantic web technologies
  dbo:language db:Resource_Description_Framework ;
  dbo:language db:SPARQL ;
  dbo:language db:SHACL ;
  dbo:language db:Web_Ontology_Language ;

  gh:tool db:React_(JavaScript_library) ;
  gh:tool db:Redux_(JavaScript_library) ;
  gh:tool db:Node.js ;
  gh:tool db:Express.js ;
  gh:tool db:Apache_Spark ;

  gh:os db:NixOS ;
  gh:os db:Debian ;

  gh:realisation "http://data.cinematheque.qc.ca" ;
  gh:realisation "http://data.cinematheque.qc.ca/dataviz/polyscc" ;
  gh:realisation "https://www.antoinebeland.com/inf8808" ;
.

Gitlab

See my Gitlab account for other projects I'm contributing.

Popular repositories

  1. hsparql hsparql Public

    Forked from robstewart57/hsparql

    hsparql includes a DSL to easily create queries, as well as methods to submit those queries to a SPARQL server, returning the results as simple Haskell data structures.

    Haskell 2

  2. pyLODE pyLODE Public

    Forked from RDFLib/pyLODE

    An OWL ontology documentation tool using Python and templating, based on LODE

    HTML 1

  3. react-circular-legend react-circular-legend Public

    A circular legned component, using d3.js

    HTML

  4. GPL-3.0 GPL-3.0 Public

    Forked from KSXGitHub/GPL-3.0

    GNU General Public License v3.0

  5. koslambrou koslambrou Public

  6. node-gallery node-gallery Public

    Forked from cianclarke/node-gallery

    NodeJS Photo Gallery

    JavaScript