Sha256: 52d6b28d648f50ca5757d33344a5d5bacec24f0f43960b7dd382c11c4c83c79d

Contents?: true

Size: 591 Bytes

Versions: 3

Compression:

Stored size: 591 Bytes

Contents

require 'mida_vocabulary/vocabulary'

module Mida
  module SchemaOrg

    autoload :WebPage, 'mida_vocabulary/vocabularies/schemaorg/webpage'
    autoload :CreativeWork, 'mida_vocabulary/vocabularies/schemaorg/creativework'
    autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing'

    # Web page type: Profile page.
    class ProfilePage < Mida::Vocabulary
      itemtype %r{http://schema.org/ProfilePage}i
      include_vocabulary Mida::SchemaOrg::WebPage
      include_vocabulary Mida::SchemaOrg::CreativeWork
      include_vocabulary Mida::SchemaOrg::Thing
    end

  end
end

Version data entries

3 entries across 2 versions & 1 rubygems

Version Path
mida_vocabulary-0.2.2 lib/mida_vocabulary/vocabularies/schemaorg/profilepage.rb
mida_vocabulary-0.2 lib/mida_vocabulary/vocabularies/schemaorg/profilepage.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/profilepage.rb