From 9fb24a58657606e4e2035a0b75d0119237c62ef8 Mon Sep 17 00:00:00 2001 From: Timo Date: Fri, 12 Jul 2024 16:17:51 +0200 Subject: [PATCH] Update geo.ttl --- vocabularies/geo.ttl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/vocabularies/geo.ttl b/vocabularies/geo.ttl index 866c072df..d940e09c4 100644 --- a/vocabularies/geo.ttl +++ b/vocabularies/geo.ttl @@ -1050,6 +1050,20 @@ PREFIX xsd: spec11:C.1.1.6 ; . +:Intersection + a rdfs:Class, owl:Class ; + rdfs:subClassOf :Feature ; + skos:definition """A feature which is comprised of the fractions of at least two other features"""@en ; + skos:prefLabel "Intersection Feature"@en ; +. + +:IntersectionGeometry + a rdfs:Class, owl:Class ; + rdfs:subClassOf :Geometry ; + skos:definition """A geometry which comprises the intersection of at least two other different geometries"""@en ; + skos:prefLabel "Intersection Geometry"@en ; +. + :Geometry a rdfs:Class, owl:Class ; rdfs:subClassOf :SpatialObject ;