NeoGeo Geometry Ontology

IRI:
http://geovocab.org/geometry
Imported Ontologies:
http://geovocab.org/mappings/geometry (visualise it with LODE)
Other visualisation:
Ontology source

Abstract

A vocabulary for describing geographical regions in RDF. $Id: geometry# 81 2012-02-05 11:06:49Z non88sense@gmail.com $

Table of Content

  1. Classes
  2. Object Properties
  3. Data Properties
  4. Annotation Properties
  5. Namespace Declarations

Classes

Bounding Boxc back to ToC or Class ToC

IRI: http://geovocab.org/geometry#BoundingBox

Represents a bounding box composed by four line segments.
has super-classes
Geometryc
is in range of
bounding boxop

Geometryc back to ToC or Class ToC

IRI: http://geovocab.org/geometry#Geometry

Super-class grouping all geometrical representations (also ones in non-RDF formats, such as KML, GML, WKT...).
has sub-classes
Bounding Boxc, Geometry Collectionc, LineStringc, Polygonc
is in domain of
bounding boxop
is in range of
geometryop

Geometry Collectionc back to ToC or Class ToC

IRI: http://geovocab.org/geometry#GeometryCollection

Super-class grouping all composite geometrical representations.
has super-classes
Geometryc
has sub-classes
MultiLineStringc, MultiPointc, MultiPolygonc

LinearRingc back to ToC or Class ToC

IRI: http://geovocab.org/geometry#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.
has super-classes
LineStringc
is in range of
boundaryop, exteriorop, interiorop

LineStringc back to ToC or Class ToC

IRI: http://geovocab.org/geometry#LineString

Represents a series of points connected by straight lines.
has super-classes
Geometryc
has sub-classes
LinearRingc
is in domain of
position listop
is in range of
LineString memberop, part ofop

MultiLineStringc back to ToC or Class ToC

IRI: http://geovocab.org/geometry#MultiLineString

Describes a geometric shape composed of several LineString resources.
has super-classes
Geometry Collectionc
is in domain of
LineString memberop

MultiPointc back to ToC or Class ToC

IRI: http://geovocab.org/geometry#MultiPoint

Describes a collection of Point resources, which define a resource's geometric representation.
has super-classes
Geometry Collectionc
is in domain of
Point memberop

MultiPolygonc back to ToC or Class ToC

IRI: http://geovocab.org/geometry#MultiPolygon

Describes a geometric shape composed of several Polygon resources.
has super-classes
Geometry Collectionc
is in domain of
Polygon memberop

Pointc back to ToC or Class ToC

IRI: http://www.w3.org/2003/01/geo/wgs84_pos#Point

is in domain of
part ofop
is in range of
Point memberop

Polygonc back to ToC or Class ToC

IRI: http://geovocab.org/geometry#Polygon

A closed area defined by an exterior boundary, and optionally one or more interior boundaries.
has super-classes
Geometryc
exteriorop exactly 1 LinearRingc
interiorop some LinearRingc
is in domain of
boundaryop, exteriorop, interiorop
is in range of
Polygon memberop

Object Properties

boundaryop back to ToC or Object Property ToC

IRI: http://geovocab.org/geometry#boundary

Super-property that groups all properties defining a polygon's boundaries.
has sub-properties
exteriorop, interiorop
has domain
Polygonc
has range
LinearRingc

bounding boxop back to ToC or Object Property ToC

IRI: http://geovocab.org/geometry#bbox

Relates a Geometry to its Bounding Box.
has domain
Geometryc
has range
Bounding Boxc

exteriorop back to ToC or Object Property ToC

IRI: http://geovocab.org/geometry#exterior

Defines a polygon's outer boundary.
has super-properties
boundaryop
has domain
Polygonc
has range
LinearRingc

geometryop back to ToC or Object Property ToC

IRI: http://geovocab.org/geometry#geometry

Relates a resource to its geometric shape.
has range
Geometryc

interiorop back to ToC or Object Property ToC

IRI: http://geovocab.org/geometry#interior

Defines an polygon's boundary within its outer boundary, i.e. a polygon with 'holes' in it.
has super-properties
boundaryop
has domain
Polygonc
has range
LinearRingc

LineString memberop back to ToC or Object Property ToC

IRI: http://geovocab.org/geometry#lineStringMember

Links a LineString simple geometry to a MultiLineString composite geometry.
has domain
MultiLineStringc
has range
LineStringc

part ofop back to ToC or Object Property ToC

IRI: http://geovocab.org/geometry#partOf

Relates a point to a geometric shape's boundary.
has domain
Pointc
has range
LineStringc

Point memberop back to ToC or Object Property ToC

IRI: http://geovocab.org/geometry#pointMember

Links a Point simple geometry to a MultiPoint composite Geometry.
has domain
MultiPointc
has range
Pointc

Polygon memberop back to ToC or Object Property ToC

IRI: http://geovocab.org/geometry#polygonMember

Links a Polygon simple geometry to a MultiPolygon composite geometry.
has domain
MultiPolygonc
has range
Polygonc

position listop back to ToC or Object Property ToC

IRI: http://geovocab.org/geometry#posList

Relates a LineString or LinearRing to the points that define them.
has domain
LineStringc

Data Properties

As WKTdp back to ToC or Data Property ToC

IRI: http://geovocab.org/geometry#asWKT

WKT serialization of the geometry.

Annotation Properties

term statusap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2003/06/sw-vocab-status/ns#term_status

Namespace Declarations back to ToC

default namespace
http://geovocab.org/geometry#
geovocab-org
http://geovocab.org/
mappings
http://geovocab.org/mappings/
ns
http://www.w3.org/2003/06/sw-vocab-status/ns#
owl
http://www.w3.org/2002/07/owl#
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
wgs84-pos
http://www.w3.org/2003/01/geo/wgs84_pos#
xsd
http://www.w3.org/2001/XMLSchema#

This HTML document was obtained by processing the OWL ontology source code through LODE, Live OWL Documentation Environment, developed by Silvio Peroni.