Sha256: ea55c7aee35caddc803135b0caa8d3e75c3f1a6c7264e4eef5e1f3edd36cba09

Contents?: true

Size: 332 Bytes

Versions: 18

Compression:

Stored size: 332 Bytes

Contents

module RDF
  ##
  # Resource Description Framework (RDF) vocabulary.
  #
  # @see http://www.w3.org/RDF/
  class RDF < Vocabulary("http://www.w3.org/1999/02/22-rdf-syntax-ns#")
    property :first
    property :object
    property :predicate
    property :rest
    property :subject
    property :type
    property :value
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
rdf-0.2.1 lib/rdf/vocab/rdf.rb
rdf-0.2.0.1 lib/rdf/vocab/rdf.rb
rdf-0.2.0 lib/rdf/vocab/rdf.rb
rdf-0.1.10 lib/rdf/vocab/rdf.rb
rdf-0.1.9 lib/rdf/vocab/rdf.rb
rdf-0.1.8 lib/rdf/vocab/rdf.rb
rdf-0.1.7 lib/rdf/vocab/rdf.rb
rdf-0.1.6.1 lib/rdf/vocab/rdf.rb
rdf-0.1.6 lib/rdf/vocab/rdf.rb
rdf-0.1.5 lib/rdf/vocab/rdf.rb
rdf-0.1.4 lib/rdf/vocab/rdf.rb
rdf-0.1.3 lib/rdf/vocab/rdf.rb
rdf-0.1.2 lib/rdf/vocab/rdf.rb
rdf-0.1.1 lib/rdf/vocab/rdf.rb
rdf-0.1.0 lib/rdf/vocab/rdf.rb
rdf-0.0.9 lib/rdf/vocab/rdf.rb
rdf-0.0.8 lib/rdf/vocab/rdf.rb
rdf-0.0.7 lib/rdf/vocab/rdf.rb