http://www.opengis.net/ont/geosparqlAn RDF/OWL vocabulary for representing spatial information
| URI | http://www.opengis.net/ont/geosparql#FeatureCollection |
|---|---|
| Is Defined By | http://www.opengis.net/spec/geosparql/1.1/req/core/feature-collection-class |
| Description |
A collection of individual Features. |
| Example(s) |
http://www.opengis.net/spec/geosparql/1.1/specification.html#C.1.1.6 |
| Super-classes |
Spatial Object Collectionc |
| Restrictions |
rdfs:member only Featurec |
| URI | http://www.opengis.net/ont/geosparql#GeometryCollection |
|---|---|
| Is Defined By | http://www.opengis.net/ont/geosparql# |
| Description |
A collection of individual Geometries. |
| Example(s) |
http://www.opengis.net/spec/geosparql/1.1/specification.html#C.1.1.7 |
| Super-classes |
Spatial Object Collectionc |
| Restrictions |
rdfs:member only Geometryc |
| URI | http://www.opengis.net/ont/geosparql#SpatialObjectCollection |
|---|---|
| Is Defined By | http://www.opengis.net/ont/geosparql# |
| Description |
A collection of individual Spatial Objects. |
| Super-classes |
rdfs:Containerc |
| Restrictions |
rdfs:member only Spatial Objectc |
| Sub-classes |
Feature Collectionc Geometry Collectionc |
| URI | http://www.opengis.net/ont/geosparql#defaultGeometry |
|---|---|
| Is Defined By | http://www.opengis.net/ont/geosparql# |
| Description |
The default Geometry to be used in spatial calculations. It is usually the most detailed Geometry. |
| Example(s) |
http://www.opengis.net/spec/geosparql/1.1/specification.html#C.1.2.2 http://www.opengis.net/spec/geosparql/1.1/specification.html#C.2.1 |
| Super-properties | has geometryop |
| Equivalent properties | has default geometryop |
| Domain(s) | Featurec |
| Range(s) | Geometryc |
| URI | http://www.opengis.net/ont/geosparql#ehContains |
|---|---|
| Is Defined By | http://www.opengis.net/ont/geosparql# |
| Description |
States that the subject SpatialObject spatially contains the object SpatialObject. DE-9IM: TTFFFF* |
| Domain(s) | Spatial Objectc |
| Range(s) | SpatialObjectc |
| URI | http://www.opengis.net/ont/geosparql#ehCoveredBy |
|---|---|
| Is Defined By | http://www.opengis.net/ont/geosparql# |
| Description |
States that the subject SpatialObject is spatially covered by the object SpatialObject. DE-9IM: TFFTFT* |
| Domain(s) | Spatial Objectc |
| Range(s) | SpatialObjectc |
| URI | http://www.opengis.net/ont/geosparql#ehCovers |
|---|---|
| Is Defined By | http://www.opengis.net/ont/geosparql# |
| Description |
States that the subject SpatialObject spatially covers the object SpatialObject. DE-9IM: TTFTFF* |
| Domain(s) | Spatial Objectc |
| Range(s) | SpatialObjectc |
| URI | http://www.opengis.net/ont/geosparql#ehDisjoint |
|---|---|
| Is Defined By | http://www.opengis.net/spec/geosparql/1.1/req/geometry-extension/eh-spatial-relations |
| Description |
States that the subject SpatialObject is spatially disjoint from the object SpatialObject. DE-9IM: FFFF*** |
| Equivalent properties | disjointop disconnectedop |
| Domain(s) | Spatial Objectc |
| Range(s) | SpatialObjectc |
| URI | http://www.opengis.net/ont/geosparql#ehEquals |
|---|---|
| Is Defined By | http://www.opengis.net/ont/geosparql# |
| Description |
States that the subject SpatialObject spatially equals the object SpatialObject. DE-9IM: TFFFTFFFT |
| Equivalent properties | equalsop equalsop |
| Domain(s) | Spatial Objectc |
| Range(s) | SpatialObjectc |
| URI | http://www.opengis.net/ont/geosparql#ehInside |
|---|---|
| Is Defined By | http://www.opengis.net/spec/geosparql/1.0/req/geometry-extension/eh-spatial-relations |
| Description |
States that the subject SpatialObject is spatially inside the object SpatialObject. DE-9IM: TFFFFT* |
| Domain(s) | Spatial Objectc |
| Range(s) | SpatialObjectc |
| URI | http://www.opengis.net/ont/geosparql#ehMeet |
|---|---|
| Is Defined By | http://www.opengis.net/spec/geosparql/1.1/req/geometry-extension/eh-spatial-relations |
| Description |
States that the subject SpatialObject spatially meets the object SpatialObject. DE-9IM: FT* ^ FT ^ FT**** |
| Equivalent properties | touchesop externally connectedop |
| Domain(s) | Spatial Objectc |
| Range(s) | SpatialObjectc |
| URI | http://www.opengis.net/ont/geosparql#ehOverlap |
|---|---|
| Is Defined By | http://www.opengis.net/ont/geosparql# |
| Description |
States that the subject SpatialObject spatially overlaps the object SpatialObject. DE-9IM: TTT |
| Equivalent properties | partially overlappingop overlapsop |
| Domain(s) | Spatial Objectc |
| Range(s) | SpatialObjectc |
| URI | http://www.opengis.net/ont/geosparql#hasArea |
|---|---|
| Is Defined By | http://www.opengis.net/ont/geosparql# |
| Description |
The area of a Spatial Object. |
| Example(s) |
http://www.opengis.net/spec/geosparql/1.1/specification.html#C.1.1.2.4 http://www.opengis.net/spec/geosparql/1.1/specification.html#C.1.2.2 |
| Super-properties | has sizeop |
| Domain(s) | Spatial Objectc |
| URI | http://www.opengis.net/ont/geosparql#hasBoundingBox |
|---|---|
| Is Defined By | http://www.opengis.net/ont/geosparql# |
| Description |
The minimum or smallest bounding or enclosing box of a given Feature. |
| Scope Notes |
The target is a Geometry that defines a rectilinear region whose edges are aligned with the axes of the coordinate reference system, which exactly contains the Feature, for example an instance of http://www.opengis.net/ont/sf#envelope. |
| Example(s) |
http://www.opengis.net/spec/geosparql/1.1/specification.html#C.1.2.2 |
| Super-properties | has geometryop |
| Domain(s) | Featurec |
| Range(s) | Geometryc |
| URI | http://www.opengis.net/ont/geosparql#hasCentroid |
|---|---|
| Is Defined By | http://www.opengis.net/ont/geosparql# |
| Description |
The arithmetic mean position of all the Geometry points of a given Feature. |
| Scope Notes |
The target Geometry shall describe a point, for example an instance of http://www.opengis.net/ont/sf#Point. |
| Example(s) |
http://www.opengis.net/spec/geosparql/1.1/specification.html#C.1.2.2 |
| Super-properties | has geometryop |
| Domain(s) | Featurec |
| Range(s) | Geometryc |
| URI | http://www.opengis.net/ont/geosparql#hasDefaultGeometry |
|---|---|
| Is Defined By | http://www.opengis.net/spec/geosparql/1.0/req/geometry-extension/feature-properties |
| Description |
The default Geometry to be used in spatial calculations. It is usually the most detailed Geometry. |
| Super-properties | has geometryop |
| Equivalent properties | default geometryop |
| Domain(s) | Featurec |
| Range(s) | Geometryc |
| URI | http://www.opengis.net/ont/geosparql#hasLength |
|---|---|
| Is Defined By | http://www.opengis.net/ont/geosparql# |
| Description |
The length of a Spatial Object. |
| Example(s) |
http://www.opengis.net/spec/geosparql/1.1/specification.html#C.1.1.2.7 http://www.opengis.net/spec/geosparql/1.1/specification.html#C.1.2.2 |
| Super-properties | has sizeop |
| Domain(s) | Spatial Objectc |
| URI | http://www.opengis.net/ont/geosparql#hasPerimeterLength |
|---|---|
| Is Defined By | http://www.opengis.net/ont/geosparql# |
| Description |
The length of the perimeter of a Spatial Object. |
| Example(s) |
http://www.opengis.net/spec/geosparql/1.1/specification.html#C.1.1.1.2 |
| Super-properties | has sizeop |
| Domain(s) | Spatial Objectc |
| URI | http://www.opengis.net/ont/geosparql#hasSize |
|---|---|
| Is Defined By | http://www.opengis.net/spec/geosparql/1.1/req/topology-vocab-extension/spatial-object-properties |
| Description |
Subproperties of this property are used to indicate the size of a Spatial Object as a measurement or estimate of one or more dimensions of the Spatial Object's spatial presence. |
| Domain(s) | Spatial Objectc |
| URI | http://www.opengis.net/ont/geosparql#hasSpatialAccuracy |
|---|---|
| Is Defined By | http://www.opengis.net/spec/geosparql/1.1/req/geometry-extension/geometry-properties |
| Description |
The positional accuracy of the coordinates of a Geometry. |
| Example(s) |
http://www.opengis.net/spec/geosparql/1.1/specification.html#C.1.2.3 |
| Domain(s) | Geometryc |
| URI | http://www.opengis.net/ont/geosparql#hasSpatialResolution |
|---|---|
| Is Defined By | http://www.opengis.net/ont/geosparql# |
| Description |
The spatial resolution of a Geometry. |
| Example(s) |
http://www.opengis.net/spec/geosparql/1.1/specification.html#C.1.2.2 |
| Domain(s) | Geometryc |
| URI | http://www.opengis.net/ont/geosparql#hasVolume |
|---|---|
| Is Defined By | http://www.opengis.net/ont/geosparql# |
| Description |
The volume of a three-dimensional Spatial Object. |
| Example(s) |
http://www.opengis.net/spec/geosparql/1.1/specification.html#C.1.2.2 |
| Super-properties | has sizeop |
| Domain(s) | Spatial Objectc |
| URI | http://www.opengis.net/ont/geosparql#rcc8dc |
|---|---|
| Is Defined By | http://www.opengis.net/spec/geosparql/1.1/req/topology-vocab-extension/rcc8-spatial-relations |
| Description |
States that the subject SpatialObject is spatially disjoint from the object SpatialObject. DE-9IM: FFTFFTTTT |
| Equivalent properties | disjointop disjointop |
| Domain(s) | Spatial Objectc |
| Range(s) | SpatialObjectc |
| URI | http://www.opengis.net/ont/geosparql#rcc8ec |
|---|---|
| Is Defined By | http://www.opengis.net/spec/geosparql/1.1/req/topology-vocab-extension/rcc8-spatial-relations |
| Description |
States that the subject SpatialObject spatially meets the object SpatialObject. DE-9IM: FFTFTTTTT |
| Equivalent properties | touchesop meetop |
| Domain(s) | Spatial Objectc |
| Range(s) | SpatialObjectc |
| URI | http://www.opengis.net/ont/geosparql#rcc8eq |
|---|---|
| Is Defined By | http://www.opengis.net/spec/geosparql/1.1/req/topology-vocab-extension/rcc8-spatial-relations |
| Description |
States that the subject SpatialObject spatially equals the object SpatialObject. DE-9IM: TFFFTFFFT |
| Equivalent properties | equalsop equalsop |
| Domain(s) | Spatial Objectc |
| Range(s) | SpatialObjectc |
| URI | http://www.opengis.net/ont/geosparql#rcc8ntpp |
|---|---|
| Is Defined By | http://www.opengis.net/spec/geosparql/1.1/req/topology-vocab-extension/rcc8-spatial-relations |
| Description |
States that the subject SpatialObject is spatially inside the object SpatialObject. DE-9IM: TFFTFFTTT |
| Domain(s) | Spatial Objectc |
| Range(s) | SpatialObjectc |
| URI | http://www.opengis.net/ont/geosparql#rcc8ntppi |
|---|---|
| Is Defined By | http://www.opengis.net/spec/geosparql/1.1/req/topology-vocab-extension/rcc8-spatial-relations |
| Description |
States that the subject SpatialObject spatially contains the object SpatialObject. DE-9IM: TTTFFTFFT |
| Domain(s) | Spatial Objectc |
| Range(s) | SpatialObjectc |
| URI | http://www.opengis.net/ont/geosparql#rcc8po |
|---|---|
| Is Defined By | http://www.opengis.net/spec/geosparql/1.1/req/topology-vocab-extension/rcc8-spatial-relations |
| Description |
States that the subject SpatialObject spatially overlaps the object SpatialObject. DE-9IM: TTTTTTTTT |
| Equivalent properties | overlapsop overlapop |
| Domain(s) | Spatial Objectc |
| Range(s) | SpatialObjectc |
| URI | http://www.opengis.net/ont/geosparql#rcc8tpp |
|---|---|
| Is Defined By | http://www.opengis.net/spec/geosparql/1.1/req/topology-vocab-extension/rcc8-spatial-relations |
| Description |
States that the subject SpatialObject is spatially covered by the object SpatialObject. DE-9IM: TFFTTFTTT |
| Domain(s) | Spatial Objectc |
| Range(s) | SpatialObjectc |
| URI | http://www.opengis.net/ont/geosparql#rcc8tppi |
|---|---|
| Is Defined By | http://www.opengis.net/spec/geosparql/1.1/req/topology-vocab-extension/rcc8-spatial-relations |
| Description |
States that the subject SpatialObject spatially covers the object SpatialObject. DE-9IM: TTTFTTFFT |
| Domain(s) | Spatial Objectc |
| Range(s) | SpatialObjectc |
| URI | http://www.opengis.net/ont/geosparql#sfContains |
|---|---|
| Is Defined By | http://www.opengis.net/spec/geosparql/1.1/req/topology-vocab-extension/rcc8-spatial-relations |
| Description |
States that the subject SpatialObject spatially contains the object SpatialObject. DE-9IM: T*FF* |
| Domain(s) | Spatial Objectc |
| Range(s) | SpatialObjectc |
| URI | http://www.opengis.net/ont/geosparql#sfCrosses |
|---|---|
| Is Defined By | http://www.opengis.net/ont/geosparql# |
| Description |
States that the subject SpatialObject spatially crosses the object SpatialObject. DE-9IM: TT* |
| Domain(s) | Spatial Objectc |
| Range(s) | SpatialObjectc |
| URI | http://www.opengis.net/ont/geosparql#sfDisjoint |
|---|---|
| Is Defined By | http://www.opengis.net/spec/geosparql/1.0/req/topology-vocab-extension/sf-spatial-relations |
| Description |
States that the subject SpatialObject is spatially disjoint from the object SpatialObject. DE-9IM: FFFF*** |
| Equivalent properties | disjointop disconnectedop |
| Domain(s) | Spatial Objectc |
| Range(s) | SpatialObjectc |
| URI | http://www.opengis.net/ont/geosparql#sfEquals |
|---|---|
| Is Defined By | http://www.opengis.net/spec/geosparql/1.0/req/topology-vocab-extension/sf-spatial-relations |
| Description |
States that the subject SpatialObject spatially equals the object SpatialObject. DE-9IM: TFFFTFFFT |
| Equivalent properties | equalsop equalsop |
| Domain(s) | Spatial Objectc |
| Range(s) | SpatialObjectc |
| URI | http://www.opengis.net/ont/geosparql#sfIntersects |
|---|---|
| Is Defined By | http://www.opengis.net/ont/geosparql# |
| Description |
States that the subject SpatialObject is not spatially disjoint from the object SpatialObject. DE-9IM: T* ^ T* ^ T ^ T** |
| Domain(s) | Spatial Objectc |
| Range(s) | SpatialObjectc |
| URI | http://www.opengis.net/ont/geosparql#sfOverlaps |
|---|---|
| Is Defined By | http://www.opengis.net/ont/geosparql# |
| Description |
States that the subject SpatialObject spatially overlaps the object SpatialObject. DE-9IM: TTT |
| Equivalent properties | partially overlappingop overlapop |
| Domain(s) | Spatial Objectc |
| Range(s) | SpatialObjectc |
| URI | http://www.opengis.net/ont/geosparql#sfTouches |
|---|---|
| Is Defined By | http://www.opengis.net/spec/geosparql/1.0/req/topology-vocab-extension/sf-spatial-relations |
| Description |
States that the subject SpatialObject spatially touches the object SpatialObject. DE-9IM: FT* ^ FT ^ FT**** |
| Equivalent properties | externally connectedop meetop |
| Domain(s) | Spatial Objectc |
| Range(s) | SpatialObjectc |
| URI | http://www.opengis.net/ont/geosparql#sfWithin |
|---|---|
| Is Defined By | http://www.opengis.net/ont/geosparql# |
| Description |
States that the subject SpatialObject is spatially within the object SpatialObject. DE-9IM: TFF** |
| Domain(s) | Spatial Objectc |
| Range(s) | SpatialObjectc |
| URI | http://www.opengis.net/ont/geosparql#asDGGS |
|---|---|
| Is Defined By | http://www.opengis.net/ont/geosparql# |
| Description |
The Discrete Global Grid System (DGGS) serialization of a Geometry |
| Example(s) |
http://www.opengis.net/spec/geosparql/1.1/specification.html#C.1.2.4 |
| Super-properties | has serializationdp |
| Domain(s) | Geometryc |
| Range(s) | dggsLiteralc |
| URI | http://www.opengis.net/ont/geosparql#asGML |
|---|---|
| Is Defined By | http://www.opengis.net/ont/geosparql# |
| Description |
The GML serialization of a Geometry |
| Example(s) |
http://www.opengis.net/spec/geosparql/1.1/specification.html#C.1.2.4 |
| Super-properties | has serializationdp |
| Domain(s) | Geometryc |
| Range(s) | gmlLiteralc |
| URI | http://www.opengis.net/ont/geosparql#asGeoJSON |
|---|---|
| Is Defined By | http://www.opengis.net/ont/geosparql# |
| Description |
The GeoJSON serialization of a Geometry |
| Example(s) |
http://www.opengis.net/spec/geosparql/1.1/specification.html#C.1.2.4 |
| Super-properties | has serializationdp |
| Domain(s) | Geometryc |
| Range(s) | geoJSONLiteralc |
| URI | http://www.opengis.net/ont/geosparql#asKML |
|---|---|
| Is Defined By | http://www.opengis.net/spec/geosparql/1.1/req/geometry-extension/geometry-as-kml-literal |
| Description |
The KML serialization of a Geometry |
| Example(s) |
http://www.opengis.net/spec/geosparql/1.1/specification.html#C.1.2.4 |
| Super-properties | has serializationdp |
| Domain(s) | Geometryc |
| Range(s) | kmlLiteralc |
| URI | http://www.opengis.net/ont/geosparql#coordinateDimension |
|---|---|
| Is Defined By | http://www.opengis.net/ont/geosparql# |
| Description |
The number of measurements or axes needed to describe the position of this Geometry in a coordinate system. |
| Example(s) |
http://www.opengis.net/spec/geosparql/1.1/specification.html#C.1.2.3 |
| Domain(s) | Geometryc |
| Range(s) | xsd:integerc |
| URI | http://www.opengis.net/ont/geosparql#dimension |
|---|---|
| Is Defined By | http://www.opengis.net/spec/geosparql/1.1/req/geometry-extension/geometry-properties |
| Description |
The topological dimension of this geometric object, which must be less than or equal to the coordinate dimension. In non-homogeneous collections, this will return the largest topological dimension of the contained objects. |
| Example(s) |
http://www.opengis.net/spec/geosparql/1.1/specification.html#C.1.2.3 |
| Domain(s) | Geometryc |
| Range(s) | xsd:integerc |
| URI | http://www.opengis.net/ont/geosparql#hasMetricArea |
|---|---|
| Is Defined By | http://www.opengis.net/ont/geosparql# |
| Description |
The area of a Spatial Object in square meters. |
| Example(s) |
http://www.opengis.net/spec/geosparql/1.1/specification.html#C.1.2.2 http://www.opengis.net/spec/geosparql/1.1/specification.html#C.1.1.2.3 http://www.opengis.net/spec/geosparql/1.1/specification.html#C.1.1.2.9 http://www.opengis.net/spec/geosparql/1.1/specification.html#C.1.1.3.3 |
| Super-properties | has metric sizedp |
| Domain(s) | Spatial Objectc |
| Range(s) | xsd:doublec |
| URI | http://www.opengis.net/ont/geosparql#hasMetricLength |
|---|---|
| Is Defined By | http://www.opengis.net/ont/geosparql# |
| Description |
The length of a Spatial Object in meters. |
| Example(s) |
http://www.opengis.net/spec/geosparql/1.1/specification.html#C.1.2.2 |
| Super-properties | has metric sizedp |
| Domain(s) | Spatial Objectc |
| Range(s) | xsd:doublec |
| URI | http://www.opengis.net/ont/geosparql#hasMetricPerimeterLength |
|---|---|
| Is Defined By | http://www.opengis.net/ont/geosparql# |
| Description |
The length of the perimeter of a Spatial Object in meters. |
| Example(s) |
http://www.opengis.net/spec/geosparql/1.1/specification.html#C.1.1.1.2 |
| Super-properties | has metric sizedp |
| Domain(s) | Spatial Objectc |
| Range(s) | xsd:doublec |
| URI | http://www.opengis.net/ont/geosparql#hasMetricSize |
|---|---|
| Is Defined By | http://www.opengis.net/ont/geosparql# |
| Description |
Subproperties of this property are used to indicate the size of a Spatial Object, as a measurement or estimate of one or more dimensions of the Spatial Object's spatial presence. Units are always metric (meter, square meter or cubic meter). |
| Domain(s) | Spatial Objectc |
| Range(s) | xsd:doublec |
| URI | http://www.opengis.net/ont/geosparql#hasMetricSpatialAccuracy |
|---|---|
| Is Defined By | http://www.opengis.net/spec/geosparql/1.1/req/geometry-extension/geometry-properties |
| Description |
The positional accuracy of the coordinates of a Geometry in meters. |
| Example(s) |
http://www.opengis.net/spec/geosparql/1.1/specification.html#C.1.2.3 |
| Domain(s) | Geometryc |
| Range(s) | xsd:doublec |
| URI | http://www.opengis.net/ont/geosparql#hasMetricSpatialResolution |
|---|---|
| Is Defined By | http://www.opengis.net/spec/geosparql/1.1/req/geometry-extension/geometry-properties |
| Description |
The spatial resolution of a Geometry in meters. |
| Example(s) |
http://www.opengis.net/spec/geosparql/1.1/specification.html#C.1.2.2 http://www.opengis.net/spec/geosparql/1.1/specification.html#C.1.1.2.6 |
| Domain(s) | Geometryc |
| Range(s) | xsd:doublec |
| URI | http://www.opengis.net/ont/geosparql#hasMetricVolume |
|---|---|
| Is Defined By | http://www.opengis.net/ont/geosparql# |
| Description |
The volume of a Spatial Object in cubic meters. |
| Example(s) |
http://www.opengis.net/spec/geosparql/1.1/specification.html#C.1.2.2 http://www.opengis.net/spec/geosparql/1.1/specification.html#C.1.1.2.9 |
| Super-properties | has metric sizedp |
| Domain(s) | Spatial Objectc |
| Range(s) | xsd:doublec |
| URI | http://www.opengis.net/ont/geosparql#hasSerialization |
|---|---|
| Is Defined By | http://www.opengis.net/ont/geosparql# |
| Description |
Connects a Geometry object with its text-based serialization. |
| Example(s) |
http://www.opengis.net/spec/geosparql/1.1/specification.html#C.1.2.3 |
| Domain(s) | Geometryc |
| Range(s) | rdfs:Literalc |
| URI | http://www.opengis.net/ont/geosparql#isEmpty |
|---|---|
| Is Defined By | http://www.opengis.net/spec/geosparql/1.1/req/geometry-extension/geometry-properties |
| Description |
(true) if this geometric object is the empty Geometry. If true, then this geometric object represents the empty point set for the coordinate space. |
| Example(s) |
http://www.opengis.net/spec/geosparql/1.1/specification.html#C.1.2.3 |
| Domain(s) | Geometryc |
| Range(s) | xsd:booleanc |
| URI | http://www.opengis.net/ont/geosparql#isSimple |
|---|---|
| Is Defined By | http://www.opengis.net/ont/geosparql# |
| Description |
(true) if this geometric object has no anomalous geometric points, such as self intersection or self tangency. |
| Example(s) |
http://www.opengis.net/spec/geosparql/1.1/specification.html#C.1.2.3 |
| Domain(s) | Geometryc |
| Range(s) | xsd:booleanc |
| URI | http://www.opengis.net/ont/geosparql#spatialDimension |
|---|---|
| Is Defined By | http://www.opengis.net/ont/geosparql# |
| Description |
The number of measurements or axes needed to describe the spatial position of this Geometry in a coordinate system. |
| Example(s) |
http://www.opengis.net/spec/geosparql/1.1/specification.html#C.1.2.3 |
| Domain(s) | Geometryc |
| Range(s) | xsd:integerc |
http://www.opengis.net/ont/geosparql#https://brickschema.org/schema/Brick#http://www.w3.org/ns/csvw#http://dbpedia.org/resource/http://purl.org/dc/elements/1.1/http://purl.org/dc/dcam/http://www.w3.org/ns/dcat#http://purl.org/dc/dcmitype/http://purl.org/dc/terms/http://usefulinc.com/ns/doap#http://xmlns.com/foaf/0.1/http://www.w3.org/ns/odrl/2/http://www.w3.org/ns/org#http://www.w3.org/2002/07/owl#http://www.w3.org/ns/dx/prof/http://www.w3.org/ns/prov#http://purl.org/linked-data/cube#http://www.w3.org/1999/02/22-rdf-syntax-ns#http://www.w3.org/2000/01/rdf-schema#https://schema.org/http://www.w3.org/ns/shacl#http://www.w3.org/2004/02/skos/core#http://www.w3.org/ns/sosa/http://www.opengis.net/spec/geosparql/1.1/specification.html#http://www.w3.org/ns/ssn/http://www.w3.org/2006/time#http://purl.org/vocab/vann/http://rdfs.org/ns/void#https://www.w3.org/2003/01/geo/wgs84_pos#http://www.w3.org/2001/XMLSchema#| c | Classes |
| op | Object Properties |
| fp | Functional Properties |
| dp | Data Properties |
| ap | Annotation Properties |
| p | Properties |
| ni | Named Individuals |