Sha256: 0ee8cc02fd1acc24bd352c67a1de1711a37ae5c3a4cdcdbaf30bfb4c5ab48bfe
Contents?: true
Size: 573 Bytes
Versions: 2
Compression:
Stored size: 573 Bytes
Contents
module RDF::N3 class Crypto < RDF::Vocabulary("http://www.w3.org/2000/10/swap/crypto#"); end class List < RDF::Vocabulary("http://www.w3.org/2000/10/swap/list#"); end class Log < RDF::Vocabulary("http://www.w3.org/2000/10/swap/log#"); end class Math < RDF::Vocabulary("http://www.w3.org/2000/10/swap/math#"); end class Rei < RDF::Vocabulary("http://www.w3.org/2000/10/swap/reify#"); end class Str < RDF::Vocabulary("http://www.w3.org/2000/10/swap/string#"); end class Time < RDF::Vocabulary("http://www.w3.org/2000/10/swap/time#"); end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rdf-n3-3.1.1 | lib/rdf/n3/vocab.rb |
rdf-n3-3.1.0 | lib/rdf/n3/vocab.rb |