34 lines
829 B
YAML
34 lines
829 B
YAML
id: https://nde.nl/ontology/hc/class/GeographicExtent
|
|
name: GeographicExtent
|
|
title: Geographic Extent Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
dcterms: http://purl.org/dc/terms/
|
|
|
|
default_prefix: hc
|
|
|
|
imports:
|
|
- linkml:types
|
|
- ../metadata
|
|
- ../slots/identified_by
|
|
- ../slots/has_label
|
|
classes:
|
|
GeographicExtent:
|
|
class_uri: dcterms:Location
|
|
description: >-
|
|
A geographic area defining the scope or extent (e.g., eligible countries).
|
|
|
|
**Ontology Alignment**:
|
|
- **Primary**: `dcterms:Location`
|
|
- **Close**: `schema:Place`
|
|
|
|
slots:
|
|
- has_label
|
|
- identified_by
|
|
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
specificity_score: 0.3
|
|
specificity_rationale: Geographic metadata.
|