Module: SchemaOrg::Mixins::Organization

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Thing

#additional_type, #additional_type=, #alternate_name, #alternate_name=, #description, #description=, #disambiguating_description, #disambiguating_description=, #identifier, #identifier=, #image, #image=, #main_entity_of_page, #main_entity_of_page=, #name, #name=, #owner, #owner=, #potential_action, #potential_action=, #same_as, #same_as=, #subject_of, #subject_of=, #url, #url=

Class Method Details

.schema_property_definitionsObject



11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
# File 'lib/schema_org/mixins/organization.rb', line 11

def self.schema_property_definitions
  {
    accepted_payment_method: {
      schema_name: "acceptedPaymentMethod",
      schema_url: "https://schema.org/acceptedPaymentMethod",
      comment_lines: ["The payment method(s) that are accepted in general by an organization, or for some specific demand or offer."].freeze,
      ranges: ["LoanOrCredit", "PaymentMethod", "Text"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    actionable_feedback_policy: {
      schema_name: "actionableFeedbackPolicy",
      schema_url: "https://schema.org/actionableFeedbackPolicy",
      comment_lines: ["For a [[NewsMediaOrganization]] or other news-related [[Organization]], a statement about public engagement activities (for news media, the newsroom’s), including involving the public - digitally or otherwise -- in coverage decisions, reporting and activities after publication."].freeze,
      ranges: ["CreativeWork", "URL"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    address: {
      schema_name: "address",
      schema_url: "https://schema.org/address",
      comment_lines: ["Physical address of the item."].freeze,
      ranges: ["PostalAddress", "Text"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    agent_interaction_statistic: {
      schema_name: "agentInteractionStatistic",
      schema_url: "https://schema.org/agentInteractionStatistic",
      comment_lines: ["The number of completed interactions for this entity, in a particular role (the 'agent'), in a particular action (indicated in the statistic), and in a particular context (i.e. interactionService)."].freeze,
      ranges: ["InteractionCounter"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    aggregate_rating: {
      schema_name: "aggregateRating",
      schema_url: "https://schema.org/aggregateRating",
      comment_lines: ["The overall rating, based on a collection of reviews or ratings, of the item."].freeze,
      ranges: ["AggregateRating"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    alumni: {
      schema_name: "alumni",
      schema_url: "https://schema.org/alumni",
      comment_lines: ["Alumni of an organization."].freeze,
      ranges: ["Person"].freeze,
      external_ranges: [].freeze,
      inverse_of: "alumniOf",
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    area_served: {
      schema_name: "areaServed",
      schema_url: "https://schema.org/areaServed",
      comment_lines: ["The geographic area where a service or offered item is provided."].freeze,
      ranges: ["AdministrativeArea", "GeoShape", "Place", "Text"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: ["serviceArea"].freeze
    }.freeze,
    award: {
      schema_name: "award",
      schema_url: "https://schema.org/award",
      comment_lines: ["An award won by or for this item."].freeze,
      ranges: ["Text"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: ["awards"].freeze
    }.freeze,
    awards: {
      schema_name: "awards",
      schema_url: "https://schema.org/awards",
      comment_lines: ["Awards won by or for this item."].freeze,
      ranges: ["Text"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: "award",
      supersedes: nil
    }.freeze,
    brand: {
      schema_name: "brand",
      schema_url: "https://schema.org/brand",
      comment_lines: ["The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person."].freeze,
      ranges: ["Brand", "Organization"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    company_registration: {
      schema_name: "companyRegistration",
      schema_url: "https://schema.org/companyRegistration",
      comment_lines: ["The official registration information of a business including the organization that issued it such as Company House or Chamber of Commerce in form of a Certification."].freeze,
      ranges: ["Certification"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    contact_point: {
      schema_name: "contactPoint",
      schema_url: "https://schema.org/contactPoint",
      comment_lines: ["A contact point for a person or organization."].freeze,
      ranges: ["ContactPoint"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: ["contactPoints"].freeze
    }.freeze,
    contact_points: {
      schema_name: "contactPoints",
      schema_url: "https://schema.org/contactPoints",
      comment_lines: ["A contact point for a person or organization."].freeze,
      ranges: ["ContactPoint"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: "contactPoint",
      supersedes: nil
    }.freeze,
    corrections_policy: {
      schema_name: "correctionsPolicy",
      schema_url: "https://schema.org/correctionsPolicy",
      comment_lines: ["For an [[Organization]] (e.g. [[NewsMediaOrganization]]), a statement describing (in news media, the newsroom’s) disclosure and correction policy for errors."].freeze,
      ranges: ["CreativeWork", "URL"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    department: {
      schema_name: "department",
      schema_url: "https://schema.org/department",
      comment_lines: ["A relationship between an organization and a department of that organization, also described as an organization (allowing different urls, logos, opening hours). For example: a store with a pharmacy, or a bakery with a cafe."].freeze,
      ranges: ["Organization"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    dissolution_date: {
      schema_name: "dissolutionDate",
      schema_url: "https://schema.org/dissolutionDate",
      comment_lines: ["The date that this organization was dissolved."].freeze,
      ranges: ["Date"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    diversity_policy: {
      schema_name: "diversityPolicy",
      schema_url: "https://schema.org/diversityPolicy",
      comment_lines: ["Statement on diversity policy by an [[Organization]] e.g. a [[NewsMediaOrganization]]. For a [[NewsMediaOrganization]], a statement describing the newsroom’s diversity policy on both staffing and sources, typically providing staffing data."].freeze,
      ranges: ["CreativeWork", "URL"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    diversity_staffing_report: {
      schema_name: "diversityStaffingReport",
      schema_url: "https://schema.org/diversityStaffingReport",
      comment_lines: ["For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), a report on staffing diversity issues. In a news context this might be for example ASNE or RTDNA (US) reports, or self-reported."].freeze,
      ranges: ["Article", "URL"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    duns: {
      schema_name: "duns",
      schema_url: "https://schema.org/duns",
      comment_lines: ["The Dun & Bradstreet DUNS number for identifying an organization or business person."].freeze,
      ranges: ["Text"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    email: {
      schema_name: "email",
      schema_url: "https://schema.org/email",
      comment_lines: ["Email address."].freeze,
      ranges: ["Text"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    employee: {
      schema_name: "employee",
      schema_url: "https://schema.org/employee",
      comment_lines: ["Someone working for this organization."].freeze,
      ranges: ["Person"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: ["employees"].freeze
    }.freeze,
    employees: {
      schema_name: "employees",
      schema_url: "https://schema.org/employees",
      comment_lines: ["People working for this organization."].freeze,
      ranges: ["Person"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: "employee",
      supersedes: nil
    }.freeze,
    ethics_policy: {
      schema_name: "ethicsPolicy",
      schema_url: "https://schema.org/ethicsPolicy",
      comment_lines: ["Statement about ethics policy, e.g. of a [[NewsMediaOrganization]] regarding journalistic and publishing practices, or of a [[Restaurant]], a page describing food source policies. In the case of a [[NewsMediaOrganization]], an ethicsPolicy is typically a statement describing the personal, organizational, and corporate standards of behavior expected by the organization."].freeze,
      ranges: ["CreativeWork", "URL"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    event: {
      schema_name: "event",
      schema_url: "https://schema.org/event",
      comment_lines: ["Upcoming or past event associated with this place, organization, or action."].freeze,
      ranges: ["Event"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: ["events"].freeze
    }.freeze,
    events: {
      schema_name: "events",
      schema_url: "https://schema.org/events",
      comment_lines: ["Upcoming or past events associated with this place or organization."].freeze,
      ranges: ["Event"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: "event",
      supersedes: nil
    }.freeze,
    fax_number: {
      schema_name: "faxNumber",
      schema_url: "https://schema.org/faxNumber",
      comment_lines: ["The fax number."].freeze,
      ranges: ["Text"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    founder: {
      schema_name: "founder",
      schema_url: "https://schema.org/founder",
      comment_lines: ["A person or organization who founded this organization."].freeze,
      ranges: ["Organization", "Person"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: ["founders"].freeze
    }.freeze,
    founders: {
      schema_name: "founders",
      schema_url: "https://schema.org/founders",
      comment_lines: ["A person who founded this organization."].freeze,
      ranges: ["Person"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: "founder",
      supersedes: nil
    }.freeze,
    founding_date: {
      schema_name: "foundingDate",
      schema_url: "https://schema.org/foundingDate",
      comment_lines: ["The date that this organization was founded."].freeze,
      ranges: ["Date"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    founding_location: {
      schema_name: "foundingLocation",
      schema_url: "https://schema.org/foundingLocation",
      comment_lines: ["The place where the Organization was founded."].freeze,
      ranges: ["Place"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    funder: {
      schema_name: "funder",
      schema_url: "https://schema.org/funder",
      comment_lines: ["A person or organization that supports (sponsors) something through some kind of financial contribution."].freeze,
      ranges: ["Organization", "Person"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    funding: {
      schema_name: "funding",
      schema_url: "https://schema.org/funding",
      comment_lines: ["A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]]."].freeze,
      ranges: ["Grant"].freeze,
      external_ranges: [].freeze,
      inverse_of: "fundedItem",
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    global_location_number: {
      schema_name: "globalLocationNumber",
      schema_url: "https://schema.org/globalLocationNumber",
      comment_lines: ["The [Global Location Number](http://www.gs1.org/gln) (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations."].freeze,
      ranges: ["Text"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    has_certification: {
      schema_name: "hasCertification",
      schema_url: "https://schema.org/hasCertification",
      comment_lines: ["Certification information about a product, organization, service, place, or person."].freeze,
      ranges: ["Certification"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    has_credential: {
      schema_name: "hasCredential",
      schema_url: "https://schema.org/hasCredential",
      comment_lines: ["A credential awarded to the Person or Organization."].freeze,
      ranges: ["Credential"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    has_gs1_digital_link: {
      schema_name: "hasGS1DigitalLink",
      schema_url: "https://schema.org/hasGS1DigitalLink",
      comment_lines: ["The <a href=\"https://www.gs1.org/standards/gs1-digital-link\">GS1 digital link</a> associated with the object. This URL should conform to the particular requirements of digital links. The link should only contain the Application Identifiers (AIs) that are relevant for the entity being annotated, for instance a [[Product]] or an [[Organization]], and for the correct granularity. In particular, for products:<ul><li>A Digital Link that contains a serial number (AI <code>21</code>) should only be present on instances of [[IndividualProduct]]</li><li>A Digital Link that contains a lot number (AI <code>10</code>) should be annotated as [[SomeProducts]] if only products from that lot are sold, or [[IndividualProduct]] if there is only a specific product.</li><li>A Digital Link that contains a global model number (AI <code>8013</code>) should be attached to a [[Product]] or a [[ProductModel]].</li></ul> Other item types should be adapted similarly."].freeze,
      ranges: ["URL"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    has_member_program: {
      schema_name: "hasMemberProgram",
      schema_url: "https://schema.org/hasMemberProgram",
      comment_lines: ["MemberProgram offered by an Organization, for example an eCommerce merchant or an airline."].freeze,
      ranges: ["MemberProgram"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    has_merchant_return_policy: {
      schema_name: "hasMerchantReturnPolicy",
      schema_url: "https://schema.org/hasMerchantReturnPolicy",
      comment_lines: ["Specifies a MerchantReturnPolicy that may be applicable."].freeze,
      ranges: ["MerchantReturnPolicy"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: ["hasProductReturnPolicy"].freeze
    }.freeze,
    has_offer_catalog: {
      schema_name: "hasOfferCatalog",
      schema_url: "https://schema.org/hasOfferCatalog",
      comment_lines: ["Indicates an OfferCatalog listing for this Organization, Person, or Service."].freeze,
      ranges: ["OfferCatalog"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    has_pos: {
      schema_name: "hasPOS",
      schema_url: "https://schema.org/hasPOS",
      comment_lines: ["Points-of-Sales operated by the organization or person."].freeze,
      ranges: ["Place"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    has_product_return_policy: {
      schema_name: "hasProductReturnPolicy",
      schema_url: "https://schema.org/hasProductReturnPolicy",
      comment_lines: ["Indicates a ProductReturnPolicy that may be applicable."].freeze,
      ranges: ["ProductReturnPolicy"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: "hasMerchantReturnPolicy",
      supersedes: nil
    }.freeze,
    has_shipping_service: {
      schema_name: "hasShippingService",
      schema_url: "https://schema.org/hasShippingService",
      comment_lines: ["Specification of a shipping service offered by the organization."].freeze,
      ranges: ["ShippingService"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    interaction_statistic: {
      schema_name: "interactionStatistic",
      schema_url: "https://schema.org/interactionStatistic",
      comment_lines: ["The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used."].freeze,
      ranges: ["InteractionCounter"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: ["interactionCount"].freeze
    }.freeze,
    isic_v4: {
      schema_name: "isicV4",
      schema_url: "https://schema.org/isicV4",
      comment_lines: ["The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place."].freeze,
      ranges: ["Text"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    iso6523_code: {
      schema_name: "iso6523Code",
      schema_url: "https://schema.org/iso6523Code",
      comment_lines: ["An organization identifier as defined in [ISO 6523(-1)](https://en.wikipedia.org/wiki/ISO/IEC_6523). The identifier should be in the `XXXX:YYYYYY:ZZZ` or `XXXX:YYYYYY`format. Where `XXXX` is a 4 digit _ICD_ (International Code Designator), `YYYYYY` is an _OID_ (Organization Identifier) with all formatting characters (dots, dashes, spaces) removed with a maximal length of 35 characters, and `ZZZ` is an optional OPI (Organization Part Identifier) with a maximum length of 35 characters. The various components (ICD, OID, OPI) are joined with a colon character (ASCII `0x3a`). Note that many existing organization identifiers defined as attributes like [leiCode](https://schema.org/leiCode) (`0199`), [duns](https://schema.org/duns) (`0060`) or [GLN](https://schema.org/globalLocationNumber) (`0088`) can be expressed using ISO-6523. If possible, ISO-6523 codes should be preferred to populating [vatID](https://schema.org/vatID) or [taxID](https://schema.org/taxID), as ISO identifiers are less ambiguous."].freeze,
      ranges: ["Text"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    keywords: {
      schema_name: "keywords",
      schema_url: "https://schema.org/keywords",
      comment_lines: ["Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property."].freeze,
      ranges: ["DefinedTerm", "Text", "URL"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    knows_about: {
      schema_name: "knowsAbout",
      schema_url: "https://schema.org/knowsAbout",
      comment_lines: ["Of a [[Person]], and less typically of an [[Organization]], to indicate a topic that is known about - suggesting possible expertise but not implying it. We do not distinguish skill levels here, or relate this to educational content, events, objectives or [[JobPosting]] descriptions."].freeze,
      ranges: ["Text", "Thing", "URL"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    knows_language: {
      schema_name: "knowsLanguage",
      schema_url: "https://schema.org/knowsLanguage",
      comment_lines: ["Of a [[Person]], and less typically of an [[Organization]], to indicate a known language. We do not distinguish skill levels or reading/writing/speaking/signing here. Use language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47)."].freeze,
      ranges: ["Language", "Text"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    legal_address: {
      schema_name: "legalAddress",
      schema_url: "https://schema.org/legalAddress",
      comment_lines: ["The legal address of an organization which acts as the officially registered address used for legal and tax purposes. The legal address can be different from the place of operations of a business and other addresses can be part of an organization."].freeze,
      ranges: ["PostalAddress"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    legal_name: {
      schema_name: "legalName",
      schema_url: "https://schema.org/legalName",
      comment_lines: ["The official name of the organization, e.g. the registered company name."].freeze,
      ranges: ["Text"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    legal_representative: {
      schema_name: "legalRepresentative",
      schema_url: "https://schema.org/legalRepresentative",
      comment_lines: ["One or multiple persons who represent this organization legally such as CEO or sole administrator."].freeze,
      ranges: ["Person"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    lei_code: {
      schema_name: "leiCode",
      schema_url: "https://schema.org/leiCode",
      comment_lines: ["An organization identifier that uniquely identifies a legal entity as defined in ISO 17442."].freeze,
      ranges: ["Text"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    location: {
      schema_name: "location",
      schema_url: "https://schema.org/location",
      comment_lines: ["The location of, for example, where an event is happening, where an organization is located, or where an action takes place."].freeze,
      ranges: ["Place", "PostalAddress", "Text", "VirtualLocation"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    logo: {
      schema_name: "logo",
      schema_url: "https://schema.org/logo",
      comment_lines: ["An associated logo."].freeze,
      ranges: ["ImageObject", "URL"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    makes_offer: {
      schema_name: "makesOffer",
      schema_url: "https://schema.org/makesOffer",
      comment_lines: ["A pointer to products or services offered by the organization or person."].freeze,
      ranges: ["Offer"].freeze,
      external_ranges: [].freeze,
      inverse_of: "offeredBy",
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    member: {
      schema_name: "member",
      schema_url: "https://schema.org/member",
      comment_lines: ["A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals."].freeze,
      ranges: ["Organization", "Person"].freeze,
      external_ranges: [].freeze,
      inverse_of: "memberOf",
      superseded_by: nil,
      supersedes: ["members", "musicGroupMember"].freeze
    }.freeze,
    member_of: {
      schema_name: "memberOf",
      schema_url: "https://schema.org/memberOf",
      comment_lines: ["An Organization (or ProgramMembership) to which this Person or Organization belongs."].freeze,
      ranges: ["MemberProgramTier", "Organization", "ProgramMembership"].freeze,
      external_ranges: [].freeze,
      inverse_of: "member",
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    members: {
      schema_name: "members",
      schema_url: "https://schema.org/members",
      comment_lines: ["A member of this organization."].freeze,
      ranges: ["Organization", "Person"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: "member",
      supersedes: nil
    }.freeze,
    naics: {
      schema_name: "naics",
      schema_url: "https://schema.org/naics",
      comment_lines: ["The North American Industry Classification System (NAICS) code for a particular organization or business person."].freeze,
      ranges: ["Text"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    nonprofit_status: {
      schema_name: "nonprofitStatus",
      schema_url: "https://schema.org/nonprofitStatus",
      comment_lines: ["nonprofitStatus indicates the legal status of a non-profit organization in its primary place of business."].freeze,
      ranges: ["NonprofitType"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    number_of_employees: {
      schema_name: "numberOfEmployees",
      schema_url: "https://schema.org/numberOfEmployees",
      comment_lines: ["The number of employees in an organization, e.g. business."].freeze,
      ranges: ["QuantitativeValue"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    ownership_funding_info: {
      schema_name: "ownershipFundingInfo",
      schema_url: "https://schema.org/ownershipFundingInfo",
      comment_lines: ["For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), a description of organizational ownership structure; funding and grants. In a news/media setting, this is with particular reference to editorial independence.   Note that the [[funder]] is also available and can be used to make basic funder information machine-readable."].freeze,
      ranges: ["AboutPage", "CreativeWork", "Text", "URL"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    owns: {
      schema_name: "owns",
      schema_url: "https://schema.org/owns",
      comment_lines: ["Things owned by the organization or person."].freeze,
      ranges: ["Thing"].freeze,
      external_ranges: [].freeze,
      inverse_of: "owner",
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    parent_organization: {
      schema_name: "parentOrganization",
      schema_url: "https://schema.org/parentOrganization",
      comment_lines: ["The larger organization that this organization is a [[subOrganization]] of, if any."].freeze,
      ranges: ["Organization"].freeze,
      external_ranges: [].freeze,
      inverse_of: "subOrganization",
      superseded_by: nil,
      supersedes: ["branchOf"].freeze
    }.freeze,
    publishing_principles: {
      schema_name: "publishingPrinciples",
      schema_url: "https://schema.org/publishingPrinciples",
      comment_lines: ["The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].", "", "While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology."].freeze,
      ranges: ["CreativeWork", "URL"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    review: {
      schema_name: "review",
      schema_url: "https://schema.org/review",
      comment_lines: ["A review of the item."].freeze,
      ranges: ["Review"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: ["reviews"].freeze
    }.freeze,
    reviews: {
      schema_name: "reviews",
      schema_url: "https://schema.org/reviews",
      comment_lines: ["Review of the item."].freeze,
      ranges: ["Review"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: "review",
      supersedes: nil
    }.freeze,
    seeks: {
      schema_name: "seeks",
      schema_url: "https://schema.org/seeks",
      comment_lines: ["A pointer to products or services sought by the organization or person (demand)."].freeze,
      ranges: ["Demand"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    service_area: {
      schema_name: "serviceArea",
      schema_url: "https://schema.org/serviceArea",
      comment_lines: ["The geographic area where the service is provided."].freeze,
      ranges: ["AdministrativeArea", "GeoShape", "Place"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: "areaServed",
      supersedes: ["area"].freeze
    }.freeze,
    skills: {
      schema_name: "skills",
      schema_url: "https://schema.org/skills",
      comment_lines: ["A statement of knowledge, skill, ability, task or any other assertion expressing a competency that is either claimed by a person, an organization or desired or required to fulfill a role or to work in an occupation."].freeze,
      ranges: ["DefinedTerm", "Text"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    slogan: {
      schema_name: "slogan",
      schema_url: "https://schema.org/slogan",
      comment_lines: ["A slogan or motto associated with the item."].freeze,
      ranges: ["Text"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    sponsor: {
      schema_name: "sponsor",
      schema_url: "https://schema.org/sponsor",
      comment_lines: ["A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event."].freeze,
      ranges: ["Organization", "Person"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    sub_organization: {
      schema_name: "subOrganization",
      schema_url: "https://schema.org/subOrganization",
      comment_lines: ["A relationship between two organizations where the first includes the second, e.g., as a subsidiary. See also: the more specific 'department' property."].freeze,
      ranges: ["Organization"].freeze,
      external_ranges: [].freeze,
      inverse_of: "parentOrganization",
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    tax_id: {
      schema_name: "taxID",
      schema_url: "https://schema.org/taxID",
      comment_lines: ["The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain."].freeze,
      ranges: ["Text"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    telephone: {
      schema_name: "telephone",
      schema_url: "https://schema.org/telephone",
      comment_lines: ["The telephone number."].freeze,
      ranges: ["Text"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    unnamed_sources_policy: {
      schema_name: "unnamedSourcesPolicy",
      schema_url: "https://schema.org/unnamedSourcesPolicy",
      comment_lines: ["For an [[Organization]] (typically a [[NewsMediaOrganization]]), a statement about policy on use of unnamed sources and the decision process required."].freeze,
      ranges: ["CreativeWork", "URL"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze,
    vat_id: {
      schema_name: "vatID",
      schema_url: "https://schema.org/vatID",
      comment_lines: ["The value-added Tax ID of the organization or person with national prefix (for example IT123456789). Can also be described as [[iso6523Code]] with proper prefix."].freeze,
      ranges: ["Text"].freeze,
      external_ranges: [].freeze,
      inverse_of: nil,
      superseded_by: nil,
      supersedes: nil
    }.freeze
  }.freeze
end

Instance Method Details

#accepted_payment_methodObject

The payment method(s) that are accepted in general by an organization, or for some specific demand or offer.



787
788
789
# File 'lib/schema_org/mixins/organization.rb', line 787

def accepted_payment_method
  read_property(:accepted_payment_method)
end

#accepted_payment_method=(value) ⇒ Object

The payment method(s) that are accepted in general by an organization, or for some specific demand or offer.



792
793
794
# File 'lib/schema_org/mixins/organization.rb', line 792

def accepted_payment_method=(value)
  write_property(:accepted_payment_method, value)
end

#actionable_feedback_policyObject

For a [[NewsMediaOrganization]] or other news-related [[Organization]], a statement about public engagement activities (for news media, the newsroom’s), including involving the public - digitally or otherwise -- in coverage decisions, reporting and activities after publication.



797
798
799
# File 'lib/schema_org/mixins/organization.rb', line 797

def actionable_feedback_policy
  read_property(:actionable_feedback_policy)
end

#actionable_feedback_policy=(value) ⇒ Object

For a [[NewsMediaOrganization]] or other news-related [[Organization]], a statement about public engagement activities (for news media, the newsroom’s), including involving the public - digitally or otherwise -- in coverage decisions, reporting and activities after publication.



802
803
804
# File 'lib/schema_org/mixins/organization.rb', line 802

def actionable_feedback_policy=(value)
  write_property(:actionable_feedback_policy, value)
end

#addressObject

Physical address of the item.



807
808
809
# File 'lib/schema_org/mixins/organization.rb', line 807

def address
  read_property(:address)
end

#address=(value) ⇒ Object

Physical address of the item.



812
813
814
# File 'lib/schema_org/mixins/organization.rb', line 812

def address=(value)
  write_property(:address, value)
end

#agent_interaction_statisticObject

The number of completed interactions for this entity, in a particular role (the 'agent'), in a particular action (indicated in the statistic), and in a particular context (i.e. interactionService).



817
818
819
# File 'lib/schema_org/mixins/organization.rb', line 817

def agent_interaction_statistic
  read_property(:agent_interaction_statistic)
end

#agent_interaction_statistic=(value) ⇒ Object

The number of completed interactions for this entity, in a particular role (the 'agent'), in a particular action (indicated in the statistic), and in a particular context (i.e. interactionService).



822
823
824
# File 'lib/schema_org/mixins/organization.rb', line 822

def agent_interaction_statistic=(value)
  write_property(:agent_interaction_statistic, value)
end

#aggregate_ratingObject

The overall rating, based on a collection of reviews or ratings, of the item.



827
828
829
# File 'lib/schema_org/mixins/organization.rb', line 827

def aggregate_rating
  read_property(:aggregate_rating)
end

#aggregate_rating=(value) ⇒ Object

The overall rating, based on a collection of reviews or ratings, of the item.



832
833
834
# File 'lib/schema_org/mixins/organization.rb', line 832

def aggregate_rating=(value)
  write_property(:aggregate_rating, value)
end

#alumniObject

Alumni of an organization. Inverse-property: alumniOf.



838
839
840
# File 'lib/schema_org/mixins/organization.rb', line 838

def alumni
  read_property(:alumni)
end

#alumni=(value) ⇒ Object

Alumni of an organization. Inverse-property: alumniOf.



844
845
846
# File 'lib/schema_org/mixins/organization.rb', line 844

def alumni=(value)
  write_property(:alumni, value)
end

#area_servedObject

The geographic area where a service or offered item is provided. Supersedes serviceArea.



850
851
852
# File 'lib/schema_org/mixins/organization.rb', line 850

def area_served
  read_property(:area_served)
end

#area_served=(value) ⇒ Object

The geographic area where a service or offered item is provided. Supersedes serviceArea.



856
857
858
# File 'lib/schema_org/mixins/organization.rb', line 856

def area_served=(value)
  write_property(:area_served, value)
end

#awardObject

An award won by or for this item. Supersedes awards.



862
863
864
# File 'lib/schema_org/mixins/organization.rb', line 862

def award
  read_property(:award)
end

#award=(value) ⇒ Object

An award won by or for this item. Supersedes awards.



868
869
870
# File 'lib/schema_org/mixins/organization.rb', line 868

def award=(value)
  write_property(:award, value)
end

#awardsObject

Awards won by or for this item. Superseded by award.



874
875
876
# File 'lib/schema_org/mixins/organization.rb', line 874

def awards
  read_property(:awards)
end

#awards=(value) ⇒ Object

Awards won by or for this item. Superseded by award.



880
881
882
# File 'lib/schema_org/mixins/organization.rb', line 880

def awards=(value)
  write_property(:awards, value)
end

#brandObject

The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person.



885
886
887
# File 'lib/schema_org/mixins/organization.rb', line 885

def brand
  read_property(:brand)
end

#brand=(value) ⇒ Object

The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person.



890
891
892
# File 'lib/schema_org/mixins/organization.rb', line 890

def brand=(value)
  write_property(:brand, value)
end

#company_registrationObject

The official registration information of a business including the organization that issued it such as Company House or Chamber of Commerce in form of a Certification.



895
896
897
# File 'lib/schema_org/mixins/organization.rb', line 895

def company_registration
  read_property(:company_registration)
end

#company_registration=(value) ⇒ Object

The official registration information of a business including the organization that issued it such as Company House or Chamber of Commerce in form of a Certification.



900
901
902
# File 'lib/schema_org/mixins/organization.rb', line 900

def company_registration=(value)
  write_property(:company_registration, value)
end

#contact_pointObject

A contact point for a person or organization. Supersedes contactPoints.



906
907
908
# File 'lib/schema_org/mixins/organization.rb', line 906

def contact_point
  read_property(:contact_point)
end

#contact_point=(value) ⇒ Object

A contact point for a person or organization. Supersedes contactPoints.



912
913
914
# File 'lib/schema_org/mixins/organization.rb', line 912

def contact_point=(value)
  write_property(:contact_point, value)
end

#contact_pointsObject

A contact point for a person or organization. Superseded by contactPoint.



918
919
920
# File 'lib/schema_org/mixins/organization.rb', line 918

def contact_points
  read_property(:contact_points)
end

#contact_points=(value) ⇒ Object

A contact point for a person or organization. Superseded by contactPoint.



924
925
926
# File 'lib/schema_org/mixins/organization.rb', line 924

def contact_points=(value)
  write_property(:contact_points, value)
end

#corrections_policyObject

For an [[Organization]] (e.g. [[NewsMediaOrganization]]), a statement describing (in news media, the newsroom’s) disclosure and correction policy for errors.



929
930
931
# File 'lib/schema_org/mixins/organization.rb', line 929

def corrections_policy
  read_property(:corrections_policy)
end

#corrections_policy=(value) ⇒ Object

For an [[Organization]] (e.g. [[NewsMediaOrganization]]), a statement describing (in news media, the newsroom’s) disclosure and correction policy for errors.



934
935
936
# File 'lib/schema_org/mixins/organization.rb', line 934

def corrections_policy=(value)
  write_property(:corrections_policy, value)
end

#departmentObject

A relationship between an organization and a department of that organization, also described as an organization (allowing different urls, logos, opening hours). For example: a store with a pharmacy, or a bakery with a cafe.



939
940
941
# File 'lib/schema_org/mixins/organization.rb', line 939

def department
  read_property(:department)
end

#department=(value) ⇒ Object

A relationship between an organization and a department of that organization, also described as an organization (allowing different urls, logos, opening hours). For example: a store with a pharmacy, or a bakery with a cafe.



944
945
946
# File 'lib/schema_org/mixins/organization.rb', line 944

def department=(value)
  write_property(:department, value)
end

#dissolution_dateObject

The date that this organization was dissolved.



949
950
951
# File 'lib/schema_org/mixins/organization.rb', line 949

def dissolution_date
  read_property(:dissolution_date)
end

#dissolution_date=(value) ⇒ Object

The date that this organization was dissolved.



954
955
956
# File 'lib/schema_org/mixins/organization.rb', line 954

def dissolution_date=(value)
  write_property(:dissolution_date, value)
end

#diversity_policyObject

Statement on diversity policy by an [[Organization]] e.g. a [[NewsMediaOrganization]]. For a [[NewsMediaOrganization]], a statement describing the newsroom’s diversity policy on both staffing and sources, typically providing staffing data.



959
960
961
# File 'lib/schema_org/mixins/organization.rb', line 959

def diversity_policy
  read_property(:diversity_policy)
end

#diversity_policy=(value) ⇒ Object

Statement on diversity policy by an [[Organization]] e.g. a [[NewsMediaOrganization]]. For a [[NewsMediaOrganization]], a statement describing the newsroom’s diversity policy on both staffing and sources, typically providing staffing data.



964
965
966
# File 'lib/schema_org/mixins/organization.rb', line 964

def diversity_policy=(value)
  write_property(:diversity_policy, value)
end

#diversity_staffing_reportObject

For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), a report on staffing diversity issues. In a news context this might be for example ASNE or RTDNA (US) reports, or self-reported.



969
970
971
# File 'lib/schema_org/mixins/organization.rb', line 969

def diversity_staffing_report
  read_property(:diversity_staffing_report)
end

#diversity_staffing_report=(value) ⇒ Object

For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), a report on staffing diversity issues. In a news context this might be for example ASNE or RTDNA (US) reports, or self-reported.



974
975
976
# File 'lib/schema_org/mixins/organization.rb', line 974

def diversity_staffing_report=(value)
  write_property(:diversity_staffing_report, value)
end

#dunsObject

The Dun & Bradstreet DUNS number for identifying an organization or business person.



979
980
981
# File 'lib/schema_org/mixins/organization.rb', line 979

def duns
  read_property(:duns)
end

#duns=(value) ⇒ Object

The Dun & Bradstreet DUNS number for identifying an organization or business person.



984
985
986
# File 'lib/schema_org/mixins/organization.rb', line 984

def duns=(value)
  write_property(:duns, value)
end

#emailObject

Email address.



989
990
991
# File 'lib/schema_org/mixins/organization.rb', line 989

def email
  read_property(:email)
end

#email=(value) ⇒ Object

Email address.



994
995
996
# File 'lib/schema_org/mixins/organization.rb', line 994

def email=(value)
  write_property(:email, value)
end

#employeeObject

Someone working for this organization. Supersedes employees.



1000
1001
1002
# File 'lib/schema_org/mixins/organization.rb', line 1000

def employee
  read_property(:employee)
end

#employee=(value) ⇒ Object

Someone working for this organization. Supersedes employees.



1006
1007
1008
# File 'lib/schema_org/mixins/organization.rb', line 1006

def employee=(value)
  write_property(:employee, value)
end

#employeesObject

People working for this organization. Superseded by employee.



1012
1013
1014
# File 'lib/schema_org/mixins/organization.rb', line 1012

def employees
  read_property(:employees)
end

#employees=(value) ⇒ Object

People working for this organization. Superseded by employee.



1018
1019
1020
# File 'lib/schema_org/mixins/organization.rb', line 1018

def employees=(value)
  write_property(:employees, value)
end

#ethics_policyObject

Statement about ethics policy, e.g. of a [[NewsMediaOrganization]] regarding journalistic and publishing practices, or of a [[Restaurant]], a page describing food source policies. In the case of a [[NewsMediaOrganization]], an ethicsPolicy is typically a statement describing the personal, organizational, and corporate standards of behavior expected by the organization.



1023
1024
1025
# File 'lib/schema_org/mixins/organization.rb', line 1023

def ethics_policy
  read_property(:ethics_policy)
end

#ethics_policy=(value) ⇒ Object

Statement about ethics policy, e.g. of a [[NewsMediaOrganization]] regarding journalistic and publishing practices, or of a [[Restaurant]], a page describing food source policies. In the case of a [[NewsMediaOrganization]], an ethicsPolicy is typically a statement describing the personal, organizational, and corporate standards of behavior expected by the organization.



1028
1029
1030
# File 'lib/schema_org/mixins/organization.rb', line 1028

def ethics_policy=(value)
  write_property(:ethics_policy, value)
end

#eventObject

Upcoming or past event associated with this place, organization, or action. Supersedes events.



1034
1035
1036
# File 'lib/schema_org/mixins/organization.rb', line 1034

def event
  read_property(:event)
end

#event=(value) ⇒ Object

Upcoming or past event associated with this place, organization, or action. Supersedes events.



1040
1041
1042
# File 'lib/schema_org/mixins/organization.rb', line 1040

def event=(value)
  write_property(:event, value)
end

#eventsObject

Upcoming or past events associated with this place or organization. Superseded by event.



1046
1047
1048
# File 'lib/schema_org/mixins/organization.rb', line 1046

def events
  read_property(:events)
end

#events=(value) ⇒ Object

Upcoming or past events associated with this place or organization. Superseded by event.



1052
1053
1054
# File 'lib/schema_org/mixins/organization.rb', line 1052

def events=(value)
  write_property(:events, value)
end

#fax_numberObject

The fax number.



1057
1058
1059
# File 'lib/schema_org/mixins/organization.rb', line 1057

def fax_number
  read_property(:fax_number)
end

#fax_number=(value) ⇒ Object

The fax number.



1062
1063
1064
# File 'lib/schema_org/mixins/organization.rb', line 1062

def fax_number=(value)
  write_property(:fax_number, value)
end

#founderObject

A person or organization who founded this organization. Supersedes founders.



1068
1069
1070
# File 'lib/schema_org/mixins/organization.rb', line 1068

def founder
  read_property(:founder)
end

#founder=(value) ⇒ Object

A person or organization who founded this organization. Supersedes founders.



1074
1075
1076
# File 'lib/schema_org/mixins/organization.rb', line 1074

def founder=(value)
  write_property(:founder, value)
end

#foundersObject

A person who founded this organization. Superseded by founder.



1080
1081
1082
# File 'lib/schema_org/mixins/organization.rb', line 1080

def founders
  read_property(:founders)
end

#founders=(value) ⇒ Object

A person who founded this organization. Superseded by founder.



1086
1087
1088
# File 'lib/schema_org/mixins/organization.rb', line 1086

def founders=(value)
  write_property(:founders, value)
end

#founding_dateObject

The date that this organization was founded.



1091
1092
1093
# File 'lib/schema_org/mixins/organization.rb', line 1091

def founding_date
  read_property(:founding_date)
end

#founding_date=(value) ⇒ Object

The date that this organization was founded.



1096
1097
1098
# File 'lib/schema_org/mixins/organization.rb', line 1096

def founding_date=(value)
  write_property(:founding_date, value)
end

#founding_locationObject

The place where the Organization was founded.



1101
1102
1103
# File 'lib/schema_org/mixins/organization.rb', line 1101

def founding_location
  read_property(:founding_location)
end

#founding_location=(value) ⇒ Object

The place where the Organization was founded.



1106
1107
1108
# File 'lib/schema_org/mixins/organization.rb', line 1106

def founding_location=(value)
  write_property(:founding_location, value)
end

#funderObject

A person or organization that supports (sponsors) something through some kind of financial contribution.



1111
1112
1113
# File 'lib/schema_org/mixins/organization.rb', line 1111

def funder
  read_property(:funder)
end

#funder=(value) ⇒ Object

A person or organization that supports (sponsors) something through some kind of financial contribution.



1116
1117
1118
# File 'lib/schema_org/mixins/organization.rb', line 1116

def funder=(value)
  write_property(:funder, value)
end

#fundingObject

A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]]. Inverse-property: fundedItem.



1122
1123
1124
# File 'lib/schema_org/mixins/organization.rb', line 1122

def funding
  read_property(:funding)
end

#funding=(value) ⇒ Object

A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]]. Inverse-property: fundedItem.



1128
1129
1130
# File 'lib/schema_org/mixins/organization.rb', line 1128

def funding=(value)
  write_property(:funding, value)
end

#global_location_numberObject

The Global Location Number (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations.



1133
1134
1135
# File 'lib/schema_org/mixins/organization.rb', line 1133

def global_location_number
  read_property(:global_location_number)
end

#global_location_number=(value) ⇒ Object

The Global Location Number (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations.



1138
1139
1140
# File 'lib/schema_org/mixins/organization.rb', line 1138

def global_location_number=(value)
  write_property(:global_location_number, value)
end

#has_certificationObject

Certification information about a product, organization, service, place, or person.



1143
1144
1145
# File 'lib/schema_org/mixins/organization.rb', line 1143

def has_certification
  read_property(:has_certification)
end

#has_certification=(value) ⇒ Object

Certification information about a product, organization, service, place, or person.



1148
1149
1150
# File 'lib/schema_org/mixins/organization.rb', line 1148

def has_certification=(value)
  write_property(:has_certification, value)
end

#has_credentialObject

A credential awarded to the Person or Organization.



1153
1154
1155
# File 'lib/schema_org/mixins/organization.rb', line 1153

def has_credential
  read_property(:has_credential)
end

#has_credential=(value) ⇒ Object

A credential awarded to the Person or Organization.



1158
1159
1160
# File 'lib/schema_org/mixins/organization.rb', line 1158

def has_credential=(value)
  write_property(:has_credential, value)
end

The GS1 digital link associated with the object. This URL should conform to the particular requirements of digital links. The link should only contain the Application Identifiers (AIs) that are relevant for the entity being annotated, for instance a [[Product]] or an [[Organization]], and for the correct granularity. In particular, for products:

  • A Digital Link that contains a serial number (AI 21) should only be present on instances of [[IndividualProduct]]
  • A Digital Link that contains a lot number (AI 10) should be annotated as [[SomeProducts]] if only products from that lot are sold, or [[IndividualProduct]] if there is only a specific product.
  • A Digital Link that contains a global model number (AI 8013) should be attached to a [[Product]] or a [[ProductModel]].
Other item types should be adapted similarly.



1163
1164
1165
# File 'lib/schema_org/mixins/organization.rb', line 1163

def has_gs1_digital_link
  read_property(:has_gs1_digital_link)
end

#has_gs1_digital_link=(value) ⇒ Object

The GS1 digital link associated with the object. This URL should conform to the particular requirements of digital links. The link should only contain the Application Identifiers (AIs) that are relevant for the entity being annotated, for instance a [[Product]] or an [[Organization]], and for the correct granularity. In particular, for products:

  • A Digital Link that contains a serial number (AI 21) should only be present on instances of [[IndividualProduct]]
  • A Digital Link that contains a lot number (AI 10) should be annotated as [[SomeProducts]] if only products from that lot are sold, or [[IndividualProduct]] if there is only a specific product.
  • A Digital Link that contains a global model number (AI 8013) should be attached to a [[Product]] or a [[ProductModel]].
Other item types should be adapted similarly.



1168
1169
1170
# File 'lib/schema_org/mixins/organization.rb', line 1168

def has_gs1_digital_link=(value)
  write_property(:has_gs1_digital_link, value)
end

#has_member_programObject

MemberProgram offered by an Organization, for example an eCommerce merchant or an airline.



1173
1174
1175
# File 'lib/schema_org/mixins/organization.rb', line 1173

def has_member_program
  read_property(:has_member_program)
end

#has_member_program=(value) ⇒ Object

MemberProgram offered by an Organization, for example an eCommerce merchant or an airline.



1178
1179
1180
# File 'lib/schema_org/mixins/organization.rb', line 1178

def has_member_program=(value)
  write_property(:has_member_program, value)
end

#has_merchant_return_policyObject

Specifies a MerchantReturnPolicy that may be applicable. Supersedes hasProductReturnPolicy.



1184
1185
1186
# File 'lib/schema_org/mixins/organization.rb', line 1184

def has_merchant_return_policy
  read_property(:has_merchant_return_policy)
end

#has_merchant_return_policy=(value) ⇒ Object

Specifies a MerchantReturnPolicy that may be applicable. Supersedes hasProductReturnPolicy.



1190
1191
1192
# File 'lib/schema_org/mixins/organization.rb', line 1190

def has_merchant_return_policy=(value)
  write_property(:has_merchant_return_policy, value)
end

#has_offer_catalogObject

Indicates an OfferCatalog listing for this Organization, Person, or Service.



1195
1196
1197
# File 'lib/schema_org/mixins/organization.rb', line 1195

def has_offer_catalog
  read_property(:has_offer_catalog)
end

#has_offer_catalog=(value) ⇒ Object

Indicates an OfferCatalog listing for this Organization, Person, or Service.



1200
1201
1202
# File 'lib/schema_org/mixins/organization.rb', line 1200

def has_offer_catalog=(value)
  write_property(:has_offer_catalog, value)
end

#has_posObject

Points-of-Sales operated by the organization or person.



1205
1206
1207
# File 'lib/schema_org/mixins/organization.rb', line 1205

def has_pos
  read_property(:has_pos)
end

#has_pos=(value) ⇒ Object

Points-of-Sales operated by the organization or person.



1210
1211
1212
# File 'lib/schema_org/mixins/organization.rb', line 1210

def has_pos=(value)
  write_property(:has_pos, value)
end

#has_product_return_policyObject

Indicates a ProductReturnPolicy that may be applicable. Superseded by hasMerchantReturnPolicy.



1216
1217
1218
# File 'lib/schema_org/mixins/organization.rb', line 1216

def has_product_return_policy
  read_property(:has_product_return_policy)
end

#has_product_return_policy=(value) ⇒ Object

Indicates a ProductReturnPolicy that may be applicable. Superseded by hasMerchantReturnPolicy.



1222
1223
1224
# File 'lib/schema_org/mixins/organization.rb', line 1222

def has_product_return_policy=(value)
  write_property(:has_product_return_policy, value)
end

#has_shipping_serviceObject

Specification of a shipping service offered by the organization.



1227
1228
1229
# File 'lib/schema_org/mixins/organization.rb', line 1227

def has_shipping_service
  read_property(:has_shipping_service)
end

#has_shipping_service=(value) ⇒ Object

Specification of a shipping service offered by the organization.



1232
1233
1234
# File 'lib/schema_org/mixins/organization.rb', line 1232

def has_shipping_service=(value)
  write_property(:has_shipping_service, value)
end

#interaction_statisticObject

The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used. Supersedes interactionCount.



1238
1239
1240
# File 'lib/schema_org/mixins/organization.rb', line 1238

def interaction_statistic
  read_property(:interaction_statistic)
end

#interaction_statistic=(value) ⇒ Object

The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used. Supersedes interactionCount.



1244
1245
1246
# File 'lib/schema_org/mixins/organization.rb', line 1244

def interaction_statistic=(value)
  write_property(:interaction_statistic, value)
end

#isic_v4Object

The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place.



1249
1250
1251
# File 'lib/schema_org/mixins/organization.rb', line 1249

def isic_v4
  read_property(:isic_v4)
end

#isic_v4=(value) ⇒ Object

The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place.



1254
1255
1256
# File 'lib/schema_org/mixins/organization.rb', line 1254

def isic_v4=(value)
  write_property(:isic_v4, value)
end

#iso6523_codeObject

An organization identifier as defined in ISO 6523(-1). The identifier should be in the XXXX:YYYYYY:ZZZ or XXXX:YYYYYYformat. Where XXXX is a 4 digit ICD (International Code Designator), YYYYYY is an OID (Organization Identifier) with all formatting characters (dots, dashes, spaces) removed with a maximal length of 35 characters, and ZZZ is an optional OPI (Organization Part Identifier) with a maximum length of 35 characters. The various components (ICD, OID, OPI) are joined with a colon character (ASCII 0x3a). Note that many existing organization identifiers defined as attributes like leiCode (0199), duns (0060) or GLN (0088) can be expressed using ISO-6523. If possible, ISO-6523 codes should be preferred to populating vatID or taxID, as ISO identifiers are less ambiguous.



1259
1260
1261
# File 'lib/schema_org/mixins/organization.rb', line 1259

def iso6523_code
  read_property(:iso6523_code)
end

#iso6523_code=(value) ⇒ Object

An organization identifier as defined in ISO 6523(-1). The identifier should be in the XXXX:YYYYYY:ZZZ or XXXX:YYYYYYformat. Where XXXX is a 4 digit ICD (International Code Designator), YYYYYY is an OID (Organization Identifier) with all formatting characters (dots, dashes, spaces) removed with a maximal length of 35 characters, and ZZZ is an optional OPI (Organization Part Identifier) with a maximum length of 35 characters. The various components (ICD, OID, OPI) are joined with a colon character (ASCII 0x3a). Note that many existing organization identifiers defined as attributes like leiCode (0199), duns (0060) or GLN (0088) can be expressed using ISO-6523. If possible, ISO-6523 codes should be preferred to populating vatID or taxID, as ISO identifiers are less ambiguous.



1264
1265
1266
# File 'lib/schema_org/mixins/organization.rb', line 1264

def iso6523_code=(value)
  write_property(:iso6523_code, value)
end

#keywordsObject

Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property.



1269
1270
1271
# File 'lib/schema_org/mixins/organization.rb', line 1269

def keywords
  read_property(:keywords)
end

#keywords=(value) ⇒ Object

Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property.



1274
1275
1276
# File 'lib/schema_org/mixins/organization.rb', line 1274

def keywords=(value)
  write_property(:keywords, value)
end

#knows_aboutObject

Of a [[Person]], and less typically of an [[Organization]], to indicate a topic that is known about - suggesting possible expertise but not implying it. We do not distinguish skill levels here, or relate this to educational content, events, objectives or [[JobPosting]] descriptions.



1279
1280
1281
# File 'lib/schema_org/mixins/organization.rb', line 1279

def knows_about
  read_property(:knows_about)
end

#knows_about=(value) ⇒ Object

Of a [[Person]], and less typically of an [[Organization]], to indicate a topic that is known about - suggesting possible expertise but not implying it. We do not distinguish skill levels here, or relate this to educational content, events, objectives or [[JobPosting]] descriptions.



1284
1285
1286
# File 'lib/schema_org/mixins/organization.rb', line 1284

def knows_about=(value)
  write_property(:knows_about, value)
end

#knows_languageObject

Of a [[Person]], and less typically of an [[Organization]], to indicate a known language. We do not distinguish skill levels or reading/writing/speaking/signing here. Use language codes from the IETF BCP 47 standard.



1289
1290
1291
# File 'lib/schema_org/mixins/organization.rb', line 1289

def knows_language
  read_property(:knows_language)
end

#knows_language=(value) ⇒ Object

Of a [[Person]], and less typically of an [[Organization]], to indicate a known language. We do not distinguish skill levels or reading/writing/speaking/signing here. Use language codes from the IETF BCP 47 standard.



1294
1295
1296
# File 'lib/schema_org/mixins/organization.rb', line 1294

def knows_language=(value)
  write_property(:knows_language, value)
end

The legal address of an organization which acts as the officially registered address used for legal and tax purposes. The legal address can be different from the place of operations of a business and other addresses can be part of an organization.



1299
1300
1301
# File 'lib/schema_org/mixins/organization.rb', line 1299

def legal_address
  read_property(:legal_address)
end

The legal address of an organization which acts as the officially registered address used for legal and tax purposes. The legal address can be different from the place of operations of a business and other addresses can be part of an organization.



1304
1305
1306
# File 'lib/schema_org/mixins/organization.rb', line 1304

def legal_address=(value)
  write_property(:legal_address, value)
end

The official name of the organization, e.g. the registered company name.



1309
1310
1311
# File 'lib/schema_org/mixins/organization.rb', line 1309

def legal_name
  read_property(:legal_name)
end

The official name of the organization, e.g. the registered company name.



1314
1315
1316
# File 'lib/schema_org/mixins/organization.rb', line 1314

def legal_name=(value)
  write_property(:legal_name, value)
end

One or multiple persons who represent this organization legally such as CEO or sole administrator.



1319
1320
1321
# File 'lib/schema_org/mixins/organization.rb', line 1319

def legal_representative
  read_property(:legal_representative)
end

One or multiple persons who represent this organization legally such as CEO or sole administrator.



1324
1325
1326
# File 'lib/schema_org/mixins/organization.rb', line 1324

def legal_representative=(value)
  write_property(:legal_representative, value)
end

#lei_codeObject

An organization identifier that uniquely identifies a legal entity as defined in ISO 17442.



1329
1330
1331
# File 'lib/schema_org/mixins/organization.rb', line 1329

def lei_code
  read_property(:lei_code)
end

#lei_code=(value) ⇒ Object

An organization identifier that uniquely identifies a legal entity as defined in ISO 17442.



1334
1335
1336
# File 'lib/schema_org/mixins/organization.rb', line 1334

def lei_code=(value)
  write_property(:lei_code, value)
end

#locationObject

The location of, for example, where an event is happening, where an organization is located, or where an action takes place.



1339
1340
1341
# File 'lib/schema_org/mixins/organization.rb', line 1339

def location
  read_property(:location)
end

#location=(value) ⇒ Object

The location of, for example, where an event is happening, where an organization is located, or where an action takes place.



1344
1345
1346
# File 'lib/schema_org/mixins/organization.rb', line 1344

def location=(value)
  write_property(:location, value)
end

#logoObject

An associated logo.



1349
1350
1351
# File 'lib/schema_org/mixins/organization.rb', line 1349

def 
  read_property(:logo)
end

#logo=(value) ⇒ Object

An associated logo.



1354
1355
1356
# File 'lib/schema_org/mixins/organization.rb', line 1354

def logo=(value)
  write_property(:logo, value)
end

#makes_offerObject

A pointer to products or services offered by the organization or person. Inverse-property: offeredBy.



1360
1361
1362
# File 'lib/schema_org/mixins/organization.rb', line 1360

def makes_offer
  read_property(:makes_offer)
end

#makes_offer=(value) ⇒ Object

A pointer to products or services offered by the organization or person. Inverse-property: offeredBy.



1366
1367
1368
# File 'lib/schema_org/mixins/organization.rb', line 1366

def makes_offer=(value)
  write_property(:makes_offer, value)
end

#memberObject

A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals. Supersedes members. Supersedes musicGroupMember. Inverse-property: memberOf.



1374
1375
1376
# File 'lib/schema_org/mixins/organization.rb', line 1374

def member
  read_property(:member)
end

#member=(value) ⇒ Object

A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals. Supersedes members. Supersedes musicGroupMember. Inverse-property: memberOf.



1382
1383
1384
# File 'lib/schema_org/mixins/organization.rb', line 1382

def member=(value)
  write_property(:member, value)
end

#member_ofObject

An Organization (or ProgramMembership) to which this Person or Organization belongs. Inverse-property: member.



1388
1389
1390
# File 'lib/schema_org/mixins/organization.rb', line 1388

def member_of
  read_property(:member_of)
end

#member_of=(value) ⇒ Object

An Organization (or ProgramMembership) to which this Person or Organization belongs. Inverse-property: member.



1394
1395
1396
# File 'lib/schema_org/mixins/organization.rb', line 1394

def member_of=(value)
  write_property(:member_of, value)
end

#membersObject

A member of this organization. Superseded by member.



1400
1401
1402
# File 'lib/schema_org/mixins/organization.rb', line 1400

def members
  read_property(:members)
end

#members=(value) ⇒ Object

A member of this organization. Superseded by member.



1406
1407
1408
# File 'lib/schema_org/mixins/organization.rb', line 1406

def members=(value)
  write_property(:members, value)
end

#naicsObject

The North American Industry Classification System (NAICS) code for a particular organization or business person.



1411
1412
1413
# File 'lib/schema_org/mixins/organization.rb', line 1411

def naics
  read_property(:naics)
end

#naics=(value) ⇒ Object

The North American Industry Classification System (NAICS) code for a particular organization or business person.



1416
1417
1418
# File 'lib/schema_org/mixins/organization.rb', line 1416

def naics=(value)
  write_property(:naics, value)
end

#nonprofit_statusObject

nonprofitStatus indicates the legal status of a non-profit organization in its primary place of business.



1421
1422
1423
# File 'lib/schema_org/mixins/organization.rb', line 1421

def nonprofit_status
  read_property(:nonprofit_status)
end

#nonprofit_status=(value) ⇒ Object

nonprofitStatus indicates the legal status of a non-profit organization in its primary place of business.



1426
1427
1428
# File 'lib/schema_org/mixins/organization.rb', line 1426

def nonprofit_status=(value)
  write_property(:nonprofit_status, value)
end

#number_of_employeesObject

The number of employees in an organization, e.g. business.



1431
1432
1433
# File 'lib/schema_org/mixins/organization.rb', line 1431

def number_of_employees
  read_property(:number_of_employees)
end

#number_of_employees=(value) ⇒ Object

The number of employees in an organization, e.g. business.



1436
1437
1438
# File 'lib/schema_org/mixins/organization.rb', line 1436

def number_of_employees=(value)
  write_property(:number_of_employees, value)
end

#ownership_funding_infoObject

For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), a description of organizational ownership structure; funding and grants. In a news/media setting, this is with particular reference to editorial independence. Note that the [[funder]] is also available and can be used to make basic funder information machine-readable.



1441
1442
1443
# File 'lib/schema_org/mixins/organization.rb', line 1441

def ownership_funding_info
  read_property(:ownership_funding_info)
end

#ownership_funding_info=(value) ⇒ Object

For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), a description of organizational ownership structure; funding and grants. In a news/media setting, this is with particular reference to editorial independence. Note that the [[funder]] is also available and can be used to make basic funder information machine-readable.



1446
1447
1448
# File 'lib/schema_org/mixins/organization.rb', line 1446

def ownership_funding_info=(value)
  write_property(:ownership_funding_info, value)
end

#ownsObject

Things owned by the organization or person. Inverse-property: owner.



1452
1453
1454
# File 'lib/schema_org/mixins/organization.rb', line 1452

def owns
  read_property(:owns)
end

#owns=(value) ⇒ Object

Things owned by the organization or person. Inverse-property: owner.



1458
1459
1460
# File 'lib/schema_org/mixins/organization.rb', line 1458

def owns=(value)
  write_property(:owns, value)
end

#parent_organizationObject

The larger organization that this organization is a [[subOrganization]] of, if any. Supersedes branchOf. Inverse-property: subOrganization.



1465
1466
1467
# File 'lib/schema_org/mixins/organization.rb', line 1465

def parent_organization
  read_property(:parent_organization)
end

#parent_organization=(value) ⇒ Object

The larger organization that this organization is a [[subOrganization]] of, if any. Supersedes branchOf. Inverse-property: subOrganization.



1472
1473
1474
# File 'lib/schema_org/mixins/organization.rb', line 1472

def parent_organization=(value)
  write_property(:parent_organization, value)
end

#publishing_principlesObject

The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].

While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology.



1479
1480
1481
# File 'lib/schema_org/mixins/organization.rb', line 1479

def publishing_principles
  read_property(:publishing_principles)
end

#publishing_principles=(value) ⇒ Object

The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].

While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology.



1486
1487
1488
# File 'lib/schema_org/mixins/organization.rb', line 1486

def publishing_principles=(value)
  write_property(:publishing_principles, value)
end

#reviewObject

A review of the item. Supersedes reviews.



1492
1493
1494
# File 'lib/schema_org/mixins/organization.rb', line 1492

def review
  read_property(:review)
end

#review=(value) ⇒ Object

A review of the item. Supersedes reviews.



1498
1499
1500
# File 'lib/schema_org/mixins/organization.rb', line 1498

def review=(value)
  write_property(:review, value)
end

#reviewsObject

Review of the item. Superseded by review.



1504
1505
1506
# File 'lib/schema_org/mixins/organization.rb', line 1504

def reviews
  read_property(:reviews)
end

#reviews=(value) ⇒ Object

Review of the item. Superseded by review.



1510
1511
1512
# File 'lib/schema_org/mixins/organization.rb', line 1510

def reviews=(value)
  write_property(:reviews, value)
end

#seeksObject

A pointer to products or services sought by the organization or person (demand).



1515
1516
1517
# File 'lib/schema_org/mixins/organization.rb', line 1515

def seeks
  read_property(:seeks)
end

#seeks=(value) ⇒ Object

A pointer to products or services sought by the organization or person (demand).



1520
1521
1522
# File 'lib/schema_org/mixins/organization.rb', line 1520

def seeks=(value)
  write_property(:seeks, value)
end

#service_areaObject

The geographic area where the service is provided. Supersedes area. Superseded by areaServed.



1527
1528
1529
# File 'lib/schema_org/mixins/organization.rb', line 1527

def service_area
  read_property(:service_area)
end

#service_area=(value) ⇒ Object

The geographic area where the service is provided. Supersedes area. Superseded by areaServed.



1534
1535
1536
# File 'lib/schema_org/mixins/organization.rb', line 1534

def service_area=(value)
  write_property(:service_area, value)
end

#skillsObject

A statement of knowledge, skill, ability, task or any other assertion expressing a competency that is either claimed by a person, an organization or desired or required to fulfill a role or to work in an occupation.



1539
1540
1541
# File 'lib/schema_org/mixins/organization.rb', line 1539

def skills
  read_property(:skills)
end

#skills=(value) ⇒ Object

A statement of knowledge, skill, ability, task or any other assertion expressing a competency that is either claimed by a person, an organization or desired or required to fulfill a role or to work in an occupation.



1544
1545
1546
# File 'lib/schema_org/mixins/organization.rb', line 1544

def skills=(value)
  write_property(:skills, value)
end

#sloganObject

A slogan or motto associated with the item.



1549
1550
1551
# File 'lib/schema_org/mixins/organization.rb', line 1549

def slogan
  read_property(:slogan)
end

#slogan=(value) ⇒ Object

A slogan or motto associated with the item.



1554
1555
1556
# File 'lib/schema_org/mixins/organization.rb', line 1554

def slogan=(value)
  write_property(:slogan, value)
end

A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.



1559
1560
1561
# File 'lib/schema_org/mixins/organization.rb', line 1559

def sponsor
  read_property(:sponsor)
end

#sponsor=(value) ⇒ Object

A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.



1564
1565
1566
# File 'lib/schema_org/mixins/organization.rb', line 1564

def sponsor=(value)
  write_property(:sponsor, value)
end

#sub_organizationObject

A relationship between two organizations where the first includes the second, e.g., as a subsidiary. See also: the more specific 'department' property. Inverse-property: parentOrganization.



1570
1571
1572
# File 'lib/schema_org/mixins/organization.rb', line 1570

def sub_organization
  read_property(:sub_organization)
end

#sub_organization=(value) ⇒ Object

A relationship between two organizations where the first includes the second, e.g., as a subsidiary. See also: the more specific 'department' property. Inverse-property: parentOrganization.



1576
1577
1578
# File 'lib/schema_org/mixins/organization.rb', line 1576

def sub_organization=(value)
  write_property(:sub_organization, value)
end

#tax_idObject

The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain.



1581
1582
1583
# File 'lib/schema_org/mixins/organization.rb', line 1581

def tax_id
  read_property(:tax_id)
end

#tax_id=(value) ⇒ Object

The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain.



1586
1587
1588
# File 'lib/schema_org/mixins/organization.rb', line 1586

def tax_id=(value)
  write_property(:tax_id, value)
end

#telephoneObject

The telephone number.



1591
1592
1593
# File 'lib/schema_org/mixins/organization.rb', line 1591

def telephone
  read_property(:telephone)
end

#telephone=(value) ⇒ Object

The telephone number.



1596
1597
1598
# File 'lib/schema_org/mixins/organization.rb', line 1596

def telephone=(value)
  write_property(:telephone, value)
end

#unnamed_sources_policyObject

For an [[Organization]] (typically a [[NewsMediaOrganization]]), a statement about policy on use of unnamed sources and the decision process required.



1601
1602
1603
# File 'lib/schema_org/mixins/organization.rb', line 1601

def unnamed_sources_policy
  read_property(:unnamed_sources_policy)
end

#unnamed_sources_policy=(value) ⇒ Object

For an [[Organization]] (typically a [[NewsMediaOrganization]]), a statement about policy on use of unnamed sources and the decision process required.



1606
1607
1608
# File 'lib/schema_org/mixins/organization.rb', line 1606

def unnamed_sources_policy=(value)
  write_property(:unnamed_sources_policy, value)
end

#vat_idObject

The value-added Tax ID of the organization or person with national prefix (for example IT123456789). Can also be described as [[iso6523Code]] with proper prefix.



1611
1612
1613
# File 'lib/schema_org/mixins/organization.rb', line 1611

def vat_id
  read_property(:vat_id)
end

#vat_id=(value) ⇒ Object

The value-added Tax ID of the organization or person with national prefix (for example IT123456789). Can also be described as [[iso6523Code]] with proper prefix.



1616
1617
1618
# File 'lib/schema_org/mixins/organization.rb', line 1616

def vat_id=(value)
  write_property(:vat_id, value)
end