Class: RDF::Vocab::GEOJSON

Inherits:
StrictVocabulary
  • Object
show all
Defined in:
lib/rdf/vocab/geojson.rb

Overview

Vocabulary for <purl.org/geojson/vocab#>

Instance Attribute Summary collapse

Instance Attribute Details

#bboxRDF::Vocabulary::Term (readonly)

See RFC 7946 Section 5.

Returns:

  • (RDF::Vocabulary::Term)


42
43
44
# File 'lib/rdf/vocab/geojson.rb', line 42

def bbox
  @bbox
end

#coordinatesRDF::Vocabulary::Term (readonly)

RFC 7946 Section 3.1.1.

Returns:

  • (RDF::Vocabulary::Term)


46
47
48
# File 'lib/rdf/vocab/geojson.rb', line 46

def coordinates
  @coordinates
end

#FeatureRDF::Vocabulary::Term (readonly)

See RFC 7946 Section 3.2.

Returns:

  • (RDF::Vocabulary::Term)


6
7
8
# File 'lib/rdf/vocab/geojson.rb', line 6

def Feature
  @Feature
end

#FeatureCollectionRDF::Vocabulary::Term (readonly)

See RFC 7946 Section 3.3.

Returns:

  • (RDF::Vocabulary::Term)


10
11
12
# File 'lib/rdf/vocab/geojson.rb', line 10

def FeatureCollection
  @FeatureCollection
end

#featuresRDF::Vocabulary::Term (readonly)

RFC 7946 Section 3.3.

Returns:

  • (RDF::Vocabulary::Term)


50
51
52
# File 'lib/rdf/vocab/geojson.rb', line 50

def features
  @features
end

#geometryRDF::Vocabulary::Term (readonly)

RFC 7946 Section 3.2.

Returns:

  • (RDF::Vocabulary::Term)


54
55
56
# File 'lib/rdf/vocab/geojson.rb', line 54

def geometry
  @geometry
end

#GeometryCollectionRDF::Vocabulary::Term (readonly)

See RFC 7946 Section 3.1.8.

Returns:

  • (RDF::Vocabulary::Term)


14
15
16
# File 'lib/rdf/vocab/geojson.rb', line 14

def GeometryCollection
  @GeometryCollection
end

#idRDF::Vocabulary::Term (readonly)

RFC 7946 Section 3.2.

Returns:

  • (RDF::Vocabulary::Term)


58
59
60
# File 'lib/rdf/vocab/geojson.rb', line 58

def id
  @id
end

#LineStringRDF::Vocabulary::Term (readonly)

See RFC 7946 Section 3.1.4.

Returns:

  • (RDF::Vocabulary::Term)


18
19
20
# File 'lib/rdf/vocab/geojson.rb', line 18

def LineString
  @LineString
end

#MultiLineStringRDF::Vocabulary::Term (readonly)

See RFC 7946 Section 3.1.5.

Returns:

  • (RDF::Vocabulary::Term)


22
23
24
# File 'lib/rdf/vocab/geojson.rb', line 22

def MultiLineString
  @MultiLineString
end

#MultiPointRDF::Vocabulary::Term (readonly)

See RFC 7946 Section 3.1.3.

Returns:

  • (RDF::Vocabulary::Term)


26
27
28
# File 'lib/rdf/vocab/geojson.rb', line 26

def MultiPoint
  @MultiPoint
end

#MultiPolygonRDF::Vocabulary::Term (readonly)

See RFC 7946 Section 3.1.7.

Returns:

  • (RDF::Vocabulary::Term)


30
31
32
# File 'lib/rdf/vocab/geojson.rb', line 30

def MultiPolygon
  @MultiPolygon
end

#PointRDF::Vocabulary::Term (readonly)

See RFC 7946 Section 3.1.2.

Returns:

  • (RDF::Vocabulary::Term)


34
35
36
# File 'lib/rdf/vocab/geojson.rb', line 34

def Point
  @Point
end

#PolygonRDF::Vocabulary::Term (readonly)

See RFC 7946 Section 3.1.6.

Returns:

  • (RDF::Vocabulary::Term)


38
39
40
# File 'lib/rdf/vocab/geojson.rb', line 38

def Polygon
  @Polygon
end

#propertiesRDF::Vocabulary::Term (readonly)

RFC 7946 Section 3.2.

Returns:

  • (RDF::Vocabulary::Term)


62
63
64
# File 'lib/rdf/vocab/geojson.rb', line 62

def properties
  @properties
end

#typeRDF::Vocabulary::Term (readonly)

RFC 7946 Section 3.

Returns:

  • (RDF::Vocabulary::Term)


66
67
68
# File 'lib/rdf/vocab/geojson.rb', line 66

def type
  @type
end