lib/rdf/vocab/geojson.rb in rdf-vocab-2.2.9 vs lib/rdf/vocab/geojson.rb in rdf-vocab-3.0.0

- old
+ new

@@ -10,87 +10,87 @@ class GEOJSON < RDF::StrictVocabulary("https://purl.org/geojson/vocab#") # Class definitions term :Feature, comment: %(See RFC 7946 Section 3.2.).freeze, + isDefinedBy: "http://purl.org/geojson/vocab#".freeze, label: "Feature".freeze, - :"rdfs:isDefinedBy" => %(http://purl.org/geojson/vocab#).freeze, type: "rdfs:Class".freeze term :FeatureCollection, comment: %(See RFC 7946 Section 3.3.).freeze, + isDefinedBy: "http://purl.org/geojson/vocab#".freeze, label: "FeatureCollection".freeze, - :"rdfs:isDefinedBy" => %(http://purl.org/geojson/vocab#).freeze, type: "rdfs:Class".freeze term :GeometryCollection, comment: %(See RFC 7946 Section 3.1.8.).freeze, + isDefinedBy: "http://purl.org/geojson/vocab#".freeze, label: "GeometryCollection".freeze, - :"rdfs:isDefinedBy" => %(http://purl.org/geojson/vocab#).freeze, type: "rdfs:Class".freeze term :LineString, comment: %(See RFC 7946 Section 3.1.4.).freeze, + isDefinedBy: "http://purl.org/geojson/vocab#".freeze, label: "LineString".freeze, - :"rdfs:isDefinedBy" => %(http://purl.org/geojson/vocab#).freeze, type: "rdfs:Class".freeze term :MultiLineString, comment: %(See RFC 7946 Section 3.1.5.).freeze, + isDefinedBy: "http://purl.org/geojson/vocab#".freeze, label: "MultiLineString".freeze, - :"rdfs:isDefinedBy" => %(http://purl.org/geojson/vocab#).freeze, type: "rdfs:Class".freeze term :MultiPoint, comment: %(See RFC 7946 Section 3.1.3.).freeze, + isDefinedBy: "http://purl.org/geojson/vocab#".freeze, label: "MultiPoint".freeze, - :"rdfs:isDefinedBy" => %(http://purl.org/geojson/vocab#).freeze, type: "rdfs:Class".freeze term :MultiPolygon, comment: %(See RFC 7946 Section 3.1.7.).freeze, + isDefinedBy: "http://purl.org/geojson/vocab#".freeze, label: "MultiPolygon".freeze, - :"rdfs:isDefinedBy" => %(http://purl.org/geojson/vocab#).freeze, type: "rdfs:Class".freeze term :Point, comment: %(See RFC 7946 Section 3.1.2.).freeze, + isDefinedBy: "http://purl.org/geojson/vocab#".freeze, label: "Point".freeze, - :"rdfs:isDefinedBy" => %(http://purl.org/geojson/vocab#).freeze, type: "rdfs:Class".freeze term :Polygon, comment: %(See RFC 7946 Section 3.1.6.).freeze, + isDefinedBy: "http://purl.org/geojson/vocab#".freeze, label: "Polygon".freeze, - :"rdfs:isDefinedBy" => %(http://purl.org/geojson/vocab#).freeze, type: "rdfs:Class".freeze # Property definitions property :bbox, comment: %(See RFC 7946 Section 5.).freeze, + isDefinedBy: "http://purl.org/geojson/vocab#".freeze, label: "bbox".freeze, - :"rdfs:isDefinedBy" => %(http://purl.org/geojson/vocab#).freeze, type: "rdf:Property".freeze property :coordinates, comment: %(RFC 7946 Section 3.1.1.).freeze, + isDefinedBy: "http://purl.org/geojson/vocab#".freeze, label: "coordinates".freeze, - :"rdfs:isDefinedBy" => %(http://purl.org/geojson/vocab#).freeze, type: "rdf:Property".freeze property :features, comment: %(RFC 7946 Section 3.3.).freeze, + isDefinedBy: "http://purl.org/geojson/vocab#".freeze, label: "features".freeze, - :"rdfs:isDefinedBy" => %(http://purl.org/geojson/vocab#).freeze, type: "rdf:Property".freeze property :geometry, comment: %(RFC 7946 Section 3.2.).freeze, + isDefinedBy: "http://purl.org/geojson/vocab#".freeze, label: "geometry".freeze, - :"rdfs:isDefinedBy" => %(http://purl.org/geojson/vocab#).freeze, type: "rdf:Property".freeze property :id, comment: %(RFC 7946 Section 3.2.).freeze, + isDefinedBy: "http://purl.org/geojson/vocab#".freeze, label: "id".freeze, - :"rdfs:isDefinedBy" => %(http://purl.org/geojson/vocab#).freeze, type: "rdf:Property".freeze property :properties, comment: %(RFC 7946 Section 3.2.).freeze, + isDefinedBy: "http://purl.org/geojson/vocab#".freeze, label: "properties".freeze, - :"rdfs:isDefinedBy" => %(http://purl.org/geojson/vocab#).freeze, type: "rdf:Property".freeze property :type, comment: %(RFC 7946 Section 3.).freeze, + isDefinedBy: "http://purl.org/geojson/vocab#".freeze, label: "type".freeze, - :"rdfs:isDefinedBy" => %(http://purl.org/geojson/vocab#).freeze, type: "rdf:Property".freeze end end