id: https://nde.nl/ontology/hc/class/Geometry name: Geometry title: Geometry Class prefixes: linkml: https://w3id.org/linkml/ hc: https://nde.nl/ontology/hc/ geosparql: http://www.opengis.net/ont/geosparql# schema: http://schema.org/ default_prefix: hc imports: - linkml:types - ../slots/has_label - ../slots/has_description - ../slots/has_type - ../slots/has_format classes: Geometry: class_uri: geosparql:Geometry description: Spatial geometry representation, such as point, line, or polygon. exact_mappings: - geosparql:Geometry close_mappings: - schema:GeoShape slots: - has_label - has_description - has_type - has_format slot_usage: has_type: required: true has_format: required: true annotations: specificity_score: 0.35 specificity_rationale: Core geometric encoding object for geospatial data. custodian_types: '["*"]'