rdf-vocab 3.2.0 → 3.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -4
  3. data/VERSION +1 -1
  4. data/lib/rdf/vocab/acl.rb +91 -89
  5. data/lib/rdf/vocab/as.rb +624 -622
  6. data/lib/rdf/vocab/bf2.rb +2241 -2239
  7. data/lib/rdf/vocab/bibframe.rb +2241 -2239
  8. data/lib/rdf/vocab/bibo.rb +943 -941
  9. data/lib/rdf/vocab/cc.rb +102 -100
  10. data/lib/rdf/vocab/cert.rb +107 -105
  11. data/lib/rdf/vocab/cnt.rb +92 -90
  12. data/lib/rdf/vocab/crm.rb +1793 -1791
  13. data/lib/rdf/vocab/datacite.rb +261 -263
  14. data/lib/rdf/vocab/dbo.rb +4307 -4305
  15. data/lib/rdf/vocab/dc.rb +665 -663
  16. data/lib/rdf/vocab/dc11.rb +109 -107
  17. data/lib/rdf/vocab/dcat.rb +373 -356
  18. data/lib/rdf/vocab/dcmitype.rb +91 -89
  19. data/lib/rdf/vocab/disco.rb +348 -346
  20. data/lib/rdf/vocab/doap.rb +304 -302
  21. data/lib/rdf/vocab/dwc.rb +2244 -2242
  22. data/lib/rdf/vocab/earl.rb +146 -144
  23. data/lib/rdf/vocab/ebucore.rb +4945 -4941
  24. data/lib/rdf/vocab/edm.rb +310 -308
  25. data/lib/rdf/vocab/exif.rb +777 -775
  26. data/lib/rdf/vocab/extensions.rb +2 -2
  27. data/lib/rdf/vocab/fcrepo4.rb +307 -305
  28. data/lib/rdf/vocab/foaf.rb +525 -523
  29. data/lib/rdf/vocab/geo.rb +34 -32
  30. data/lib/rdf/vocab/geojson.rb +66 -64
  31. data/lib/rdf/vocab/geonames.rb +3656 -3654
  32. data/lib/rdf/vocab/gr.rb +1204 -1202
  33. data/lib/rdf/vocab/gs1.rb +5881 -5879
  34. data/lib/rdf/vocab/ht.rb +194 -192
  35. data/lib/rdf/vocab/hydra.rb +439 -437
  36. data/lib/rdf/vocab/iana.rb +215 -213
  37. data/lib/rdf/vocab/ical.rb +726 -724
  38. data/lib/rdf/vocab/identifiers.rb +219 -217
  39. data/lib/rdf/vocab/iiif.rb +132 -130
  40. data/lib/rdf/vocab/jsonld.rb +205 -203
  41. data/lib/rdf/vocab/ldp.rb +193 -191
  42. data/lib/rdf/vocab/lrmi.rb +188 -186
  43. data/lib/rdf/vocab/ma.rb +318 -316
  44. data/lib/rdf/vocab/mads.rb +670 -668
  45. data/lib/rdf/vocab/marcrelators.rb +543 -541
  46. data/lib/rdf/vocab/mo.rb +1823 -1821
  47. data/lib/rdf/vocab/mods.rb +636 -634
  48. data/lib/rdf/vocab/nfo.rb +482 -480
  49. data/lib/rdf/vocab/oa.rb +333 -331
  50. data/lib/rdf/vocab/og.rb +198 -196
  51. data/lib/rdf/vocab/ogc.rb +43 -41
  52. data/lib/rdf/vocab/ore.rb +79 -77
  53. data/lib/rdf/vocab/org.rb +322 -320
  54. data/lib/rdf/vocab/pcdm.rb +73 -71
  55. data/lib/rdf/vocab/pplan.rb +97 -95
  56. data/lib/rdf/vocab/premis.rb +903 -901
  57. data/lib/rdf/vocab/premiseventtype.rb +143 -141
  58. data/lib/rdf/vocab/prov.rb +1360 -1358
  59. data/lib/rdf/vocab/ptr.rb +147 -145
  60. data/lib/rdf/vocab/rdau.rb +9447 -9438
  61. data/lib/rdf/vocab/rightsstatements.rb +123 -121
  62. data/lib/rdf/vocab/rsa.rb +44 -42
  63. data/lib/rdf/vocab/rss.rb +46 -44
  64. data/lib/rdf/vocab/schema.rb +14700 -14698
  65. data/lib/rdf/vocab/schemas.rb +14700 -14698
  66. data/lib/rdf/vocab/sd.rb +165 -163
  67. data/lib/rdf/vocab/sh.rb +1096 -1094
  68. data/lib/rdf/vocab/sioc.rb +615 -613
  69. data/lib/rdf/vocab/siocservices.rb +49 -47
  70. data/lib/rdf/vocab/sioctypes.rb +224 -222
  71. data/lib/rdf/vocab/skos.rb +202 -200
  72. data/lib/rdf/vocab/skosxl.rb +51 -49
  73. data/lib/rdf/vocab/v.rb +233 -231
  74. data/lib/rdf/vocab/vcard.rb +776 -774
  75. data/lib/rdf/vocab/vmd.rb +233 -231
  76. data/lib/rdf/vocab/void.rb +145 -143
  77. data/lib/rdf/vocab/vs.rb +27 -25
  78. data/lib/rdf/vocab/wdrs.rb +112 -110
  79. data/lib/rdf/vocab/wot.rb +135 -133
  80. data/lib/rdf/vocab/xhtml.rb +4 -2
  81. data/lib/rdf/vocab/xhv.rb +208 -206
  82. data/lib/rdf/vocab/xkos.rb +220 -218
  83. data/lib/rdf/vocab.rb +2 -0
  84. metadata +14 -3
data/lib/rdf/vocab/geo.rb CHANGED
@@ -3,52 +3,54 @@
3
3
  # This file generated automatically using rdf vocabulary format from http://www.w3.org/2003/01/geo/wgs84_pos#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
+ # Vocabulary for <http://www.w3.org/2003/01/geo/wgs84_pos#>
7
+ # @!visibility private
6
8
  GEO = Class.new(RDF::StrictVocabulary("http://www.w3.org/2003/01/geo/wgs84_pos#")) do
7
9
 
8
10
  # Ontology definition
9
11
  ontology :"http://www.w3.org/2003/01/geo/wgs84_pos#",
10
- comment: "\nRecent changes to this namespace:\n$Log: wgs84_pos.rdf,v $\nRevision 1.22 2009/04/20 15:00:30 timbl\nRemove the time bits which have been deal with elsewhere eg in iCal.\n\nRevision 1.21 2009/04/20 12:52:47 timbl\ntry again\n\nRevision 1.20 2009/04/20 12:42:11 timbl\nAdd Event (edited ages ago and never checked in), and location (following discussion http://chatlogs.planetrdf.com/swig/2009-04-20#T12-36-09)\n\nRevision 1.19 2009/04/20 12:36:31 timbl\nAdd Event (edited ages ago and never checked in), and location (following discussion http://chatlogs.planetrdf.com/swig/2009-04-20#T12-36-09)\n\nRevision 1.18 2006/02/01 22:01:04 danbri\nClarified that lat and long are decimal degrees, and that alt is decimal metres about local reference ellipsoid\n\nRevision 1.17 2004/02/06 17:38:12 danbri\nFixed a bad commit screwup\n\nRevision 1.15 2003/04/19 11:24:08 danbri\nFixed the typo even more.\n\nRevision 1.14 2003/04/19 11:16:56 danbri\nfixed a typo\n\nRevision 1.13 2003/02/19 22:27:27 connolly\nrelaxed domain constraints on lat/long/alt from Point to SpatialThing\n\nRevision 1.12 2003/01/12 01:41:41 danbri\nTrying local copy of XSLT doc.\n\nRevision 1.11 2003/01/12 01:20:18 danbri\nadded a link to morten's xslt rdfs viewer.\n\nRevision 1.10 2003/01/11 18:56:49 danbri\nRemoved datatype range from lat and long properties, since they would\nhave required each occurance of the property to mention the datatype.\n\nRevision 1.9 2003/01/11 11:41:31 danbri\nAnother typo; repaired rdfs:Property to rdf:Property x4\n\nRevision 1.8 2003/01/11 11:05:02 danbri\nAdded an rdfs:range for each lat/long/alt property,\nhttp://www.w3.org/2001/XMLSchema#float\n\nRevision 1.7 2003/01/10 20:25:16 danbri\nLonger rdfs:comment for Point, trying to be Earth-centric and neutral about\ncoordinate system(s) at the same time. Feedback welcomed.\n\nRevision 1.6 2003/01/10 20:18:30 danbri\nAdded CVS log comments into the RDF/XML as an rdfs:comment property of the\nvocabulary. Note that this is not common practice (but seems both harmless\nand potentially useful).\n\n\nrevision 1.5\ndate: 2003/01/10 20:14:31; author: danbri; state: Exp; lines: +16 -5\nUpdated schema:\nAdded a dc:date, added url for more info. Changed the rdfs:label of the\nnamespace from gp to geo. Added a class Point, set as the rdfs:domain of\neach property. Added XML comment on the lat_long property suggesting that\nwe might not need it (based on #rdfig commentary from implementors).\n\nrevision 1.4\ndate: 2003/01/10 20:01:07; author: danbri; state: Exp; lines: +6 -5\nFixed typo; several rdfs:about attributes are now rdf:about. Thanks to MortenF in\n#rdfig for catching this error.\n\nrevision 1.3\ndate: 2003/01/10 11:59:03; author: danbri; state: Exp; lines: +4 -3\nfixed buglet in vocab, added more wgs links\n\nrevision 1.2\ndate: 2003/01/10 11:01:11; author: danbri; state: Exp; lines: +4 -4\nRemoved alt from the as-a-flat-string property, and switched from\nspace separated to comma separated.\n\nrevision 1.1\ndate: 2003/01/10 10:53:23; author: danbri; state: Exp;\nbasic geo vocab\n\n".freeze,
11
- "http://purl.org/dc/elements/1.1/date": "$Date: 2009/04/20 15:00:30 $".freeze,
12
- "http://purl.org/dc/elements/1.1/description": "A vocabulary for representing latitude, longitude and \n altitude information in the WGS84 geodetic reference datum. \n Version $Id: wgs84_pos.rdf,v 1.22 2009/04/20 15:00:30 timbl Exp $. See http://www.w3.org/2003/01/geo/ for more details.".freeze,
13
- "http://purl.org/dc/elements/1.1/title": "WGS84 Geo Positioning: an RDF vocabulary".freeze,
14
- label: "geo".freeze
12
+ comment: "\nRecent changes to this namespace:\n$Log: wgs84_pos.rdf,v $\nRevision 1.22 2009/04/20 15:00:30 timbl\nRemove the time bits which have been deal with elsewhere eg in iCal.\n\nRevision 1.21 2009/04/20 12:52:47 timbl\ntry again\n\nRevision 1.20 2009/04/20 12:42:11 timbl\nAdd Event (edited ages ago and never checked in), and location (following discussion http://chatlogs.planetrdf.com/swig/2009-04-20#T12-36-09)\n\nRevision 1.19 2009/04/20 12:36:31 timbl\nAdd Event (edited ages ago and never checked in), and location (following discussion http://chatlogs.planetrdf.com/swig/2009-04-20#T12-36-09)\n\nRevision 1.18 2006/02/01 22:01:04 danbri\nClarified that lat and long are decimal degrees, and that alt is decimal metres about local reference ellipsoid\n\nRevision 1.17 2004/02/06 17:38:12 danbri\nFixed a bad commit screwup\n\nRevision 1.15 2003/04/19 11:24:08 danbri\nFixed the typo even more.\n\nRevision 1.14 2003/04/19 11:16:56 danbri\nfixed a typo\n\nRevision 1.13 2003/02/19 22:27:27 connolly\nrelaxed domain constraints on lat/long/alt from Point to SpatialThing\n\nRevision 1.12 2003/01/12 01:41:41 danbri\nTrying local copy of XSLT doc.\n\nRevision 1.11 2003/01/12 01:20:18 danbri\nadded a link to morten's xslt rdfs viewer.\n\nRevision 1.10 2003/01/11 18:56:49 danbri\nRemoved datatype range from lat and long properties, since they would\nhave required each occurance of the property to mention the datatype.\n\nRevision 1.9 2003/01/11 11:41:31 danbri\nAnother typo; repaired rdfs:Property to rdf:Property x4\n\nRevision 1.8 2003/01/11 11:05:02 danbri\nAdded an rdfs:range for each lat/long/alt property,\nhttp://www.w3.org/2001/XMLSchema#float\n\nRevision 1.7 2003/01/10 20:25:16 danbri\nLonger rdfs:comment for Point, trying to be Earth-centric and neutral about\ncoordinate system(s) at the same time. Feedback welcomed.\n\nRevision 1.6 2003/01/10 20:18:30 danbri\nAdded CVS log comments into the RDF/XML as an rdfs:comment property of the\nvocabulary. Note that this is not common practice (but seems both harmless\nand potentially useful).\n\n\nrevision 1.5\ndate: 2003/01/10 20:14:31; author: danbri; state: Exp; lines: +16 -5\nUpdated schema:\nAdded a dc:date, added url for more info. Changed the rdfs:label of the\nnamespace from gp to geo. Added a class Point, set as the rdfs:domain of\neach property. Added XML comment on the lat_long property suggesting that\nwe might not need it (based on #rdfig commentary from implementors).\n\nrevision 1.4\ndate: 2003/01/10 20:01:07; author: danbri; state: Exp; lines: +6 -5\nFixed typo; several rdfs:about attributes are now rdf:about. Thanks to MortenF in\n#rdfig for catching this error.\n\nrevision 1.3\ndate: 2003/01/10 11:59:03; author: danbri; state: Exp; lines: +4 -3\nfixed buglet in vocab, added more wgs links\n\nrevision 1.2\ndate: 2003/01/10 11:01:11; author: danbri; state: Exp; lines: +4 -4\nRemoved alt from the as-a-flat-string property, and switched from\nspace separated to comma separated.\n\nrevision 1.1\ndate: 2003/01/10 10:53:23; author: danbri; state: Exp;\nbasic geo vocab\n\n",
13
+ "http://purl.org/dc/elements/1.1/date": "$Date: 2009/04/20 15:00:30 $",
14
+ "http://purl.org/dc/elements/1.1/description": "A vocabulary for representing latitude, longitude and \n altitude information in the WGS84 geodetic reference datum. \n Version $Id: wgs84_pos.rdf,v 1.22 2009/04/20 15:00:30 timbl Exp $. See http://www.w3.org/2003/01/geo/ for more details.",
15
+ "http://purl.org/dc/elements/1.1/title": "WGS84 Geo Positioning: an RDF vocabulary",
16
+ label: "geo"
15
17
 
16
18
  # Class definitions
17
19
  term :Point,
18
- comment: [" \nUniquely identified by lat/long/alt. i.e.\n\nspaciallyIntersects(P1, P2) :- lat(P1, LAT), long(P1, LONG), alt(P1, ALT),\n lat(P2, LAT), long(P2, LONG), alt(P2, ALT).\n\nsameThing(P1, P2) :- type(P1, Point), type(P2, Point), spaciallyIntersects(P1, P2).\n ".freeze, "A point, typically described using a coordinate system relative to Earth, such as WGS84.\n ".freeze],
19
- label: "point".freeze,
20
- subClassOf: "http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing".freeze,
21
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
20
+ comment: [" \nUniquely identified by lat/long/alt. i.e.\n\nspaciallyIntersects(P1, P2) :- lat(P1, LAT), long(P1, LONG), alt(P1, ALT),\n lat(P2, LAT), long(P2, LONG), alt(P2, ALT).\n\nsameThing(P1, P2) :- type(P1, Point), type(P2, Point), spaciallyIntersects(P1, P2).\n ", "A point, typically described using a coordinate system relative to Earth, such as WGS84.\n "],
21
+ label: "point",
22
+ subClassOf: "http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing",
23
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
22
24
  term :SpatialThing,
23
- comment: "Anything with spatial extent, i.e. size, shape, or position.\n e.g. people, places, bowling balls, as well as abstract areas like cubes.\n".freeze,
24
- label: "SpatialThing".freeze,
25
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
25
+ comment: "Anything with spatial extent, i.e. size, shape, or position.\n e.g. people, places, bowling balls, as well as abstract areas like cubes.\n",
26
+ label: "SpatialThing",
27
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
26
28
 
27
29
  # Property definitions
28
30
  property :alt,
29
- comment: "The WGS84 altitude of a SpatialThing (decimal meters \nabove the local reference ellipsoid).".freeze,
30
- domain: "http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing".freeze,
31
- label: "altitude".freeze,
32
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
31
+ comment: "The WGS84 altitude of a SpatialThing (decimal meters \nabove the local reference ellipsoid).",
32
+ domain: "http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing",
33
+ label: "altitude",
34
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
33
35
  property :lat,
34
- comment: "The WGS84 latitude of a SpatialThing (decimal degrees).".freeze,
35
- domain: "http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing".freeze,
36
- label: "latitude".freeze,
37
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
36
+ comment: "The WGS84 latitude of a SpatialThing (decimal degrees).",
37
+ domain: "http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing",
38
+ label: "latitude",
39
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
38
40
  property :lat_long,
39
- comment: "A comma-separated representation of a latitude, longitude coordinate.".freeze,
40
- label: "lat/long".freeze,
41
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
41
+ comment: "A comma-separated representation of a latitude, longitude coordinate.",
42
+ label: "lat/long",
43
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
42
44
  property :location,
43
- comment: "The relation between something and the point, \n or other geometrical thing in space, where it is. For example, the realtionship between\n a radio tower and a Point with a given lat and long.\n Or a relationship between a park and its outline as a closed arc of points, or a road and\n its location as a arc (a sequence of points).\n Clearly in practice there will be limit to the accuracy of any such statement, but one would expect\n an accuracy appropriate for the size of the object and uses such as mapping .\n ".freeze,
44
- label: "location".freeze,
45
- range: "http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing".freeze,
46
- subPropertyOf: "http://xmlns.com/foaf/0.1/based_near".freeze,
47
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
45
+ comment: "The relation between something and the point, \n or other geometrical thing in space, where it is. For example, the realtionship between\n a radio tower and a Point with a given lat and long.\n Or a relationship between a park and its outline as a closed arc of points, or a road and\n its location as a arc (a sequence of points).\n Clearly in practice there will be limit to the accuracy of any such statement, but one would expect\n an accuracy appropriate for the size of the object and uses such as mapping .\n ",
46
+ label: "location",
47
+ range: "http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing",
48
+ subPropertyOf: "http://xmlns.com/foaf/0.1/based_near",
49
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
48
50
  property :long,
49
- comment: "The WGS84 longitude of a SpatialThing (decimal degrees).".freeze,
50
- domain: "http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing".freeze,
51
- label: "longitude".freeze,
52
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
51
+ comment: "The WGS84 longitude of a SpatialThing (decimal degrees).",
52
+ domain: "http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing",
53
+ label: "longitude",
54
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
53
55
  end
54
56
  end
@@ -3,90 +3,92 @@
3
3
  # This file generated automatically using rdf vocabulary format from https://purl.org/geojson/vocab#
4
4
  require 'rdf'
5
5
  module RDF::Vocab
6
+ # Vocabulary for <https://purl.org/geojson/vocab#>
7
+ # @!visibility private
6
8
  GEOJSON = Class.new(RDF::StrictVocabulary("https://purl.org/geojson/vocab#")) do
7
9
 
8
10
  # Class definitions
9
11
  term :Feature,
10
- comment: "See RFC 7946 Section 3.2.".freeze,
11
- isDefinedBy: "http://purl.org/geojson/vocab#".freeze,
12
- label: "Feature".freeze,
13
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
12
+ comment: {en: "See RFC 7946 Section 3.2."},
13
+ isDefinedBy: "http://purl.org/geojson/vocab#",
14
+ label: {en: "Feature"},
15
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
14
16
  term :FeatureCollection,
15
- comment: "See RFC 7946 Section 3.3.".freeze,
16
- isDefinedBy: "http://purl.org/geojson/vocab#".freeze,
17
- label: "FeatureCollection".freeze,
18
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
17
+ comment: {en: "See RFC 7946 Section 3.3."},
18
+ isDefinedBy: "http://purl.org/geojson/vocab#",
19
+ label: {en: "FeatureCollection"},
20
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
19
21
  term :GeometryCollection,
20
- comment: "See RFC 7946 Section 3.1.8.".freeze,
21
- isDefinedBy: "http://purl.org/geojson/vocab#".freeze,
22
- label: "GeometryCollection".freeze,
23
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
22
+ comment: {en: "See RFC 7946 Section 3.1.8."},
23
+ isDefinedBy: "http://purl.org/geojson/vocab#",
24
+ label: {en: "GeometryCollection"},
25
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
24
26
  term :LineString,
25
- comment: "See RFC 7946 Section 3.1.4.".freeze,
26
- isDefinedBy: "http://purl.org/geojson/vocab#".freeze,
27
- label: "LineString".freeze,
28
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
27
+ comment: {en: "See RFC 7946 Section 3.1.4."},
28
+ isDefinedBy: "http://purl.org/geojson/vocab#",
29
+ label: {en: "LineString"},
30
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
29
31
  term :MultiLineString,
30
- comment: "See RFC 7946 Section 3.1.5.".freeze,
31
- isDefinedBy: "http://purl.org/geojson/vocab#".freeze,
32
- label: "MultiLineString".freeze,
33
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
32
+ comment: {en: "See RFC 7946 Section 3.1.5."},
33
+ isDefinedBy: "http://purl.org/geojson/vocab#",
34
+ label: {en: "MultiLineString"},
35
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
34
36
  term :MultiPoint,
35
- comment: "See RFC 7946 Section 3.1.3.".freeze,
36
- isDefinedBy: "http://purl.org/geojson/vocab#".freeze,
37
- label: "MultiPoint".freeze,
38
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
37
+ comment: {en: "See RFC 7946 Section 3.1.3."},
38
+ isDefinedBy: "http://purl.org/geojson/vocab#",
39
+ label: {en: "MultiPoint"},
40
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
39
41
  term :MultiPolygon,
40
- comment: "See RFC 7946 Section 3.1.7.".freeze,
41
- isDefinedBy: "http://purl.org/geojson/vocab#".freeze,
42
- label: "MultiPolygon".freeze,
43
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
42
+ comment: {en: "See RFC 7946 Section 3.1.7."},
43
+ isDefinedBy: "http://purl.org/geojson/vocab#",
44
+ label: {en: "MultiPolygon"},
45
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
44
46
  term :Point,
45
- comment: "See RFC 7946 Section 3.1.2.".freeze,
46
- isDefinedBy: "http://purl.org/geojson/vocab#".freeze,
47
- label: "Point".freeze,
48
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
47
+ comment: {en: "See RFC 7946 Section 3.1.2."},
48
+ isDefinedBy: "http://purl.org/geojson/vocab#",
49
+ label: {en: "Point"},
50
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
49
51
  term :Polygon,
50
- comment: "See RFC 7946 Section 3.1.6.".freeze,
51
- isDefinedBy: "http://purl.org/geojson/vocab#".freeze,
52
- label: "Polygon".freeze,
53
- type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
52
+ comment: {en: "See RFC 7946 Section 3.1.6."},
53
+ isDefinedBy: "http://purl.org/geojson/vocab#",
54
+ label: {en: "Polygon"},
55
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
54
56
 
55
57
  # Property definitions
56
58
  property :bbox,
57
- comment: "See RFC 7946 Section 5.".freeze,
58
- isDefinedBy: "http://purl.org/geojson/vocab#".freeze,
59
- label: "bbox".freeze,
60
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
59
+ comment: {en: "See RFC 7946 Section 5."},
60
+ isDefinedBy: "http://purl.org/geojson/vocab#",
61
+ label: {en: "bbox"},
62
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
61
63
  property :coordinates,
62
- comment: "RFC 7946 Section 3.1.1.".freeze,
63
- isDefinedBy: "http://purl.org/geojson/vocab#".freeze,
64
- label: "coordinates".freeze,
65
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
64
+ comment: {en: "RFC 7946 Section 3.1.1."},
65
+ isDefinedBy: "http://purl.org/geojson/vocab#",
66
+ label: {en: "coordinates"},
67
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
66
68
  property :features,
67
- comment: "RFC 7946 Section 3.3.".freeze,
68
- isDefinedBy: "http://purl.org/geojson/vocab#".freeze,
69
- label: "features".freeze,
70
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
69
+ comment: {en: "RFC 7946 Section 3.3."},
70
+ isDefinedBy: "http://purl.org/geojson/vocab#",
71
+ label: {en: "features"},
72
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
71
73
  property :geometry,
72
- comment: "RFC 7946 Section 3.2.".freeze,
73
- isDefinedBy: "http://purl.org/geojson/vocab#".freeze,
74
- label: "geometry".freeze,
75
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
74
+ comment: {en: "RFC 7946 Section 3.2."},
75
+ isDefinedBy: "http://purl.org/geojson/vocab#",
76
+ label: {en: "geometry"},
77
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
76
78
  property :id,
77
- comment: "RFC 7946 Section 3.2.".freeze,
78
- isDefinedBy: "http://purl.org/geojson/vocab#".freeze,
79
- label: "id".freeze,
80
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
79
+ comment: {en: "RFC 7946 Section 3.2."},
80
+ isDefinedBy: "http://purl.org/geojson/vocab#",
81
+ label: {en: "id"},
82
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
81
83
  property :properties,
82
- comment: "RFC 7946 Section 3.2.".freeze,
83
- isDefinedBy: "http://purl.org/geojson/vocab#".freeze,
84
- label: "properties".freeze,
85
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
84
+ comment: {en: "RFC 7946 Section 3.2."},
85
+ isDefinedBy: "http://purl.org/geojson/vocab#",
86
+ label: {en: "properties"},
87
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
86
88
  property :type,
87
- comment: "RFC 7946 Section 3.".freeze,
88
- isDefinedBy: "http://purl.org/geojson/vocab#".freeze,
89
- label: "type".freeze,
90
- type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
89
+ comment: {en: "RFC 7946 Section 3."},
90
+ isDefinedBy: "http://purl.org/geojson/vocab#",
91
+ label: {en: "type"},
92
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
91
93
  end
92
94
  end