rdf-vocab 3.1.7 → 3.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (67) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/lib/rdf/vocab.rb +5 -1
  4. data/lib/rdf/vocab/acl.rb +20 -60
  5. data/lib/rdf/vocab/as.rb +90 -90
  6. data/lib/rdf/vocab/bf2.rb +488 -488
  7. data/lib/rdf/vocab/bibo.rb +120 -123
  8. data/lib/rdf/vocab/cc.rb +18 -47
  9. data/lib/rdf/vocab/crm.rb +240 -775
  10. data/lib/rdf/vocab/dc.rb +98 -98
  11. data/lib/rdf/vocab/dc11.rb +30 -30
  12. data/lib/rdf/vocab/dcat.rb +85 -85
  13. data/lib/rdf/vocab/dcmitype.rb +12 -12
  14. data/lib/rdf/vocab/disco.rb +58 -58
  15. data/lib/rdf/vocab/dwc.rb +188 -188
  16. data/lib/rdf/vocab/earl.rb +27 -27
  17. data/lib/rdf/vocab/ebucore.rb +1232 -1522
  18. data/lib/rdf/vocab/edm.rb +52 -75
  19. data/lib/rdf/vocab/fcrepo4.rb +21 -21
  20. data/lib/rdf/vocab/foaf.rb +75 -75
  21. data/lib/rdf/vocab/geo.rb +8 -109
  22. data/lib/rdf/vocab/geojson.rb +16 -16
  23. data/lib/rdf/vocab/geonames.rb +1344 -1352
  24. data/lib/rdf/vocab/gr.rb +177 -564
  25. data/lib/rdf/vocab/ht.rb +40 -40
  26. data/lib/rdf/vocab/hydra.rb +99 -58
  27. data/lib/rdf/vocab/iana.rb +71 -113
  28. data/lib/rdf/vocab/ical.rb +123 -171
  29. data/lib/rdf/vocab/identifiers.rb +161 -662
  30. data/lib/rdf/vocab/iiif.rb +25 -25
  31. data/lib/rdf/vocab/jsonld.rb +33 -51
  32. data/lib/rdf/vocab/lrmi.rb +16 -16
  33. data/lib/rdf/vocab/ma.rb +79 -79
  34. data/lib/rdf/vocab/marcrelators.rb +4 -3
  35. data/lib/rdf/vocab/mo.rb +196 -539
  36. data/lib/rdf/vocab/mods.rb +119 -123
  37. data/lib/rdf/vocab/oa.rb +68 -72
  38. data/lib/rdf/vocab/ogc.rb +8 -8
  39. data/lib/rdf/vocab/ore.rb +13 -13
  40. data/lib/rdf/vocab/org.rb +46 -46
  41. data/lib/rdf/vocab/pcdm.rb +11 -33
  42. data/lib/rdf/vocab/pplan.rb +18 -196
  43. data/lib/rdf/vocab/premis.rb +321 -416
  44. data/lib/rdf/vocab/premiseventtype.rb +1 -1
  45. data/lib/rdf/vocab/prov.rb +90 -115
  46. data/lib/rdf/vocab/ptr.rb +34 -36
  47. data/lib/rdf/vocab/rightsstatements.rb +12 -12
  48. data/lib/rdf/vocab/rss.rb +10 -10
  49. data/lib/rdf/vocab/schema.rb +3131 -3445
  50. data/lib/rdf/vocab/schemas.rb +27066 -0
  51. data/lib/rdf/vocab/sd.rb +38 -38
  52. data/lib/rdf/vocab/sh.rb +183 -183
  53. data/lib/rdf/vocab/sioc.rb +97 -97
  54. data/lib/rdf/vocab/siocservices.rb +8 -8
  55. data/lib/rdf/vocab/sioctypes.rb +38 -38
  56. data/lib/rdf/vocab/skos.rb +45 -47
  57. data/lib/rdf/vocab/skosxl.rb +10 -10
  58. data/lib/rdf/vocab/v.rb +32 -36
  59. data/lib/rdf/vocab/vcard.rb +117 -118
  60. data/lib/rdf/vocab/vmd.rb +32 -36
  61. data/lib/rdf/vocab/void.rb +26 -26
  62. data/lib/rdf/vocab/vs.rb +4 -4
  63. data/lib/rdf/vocab/wdrs.rb +22 -22
  64. data/lib/rdf/vocab/wot.rb +18 -18
  65. data/lib/rdf/vocab/xhv.rb +84 -200
  66. data/lib/rdf/vocab/xkos.rb +10 -10
  67. metadata +6 -5
@@ -50,7 +50,7 @@ module RDF::Vocab
50
50
 
51
51
  # Class definitions
52
52
  term :Label,
53
- definition: %(A special class of lexical entities.).freeze,
53
+ definition: "A special class of lexical entities.".freeze,
54
54
  isDefinedBy: "http://www.w3.org/2008/05/skos-xl".freeze,
55
55
  label: "Label".freeze,
56
56
  "owl:disjointWith": ["skos:Collection".freeze, "skos:Concept".freeze, "skos:ConceptScheme".freeze],
@@ -63,23 +63,23 @@ module RDF::Vocab
63
63
 
64
64
  # Property definitions
65
65
  property :altLabel,
66
- comment: %(If C skosxl:altLabel L and L skosxl:literalForm V, then X skos:altLabel V.).freeze,
67
- definition: %(The property skosxl:altLabel is used to associate an skosxl:Label with a skos:Concept. The property is analogous to skos:altLabel.).freeze,
66
+ comment: "If C skosxl:altLabel L and L skosxl:literalForm V, then X skos:altLabel V.".freeze,
67
+ definition: "The property skosxl:altLabel is used to associate an skosxl:Label with a skos:Concept. The property is analogous to skos:altLabel.".freeze,
68
68
  isDefinedBy: "http://www.w3.org/2008/05/skos-xl".freeze,
69
69
  label: "alternative label".freeze,
70
70
  range: "skosxl:Label".freeze,
71
71
  "rdfs:seeAlso": "skos:altLabel".freeze,
72
72
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
73
73
  property :hiddenLabel,
74
- comment: %(If C skosxl:hiddenLabel L and L skosxl:literalForm V, then C skos:hiddenLabel V.).freeze,
75
- definition: %(The property skosxl:hiddenLabel is used to associate an skosxl:Label with a skos:Concept. The property is analogous to skos:hiddenLabel.).freeze,
74
+ comment: "If C skosxl:hiddenLabel L and L skosxl:literalForm V, then C skos:hiddenLabel V.".freeze,
75
+ definition: "The property skosxl:hiddenLabel is used to associate an skosxl:Label with a skos:Concept. The property is analogous to skos:hiddenLabel.".freeze,
76
76
  isDefinedBy: "http://www.w3.org/2008/05/skos-xl".freeze,
77
77
  label: "hidden label".freeze,
78
78
  range: "skosxl:Label".freeze,
79
79
  "rdfs:seeAlso": "skos:hiddenLabel".freeze,
80
80
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
81
81
  property :labelRelation,
82
- definition: %(The property skosxl:labelRelation is used for representing binary \('direct'\) relations between instances of the class skosxl:Label.).freeze,
82
+ definition: "The property skosxl:labelRelation is used for representing binary ('direct') relations between instances of the class skosxl:Label.".freeze,
83
83
  domain: "skosxl:Label".freeze,
84
84
  isDefinedBy: "http://www.w3.org/2008/05/skos-xl".freeze,
85
85
  label: "label relation".freeze,
@@ -87,15 +87,15 @@ module RDF::Vocab
87
87
  "skos:scopeNote": "skosxl:labelRelation is not intended to be used directly, but rather as the basis for a design pattern which can be refined for more specific labeling scenarios.".freeze,
88
88
  type: ["owl:ObjectProperty".freeze, "owl:SymmetricProperty".freeze, "rdf:Property".freeze]
89
89
  property :literalForm,
90
- comment: [%(If two instances of the class skosxl:Label have the same literal form, they are not necessarily the same resource.).freeze, %(The range of skosxl:literalForm is the class of RDF plain literals.).freeze],
91
- definition: %(The property skosxl:literalForm is used to give the literal form of an skosxl:Label.).freeze,
90
+ comment: ["If two instances of the class skosxl:Label have the same literal form, they are not necessarily the same resource.".freeze, "The range of skosxl:literalForm is the class of RDF plain literals.".freeze],
91
+ definition: "The property skosxl:literalForm is used to give the literal form of an skosxl:Label.".freeze,
92
92
  domain: "skosxl:Label".freeze,
93
93
  isDefinedBy: "http://www.w3.org/2008/05/skos-xl".freeze,
94
94
  label: "literal form".freeze,
95
95
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
96
96
  property :prefLabel,
97
- comment: %(If C skosxl:prefLabel L and L skosxl:literalForm V, then X skos:prefLabel V.).freeze,
98
- definition: %(The property skosxl:prefLabel is used to associate an skosxl:Label with a skos:Concept. The property is analogous to skos:prefLabel.).freeze,
97
+ comment: "If C skosxl:prefLabel L and L skosxl:literalForm V, then X skos:prefLabel V.".freeze,
98
+ definition: "The property skosxl:prefLabel is used to associate an skosxl:Label with a skos:Concept. The property is analogous to skos:prefLabel.".freeze,
99
99
  isDefinedBy: "http://www.w3.org/2008/05/skos-xl".freeze,
100
100
  label: "preferred label".freeze,
101
101
  range: "skosxl:Label".freeze,
@@ -301,52 +301,50 @@ module RDF::Vocab
301
301
 
302
302
  # Class definitions
303
303
  term :Address,
304
- comment: %(Postal address for a Person or Organization.).freeze,
304
+ comment: "Postal address for a Person or Organization.".freeze,
305
305
  type: "rdfs:Class".freeze
306
306
  term :Breadcrumb,
307
- comment: %(Represents a single Breadcrumb in a Breadcrumb trail.).freeze,
307
+ comment: "Represents a single Breadcrumb in a Breadcrumb trail.".freeze,
308
308
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
309
309
  term :Instructions,
310
- comment: %(Represents the steps to make a dish.).freeze,
310
+ comment: "Represents the steps to make a dish.".freeze,
311
311
  type: "rdfs:Class".freeze
312
312
  term :Nutrition,
313
- comment: %(Represents the nutrition information about a recipe.).freeze,
313
+ comment: "Represents the nutrition information about a recipe.".freeze,
314
314
  type: "rdfs:Class".freeze
315
315
  term :Offer,
316
- comment: %(Represents an offer to sell a product.).freeze,
316
+ comment: "Represents an offer to sell a product.".freeze,
317
317
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
318
318
  term :OfferAggregate,
319
- comment: %(Represents a collection of offers to sell a product.).freeze,
319
+ comment: "Represents a collection of offers to sell a product.".freeze,
320
320
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
321
321
  term :Organization,
322
- comment: %(An Organization is a business, agency, school, etc.).freeze,
322
+ comment: "An Organization is a business, agency, school, etc.".freeze,
323
323
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
324
324
  term :Person,
325
- comment: %(Represents a Person, living/dead/fictional.).freeze,
325
+ comment: "Represents a Person, living/dead/fictional.".freeze,
326
326
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
327
327
  term :Product,
328
- comment: %(Represents a product or service in a Review or Review-aggregate.).freeze,
328
+ comment: "Represents a product or service in a Review or Review-aggregate.".freeze,
329
329
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
330
330
  term :Rating,
331
- comment: %(Represents a rating in a Review or Review-aggregate.).freeze,
331
+ comment: "Represents a rating in a Review or Review-aggregate.".freeze,
332
332
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
333
333
  term :Recipe,
334
- comment: %(A single instance of a Recipe.).freeze,
334
+ comment: "A single instance of a Recipe.".freeze,
335
335
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
336
336
  term :RecipeIngredient,
337
- comment: %(Represents ingredients used in a recipe.).freeze,
337
+ comment: "Represents ingredients used in a recipe.".freeze,
338
338
  type: "rdfs:Class".freeze
339
339
  term :Review,
340
- comment: %(A single instance of a Review.).freeze,
340
+ comment: "A single instance of a Review.".freeze,
341
341
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
342
342
  term :"Review-aggregate",
343
- comment: %(Represents data from a collection of reviews.
344
- Can be used whether or not there is instance-level Review data on the page.
345
- ).freeze,
343
+ comment: "Represents data from a collection of reviews.\n Can be used whether or not there is instance-level Review data on the page.\n ".freeze,
346
344
  subClassOf: "v:Review".freeze,
347
345
  type: "rdfs:Class".freeze
348
346
  term :TimeRange,
349
- comment: %(Represents the length of time it takes to prepare a recipe.).freeze,
347
+ comment: "Represents the length of time it takes to prepare a recipe.".freeze,
350
348
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
351
349
 
352
350
  # Property definitions
@@ -361,7 +359,7 @@ module RDF::Vocab
361
359
  range: "v:Address".freeze,
362
360
  type: "rdf:Property".freeze
363
361
  property :affiliation,
364
- comment: %(An affiliation can be specified by a string literal or an Organization instance.).freeze,
362
+ comment: "An affiliation can be specified by a string literal or an Organization instance.".freeze,
365
363
  domain: "v:Person".freeze,
366
364
  range: term(
367
365
  type: "owl:Class".freeze,
@@ -372,7 +370,7 @@ module RDF::Vocab
372
370
  domain: "v:RecipeIngredient".freeze,
373
371
  type: "rdf:Property".freeze
374
372
  property :author,
375
- comment: %(An author of the recipe can be specified by a string literal or a Person instance.).freeze,
373
+ comment: "An author of the recipe can be specified by a string literal or a Person instance.".freeze,
376
374
  domain: "v:Recipe".freeze,
377
375
  range: term(
378
376
  type: "owl:Class".freeze,
@@ -383,11 +381,11 @@ module RDF::Vocab
383
381
  domain: "v:Offer".freeze,
384
382
  type: "rdf:Property".freeze
385
383
  property :average,
386
- comment: %(The average of an aggregate value.).freeze,
384
+ comment: "The average of an aggregate value.".freeze,
387
385
  domain: "v:Rating".freeze,
388
386
  type: "rdf:Property".freeze
389
387
  property :best,
390
- comment: %(The best value of a rating scale \(default 5\).).freeze,
388
+ comment: "The best value of a rating scale (default 5).".freeze,
391
389
  domain: "v:Rating".freeze,
392
390
  type: "rdf:Property".freeze
393
391
  property :brand,
@@ -431,7 +429,7 @@ module RDF::Vocab
431
429
  ),
432
430
  type: "rdf:Property".freeze
433
431
  property :count,
434
- comment: %(The total number of items used in an aggregate \(e.g., number of reviews\).).freeze,
432
+ comment: "The total number of items used in an aggregate (e.g., number of reviews).".freeze,
435
433
  domain: "v:Review-aggregate".freeze,
436
434
  type: "rdf:Property".freeze
437
435
  property :"country-name",
@@ -450,7 +448,7 @@ module RDF::Vocab
450
448
  ),
451
449
  type: "rdf:Property".freeze
452
450
  property :dtreviewed,
453
- comment: %(The date of the review.).freeze,
451
+ comment: "The date of the review.".freeze,
454
452
  domain: "v:Review".freeze,
455
453
  type: "rdf:Property".freeze
456
454
  property :duration,
@@ -482,7 +480,7 @@ module RDF::Vocab
482
480
  domain: "v:Product".freeze,
483
481
  type: "rdf:Property".freeze
484
482
  property :ingredient,
485
- comment: %(Represents ingredients used in a recipe.).freeze,
483
+ comment: "Represents ingredients used in a recipe.".freeze,
486
484
  domain: "v:Recipe".freeze,
487
485
  range: "v:RecipeIngredient".freeze,
488
486
  type: "rdf:Property".freeze
@@ -490,7 +488,7 @@ module RDF::Vocab
490
488
  domain: "v:Instructions".freeze,
491
489
  type: "rdf:Property".freeze
492
490
  property :instructions,
493
- comment: %(Represents the steps to make a dish.).freeze,
491
+ comment: "Represents the steps to make a dish.".freeze,
494
492
  domain: "v:Recipe".freeze,
495
493
  range: "v:Instructions".freeze,
496
494
  type: "rdf:Property".freeze
@@ -510,14 +508,14 @@ module RDF::Vocab
510
508
  domain: "v:OfferAggregate".freeze,
511
509
  type: "rdf:Property".freeze
512
510
  property :max,
513
- comment: %(The maximum value of an aggregated Rating.).freeze,
511
+ comment: "The maximum value of an aggregated Rating.".freeze,
514
512
  domain: term(
515
513
  type: "owl:Class".freeze,
516
514
  unionOf: list("v:Rating".freeze, "v:TimeRange".freeze)
517
515
  ),
518
516
  type: "rdf:Property".freeze
519
517
  property :min,
520
- comment: %(The minimum value of an aggregated Rating.).freeze,
518
+ comment: "The minimum value of an aggregated Rating.".freeze,
521
519
  domain: term(
522
520
  type: "owl:Class".freeze,
523
521
  unionOf: list("v:Rating".freeze, "v:TimeRange".freeze)
@@ -529,7 +527,7 @@ module RDF::Vocab
529
527
  domain: "v:Person".freeze,
530
528
  type: "rdf:Property".freeze
531
529
  property :nutrition,
532
- comment: %(Represents the nutrition information about a recipe.).freeze,
530
+ comment: "Represents the nutrition information about a recipe.".freeze,
533
531
  domain: "v:Recipe".freeze,
534
532
  range: "v:Nutrition".freeze,
535
533
  type: "rdf:Property".freeze
@@ -561,9 +559,7 @@ module RDF::Vocab
561
559
  domain: "v:Offer".freeze,
562
560
  type: "rdf:Property".freeze
563
561
  property :pricerange,
564
- comment: %(The price range of products and services offered
565
- by a restaurant, business or other organization.
566
- ).freeze,
562
+ comment: "The price range of products and services offered\n by a restaurant, business or other organization.\n ".freeze,
567
563
  domain: "v:Organization".freeze,
568
564
  type: "rdf:Property".freeze
569
565
  property :pricevaliduntil,
@@ -579,7 +575,7 @@ module RDF::Vocab
579
575
  domain: "v:Offer".freeze,
580
576
  type: "rdf:Property".freeze
581
577
  property :rating,
582
- comment: %(A rating can be specified by a string literal or a Rating instance.).freeze,
578
+ comment: "A rating can be specified by a string literal or a Rating instance.".freeze,
583
579
  domain: "v:Review".freeze,
584
580
  range: term(
585
581
  type: "owl:Class".freeze,
@@ -593,7 +589,7 @@ module RDF::Vocab
593
589
  domain: "v:Address".freeze,
594
590
  type: "rdf:Property".freeze
595
591
  property :reviewer,
596
- comment: %(A reviewer can be specified by a string literal or a Person instance.).freeze,
592
+ comment: "A reviewer can be specified by a string literal or a Person instance.".freeze,
597
593
  domain: "v:Review".freeze,
598
594
  range: term(
599
595
  type: "owl:Class".freeze,
@@ -634,7 +630,7 @@ module RDF::Vocab
634
630
  ),
635
631
  type: "rdf:Property".freeze
636
632
  property :timeRange,
637
- comment: %(Represents the length of time it takes to prepare a recipe.).freeze,
633
+ comment: "Represents the length of time it takes to prepare a recipe.".freeze,
638
634
  domain: "v:Recipe".freeze,
639
635
  range: "v:TimeRange".freeze,
640
636
  type: "rdf:Property".freeze
@@ -661,11 +657,11 @@ module RDF::Vocab
661
657
  ),
662
658
  type: "rdf:Property".freeze
663
659
  property :value,
664
- comment: %(The value of a single Rating.).freeze,
660
+ comment: "The value of a single Rating.".freeze,
665
661
  domain: "v:Rating".freeze,
666
662
  type: "rdf:Property".freeze
667
663
  property :worst,
668
- comment: %(The poorest value of a rating scale \(default 1\).).freeze,
664
+ comment: "The poorest value of a rating scale (default 1).".freeze,
669
665
  domain: "v:Rating".freeze,
670
666
  type: "rdf:Property".freeze
671
667
  property :yield,
@@ -518,7 +518,7 @@ module RDF::Vocab
518
518
 
519
519
  # Ontology definition
520
520
  ontology :"http://www.w3.org/2006/vcard/ns#",
521
- comment: %(Ontology for vCard based on RFC6350).freeze,
521
+ comment: "Ontology for vCard based on RFC6350".freeze,
522
522
  label: "Ontology for vCard".freeze,
523
523
  "owl:versionInfo": "Final".freeze,
524
524
  type: "owl:Ontology".freeze
@@ -530,7 +530,7 @@ module RDF::Vocab
530
530
  subClassOf: "vcard:RelatedType".freeze,
531
531
  type: "owl:Class".freeze
532
532
  term :Address,
533
- comment: %(To specify the components of the delivery address for the object).freeze,
533
+ comment: "To specify the components of the delivery address for the object".freeze,
534
534
  equivalentClass: term(
535
535
  type: "owl:Class".freeze,
536
536
  unionOf: list(term(
@@ -599,21 +599,21 @@ module RDF::Vocab
599
599
  subClassOf: "vcard:RelatedType".freeze,
600
600
  type: "owl:Class".freeze
601
601
  term :BBS,
602
- comment: %(This class is deprecated).freeze,
602
+ comment: "This class is deprecated".freeze,
603
603
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
604
604
  label: "BBS".freeze,
605
605
  "owl:deprecated": "true".freeze,
606
606
  subClassOf: "vcard:TelephoneType".freeze,
607
607
  type: "owl:Class".freeze
608
608
  term :Car,
609
- comment: %(This class is deprecated).freeze,
609
+ comment: "This class is deprecated".freeze,
610
610
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
611
611
  label: "Car".freeze,
612
612
  "owl:deprecated": "true".freeze,
613
613
  subClassOf: "vcard:TelephoneType".freeze,
614
614
  type: "owl:Class".freeze
615
615
  term :Cell,
616
- comment: %(Also called mobile telephone).freeze,
616
+ comment: "Also called mobile telephone".freeze,
617
617
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
618
618
  label: "Cell".freeze,
619
619
  subClassOf: "vcard:TelephoneType".freeze,
@@ -654,14 +654,14 @@ module RDF::Vocab
654
654
  subClassOf: "vcard:RelatedType".freeze,
655
655
  type: "owl:Class".freeze
656
656
  term :Dom,
657
- comment: %(This class is deprecated).freeze,
657
+ comment: "This class is deprecated".freeze,
658
658
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
659
659
  label: "Dom".freeze,
660
660
  "owl:deprecated": "true".freeze,
661
661
  subClassOf: "vcard:Type".freeze,
662
662
  type: "owl:Class".freeze
663
663
  term :Email,
664
- comment: %(To specify the electronic mail address for communication with the object the vCard represents. Use the hasEmail object property.).freeze,
664
+ comment: "To specify the electronic mail address for communication with the object the vCard represents. Use the hasEmail object property.".freeze,
665
665
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
666
666
  label: "Email".freeze,
667
667
  "owl:deprecated": "true".freeze,
@@ -687,12 +687,12 @@ module RDF::Vocab
687
687
  subClassOf: "vcard:RelatedType".freeze,
688
688
  type: "owl:Class".freeze
689
689
  term :Gender,
690
- comment: %(Used for gender codes. The URI of the gender code must be used as the value for Gender.).freeze,
690
+ comment: "Used for gender codes. The URI of the gender code must be used as the value for Gender.".freeze,
691
691
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
692
692
  label: "Gender".freeze,
693
693
  type: "owl:Class".freeze
694
694
  term :Group,
695
- comment: %(Object representing a group of persons or entities. A group object will usually contain hasMember properties to specify the members of the group.).freeze,
695
+ comment: "Object representing a group of persons or entities. A group object will usually contain hasMember properties to specify the members of the group.".freeze,
696
696
  equivalentClass: term(
697
697
  intersectionOf: list(term(
698
698
  onProperty: "vcard:hasMember".freeze,
@@ -712,34 +712,34 @@ module RDF::Vocab
712
712
  subClassOf: "vcard:Kind".freeze,
713
713
  type: "owl:Class".freeze
714
714
  term :Home,
715
- comment: %(This implies that the property is related to an individual's personal life).freeze,
715
+ comment: "This implies that the property is related to an individual's personal life".freeze,
716
716
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
717
717
  label: "Home".freeze,
718
718
  subClassOf: "vcard:Type".freeze,
719
719
  type: "owl:Class".freeze
720
720
  term :ISDN,
721
- comment: %(This class is deprecated).freeze,
721
+ comment: "This class is deprecated".freeze,
722
722
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
723
723
  label: "ISDN".freeze,
724
724
  "owl:deprecated": "true".freeze,
725
725
  subClassOf: "vcard:Type".freeze,
726
726
  type: "owl:Class".freeze
727
727
  term :Individual,
728
- comment: %(An object representing a single person or entity).freeze,
728
+ comment: "An object representing a single person or entity".freeze,
729
729
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
730
730
  label: "Individual".freeze,
731
731
  "owl:disjointWith": ["vcard:Location".freeze, "vcard:Organization".freeze],
732
732
  subClassOf: "vcard:Kind".freeze,
733
733
  type: "owl:Class".freeze
734
734
  term :Internet,
735
- comment: %(This class is deprecated).freeze,
735
+ comment: "This class is deprecated".freeze,
736
736
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
737
737
  label: "Internet".freeze,
738
738
  "owl:deprecated": "true".freeze,
739
739
  subClassOf: "vcard:Type".freeze,
740
740
  type: "owl:Class".freeze
741
741
  term :Intl,
742
- comment: %(This class is deprecated).freeze,
742
+ comment: "This class is deprecated".freeze,
743
743
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
744
744
  label: "Intl".freeze,
745
745
  "owl:deprecated": "true".freeze,
@@ -751,7 +751,7 @@ module RDF::Vocab
751
751
  subClassOf: "vcard:RelatedType".freeze,
752
752
  type: "owl:Class".freeze
753
753
  term :Kind,
754
- comment: %(The parent class for all objects).freeze,
754
+ comment: "The parent class for all objects".freeze,
755
755
  equivalentClass: ["vcard:VCard".freeze, term(
756
756
  onProperty: "vcard:fn".freeze,
757
757
  "owl:minQualifiedCardinality": "1".freeze,
@@ -762,14 +762,14 @@ module RDF::Vocab
762
762
  label: "Kind".freeze,
763
763
  type: "owl:Class".freeze
764
764
  term :Label,
765
- comment: %(This class is deprecated).freeze,
765
+ comment: "This class is deprecated".freeze,
766
766
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
767
767
  label: "Label".freeze,
768
768
  "owl:deprecated": "true".freeze,
769
769
  subClassOf: "vcard:Type".freeze,
770
770
  type: "owl:Class".freeze
771
771
  term :Location,
772
- comment: %(An object representing a named geographical place).freeze,
772
+ comment: "An object representing a named geographical place".freeze,
773
773
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
774
774
  label: "Location".freeze,
775
775
  "owl:disjointWith": "vcard:Organization".freeze,
@@ -791,14 +791,14 @@ module RDF::Vocab
791
791
  subClassOf: "vcard:RelatedType".freeze,
792
792
  type: "owl:Class".freeze
793
793
  term :Modem,
794
- comment: %(This class is deprecated).freeze,
794
+ comment: "This class is deprecated".freeze,
795
795
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
796
796
  label: "Modem".freeze,
797
797
  "owl:deprecated": "true".freeze,
798
798
  subClassOf: "vcard:TelephoneType".freeze,
799
799
  type: "owl:Class".freeze
800
800
  term :Msg,
801
- comment: %(This class is deprecated).freeze,
801
+ comment: "This class is deprecated".freeze,
802
802
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
803
803
  label: "Msg".freeze,
804
804
  "owl:deprecated": "true".freeze,
@@ -810,7 +810,7 @@ module RDF::Vocab
810
810
  subClassOf: "vcard:RelatedType".freeze,
811
811
  type: "owl:Class".freeze
812
812
  term :Name,
813
- comment: %(To specify the components of the name of the object).freeze,
813
+ comment: "To specify the components of the name of the object".freeze,
814
814
  equivalentClass: term(
815
815
  type: "owl:Class".freeze,
816
816
  unionOf: list(term(
@@ -884,8 +884,7 @@ module RDF::Vocab
884
884
  subClassOf: "vcard:Gender".freeze,
885
885
  type: "owl:Class".freeze
886
886
  term :Organization,
887
- comment: %(An object representing an organization. An organization is a single entity, and might represent a business or government, a department or division within a business or government, a club, an association, or the like.
888
- ).freeze,
887
+ comment: "An object representing an organization. An organization is a single entity, and might represent a business or government, a department or division within a business or government, a club, an association, or the like.\n".freeze,
889
888
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
890
889
  label: "Organization".freeze,
891
890
  subClassOf: "vcard:Kind".freeze,
@@ -896,7 +895,7 @@ module RDF::Vocab
896
895
  subClassOf: "vcard:Gender".freeze,
897
896
  type: "owl:Class".freeze
898
897
  term :PCS,
899
- comment: %(This class is deprecated).freeze,
898
+ comment: "This class is deprecated".freeze,
900
899
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
901
900
  label: "PCS".freeze,
902
901
  "owl:deprecated": "true".freeze,
@@ -908,7 +907,7 @@ module RDF::Vocab
908
907
  subClassOf: "vcard:TelephoneType".freeze,
909
908
  type: "owl:Class".freeze
910
909
  term :Parcel,
911
- comment: %(This class is deprecated).freeze,
910
+ comment: "This class is deprecated".freeze,
912
911
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
913
912
  label: "Parcel".freeze,
914
913
  "owl:deprecated": "true".freeze,
@@ -920,21 +919,21 @@ module RDF::Vocab
920
919
  subClassOf: "vcard:RelatedType".freeze,
921
920
  type: "owl:Class".freeze
922
921
  term :Postal,
923
- comment: %(This class is deprecated).freeze,
922
+ comment: "This class is deprecated".freeze,
924
923
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
925
924
  label: "Postal".freeze,
926
925
  "owl:deprecated": "true".freeze,
927
926
  subClassOf: "vcard:Type".freeze,
928
927
  type: "owl:Class".freeze
929
928
  term :Pref,
930
- comment: %(This class is deprecated).freeze,
929
+ comment: "This class is deprecated".freeze,
931
930
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
932
931
  label: "Pref".freeze,
933
932
  "owl:deprecated": "true".freeze,
934
933
  subClassOf: "vcard:Type".freeze,
935
934
  type: "owl:Class".freeze
936
935
  term :RelatedType,
937
- comment: %(Used for relation type codes. The URI of the relation type code must be used as the value for the Relation Type.).freeze,
936
+ comment: "Used for relation type codes. The URI of the relation type code must be used as the value for the Relation Type.".freeze,
938
937
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
939
938
  label: "Relation Type".freeze,
940
939
  type: "owl:Class".freeze
@@ -954,18 +953,18 @@ module RDF::Vocab
954
953
  subClassOf: "vcard:RelatedType".freeze,
955
954
  type: "owl:Class".freeze
956
955
  term :Tel,
957
- comment: %(This class is deprecated. Use the hasTelephone object property.).freeze,
956
+ comment: "This class is deprecated. Use the hasTelephone object property.".freeze,
958
957
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
959
958
  label: "Tel".freeze,
960
959
  "owl:deprecated": "true".freeze,
961
960
  type: "owl:Class".freeze
962
961
  term :TelephoneType,
963
- comment: %(Used for telephone type codes. The URI of the telephone type code must be used as the value for the Telephone Type.).freeze,
962
+ comment: "Used for telephone type codes. The URI of the telephone type code must be used as the value for the Telephone Type.".freeze,
964
963
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
965
964
  label: "Phone".freeze,
966
965
  type: "owl:Class".freeze
967
966
  term :Text,
968
- comment: %(Also called sms telephone).freeze,
967
+ comment: "Also called sms telephone".freeze,
969
968
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
970
969
  label: "Text".freeze,
971
970
  subClassOf: "vcard:TelephoneType".freeze,
@@ -976,7 +975,7 @@ module RDF::Vocab
976
975
  subClassOf: "vcard:TelephoneType".freeze,
977
976
  type: "owl:Class".freeze
978
977
  term :Type,
979
- comment: %(Used for type codes. The URI of the type code must be used as the value for Type.).freeze,
978
+ comment: "Used for type codes. The URI of the type code must be used as the value for Type.".freeze,
980
979
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
981
980
  label: "Type".freeze,
982
981
  type: "owl:Class".freeze
@@ -986,7 +985,7 @@ module RDF::Vocab
986
985
  subClassOf: "vcard:Gender".freeze,
987
986
  type: "owl:Class".freeze
988
987
  term :VCard,
989
- comment: %(The vCard class is equivalent to the new Kind class, which is the parent for the four explicit types of vCards \(Individual, Organization, Location, Group\)).freeze,
988
+ comment: "The vCard class is equivalent to the new Kind class, which is the parent for the four explicit types of vCards (Individual, Organization, Location, Group)".freeze,
990
989
  equivalentClass: "vcard:Kind".freeze,
991
990
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
992
991
  label: "VCard".freeze,
@@ -1002,13 +1001,13 @@ module RDF::Vocab
1002
1001
  subClassOf: "vcard:TelephoneType".freeze,
1003
1002
  type: "owl:Class".freeze
1004
1003
  term :Work,
1005
- comment: %(This implies that the property is related to an individual's work place).freeze,
1004
+ comment: "This implies that the property is related to an individual's work place".freeze,
1006
1005
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1007
1006
  label: "Work".freeze,
1008
1007
  subClassOf: "vcard:Type".freeze,
1009
1008
  type: "owl:Class".freeze
1010
1009
  term :X400,
1011
- comment: %(This class is deprecated).freeze,
1010
+ comment: "This class is deprecated".freeze,
1012
1011
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1013
1012
  label: "X400".freeze,
1014
1013
  "owl:deprecated": "true".freeze,
@@ -1017,25 +1016,25 @@ module RDF::Vocab
1017
1016
 
1018
1017
  # Property definitions
1019
1018
  property :"additional-name",
1020
- comment: %(The additional name associated with the object).freeze,
1019
+ comment: "The additional name associated with the object".freeze,
1021
1020
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1022
1021
  label: "additional name".freeze,
1023
1022
  range: "xsd:string".freeze,
1024
1023
  type: "owl:DatatypeProperty".freeze
1025
1024
  property :adr,
1026
- comment: %(This object property has been mapped).freeze,
1025
+ comment: "This object property has been mapped".freeze,
1027
1026
  equivalentProperty: "vcard:hasAddress".freeze,
1028
1027
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1029
1028
  label: "address".freeze,
1030
1029
  type: "owl:ObjectProperty".freeze
1031
1030
  property :agent,
1032
- comment: %(This object property has been deprecated).freeze,
1031
+ comment: "This object property has been deprecated".freeze,
1033
1032
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1034
1033
  label: "agent".freeze,
1035
1034
  "owl:deprecated": "true".freeze,
1036
1035
  type: "owl:ObjectProperty".freeze
1037
1036
  property :anniversary,
1038
- comment: %(The date of marriage, or equivalent, of the object).freeze,
1037
+ comment: "The date of marriage, or equivalent, of the object".freeze,
1039
1038
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1040
1039
  label: "anniversary".freeze,
1041
1040
  range: term(
@@ -1044,7 +1043,7 @@ module RDF::Vocab
1044
1043
  ),
1045
1044
  type: "owl:DatatypeProperty".freeze
1046
1045
  property :bday,
1047
- comment: %(To specify the birth date of the object).freeze,
1046
+ comment: "To specify the birth date of the object".freeze,
1048
1047
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1049
1048
  label: "birth date".freeze,
1050
1049
  range: term(
@@ -1053,449 +1052,449 @@ module RDF::Vocab
1053
1052
  ),
1054
1053
  type: "owl:DatatypeProperty".freeze
1055
1054
  property :category,
1056
- comment: %(The category information about the object, also known as tags).freeze,
1055
+ comment: "The category information about the object, also known as tags".freeze,
1057
1056
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1058
1057
  label: "category".freeze,
1059
1058
  range: "xsd:string".freeze,
1060
1059
  type: "owl:DatatypeProperty".freeze
1061
1060
  property :class,
1062
- comment: %(This data property has been deprecated).freeze,
1061
+ comment: "This data property has been deprecated".freeze,
1063
1062
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1064
1063
  label: "class".freeze,
1065
1064
  "owl:deprecated": "true".freeze,
1066
1065
  type: "owl:DatatypeProperty".freeze
1067
1066
  property :"country-name",
1068
- comment: %(The country name associated with the address of the object).freeze,
1067
+ comment: "The country name associated with the address of the object".freeze,
1069
1068
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1070
1069
  label: "country name".freeze,
1071
1070
  range: "xsd:string".freeze,
1072
1071
  type: "owl:DatatypeProperty".freeze
1073
1072
  property :email,
1074
- comment: %(This object property has been mapped).freeze,
1073
+ comment: "This object property has been mapped".freeze,
1075
1074
  equivalentProperty: "vcard:hasEmail".freeze,
1076
1075
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1077
1076
  label: "email".freeze,
1078
1077
  type: "owl:ObjectProperty".freeze
1079
1078
  property :"extended-address",
1080
- comment: %(This data property has been deprecated).freeze,
1079
+ comment: "This data property has been deprecated".freeze,
1081
1080
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1082
1081
  label: "extended address".freeze,
1083
1082
  "owl:deprecated": "true".freeze,
1084
1083
  type: "owl:DatatypeProperty".freeze
1085
1084
  property :"family-name",
1086
- comment: %(The family name associated with the object).freeze,
1085
+ comment: "The family name associated with the object".freeze,
1087
1086
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1088
1087
  label: "family name".freeze,
1089
1088
  range: "xsd:string".freeze,
1090
1089
  type: "owl:DatatypeProperty".freeze
1091
1090
  property :fn,
1092
- comment: %(The formatted text corresponding to the name of the object).freeze,
1091
+ comment: "The formatted text corresponding to the name of the object".freeze,
1093
1092
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1094
1093
  label: "formatted name".freeze,
1095
1094
  range: "xsd:string".freeze,
1096
1095
  type: "owl:DatatypeProperty".freeze
1097
1096
  property :geo,
1098
- comment: %(This object property has been mapped).freeze,
1097
+ comment: "This object property has been mapped".freeze,
1099
1098
  equivalentProperty: "vcard:hasGeo".freeze,
1100
1099
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1101
1100
  label: "geo".freeze,
1102
1101
  type: "owl:ObjectProperty".freeze
1103
1102
  property :"given-name",
1104
- comment: %(The given name associated with the object).freeze,
1103
+ comment: "The given name associated with the object".freeze,
1105
1104
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1106
1105
  label: "given name".freeze,
1107
1106
  range: "xsd:string".freeze,
1108
1107
  type: "owl:DatatypeProperty".freeze
1109
1108
  property :hasAdditionalName,
1110
- comment: %(Used to support property parameters for the additional name data property).freeze,
1109
+ comment: "Used to support property parameters for the additional name data property".freeze,
1111
1110
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1112
1111
  label: "has additional name".freeze,
1113
1112
  type: "owl:ObjectProperty".freeze
1114
1113
  property :hasAddress,
1115
- comment: %(To specify the components of the delivery address for the object).freeze,
1114
+ comment: "To specify the components of the delivery address for the object".freeze,
1116
1115
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1117
1116
  label: "has address".freeze,
1118
1117
  range: "vcard:Address".freeze,
1119
1118
  type: "owl:ObjectProperty".freeze
1120
1119
  property :hasCalendarBusy,
1121
- comment: %(To specify the busy time associated with the object. \(Was called FBURL in RFC6350\)).freeze,
1120
+ comment: "To specify the busy time associated with the object. (Was called FBURL in RFC6350)".freeze,
1122
1121
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1123
1122
  label: "has calendar busy".freeze,
1124
1123
  type: "owl:ObjectProperty".freeze
1125
1124
  property :hasCalendarLink,
1126
- comment: %(To specify the calendar associated with the object. \(Was called CALURI in RFC6350\)).freeze,
1125
+ comment: "To specify the calendar associated with the object. (Was called CALURI in RFC6350)".freeze,
1127
1126
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1128
1127
  label: "has calendar link".freeze,
1129
1128
  type: "owl:ObjectProperty".freeze
1130
1129
  property :hasCalendarRequest,
1131
- comment: %(To specify the calendar user address to which a scheduling request be sent for the object. \(Was called CALADRURI in RFC6350\)).freeze,
1130
+ comment: "To specify the calendar user address to which a scheduling request be sent for the object. (Was called CALADRURI in RFC6350)".freeze,
1132
1131
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1133
1132
  label: "has calendar request".freeze,
1134
1133
  type: "owl:ObjectProperty".freeze
1135
1134
  property :hasCategory,
1136
- comment: %(Used to support property parameters for the category data property).freeze,
1135
+ comment: "Used to support property parameters for the category data property".freeze,
1137
1136
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1138
1137
  label: "has category".freeze,
1139
1138
  type: "owl:ObjectProperty".freeze
1140
1139
  property :hasCountryName,
1141
- comment: %(Used to support property parameters for the country name data property).freeze,
1140
+ comment: "Used to support property parameters for the country name data property".freeze,
1142
1141
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1143
1142
  label: "has country name".freeze,
1144
1143
  type: "owl:ObjectProperty".freeze
1145
1144
  property :hasEmail,
1146
- comment: %(To specify the electronic mail address for communication with the object).freeze,
1145
+ comment: "To specify the electronic mail address for communication with the object".freeze,
1147
1146
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1148
1147
  label: "has email".freeze,
1149
1148
  range: "vcard:Email".freeze,
1150
1149
  type: "owl:ObjectProperty".freeze
1151
1150
  property :hasFN,
1152
- comment: %(Used to support property parameters for the formatted name data property).freeze,
1151
+ comment: "Used to support property parameters for the formatted name data property".freeze,
1153
1152
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1154
1153
  label: "has formatted name".freeze,
1155
1154
  type: "owl:ObjectProperty".freeze
1156
1155
  property :hasFamilyName,
1157
- comment: %(Used to support property parameters for the family name data property).freeze,
1156
+ comment: "Used to support property parameters for the family name data property".freeze,
1158
1157
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1159
1158
  label: "has family name".freeze,
1160
1159
  type: "owl:ObjectProperty".freeze
1161
1160
  property :hasGender,
1162
- comment: %(To specify the sex or gender identity of the object. URIs are recommended to enable interoperable sex and gender codes to be used.).freeze,
1161
+ comment: "To specify the sex or gender identity of the object. URIs are recommended to enable interoperable sex and gender codes to be used.".freeze,
1163
1162
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1164
1163
  label: "has gender".freeze,
1165
1164
  type: "owl:ObjectProperty".freeze
1166
1165
  property :hasGeo,
1167
- comment: %(To specify information related to the global positioning of the object. May also be used as a property parameter.).freeze,
1166
+ comment: "To specify information related to the global positioning of the object. May also be used as a property parameter.".freeze,
1168
1167
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1169
1168
  label: "has geo".freeze,
1170
1169
  type: "owl:ObjectProperty".freeze
1171
1170
  property :hasGivenName,
1172
- comment: %(Used to support property parameters for the given name data property).freeze,
1171
+ comment: "Used to support property parameters for the given name data property".freeze,
1173
1172
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1174
1173
  label: "has given name".freeze,
1175
1174
  type: "owl:ObjectProperty".freeze
1176
1175
  property :hasHonorificPrefix,
1177
- comment: %(Used to support property parameters for the honorific prefix data property).freeze,
1176
+ comment: "Used to support property parameters for the honorific prefix data property".freeze,
1178
1177
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1179
1178
  label: "has honorific prefix".freeze,
1180
1179
  type: "owl:ObjectProperty".freeze
1181
1180
  property :hasHonorificSuffix,
1182
- comment: %(Used to support property parameters for the honorific suffix data property).freeze,
1181
+ comment: "Used to support property parameters for the honorific suffix data property".freeze,
1183
1182
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1184
1183
  label: "has honorific suffix".freeze,
1185
1184
  type: "owl:ObjectProperty".freeze
1186
1185
  property :hasInstantMessage,
1187
- comment: %(To specify the instant messaging and presence protocol communications with the object. \(Was called IMPP in RFC6350\)).freeze,
1186
+ comment: "To specify the instant messaging and presence protocol communications with the object. (Was called IMPP in RFC6350)".freeze,
1188
1187
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1189
1188
  label: "has messaging".freeze,
1190
1189
  type: "owl:ObjectProperty".freeze
1191
1190
  property :hasKey,
1192
- comment: %(To specify a public key or authentication certificate associated with the object).freeze,
1191
+ comment: "To specify a public key or authentication certificate associated with the object".freeze,
1193
1192
  equivalentProperty: "vcard:key".freeze,
1194
1193
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1195
1194
  label: "has key".freeze,
1196
1195
  type: "owl:ObjectProperty".freeze
1197
1196
  property :hasLanguage,
1198
- comment: %(Used to support property parameters for the language data property).freeze,
1197
+ comment: "Used to support property parameters for the language data property".freeze,
1199
1198
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1200
1199
  label: "has language".freeze,
1201
1200
  type: "owl:ObjectProperty".freeze
1202
1201
  property :hasLocality,
1203
- comment: %(Used to support property parameters for the locality data property).freeze,
1202
+ comment: "Used to support property parameters for the locality data property".freeze,
1204
1203
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1205
1204
  label: "has locality".freeze,
1206
1205
  type: "owl:ObjectProperty".freeze
1207
1206
  property :hasLogo,
1208
- comment: %(To specify a graphic image of a logo associated with the object ).freeze,
1207
+ comment: "To specify a graphic image of a logo associated with the object ".freeze,
1209
1208
  equivalentProperty: "vcard:logo".freeze,
1210
1209
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1211
1210
  label: "has logo".freeze,
1212
1211
  type: "owl:ObjectProperty".freeze
1213
1212
  property :hasMember,
1214
- comment: %(To include a member in the group this object represents. \(This property can only be used by Group individuals\)).freeze,
1213
+ comment: "To include a member in the group this object represents. (This property can only be used by Group individuals)".freeze,
1215
1214
  domain: "vcard:Group".freeze,
1216
1215
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1217
1216
  label: "has member".freeze,
1218
1217
  range: "vcard:Kind".freeze,
1219
1218
  type: "owl:ObjectProperty".freeze
1220
1219
  property :hasName,
1221
- comment: %(To specify the components of the name of the object).freeze,
1220
+ comment: "To specify the components of the name of the object".freeze,
1222
1221
  equivalentProperty: "vcard:n".freeze,
1223
1222
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1224
1223
  label: "has name".freeze,
1225
1224
  range: "vcard:Name".freeze,
1226
1225
  type: "owl:ObjectProperty".freeze
1227
1226
  property :hasNickname,
1228
- comment: %(Used to support property parameters for the nickname data property).freeze,
1227
+ comment: "Used to support property parameters for the nickname data property".freeze,
1229
1228
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1230
1229
  label: "has nickname".freeze,
1231
1230
  "rdfs:seeAlso": "vcard:nickname".freeze,
1232
1231
  type: "owl:ObjectProperty".freeze
1233
1232
  property :hasNote,
1234
- comment: %(Used to support property parameters for the note data property).freeze,
1233
+ comment: "Used to support property parameters for the note data property".freeze,
1235
1234
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1236
1235
  label: "has note".freeze,
1237
1236
  type: "owl:ObjectProperty".freeze
1238
1237
  property :hasOrganizationName,
1239
- comment: %(Used to support property parameters for the organization name data property).freeze,
1238
+ comment: "Used to support property parameters for the organization name data property".freeze,
1240
1239
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1241
1240
  label: "has organization name".freeze,
1242
1241
  type: "owl:ObjectProperty".freeze
1243
1242
  property :hasOrganizationUnit,
1244
- comment: %(Used to support property parameters for the organization unit name data property).freeze,
1243
+ comment: "Used to support property parameters for the organization unit name data property".freeze,
1245
1244
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1246
1245
  label: "has organization unit name".freeze,
1247
1246
  type: "owl:ObjectProperty".freeze
1248
1247
  property :hasPhoto,
1249
- comment: %(To specify an image or photograph information that annotates some aspect of the object).freeze,
1248
+ comment: "To specify an image or photograph information that annotates some aspect of the object".freeze,
1250
1249
  equivalentProperty: "vcard:photo".freeze,
1251
1250
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1252
1251
  label: "has photo".freeze,
1253
1252
  type: "owl:ObjectProperty".freeze
1254
1253
  property :hasPostalCode,
1255
- comment: %(Used to support property parameters for the postal code data property).freeze,
1254
+ comment: "Used to support property parameters for the postal code data property".freeze,
1256
1255
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1257
1256
  label: "has postal code".freeze,
1258
1257
  type: "owl:ObjectProperty".freeze
1259
1258
  property :hasRegion,
1260
- comment: %(Used to support property parameters for the region data property).freeze,
1259
+ comment: "Used to support property parameters for the region data property".freeze,
1261
1260
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1262
1261
  label: "has region".freeze,
1263
1262
  type: "owl:ObjectProperty".freeze
1264
1263
  property :hasRelated,
1265
- comment: %(To specify a relationship between another entity and the entity represented by this object).freeze,
1264
+ comment: "To specify a relationship between another entity and the entity represented by this object".freeze,
1266
1265
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1267
1266
  label: "has related".freeze,
1268
1267
  type: "owl:ObjectProperty".freeze
1269
1268
  property :hasRole,
1270
- comment: %(Used to support property parameters for the role data property).freeze,
1269
+ comment: "Used to support property parameters for the role data property".freeze,
1271
1270
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1272
1271
  label: "has role".freeze,
1273
1272
  type: "owl:ObjectProperty".freeze
1274
1273
  property :hasSound,
1275
- comment: %(To specify a digital sound content information that annotates some aspect of the object).freeze,
1274
+ comment: "To specify a digital sound content information that annotates some aspect of the object".freeze,
1276
1275
  equivalentProperty: "vcard:sound".freeze,
1277
1276
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1278
1277
  label: "has sound".freeze,
1279
1278
  type: "owl:ObjectProperty".freeze
1280
1279
  property :hasSource,
1281
- comment: %(To identify the source of directory information of the object).freeze,
1280
+ comment: "To identify the source of directory information of the object".freeze,
1282
1281
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1283
1282
  label: "has source".freeze,
1284
1283
  type: "owl:ObjectProperty".freeze
1285
1284
  property :hasStreetAddress,
1286
- comment: %(Used to support property parameters for the street address data property).freeze,
1285
+ comment: "Used to support property parameters for the street address data property".freeze,
1287
1286
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1288
1287
  label: "has street address".freeze,
1289
1288
  type: "owl:ObjectProperty".freeze
1290
1289
  property :hasTelephone,
1291
- comment: %(To specify the telephone number for telephony communication with the object).freeze,
1290
+ comment: "To specify the telephone number for telephony communication with the object".freeze,
1292
1291
  equivalentProperty: "vcard:tel".freeze,
1293
1292
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1294
1293
  label: "has telephone".freeze,
1295
1294
  type: "owl:ObjectProperty".freeze
1296
1295
  property :hasTitle,
1297
- comment: %(Used to support property parameters for the title data property).freeze,
1296
+ comment: "Used to support property parameters for the title data property".freeze,
1298
1297
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1299
1298
  label: "has title".freeze,
1300
1299
  type: "owl:ObjectProperty".freeze
1301
1300
  property :hasUID,
1302
- comment: %(To specify a value that represents a globally unique identifier corresponding to the object).freeze,
1301
+ comment: "To specify a value that represents a globally unique identifier corresponding to the object".freeze,
1303
1302
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1304
1303
  label: "has uid".freeze,
1305
1304
  type: "owl:ObjectProperty".freeze
1306
1305
  property :hasURL,
1307
- comment: %(To specify a uniform resource locator associated with the object).freeze,
1306
+ comment: "To specify a uniform resource locator associated with the object".freeze,
1308
1307
  equivalentProperty: "vcard:url".freeze,
1309
1308
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1310
1309
  label: "has url".freeze,
1311
1310
  type: "owl:ObjectProperty".freeze
1312
1311
  property :hasValue,
1313
- comment: %(Used to indicate the resource value of an object property that requires property parameters).freeze,
1312
+ comment: "Used to indicate the resource value of an object property that requires property parameters".freeze,
1314
1313
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1315
1314
  label: "has value".freeze,
1316
1315
  type: "owl:ObjectProperty".freeze
1317
1316
  property :"honorific-prefix",
1318
- comment: %(The honorific prefix of the name associated with the object).freeze,
1317
+ comment: "The honorific prefix of the name associated with the object".freeze,
1319
1318
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1320
1319
  label: "honorific prefix".freeze,
1321
1320
  range: "xsd:string".freeze,
1322
1321
  type: "owl:DatatypeProperty".freeze
1323
1322
  property :"honorific-suffix",
1324
- comment: %(The honorific suffix of the name associated with the object).freeze,
1323
+ comment: "The honorific suffix of the name associated with the object".freeze,
1325
1324
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1326
1325
  label: "honorific suffix".freeze,
1327
1326
  range: "xsd:string".freeze,
1328
1327
  type: "owl:DatatypeProperty".freeze
1329
1328
  property :key,
1330
- comment: %(This object property has been mapped).freeze,
1329
+ comment: "This object property has been mapped".freeze,
1331
1330
  equivalentProperty: "vcard:hasKey".freeze,
1332
1331
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1333
1332
  label: "key".freeze,
1334
1333
  type: "owl:ObjectProperty".freeze
1335
1334
  property :label,
1336
- comment: %(This data property has been deprecated).freeze,
1335
+ comment: "This data property has been deprecated".freeze,
1337
1336
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1338
1337
  label: "label".freeze,
1339
1338
  "owl:deprecated": "true".freeze,
1340
1339
  type: "owl:DatatypeProperty".freeze
1341
1340
  property :language,
1342
- comment: %(To specify the language that may be used for contacting the object. May also be used as a property parameter.).freeze,
1341
+ comment: "To specify the language that may be used for contacting the object. May also be used as a property parameter.".freeze,
1343
1342
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1344
1343
  label: "language".freeze,
1345
1344
  type: "owl:DatatypeProperty".freeze
1346
1345
  property :latitude,
1347
- comment: %(This data property has been deprecated. See hasGeo).freeze,
1346
+ comment: "This data property has been deprecated. See hasGeo".freeze,
1348
1347
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1349
1348
  label: "latitude".freeze,
1350
1349
  "owl:deprecated": "true".freeze,
1351
1350
  type: "owl:DatatypeProperty".freeze
1352
1351
  property :locality,
1353
- comment: %(The locality \(e.g. city or town\) associated with the address of the object).freeze,
1352
+ comment: "The locality (e.g. city or town) associated with the address of the object".freeze,
1354
1353
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1355
1354
  label: "locality".freeze,
1356
1355
  range: "xsd:string".freeze,
1357
1356
  type: "owl:DatatypeProperty".freeze
1358
1357
  property :logo,
1359
- comment: %(This object property has been mapped).freeze,
1358
+ comment: "This object property has been mapped".freeze,
1360
1359
  equivalentProperty: "vcard:hasLogo".freeze,
1361
1360
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1362
1361
  label: "logo".freeze,
1363
1362
  type: "owl:ObjectProperty".freeze
1364
1363
  property :longitude,
1365
- comment: %(This data property has been deprecated. See hasGeo).freeze,
1364
+ comment: "This data property has been deprecated. See hasGeo".freeze,
1366
1365
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1367
1366
  label: "longitude".freeze,
1368
1367
  "owl:deprecated": "true".freeze,
1369
1368
  type: "owl:DatatypeProperty".freeze
1370
1369
  property :mailer,
1371
- comment: %(This data property has been deprecated).freeze,
1370
+ comment: "This data property has been deprecated".freeze,
1372
1371
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1373
1372
  label: "mailer".freeze,
1374
1373
  "owl:deprecated": "true".freeze,
1375
1374
  type: "owl:DatatypeProperty".freeze
1376
1375
  property :n,
1377
- comment: %(This object property has been mapped).freeze,
1376
+ comment: "This object property has been mapped".freeze,
1378
1377
  equivalentProperty: "vcard:hasName".freeze,
1379
1378
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1380
1379
  label: "name".freeze,
1381
1380
  type: "owl:ObjectProperty".freeze
1382
1381
  property :nickname,
1383
- comment: %(The nick name associated with the object).freeze,
1382
+ comment: "The nick name associated with the object".freeze,
1384
1383
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1385
1384
  label: "nickname".freeze,
1386
1385
  range: "xsd:string".freeze,
1387
1386
  type: "owl:DatatypeProperty".freeze
1388
1387
  property :note,
1389
- comment: %(A note associated with the object).freeze,
1388
+ comment: "A note associated with the object".freeze,
1390
1389
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1391
1390
  label: "note".freeze,
1392
1391
  range: "xsd:string".freeze,
1393
1392
  type: "owl:DatatypeProperty".freeze
1394
1393
  property :org,
1395
- comment: %(This object property has been mapped. Use the organization-name data property.).freeze,
1394
+ comment: "This object property has been mapped. Use the organization-name data property.".freeze,
1396
1395
  equivalentProperty: "vcard:organization-name".freeze,
1397
1396
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1398
1397
  label: "organization".freeze,
1399
1398
  type: "owl:ObjectProperty".freeze
1400
1399
  property :"organization-name",
1401
- comment: %(To specify the organizational name associated with the object).freeze,
1400
+ comment: "To specify the organizational name associated with the object".freeze,
1402
1401
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1403
1402
  label: "organization name".freeze,
1404
1403
  range: "xsd:string".freeze,
1405
1404
  type: "owl:DatatypeProperty".freeze
1406
1405
  property :"organization-unit",
1407
- comment: %(To specify the organizational unit name associated with the object).freeze,
1406
+ comment: "To specify the organizational unit name associated with the object".freeze,
1408
1407
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1409
1408
  label: "organizational unit name".freeze,
1410
1409
  range: "xsd:string".freeze,
1411
1410
  subPropertyOf: "vcard:organization-name".freeze,
1412
1411
  type: "owl:DatatypeProperty".freeze
1413
1412
  property :photo,
1414
- comment: %(This object property has been mapped).freeze,
1413
+ comment: "This object property has been mapped".freeze,
1415
1414
  equivalentProperty: "vcard:hasPhoto".freeze,
1416
1415
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1417
1416
  label: "photo".freeze,
1418
1417
  type: "owl:ObjectProperty".freeze
1419
1418
  property :"post-office-box",
1420
- comment: %(This data property has been deprecated).freeze,
1419
+ comment: "This data property has been deprecated".freeze,
1421
1420
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1422
1421
  label: "post office box".freeze,
1423
1422
  "owl:deprecated": "true".freeze,
1424
1423
  type: "owl:DatatypeProperty".freeze
1425
1424
  property :"postal-code",
1426
- comment: %(The postal code associated with the address of the object).freeze,
1425
+ comment: "The postal code associated with the address of the object".freeze,
1427
1426
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1428
1427
  label: "postal code".freeze,
1429
1428
  range: "xsd:string".freeze,
1430
1429
  type: "owl:DatatypeProperty".freeze
1431
1430
  property :prodid,
1432
- comment: %(To specify the identifier for the product that created the object).freeze,
1431
+ comment: "To specify the identifier for the product that created the object".freeze,
1433
1432
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1434
1433
  label: "product id".freeze,
1435
1434
  range: "xsd:string".freeze,
1436
1435
  type: "owl:DatatypeProperty".freeze
1437
1436
  property :region,
1438
- comment: %(The region \(e.g. state or province\) associated with the address of the object).freeze,
1437
+ comment: "The region (e.g. state or province) associated with the address of the object".freeze,
1439
1438
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1440
1439
  label: "region".freeze,
1441
1440
  range: "xsd:string".freeze,
1442
1441
  type: "owl:DatatypeProperty".freeze
1443
1442
  property :rev,
1444
- comment: %(To specify revision information about the object).freeze,
1443
+ comment: "To specify revision information about the object".freeze,
1445
1444
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1446
1445
  label: "revision".freeze,
1447
1446
  range: "xsd:dateTime".freeze,
1448
1447
  type: "owl:DatatypeProperty".freeze
1449
1448
  property :role,
1450
- comment: %(To specify the function or part played in a particular situation by the object).freeze,
1449
+ comment: "To specify the function or part played in a particular situation by the object".freeze,
1451
1450
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1452
1451
  label: "role".freeze,
1453
1452
  range: "xsd:string".freeze,
1454
1453
  type: "owl:DatatypeProperty".freeze
1455
1454
  property :"sort-string",
1456
- comment: %(To specify the string to be used for national-language-specific sorting. Used as a property parameter only.).freeze,
1455
+ comment: "To specify the string to be used for national-language-specific sorting. Used as a property parameter only.".freeze,
1457
1456
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1458
1457
  label: "sort as".freeze,
1459
1458
  range: "xsd:string".freeze,
1460
1459
  type: "owl:DatatypeProperty".freeze
1461
1460
  property :sound,
1462
- comment: %(This object property has been mapped).freeze,
1461
+ comment: "This object property has been mapped".freeze,
1463
1462
  equivalentProperty: "vcard:hasSound".freeze,
1464
1463
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1465
1464
  label: "sound".freeze,
1466
1465
  type: "owl:ObjectProperty".freeze
1467
1466
  property :"street-address",
1468
- comment: %(The street address associated with the address of the object).freeze,
1467
+ comment: "The street address associated with the address of the object".freeze,
1469
1468
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1470
1469
  label: "street address".freeze,
1471
1470
  range: "xsd:string".freeze,
1472
1471
  type: "owl:DatatypeProperty".freeze
1473
1472
  property :tel,
1474
- comment: %(This object property has been mapped).freeze,
1473
+ comment: "This object property has been mapped".freeze,
1475
1474
  equivalentProperty: "vcard:hasTelephone".freeze,
1476
1475
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1477
1476
  label: "telephone".freeze,
1478
1477
  type: "owl:ObjectProperty".freeze
1479
1478
  property :title,
1480
- comment: %(To specify the position or job of the object).freeze,
1479
+ comment: "To specify the position or job of the object".freeze,
1481
1480
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1482
1481
  label: "title".freeze,
1483
1482
  range: "xsd:string".freeze,
1484
1483
  type: "owl:DatatypeProperty".freeze
1485
1484
  property :tz,
1486
- comment: %(To indicate time zone information that is specific to the object. May also be used as a property parameter.).freeze,
1485
+ comment: "To indicate time zone information that is specific to the object. May also be used as a property parameter.".freeze,
1487
1486
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1488
1487
  label: "time zone".freeze,
1489
1488
  range: "xsd:string".freeze,
1490
1489
  type: "owl:DatatypeProperty".freeze
1491
1490
  property :url,
1492
- comment: %(This object property has been mapped).freeze,
1491
+ comment: "This object property has been mapped".freeze,
1493
1492
  equivalentProperty: "vcard:hasURL".freeze,
1494
1493
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1495
1494
  label: "url".freeze,
1496
1495
  type: "owl:ObjectProperty".freeze
1497
1496
  property :value,
1498
- comment: %(Used to indicate the literal value of a data property that requires property parameters).freeze,
1497
+ comment: "Used to indicate the literal value of a data property that requires property parameters".freeze,
1499
1498
  isDefinedBy: "http://www.w3.org/2006/vcard/ns".freeze,
1500
1499
  label: "value".freeze,
1501
1500
  type: "owl:DatatypeProperty".freeze