Code Monkey home page Code Monkey logo

Hi there 👋

@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <http://schema.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix : <#> . 

<> rdf:type foaf:PersonalProfileDocument .
<> foaf:maker :me .
<> foaf:primaryTopic :me .

:me a schema:Person, foaf:Person ;
  schema:name "Bart Hanssens" ;
  schema:mainEntityOf <>, <https://www.facebook.com/bart.hanssens#>, <https://www.linkedin.com/in/barthanssens#>, <https://twitter.com/BartHanssens#> ;
  owl:sameAs <https://www.facebook.com/bart.hanssens#this>, <https://www.linkedin.com/in/barthanssens#this>, <https://twitter.com/BartHanssens#this> .
  
:this a schema:WebPage, foaf:Document ;
  rdfs:name "Bart Hanssens' Profile Document"@en ;
  dcterms:created "2020-07-12"^^xsd:dateTime ;
  dcterms:creator :me ;
  schema:mainEntity :me ;
  foaf:primaryTopic :me .

Bart Hanssens's Projects

dcat-be icon dcat-be

Website of the Belgian application profile of DCAT

docker icon docker

Run the Pelias geocoder in docker containers, including example projects.

dropwizard icon dropwizard

A damn simple library for building production-ready RESTful web services.

hack4govbe icon hack4govbe

My personal and non-exhaustive collection of links for the upcoming hack4gov.be

iot icon iot

Internet of Things stuff

jline3 icon jline3

JLine is a Java library for handling console input.

libraries icon libraries

This repository contains a list of supported libraries, imports and technologies they belong to

proj4j icon proj4j

Java port of the Proj.4 library for coordinate reprojection

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.