glam/schemas/20251121/linkml/modules/classes/CITESAppendix.yaml
kempersc ca4a54181e Refactor schema files to improve clarity and maintainability
- Updated WorldCatIdentifier.yaml to remove unnecessary description and ensure consistent formatting.
- Enhanced WorldHeritageSite.yaml by breaking long description into multiple lines for better readability and removed unused attributes.
- Simplified WritingSystem.yaml by removing redundant attributes and ensuring consistent formatting.
- Cleaned up XPathScore.yaml by removing unnecessary attributes and ensuring consistent formatting.
- Improved YoutubeChannel.yaml by breaking long description into multiple lines for better readability.
- Enhanced YoutubeEnrichment.yaml by breaking long description into multiple lines for better readability.
- Updated YoutubeVideo.yaml to break long description into multiple lines and removed legacy field name.
- Refined has_or_had_affiliation.yaml by removing unnecessary comments and ensuring clarity.
- Cleaned up is_or_was_retrieved_at.yaml by removing unnecessary comments and ensuring clarity.
- Added rules for generic slots and avoiding rough edits in schema files to maintain structural integrity.
- Introduced changes_or_changed_through.yaml to define a new slot for linking entities to change events.
2026-01-31 00:46:23 +01:00

79 lines
3.6 KiB
YAML

id: https://nde.nl/ontology/hc/class/CITESAppendix
name: CITESAppendix
title: CITES Appendix Class
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
dcterms: http://purl.org/dc/terms/
prov: http://www.w3.org/ns/prov#
crm: http://www.cidoc-crm.org/cidoc-crm/
rdfs: http://www.w3.org/2000/01/rdf-schema#
org: http://www.w3.org/ns/org#
xsd: http://www.w3.org/2001/XMLSchema#
imports:
- linkml:types
- ../metadata
- ../slots/has_or_had_label
- ../slots/has_or_had_type
- ../slots/is_or_was_effective_at
default_prefix: hc
classes:
CITESAppendix:
class_uri: hc:CITESAppendix
description: "CITES (Convention on International Trade in Endangered Species) appendix listing for biological specimens.\nCITES regulates international trade in specimens of wild animals and plants to ensure their survival. Species are listed in one of three appendices based on the degree of protection needed.\n**Appendix Levels**:\n| Appendix | Protection Level | Trade Status | |----------|------------------|--------------| | APPENDIX_I | Highest | Trade prohibited (except non-commercial) | | APPENDIX_II | Moderate | Trade regulated with permits | | APPENDIX_III | Lowest | Trade monitored by request of a Party | | NOT_LISTED | None | Not regulated under CITES |\n**Temporal Considerations**:\nSpecies may move between appendices as their conservation status changes. The listing date is important for determining legal status at time of specimen acquisition.\n**Legal Significance**:\nFor heritage collections, CITES status affects: - Loan agreements between institutions - Specimen transfers\
\ and acquisitions - Import/export permit requirements - Documentation and provenance requirements\n**Example**: ```yaml is_or_was_listed_in:\n has_or_had_type: APPENDIX_I\n has_or_had_label: \"CITES Appendix I - Most Endangered\"\n listing_effective_date: \"1975-07-01\"\n listing_authority: \"CITES Secretariat\"\n species_covered: \"Raphus cucullatus\"\n```"
slots:
- has_or_had_type
- has_or_had_label
slot_usage:
has_or_had_type:
range: string
required: true
pattern: ^(APPENDIX_I|APPENDIX_II|APPENDIX_III|NOT_LISTED)$
examples:
- value: APPENDIX_I
- value: APPENDIX_II
- value: APPENDIX_III
- value: NOT_LISTED
has_or_had_label:
range: string
required: false
examples:
- value: CITES Appendix I - Trade Prohibited
- value: CITES Appendix II - Trade Regulated
attributes:
is_or_was_effective_at:
range: date
required: false
examples:
- value: '1975-07-01'
- value: '2019-08-28'
- value: CITES Secretariat
- value: CoP18 Decision 18.219
- value: Raphus cucullatus
- value: Elephantidae
- value: true
- value: false
- value: Pre-Convention specimens exempt with documentation
- value: Captive-bred specimens listed as Appendix II
exact_mappings:
- hc:CITESAppendix
close_mappings:
- schema:PropertyValue
see_also:
- https://cites.org/eng/app/appendices.php
- https://speciesplus.net/
examples:
- value:
has_or_had_type: APPENDIX_I
has_or_had_label: CITES Appendix I - Most Endangered
is_or_was_effective_at: '1975-07-01'
- value:
has_or_had_type: NOT_LISTED
has_or_had_label: Not regulated under CITES
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"