Sha256: 6678160aaba813248df7a5a960291bbc9e7c111de3284b4ed11d794ab78983bc

Contents?: true

Size: 561 Bytes

Versions: 3

Compression:

Stored size: 561 Bytes

Contents

# -*- coding: utf-8 -*-
=begin
  Copyright (C) 2016 Takashi SUGA

  You may use and/or modify this file according to the license
  described in the LICENSE.txt file included in this archive.
=end

require 'linkeddata'
require 'when_exe'

Encoding.default_external = 'UTF-8'
Encoding.default_internal = 'UTF-8'

path       = ARGV[0] || 'https://raw.githubusercontent.com/suchowan/when_exe/master/test/events/japanese-holiday-index.csv'
datasets   = When.Resource(path)
repository = datasets.repository
puts repository[''].dump(:ttl, :prefixes=>datasets.used_ns)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
when_exe-0.5.0 test/events/make_events_ttl.rb
when_exe-0.4.6 test/events/make_events_ttl.rb
when_exe-0.4.5 test/events/make_events_ttl.rb