This HTML5 document contains 5 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
ogcsfhttp://www.opengis.net/ont/sf#
rdfshttp://www.w3.org/2000/01/rdf-schema#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
xsdhhttp://www.w3.org/2001/XMLSchema#
n4http://www.opengis.net/ont/

Statements

Subject Item
ogcsf:MultiCurve
rdf:type
owl:Class
rdfs:subClassOf
ogcsf:GeometryCollection
rdfs:label
Multi Curve
rdfs:isDefinedBy
n4:sf
rdfs:comment
A MultiCurve is a 1-dimensional GeometryCollection whose elements are Curves. A MultiCurve defines a set of methods for its subclasses and is included for reasons of extensibility. A MultiCurve is simple if and only if all of its elements are simple and the only intersections between any two elements occur at Points that are on the boundaries of both elements. The boundary of a MultiCurve is obtained by applying the mod 2 union rule: A Point is in the boundary of a MultiCurve if it is in the boundaries of an odd number of elements of the MultiCurve. A MultiCurve is closed if all of its elements are closed. The boundary of a closed MultiCurve is always empty. A MultiCurve is defined as topologically closed.