NeoGeo Geometry Ontology
A vocabulary for describing geographical regions in RDF. $Id: geometry# 81 2012-02-05 11:06:49Z non88sense@gmail.com $
Classes
Bounding Box
Represents a bounding box composed by four line segments.
Geometry
Super-class grouping all geometrical representations (also ones in non-RDF formats, such as KML, GML, WKT...).
Geometry Collection
Super-class grouping all composite geometrical representations.
LineString
Represents a series of points connected by straight lines.
LinearRing
Represents a series of points connected by straight lines, which form a closed shape. Last point must be the same as the first point.
MultiLineString
Describes a geometric shape composed of several LineString resources.
MultiPoint
Describes a collection of Point resources, which define a resource's geometric representation.
MultiPolygon
Describes a geometric shape composed of several Polygon resources.
Polygon
A closed area defined by an exterior boundary, and optionally one or more interior boundaries.
Datatype Properties
As WKT
WKT serialization of the geometry.
Object Properties
bounding box
Relates a Geometry to its Bounding Box.
boundary
Super-property that groups all properties defining a polygon's boundaries.
exterior
Defines a polygon's outer boundary.
geometry
Relates a resource to its geometric shape.
interior
Defines an polygon's boundary within its outer boundary, i.e. a polygon with 'holes' in it.
LineString member
Links a LineString simple geometry to a MultiLineString composite geometry.
part of
Relates a point to a geometric shape's boundary.
Point member
Links a Point simple geometry to a MultiPoint composite Geometry.
Polygon member
Links a Polygon simple geometry to a MultiPolygon composite geometry.
position list
Relates a LineString or LinearRing to the points that define them.