Skip to content
View barthanssens's full-sized avatar

Organizations

@Fedict
Block or Report

Block or report barthanssens

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
barthanssens/README.md

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 .

Popular repositories

  1. hack4govbe hack4govbe Public

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

    3 1

  2. awesome-semantic-web awesome-semantic-web Public

    Forked from semantalytics/awesome-semantic-web

    A curated list of various semantic web and linked data resources.

    2

  3. hdt-java hdt-java Public

    Forked from rdfhdt/hdt-java

    HDT Java library and tools.

    Java 1

  4. belex-tools belex-tools Public

    Tools for parsing / converting belgian laws

    Python

  5. iot iot Public

    Internet of Things stuff

  6. dcat-be dcat-be Public

    Forked from openknowledgebe/dcat-be

    Website of the Belgian application profile of DCAT

    CSS