@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.opengis.net/ont/sf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns1: <http://www.opengis.net/ont/> .
ns0:Curve
metadata_def:mappingLoom "curve" ;
metadata_def:mappingSameURI ns0:Curve ;
metadata_def:prefLabel "Curve" ;
metadata:prefixIRI "sf:Curve" ;
a owl:Class ;
rdfs:comment """
A Curve is a 1-dimensional geometric object usually stored as a sequence of Points, with the subtype of Curve specifying the form of the interpolation between Points. This specification defines only one subclass of Curve, LineString, which uses linear interpolation between Points.
A Curve is a 1-dimensional geometric object that is the homeomorphic image of a real, closed, interval.
A Curve is simple if it does not pass through the same Point twice with the possible exception of the two end
points.
A Curve is closed if its start Point is equal to its end Point.
The boundary of a closed Curve is empty.
A Curve that is simple and closed is a Ring.
The boundary of a non-closed Curve consists of its two end Points.
A Curve is defined as topologically closed, that is, it contains its endpoints f(a) and f(b).
"""@en ;
rdfs:isDefinedBy ns1:sf ;
rdfs:label "Curve"@en ;
rdfs:subClassOf ns0:Geometry .
ns0:LineString
rdfs:subClassOf ns0:Curve .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.opengis.net/ont/sf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns1: <http://www.opengis.net/ont/> .
ns0:Curve
metadata_def:mappingLoom "curve" ;
metadata_def:mappingSameURI ns0:Curve ;
metadata_def:prefLabel "Curve" ;
metadata:prefixIRI "sf:Curve" ;
a owl:Class ;
rdfs:comment """
A Curve is a 1-dimensional geometric object usually stored as a sequence of Points, with the subtype of Curve specifying the form of the interpolation between Points. This specification defines only one subclass of Curve, LineString, which uses linear interpolation between Points.
A Curve is a 1-dimensional geometric object that is the homeomorphic image of a real, closed, interval.
A Curve is simple if it does not pass through the same Point twice with the possible exception of the two end
points.
A Curve is closed if its start Point is equal to its end Point.
The boundary of a closed Curve is empty.
A Curve that is simple and closed is a Ring.
The boundary of a non-closed Curve consists of its two end Points.
A Curve is defined as topologically closed, that is, it contains its endpoints f(a) and f(b).
"""@en ;
rdfs:isDefinedBy ns1:sf ;
rdfs:label "Curve"@en ;
rdfs:subClassOf ns0:Geometry .
ns0:LineString
rdfs:subClassOf ns0:Curve .