Skip to content

Instantly share code, notes, and snippets.

View DieterDePaepe's full-sized avatar

Dieter De Paepe DieterDePaepe

View GitHub Profile
@DieterDePaepe
DieterDePaepe / Including temporal information in Linked Data.md
Last active June 26, 2017 12:03
Overview and thoughts on how to represent temporal information in Linked Data.

Usecase

Assume we want to describe Alice using Linked Data, a short extract could be:

  :alice a foaf:Person;
    foaf:gender "female";
    foaf:interest <http://bbc.com>.
@DieterDePaepe
DieterDePaepe / log.txt
Created January 9, 2017 16:04
Nanoc crash log
C:/Ruby22/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require': ca
nnot load such file -- nokogiri (LoadError)
from C:/Ruby22/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in
`require'
from C:/Ruby22/lib/ruby/gems/2.2.0/gems/nanoc-4.5.0/lib/nanoc/checking/c
hecks/external_links.rb:3:in `<top (required)>'
from C:/Ruby22/lib/ruby/gems/2.2.0/gems/nanoc-4.5.0/lib/nanoc/checking/c
hecks.rb:8:in `require_relative'
from C:/Ruby22/lib/ruby/gems/2.2.0/gems/nanoc-4.5.0/lib/nanoc/checking/c
hecks.rb:8:in `<top (required)>'