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
@@ -763,14 +763,14 @@ module RDF::Vocab
763
763
 
764
764
  # Ontology definition
765
765
  ontology :"http://rs.tdwg.org/dwc/terms/",
766
- comment: %(This document contains a list of Darwin Core terms that have the dwcattributes:status equal to "recommended". For the full normative RDF document of all Darwin Core terms, see dwctermshistory.rdf. To comment on this schema, please create a new issue in https://github.com/tdwg/dwc/issues).freeze,
766
+ comment: "This document contains a list of Darwin Core terms that have the dwcattributes:status equal to \"recommended\". For the full normative RDF document of all Darwin Core terms, see dwctermshistory.rdf. To comment on this schema, please create a new issue in https://github.com/tdwg/dwc/issues".freeze,
767
767
  "dc:modified": "2014-12-05".freeze,
768
768
  "dc:publisher": "Biodiversity Information Standards (TDWG)".freeze,
769
769
  "dc:title": "Darwin Core Recommended Terms".freeze
770
770
 
771
771
  # Class definitions
772
772
  term :Event,
773
- comment: %(An action that occurs at some location during some time.).freeze,
773
+ comment: "An action that occurs at some location during some time.".freeze,
774
774
  "dc:description": "Examples: A specimen collection process. A machine observation.".freeze,
775
775
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#Event-2014-10-23".freeze,
776
776
  "dc:issued": "2008-11-19".freeze,
@@ -783,7 +783,7 @@ module RDF::Vocab
783
783
  label: "Event".freeze,
784
784
  type: "rdfs:Class".freeze
785
785
  term :FossilSpecimen,
786
- comment: %(A preserved specimen that is a fossil.).freeze,
786
+ comment: "A preserved specimen that is a fossil.".freeze,
787
787
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#FossilSpecimen-2014-10-23".freeze,
788
788
  "dc:issued": "2014-10-23".freeze,
789
789
  "dc:modified": "2014-10-23".freeze,
@@ -795,7 +795,7 @@ module RDF::Vocab
795
795
  label: "Fossil Specimen".freeze,
796
796
  type: "rdfs:Class".freeze
797
797
  term :GeologicalContext,
798
- comment: %(Geological information, such as stratigraphy, that qualifies a region or place.).freeze,
798
+ comment: "Geological information, such as stratigraphy, that qualifies a region or place.".freeze,
799
799
  "dc:description": "Example: A lithostratigraphic layer.".freeze,
800
800
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#GeologicalContext-2014-10-23".freeze,
801
801
  "dc:issued": "2009-07-06".freeze,
@@ -808,7 +808,7 @@ module RDF::Vocab
808
808
  label: "Geological Context".freeze,
809
809
  type: "rdfs:Class".freeze
810
810
  term :HumanObservation,
811
- comment: %(An output of a human observation process.).freeze,
811
+ comment: "An output of a human observation process.".freeze,
812
812
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#HumanObservation-2014-10-23".freeze,
813
813
  "dc:issued": "2014-10-23".freeze,
814
814
  "dc:modified": "2014-10-23".freeze,
@@ -820,7 +820,7 @@ module RDF::Vocab
820
820
  label: "Human Observation".freeze,
821
821
  type: "rdfs:Class".freeze
822
822
  term :Identification,
823
- comment: %(A taxonomic determination \(e.g., the assignment to a taxon\).).freeze,
823
+ comment: "A taxonomic determination (e.g., the assignment to a taxon).".freeze,
824
824
  "dc:description": "Example: A subspecies determination of an organism.".freeze,
825
825
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#Identification-2014-10-23".freeze,
826
826
  "dc:issued": "2008-11-19".freeze,
@@ -833,7 +833,7 @@ module RDF::Vocab
833
833
  label: "Identification".freeze,
834
834
  type: "rdfs:Class".freeze
835
835
  term :LivingSpecimen,
836
- comment: %(A specimen that is alive.).freeze,
836
+ comment: "A specimen that is alive.".freeze,
837
837
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#LivingSpecimen-2014-10-23".freeze,
838
838
  "dc:issued": "2014-10-23".freeze,
839
839
  "dc:modified": "2014-10-23".freeze,
@@ -845,7 +845,7 @@ module RDF::Vocab
845
845
  label: "Living Specimen".freeze,
846
846
  type: "rdfs:Class".freeze
847
847
  term :MachineObservation,
848
- comment: %(An output of a machine observation process.).freeze,
848
+ comment: "An output of a machine observation process.".freeze,
849
849
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#MachineObservation-2014-10-23".freeze,
850
850
  "dc:issued": "2014-10-23".freeze,
851
851
  "dc:modified": "2014-10-23".freeze,
@@ -857,7 +857,7 @@ module RDF::Vocab
857
857
  label: "Machine Observation".freeze,
858
858
  type: "rdfs:Class".freeze
859
859
  term :MaterialSample,
860
- comment: %(A physical results of a sampling \(or subsampling\) event. In biological collections, the material sample is typically collected, and either preserved or destructively processed.).freeze,
860
+ comment: "A physical results of a sampling (or subsampling) event. In biological collections, the material sample is typically collected, and either preserved or destructively processed.".freeze,
861
861
  "dc:description": "Examples: A whole organism preserved in a collection. A part of an organism isolated for some purpose. A soil sample. A marine microbial sample.".freeze,
862
862
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#MaterialSample-2014-10-23".freeze,
863
863
  "dc:issued": "2013-03-28".freeze,
@@ -870,7 +870,7 @@ module RDF::Vocab
870
870
  label: "Material Sample".freeze,
871
871
  type: "rdfs:Class".freeze
872
872
  term :MeasurementOrFact,
873
- comment: %(A measurement of or fact about an rdfs:Resource \(http://www.w3.org/2000/01/rdf-schema#Resource\).).freeze,
873
+ comment: "A measurement of or fact about an rdfs:Resource (http://www.w3.org/2000/01/rdf-schema#Resource).".freeze,
874
874
  "dc:description": "Resources can be thought of as identifiable records or instances of classes and may include, but need not be limited to Occurrences, Organisms, MaterialSamples, Events, Locations, GeologicalContexts, Identifications, or Taxa. Examples: The weight of an organism in grams. The number of placental scars.".freeze,
875
875
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#MeasurementOrFact-2014-10-23".freeze,
876
876
  "dc:issued": "2009-04-24".freeze,
@@ -883,7 +883,7 @@ module RDF::Vocab
883
883
  label: "Measurement or Fact".freeze,
884
884
  type: "rdfs:Class".freeze
885
885
  term :Occurrence,
886
- comment: %(An existence of an Organism \(sensu http://rs.tdwg.org/dwc/terms/Organism\) at a particular place at a particular time.).freeze,
886
+ comment: "An existence of an Organism (sensu http://rs.tdwg.org/dwc/terms/Organism) at a particular place at a particular time.".freeze,
887
887
  "dc:description": "Examples: A wolf pack on the shore of Kluane Lake in 1988. A virus in a plant leaf in a the New York Botanical Garden at 15:29 on 2014-10-23. A fungus in Central Park in the summer of 1929.".freeze,
888
888
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#Occurrence-2014-10-23".freeze,
889
889
  "dc:issued": "2008-11-19".freeze,
@@ -896,7 +896,7 @@ module RDF::Vocab
896
896
  label: "Occurrence".freeze,
897
897
  type: "rdfs:Class".freeze
898
898
  term :Organism,
899
- comment: %(A particular organism or defined group of organisms considered to be taxonomically homogeneous.).freeze,
899
+ comment: "A particular organism or defined group of organisms considered to be taxonomically homogeneous.".freeze,
900
900
  "dc:description": "Instances of the Organism class are intended to facilitate linking of one or more Identification instances to one or more Occurrence instances. Therefore, things that are typically assigned scientific names (such as viruses, hybrids, and lichens) and aggregates whose occurrences are typically recorded (such as packs, clones, and colonies) are included in the scope of this class.".freeze,
901
901
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#Organism-2014-10-23".freeze,
902
902
  "dc:issued": "2014-10-23".freeze,
@@ -908,7 +908,7 @@ module RDF::Vocab
908
908
  label: "Organism".freeze,
909
909
  type: "rdfs:Class".freeze
910
910
  term :PreservedSpecimen,
911
- comment: %(A specimen that has been preserved.).freeze,
911
+ comment: "A specimen that has been preserved.".freeze,
912
912
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#PreservedSpecimen-2014-10-23".freeze,
913
913
  "dc:issued": "2014-10-23".freeze,
914
914
  "dc:modified": "2014-10-23".freeze,
@@ -920,7 +920,7 @@ module RDF::Vocab
920
920
  label: "Preserved Specimen".freeze,
921
921
  type: "rdfs:Class".freeze
922
922
  term :ResourceRelationship,
923
- comment: %(A relationship of one rdfs:Resource \(http://www.w3.org/2000/01/rdf-schema#Resource\) to another.).freeze,
923
+ comment: "A relationship of one rdfs:Resource (http://www.w3.org/2000/01/rdf-schema#Resource) to another.".freeze,
924
924
  "dc:description": "Resources can be thought of as identifiable records or instances of classes and may include, but need not be limited to Occurrences, Organisms, MaterialSamples, Events, Locations, GeologicalContexts, Identifications, or Taxa. Example: An instance of an Organism is the mother of another instance of an Organism.".freeze,
925
925
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#ResourceRelationship-2014-10-23".freeze,
926
926
  "dc:issued": "2008-11-19".freeze,
@@ -933,7 +933,7 @@ module RDF::Vocab
933
933
  label: "Resource Relationship".freeze,
934
934
  type: "rdfs:Class".freeze
935
935
  term :Taxon,
936
- comment: %(A group of organisms \(sensu http://purl.obolibrary.org/obo/OBI_0100026\) considered by taxonomists to form a homogeneous unit.).freeze,
936
+ comment: "A group of organisms (sensu http://purl.obolibrary.org/obo/OBI_0100026) considered by taxonomists to form a homogeneous unit.".freeze,
937
937
  "dc:description": "Example: The genus Truncorotaloides as published by Brönnimann et al. in 1953 in the Journal of Paleontology Vol. 27(6) p. 817-820.".freeze,
938
938
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#Taxon-2014-10-23".freeze,
939
939
  "dc:issued": "2008-11-19".freeze,
@@ -948,7 +948,7 @@ module RDF::Vocab
948
948
 
949
949
  # Property definitions
950
950
  property :acceptedNameUsage,
951
- comment: %(The full name, with authorship and date information if known, of the currently valid \(zoological\) or accepted \(botanical\) taxon.).freeze,
951
+ comment: "The full name, with authorship and date information if known, of the currently valid (zoological) or accepted (botanical) taxon.".freeze,
952
952
  "dc:description": "Example: \"Tamias minimus\" valid name for \"Eutamias minimus\"".freeze,
953
953
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#acceptedNameUsage-2009-09-21".freeze,
954
954
  "dc:issued": "2008-11-19".freeze,
@@ -961,7 +961,7 @@ module RDF::Vocab
961
961
  label: "Accepted Name Usage".freeze,
962
962
  type: "rdf:Property".freeze
963
963
  property :acceptedNameUsageID,
964
- comment: %(An identifier for the name usage \(documented meaning of the name according to a source\) of the currently valid \(zoological\) or accepted \(botanical\) taxon.).freeze,
964
+ comment: "An identifier for the name usage (documented meaning of the name according to a source) of the currently valid (zoological) or accepted (botanical) taxon.".freeze,
965
965
  "dc:description": "Example: \"8fa58e08-08de-4ac1-b69c-1235340b7001\"".freeze,
966
966
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#acceptedNameUsageID-2009-09-21".freeze,
967
967
  "dc:issued": "2009-01-21".freeze,
@@ -975,7 +975,7 @@ module RDF::Vocab
975
975
  subPropertyOf: "dc:identifier".freeze,
976
976
  type: "rdf:Property".freeze
977
977
  property :accordingTo,
978
- comment: %(Abstract term to attribute information to a source.).freeze,
978
+ comment: "Abstract term to attribute information to a source.".freeze,
979
979
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#accordingTo-2009-01-21".freeze,
980
980
  "dc:issued": "2009-01-21".freeze,
981
981
  "dc:modified": "2009-01-21".freeze,
@@ -985,7 +985,7 @@ module RDF::Vocab
985
985
  label: "According To".freeze,
986
986
  type: "rdf:Property".freeze
987
987
  property :associatedMedia,
988
- comment: %(A list \(concatenated and separated\) of identifiers \(publication, global unique identifier, URI\) of media associated with the Occurrence.).freeze,
988
+ comment: "A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of media associated with the Occurrence.".freeze,
989
989
  "dc:description": "The recommended best practice is to separate the values with a vertical bar (' | '). Examples: \"http://arctos.database.museum/SpecimenImages/UAMObs/Mamm/2/P7291179.JPG\", \"http://204.140.246.24/Fish/Collection%20Pictures/10118-00.jpg | http://204.140.246.24/Fish/Collection%20Pictures/10118-00a.jpg\".".freeze,
990
990
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#associatedMedia-2014-10-23".freeze,
991
991
  "dc:issued": "2008-11-19".freeze,
@@ -999,7 +999,7 @@ module RDF::Vocab
999
999
  label: "Associated Media".freeze,
1000
1000
  type: "rdf:Property".freeze
1001
1001
  property :associatedOccurrences,
1002
- comment: %(A list \(concatenated and separated\) of identifiers of other Occurrence records and their associations to this Occurrence.).freeze,
1002
+ comment: "A list (concatenated and separated) of identifiers of other Occurrence records and their associations to this Occurrence.".freeze,
1003
1003
  "dc:description": "The recommended best practice is to separate the values with a vertical bar (' | ').".freeze,
1004
1004
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#associatedOccurrences-2014-10-23".freeze,
1005
1005
  "dc:issued": "2008-11-19".freeze,
@@ -1013,7 +1013,7 @@ module RDF::Vocab
1013
1013
  label: "Associated Occurrences".freeze,
1014
1014
  type: "rdf:Property".freeze
1015
1015
  property :associatedOrganisms,
1016
- comment: %(A list \(concatenated and separated\) of identifiers of other Organisms and their associations to this Organism.).freeze,
1016
+ comment: "A list (concatenated and separated) of identifiers of other Organisms and their associations to this Organism.".freeze,
1017
1017
  "dc:description": "The recommended best practice is to separate the values with a vertical bar (' | '). Examples: \"sibling of MXA-232\", \"mother of MXA-231 | mother of MXA-232\"".freeze,
1018
1018
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#associatedOrganisms-2014-10-23".freeze,
1019
1019
  "dc:issued": "2014-10-23".freeze,
@@ -1026,7 +1026,7 @@ module RDF::Vocab
1026
1026
  label: "Associated Organisms".freeze,
1027
1027
  type: "rdf:Property".freeze
1028
1028
  property :associatedReferences,
1029
- comment: %(A list \(concatenated and separated\) of identifiers \(publication, bibliographic reference, global unique identifier, URI\) of literature associated with the Occurrence.).freeze,
1029
+ comment: "A list (concatenated and separated) of identifiers (publication, bibliographic reference, global unique identifier, URI) of literature associated with the Occurrence.".freeze,
1030
1030
  "dc:description": "The recommended best practice is to separate the values with a vertical bar (' | '). Examples: \"http://www.sciencemag.org/cgi/content/abstract/322/5899/261\", \"Christopher J. Conroy, Jennifer L. Neuwald. 2008. Phylogeographic study of the California vole, Microtus californicus Journal of Mammalogy, 89(3):755-767.\", \"Steven R. Hoofer and Ronald A. Van Den Bussche. 2001. Phylogenetic Relationships of Plecotine Bats and Allies Based on Mitochondrial Ribosomal Sequences. Journal of Mammalogy 82(1):131-137. | Walker, Faith M., Jeffrey T. Foster, Kevin P. Drees, Carol L. Chambers. 2014. Spotted bat (Euderma maculatum) microsatellite discovery using illumina sequencing. Conservation Genetics Resources.\".".freeze,
1031
1031
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#associatedReferences-2014-10-23".freeze,
1032
1032
  "dc:issued": "2008-11-19".freeze,
@@ -1040,7 +1040,7 @@ module RDF::Vocab
1040
1040
  label: "Associated References".freeze,
1041
1041
  type: "rdf:Property".freeze
1042
1042
  property :associatedSequences,
1043
- comment: %(A list \(concatenated and separated\) of identifiers \(publication, global unique identifier, URI\) of genetic sequence information associated with the Occurrence.).freeze,
1043
+ comment: "A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of genetic sequence information associated with the Occurrence.".freeze,
1044
1044
  "dc:description": "The recommended best practice is to separate the values with a vertical bar (' | '). Examples: \"http://www.ncbi.nlm.nih.gov/nuccore/U34853.1\", \"http://www.ncbi.nlm.nih.gov/nuccore/GU328060 | http://www.ncbi.nlm.nih.gov/nuccore/AF326093\".".freeze,
1045
1045
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#associatedSequences-2014-10-23".freeze,
1046
1046
  "dc:issued": "2008-11-19".freeze,
@@ -1054,7 +1054,7 @@ module RDF::Vocab
1054
1054
  label: "Associated Sequences".freeze,
1055
1055
  type: "rdf:Property".freeze
1056
1056
  property :associatedTaxa,
1057
- comment: %(A list \(concatenated and separated\) of identifiers or names of taxa and their associations with the Occurrence.).freeze,
1057
+ comment: "A list (concatenated and separated) of identifiers or names of taxa and their associations with the Occurrence.".freeze,
1058
1058
  "dc:description": "The recommended best practice is to separate the values with a vertical bar (' | '), and to separate the relationship from the taxon with a colon (':'). Examples: \"host: Quercus alba\", \"parasitoid of:Cyclocephala signaticollis | predator of Apis mellifera\".".freeze,
1059
1059
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#associatedTaxa-2014-10-23".freeze,
1060
1060
  "dc:issued": "2008-11-19".freeze,
@@ -1068,7 +1068,7 @@ module RDF::Vocab
1068
1068
  label: "Associated Taxa".freeze,
1069
1069
  type: "rdf:Property".freeze
1070
1070
  property :basisOfRecord,
1071
- comment: %(The specific nature of the data record.).freeze,
1071
+ comment: "The specific nature of the data record.".freeze,
1072
1072
  "dc:description": "Recommended best practice is to use a controlled vocabulary such as the list of Darwin Core classes. Examples: \"PreservedSpecimen\", \"FossilSpecimen\", \"LivingSpecimen\", \"HumanObservation\", \"MachineObservation\"".freeze,
1073
1073
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#basisOfRecord-2014-10-23".freeze,
1074
1074
  "dc:issued": "2008-11-19".freeze,
@@ -1082,7 +1082,7 @@ module RDF::Vocab
1082
1082
  label: "Basis of Record".freeze,
1083
1083
  type: "rdf:Property".freeze
1084
1084
  property :bed,
1085
- comment: %(The full name of the lithostratigraphic bed from which the cataloged item was collected.).freeze,
1085
+ comment: "The full name of the lithostratigraphic bed from which the cataloged item was collected.".freeze,
1086
1086
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#bed-2009-04-24".freeze,
1087
1087
  "dc:issued": "2009-04-24".freeze,
1088
1088
  "dc:modified": "2009-07-06".freeze,
@@ -1094,7 +1094,7 @@ module RDF::Vocab
1094
1094
  label: "Bed".freeze,
1095
1095
  type: "rdf:Property".freeze
1096
1096
  property :behavior,
1097
- comment: %(A description of the behavior shown by the subject at the time the Occurrence was recorded. Recommended best practice is to use a controlled vocabulary.).freeze,
1097
+ comment: "A description of the behavior shown by the subject at the time the Occurrence was recorded. Recommended best practice is to use a controlled vocabulary.".freeze,
1098
1098
  "dc:description": "Examples: \"roosting\", \"foraging\", \"running\"".freeze,
1099
1099
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#behavior-2009-04-24".freeze,
1100
1100
  "dc:issued": "2009-03-06".freeze,
@@ -1106,7 +1106,7 @@ module RDF::Vocab
1106
1106
  label: "Behavior".freeze,
1107
1107
  type: "rdf:Property".freeze
1108
1108
  property :catalogNumber,
1109
- comment: %(An identifier \(preferably unique\) for the record within the data set or collection.).freeze,
1109
+ comment: "An identifier (preferably unique) for the record within the data set or collection.".freeze,
1110
1110
  "dc:description": "Examples: \"2008.1334\", \"145732a\", \"145732\"".freeze,
1111
1111
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#catalogNumber-2009-04-24".freeze,
1112
1112
  "dc:issued": "2008-11-19".freeze,
@@ -1119,7 +1119,7 @@ module RDF::Vocab
1119
1119
  label: "Catalog Number".freeze,
1120
1120
  type: "rdf:Property".freeze
1121
1121
  property :class,
1122
- comment: %(The full scientific name of the class in which the taxon is classified.).freeze,
1122
+ comment: "The full scientific name of the class in which the taxon is classified.".freeze,
1123
1123
  "dc:description": "Examples: \"Mammalia\", \"Hepaticopsida\"".freeze,
1124
1124
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#class-2009-08-24".freeze,
1125
1125
  "dc:issued": "2008-11-19".freeze,
@@ -1132,7 +1132,7 @@ module RDF::Vocab
1132
1132
  label: "Class".freeze,
1133
1133
  type: "rdf:Property".freeze
1134
1134
  property :collectionCode,
1135
- comment: %(The name, acronym, coden, or initialism identifying the collection or data set from which the record was derived.).freeze,
1135
+ comment: "The name, acronym, coden, or initialism identifying the collection or data set from which the record was derived.".freeze,
1136
1136
  "dc:description": "Examples: \"Mammals\", \"Hildebrandt\", \"eBird\"".freeze,
1137
1137
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#collectionCode-2009-09-11".freeze,
1138
1138
  "dc:issued": "2008-11-19".freeze,
@@ -1145,7 +1145,7 @@ module RDF::Vocab
1145
1145
  label: "Collection Code".freeze,
1146
1146
  type: "rdf:Property".freeze
1147
1147
  property :collectionID,
1148
- comment: %(An identifier for the collection or dataset from which the record was derived.).freeze,
1148
+ comment: "An identifier for the collection or dataset from which the record was derived.".freeze,
1149
1149
  "dc:description": "For physical specimens, the recommended best practice is to use an identifier from a collections registry such as the Global Registry of Biodiversity Repositories (http://grbio.org/). Examples: \"http://biocol.org/urn:lsid:biocol.org:col:1001\", \"http://grbio.org/cool/p5fp-c036\".".freeze,
1150
1150
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#collectionID-2009-09-11".freeze,
1151
1151
  "dc:issued": "2008-11-19".freeze,
@@ -1157,7 +1157,7 @@ module RDF::Vocab
1157
1157
  label: "Collection ID".freeze,
1158
1158
  type: "rdf:Property".freeze
1159
1159
  property :continent,
1160
- comment: %(The name of the continent in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.).freeze,
1160
+ comment: "The name of the continent in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.".freeze,
1161
1161
  "dc:description": "Examples: \"Africa\", \"Antarctica\", \"Asia\", \"Europe\", \"North America\", \"Oceania\", \"South America\"".freeze,
1162
1162
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#continent-2009-04-24".freeze,
1163
1163
  "dc:issued": "2008-11-19".freeze,
@@ -1170,7 +1170,7 @@ module RDF::Vocab
1170
1170
  label: "Continent".freeze,
1171
1171
  type: "rdf:Property".freeze
1172
1172
  property :coordinatePrecision,
1173
- comment: %(A decimal representation of the precision of the coordinates given in the decimalLatitude and decimalLongitude.).freeze,
1173
+ comment: "A decimal representation of the precision of the coordinates given in the decimalLatitude and decimalLongitude.".freeze,
1174
1174
  "dc:description": "Examples: \"0.00001\" (normal GPS limit for decimal degrees), \"0.000278\" (nearest second), \"0.01667\" (nearest minute), \"1.0\" (nearest degree)".freeze,
1175
1175
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#coordinatePrecision-2009-04-24".freeze,
1176
1176
  "dc:issued": "2008-11-19".freeze,
@@ -1183,7 +1183,7 @@ module RDF::Vocab
1183
1183
  label: "Coordinate Precision".freeze,
1184
1184
  type: "rdf:Property".freeze
1185
1185
  property :coordinateUncertaintyInMeters,
1186
- comment: %(The horizontal distance \(in meters\) from the given decimalLatitude and decimalLongitude describing the smallest circle containing the whole of the Location. Leave the value empty if the uncertainty is unknown, cannot be estimated, or is not applicable \(because there are no coordinates\). Zero is not a valid value for this term.).freeze,
1186
+ comment: "The horizontal distance (in meters) from the given decimalLatitude and decimalLongitude describing the smallest circle containing the whole of the Location. Leave the value empty if the uncertainty is unknown, cannot be estimated, or is not applicable (because there are no coordinates). Zero is not a valid value for this term.".freeze,
1187
1187
  "dc:description": "Examples: \"30\" (reasonable lower limit of a GPS reading under good conditions if the actual precision was not recorded at the time), \"71\" (uncertainty for a UTM coordinate having 100 meter precision and a known spatial reference system).".freeze,
1188
1188
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#coordinateUncertaintyInMeters-2009-04-24".freeze,
1189
1189
  "dc:issued": "2008-11-19".freeze,
@@ -1196,7 +1196,7 @@ module RDF::Vocab
1196
1196
  label: "Coordinate Uncertainty In Meters".freeze,
1197
1197
  type: "rdf:Property".freeze
1198
1198
  property :country,
1199
- comment: %(The name of the country or major administrative unit in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.).freeze,
1199
+ comment: "The name of the country or major administrative unit in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.".freeze,
1200
1200
  "dc:description": "Examples: \"Denmark\", \"Colombia\", \"España\"".freeze,
1201
1201
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#country-2009-04-24".freeze,
1202
1202
  "dc:issued": "2008-11-19".freeze,
@@ -1209,7 +1209,7 @@ module RDF::Vocab
1209
1209
  label: "Country".freeze,
1210
1210
  type: "rdf:Property".freeze
1211
1211
  property :countryCode,
1212
- comment: %(The standard code for the country in which the Location occurs. Recommended best practice is to use ISO 3166-1-alpha-2 country codes.).freeze,
1212
+ comment: "The standard code for the country in which the Location occurs. Recommended best practice is to use ISO 3166-1-alpha-2 country codes.".freeze,
1213
1213
  "dc:description": "Examples: \"AR\" for Argentina, \"SV\" for El Salvador".freeze,
1214
1214
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#countryCode-2009-04-24".freeze,
1215
1215
  "dc:issued": "2008-11-19".freeze,
@@ -1221,7 +1221,7 @@ module RDF::Vocab
1221
1221
  label: "Country Code".freeze,
1222
1222
  type: "rdf:Property".freeze
1223
1223
  property :county,
1224
- comment: %(The full, unabbreviated name of the next smaller administrative region than stateProvince \(county, shire, department, etc.\) in which the Location occurs.).freeze,
1224
+ comment: "The full, unabbreviated name of the next smaller administrative region than stateProvince (county, shire, department, etc.) in which the Location occurs.".freeze,
1225
1225
  "dc:description": "Examples: \"Missoula\", \"Los Lagos\", \"Mataró\"".freeze,
1226
1226
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#county-2009-04-24".freeze,
1227
1227
  "dc:issued": "2008-11-19".freeze,
@@ -1234,7 +1234,7 @@ module RDF::Vocab
1234
1234
  label: "County".freeze,
1235
1235
  type: "rdf:Property".freeze
1236
1236
  property :dataGeneralizations,
1237
- comment: %(Actions taken to make the shared data less specific or complete than in its original form. Suggests that alternative data of higher quality may be available on request.).freeze,
1237
+ comment: "Actions taken to make the shared data less specific or complete than in its original form. Suggests that alternative data of higher quality may be available on request.".freeze,
1238
1238
  "dc:description": "Example: \"Coordinates generalized from original GPS coordinates to the nearest half degree grid cell\"".freeze,
1239
1239
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#dataGeneralizations-2009-04-24".freeze,
1240
1240
  "dc:issued": "2008-11-19".freeze,
@@ -1247,7 +1247,7 @@ module RDF::Vocab
1247
1247
  label: "Data Generalizations".freeze,
1248
1248
  type: "rdf:Property".freeze
1249
1249
  property :datasetID,
1250
- comment: %(An identifier for the set of data. May be a global unique identifier or an identifier specific to a collection or institution.).freeze,
1250
+ comment: "An identifier for the set of data. May be a global unique identifier or an identifier specific to a collection or institution.".freeze,
1251
1251
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#datasetID-2009-09-11".freeze,
1252
1252
  "dc:issued": "2008-11-19".freeze,
1253
1253
  "dc:modified": "2009-09-11".freeze,
@@ -1260,7 +1260,7 @@ module RDF::Vocab
1260
1260
  subPropertyOf: "dc:identifier".freeze,
1261
1261
  type: "rdf:Property".freeze
1262
1262
  property :datasetName,
1263
- comment: %(The name identifying the data set from which the record was derived.).freeze,
1263
+ comment: "The name identifying the data set from which the record was derived.".freeze,
1264
1264
  "dc:description": "Examples: \"Grinnell Resurvey Mammals\", \"Lacey Ctenomys Recaptures\"".freeze,
1265
1265
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#datasetName-2009-09-11".freeze,
1266
1266
  "dc:issued": "2009-09-11".freeze,
@@ -1272,7 +1272,7 @@ module RDF::Vocab
1272
1272
  label: "Dataset Name".freeze,
1273
1273
  type: "rdf:Property".freeze
1274
1274
  property :dateIdentified,
1275
- comment: %(The date on which the subject was identified as representing the Taxon. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004\(E\).).freeze,
1275
+ comment: "The date on which the subject was identified as representing the Taxon. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).".freeze,
1276
1276
  "dc:description": "Examples: \"1963-03-08T14:07-0600\" is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, \"2009-02-20T08:40Z\" is 20 Feb 2009 8:40am UTC, \"1809-02-12\" is 12 Feb 1809, \"1906-06\" is Jun 1906, \"1971\" is just that year, \"2007-03-01T13:00:00Z/2008-05-11T15:30:00Z\" is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, \"2007-11-13/15\" is the interval between 13 Nov 2007 and 15 Nov 2007.".freeze,
1277
1277
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#dateIdentified-2009-08-24".freeze,
1278
1278
  "dc:issued": "2008-11-19".freeze,
@@ -1286,7 +1286,7 @@ module RDF::Vocab
1286
1286
  subPropertyOf: "dc:date".freeze,
1287
1287
  type: "rdf:Property".freeze
1288
1288
  property :day,
1289
- comment: %(The integer day of the month on which the Event occurred.).freeze,
1289
+ comment: "The integer day of the month on which the Event occurred.".freeze,
1290
1290
  "dc:description": "Examples: \"9\", \"28\"".freeze,
1291
1291
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#day-2009-04-24".freeze,
1292
1292
  "dc:issued": "2008-11-19".freeze,
@@ -1299,7 +1299,7 @@ module RDF::Vocab
1299
1299
  label: "Day".freeze,
1300
1300
  type: "rdf:Property".freeze
1301
1301
  property :decimalLatitude,
1302
- comment: %(The geographic latitude \(in decimal degrees, using the spatial reference system given in geodeticDatum\) of the geographic center of a Location. Positive values are north of the Equator, negative values are south of it. Legal values lie between -90 and 90, inclusive.).freeze,
1302
+ comment: "The geographic latitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are north of the Equator, negative values are south of it. Legal values lie between -90 and 90, inclusive.".freeze,
1303
1303
  "dc:description": "Example: \"-41.0983423\"".freeze,
1304
1304
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#decimalLatitude-2009-04-24".freeze,
1305
1305
  "dc:issued": "2008-11-19".freeze,
@@ -1312,7 +1312,7 @@ module RDF::Vocab
1312
1312
  label: "Decimal Latitude".freeze,
1313
1313
  type: "rdf:Property".freeze
1314
1314
  property :decimalLongitude,
1315
- comment: %(The geographic longitude \(in decimal degrees, using the spatial reference system given in geodeticDatum\) of the geographic center of a Location. Positive values are east of the Greenwich Meridian, negative values are west of it. Legal values lie between -180 and 180, inclusive.).freeze,
1315
+ comment: "The geographic longitude (in decimal degrees, using the spatial reference system given in geodeticDatum) of the geographic center of a Location. Positive values are east of the Greenwich Meridian, negative values are west of it. Legal values lie between -180 and 180, inclusive.".freeze,
1316
1316
  "dc:description": "Example: \"-121.1761111\"".freeze,
1317
1317
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#decimalLongitude-2009-04-24".freeze,
1318
1318
  "dc:issued": "2008-11-19".freeze,
@@ -1325,7 +1325,7 @@ module RDF::Vocab
1325
1325
  label: "Decimal Longitude".freeze,
1326
1326
  type: "rdf:Property".freeze
1327
1327
  property :disposition,
1328
- comment: %(The current state of a specimen with respect to the collection identified in collectionCode or collectionID. Recommended best practice is to use a controlled vocabulary.).freeze,
1328
+ comment: "The current state of a specimen with respect to the collection identified in collectionCode or collectionID. Recommended best practice is to use a controlled vocabulary.".freeze,
1329
1329
  "dc:description": "Examples: \"in collection\", \"missing\", \"voucher elsewhere\", \"duplicates elsewhere\"".freeze,
1330
1330
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#disposition-2009-04-24".freeze,
1331
1331
  "dc:issued": "2008-11-19".freeze,
@@ -1338,7 +1338,7 @@ module RDF::Vocab
1338
1338
  label: "Disposition".freeze,
1339
1339
  type: "rdf:Property".freeze
1340
1340
  property :dynamicProperties,
1341
- comment: %(A list of additional measurements, facts, characteristics, or assertions about the record. Meant to provide a mechanism for structured content.).freeze,
1341
+ comment: "A list of additional measurements, facts, characteristics, or assertions about the record. Meant to provide a mechanism for structured content.".freeze,
1342
1342
  "dc:description": "The recommended best practice is to use a key:value encoding schema such as JSON. Examples: \"{\"heightInMeters\":1.5}\", \"{\"tragusLengthInMeters\":0.014, \"weightInGrams\":120}\", \"{\"natureOfID\":\"expert identification\", \"identificationEvidence\":\"cytochrome B sequence\"}\", \"{\"relativeHumidity\":28, \"airTemperatureInCelcius\":22, \"sampleSizeInKilograms\":10}\", \"{\"aspectHeading\":277, \"slopeInDegrees\":6}\", \"{\"iucnStatus\":\"vulnerable\", \"taxonDistribution\":\"Neuquén, Argentina\"}\".".freeze,
1343
1343
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#dynamicProperties-2014-10-23".freeze,
1344
1344
  "dc:issued": "2008-11-19".freeze,
@@ -1352,7 +1352,7 @@ module RDF::Vocab
1352
1352
  label: "Dynamic Properties".freeze,
1353
1353
  type: "rdf:Property".freeze
1354
1354
  property :earliestAgeOrLowestStage,
1355
- comment: %(The full name of the earliest possible geochronologic age or lowest chronostratigraphic stage attributable to the stratigraphic horizon from which the cataloged item was collected.).freeze,
1355
+ comment: "The full name of the earliest possible geochronologic age or lowest chronostratigraphic stage attributable to the stratigraphic horizon from which the cataloged item was collected.".freeze,
1356
1356
  "dc:description": "Examples: \"Atlantic\", \"Boreal\", \"Skullrockian\"".freeze,
1357
1357
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#earliestAgeOrLowestStage-2009-04-24".freeze,
1358
1358
  "dc:issued": "2009-04-24".freeze,
@@ -1365,7 +1365,7 @@ module RDF::Vocab
1365
1365
  label: "Earliest Age Or Lowest Stage".freeze,
1366
1366
  type: "rdf:Property".freeze
1367
1367
  property :earliestEonOrLowestEonothem,
1368
- comment: %(The full name of the earliest possible geochronologic eon or lowest chrono-stratigraphic eonothem or the informal name \("Precambrian"\) attributable to the stratigraphic horizon from which the cataloged item was collected.).freeze,
1368
+ comment: "The full name of the earliest possible geochronologic eon or lowest chrono-stratigraphic eonothem or the informal name (\"Precambrian\") attributable to the stratigraphic horizon from which the cataloged item was collected.".freeze,
1369
1369
  "dc:description": "Examples: \"Phanerozoic\", \"Proterozoic\"".freeze,
1370
1370
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#earliestEonOrLowestEonothem-2009-04-24".freeze,
1371
1371
  "dc:issued": "2009-04-24".freeze,
@@ -1378,7 +1378,7 @@ module RDF::Vocab
1378
1378
  label: "Earliest Eon Or Lowest Eonothem".freeze,
1379
1379
  type: "rdf:Property".freeze
1380
1380
  property :earliestEpochOrLowestSeries,
1381
- comment: %(The full name of the earliest possible geochronologic epoch or lowest chronostratigraphic series attributable to the stratigraphic horizon from which the cataloged item was collected.).freeze,
1381
+ comment: "The full name of the earliest possible geochronologic epoch or lowest chronostratigraphic series attributable to the stratigraphic horizon from which the cataloged item was collected.".freeze,
1382
1382
  "dc:description": "Examples: \"Holocene\", \"Pleistocene\", \"Ibexian Series\"".freeze,
1383
1383
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#earliestEpochOrLowestSeries-2009-04-24".freeze,
1384
1384
  "dc:issued": "2009-04-24".freeze,
@@ -1391,7 +1391,7 @@ module RDF::Vocab
1391
1391
  label: "Earliest Epoch Or Lowest Series".freeze,
1392
1392
  type: "rdf:Property".freeze
1393
1393
  property :earliestEraOrLowestErathem,
1394
- comment: %(The full name of the earliest possible geochronologic era or lowest chronostratigraphic erathem attributable to the stratigraphic horizon from which the cataloged item was collected.).freeze,
1394
+ comment: "The full name of the earliest possible geochronologic era or lowest chronostratigraphic erathem attributable to the stratigraphic horizon from which the cataloged item was collected.".freeze,
1395
1395
  "dc:description": "Examples: \"Cenozoic\", \"Mesozoic\"".freeze,
1396
1396
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#earliestEraOrLowestErathem-2009-04-24".freeze,
1397
1397
  "dc:issued": "2009-04-24".freeze,
@@ -1404,7 +1404,7 @@ module RDF::Vocab
1404
1404
  label: "Earliest Era Or Lowest Erathem".freeze,
1405
1405
  type: "rdf:Property".freeze
1406
1406
  property :earliestPeriodOrLowestSystem,
1407
- comment: %(The full name of the earliest possible geochronologic period or lowest chronostratigraphic system attributable to the stratigraphic horizon from which the cataloged item was collected.).freeze,
1407
+ comment: "The full name of the earliest possible geochronologic period or lowest chronostratigraphic system attributable to the stratigraphic horizon from which the cataloged item was collected.".freeze,
1408
1408
  "dc:description": "Examples: \"Neogene\", \"Tertiary\", \"Quaternary\"".freeze,
1409
1409
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#earliestPeriodOrLowestSystem-2009-04-24".freeze,
1410
1410
  "dc:issued": "2009-04-24".freeze,
@@ -1417,7 +1417,7 @@ module RDF::Vocab
1417
1417
  label: "Earliest Period Or Lowest System".freeze,
1418
1418
  type: "rdf:Property".freeze
1419
1419
  property :endDayOfYear,
1420
- comment: %(The latest ordinal day of the year on which the Event occurred \(1 for January 1, 365 for December 31, except in a leap year, in which case it is 366\).).freeze,
1420
+ comment: "The latest ordinal day of the year on which the Event occurred (1 for January 1, 365 for December 31, except in a leap year, in which case it is 366).".freeze,
1421
1421
  "dc:description": "Examples: \"1\" (=1 Jan), \"366\" (=31 Dec), \"365\" (=30 Dec in a leap year, 31 Dec in a non-leap year)".freeze,
1422
1422
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#endDayOfYear-2009-04-24".freeze,
1423
1423
  "dc:issued": "2008-11-19".freeze,
@@ -1430,7 +1430,7 @@ module RDF::Vocab
1430
1430
  label: "End Day Of Year".freeze,
1431
1431
  type: "rdf:Property".freeze
1432
1432
  property :establishmentMeans,
1433
- comment: %(The process by which the biological individual\(s\) represented in the Occurrence became established at the location. Recommended best practice is to use a controlled vocabulary.).freeze,
1433
+ comment: "The process by which the biological individual(s) represented in the Occurrence became established at the location. Recommended best practice is to use a controlled vocabulary.".freeze,
1434
1434
  "dc:description": "Examples: \"native\", \"introduced\", \"naturalised\", \"invasive\", \"managed\"".freeze,
1435
1435
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#establishmentMeans-2009-04-24".freeze,
1436
1436
  "dc:issued": "2008-11-19".freeze,
@@ -1442,7 +1442,7 @@ module RDF::Vocab
1442
1442
  label: "Establishment Means".freeze,
1443
1443
  type: "rdf:Property".freeze
1444
1444
  property :eventDate,
1445
- comment: %(The date-time or interval during which an Event occurred. For occurrences, this is the date-time when the event was recorded. Not suitable for a time in a geological context. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004\(E\).).freeze,
1445
+ comment: "The date-time or interval during which an Event occurred. For occurrences, this is the date-time when the event was recorded. Not suitable for a time in a geological context. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).".freeze,
1446
1446
  "dc:description": "Examples: \"1963-03-08T14:07-0600\" is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, \"2009-02-20T08:40Z\" is 20 Feb 2009 8:40am UTC, \"1809-02-12\" is 12 Feb 1809, \"1906-06\" is Jun 1906, \"1971\" is just that year, \"2007-03-01T13:00:00Z/2008-05-11T15:30:00Z\" is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, \"2007-11-13/15\" is the interval between 13 Nov 2007 and 15 Nov 2007.".freeze,
1447
1447
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#eventDate-2009-04-24".freeze,
1448
1448
  "dc:issued": "2009-04-24".freeze,
@@ -1456,7 +1456,7 @@ module RDF::Vocab
1456
1456
  subPropertyOf: "dc:date".freeze,
1457
1457
  type: "rdf:Property".freeze
1458
1458
  property :eventID,
1459
- comment: %(An identifier for the set of information associated with an Event \(something that occurs at a place and time\). May be a global unique identifier or an identifier specific to the data set.).freeze,
1459
+ comment: "An identifier for the set of information associated with an Event (something that occurs at a place and time). May be a global unique identifier or an identifier specific to the data set.".freeze,
1460
1460
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#eventID-2009-04-24".freeze,
1461
1461
  "dc:issued": "2008-11-19".freeze,
1462
1462
  "dc:modified": "2009-04-24".freeze,
@@ -1469,7 +1469,7 @@ module RDF::Vocab
1469
1469
  subPropertyOf: "dc:identifier".freeze,
1470
1470
  type: "rdf:Property".freeze
1471
1471
  property :eventRemarks,
1472
- comment: %(Comments or notes about the Event.).freeze,
1472
+ comment: "Comments or notes about the Event.".freeze,
1473
1473
  "dc:description": "Example: \"after the recent rains the river is nearly at flood stage\"".freeze,
1474
1474
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#eventRemarks-2009-04-24".freeze,
1475
1475
  "dc:issued": "2009-01-18".freeze,
@@ -1481,7 +1481,7 @@ module RDF::Vocab
1481
1481
  label: "Event Remarks".freeze,
1482
1482
  type: "rdf:Property".freeze
1483
1483
  property :eventTime,
1484
- comment: %(The time or interval during which an Event occurred. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004\(E\).).freeze,
1484
+ comment: "The time or interval during which an Event occurred. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).".freeze,
1485
1485
  "dc:description": "Examples: \"14:07-0600\" is 2:07pm in the time zone six hours earlier than UTC, \"08:40:21Z\" is 8:40:21am UTC, \"13:00:00Z/15:30:00Z\" is the interval between 1pm UTC and 3:30pm UTC.".freeze,
1486
1486
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#eventTime-2009-04-24".freeze,
1487
1487
  "dc:issued": "2009-04-24".freeze,
@@ -1494,7 +1494,7 @@ module RDF::Vocab
1494
1494
  label: "Event Time".freeze,
1495
1495
  type: "rdf:Property".freeze
1496
1496
  property :family,
1497
- comment: %(The full scientific name of the family in which the taxon is classified.).freeze,
1497
+ comment: "The full scientific name of the family in which the taxon is classified.".freeze,
1498
1498
  "dc:description": "Examples: \"Felidae\", \"Monocleaceae\"".freeze,
1499
1499
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#family-2009-08-24".freeze,
1500
1500
  "dc:issued": "2008-11-19".freeze,
@@ -1507,7 +1507,7 @@ module RDF::Vocab
1507
1507
  label: "Family".freeze,
1508
1508
  type: "rdf:Property".freeze
1509
1509
  property :fieldNotes,
1510
- comment: %(One of a\) an indicator of the existence of, b\) a reference to \(publication, URI\), or c\) the text of notes taken in the field about the Event.).freeze,
1510
+ comment: "One of a) an indicator of the existence of, b) a reference to (publication, URI), or c) the text of notes taken in the field about the Event.".freeze,
1511
1511
  "dc:description": "Example: \"notes available in Grinnell-Miller Library\"".freeze,
1512
1512
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#fieldNotes-2009-04-24".freeze,
1513
1513
  "dc:issued": "2008-11-19".freeze,
@@ -1520,7 +1520,7 @@ module RDF::Vocab
1520
1520
  label: "Field Notes".freeze,
1521
1521
  type: "rdf:Property".freeze
1522
1522
  property :fieldNumber,
1523
- comment: %(An identifier given to the event in the field. Often serves as a link between field notes and the Event.).freeze,
1523
+ comment: "An identifier given to the event in the field. Often serves as a link between field notes and the Event.".freeze,
1524
1524
  "dc:description": "Example: \"RV Sol 87-03-08\"".freeze,
1525
1525
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#fieldNumber-2009-04-24".freeze,
1526
1526
  "dc:issued": "2008-11-19".freeze,
@@ -1533,7 +1533,7 @@ module RDF::Vocab
1533
1533
  label: "Field Number".freeze,
1534
1534
  type: "rdf:Property".freeze
1535
1535
  property :footprintSRS,
1536
- comment: %(A Well-Known Text \(WKT\) representation of the Spatial Reference System \(SRS\) for the footprintWKT of the Location. Do not use this term to describe the SRS of the decimalLatitude and decimalLongitude, even if it is the same as for the footprintWKT - use the geodeticDatum instead.).freeze,
1536
+ comment: "A Well-Known Text (WKT) representation of the Spatial Reference System (SRS) for the footprintWKT of the Location. Do not use this term to describe the SRS of the decimalLatitude and decimalLongitude, even if it is the same as for the footprintWKT - use the geodeticDatum instead.".freeze,
1537
1537
  "dc:description": "Example: The WKT for the standard WGS84 SRS (EPSG:4326) is \"GEOGCS[\"GCS_WGS_1984\",DATUM[\"D_WGS_1984\",SPHEROID[\"WGS_1984\",6378137,298.257223563]],PRIMEM[\"Greenwich\",0],UNIT[\"Degree\",0.0174532925199433]]\" without the enclosing quotes.".freeze,
1538
1538
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#footprintSRS-2009-07-06".freeze,
1539
1539
  "dc:issued": "2009-07-06".freeze,
@@ -1545,7 +1545,7 @@ module RDF::Vocab
1545
1545
  label: "Footprint SRS".freeze,
1546
1546
  type: "rdf:Property".freeze
1547
1547
  property :footprintSpatialFit,
1548
- comment: %(The ratio of the area of the footprint \(footprintWKT\) to the area of the true \(original, or most specific\) spatial representation of the Location. Legal values are 0, greater than or equal to 1, or undefined. A value of 1 is an exact match or 100% overlap. A value of 0 should be used if the given footprint does not completely contain the original representation. The footprintSpatialFit is undefined \(and should be left blank\) if the original representation is a point and the given georeference is not that same point. If both the original and the given georeference are the same point, the footprintSpatialFit is 1.).freeze,
1548
+ comment: "The ratio of the area of the footprint (footprintWKT) to the area of the true (original, or most specific) spatial representation of the Location. Legal values are 0, greater than or equal to 1, or undefined. A value of 1 is an exact match or 100% overlap. A value of 0 should be used if the given footprint does not completely contain the original representation. The footprintSpatialFit is undefined (and should be left blank) if the original representation is a point and the given georeference is not that same point. If both the original and the given georeference are the same point, the footprintSpatialFit is 1.".freeze,
1549
1549
  "dc:description": "Detailed explanations with graphical examples can be found in the \"Guide to Best Practices for Georeferencing\", Chapman and Wieczorek, eds. 2006.".freeze,
1550
1550
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#footprintSpatialFit-2009-04-24".freeze,
1551
1551
  "dc:issued": "2008-11-19".freeze,
@@ -1558,7 +1558,7 @@ module RDF::Vocab
1558
1558
  label: "Footprint Spatial Fit".freeze,
1559
1559
  type: "rdf:Property".freeze
1560
1560
  property :footprintWKT,
1561
- comment: %(A Well-Known Text \(WKT\) representation of the shape \(footprint, geometry\) that defines the Location. A Location may have both a point-radius representation \(see decimalLatitude\) and a footprint representation, and they may differ from each other.).freeze,
1561
+ comment: "A Well-Known Text (WKT) representation of the shape (footprint, geometry) that defines the Location. A Location may have both a point-radius representation (see decimalLatitude) and a footprint representation, and they may differ from each other.".freeze,
1562
1562
  "dc:description": "Example: the one-degree bounding box with opposite corners at (longitude=10, latitude=20) and (longitude=11, latitude=21) would be expressed in well-known text as POLYGON ((10 20, 11 20, 11 21, 10 21, 10 20))".freeze,
1563
1563
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#footprintWKT-2009-04-24".freeze,
1564
1564
  "dc:issued": "2008-11-19".freeze,
@@ -1571,7 +1571,7 @@ module RDF::Vocab
1571
1571
  label: "Footprint WKT".freeze,
1572
1572
  type: "rdf:Property".freeze
1573
1573
  property :formation,
1574
- comment: %(The full name of the lithostratigraphic formation from which the cataloged item was collected.).freeze,
1574
+ comment: "The full name of the lithostratigraphic formation from which the cataloged item was collected.".freeze,
1575
1575
  "dc:description": "Examples: \"Notch Peak Fromation\", \"House Limestone\", \"Fillmore Formation\"".freeze,
1576
1576
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#formation-2009-04-24".freeze,
1577
1577
  "dc:issued": "2009-04-24".freeze,
@@ -1584,7 +1584,7 @@ module RDF::Vocab
1584
1584
  label: "Formation".freeze,
1585
1585
  type: "rdf:Property".freeze
1586
1586
  property :genus,
1587
- comment: %(The full scientific name of the genus in which the taxon is classified.).freeze,
1587
+ comment: "The full scientific name of the genus in which the taxon is classified.".freeze,
1588
1588
  "dc:description": "Examples: \"Puma\", \"Monoclea\"".freeze,
1589
1589
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#genus-2009-08-24".freeze,
1590
1590
  "dc:issued": "2008-11-19".freeze,
@@ -1597,7 +1597,7 @@ module RDF::Vocab
1597
1597
  label: "Genus".freeze,
1598
1598
  type: "rdf:Property".freeze
1599
1599
  property :geodeticDatum,
1600
- comment: %(The ellipsoid, geodetic datum, or spatial reference system \(SRS\) upon which the geographic coordinates given in decimalLatitude and decimalLongitude as based. Recommended best practice is use the EPSG code as a controlled vocabulary to provide an SRS, if known. Otherwise use a controlled vocabulary for the name or code of the geodetic datum, if known. Otherwise use a controlled vocabulary for the name or code of the ellipsoid, if known. If none of these is known, use the value "unknown".).freeze,
1600
+ comment: "The ellipsoid, geodetic datum, or spatial reference system (SRS) upon which the geographic coordinates given in decimalLatitude and decimalLongitude as based. Recommended best practice is use the EPSG code as a controlled vocabulary to provide an SRS, if known. Otherwise use a controlled vocabulary for the name or code of the geodetic datum, if known. Otherwise use a controlled vocabulary for the name or code of the ellipsoid, if known. If none of these is known, use the value \"unknown\".".freeze,
1601
1601
  "dc:description": "Examples: \"EPSG:4326\", \"WGS84\", \"NAD27\", \"Campo Inchauspe\", \"European 1950\", \"Clarke 1866\"".freeze,
1602
1602
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#geodeticDatum-2009-04-24".freeze,
1603
1603
  "dc:issued": "2008-11-19".freeze,
@@ -1610,7 +1610,7 @@ module RDF::Vocab
1610
1610
  label: "Geodetic Datum".freeze,
1611
1611
  type: "rdf:Property".freeze
1612
1612
  property :geologicalContextID,
1613
- comment: %(An identifier for the set of information associated with a GeologicalContext \(the location within a geological context, such as stratigraphy\). May be a global unique identifier or an identifier specific to the data set.).freeze,
1613
+ comment: "An identifier for the set of information associated with a GeologicalContext (the location within a geological context, such as stratigraphy). May be a global unique identifier or an identifier specific to the data set.".freeze,
1614
1614
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#geologicalContextID-2009-07-06".freeze,
1615
1615
  "dc:issued": "2009-07-06".freeze,
1616
1616
  "dc:modified": "2009-07-06".freeze,
@@ -1622,7 +1622,7 @@ module RDF::Vocab
1622
1622
  subPropertyOf: "dc:identifier".freeze,
1623
1623
  type: "rdf:Property".freeze
1624
1624
  property :georeferenceProtocol,
1625
- comment: %(A description or reference to the methods used to determine the spatial footprint, coordinates, and uncertainties.).freeze,
1625
+ comment: "A description or reference to the methods used to determine the spatial footprint, coordinates, and uncertainties.".freeze,
1626
1626
  "dc:description": "Examples: \"Guide to Best Practices for Georeferencing. (Chapman and Wieczorek, eds. 2006). Global Biodiversity Information Facility.\", \"MaNIS/HerpNet/ORNIS Georeferencing Guidelines\", \"Georeferencing Quick Reference Guide\"".freeze,
1627
1627
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#georeferenceProtocol-2009-04-24".freeze,
1628
1628
  "dc:issued": "2008-11-19".freeze,
@@ -1635,7 +1635,7 @@ module RDF::Vocab
1635
1635
  label: "Georeference Protocol".freeze,
1636
1636
  type: "rdf:Property".freeze
1637
1637
  property :georeferenceRemarks,
1638
- comment: %(Notes or comments about the spatial description determination, explaining assumptions made in addition or opposition to the those formalized in the method referred to in georeferenceProtocol.).freeze,
1638
+ comment: "Notes or comments about the spatial description determination, explaining assumptions made in addition or opposition to the those formalized in the method referred to in georeferenceProtocol.".freeze,
1639
1639
  "dc:description": "Example: \"assumed distance by road (Hwy. 101)\"".freeze,
1640
1640
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#georeferenceRemarks-2009-04-24".freeze,
1641
1641
  "dc:issued": "2008-11-19".freeze,
@@ -1648,7 +1648,7 @@ module RDF::Vocab
1648
1648
  label: "Georeference Remarks".freeze,
1649
1649
  type: "rdf:Property".freeze
1650
1650
  property :georeferenceSources,
1651
- comment: %(A list \(concatenated and separated\) of maps, gazetteers, or other resources used to georeference the Location, described specifically enough to allow anyone in the future to use the same resources.).freeze,
1651
+ comment: "A list (concatenated and separated) of maps, gazetteers, or other resources used to georeference the Location, described specifically enough to allow anyone in the future to use the same resources.".freeze,
1652
1652
  "dc:description": "The recommended best practice is to separate the values with a vertical bar (' | '). Examples: \"GeoLocate\", \"USGS 1:24000 Florence Montana Quad | Terrametrics 2008 on Google Earth\".".freeze,
1653
1653
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#georeferenceSources-2014-10-23".freeze,
1654
1654
  "dc:issued": "2008-11-19".freeze,
@@ -1662,7 +1662,7 @@ module RDF::Vocab
1662
1662
  label: "Georeference Sources".freeze,
1663
1663
  type: "rdf:Property".freeze
1664
1664
  property :georeferenceVerificationStatus,
1665
- comment: %(A categorical description of the extent to which the georeference has been verified to represent the best possible spatial description. Recommended best practice is to use a controlled vocabulary.).freeze,
1665
+ comment: "A categorical description of the extent to which the georeference has been verified to represent the best possible spatial description. Recommended best practice is to use a controlled vocabulary.".freeze,
1666
1666
  "dc:description": "Examples: \"requires verification\", \"verified by collector\", \"verified by curator\".".freeze,
1667
1667
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#georeferenceVerificationStatus-2009-04-24".freeze,
1668
1668
  "dc:issued": "2008-11-19".freeze,
@@ -1675,7 +1675,7 @@ module RDF::Vocab
1675
1675
  label: "Georeference Verification Status".freeze,
1676
1676
  type: "rdf:Property".freeze
1677
1677
  property :georeferencedBy,
1678
- comment: %(A list \(concatenated and separated\) of names of people, groups, or organizations who determined the georeference \(spatial representation\) for the Location.).freeze,
1678
+ comment: "A list (concatenated and separated) of names of people, groups, or organizations who determined the georeference (spatial representation) for the Location.".freeze,
1679
1679
  "dc:description": "The recommended best practice is to separate the values with a vertical bar (' | '). Examples: \"Brad Millen (ROM)\", \"Kristina Yamamoto (MVZ) | Janet Fang (MVZ)\".".freeze,
1680
1680
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#georeferencedBy-2014-10-23".freeze,
1681
1681
  "dc:issued": "2009-01-21".freeze,
@@ -1690,7 +1690,7 @@ module RDF::Vocab
1690
1690
  subPropertyOf: "dwc:accordingTo".freeze,
1691
1691
  type: "rdf:Property".freeze
1692
1692
  property :georeferencedDate,
1693
- comment: %(The date on which the Location was georeferenced. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004\(E\).).freeze,
1693
+ comment: "The date on which the Location was georeferenced. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).".freeze,
1694
1694
  "dc:description": "Examples: \"1963-03-08T14:07-0600\" is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, \"2009-02-20T08:40Z\" is 20 Feb 2009 8:40am UTC, \"1809-02-12\" is 12 Feb 1809, \"1906-06\" is Jun 1906, \"1971\" is just that year, \"2007-03-01T13:00:00Z/2008-05-11T15:30:00Z\" is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, \"2007-11-13/15\" is the interval between 13 Nov 2007 and 15 Nov 2007.".freeze,
1695
1695
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#georeferencedDate-2011-10-16".freeze,
1696
1696
  "dc:issued": "2011-10-16".freeze,
@@ -1704,7 +1704,7 @@ module RDF::Vocab
1704
1704
  subPropertyOf: "dc:date".freeze,
1705
1705
  type: "rdf:Property".freeze
1706
1706
  property :group,
1707
- comment: %(The full name of the lithostratigraphic group from which the cataloged item was collected.).freeze,
1707
+ comment: "The full name of the lithostratigraphic group from which the cataloged item was collected.".freeze,
1708
1708
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#group-2009-04-24".freeze,
1709
1709
  "dc:issued": "2009-04-24".freeze,
1710
1710
  "dc:modified": "2009-07-06".freeze,
@@ -1716,7 +1716,7 @@ module RDF::Vocab
1716
1716
  label: "Group".freeze,
1717
1717
  type: "rdf:Property".freeze
1718
1718
  property :habitat,
1719
- comment: %(A category or description of the habitat in which the Event occurred.).freeze,
1719
+ comment: "A category or description of the habitat in which the Event occurred.".freeze,
1720
1720
  "dc:description": "Examples: \"oak savanna\", \"pre-cordilleran steppe\"".freeze,
1721
1721
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#habitat-2009-04-24".freeze,
1722
1722
  "dc:issued": "2008-11-19".freeze,
@@ -1728,7 +1728,7 @@ module RDF::Vocab
1728
1728
  label: "Habitat".freeze,
1729
1729
  type: "rdf:Property".freeze
1730
1730
  property :higherClassification,
1731
- comment: %(A list \(concatenated and separated\) of taxa names terminating at the rank immediately superior to the taxon referenced in the taxon record.).freeze,
1731
+ comment: "A list (concatenated and separated) of taxa names terminating at the rank immediately superior to the taxon referenced in the taxon record.".freeze,
1732
1732
  "dc:description": "The recommended best practice is to separate the values with a vertical bar (' | '), with terms in order from the highest taxonomic rank to the lowest. Examples: \"Animalia\", \"Animalia | Chordata | Vertebrata | Mammalia | Theria | Eutheria | Rodentia | Hystricognatha | Hystricognathi | Ctenomyidae | Ctenomyini | Ctenomys\".".freeze,
1733
1733
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#higherClassification-2014-10-23".freeze,
1734
1734
  "dc:issued": "2008-11-19".freeze,
@@ -1742,7 +1742,7 @@ module RDF::Vocab
1742
1742
  label: "Higher Classification".freeze,
1743
1743
  type: "rdf:Property".freeze
1744
1744
  property :higherGeography,
1745
- comment: %(A list \(concatenated and separated\) of geographic names less specific than the information captured in the locality term.).freeze,
1745
+ comment: "A list (concatenated and separated) of geographic names less specific than the information captured in the locality term.".freeze,
1746
1746
  "dc:description": "The recommended best practice is to separate the values with a vertical bar (' | '), with terms in order from least specific to most specific. Examples: \"North Atlantic Ocean\", \"South America | Argentina | Patagonia | Parque Nacional Nahuel Huapi | Neuquén | Los Lagos\" with accompanying values \"South America\" in Continent, \"Argentina\" in Country, \"Neuquén\" in StateProvince, and \"Los Lagos\" in County.".freeze,
1747
1747
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#higherGeography-2014-10-23".freeze,
1748
1748
  "dc:issued": "2008-11-19".freeze,
@@ -1756,7 +1756,7 @@ module RDF::Vocab
1756
1756
  label: "Higher Geography".freeze,
1757
1757
  type: "rdf:Property".freeze
1758
1758
  property :higherGeographyID,
1759
- comment: %(An identifier for the geographic region within which the Location occurred. Recommended best practice is to use an persistent identifier from a controlled vocabulary such as the Getty Thesaurus of Geographic Names.).freeze,
1759
+ comment: "An identifier for the geographic region within which the Location occurred. Recommended best practice is to use an persistent identifier from a controlled vocabulary such as the Getty Thesaurus of Geographic Names.".freeze,
1760
1760
  "dc:description": "Example: \"TGN: 1002002\" for Prov. Tierra del Fuego, Argentina".freeze,
1761
1761
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#higherGeographyID-2009-04-24".freeze,
1762
1762
  "dc:issued": "2009-01-21".freeze,
@@ -1769,7 +1769,7 @@ module RDF::Vocab
1769
1769
  subPropertyOf: "dc:identifier".freeze,
1770
1770
  type: "rdf:Property".freeze
1771
1771
  property :highestBiostratigraphicZone,
1772
- comment: %(The full name of the highest possible geological biostratigraphic zone of the stratigraphic horizon from which the cataloged item was collected.).freeze,
1772
+ comment: "The full name of the highest possible geological biostratigraphic zone of the stratigraphic horizon from which the cataloged item was collected.".freeze,
1773
1773
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#highestBiostratigraphicZone-2009-04-24".freeze,
1774
1774
  "dc:issued": "2009-04-24".freeze,
1775
1775
  "dc:modified": "2009-07-06".freeze,
@@ -1781,7 +1781,7 @@ module RDF::Vocab
1781
1781
  label: "Highest Biostratigraphic Zone".freeze,
1782
1782
  type: "rdf:Property".freeze
1783
1783
  property :identificationID,
1784
- comment: %(An identifier for the Identification \(the body of information associated with the assignment of a scientific name\). May be a global unique identifier or an identifier specific to the data set.).freeze,
1784
+ comment: "An identifier for the Identification (the body of information associated with the assignment of a scientific name). May be a global unique identifier or an identifier specific to the data set.".freeze,
1785
1785
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#identificationID-2009-04-24".freeze,
1786
1786
  "dc:issued": "2008-11-19".freeze,
1787
1787
  "dc:modified": "2009-04-24".freeze,
@@ -1793,7 +1793,7 @@ module RDF::Vocab
1793
1793
  subPropertyOf: "dc:identifier".freeze,
1794
1794
  type: "rdf:Property".freeze
1795
1795
  property :identificationQualifier,
1796
- comment: %(A brief phrase or a standard term \("cf.", "aff."\) to express the determiner's doubts about the Identification.).freeze,
1796
+ comment: "A brief phrase or a standard term (\"cf.\", \"aff.\") to express the determiner's doubts about the Identification.".freeze,
1797
1797
  "dc:description": "Examples: 1) For the determination \"Quercus aff. agrifolia var. oxyadenia\", identificationQualifier would be \"aff. agrifolia var. oxyadenia\" with accompanying values \"Quercus\" in genus, \"agrifolia\" in specificEpithet, \"oxyadenia\" in infraspecificEpithet, and \"var.\" in rank. 2) For the determination \"Quercus agrifolia cf. var. oxyadenia\", identificationQualifier would be \"cf. var. oxyadenia \" with accompanying values \"Quercus\" in genus, \"agrifolia\" in specificEpithet, \"oxyadenia\" in infraspecificEpithet, and \"var.\" in rank.".freeze,
1798
1798
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#identificationQualifier-2009-04-24".freeze,
1799
1799
  "dc:issued": "2008-11-19".freeze,
@@ -1806,7 +1806,7 @@ module RDF::Vocab
1806
1806
  label: "Identification Qualifier".freeze,
1807
1807
  type: "rdf:Property".freeze
1808
1808
  property :identificationReferences,
1809
- comment: %(A list \(concatenated and separated\) of references \(publication, global unique identifier, URI\) used in the Identification.).freeze,
1809
+ comment: "A list (concatenated and separated) of references (publication, global unique identifier, URI) used in the Identification.".freeze,
1810
1810
  "dc:description": "The recommended best practice is to separate the values with a vertical bar (' | '). Examples: \"Aves del Noroeste Patagonico. Christie et al. 2004.\", \"Stebbins, R. Field Guide to Western Reptiles and Amphibians. 3rd Edition. 2003. | Irschick, D.J. and Shaffer, H.B. (1997). ''The polytypic species revisited: Morphological differentiation among tiger salamanders (Ambystoma tigrinum) (Amphibia: Caudata).'' Herpetologica, 53(1), 30-49.\".".freeze,
1811
1811
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#identificationReferences-2014-10-23".freeze,
1812
1812
  "dc:issued": "2008-11-19".freeze,
@@ -1820,7 +1820,7 @@ module RDF::Vocab
1820
1820
  label: "Identification References".freeze,
1821
1821
  type: "rdf:Property".freeze
1822
1822
  property :identificationRemarks,
1823
- comment: %(Comments or notes about the Identification.).freeze,
1823
+ comment: "Comments or notes about the Identification.".freeze,
1824
1824
  "dc:description": "Example: \"Distinguished between Anthus correndera and Anthus hellmayri based on the comparative lengths of the uñas.\"".freeze,
1825
1825
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#identificationRemarks-2009-04-24".freeze,
1826
1826
  "dc:issued": "2008-11-19".freeze,
@@ -1832,7 +1832,7 @@ module RDF::Vocab
1832
1832
  label: "Identification Remarks".freeze,
1833
1833
  type: "rdf:Property".freeze
1834
1834
  property :identificationVerificationStatus,
1835
- comment: %(A categorical indicator of the extent to which the taxonomic identification has been verified to be correct. Recommended best practice is to use a controlled vocabulary such as that used in HISPID/ABCD.).freeze,
1835
+ comment: "A categorical indicator of the extent to which the taxonomic identification has been verified to be correct. Recommended best practice is to use a controlled vocabulary such as that used in HISPID/ABCD.".freeze,
1836
1836
  "dc:description": "Examples: \"0\", \"4\"".freeze,
1837
1837
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#identificationVerificationStatus-2011-10-16".freeze,
1838
1838
  "dc:issued": "2011-10-16".freeze,
@@ -1845,7 +1845,7 @@ module RDF::Vocab
1845
1845
  label: "Identification Verification Status".freeze,
1846
1846
  type: "rdf:Property".freeze
1847
1847
  property :identifiedBy,
1848
- comment: %(A list \(concatenated and separated\) of names of people, groups, or organizations who assigned the Taxon to the subject.).freeze,
1848
+ comment: "A list (concatenated and separated) of names of people, groups, or organizations who assigned the Taxon to the subject.".freeze,
1849
1849
  "dc:description": "The recommended best practice is to separate the values with a vertical bar (' | '). Examples: \"James L. Patton\", \"Theodore Pappenfuss | Robert Macey\".".freeze,
1850
1850
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#identifiedBy-2014-10-23".freeze,
1851
1851
  "dc:issued": "2008-11-19".freeze,
@@ -1860,7 +1860,7 @@ module RDF::Vocab
1860
1860
  subPropertyOf: "dwc:accordingTo".freeze,
1861
1861
  type: "rdf:Property".freeze
1862
1862
  property :individualCount,
1863
- comment: %(The number of individuals represented present at the time of the Occurrence.).freeze,
1863
+ comment: "The number of individuals represented present at the time of the Occurrence.".freeze,
1864
1864
  "dc:description": "Examples: \"1\", \"25\"".freeze,
1865
1865
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#individualCount-2009-04-24".freeze,
1866
1866
  "dc:issued": "2008-11-19".freeze,
@@ -1873,7 +1873,7 @@ module RDF::Vocab
1873
1873
  label: "Individual Count".freeze,
1874
1874
  type: "rdf:Property".freeze
1875
1875
  property :informationWithheld,
1876
- comment: %(Additional information that exists, but that has not been shared in the given record.).freeze,
1876
+ comment: "Additional information that exists, but that has not been shared in the given record.".freeze,
1877
1877
  "dc:description": "Examples: \"location information not given for endangered species\", \"collector identities withheld\", \"ask about tissue samples\"".freeze,
1878
1878
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#informationWithheld-2009-04-24".freeze,
1879
1879
  "dc:issued": "2008-11-19".freeze,
@@ -1886,7 +1886,7 @@ module RDF::Vocab
1886
1886
  label: "Information Withheld".freeze,
1887
1887
  type: "rdf:Property".freeze
1888
1888
  property :infraspecificEpithet,
1889
- comment: %(The name of the lowest or terminal infraspecific epithet of the scientificName, excluding any rank designation.).freeze,
1889
+ comment: "The name of the lowest or terminal infraspecific epithet of the scientificName, excluding any rank designation.".freeze,
1890
1890
  "dc:description": "Examples: \"concolor\", \"oxyadenia\", \"sayi\"".freeze,
1891
1891
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#infraspecificEpithet-2009-08-24".freeze,
1892
1892
  "dc:issued": "2008-11-19".freeze,
@@ -1899,7 +1899,7 @@ module RDF::Vocab
1899
1899
  label: "Infraspecific Epithet".freeze,
1900
1900
  type: "rdf:Property".freeze
1901
1901
  property :institutionCode,
1902
- comment: %(The name \(or acronym\) in use by the institution having custody of the object\(s\) or information referred to in the record.).freeze,
1902
+ comment: "The name (or acronym) in use by the institution having custody of the object(s) or information referred to in the record.".freeze,
1903
1903
  "dc:description": "Examples: \"MVZ\", \"FMNH\", \"AKN-CLO\", \"University of California Museum of Paleontology (UCMP)\"".freeze,
1904
1904
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#institutionCode-2009-09-11".freeze,
1905
1905
  "dc:issued": "2008-11-19".freeze,
@@ -1912,7 +1912,7 @@ module RDF::Vocab
1912
1912
  label: "Institution Code".freeze,
1913
1913
  type: "rdf:Property".freeze
1914
1914
  property :institutionID,
1915
- comment: %(An identifier for the institution having custody of the object\(s\) or information referred to in the record.).freeze,
1915
+ comment: "An identifier for the institution having custody of the object(s) or information referred to in the record.".freeze,
1916
1916
  "dc:description": "For physical specimens, the recommended best practice is to use an identifier from a collections registry such as the Global Registry of Biodiversity Repositories (http://grbio.org/). Examples: \"http://biocol.org/urn:lsid:biocol.org:col:34777\", \"http://grbio.org/cool/km06-gtbn\".".freeze,
1917
1917
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#institutionID-2009-09-11".freeze,
1918
1918
  "dc:issued": "2009-09-11".freeze,
@@ -1924,7 +1924,7 @@ module RDF::Vocab
1924
1924
  label: "Institution ID".freeze,
1925
1925
  type: "rdf:Property".freeze
1926
1926
  property :island,
1927
- comment: %(The name of the island on or near which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.).freeze,
1927
+ comment: "The name of the island on or near which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.".freeze,
1928
1928
  "dc:description": "Examples: \"Isla Victoria\", \"Vancouver\", \"Viti Levu\", \"Zanzibar\"".freeze,
1929
1929
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#island-2009-04-24".freeze,
1930
1930
  "dc:issued": "2008-11-19".freeze,
@@ -1937,7 +1937,7 @@ module RDF::Vocab
1937
1937
  label: "Island".freeze,
1938
1938
  type: "rdf:Property".freeze
1939
1939
  property :islandGroup,
1940
- comment: %(The name of the island group in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.).freeze,
1940
+ comment: "The name of the island group in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.".freeze,
1941
1941
  "dc:description": "Examples: \"Alexander Archipelago\", \"Seychelles\"".freeze,
1942
1942
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#islandGroup-2009-04-24".freeze,
1943
1943
  "dc:issued": "2008-11-19".freeze,
@@ -1950,7 +1950,7 @@ module RDF::Vocab
1950
1950
  label: "Island Group".freeze,
1951
1951
  type: "rdf:Property".freeze
1952
1952
  property :kingdom,
1953
- comment: %(The full scientific name of the kingdom in which the taxon is classified.).freeze,
1953
+ comment: "The full scientific name of the kingdom in which the taxon is classified.".freeze,
1954
1954
  "dc:description": "Examples: \"Animalia\", \"Plantae\"".freeze,
1955
1955
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#kingdom-2009-08-24".freeze,
1956
1956
  "dc:issued": "2008-11-19".freeze,
@@ -1963,7 +1963,7 @@ module RDF::Vocab
1963
1963
  label: "Kingdom".freeze,
1964
1964
  type: "rdf:Property".freeze
1965
1965
  property :latestAgeOrHighestStage,
1966
- comment: %(The full name of the latest possible geochronologic age or highest chronostratigraphic stage attributable to the stratigraphic horizon from which the cataloged item was collected.).freeze,
1966
+ comment: "The full name of the latest possible geochronologic age or highest chronostratigraphic stage attributable to the stratigraphic horizon from which the cataloged item was collected.".freeze,
1967
1967
  "dc:description": "Examples: \"Atlantic\", \"Boreal\", \"Skullrockian\"".freeze,
1968
1968
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#latestAgeOrHighestStage-2009-04-24".freeze,
1969
1969
  "dc:issued": "2009-04-24".freeze,
@@ -1976,7 +1976,7 @@ module RDF::Vocab
1976
1976
  label: "Latest AgeOr Highest Stage".freeze,
1977
1977
  type: "rdf:Property".freeze
1978
1978
  property :latestEonOrHighestEonothem,
1979
- comment: %(The full name of the latest possible geochronologic eon or highest chrono-stratigraphic eonothem or the informal name \("Precambrian"\) attributable to the stratigraphic horizon from which the cataloged item was collected.).freeze,
1979
+ comment: "The full name of the latest possible geochronologic eon or highest chrono-stratigraphic eonothem or the informal name (\"Precambrian\") attributable to the stratigraphic horizon from which the cataloged item was collected.".freeze,
1980
1980
  "dc:description": "Examples: \"Phanerozoic\", \"Proterozoic\"".freeze,
1981
1981
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#latestEonOrHighestEonothem-2009-04-24".freeze,
1982
1982
  "dc:issued": "2009-04-24".freeze,
@@ -1989,7 +1989,7 @@ module RDF::Vocab
1989
1989
  label: "Latest Eon Or Highest Eonothem".freeze,
1990
1990
  type: "rdf:Property".freeze
1991
1991
  property :latestEpochOrHighestSeries,
1992
- comment: %(The full name of the latest possible geochronologic epoch or highest chronostratigraphic series attributable to the stratigraphic horizon from which the cataloged item was collected.).freeze,
1992
+ comment: "The full name of the latest possible geochronologic epoch or highest chronostratigraphic series attributable to the stratigraphic horizon from which the cataloged item was collected.".freeze,
1993
1993
  "dc:description": "Examples: \"Holocene\", \"Pleistocene\", \"Ibexian Series\"".freeze,
1994
1994
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#latestEpochOrHighestSeries-2009-04-24".freeze,
1995
1995
  "dc:issued": "2009-04-24".freeze,
@@ -2002,7 +2002,7 @@ module RDF::Vocab
2002
2002
  label: "Latest Epoch Or Highest Series".freeze,
2003
2003
  type: "rdf:Property".freeze
2004
2004
  property :latestEraOrHighestErathem,
2005
- comment: %(The full name of the latest possible geochronologic era or highest chronostratigraphic erathem attributable to the stratigraphic horizon from which the cataloged item was collected.).freeze,
2005
+ comment: "The full name of the latest possible geochronologic era or highest chronostratigraphic erathem attributable to the stratigraphic horizon from which the cataloged item was collected.".freeze,
2006
2006
  "dc:description": "Examples: \"Cenozoic\", \"Mesozoic\"".freeze,
2007
2007
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#latestEraOrHighestErathem-2009-04-24".freeze,
2008
2008
  "dc:issued": "2009-04-24".freeze,
@@ -2015,7 +2015,7 @@ module RDF::Vocab
2015
2015
  label: "Latest Era Or Highest Erathem".freeze,
2016
2016
  type: "rdf:Property".freeze
2017
2017
  property :latestPeriodOrHighestSystem,
2018
- comment: %(The full name of the latest possible geochronologic period or highest chronostratigraphic system attributable to the stratigraphic horizon from which the cataloged item was collected.).freeze,
2018
+ comment: "The full name of the latest possible geochronologic period or highest chronostratigraphic system attributable to the stratigraphic horizon from which the cataloged item was collected.".freeze,
2019
2019
  "dc:description": "Examples: \"Neogene\", \"Tertiary\", \"Quaternary\"".freeze,
2020
2020
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#latestPeriodOrHighestSystem-2009-04-24".freeze,
2021
2021
  "dc:issued": "2009-04-24".freeze,
@@ -2028,7 +2028,7 @@ module RDF::Vocab
2028
2028
  label: "Latest Period Or Highest System".freeze,
2029
2029
  type: "rdf:Property".freeze
2030
2030
  property :lifeStage,
2031
- comment: %(The age class or life stage of the biological individual\(s\) at the time the Occurrence was recorded. Recommended best practice is to use a controlled vocabulary.).freeze,
2031
+ comment: "The age class or life stage of the biological individual(s) at the time the Occurrence was recorded. Recommended best practice is to use a controlled vocabulary.".freeze,
2032
2032
  "dc:description": "Examples: \"egg\", \"eft\", \"juvenile\", \"adult\", \"2 adults 4 juveniles\"".freeze,
2033
2033
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#lifeStage-2009-04-24".freeze,
2034
2034
  "dc:issued": "2008-11-19".freeze,
@@ -2041,7 +2041,7 @@ module RDF::Vocab
2041
2041
  label: "Life Stage".freeze,
2042
2042
  type: "rdf:Property".freeze
2043
2043
  property :lithostratigraphicTerms,
2044
- comment: %(The combination of all litho-stratigraphic names for the rock from which the cataloged item was collected.).freeze,
2044
+ comment: "The combination of all litho-stratigraphic names for the rock from which the cataloged item was collected.".freeze,
2045
2045
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#lithostratigraphicTerms-2009-04-24".freeze,
2046
2046
  "dc:issued": "2009-04-24".freeze,
2047
2047
  "dc:modified": "2009-07-06".freeze,
@@ -2053,7 +2053,7 @@ module RDF::Vocab
2053
2053
  label: "Lithostratigraphic Terms".freeze,
2054
2054
  type: "rdf:Property".freeze
2055
2055
  property :locality,
2056
- comment: %(The specific description of the place. Less specific geographic information can be provided in other geographic terms \(higherGeography, continent, country, stateProvince, county, municipality, waterBody, island, islandGroup\). This term may contain information modified from the original to correct perceived errors or standardize the description.).freeze,
2056
+ comment: "The specific description of the place. Less specific geographic information can be provided in other geographic terms (higherGeography, continent, country, stateProvince, county, municipality, waterBody, island, islandGroup). This term may contain information modified from the original to correct perceived errors or standardize the description.".freeze,
2057
2057
  "dc:description": "Example: \"Bariloche, 25 km NNE via Ruta Nacional 40 (=Ruta 237)\"".freeze,
2058
2058
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#locality-2009-04-24".freeze,
2059
2059
  "dc:issued": "2008-11-19".freeze,
@@ -2066,7 +2066,7 @@ module RDF::Vocab
2066
2066
  label: "Locality".freeze,
2067
2067
  type: "rdf:Property".freeze
2068
2068
  property :locationAccordingTo,
2069
- comment: %(Information about the source of this Location information. Could be a publication \(gazetteer\), institution, or team of individuals.).freeze,
2069
+ comment: "Information about the source of this Location information. Could be a publication (gazetteer), institution, or team of individuals.".freeze,
2070
2070
  "dc:description": "Examples: \"Getty Thesaurus of Geographic Names\", \"GADM\"".freeze,
2071
2071
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#locationAccordingTo-2009-08-24".freeze,
2072
2072
  "dc:issued": "2009-08-24".freeze,
@@ -2079,7 +2079,7 @@ module RDF::Vocab
2079
2079
  subPropertyOf: "dwc:accordingTo".freeze,
2080
2080
  type: "rdf:Property".freeze
2081
2081
  property :locationID,
2082
- comment: %(An identifier for the set of location information \(data associated with dcterms:Location\). May be a global unique identifier or an identifier specific to the data set.).freeze,
2082
+ comment: "An identifier for the set of location information (data associated with dcterms:Location). May be a global unique identifier or an identifier specific to the data set.".freeze,
2083
2083
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#locationID-2009-04-24".freeze,
2084
2084
  "dc:issued": "2008-11-19".freeze,
2085
2085
  "dc:modified": "2009-04-24".freeze,
@@ -2092,7 +2092,7 @@ module RDF::Vocab
2092
2092
  subPropertyOf: "dc:identifier".freeze,
2093
2093
  type: "rdf:Property".freeze
2094
2094
  property :locationRemarks,
2095
- comment: %(Comments or notes about the Location.).freeze,
2095
+ comment: "Comments or notes about the Location.".freeze,
2096
2096
  "dc:description": "Example: \"under water since 2005\"".freeze,
2097
2097
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#locationRemarks-2009-04-24".freeze,
2098
2098
  "dc:issued": "2009-01-18".freeze,
@@ -2105,7 +2105,7 @@ module RDF::Vocab
2105
2105
  label: "Location Remarks".freeze,
2106
2106
  type: "rdf:Property".freeze
2107
2107
  property :lowestBiostratigraphicZone,
2108
- comment: %(The full name of the lowest possible geological biostratigraphic zone of the stratigraphic horizon from which the cataloged item was collected.).freeze,
2108
+ comment: "The full name of the lowest possible geological biostratigraphic zone of the stratigraphic horizon from which the cataloged item was collected.".freeze,
2109
2109
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#lowestBiostratigraphicZone-2009-04-24".freeze,
2110
2110
  "dc:issued": "2009-04-24".freeze,
2111
2111
  "dc:modified": "2009-07-06".freeze,
@@ -2117,7 +2117,7 @@ module RDF::Vocab
2117
2117
  label: "Lowest Biostratigraphic Zone".freeze,
2118
2118
  type: "rdf:Property".freeze
2119
2119
  property :materialSampleID,
2120
- comment: %(An identifier for the MaterialSample \(as opposed to a particular digital record of the material sample\). In the absence of a persistent global unique identifier, construct one from a combination of identifiers in the record that will most closely make the materialSampleID globally unique.).freeze,
2120
+ comment: "An identifier for the MaterialSample (as opposed to a particular digital record of the material sample). In the absence of a persistent global unique identifier, construct one from a combination of identifiers in the record that will most closely make the materialSampleID globally unique.".freeze,
2121
2121
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#materialSampleID-2013-05-25".freeze,
2122
2122
  "dc:issued": "2013-03-28".freeze,
2123
2123
  "dc:modified": "2013-09-26".freeze,
@@ -2131,7 +2131,7 @@ module RDF::Vocab
2131
2131
  subPropertyOf: "dc:identifier".freeze,
2132
2132
  type: "rdf:Property".freeze
2133
2133
  property :maximumDepthInMeters,
2134
- comment: %(The greater depth of a range of depth below the local surface, in meters.).freeze,
2134
+ comment: "The greater depth of a range of depth below the local surface, in meters.".freeze,
2135
2135
  "dc:description": "Example: \"200\"".freeze,
2136
2136
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#maximumDepthInMeters-2009-04-24".freeze,
2137
2137
  "dc:issued": "2008-11-19".freeze,
@@ -2144,7 +2144,7 @@ module RDF::Vocab
2144
2144
  label: "Maximum Depth In Meters".freeze,
2145
2145
  type: "rdf:Property".freeze
2146
2146
  property :maximumDistanceAboveSurfaceInMeters,
2147
- comment: %(The greater distance in a range of distance from a reference surface in the vertical direction, in meters. Use positive values for locations above the surface, negative values for locations below. If depth measures are given, the reference surface is the location given by the depth, otherwise the reference surface is the location given by the elevation.).freeze,
2147
+ comment: "The greater distance in a range of distance from a reference surface in the vertical direction, in meters. Use positive values for locations above the surface, negative values for locations below. If depth measures are given, the reference surface is the location given by the depth, otherwise the reference surface is the location given by the elevation.".freeze,
2148
2148
  "dc:description": "Example: 1.5 meter sediment core from the bottom of a lake (at depth 20m) at 300m elevation; VerbatimElevation: \"300m\" MinimumElevationInMeters: \"300\", MaximumElevationInMeters: \"300\", VerbatimDepth: \"20m\", MinimumDepthInMeters: \"20\", MaximumDepthInMeters: \"20\", minimumDistanceAboveSurfaceInMeters: \"0\", maximumDistanceAboveSurfaceInMeters: \"-1.5\"".freeze,
2149
2149
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#maximumDistanceAboveSurfaceInMeters-2009-04-24".freeze,
2150
2150
  "dc:issued": "2008-11-19".freeze,
@@ -2156,7 +2156,7 @@ module RDF::Vocab
2156
2156
  label: "Maximum Distance Above Surface In Meters".freeze,
2157
2157
  type: "rdf:Property".freeze
2158
2158
  property :maximumElevationInMeters,
2159
- comment: %(The upper limit of the range of elevation \(altitude, usually above sea level\), in meters.).freeze,
2159
+ comment: "The upper limit of the range of elevation (altitude, usually above sea level), in meters.".freeze,
2160
2160
  "dc:description": "Example: \"200\"".freeze,
2161
2161
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#maximumElevationInMeters-2009-04-24".freeze,
2162
2162
  "dc:issued": "2008-11-19".freeze,
@@ -2169,7 +2169,7 @@ module RDF::Vocab
2169
2169
  label: "Maximum Elevation In Meters".freeze,
2170
2170
  type: "rdf:Property".freeze
2171
2171
  property :measurementAccuracy,
2172
- comment: %(The description of the potential error associated with the measurementValue.).freeze,
2172
+ comment: "The description of the potential error associated with the measurementValue.".freeze,
2173
2173
  "dc:description": "Examples: \"0.01\", \"normal distribution with variation of 2 m\"".freeze,
2174
2174
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#measurementAccuracy-2009-04-24".freeze,
2175
2175
  "dc:issued": "2009-01-18".freeze,
@@ -2182,7 +2182,7 @@ module RDF::Vocab
2182
2182
  label: "Measurement Accuracy".freeze,
2183
2183
  type: "rdf:Property".freeze
2184
2184
  property :measurementDeterminedBy,
2185
- comment: %(A list \(concatenated and separated\) of names of people, groups, or organizations who determined the value of the MeasurementOrFact.).freeze,
2185
+ comment: "A list (concatenated and separated) of names of people, groups, or organizations who determined the value of the MeasurementOrFact.".freeze,
2186
2186
  "dc:description": "The recommended best practice is to separate the values with a vertical bar (' | '). Examples: \"Rob Guralnick\", \"Julie Woodruff | Eileen Lacey\".".freeze,
2187
2187
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#measurementDeterminedBy-2014-10-23".freeze,
2188
2188
  "dc:issued": "2009-01-23".freeze,
@@ -2197,7 +2197,7 @@ module RDF::Vocab
2197
2197
  subPropertyOf: "dwc:accordingTo".freeze,
2198
2198
  type: "rdf:Property".freeze
2199
2199
  property :measurementDeterminedDate,
2200
- comment: %(The date on which the MeasurementOrFact was made. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004\(E\).).freeze,
2200
+ comment: "The date on which the MeasurementOrFact was made. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).".freeze,
2201
2201
  "dc:description": "Examples: \"1963-03-08T14:07-0600\" is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, \"2009-02-20T08:40Z\" is 20 Feb 2009 8:40am UTC, \"1809-02-12\" is 12 Feb 1809, \"1906-06\" is Jun 1906, \"1971\" is just that year, \"2007-03-01T13:00:00Z/2008-05-11T15:30:00Z\" is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, \"2007-11-13/15\" is the interval between 13 Nov 2007 and 15 Nov 2007.".freeze,
2202
2202
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#measurementDeterminedDate-2009-04-24".freeze,
2203
2203
  "dc:issued": "2009-01-23".freeze,
@@ -2211,7 +2211,7 @@ module RDF::Vocab
2211
2211
  subPropertyOf: "dc:date".freeze,
2212
2212
  type: "rdf:Property".freeze
2213
2213
  property :measurementID,
2214
- comment: %(An identifier for the MeasurementOrFact \(information pertaining to measurements, facts, characteristics, or assertions\). May be a global unique identifier or an identifier specific to the data set.).freeze,
2214
+ comment: "An identifier for the MeasurementOrFact (information pertaining to measurements, facts, characteristics, or assertions). May be a global unique identifier or an identifier specific to the data set.".freeze,
2215
2215
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#measurementID-2009-04-24".freeze,
2216
2216
  "dc:issued": "2009-03-06".freeze,
2217
2217
  "dc:modified": "2009-04-24".freeze,
@@ -2224,7 +2224,7 @@ module RDF::Vocab
2224
2224
  subPropertyOf: "dc:identifier".freeze,
2225
2225
  type: "rdf:Property".freeze
2226
2226
  property :measurementMethod,
2227
- comment: %(A description of or reference to \(publication, URI\) the method or protocol used to determine the measurement, fact, characteristic, or assertion.).freeze,
2227
+ comment: "A description of or reference to (publication, URI) the method or protocol used to determine the measurement, fact, characteristic, or assertion.".freeze,
2228
2228
  "dc:description": "Examples: \"minimum convex polygon around burrow entrances\" for a home range area, \"barometric altimeter\" for an elevation".freeze,
2229
2229
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#measurementMethod-2009-04-24".freeze,
2230
2230
  "dc:issued": "2008-11-19".freeze,
@@ -2236,7 +2236,7 @@ module RDF::Vocab
2236
2236
  label: "Measurement Method".freeze,
2237
2237
  type: "rdf:Property".freeze
2238
2238
  property :measurementRemarks,
2239
- comment: %(Comments or notes accompanying the MeasurementOrFact.).freeze,
2239
+ comment: "Comments or notes accompanying the MeasurementOrFact.".freeze,
2240
2240
  "dc:description": "Example: \"tip of tail missing\"".freeze,
2241
2241
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#measurementRemarks-2009-04-24".freeze,
2242
2242
  "dc:issued": "2008-11-19".freeze,
@@ -2249,7 +2249,7 @@ module RDF::Vocab
2249
2249
  label: "Measurement Remarks".freeze,
2250
2250
  type: "rdf:Property".freeze
2251
2251
  property :measurementType,
2252
- comment: %(The nature of the measurement, fact, characteristic, or assertion. Recommended best practice is to use a controlled vocabulary.).freeze,
2252
+ comment: "The nature of the measurement, fact, characteristic, or assertion. Recommended best practice is to use a controlled vocabulary.".freeze,
2253
2253
  "dc:description": "Examples: \"tail length\", \"temperature\", \"trap line length\", \"survey area\", \"trap type\"".freeze,
2254
2254
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#measurementType-2009-04-24".freeze,
2255
2255
  "dc:issued": "2008-11-19".freeze,
@@ -2262,7 +2262,7 @@ module RDF::Vocab
2262
2262
  label: "Measurement Type".freeze,
2263
2263
  type: "rdf:Property".freeze
2264
2264
  property :measurementUnit,
2265
- comment: %(The units associated with the measurementValue. Recommended best practice is to use the International System of Units \(SI\).).freeze,
2265
+ comment: "The units associated with the measurementValue. Recommended best practice is to use the International System of Units (SI).".freeze,
2266
2266
  "dc:description": "Examples: \"mm\", \"C\", \"km\", \"ha\"".freeze,
2267
2267
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#measurementUnit-2009-04-24".freeze,
2268
2268
  "dc:issued": "2008-11-19".freeze,
@@ -2275,7 +2275,7 @@ module RDF::Vocab
2275
2275
  label: "Measurement Unit".freeze,
2276
2276
  type: "rdf:Property".freeze
2277
2277
  property :measurementValue,
2278
- comment: %(The value of the measurement, fact, characteristic, or assertion.).freeze,
2278
+ comment: "The value of the measurement, fact, characteristic, or assertion.".freeze,
2279
2279
  "dc:description": "Examples: \"45\", \"20\", \"1\", \"14.5\", \"UV-light\"".freeze,
2280
2280
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#measurementValue-2009-04-24".freeze,
2281
2281
  "dc:issued": "2008-11-19".freeze,
@@ -2288,7 +2288,7 @@ module RDF::Vocab
2288
2288
  label: "Measurement Value".freeze,
2289
2289
  type: "rdf:Property".freeze
2290
2290
  property :member,
2291
- comment: %(The full name of the lithostratigraphic member from which the cataloged item was collected.).freeze,
2291
+ comment: "The full name of the lithostratigraphic member from which the cataloged item was collected.".freeze,
2292
2292
  "dc:description": "Examples: \"Lava Dam Member\", \"Hellnmaria Member\"".freeze,
2293
2293
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#member-2009-04-24".freeze,
2294
2294
  "dc:issued": "2009-04-24".freeze,
@@ -2301,7 +2301,7 @@ module RDF::Vocab
2301
2301
  label: "Member".freeze,
2302
2302
  type: "rdf:Property".freeze
2303
2303
  property :minimumDepthInMeters,
2304
- comment: %(The lesser depth of a range of depth below the local surface, in meters.).freeze,
2304
+ comment: "The lesser depth of a range of depth below the local surface, in meters.".freeze,
2305
2305
  "dc:description": "Example: \"100\"".freeze,
2306
2306
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#minimumDepthInMeters-2009-04-24".freeze,
2307
2307
  "dc:issued": "2008-11-19".freeze,
@@ -2314,7 +2314,7 @@ module RDF::Vocab
2314
2314
  label: "Minimum Depth In Meters".freeze,
2315
2315
  type: "rdf:Property".freeze
2316
2316
  property :minimumDistanceAboveSurfaceInMeters,
2317
- comment: %(The lesser distance in a range of distance from a reference surface in the vertical direction, in meters. Use positive values for locations above the surface, negative values for locations below. If depth measures are given, the reference surface is the location given by the depth, otherwise the reference surface is the location given by the elevation.).freeze,
2317
+ comment: "The lesser distance in a range of distance from a reference surface in the vertical direction, in meters. Use positive values for locations above the surface, negative values for locations below. If depth measures are given, the reference surface is the location given by the depth, otherwise the reference surface is the location given by the elevation.".freeze,
2318
2318
  "dc:description": "Example: 1.5 meter sediment core from the bottom of a lake (at depth 20m) at 300m elevation; VerbatimElevation: \"300m\" MinimumElevationInMeters: \"300\", MaximumElevationInMeters: \"300\", VerbatimDepth: \"20m\", MinimumDepthInMeters: \"20\", MaximumDepthInMeters: \"20\", minimumDistanceAboveSurfaceInMeters: \"0\", maximumDistanceAboveSurfaceInMeters: \"-1.5\"".freeze,
2319
2319
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#minimumDistanceAboveSurfaceInMeters-2009-04-24".freeze,
2320
2320
  "dc:issued": "2008-11-19".freeze,
@@ -2326,7 +2326,7 @@ module RDF::Vocab
2326
2326
  label: "Minimum Distance Above Surface In Meters".freeze,
2327
2327
  type: "rdf:Property".freeze
2328
2328
  property :minimumElevationInMeters,
2329
- comment: %(The lower limit of the range of elevation \(altitude, usually above sea level\), in meters.).freeze,
2329
+ comment: "The lower limit of the range of elevation (altitude, usually above sea level), in meters.".freeze,
2330
2330
  "dc:description": "Example: \"100\"".freeze,
2331
2331
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#minimumElevationInMeters-2009-04-24".freeze,
2332
2332
  "dc:issued": "2008-11-19".freeze,
@@ -2339,7 +2339,7 @@ module RDF::Vocab
2339
2339
  label: "Minimum Elevation In Meters".freeze,
2340
2340
  type: "rdf:Property".freeze
2341
2341
  property :month,
2342
- comment: %(The ordinal month in which the Event occurred.).freeze,
2342
+ comment: "The ordinal month in which the Event occurred.".freeze,
2343
2343
  "dc:description": "Examples: \"1\" (=January), \"10\" (=October)".freeze,
2344
2344
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#month-2009-04-24".freeze,
2345
2345
  "dc:issued": "2008-11-19".freeze,
@@ -2352,7 +2352,7 @@ module RDF::Vocab
2352
2352
  label: "Month".freeze,
2353
2353
  type: "rdf:Property".freeze
2354
2354
  property :municipality,
2355
- comment: %(The full, unabbreviated name of the next smaller administrative region than county \(city, municipality, etc.\) in which the Location occurs. Do not use this term for a nearby named place that does not contain the actual location.).freeze,
2355
+ comment: "The full, unabbreviated name of the next smaller administrative region than county (city, municipality, etc.) in which the Location occurs. Do not use this term for a nearby named place that does not contain the actual location.".freeze,
2356
2356
  "dc:description": "Examples: \"Holzminden\"".freeze,
2357
2357
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#municipality-2009-08-24".freeze,
2358
2358
  "dc:issued": "2008-11-19".freeze,
@@ -2364,7 +2364,7 @@ module RDF::Vocab
2364
2364
  label: "Municipality".freeze,
2365
2365
  type: "rdf:Property".freeze
2366
2366
  property :nameAccordingTo,
2367
- comment: %(The reference to the source in which the specific taxon concept circumscription is defined or implied - traditionally signified by the Latin "sensu" or "sec." \(from secundum, meaning "according to"\). For taxa that result from identifications, a reference to the keys, monographs, experts and other sources should be given.).freeze,
2367
+ comment: "The reference to the source in which the specific taxon concept circumscription is defined or implied - traditionally signified by the Latin \"sensu\" or \"sec.\" (from secundum, meaning \"according to\"). For taxa that result from identifications, a reference to the keys, monographs, experts and other sources should be given.".freeze,
2368
2368
  "dc:description": "Example: \"McCranie, J. R., D. B. Wake, and L. D. Wilson. 1996. The taxonomic status of Bolitoglossa schmidti, with comments on the biology of the Mesoamerican salamander Bolitoglossa dofleini (Caudata: Plethodontidae). Carib. J. Sci. 32:395-398.\", \"Werner Greuter 2008\", \"Lilljeborg 1861, Upsala Univ. Arsskrift, Math. Naturvet., pp. 4, 5\"".freeze,
2369
2369
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#nameAccordingTo-2009-09-21".freeze,
2370
2370
  "dc:issued": "2008-11-19".freeze,
@@ -2378,7 +2378,7 @@ module RDF::Vocab
2378
2378
  subPropertyOf: "dwc:accordingTo".freeze,
2379
2379
  type: "rdf:Property".freeze
2380
2380
  property :nameAccordingToID,
2381
- comment: %(An identifier for the source in which the specific taxon concept circumscription is defined or implied. See nameAccordingTo.).freeze,
2381
+ comment: "An identifier for the source in which the specific taxon concept circumscription is defined or implied. See nameAccordingTo.".freeze,
2382
2382
  "dc:description": "Example: \"doi:10.1016/S0269-915X(97)80026-2\"".freeze,
2383
2383
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#nameAccordingToID-2009-09-21".freeze,
2384
2384
  "dc:issued": "2009-08-24".freeze,
@@ -2391,7 +2391,7 @@ module RDF::Vocab
2391
2391
  subPropertyOf: "dc:identifier".freeze,
2392
2392
  type: "rdf:Property".freeze
2393
2393
  property :namePublishedIn,
2394
- comment: %(A reference for the publication in which the scientificName was originally established under the rules of the associated nomenclaturalCode.).freeze,
2394
+ comment: "A reference for the publication in which the scientificName was originally established under the rules of the associated nomenclaturalCode.".freeze,
2395
2395
  "dc:description": "Examples: \"Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388\", \"Forel, Auguste, Diagnosies provisoires de quelques espèces nouvelles de fourmis de Madagascar, récoltées par M. Grandidier., Annales de la Societe Entomologique de Belgique, Comptes-rendus des Seances 30, 1886\"".freeze,
2396
2396
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#namePublishedIn-2009-09-21".freeze,
2397
2397
  "dc:issued": "2008-11-19".freeze,
@@ -2405,7 +2405,7 @@ module RDF::Vocab
2405
2405
  subPropertyOf: "dc:bibliographicCitation".freeze,
2406
2406
  type: "rdf:Property".freeze
2407
2407
  property :namePublishedInID,
2408
- comment: %(An identifier for the publication in which the scientificName was originally established under the rules of the associated nomenclaturalCode.).freeze,
2408
+ comment: "An identifier for the publication in which the scientificName was originally established under the rules of the associated nomenclaturalCode.".freeze,
2409
2409
  "dc:description": "Example: \"http://hdl.handle.net/10199/7\"".freeze,
2410
2410
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#namePublishedInID-2009-09-21".freeze,
2411
2411
  "dc:issued": "2009-05-18".freeze,
@@ -2419,7 +2419,7 @@ module RDF::Vocab
2419
2419
  subPropertyOf: "dc:identifier".freeze,
2420
2420
  type: "rdf:Property".freeze
2421
2421
  property :namePublishedInYear,
2422
- comment: %(The four-digit year in which the scientificName was published.).freeze,
2422
+ comment: "The four-digit year in which the scientificName was published.".freeze,
2423
2423
  "dc:description": "Examples: \"1915\", \"2008\"".freeze,
2424
2424
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#namePublishedInYear-2011-10-16".freeze,
2425
2425
  "dc:issued": "2011-10-16".freeze,
@@ -2432,7 +2432,7 @@ module RDF::Vocab
2432
2432
  label: "Name Published In Year".freeze,
2433
2433
  type: "rdf:Property".freeze
2434
2434
  property :nomenclaturalCode,
2435
- comment: %(The nomenclatural code \(or codes in the case of an ambiregnal name\) under which the scientificName is constructed. Recommended best practice is to use a controlled vocabulary.).freeze,
2435
+ comment: "The nomenclatural code (or codes in the case of an ambiregnal name) under which the scientificName is constructed. Recommended best practice is to use a controlled vocabulary.".freeze,
2436
2436
  "dc:description": "Examples: \"ICBN\", \"ICZN\", \"BC\", \"ICNCP\", \"BioCode\", \"ICZN; ICBN\"".freeze,
2437
2437
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#nomenclaturalCode-2009-09-21".freeze,
2438
2438
  "dc:issued": "2008-11-19".freeze,
@@ -2445,7 +2445,7 @@ module RDF::Vocab
2445
2445
  label: "Nomenclatural Code".freeze,
2446
2446
  type: "rdf:Property".freeze
2447
2447
  property :nomenclaturalStatus,
2448
- comment: %(The status related to the original publication of the name and its conformance to the relevant rules of nomenclature. It is based essentially on an algorithm according to the business rules of the code. It requires no taxonomic opinion.).freeze,
2448
+ comment: "The status related to the original publication of the name and its conformance to the relevant rules of nomenclature. It is based essentially on an algorithm according to the business rules of the code. It requires no taxonomic opinion.".freeze,
2449
2449
  "dc:description": "Examples: \"nom. ambig.\", \"nom. illeg.\", \"nom. subnud.\"".freeze,
2450
2450
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#nomenclaturalStatus-2009-04-24".freeze,
2451
2451
  "dc:issued": "2009-01-18".freeze,
@@ -2457,7 +2457,7 @@ module RDF::Vocab
2457
2457
  label: "Nomenclatural Status".freeze,
2458
2458
  type: "rdf:Property".freeze
2459
2459
  property :occurrenceID,
2460
- comment: %(An identifier for the Occurrence \(as opposed to a particular digital record of the occurrence\). In the absence of a persistent global unique identifier, construct one from a combination of identifiers in the record that will most closely make the occurrenceID globally unique.).freeze,
2460
+ comment: "An identifier for the Occurrence (as opposed to a particular digital record of the occurrence). In the absence of a persistent global unique identifier, construct one from a combination of identifiers in the record that will most closely make the occurrenceID globally unique.".freeze,
2461
2461
  "dc:description": "For a specimen in the absence of a bona fide global unique identifier, for example, use the form: \"urn:catalog:[institutionCode]:[collectionCode]:[catalogNumber]. Examples: \"urn:lsid:nhm.ku.edu:Herps:32\", \"urn:catalog:FMNH:Mammal:145732\"".freeze,
2462
2462
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#occurrenceID-2009-04-24".freeze,
2463
2463
  "dc:issued": "2008-11-19".freeze,
@@ -2471,7 +2471,7 @@ module RDF::Vocab
2471
2471
  subPropertyOf: "dc:identifier".freeze,
2472
2472
  type: "rdf:Property".freeze
2473
2473
  property :occurrenceRemarks,
2474
- comment: %(Comments or notes about the Occurrence.).freeze,
2474
+ comment: "Comments or notes about the Occurrence.".freeze,
2475
2475
  "dc:description": "Example: \"found dead on road\"".freeze,
2476
2476
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#occurrenceRemarks-2009-04-24".freeze,
2477
2477
  "dc:issued": "2008-11-19".freeze,
@@ -2484,7 +2484,7 @@ module RDF::Vocab
2484
2484
  label: "Occurrence Remarks".freeze,
2485
2485
  type: "rdf:Property".freeze
2486
2486
  property :occurrenceStatus,
2487
- comment: %(A statement about the presence or absence of a Taxon at a Location. Recommended best practice is to use a controlled vocabulary.).freeze,
2487
+ comment: "A statement about the presence or absence of a Taxon at a Location. Recommended best practice is to use a controlled vocabulary.".freeze,
2488
2488
  "dc:description": "Examples: \"present\", \"absent\"".freeze,
2489
2489
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#occurrenceStatus-2009-09-17".freeze,
2490
2490
  "dc:issued": "2009-09-17".freeze,
@@ -2496,7 +2496,7 @@ module RDF::Vocab
2496
2496
  label: "Occurrence Status".freeze,
2497
2497
  type: "rdf:Property".freeze
2498
2498
  property :order,
2499
- comment: %(The full scientific name of the order in which the taxon is classified.).freeze,
2499
+ comment: "The full scientific name of the order in which the taxon is classified.".freeze,
2500
2500
  "dc:description": "Examples: \"Carnivora\", \"Monocleales\"".freeze,
2501
2501
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#order-2009-08-24".freeze,
2502
2502
  "dc:issued": "2008-11-19".freeze,
@@ -2509,7 +2509,7 @@ module RDF::Vocab
2509
2509
  label: "Order".freeze,
2510
2510
  type: "rdf:Property".freeze
2511
2511
  property :organismID,
2512
- comment: %(An identifier for the Organism instance \(as opposed to a particular digital record of the Organism\). May be a globally unique identifier or an identifier specific to the data set.).freeze,
2512
+ comment: "An identifier for the Organism instance (as opposed to a particular digital record of the Organism). May be a globally unique identifier or an identifier specific to the data set.".freeze,
2513
2513
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#organismID-2014-10-23".freeze,
2514
2514
  "dc:issued": "2014-10-23".freeze,
2515
2515
  "dc:modified": "2014-10-23".freeze,
@@ -2523,7 +2523,7 @@ module RDF::Vocab
2523
2523
  subPropertyOf: "dc:identifier".freeze,
2524
2524
  type: "rdf:Property".freeze
2525
2525
  property :organismName,
2526
- comment: %(A textual name or label assigned to an Organism instance.).freeze,
2526
+ comment: "A textual name or label assigned to an Organism instance.".freeze,
2527
2527
  "dc:description": "Examples: \"Huberta\", \"Boab Prison Tree\", \"J pod\".".freeze,
2528
2528
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#organismName-2014-10-23".freeze,
2529
2529
  "dc:issued": "2014-10-23".freeze,
@@ -2536,7 +2536,7 @@ module RDF::Vocab
2536
2536
  label: "Organism Name".freeze,
2537
2537
  type: "rdf:Property".freeze
2538
2538
  property :organismRemarks,
2539
- comment: %(Comments or notes about the Organism instance.).freeze,
2539
+ comment: "Comments or notes about the Organism instance.".freeze,
2540
2540
  "dc:description": "Example: \"One of a litter of six.\"".freeze,
2541
2541
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#organismRemarks-2014-10-23".freeze,
2542
2542
  "dc:issued": "2014-10-23".freeze,
@@ -2549,7 +2549,7 @@ module RDF::Vocab
2549
2549
  label: "Organism Remarks".freeze,
2550
2550
  type: "rdf:Property".freeze
2551
2551
  property :organismScope,
2552
- comment: %(A description of the kind of Organism instance. Can be used to indicate whether the Organism instance represents a discrete organism or if it represents a particular type of aggregation. Recommended best practice is to use a controlled vocabulary.).freeze,
2552
+ comment: "A description of the kind of Organism instance. Can be used to indicate whether the Organism instance represents a discrete organism or if it represents a particular type of aggregation. Recommended best practice is to use a controlled vocabulary.".freeze,
2553
2553
  "dc:description": "This term is not intended to be used to specify a type of taxon. To describe the kind of Organism using a URI object in RDF, use rdf:type (http://www.w3.org/1999/02/22-rdf-syntax-ns#type) instead. Examples: \"multicellular organism\", \"virus\", \"clone\" \"pack\", \"colony\".".freeze,
2554
2554
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#organismScope-2014-10-23".freeze,
2555
2555
  "dc:issued": "2014-10-23".freeze,
@@ -2562,7 +2562,7 @@ module RDF::Vocab
2562
2562
  label: "Organism Scope".freeze,
2563
2563
  type: "rdf:Property".freeze
2564
2564
  property :originalNameUsage,
2565
- comment: %(The taxon name, with authorship and date information if known, as it originally appeared when first established under the rules of the associated nomenclaturalCode. The basionym \(botany\) or basonym \(bacteriology\) of the scientificName or the senior/earlier homonym for replaced names.).freeze,
2565
+ comment: "The taxon name, with authorship and date information if known, as it originally appeared when first established under the rules of the associated nomenclaturalCode. The basionym (botany) or basonym (bacteriology) of the scientificName or the senior/earlier homonym for replaced names.".freeze,
2566
2566
  "dc:description": "Examples: \"Pinus abies\", \"Gasterosteus saltatrix Linnaeus 1768\"".freeze,
2567
2567
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#originalNameUsage-2009-09-21".freeze,
2568
2568
  "dc:issued": "2008-11-19".freeze,
@@ -2575,7 +2575,7 @@ module RDF::Vocab
2575
2575
  label: "Original Name Usage".freeze,
2576
2576
  type: "rdf:Property".freeze
2577
2577
  property :originalNameUsageID,
2578
- comment: %(An identifier for the name usage \(documented meaning of the name according to a source\) in which the terminal element of the scientificName was originally established under the rules of the associated nomenclaturalCode.).freeze,
2578
+ comment: "An identifier for the name usage (documented meaning of the name according to a source) in which the terminal element of the scientificName was originally established under the rules of the associated nomenclaturalCode.".freeze,
2579
2579
  "dc:description": "Example: \"http://species.gbif.org/abies_alba_1753\"".freeze,
2580
2580
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#originalNameUsageID-2009-09-21".freeze,
2581
2581
  "dc:issued": "2009-01-21".freeze,
@@ -2589,7 +2589,7 @@ module RDF::Vocab
2589
2589
  subPropertyOf: "dc:identifier".freeze,
2590
2590
  type: "rdf:Property".freeze
2591
2591
  property :otherCatalogNumbers,
2592
- comment: %(A list \(concatenated and separated\) of previous or alternate fully qualified catalog numbers or other human-used identifiers for the same Occurrence, whether in the current or any other data set or collection.).freeze,
2592
+ comment: "A list (concatenated and separated) of previous or alternate fully qualified catalog numbers or other human-used identifiers for the same Occurrence, whether in the current or any other data set or collection.".freeze,
2593
2593
  "dc:description": "The recommended best practice is to separate the values with a vertical bar (' | '). Examples: \"FMNH:Mammal:1234\", \"NPS YELLO6778 | MBG 33424\".".freeze,
2594
2594
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#otherCatalogNumbers-2014-10-23".freeze,
2595
2595
  "dc:issued": "2008-11-19".freeze,
@@ -2603,7 +2603,7 @@ module RDF::Vocab
2603
2603
  label: "Other Catalog Numbers".freeze,
2604
2604
  type: "rdf:Property".freeze
2605
2605
  property :ownerInstitutionCode,
2606
- comment: %(The name \(or acronym\) in use by the institution having ownership of the object\(s\) or information referred to in the record.).freeze,
2606
+ comment: "The name (or acronym) in use by the institution having ownership of the object(s) or information referred to in the record.".freeze,
2607
2607
  "dc:description": "Examples: \"NPS\", \"APN\", \"InBio\"".freeze,
2608
2608
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#ownerInstitutionCode-2009-08-24".freeze,
2609
2609
  "dc:issued": "2009-08-24".freeze,
@@ -2615,7 +2615,7 @@ module RDF::Vocab
2615
2615
  label: "Owner Institution Code".freeze,
2616
2616
  type: "rdf:Property".freeze
2617
2617
  property :parentNameUsage,
2618
- comment: %(The full name, with authorship and date information if known, of the direct, most proximate higher-rank parent taxon \(in a classification\) of the most specific element of the scientificName.).freeze,
2618
+ comment: "The full name, with authorship and date information if known, of the direct, most proximate higher-rank parent taxon (in a classification) of the most specific element of the scientificName.".freeze,
2619
2619
  "dc:description": "Examples: \"Rubiaceae\", \"Gruiformes\", \"Testudinae\"".freeze,
2620
2620
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#parentNameUsage-2009-09-21".freeze,
2621
2621
  "dc:issued": "2009-08-24".freeze,
@@ -2627,7 +2627,7 @@ module RDF::Vocab
2627
2627
  label: "Parent Name Usage".freeze,
2628
2628
  type: "rdf:Property".freeze
2629
2629
  property :parentNameUsageID,
2630
- comment: %(An identifier for the name usage \(documented meaning of the name according to a source\) of the direct, most proximate higher-rank parent taxon \(in a classification\) of the most specific element of the scientificName.).freeze,
2630
+ comment: "An identifier for the name usage (documented meaning of the name according to a source) of the direct, most proximate higher-rank parent taxon (in a classification) of the most specific element of the scientificName.".freeze,
2631
2631
  "dc:description": "Example: \"8fa58e08-08de-4ac1-b69c-1235340b7001\"".freeze,
2632
2632
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#parentNameUsageID-2009-09-21".freeze,
2633
2633
  "dc:issued": "2009-01-21".freeze,
@@ -2641,7 +2641,7 @@ module RDF::Vocab
2641
2641
  subPropertyOf: "dc:identifier".freeze,
2642
2642
  type: "rdf:Property".freeze
2643
2643
  property :phylum,
2644
- comment: %(The full scientific name of the phylum or division in which the taxon is classified.).freeze,
2644
+ comment: "The full scientific name of the phylum or division in which the taxon is classified.".freeze,
2645
2645
  "dc:description": "Examples: \"Chordata\" (phylum), \"Bryophyta\" (division)".freeze,
2646
2646
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#phylum-2009-08-24".freeze,
2647
2647
  "dc:issued": "2008-11-19".freeze,
@@ -2654,7 +2654,7 @@ module RDF::Vocab
2654
2654
  label: "Phylum".freeze,
2655
2655
  type: "rdf:Property".freeze
2656
2656
  property :pointRadiusSpatialFit,
2657
- comment: %(The ratio of the area of the point-radius \(decimalLatitude, decimalLongitude, coordinateUncertaintyInMeters\) to the area of the true \(original, or most specific\) spatial representation of the Location. Legal values are 0, greater than or equal to 1, or undefined. A value of 1 is an exact match or 100% overlap. A value of 0 should be used if the given point-radius does not completely contain the original representation. The pointRadiusSpatialFit is undefined \(and should be left blank\) if the original representation is a point without uncertainty and the given georeference is not that same point \(without uncertainty\). If both the original and the given georeference are the same point, the pointRadiusSpatialFit is 1.).freeze,
2657
+ comment: "The ratio of the area of the point-radius (decimalLatitude, decimalLongitude, coordinateUncertaintyInMeters) to the area of the true (original, or most specific) spatial representation of the Location. Legal values are 0, greater than or equal to 1, or undefined. A value of 1 is an exact match or 100% overlap. A value of 0 should be used if the given point-radius does not completely contain the original representation. The pointRadiusSpatialFit is undefined (and should be left blank) if the original representation is a point without uncertainty and the given georeference is not that same point (without uncertainty). If both the original and the given georeference are the same point, the pointRadiusSpatialFit is 1.".freeze,
2658
2658
  "dc:description": "Detailed explanations with graphical examples can be found in the \"Guide to Best Practices for Georeferencing\", Chapman and Wieczorek, eds. 2006.".freeze,
2659
2659
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#pointRadiusSpatialFit-2009-04-24".freeze,
2660
2660
  "dc:issued": "2008-11-19".freeze,
@@ -2667,7 +2667,7 @@ module RDF::Vocab
2667
2667
  label: "Point Radius Spatial Fit".freeze,
2668
2668
  type: "rdf:Property".freeze
2669
2669
  property :preparations,
2670
- comment: %(A list \(concatenated and separated\) of preparations and preservation methods for a specimen.).freeze,
2670
+ comment: "A list (concatenated and separated) of preparations and preservation methods for a specimen.".freeze,
2671
2671
  "dc:description": "The recommended best practice is to separate the values with a vertical bar (' | '). Examples: \"fossil\", \"cast\", \"photograph\", \"DNA extract\", \"skin | \"skull | skeleton\", \"whole animal (ETOH) | tissue (EDTA)\".".freeze,
2672
2672
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#preparations-2014-10-23".freeze,
2673
2673
  "dc:issued": "2008-11-19".freeze,
@@ -2681,7 +2681,7 @@ module RDF::Vocab
2681
2681
  label: "Preparations".freeze,
2682
2682
  type: "rdf:Property".freeze
2683
2683
  property :previousIdentifications,
2684
- comment: %(A list \(concatenated and separated\) of previous assignments of names to the Organism.).freeze,
2684
+ comment: "A list (concatenated and separated) of previous assignments of names to the Organism.".freeze,
2685
2685
  "dc:description": "The recommended best practice is to separate the values with a vertical bar (' | '). Examples: \"Chalepidae\", \"Pinus abies\", \"Anthus sp., field ID by G. Iglesias | Anthus correndera, expert ID by C. Cicero 2009-02-12 based on morphology\".".freeze,
2686
2686
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#previousIdentifications-2014-10-23".freeze,
2687
2687
  "dc:issued": "2008-11-19".freeze,
@@ -2695,7 +2695,7 @@ module RDF::Vocab
2695
2695
  label: "Previous Identifications".freeze,
2696
2696
  type: "rdf:Property".freeze
2697
2697
  property :recordNumber,
2698
- comment: %(An identifier given to the Occurrence at the time it was recorded. Often serves as a link between field notes and an Occurrence record, such as a specimen collector's number.).freeze,
2698
+ comment: "An identifier given to the Occurrence at the time it was recorded. Often serves as a link between field notes and an Occurrence record, such as a specimen collector's number.".freeze,
2699
2699
  "dc:description": "Example: \"OPP 7101\"".freeze,
2700
2700
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#recordNumber-2009-04-24".freeze,
2701
2701
  "dc:issued": "2008-11-19".freeze,
@@ -2708,7 +2708,7 @@ module RDF::Vocab
2708
2708
  label: "Record Number".freeze,
2709
2709
  type: "rdf:Property".freeze
2710
2710
  property :recordedBy,
2711
- comment: %(A list \(concatenated and separated\) of names of people, groups, or organizations responsible for recording the original Occurrence. The primary collector or observer, especially one who applies a personal identifier \(recordNumber\), should be listed first.).freeze,
2711
+ comment: "A list (concatenated and separated) of names of people, groups, or organizations responsible for recording the original Occurrence. The primary collector or observer, especially one who applies a personal identifier (recordNumber), should be listed first.".freeze,
2712
2712
  "dc:description": "The recommended best practice is to separate the values with a vertical bar (' | '). The primary collector or observer, especially one who applies a personal identifier (recordNumber), should be listed first. Examples: \"José E. Crespo\", \"Oliver P. Pearson | Anita K. Pearson\" where the value in recordNumber \"OPP 7101\" corresponds to the number for the specimen in the field catalog (collector number) of Oliver P. Pearson.".freeze,
2713
2713
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#recordedBy-2014-10-23".freeze,
2714
2714
  "dc:issued": "2008-11-19".freeze,
@@ -2723,7 +2723,7 @@ module RDF::Vocab
2723
2723
  subPropertyOf: "dwc:accordingTo".freeze,
2724
2724
  type: "rdf:Property".freeze
2725
2725
  property :relatedResourceID,
2726
- comment: %(An identifier for a related resource \(the object, rather than the subject of the relationship\).).freeze,
2726
+ comment: "An identifier for a related resource (the object, rather than the subject of the relationship).".freeze,
2727
2727
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#relatedResourceID-2009-04-24".freeze,
2728
2728
  "dc:issued": "2008-11-19".freeze,
2729
2729
  "dc:modified": "2009-04-24".freeze,
@@ -2735,7 +2735,7 @@ module RDF::Vocab
2735
2735
  subPropertyOf: "dc:identifier".freeze,
2736
2736
  type: "rdf:Property".freeze
2737
2737
  property :relationshipAccordingTo,
2738
- comment: %(The source \(person, organization, publication, reference\) establishing the relationship between the two resources.).freeze,
2738
+ comment: "The source (person, organization, publication, reference) establishing the relationship between the two resources.".freeze,
2739
2739
  "dc:description": "Example: \"Julie Woodruff\"".freeze,
2740
2740
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#relationshipAccordingTo-2009-04-24".freeze,
2741
2741
  "dc:issued": "2009-04-24".freeze,
@@ -2748,7 +2748,7 @@ module RDF::Vocab
2748
2748
  subPropertyOf: "dwc:accordingTo".freeze,
2749
2749
  type: "rdf:Property".freeze
2750
2750
  property :relationshipEstablishedDate,
2751
- comment: %(The date-time on which the relationship between the two resources was established. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004\(E\).).freeze,
2751
+ comment: "The date-time on which the relationship between the two resources was established. Recommended best practice is to use an encoding scheme, such as ISO 8601:2004(E).".freeze,
2752
2752
  "dc:description": "Examples: \"1963-03-08T14:07-0600\" is 8 Mar 1963 2:07pm in the time zone six hours earlier than UTC, \"2009-02-20T08:40Z\" is 20 Feb 2009 8:40am UTC, \"1809-02-12\" is 12 Feb 1809, \"1906-06\" is Jun 1906, \"1971\" is just that year, \"2007-03-01T13:00:00Z/2008-05-11T15:30:00Z\" is the interval between 1 Mar 2007 1pm UTC and 11 May 2008 3:30pm UTC, \"2007-11-13/15\" is the interval between 13 Nov 2007 and 15 Nov 2007.".freeze,
2753
2753
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#relationshipEstablishedDate-2009-04-24".freeze,
2754
2754
  "dc:issued": "2009-04-24".freeze,
@@ -2761,7 +2761,7 @@ module RDF::Vocab
2761
2761
  subPropertyOf: "dc:date".freeze,
2762
2762
  type: "rdf:Property".freeze
2763
2763
  property :relationshipOfResource,
2764
- comment: %(The relationship of the resource identified by relatedResourceID to the subject \(optionally identified by the resourceID\). Recommended best practice is to use a controlled vocabulary.).freeze,
2764
+ comment: "The relationship of the resource identified by relatedResourceID to the subject (optionally identified by the resourceID). Recommended best practice is to use a controlled vocabulary.".freeze,
2765
2765
  "dc:description": "Examples: \"duplicate of\", \"mother of\", \"endoparasite of\", \"host to\", \"sibling of\", \"valid synonym of\", \"located within\"".freeze,
2766
2766
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#relationshipOfResource-2009-04-24".freeze,
2767
2767
  "dc:issued": "2008-11-19".freeze,
@@ -2773,7 +2773,7 @@ module RDF::Vocab
2773
2773
  label: "Relationship Of Resource".freeze,
2774
2774
  type: "rdf:Property".freeze
2775
2775
  property :relationshipRemarks,
2776
- comment: %(Comments or notes about the relationship between the two resources.).freeze,
2776
+ comment: "Comments or notes about the relationship between the two resources.".freeze,
2777
2777
  "dc:description": "Examples: \"mother and offspring collected from the same nest\", \"pollinator captured in the act\"".freeze,
2778
2778
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#relationshipRemarks-2009-04-24".freeze,
2779
2779
  "dc:issued": "2008-11-19".freeze,
@@ -2785,7 +2785,7 @@ module RDF::Vocab
2785
2785
  label: "Relationship Remarks".freeze,
2786
2786
  type: "rdf:Property".freeze
2787
2787
  property :reproductiveCondition,
2788
- comment: %(The reproductive condition of the biological individual\(s\) represented in the Occurrence. Recommended best practice is to use a controlled vocabulary.).freeze,
2788
+ comment: "The reproductive condition of the biological individual(s) represented in the Occurrence. Recommended best practice is to use a controlled vocabulary.".freeze,
2789
2789
  "dc:description": "Examples\" \"non-reproductive\", \"pregnant\", \"in bloom\", \"fruit-bearing\"".freeze,
2790
2790
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#reproductiveCondition-2009-04-24".freeze,
2791
2791
  "dc:issued": "2008-11-19".freeze,
@@ -2797,7 +2797,7 @@ module RDF::Vocab
2797
2797
  label: "Reproductive Condition".freeze,
2798
2798
  type: "rdf:Property".freeze
2799
2799
  property :resourceID,
2800
- comment: %(An identifier for the resource that is the subject of the relationship.).freeze,
2800
+ comment: "An identifier for the resource that is the subject of the relationship.".freeze,
2801
2801
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#resourceID-2009-04-24".freeze,
2802
2802
  "dc:issued": "2009-04-24".freeze,
2803
2803
  "dc:modified": "2009-04-24".freeze,
@@ -2809,7 +2809,7 @@ module RDF::Vocab
2809
2809
  subPropertyOf: "dc:identifier".freeze,
2810
2810
  type: "rdf:Property".freeze
2811
2811
  property :resourceRelationshipID,
2812
- comment: %(An identifier for an instance of relationship between one resource \(the subject\) and another \(relatedResource, the object\).).freeze,
2812
+ comment: "An identifier for an instance of relationship between one resource (the subject) and another (relatedResource, the object).".freeze,
2813
2813
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#resourceRelationshipID-2009-04-24".freeze,
2814
2814
  "dc:issued": "2009-01-26".freeze,
2815
2815
  "dc:modified": "2009-04-24".freeze,
@@ -2821,7 +2821,7 @@ module RDF::Vocab
2821
2821
  subPropertyOf: "dc:identifier".freeze,
2822
2822
  type: "rdf:Property".freeze
2823
2823
  property :samplingEffort,
2824
- comment: %(The amount of effort expended during an Event.).freeze,
2824
+ comment: "The amount of effort expended during an Event.".freeze,
2825
2825
  "dc:description": "Examples: \"40 trap-nights\", \"10 observer-hours; 10 km by foot; 30 km by car\"".freeze,
2826
2826
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#samplingEffort-2009-08-24".freeze,
2827
2827
  "dc:issued": "2009-08-24".freeze,
@@ -2833,7 +2833,7 @@ module RDF::Vocab
2833
2833
  label: "Sampling Effort".freeze,
2834
2834
  type: "rdf:Property".freeze
2835
2835
  property :samplingProtocol,
2836
- comment: %(The name of, reference to, or description of the method or protocol used during an Event.).freeze,
2836
+ comment: "The name of, reference to, or description of the method or protocol used during an Event.".freeze,
2837
2837
  "dc:description": "Examples: \"UV light trap\", \"mist net\", \"bottom trawl\", \"ad hoc observation\", \"point count\", \"Penguins from space: faecal stains reveal the location of emperor penguin colonies, http://dx.doi.org/10.1111/j.1466-8238.2009.00467.x\", \"Takats et al. 2001. Guidelines for Nocturnal Owl Monitoring in North America. Beaverhill Bird Observatory and Bird Studies Canada, Edmonton, Alberta. 32 pp.\", \"http://www.bsc-eoc.org/download/Owl.pdf\"".freeze,
2838
2838
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#samplingProtocol-2009-04-24".freeze,
2839
2839
  "dc:issued": "2008-11-19".freeze,
@@ -2846,7 +2846,7 @@ module RDF::Vocab
2846
2846
  label: "Sampling Protocol".freeze,
2847
2847
  type: "rdf:Property".freeze
2848
2848
  property :scientificName,
2849
- comment: %(The full scientific name, with authorship and date information if known. When forming part of an Identification, this should be the name in lowest level taxonomic rank that can be determined. This term should not contain identification qualifications, which should instead be supplied in the IdentificationQualifier term.).freeze,
2849
+ comment: "The full scientific name, with authorship and date information if known. When forming part of an Identification, this should be the name in lowest level taxonomic rank that can be determined. This term should not contain identification qualifications, which should instead be supplied in the IdentificationQualifier term.".freeze,
2850
2850
  "dc:description": "Examples: \"Coleoptera\" (order), \"Vespertilionidae\" (family), \"Manis\" (genus), \"Ctenomys sociabilis\" (genus + specificEpithet), \"Ambystoma tigrinum diaboli\" (genus + specificEpithet + infraspecificEpithet), \"Roptrocerus typographi (Györfi, 1952)\" (genus + specificEpithet + scientificNameAuthorship), \"Quercus agrifolia var. oxyadenia (Torr.) J.T. Howell\" (genus + specificEpithet + taxonRank + infraspecificEpithet + scientificNameAuthorship)".freeze,
2851
2851
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#scientificName-2009-09-21".freeze,
2852
2852
  "dc:issued": "2008-11-19".freeze,
@@ -2859,7 +2859,7 @@ module RDF::Vocab
2859
2859
  label: "Scientific Name".freeze,
2860
2860
  type: "rdf:Property".freeze
2861
2861
  property :scientificNameAuthorship,
2862
- comment: %(The authorship information for the scientificName formatted according to the conventions of the applicable nomenclaturalCode.).freeze,
2862
+ comment: "The authorship information for the scientificName formatted according to the conventions of the applicable nomenclaturalCode.".freeze,
2863
2863
  "dc:description": "Example: \"(Torr.) J.T. Howell\", \"(Martinovský) Tzvelev\", \"(Györfi, 1952)\"".freeze,
2864
2864
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#scientificNameAuthorship-2009-04-24".freeze,
2865
2865
  "dc:issued": "2008-11-19".freeze,
@@ -2872,7 +2872,7 @@ module RDF::Vocab
2872
2872
  label: "Scientific Name Authorship".freeze,
2873
2873
  type: "rdf:Property".freeze
2874
2874
  property :scientificNameID,
2875
- comment: %(An identifier for the nomenclatural \(not taxonomic\) details of a scientific name.).freeze,
2875
+ comment: "An identifier for the nomenclatural (not taxonomic) details of a scientific name.".freeze,
2876
2876
  "dc:description": "Example: \"urn:lsid:ipni.org:names:37829-1:1.3\"".freeze,
2877
2877
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#scientificNameID-2009-08-24".freeze,
2878
2878
  "dc:issued": "2008-11-19".freeze,
@@ -2886,7 +2886,7 @@ module RDF::Vocab
2886
2886
  subPropertyOf: "dc:identifier".freeze,
2887
2887
  type: "rdf:Property".freeze
2888
2888
  property :sex,
2889
- comment: %(The sex of the biological individual\(s\) represented in the Occurrence. Recommended best practice is to use a controlled vocabulary.).freeze,
2889
+ comment: "The sex of the biological individual(s) represented in the Occurrence. Recommended best practice is to use a controlled vocabulary.".freeze,
2890
2890
  "dc:description": "Examples: \"female\", \"hermaphrodite\", \"8 males, 4 females\"".freeze,
2891
2891
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#sex-2009-04-24".freeze,
2892
2892
  "dc:issued": "2008-11-19".freeze,
@@ -2899,7 +2899,7 @@ module RDF::Vocab
2899
2899
  label: "Sex".freeze,
2900
2900
  type: "rdf:Property".freeze
2901
2901
  property :specificEpithet,
2902
- comment: %(The name of the first or species epithet of the scientificName.).freeze,
2902
+ comment: "The name of the first or species epithet of the scientificName.".freeze,
2903
2903
  "dc:description": "Examples: \"concolor\", \"gottschei\"".freeze,
2904
2904
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#specificEpithet-2009-04-24".freeze,
2905
2905
  "dc:issued": "2008-11-19".freeze,
@@ -2912,7 +2912,7 @@ module RDF::Vocab
2912
2912
  label: "Specific Epithet".freeze,
2913
2913
  type: "rdf:Property".freeze
2914
2914
  property :startDayOfYear,
2915
- comment: %(The earliest ordinal day of the year on which the Event occurred \(1 for January 1, 365 for December 31, except in a leap year, in which case it is 366\).).freeze,
2915
+ comment: "The earliest ordinal day of the year on which the Event occurred (1 for January 1, 365 for December 31, except in a leap year, in which case it is 366).".freeze,
2916
2916
  "dc:description": "Examples: \"1\" (=1 Jan), \"366\" (=31 Dec), \"365\" (=30 Dec in a leap year, 31 Dec in a non-leap year)".freeze,
2917
2917
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#startDayOfYear-2009-04-24".freeze,
2918
2918
  "dc:issued": "2008-11-19".freeze,
@@ -2925,7 +2925,7 @@ module RDF::Vocab
2925
2925
  label: "Start Day Of Year".freeze,
2926
2926
  type: "rdf:Property".freeze
2927
2927
  property :stateProvince,
2928
- comment: %(The name of the next smaller administrative region than country \(state, province, canton, department, region, etc.\) in which the Location occurs.).freeze,
2928
+ comment: "The name of the next smaller administrative region than country (state, province, canton, department, region, etc.) in which the Location occurs.".freeze,
2929
2929
  "dc:description": "Examples: \"Montana\", \"Minas Gerais\", \"Córdoba\"".freeze,
2930
2930
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#stateProvince-2009-04-24".freeze,
2931
2931
  "dc:issued": "2008-11-19".freeze,
@@ -2938,7 +2938,7 @@ module RDF::Vocab
2938
2938
  label: "State Province".freeze,
2939
2939
  type: "rdf:Property".freeze
2940
2940
  property :subgenus,
2941
- comment: %(The full scientific name of the subgenus in which the taxon is classified. Values should include the genus to avoid homonym confusion.).freeze,
2941
+ comment: "The full scientific name of the subgenus in which the taxon is classified. Values should include the genus to avoid homonym confusion.".freeze,
2942
2942
  "dc:description": "Examples: \"Strobus (Pinus)\", \"Puma (Puma)\" \"Loligo (Amerigo)\", \"Hieracium subgen. Pilosella\"".freeze,
2943
2943
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#subgenus-2009-08-24".freeze,
2944
2944
  "dc:issued": "2008-11-19".freeze,
@@ -2951,7 +2951,7 @@ module RDF::Vocab
2951
2951
  label: "Subgenus".freeze,
2952
2952
  type: "rdf:Property".freeze
2953
2953
  property :taxonConceptID,
2954
- comment: %(An identifier for the taxonomic concept to which the record refers - not for the nomenclatural details of a taxon.).freeze,
2954
+ comment: "An identifier for the taxonomic concept to which the record refers - not for the nomenclatural details of a taxon.".freeze,
2955
2955
  "dc:description": "Example: \"8fa58e08-08de-4ac1-b69c-1235340b7001\"".freeze,
2956
2956
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#taxonConceptID-2009-09-21".freeze,
2957
2957
  "dc:issued": "2009-04-24".freeze,
@@ -2965,7 +2965,7 @@ module RDF::Vocab
2965
2965
  subPropertyOf: "dc:identifier".freeze,
2966
2966
  type: "rdf:Property".freeze
2967
2967
  property :taxonID,
2968
- comment: %(An identifier for the set of taxon information \(data associated with the Taxon class\). May be a global unique identifier or an identifier specific to the data set.).freeze,
2968
+ comment: "An identifier for the set of taxon information (data associated with the Taxon class). May be a global unique identifier or an identifier specific to the data set.".freeze,
2969
2969
  "dc:description": "Examples: \"8fa58e08-08de-4ac1-b69c-1235340b7001\", \"32567\", \"http://species.gbif.org/abies_alba_1753\", \"urn:lsid:gbif.org:usages:32567\"".freeze,
2970
2970
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#taxonID-2009-08-24".freeze,
2971
2971
  "dc:issued": "2008-11-19".freeze,
@@ -2979,7 +2979,7 @@ module RDF::Vocab
2979
2979
  subPropertyOf: "dc:identifier".freeze,
2980
2980
  type: "rdf:Property".freeze
2981
2981
  property :taxonRank,
2982
- comment: %(The taxonomic rank of the most specific name in the scientificName. Recommended best practice is to use a controlled vocabulary.).freeze,
2982
+ comment: "The taxonomic rank of the most specific name in the scientificName. Recommended best practice is to use a controlled vocabulary.".freeze,
2983
2983
  "dc:description": "Examples: \"subspecies\", \"varietas\", \"forma\", \"species\", \"genus\"".freeze,
2984
2984
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#taxonRank-2009-09-21".freeze,
2985
2985
  "dc:issued": "2008-11-19".freeze,
@@ -2992,7 +2992,7 @@ module RDF::Vocab
2992
2992
  label: "Taxon Rank".freeze,
2993
2993
  type: "rdf:Property".freeze
2994
2994
  property :taxonRemarks,
2995
- comment: %(Comments or notes about the taxon or name.).freeze,
2995
+ comment: "Comments or notes about the taxon or name.".freeze,
2996
2996
  "dc:description": "Example: \"this name is a misspelling in common use\"".freeze,
2997
2997
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#taxonRemarks-2009-08-24".freeze,
2998
2998
  "dc:issued": "2008-11-19".freeze,
@@ -3005,7 +3005,7 @@ module RDF::Vocab
3005
3005
  label: "Taxon Remarks".freeze,
3006
3006
  type: "rdf:Property".freeze
3007
3007
  property :taxonomicStatus,
3008
- comment: %(The status of the use of the scientificName as a label for a taxon. Requires taxonomic opinion to define the scope of a taxon. Rules of priority then are used to define the taxonomic status of the nomenclature contained in that scope, combined with the experts opinion. It must be linked to a specific taxonomic reference that defines the concept. Recommended best practice is to use a controlled vocabulary.).freeze,
3008
+ comment: "The status of the use of the scientificName as a label for a taxon. Requires taxonomic opinion to define the scope of a taxon. Rules of priority then are used to define the taxonomic status of the nomenclature contained in that scope, combined with the experts opinion. It must be linked to a specific taxonomic reference that defines the concept. Recommended best practice is to use a controlled vocabulary.".freeze,
3009
3009
  "dc:description": "Examples: \"invalid\", \"misapplied\", \"homotypic synonym\", \"accepted\"".freeze,
3010
3010
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#taxonomicStatus-2009-04-24".freeze,
3011
3011
  "dc:issued": "2008-11-19".freeze,
@@ -3017,7 +3017,7 @@ module RDF::Vocab
3017
3017
  label: "Taxonomic Status".freeze,
3018
3018
  type: "rdf:Property".freeze
3019
3019
  property :typeStatus,
3020
- comment: %(A list \(concatenated and separated\) of nomenclatural types \(type status, typified scientific name, publication\) applied to the subject.).freeze,
3020
+ comment: "A list (concatenated and separated) of nomenclatural types (type status, typified scientific name, publication) applied to the subject.".freeze,
3021
3021
  "dc:description": "The recommended best practice is to separate the values with a vertical bar (' | '). Examples: \"holotype of Ctenomys sociabilis. Pearson O. P., and M. I. Christie. 1985. Historia Natural, 5(37):388\", \"holotype of Pinus abies | holotype of Picea abies\".".freeze,
3022
3022
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#typeStatus-2014-10-23".freeze,
3023
3023
  "dc:issued": "2008-11-19".freeze,
@@ -3031,7 +3031,7 @@ module RDF::Vocab
3031
3031
  label: "Type Status".freeze,
3032
3032
  type: "rdf:Property".freeze
3033
3033
  property :verbatimCoordinateSystem,
3034
- comment: %(The spatial coordinate system for the verbatimLatitude and verbatimLongitude or the verbatimCoordinates of the Location. Recommended best practice is to use a controlled vocabulary.).freeze,
3034
+ comment: "The spatial coordinate system for the verbatimLatitude and verbatimLongitude or the verbatimCoordinates of the Location. Recommended best practice is to use a controlled vocabulary.".freeze,
3035
3035
  "dc:description": "Examples: \"decimal degrees\", \"degrees decimal minutes\", \"degrees minutes seconds\", \"UTM\"".freeze,
3036
3036
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#verbatimCoordinateSystem-2009-04-24".freeze,
3037
3037
  "dc:issued": "2008-11-19".freeze,
@@ -3044,7 +3044,7 @@ module RDF::Vocab
3044
3044
  label: "Verbatim Coordinate System".freeze,
3045
3045
  type: "rdf:Property".freeze
3046
3046
  property :verbatimCoordinates,
3047
- comment: %(The verbatim original spatial coordinates of the Location. The coordinate ellipsoid, geodeticDatum, or full Spatial Reference System \(SRS\) for these coordinates should be stored in verbatimSRS and the coordinate system should be stored in verbatimCoordinateSystem.).freeze,
3047
+ comment: "The verbatim original spatial coordinates of the Location. The coordinate ellipsoid, geodeticDatum, or full Spatial Reference System (SRS) for these coordinates should be stored in verbatimSRS and the coordinate system should be stored in verbatimCoordinateSystem.".freeze,
3048
3048
  "dc:description": "Examples: \"41 05 54S 121 05 34W\", \"17T 630000 4833400\"".freeze,
3049
3049
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#verbatimCoordinates-2009-04-24".freeze,
3050
3050
  "dc:issued": "2008-11-19".freeze,
@@ -3057,7 +3057,7 @@ module RDF::Vocab
3057
3057
  label: "Verbatim Coordinates".freeze,
3058
3058
  type: "rdf:Property".freeze
3059
3059
  property :verbatimDepth,
3060
- comment: %(The original description of the depth below the local surface.).freeze,
3060
+ comment: "The original description of the depth below the local surface.".freeze,
3061
3061
  "dc:description": "Example: \"100-200 m\"".freeze,
3062
3062
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#verbatimDepth-2009-04-24".freeze,
3063
3063
  "dc:issued": "2008-11-19".freeze,
@@ -3070,7 +3070,7 @@ module RDF::Vocab
3070
3070
  label: "Verbatim Depth".freeze,
3071
3071
  type: "rdf:Property".freeze
3072
3072
  property :verbatimElevation,
3073
- comment: %(The original description of the elevation \(altitude, usually above sea level\) of the Location.).freeze,
3073
+ comment: "The original description of the elevation (altitude, usually above sea level) of the Location.".freeze,
3074
3074
  "dc:description": "Example: \"100-200 m\"".freeze,
3075
3075
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#verbatimElevation-2009-04-24".freeze,
3076
3076
  "dc:issued": "2008-11-19".freeze,
@@ -3083,7 +3083,7 @@ module RDF::Vocab
3083
3083
  label: "Verbatim Elevation".freeze,
3084
3084
  type: "rdf:Property".freeze
3085
3085
  property :verbatimEventDate,
3086
- comment: %(The verbatim original representation of the date and time information for an Event.).freeze,
3086
+ comment: "The verbatim original representation of the date and time information for an Event.".freeze,
3087
3087
  "dc:description": "Examples: \"spring 1910\", \"Marzo 2002\", \"1999-03-XX\", \"17IV1934\"".freeze,
3088
3088
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#verbatimEventDate-2009-04-24".freeze,
3089
3089
  "dc:issued": "2008-11-19".freeze,
@@ -3096,7 +3096,7 @@ module RDF::Vocab
3096
3096
  label: "Verbatim EventDate".freeze,
3097
3097
  type: "rdf:Property".freeze
3098
3098
  property :verbatimLatitude,
3099
- comment: %(The verbatim original latitude of the Location. The coordinate ellipsoid, geodeticDatum, or full Spatial Reference System \(SRS\) for these coordinates should be stored in verbatimSRS and the coordinate system should be stored in verbatimCoordinateSystem.).freeze,
3099
+ comment: "The verbatim original latitude of the Location. The coordinate ellipsoid, geodeticDatum, or full Spatial Reference System (SRS) for these coordinates should be stored in verbatimSRS and the coordinate system should be stored in verbatimCoordinateSystem.".freeze,
3100
3100
  "dc:description": "Example: \"41 05 54.03S\"".freeze,
3101
3101
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#verbatimLatitude-2009-04-24".freeze,
3102
3102
  "dc:issued": "2008-11-19".freeze,
@@ -3109,7 +3109,7 @@ module RDF::Vocab
3109
3109
  label: "Verbatim Latitude".freeze,
3110
3110
  type: "rdf:Property".freeze
3111
3111
  property :verbatimLocality,
3112
- comment: %(The original textual description of the place.).freeze,
3112
+ comment: "The original textual description of the place.".freeze,
3113
3113
  "dc:description": "Example: \"25 km NNE Bariloche por R. Nac. 237\"".freeze,
3114
3114
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#verbatimLocality-2009-04-24".freeze,
3115
3115
  "dc:issued": "2008-11-19".freeze,
@@ -3121,7 +3121,7 @@ module RDF::Vocab
3121
3121
  label: "Verbatim Locality".freeze,
3122
3122
  type: "rdf:Property".freeze
3123
3123
  property :verbatimLongitude,
3124
- comment: %(The verbatim original longitude of the Location. The coordinate ellipsoid, geodeticDatum, or full Spatial Reference System \(SRS\) for these coordinates should be stored in verbatimSRS and the coordinate system should be stored in verbatimCoordinateSystem.).freeze,
3124
+ comment: "The verbatim original longitude of the Location. The coordinate ellipsoid, geodeticDatum, or full Spatial Reference System (SRS) for these coordinates should be stored in verbatimSRS and the coordinate system should be stored in verbatimCoordinateSystem.".freeze,
3125
3125
  "dc:description": "Example: \"121d 10' 34\" W\"".freeze,
3126
3126
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#verbatimLongitude-2009-04-24".freeze,
3127
3127
  "dc:issued": "2008-11-19".freeze,
@@ -3134,7 +3134,7 @@ module RDF::Vocab
3134
3134
  label: "Verbatim Longitude".freeze,
3135
3135
  type: "rdf:Property".freeze
3136
3136
  property :verbatimSRS,
3137
- comment: %(The ellipsoid, geodetic datum, or spatial reference system \(SRS\) upon which coordinates given in verbatimLatitude and verbatimLongitude, or verbatimCoordinates are based. Recommended best practice is use the EPSG code as a controlled vocabulary to provide an SRS, if known. Otherwise use a controlled vocabulary for the name or code of the geodetic datum, if known. Otherwise use a controlled vocabulary for the name or code of the ellipsoid, if known. If none of these is known, use the value "unknown".).freeze,
3137
+ comment: "The ellipsoid, geodetic datum, or spatial reference system (SRS) upon which coordinates given in verbatimLatitude and verbatimLongitude, or verbatimCoordinates are based. Recommended best practice is use the EPSG code as a controlled vocabulary to provide an SRS, if known. Otherwise use a controlled vocabulary for the name or code of the geodetic datum, if known. Otherwise use a controlled vocabulary for the name or code of the ellipsoid, if known. If none of these is known, use the value \"unknown\".".freeze,
3138
3138
  "dc:description": "Examples: \"EPSG:4326\", \"WGS84\", \"NAD27\", \"Campo Inchauspe\", \"European 1950\", \"Clarke 1866\"".freeze,
3139
3139
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#verbatimSRS-2009-07-06".freeze,
3140
3140
  "dc:issued": "2009-07-06".freeze,
@@ -3146,7 +3146,7 @@ module RDF::Vocab
3146
3146
  label: "Verbatim SRS".freeze,
3147
3147
  type: "rdf:Property".freeze
3148
3148
  property :verbatimTaxonRank,
3149
- comment: %(The taxonomic rank of the most specific name in the scientificName as it appears in the original record.).freeze,
3149
+ comment: "The taxonomic rank of the most specific name in the scientificName as it appears in the original record.".freeze,
3150
3150
  "dc:description": "Examples: \"Agamospecies\", \"sub-lesus\", \"prole\", \"apomict\", \"nothogrex\", \"sp.\", \"subsp.\", \"var.\"".freeze,
3151
3151
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#verbatimTaxonRank-2009-09-21".freeze,
3152
3152
  "dc:issued": "2009-07-06".freeze,
@@ -3159,7 +3159,7 @@ module RDF::Vocab
3159
3159
  label: "Verbatim Taxon Rank".freeze,
3160
3160
  type: "rdf:Property".freeze
3161
3161
  property :vernacularName,
3162
- comment: %(A common or vernacular name.).freeze,
3162
+ comment: "A common or vernacular name.".freeze,
3163
3163
  "dc:description": "Examples: \"Andean Condor\", \"Condor Andino\", \"American Eagle\", \"Gänsegeier\"".freeze,
3164
3164
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#vernacularName-2009-07-06".freeze,
3165
3165
  "dc:issued": "2009-07-06".freeze,
@@ -3171,7 +3171,7 @@ module RDF::Vocab
3171
3171
  label: "Vernacular Name".freeze,
3172
3172
  type: "rdf:Property".freeze
3173
3173
  property :waterBody,
3174
- comment: %(The name of the water body in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.).freeze,
3174
+ comment: "The name of the water body in which the Location occurs. Recommended best practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names.".freeze,
3175
3175
  "dc:description": "Examples: \"Indian Ocean\", \"Baltic Sea\", \"Hudson River\"".freeze,
3176
3176
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#waterBody-2009-04-24".freeze,
3177
3177
  "dc:issued": "2008-11-19".freeze,
@@ -3184,7 +3184,7 @@ module RDF::Vocab
3184
3184
  label: "Water Body".freeze,
3185
3185
  type: "rdf:Property".freeze
3186
3186
  property :year,
3187
- comment: %(The four-digit year in which the Event occurred, according to the Common Era Calendar.).freeze,
3187
+ comment: "The four-digit year in which the Event occurred, according to the Common Era Calendar.".freeze,
3188
3188
  "dc:description": "Example: \"2008\"".freeze,
3189
3189
  "dc:hasVersion": "http://rs.tdwg.org/dwc/terms/history/#year-2009-04-24".freeze,
3190
3190
  "dc:issued": "2008-11-19".freeze,