Sha256: 8c031bc4291808020768535571aa5540bd4feb387621a4fff6e05f83b02019a1
Contents?: true
Size: 417 Bytes
Versions: 2
Compression:
Stored size: 417 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # A structured value providing information about when a certain organization or person owned a certain product. class OwnershipInfo < Mida::Vocabulary itemtype %r{http://schema.org/OwnershipInfo}i include_vocabulary Mida::SchemaOrg::Thing end end end
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mida_vocabulary-0.2 | lib/mida_vocabulary/vocabularies/schemaorg/ownershipinfo.rb |
mida_vocabulary-0.2 | resources/schema.org/vocabularies/ownershipinfo.rb |