Refactor schema slots across multiple classes to improve consistency and clarity
- Removed unused slots from TaxonomicAuthority, TechnicalFeature, TelevisionArchive, TentativeWorldHeritageSite, Threat, TimeSpan, Title, TradeRegister, TradeUnionArchive, TradeUnionArchiveRecordSetType, TransferEvent, UNESCODomain, UnitIdentifier, UniversityArchive, UnspecifiedType, UserCommunity, Venue, Vereinsarchiv, Verlagsarchiv, VerlagsarchivRecordSetType, Version, Verwaltungsarchiv, VideoAnnotationTypes, VideoAudioAnnotation, VideoFrame, VideoPost, VideoSubtitle, VideoTextContent, Warehouse, WebArchive, WebClaim, WebClaimsBlock, WebLink, WebPortal, WebPortalTypes, WomensArchives, WordCount, WorldHeritageSite, WritingSystem, and XPathScore. - Introduced new slot is_or_was_retrieved_at for tracking data retrieval timestamps.
This commit is contained in:
parent
56a7001e45
commit
4034c2a00a
352 changed files with 59 additions and 1076 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"generated": "2026-01-30T23:21:50.921Z",
|
||||
"generated": "2026-01-30T23:22:16.389Z",
|
||||
"schemaRoot": "/schemas/20251121/linkml",
|
||||
"totalFiles": 3003,
|
||||
"categoryCounts": {
|
||||
|
|
|
|||
|
|
@ -36,6 +36,8 @@ imports:
|
|||
- modules/metadata
|
||||
- modules/slots/has_or_had_description
|
||||
- modules/slots/has_or_had_label
|
||||
- modules/slots/has_or_had_affiliation
|
||||
- modules/slots/is_or_was_retrieved_at
|
||||
# collection_description ARCHIVED (2026-01-18) - migrated to has_or_had_description (Rule 53)
|
||||
# collection_name ARCHIVED (2026-01-18) - migrated to has_or_had_label (Rule 53)
|
||||
# collection_scope ARCHIVED (2026-01-18) - migrated to has_or_had_scope + CollectionScope (Rule 53)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"generated": "2026-01-30T23:22:16.389Z",
|
||||
"generated": "2026-01-30T23:28:10.160Z",
|
||||
"schemaRoot": "/schemas/20251121/linkml",
|
||||
"totalFiles": 3003,
|
||||
"categoryCounts": {
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ prefixes:
|
|||
wd: http://www.wikidata.org/entity/
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/dual_class_link
|
||||
- ../slots/has_or_had_hypernym
|
||||
- ../slots/has_or_had_identifier
|
||||
- ../slots/has_or_had_label
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ prefixes:
|
|||
wd: http://www.wikidata.org/entity/
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/dual_class_link
|
||||
- ../slots/has_or_had_scope
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/has_or_had_type
|
||||
|
|
|
|||
|
|
@ -12,12 +12,10 @@ imports:
|
|||
- linkml:types
|
||||
- ../enums/AccessTypeEnum
|
||||
- ../metadata
|
||||
- ../slots/has_or_had_condition_of_access
|
||||
- ../slots/has_or_had_description
|
||||
- ../slots/has_or_had_frequency
|
||||
- ../slots/has_or_had_type
|
||||
- ../slots/has_or_had_user_category
|
||||
- ../slots/is_digital_access
|
||||
- ../slots/temporal_extent
|
||||
- ./Frequency
|
||||
- ./TimeSpan
|
||||
|
|
|
|||
|
|
@ -15,8 +15,6 @@ imports:
|
|||
- linkml:types
|
||||
- ../slots/credentials_required
|
||||
- ../slots/cultural_protocol_url
|
||||
- ../slots/fee_required
|
||||
- ../slots/has_or_had_condition_of_access
|
||||
- ../slots/has_or_had_description
|
||||
- ../slots/has_or_had_embargo_end_date
|
||||
- ../slots/has_or_had_embargo_reason
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@ prefixes:
|
|||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/has_or_had_amount
|
||||
classes:
|
||||
AcquisitionBudget:
|
||||
class_uri: schema:MonetaryAmount
|
||||
|
|
|
|||
|
|
@ -15,9 +15,6 @@ default_prefix: hc
|
|||
imports:
|
||||
- linkml:types
|
||||
- ../metadata
|
||||
- ../slots/has_activity_identifier
|
||||
- ../slots/has_activity_status
|
||||
- ../slots/has_or_had_activity_type
|
||||
- ../slots/has_or_had_description
|
||||
- ../slots/has_or_had_identifier
|
||||
- ../slots/has_or_had_label
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ prefixes:
|
|||
imports:
|
||||
- linkml:types
|
||||
- ../slots/country_name
|
||||
- ../slots/geonames_id
|
||||
- ../slots/has_or_had_label
|
||||
- ../slots/has_or_had_section
|
||||
- ../slots/has_or_had_type
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ imports:
|
|||
- ../classes/Description
|
||||
- ../classes/Identifier
|
||||
- ../classes/Label
|
||||
- ../slots/has_or_had_access_restriction
|
||||
- ../slots/has_or_had_description
|
||||
- ../slots/has_or_had_function
|
||||
- ../slots/has_or_had_identifier
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@ prefixes:
|
|||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/has_or_had_amount
|
||||
classes:
|
||||
AdmissionFee:
|
||||
class_uri: schema:PriceSpecification
|
||||
|
|
|
|||
|
|
@ -2,39 +2,20 @@ id: https://nde.nl/ontology/hc/class/Alignment
|
|||
name: alignment_class
|
||||
title: Alignment Class
|
||||
description: 'Represents positioning or alignment information for content elements.
|
||||
|
||||
|
||||
**USE CASES**:
|
||||
|
||||
- Caption/subtitle positioning (top, bottom, left, right)
|
||||
|
||||
- Text alignment within containers
|
||||
|
||||
- Visual element placement in layouts
|
||||
|
||||
|
||||
**PROPERTIES**:
|
||||
|
||||
- horizontal_alignment: left, center, right, justify
|
||||
|
||||
- vertical_alignment: top, middle, bottom
|
||||
|
||||
- position_value: Numeric or named position value
|
||||
|
||||
|
||||
**RELATIONSHIP TO Caption**:
|
||||
|
||||
Alignment can be used with Caption to specify where subtitles appear
|
||||
|
||||
on screen (e.g., bottom-center is typical default).
|
||||
|
||||
'
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/horizontal_alignment
|
||||
- ../slots/position_unit
|
||||
- ../slots/position_value
|
||||
- ../slots/vertical_alignment
|
||||
prefixes:
|
||||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
|
|
@ -44,9 +25,7 @@ classes:
|
|||
Alignment:
|
||||
class_uri: hc:Alignment
|
||||
description: 'Positioning or alignment information for content elements.
|
||||
|
||||
Captures horizontal alignment, vertical alignment, and position values.
|
||||
|
||||
'
|
||||
slots:
|
||||
- horizontal_alignment
|
||||
|
|
|
|||
|
|
@ -15,9 +15,6 @@ imports:
|
|||
- linkml:types
|
||||
- ../enums/AppellationTypeEnum
|
||||
- ../metadata
|
||||
- ../slots/has_appellation_language
|
||||
- ../slots/has_appellation_type
|
||||
- ../slots/has_appellation_value
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/is_or_was_alternative_form_of
|
||||
- ../slots/specificity_annotation
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@ prefixes:
|
|||
org: http://www.w3.org/ns/org#
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/has_applicable_country
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/has_or_had_type
|
||||
- ../slots/is_or_was_applicable_in
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ prefixes:
|
|||
linkml: https://w3id.org/linkml/
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/dual_class_link
|
||||
- ../slots/has_or_had_scope
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/has_or_had_type
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ prefixes:
|
|||
linkml: https://w3id.org/linkml/
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/dual_class_link
|
||||
- ../slots/has_or_had_scope
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/has_or_had_type
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ prefixes:
|
|||
linkml: https://w3id.org/linkml/
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/dual_class_link
|
||||
- ../slots/has_or_had_scope
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/has_or_had_type
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ prefixes:
|
|||
linkml: https://w3id.org/linkml/
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/dual_class_link
|
||||
- ../slots/has_or_had_scope
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/has_or_had_type
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ prefixes:
|
|||
linkml: https://w3id.org/linkml/
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/dual_class_link
|
||||
- ../slots/has_or_had_scope
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/has_or_had_type
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@ imports:
|
|||
- ../slots/is_estimate
|
||||
- ../slots/measurement_date
|
||||
- ../slots/measurement_method
|
||||
- ../slots/quantity_value
|
||||
- ./MeasureUnit
|
||||
default_prefix: hc
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ prefixes:
|
|||
linkml: https://w3id.org/linkml/
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/dual_class_link
|
||||
- ../slots/has_or_had_scope
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/has_or_had_type
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ prefixes:
|
|||
linkml: https://w3id.org/linkml/
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/dual_class_link
|
||||
- ../slots/has_or_had_scope
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/has_or_had_type
|
||||
|
|
|
|||
|
|
@ -4,12 +4,6 @@ title: ArticlesOfAssociation Class
|
|||
imports:
|
||||
- linkml:types
|
||||
- ../enums/RecordsLifecycleStageEnum
|
||||
- ../slots/document_type
|
||||
- ../slots/governance_clause
|
||||
- ../slots/has_amendment_history
|
||||
- ../slots/has_articles_archival_stage
|
||||
- ../slots/has_articles_document_format
|
||||
- ../slots/has_articles_document_url
|
||||
- ../slots/has_or_had_description
|
||||
- ../slots/has_or_had_format
|
||||
- ../slots/has_or_had_score
|
||||
|
|
@ -18,7 +12,6 @@ imports:
|
|||
- ../slots/has_or_had_type
|
||||
- ../slots/has_or_had_url
|
||||
- ../slots/has_or_had_version
|
||||
- ../slots/id
|
||||
- ../slots/is_current_version
|
||||
- ../slots/is_or_was_amended_through
|
||||
- ../slots/is_or_was_archived_in
|
||||
|
|
@ -33,13 +26,11 @@ imports:
|
|||
- ../slots/notarial_deed_number
|
||||
- ../slots/notary_name
|
||||
- ../slots/notary_office
|
||||
- ../slots/purpose_clause
|
||||
- ../slots/refers_to_custodian
|
||||
- ../slots/refers_to_legal_status
|
||||
- ../slots/registered_office_clause
|
||||
- ../slots/requires_articles_at_registration
|
||||
- ../slots/specificity_annotation
|
||||
- ../slots/superseded_by_articles
|
||||
- ../slots/supersedes_or_superseded
|
||||
- ../slots/temporal_extent
|
||||
- ./AmendmentEvent
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ prefixes:
|
|||
linkml: https://w3id.org/linkml/
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/dual_class_link
|
||||
- ../slots/has_or_had_scope
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/has_or_had_type
|
||||
|
|
|
|||
|
|
@ -4,18 +4,13 @@ title: AuxiliaryDigitalPlatform Class
|
|||
imports:
|
||||
- linkml:types
|
||||
- ../classes/ArchivalStatus
|
||||
- ../slots/fixity_info
|
||||
- ../slots/has_or_had_archival_status
|
||||
- ../slots/has_or_had_data_service_endpoint
|
||||
- ../slots/has_or_had_documentation
|
||||
- ../slots/has_or_had_endpoint
|
||||
- ../slots/has_or_had_identifier
|
||||
- ../slots/has_or_had_powered_by_cm
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/has_or_had_status
|
||||
- ../slots/has_or_had_technological_infrastructure
|
||||
- ../slots/has_or_had_type
|
||||
- ../slots/iiif_support
|
||||
- ../slots/is_auxiliary_of_platform
|
||||
- ../slots/is_or_was_archived_at
|
||||
- ../slots/is_or_was_based_on
|
||||
|
|
@ -26,7 +21,6 @@ imports:
|
|||
- ../slots/platform_name
|
||||
- ../slots/platform_purpose
|
||||
- ../slots/platform_url
|
||||
- ../slots/provides_access_to
|
||||
- ../slots/receives_or_received
|
||||
- ../slots/refers_to_custodian
|
||||
- ../slots/related_project
|
||||
|
|
|
|||
|
|
@ -5,11 +5,6 @@ imports:
|
|||
- linkml:types
|
||||
- ../enums/AuxiliaryPlaceTypeEnum
|
||||
- ../slots/country
|
||||
- ../slots/geonames_id
|
||||
- ../slots/has_auxiliary_place_type
|
||||
- ../slots/has_feature_type
|
||||
- ../slots/has_geospatial_location
|
||||
- ../slots/has_or_had_address
|
||||
- ../slots/has_or_had_geographic_subdivision
|
||||
- ../slots/has_or_had_geometry
|
||||
- ../slots/has_or_had_identifier
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ id: https://nde.nl/ontology/hc/class/BOLDIdentifier
|
|||
name: bold_identifier_class
|
||||
title: BOLD Identifier Class
|
||||
description: 'Barcode of Life Data System (BOLD) identifier for biological specimens.
|
||||
|
||||
Links heritage biological objects to their DNA barcode records in BOLD.'
|
||||
prefixes:
|
||||
linkml: https://w3id.org/linkml/
|
||||
|
|
@ -14,9 +13,6 @@ imports:
|
|||
- linkml:types
|
||||
- ../slots/has_or_had_description
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/id
|
||||
- ../slots/identifier_url
|
||||
- ../slots/identifier_value
|
||||
- ../slots/specificity_annotation
|
||||
- ./SpecificityAnnotation
|
||||
- ./TemplateSpecificityScore
|
||||
|
|
@ -26,21 +22,13 @@ classes:
|
|||
BOLDIdentifier:
|
||||
class_uri: schema:PropertyValue
|
||||
description: 'A Barcode of Life Data System (BOLD) identifier linking a biological specimen to its DNA barcode record.
|
||||
|
||||
**WHAT IS BOLD?**
|
||||
|
||||
BOLD (Barcode of Life Data System) is an online workbench and database for DNA barcoding. It stores specimen data and DNA barcode sequences, enabling species identification through DNA.
|
||||
|
||||
**USE CASES**:
|
||||
|
||||
1. **Specimen Identification**: Link natural history specimens to DNA data 2. **Species Verification**: Cross-reference morphological IDs with DNA barcodes 3. **Research Provenance**: Document genetic sampling of collection objects
|
||||
|
||||
**IDENTIFIER FORMAT**:
|
||||
|
||||
BOLD identifiers follow the pattern: BOLD:XXXNNN - Process IDs: BOLD:AAA0001 - Sample IDs: Institution-specific prefixes
|
||||
|
||||
**EXTERNAL LINKS**:
|
||||
|
||||
- BOLD Systems: https://boldsystems.org/ - Record URL pattern: https://boldsystems.org/index.php/Public_RecordView?processid={id}'
|
||||
exact_mappings:
|
||||
- schema:PropertyValue
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ prefixes:
|
|||
xsd: http://www.w3.org/2001/XMLSchema#
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/dual_class_link
|
||||
- ../slots/has_or_had_scope
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/has_or_had_type
|
||||
|
|
|
|||
|
|
@ -2,19 +2,13 @@ id: https://nde.nl/ontology/hc/class/BayNumber
|
|||
name: bay_number_class
|
||||
title: Bay Number Class
|
||||
description: 'A storage bay or section identifier within a storage row.
|
||||
|
||||
|
||||
MIGRATED from bay_number slot (Rule 53).
|
||||
|
||||
Uses generic has_or_had_identifier slot with range narrowed to BayNumber.
|
||||
|
||||
Updated 2026-01-16: Migrated from inline attributes to proper slots.
|
||||
|
||||
'
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/identifier_value
|
||||
- ../slots/specificity_annotation
|
||||
- ./SpecificityAnnotation
|
||||
- ./TemplateSpecificityScore
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ imports:
|
|||
- ../slots/has_or_had_score
|
||||
- ../slots/has_or_had_type
|
||||
- ../slots/living_collection
|
||||
- ../slots/public_education
|
||||
- ../slots/research_program
|
||||
- ../slots/specificity_annotation
|
||||
- ../slots/specimen_type
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@ prefixes:
|
|||
imports:
|
||||
- linkml:types
|
||||
- ../slots/has_or_had_label
|
||||
- ../slots/wikidata_id
|
||||
- ./BioTypeClassification
|
||||
default_prefix: hc
|
||||
classes:
|
||||
|
|
|
|||
|
|
@ -16,8 +16,6 @@ imports:
|
|||
- ../enums/PreservationMethodEnum
|
||||
- ../metadata
|
||||
- ../slots/describes_or_described
|
||||
- ../slots/gbif_id
|
||||
- ../slots/genbank_accession
|
||||
- ../slots/has_or_had_authority
|
||||
- ../slots/has_or_had_comment
|
||||
- ../slots/has_or_had_habitat
|
||||
|
|
@ -30,9 +28,6 @@ imports:
|
|||
- ../slots/has_or_had_score
|
||||
- ../slots/has_or_had_status
|
||||
- ../slots/has_or_had_type
|
||||
- ../slots/higher_classification
|
||||
- ../slots/identification_qualifier
|
||||
- ../slots/identified_by
|
||||
- ../slots/is_or_was_acquired_by
|
||||
- ../slots/is_or_was_associated_with
|
||||
- ../slots/is_or_was_identified_through
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@ imports:
|
|||
- ../metadata
|
||||
- ../slots/coordinates
|
||||
- ../slots/country_code
|
||||
- ../slots/geonames_id
|
||||
- ../slots/has_or_had_identifier
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/modern_place_name
|
||||
|
|
|
|||
|
|
@ -12,12 +12,10 @@ prefixes:
|
|||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/description
|
||||
- ../slots/has_or_had_description
|
||||
- ../slots/has_or_had_label
|
||||
- ../slots/has_or_had_owner
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/id
|
||||
- ../slots/specificity_annotation
|
||||
- ./SpecificityAnnotation
|
||||
- ./TemplateSpecificityScore
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ title: BranchOffice Class
|
|||
imports:
|
||||
- linkml:types
|
||||
- ../enums/QuantityTypeEnum
|
||||
- ../slots/has_local_collection
|
||||
- ../slots/has_or_had_description
|
||||
- ../slots/has_or_had_identifier
|
||||
- ../slots/has_or_had_label
|
||||
|
|
|
|||
|
|
@ -8,12 +8,9 @@ imports:
|
|||
- ../classes/Timestamp
|
||||
- ../classes/Unit
|
||||
- ../slots/allocates_or_allocated
|
||||
- ../slots/has_approval_date
|
||||
- ../slots/has_or_had_acquisition_budget
|
||||
- ../slots/has_or_had_currency
|
||||
- ../slots/has_or_had_description
|
||||
- ../slots/has_or_had_endowment_draw
|
||||
- ../slots/has_or_had_expenses
|
||||
- ../slots/has_or_had_label
|
||||
- ../slots/has_or_had_main_part
|
||||
- ../slots/has_or_had_quantity
|
||||
|
|
@ -21,7 +18,6 @@ imports:
|
|||
- ../slots/has_or_had_status
|
||||
- ../slots/has_or_had_type
|
||||
- ../slots/has_or_had_unit
|
||||
- ../slots/id
|
||||
- ../slots/includes_or_included
|
||||
- ../slots/innovation_budget
|
||||
- ../slots/internal_funding
|
||||
|
|
|
|||
|
|
@ -2,19 +2,13 @@ id: https://nde.nl/ontology/hc/class/BudgetStatus
|
|||
name: budget_status_class
|
||||
title: Budget Status Class
|
||||
description: 'Status of a heritage custodian budget throughout its lifecycle.
|
||||
|
||||
|
||||
MIGRATED from budget_status slot (Rule 53).
|
||||
|
||||
Uses generic has_or_had_status slot with range narrowed to BudgetStatus.
|
||||
|
||||
Updated 2026-01-16: Migrated from inline attributes to proper slots.
|
||||
|
||||
'
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/identifier_value
|
||||
- ../slots/is_or_was_effective_at
|
||||
- ../slots/specificity_annotation
|
||||
- ./SpecificityAnnotation
|
||||
|
|
@ -48,9 +42,7 @@ classes:
|
|||
identifier_value:
|
||||
required: true
|
||||
description: 'The budget status value.
|
||||
|
||||
Valid values: DRAFT, PROPOSED, APPROVED, ACTIVE, REVISED, CLOSED, REJECTED, SUPERSEDED
|
||||
|
||||
'
|
||||
comments:
|
||||
- Budget lifecycle status tracking
|
||||
|
|
|
|||
|
|
@ -15,14 +15,9 @@ prefixes:
|
|||
imports:
|
||||
- linkml:types
|
||||
- ../metadata
|
||||
- ../slots/exemption_note
|
||||
- ../slots/has_or_had_label
|
||||
- ../slots/has_or_had_type
|
||||
- ../slots/is_or_was_effective_at
|
||||
- ../slots/listing_authority
|
||||
- ../slots/listing_effective_date
|
||||
- ../slots/population_specific
|
||||
- ../slots/species_covered
|
||||
default_prefix: hc
|
||||
classes:
|
||||
CITESAppendix:
|
||||
|
|
|
|||
|
|
@ -9,9 +9,6 @@ prefixes:
|
|||
doap: http://usefulinc.com/ns/doap#
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/cms_name
|
||||
- ../slots/detected_at
|
||||
- ../slots/detection_method
|
||||
- ../slots/has_or_had_label
|
||||
- ../slots/has_or_had_type
|
||||
- ../slots/has_or_had_version
|
||||
|
|
|
|||
|
|
@ -15,8 +15,6 @@ imports:
|
|||
- ../enums/CallForApplicationStatusEnum
|
||||
- ../enums/FundingRequirementTypeEnum
|
||||
- ../enums/MeasureUnitEnum
|
||||
- ../slots/eligible_applicant
|
||||
- ../slots/eligible_country
|
||||
- ../slots/end_of_the_end
|
||||
- ../slots/has_or_had_budget # was: total_budget
|
||||
- ../slots/has_or_had_description # was: call_description
|
||||
|
|
@ -29,7 +27,6 @@ imports:
|
|||
- ../slots/has_or_had_score # was: template_specificity
|
||||
- ../slots/has_or_had_status # was: call_status
|
||||
- ../slots/has_or_had_url # was: call_url
|
||||
- ../slots/heritage_type
|
||||
- ../slots/info_session_date
|
||||
- ../slots/is_or_was_categorized_as # was: thematic_area
|
||||
- ../slots/is_or_was_due_on
|
||||
|
|
@ -40,7 +37,6 @@ imports:
|
|||
- ../slots/offers_or_offered # was: funding_rate
|
||||
- ../slots/parent_programme
|
||||
- ../slots/partnership_required
|
||||
- ../slots/programme_year
|
||||
- ../slots/related_call
|
||||
- ../slots/requires_or_required # was: co_funding_required
|
||||
- ../slots/results_expected_date
|
||||
|
|
|
|||
|
|
@ -10,8 +10,6 @@ prefixes:
|
|||
imports:
|
||||
- linkml:types
|
||||
- ../slots/has_or_had_label
|
||||
- ../slots/normalization_rule
|
||||
- ../slots/source_format
|
||||
- ./Label
|
||||
default_prefix: hc
|
||||
classes:
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ prefixes:
|
|||
linkml: https://w3id.org/linkml/
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/dual_class_link
|
||||
- ../slots/has_or_had_scope
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/has_or_had_type
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ prefixes:
|
|||
linkml: https://w3id.org/linkml/
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/dual_class_link
|
||||
- ../slots/has_or_had_scope
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/has_or_had_type
|
||||
|
|
|
|||
|
|
@ -8,10 +8,7 @@ prefixes:
|
|||
dcterms: http://purl.org/dc/terms/
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/caption_format
|
||||
- ../slots/caption_url
|
||||
- ../slots/has_or_had_label
|
||||
- ../slots/is_available
|
||||
- ../slots/language
|
||||
- ./Label
|
||||
default_prefix: hc
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@ imports:
|
|||
- ../slots/has_or_had_identifier
|
||||
- ../slots/has_or_had_label
|
||||
- ../slots/has_or_had_url
|
||||
- ../slots/standard_domain
|
||||
default_prefix: hc
|
||||
classes:
|
||||
CatalogingStandard:
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ title: CateringPlace Class
|
|||
imports:
|
||||
- linkml:types
|
||||
- ../slots/cuisine_type
|
||||
- ../slots/has_michelin_star
|
||||
- ../slots/has_or_had_accessibility_feature
|
||||
- ../slots/has_or_had_description
|
||||
- ../slots/has_or_had_identifier
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ prefixes:
|
|||
linkml: https://w3id.org/linkml/
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/dual_class_link
|
||||
- ../slots/has_or_had_scope
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/has_or_had_type
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ prefixes:
|
|||
linkml: https://w3id.org/linkml/
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/dual_class_link
|
||||
- ../slots/has_or_had_scope
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/has_or_had_type
|
||||
|
|
|
|||
|
|
@ -17,9 +17,6 @@ prefixes:
|
|||
imports:
|
||||
- linkml:types
|
||||
- ../slots/is_or_was_generated_by
|
||||
- ../slots/verification_date
|
||||
- ../slots/verified
|
||||
- ../slots/verified_by
|
||||
- ./ConfidenceScore
|
||||
- ./GenerationEvent
|
||||
default_range: string
|
||||
|
|
|
|||
|
|
@ -16,15 +16,7 @@ prefixes:
|
|||
org: http://www.w3.org/ns/org#
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/claim_value
|
||||
- ../slots/confidence
|
||||
- ../slots/extraction_source
|
||||
- ../slots/has_or_had_type
|
||||
- ../slots/hypernym_code
|
||||
- ../slots/hypernym_label
|
||||
- ../slots/property_uri
|
||||
- ../slots/provenance
|
||||
- ../slots/resolution_method
|
||||
- ./ChAnnotatorProvenance
|
||||
- ./ClaimType
|
||||
- ./ClaimTypes
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ prefixes:
|
|||
wd: http://www.wikidata.org/entity/
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/dual_class_link
|
||||
- ../slots/has_or_had_scope
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/has_or_had_type
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ prefixes:
|
|||
linkml: https://w3id.org/linkml/
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/dual_class_link
|
||||
- ../slots/has_or_had_scope
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/has_or_had_type
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ prefixes:
|
|||
linkml: https://w3id.org/linkml/
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/dual_class_link
|
||||
- ../slots/has_or_had_scope
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/has_or_had_type
|
||||
|
|
|
|||
|
|
@ -9,8 +9,6 @@ prefixes:
|
|||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/av_equipped
|
||||
- ../slots/flexible_seating
|
||||
- ../slots/has_or_had_quantity
|
||||
- ../slots/has_or_had_unit
|
||||
- ../slots/seating_capacity
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ prefixes:
|
|||
linkml: https://w3id.org/linkml/
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/dual_class_link
|
||||
- ../slots/has_or_had_scope
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/has_or_had_type
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ prefixes:
|
|||
linkml: https://w3id.org/linkml/
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/dual_class_link
|
||||
- ../slots/has_or_had_scope
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/has_or_had_type
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ prefixes:
|
|||
linkml: https://w3id.org/linkml/
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/dual_class_link
|
||||
- ../slots/has_or_had_scope
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/has_or_had_type
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ prefixes:
|
|||
linkml: https://w3id.org/linkml/
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/dual_class_link
|
||||
- ../slots/has_or_had_scope
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/has_or_had_type
|
||||
|
|
|
|||
|
|
@ -18,22 +18,14 @@ default_prefix: hc
|
|||
imports:
|
||||
- linkml:types
|
||||
- ../slots/custodial_history
|
||||
- ../slots/digital_surrogate_url
|
||||
- ../slots/digitization_status
|
||||
- ../slots/extent
|
||||
- ../slots/has_arrangement
|
||||
- ../slots/has_or_had_content
|
||||
- ../slots/has_or_had_curation_activity
|
||||
- ../slots/has_or_had_description
|
||||
- ../slots/has_or_had_finding_aid
|
||||
- ../slots/has_or_had_identifier
|
||||
- ../slots/has_or_had_label
|
||||
- ../slots/has_or_had_policy
|
||||
- ../slots/has_or_had_policy_reference
|
||||
- ../slots/has_or_had_provenance
|
||||
- ../slots/has_or_had_quantity
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/has_or_had_sub_collection
|
||||
- ../slots/has_or_had_type
|
||||
- ../slots/is_or_was_acquired_through
|
||||
- ../slots/is_or_was_categorized_as
|
||||
|
|
|
|||
|
|
@ -16,9 +16,6 @@ prefixes:
|
|||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/content_date_range
|
||||
- ../slots/content_description
|
||||
- ../slots/content_extent
|
||||
- ../slots/has_or_had_type
|
||||
- ./CollectionContentType
|
||||
- ./CollectionContentTypes
|
||||
|
|
|
|||
|
|
@ -3,8 +3,6 @@ name: collection_management_system_class
|
|||
title: CollectionManagementSystem Class
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/deployment_date
|
||||
- ../slots/documentation_url
|
||||
- ../slots/has_or_had_identifier
|
||||
- ../slots/has_or_had_label
|
||||
- ../slots/has_or_had_score
|
||||
|
|
@ -12,7 +10,6 @@ imports:
|
|||
- ../slots/has_or_had_type
|
||||
- ../slots/has_or_had_url
|
||||
- ../slots/has_or_had_version
|
||||
- ../slots/iiif_compatible
|
||||
- ../slots/is_or_was_available
|
||||
- ../slots/is_or_was_deployed_at
|
||||
- ../slots/is_or_was_derived_from
|
||||
|
|
@ -23,7 +20,6 @@ imports:
|
|||
- ../slots/manages_collection
|
||||
- ../slots/open_source
|
||||
- ../slots/powers_platform
|
||||
- ../slots/programming_language
|
||||
- ../slots/refers_to_custodian
|
||||
- ../slots/repository_url
|
||||
- ../slots/specificity_annotation
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ prefixes:
|
|||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/has_or_had_collection_narrower_type
|
||||
- ../slots/has_or_had_description
|
||||
- ../slots/has_or_had_domain
|
||||
- ../slots/has_or_had_hypernym
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ prefixes:
|
|||
linkml: https://w3id.org/linkml/
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/dual_class_link
|
||||
- ../slots/has_or_had_scope
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/has_or_had_type
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ prefixes:
|
|||
linkml: https://w3id.org/linkml/
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/dual_class_link
|
||||
- ../slots/has_or_had_scope
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/has_or_had_type
|
||||
|
|
|
|||
|
|
@ -2,14 +2,9 @@ id: https://nde.nl/ontology/hc/class/commercial-organization-type
|
|||
name: commercial_organization_type
|
||||
title: CommercialOrganizationType
|
||||
description: 'Specialized CustodianType for for-profit commercial organizations that maintain
|
||||
|
||||
heritage collections (corporate archives, company museums, business libraries,
|
||||
|
||||
brand heritage centers).
|
||||
|
||||
|
||||
Coverage: Corresponds to ''C'' (CORPORATION) in GLAMORCUBESFIXPHDNT taxonomy.
|
||||
|
||||
'
|
||||
imports:
|
||||
- linkml:types
|
||||
|
|
@ -21,9 +16,7 @@ imports:
|
|||
- ../slots/has_or_had_score
|
||||
- ../slots/has_or_had_service
|
||||
- ../slots/has_or_had_type
|
||||
- ../slots/heritage_holding
|
||||
- ../slots/includes_or_included
|
||||
- ../slots/public_access
|
||||
- ../slots/specificity_annotation
|
||||
- ./BusinessModel
|
||||
- ./CommercialCustodianTypes
|
||||
|
|
@ -203,7 +196,6 @@ classes:
|
|||
inlined_as_list: true
|
||||
required: false
|
||||
description: 'What the commercial organization collects for heritage purposes. MIGRATED from collection_purpose per slot_fixes.yaml (Rule 53, 2026-01-19).
|
||||
|
||||
Uses Collection class with has_or_had_rationale for purpose documentation.'
|
||||
examples:
|
||||
- value:
|
||||
|
|
@ -240,11 +232,8 @@ classes:
|
|||
description: Compliance-driven heritage purpose
|
||||
includes_or_included:
|
||||
description: 'MIGRATED from commercial_custodian_subtype per slot_fixes.yaml (Rule 53, 2026-01-22).
|
||||
|
||||
Specific subtypes of commercial heritage custodian from the 295-type Wikidata taxonomy.
|
||||
|
||||
Uses CommercialCustodianTypes class for structured representation with Wikidata links.
|
||||
|
||||
'
|
||||
range: CommercialCustodianTypes
|
||||
inlined: true
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ prefixes:
|
|||
linkml: https://w3id.org/linkml/
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/dual_class_link
|
||||
- ../slots/has_or_had_scope
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/has_or_had_type
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ prefixes:
|
|||
linkml: https://w3id.org/linkml/
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/dual_class_link
|
||||
- ../slots/has_or_had_scope
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/has_or_had_type
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ prefixes:
|
|||
wd: http://www.wikidata.org/entity/
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/dual_class_link
|
||||
- ../slots/has_or_had_scope
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/has_or_had_type
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ prefixes:
|
|||
schema: http://schema.org/
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/condition_date
|
||||
- ../slots/has_or_had_description
|
||||
- ../slots/has_or_had_type
|
||||
- ./ConditionType
|
||||
|
|
|
|||
|
|
@ -1,19 +1,15 @@
|
|||
id: https://nde.nl/ontology/hc/class/ConditionPolicy
|
||||
name: condition_policy_class
|
||||
title: Condition Policy Class
|
||||
|
||||
prefixes:
|
||||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
odrl: http://www.w3.org/ns/odrl/2/
|
||||
crm: http://www.cidoc-crm.org/cidoc-crm/
|
||||
dcterms: http://purl.org/dc/terms/
|
||||
|
||||
default_prefix: hc
|
||||
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/has_or_had_requirement_status
|
||||
- ../slots/is_or_was_approved_by
|
||||
- ../slots/standards_compliance
|
||||
- ./Approver
|
||||
|
|
@ -25,22 +21,16 @@ classes:
|
|||
is_a: Policy
|
||||
description: |
|
||||
Policy specifying required conditions for heritage materials.
|
||||
|
||||
**DEFINITION**:
|
||||
|
||||
A ConditionPolicy defines normative environmental, handling, or
|
||||
preservation conditions that SHOULD be maintained. This contrasts
|
||||
with Condition classes which describe ACTUAL observed states.
|
||||
|
||||
**SUBCLASSES**:
|
||||
|
||||
- **StorageConditionPolicy**: Conditions for storage facilities
|
||||
- **DisplayConditionPolicy**: Conditions for exhibition display
|
||||
- **TransportConditionPolicy**: Conditions during transit
|
||||
- **LoanConditionPolicy**: Conditions required for loans
|
||||
|
||||
**POLICY vs OBSERVATION PATTERN**:
|
||||
|
||||
```
|
||||
Heritage Object
|
||||
│
|
||||
|
|
@ -53,27 +43,21 @@ classes:
|
|||
├── temperature: 22°C ✗ (exceeds policy)
|
||||
└── humidity: 48% ✓ (within policy)
|
||||
```
|
||||
|
||||
**USE CASES**:
|
||||
|
||||
1. **Storage Policy**: Climate requirements for archive storage
|
||||
2. **Loan Policy**: Conditions required before lending objects
|
||||
3. **Display Policy**: Light and climate limits for exhibition
|
||||
4. **Handling Policy**: Environmental controls during movement
|
||||
|
||||
Created as part of condition_policy migration per slot_fixes.yaml (Rule 53).
|
||||
|
||||
exact_mappings:
|
||||
- hc:ConditionPolicy
|
||||
close_mappings:
|
||||
- odrl:Policy
|
||||
- crm:E29_Design_or_Procedure
|
||||
|
||||
slots:
|
||||
- has_or_had_requirement_status
|
||||
- standards_compliance
|
||||
- is_or_was_approved_by
|
||||
|
||||
slot_usage:
|
||||
has_or_had_requirement_status:
|
||||
description: Requirements that must be met under this policy.
|
||||
|
|
@ -81,18 +65,15 @@ classes:
|
|||
description: Standards this policy complies with (ISO, EN, etc.).
|
||||
is_or_was_approved_by:
|
||||
description: Authority that approved this policy.
|
||||
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
custodian_types_rationale: Condition policies apply to all heritage types.
|
||||
specificity_score: 0.45
|
||||
specificity_rationale: Specialized policy type for condition management.
|
||||
|
||||
comments:
|
||||
- "Subclass of Policy for condition-related policies"
|
||||
- "StorageConditionPolicy is a further specialization"
|
||||
- "Created 2026-01-22 per slot_fixes.yaml condition_policy migration"
|
||||
|
||||
examples:
|
||||
- value:
|
||||
policy_name: "Archive Storage Policy"
|
||||
|
|
|
|||
|
|
@ -8,10 +8,8 @@ prefixes:
|
|||
schema: http://schema.org/
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/assessed_by
|
||||
- ../slots/has_or_had_description
|
||||
- ../slots/has_or_had_type
|
||||
- ../slots/state_date
|
||||
- ./ConditionType
|
||||
- ./ConditionTypes
|
||||
- ./Description
|
||||
|
|
|
|||
|
|
@ -13,8 +13,6 @@ imports:
|
|||
- ../slots/has_or_had_description
|
||||
- ../slots/has_or_had_identifier
|
||||
- ../slots/has_or_had_type
|
||||
- ../slots/is_deterministic
|
||||
- ../slots/threshold
|
||||
default_prefix: hc
|
||||
|
||||
classes:
|
||||
|
|
|
|||
|
|
@ -6,12 +6,10 @@ imports:
|
|||
- ../enums/ConflictStatusEnum
|
||||
- ../metadata
|
||||
- ../slots/has_or_had_description
|
||||
- ../slots/has_or_had_documentation_source
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/is_rebuilding
|
||||
- ../slots/reported_date
|
||||
- ../slots/specificity_annotation
|
||||
- ../slots/status
|
||||
- ./SpecificityAnnotation
|
||||
- ./TemplateSpecificityScore
|
||||
- ./TemplateSpecificityType
|
||||
|
|
|
|||
|
|
@ -6,11 +6,6 @@ imports:
|
|||
- ../classes/Quantity
|
||||
- ../slots/accepts_or_accepted
|
||||
- ../slots/conservation_specialization
|
||||
- ../slots/has_climate_control
|
||||
- ../slots/has_deacidification_facility
|
||||
- ../slots/has_fume_hood
|
||||
- ../slots/has_imaging_equipment
|
||||
- ../slots/has_or_had_accreditation_body
|
||||
- ../slots/has_or_had_description
|
||||
- ../slots/has_or_had_equipment
|
||||
- ../slots/has_or_had_equipment_type
|
||||
|
|
|
|||
|
|
@ -21,12 +21,8 @@ imports:
|
|||
- ../slots/cost_currency
|
||||
- ../slots/describes_or_described
|
||||
- ../slots/final_of_the_final
|
||||
- ../slots/follow_up_date
|
||||
- ../slots/funding_source
|
||||
- ../slots/has_or_had_condition
|
||||
- ../slots/has_or_had_description
|
||||
- ../slots/has_or_had_environmental_condition
|
||||
- ../slots/has_or_had_examination_method
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/has_or_had_treatment
|
||||
- ../slots/has_or_had_type
|
||||
|
|
|
|||
|
|
@ -19,12 +19,6 @@ imports:
|
|||
- ../slots/contributes_to
|
||||
- ../slots/contribution_start_date
|
||||
- ../slots/contributor_code
|
||||
- ../slots/entity_types_covered
|
||||
- ../slots/governance_representative
|
||||
- ../slots/governance_role
|
||||
- ../slots/has_authority_file_name
|
||||
- ../slots/has_authority_file_url
|
||||
- ../slots/has_or_had_abbreviation
|
||||
- ../slots/has_or_had_description
|
||||
- ../slots/has_or_had_label
|
||||
- ../slots/has_or_had_role
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ imports:
|
|||
- ../slots/conversion_source_population
|
||||
- ../slots/conversion_target_action
|
||||
- ../slots/conversion_type_label
|
||||
- ../slots/custom_type_name
|
||||
- ../slots/industry_benchmark_high
|
||||
- ../slots/industry_benchmark_low
|
||||
- ./ConversionRateType
|
||||
|
|
|
|||
|
|
@ -10,9 +10,6 @@ prefixes:
|
|||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/creation_method
|
||||
- ../slots/display_date
|
||||
- ../slots/has_or_had_creator
|
||||
- ../slots/has_or_had_description
|
||||
- ../slots/has_or_had_place
|
||||
- ../slots/temporal_extent
|
||||
|
|
|
|||
|
|
@ -17,11 +17,8 @@ imports:
|
|||
- ../enums/CurationActivityTypeEnum
|
||||
- ../metadata
|
||||
- ../slots/curated_holding
|
||||
- ../slots/funding_source
|
||||
- ../slots/has_or_had_activity_type
|
||||
- ../slots/has_or_had_objective
|
||||
- ../slots/has_or_had_output
|
||||
- ../slots/has_or_had_related_activity
|
||||
- ../slots/has_or_had_type
|
||||
- ../slots/is_or_was_allocated_budget
|
||||
- ../slots/is_recurring
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ default_prefix: hc
|
|||
imports:
|
||||
- linkml:types
|
||||
- ../slots/creating_organization
|
||||
- ../slots/has_narrower_instance
|
||||
- ../slots/has_or_had_identifier
|
||||
- ../slots/has_or_had_policy
|
||||
- ../slots/has_or_had_scope
|
||||
|
|
|
|||
|
|
@ -19,18 +19,11 @@ default_prefix: hc
|
|||
imports:
|
||||
- linkml:types
|
||||
- ../slots/created
|
||||
- ../slots/gift_shop
|
||||
- ../slots/has_administration
|
||||
- ../slots/has_budget
|
||||
- ../slots/has_operational_archive
|
||||
- ../slots/has_or_had_collection
|
||||
- ../slots/has_or_had_digital_presence
|
||||
- ../slots/has_or_had_exhibition
|
||||
- ../slots/has_or_had_facility
|
||||
- ../slots/has_or_had_identifier
|
||||
- ../slots/has_or_had_iot_device
|
||||
- ../slots/has_or_had_organizational_change_event
|
||||
- ../slots/has_or_had_participated_in_project
|
||||
- ../slots/has_or_had_policy
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/has_or_had_social_media_profile
|
||||
|
|
|
|||
|
|
@ -8,9 +8,6 @@ imports:
|
|||
- ../slots/contains_or_contained
|
||||
- ../slots/creating_function
|
||||
- ../slots/estimates_or_estimated
|
||||
- ../slots/expected_transfer_date
|
||||
- ../slots/has_or_had_access_control
|
||||
- ../slots/has_or_had_business_criticality
|
||||
- ../slots/has_or_had_description
|
||||
- ../slots/has_or_had_label
|
||||
- ../slots/has_or_had_level
|
||||
|
|
@ -18,11 +15,9 @@ imports:
|
|||
- ../slots/has_or_had_roadmap
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/has_or_had_status
|
||||
- ../slots/id
|
||||
- ../slots/is_or_was_active_since
|
||||
- ../slots/is_or_was_derived_from
|
||||
- ../slots/is_or_was_generated_by
|
||||
- ../slots/is_or_was_stored_in
|
||||
- ../slots/managing_unit
|
||||
- ../slots/primary_system
|
||||
- ../slots/record_type
|
||||
|
|
|
|||
|
|
@ -7,20 +7,14 @@ imports:
|
|||
- ../classes/Label
|
||||
- ../enums/ArchiveProcessingStatusEnum
|
||||
- ../slots/creating_agency
|
||||
- ../slots/has_appraisal_note
|
||||
- ../slots/has_arrangement_note
|
||||
- ../slots/has_or_had_access_restriction
|
||||
- ../slots/has_or_had_accumulation
|
||||
- ../slots/has_or_had_assigned_processor
|
||||
- ../slots/has_or_had_description
|
||||
- ../slots/has_or_had_label
|
||||
- ../slots/has_or_had_note
|
||||
- ../slots/has_or_had_quantity
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/has_or_had_tracked_in_cm
|
||||
- ../slots/has_or_had_type
|
||||
- ../slots/hold_or_held_record_set_type
|
||||
- ../slots/id
|
||||
- ../slots/is_or_was_accessioned_through
|
||||
- ../slots/is_or_was_appended_with
|
||||
- ../slots/is_or_was_conducted_by
|
||||
|
|
|
|||
|
|
@ -6,19 +6,14 @@ imports:
|
|||
- ../classes/ArrangementType
|
||||
- ../classes/ArrangementTypes
|
||||
- ../slots/custody_history
|
||||
- ../slots/extent
|
||||
- ../slots/has_or_had_access_right
|
||||
- ../slots/has_or_had_arrangement
|
||||
- ../slots/has_or_had_arrangement_system
|
||||
- ../slots/has_or_had_content
|
||||
- ../slots/has_or_had_description
|
||||
- ../slots/has_or_had_label
|
||||
- ../slots/has_or_had_managed_by_cm
|
||||
- ../slots/has_or_had_provenance
|
||||
- ../slots/has_or_had_scope
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/has_or_had_type
|
||||
- ../slots/id
|
||||
- ../slots/is_or_was_derived_from
|
||||
- ../slots/is_or_was_generated_by
|
||||
- ../slots/is_or_was_instantiated_by
|
||||
|
|
|
|||
|
|
@ -10,8 +10,6 @@ prefixes:
|
|||
rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns#
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/claim_value
|
||||
- ../slots/extraction_timestamp
|
||||
- ../slots/has_or_had_type
|
||||
- ../slots/note
|
||||
- ./ClaimType
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ imports:
|
|||
- ../classes/Label
|
||||
- ../classes/LabelType
|
||||
- ../classes/LabelTypes
|
||||
- ../slots/endorsement_source
|
||||
- ../slots/has_or_had_label
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/is_or_was_derived_from
|
||||
|
|
|
|||
|
|
@ -10,37 +10,13 @@ prefixes:
|
|||
skos: http://www.w3.org/2004/02/skos/core#
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/alternative_names
|
||||
- ../slots/claim_value
|
||||
- ../slots/claim_value_arabic
|
||||
- ../slots/claim_value_english
|
||||
- ../slots/confidence
|
||||
- ../slots/consensus_method
|
||||
- ../slots/correction_note
|
||||
- ../slots/emic_name
|
||||
- ../slots/emic_name_language
|
||||
- ../slots/emic_name_source
|
||||
- ../slots/english_name
|
||||
- ../slots/extraction_timestamp
|
||||
- ../slots/former_names
|
||||
- ../slots/has_or_had_abbreviation
|
||||
- ../slots/has_or_had_alternative_name
|
||||
- ../slots/has_or_had_type
|
||||
- ../slots/matching_sources
|
||||
- ../slots/merge_notes
|
||||
- ../slots/name_language
|
||||
- ../slots/name_source
|
||||
- ../slots/name_verified
|
||||
- ../slots/note
|
||||
- ../slots/official_name
|
||||
- ../slots/previous_source
|
||||
- ../slots/previous_value
|
||||
- ../slots/short_name
|
||||
- ../slots/source
|
||||
- ../slots/source_type
|
||||
- ../slots/source_url
|
||||
- ../slots/sources_checked
|
||||
- ../slots/sources_matched
|
||||
- ../slots/standardized_name
|
||||
- ./AlternativeName
|
||||
- ./ClaimType
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@ imports:
|
|||
- ../classes/Label
|
||||
- ../classes/LabelType
|
||||
- ../classes/LabelTypes
|
||||
- ../slots/derived_from_entity
|
||||
- ../slots/has_or_had_label
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/has_or_had_type
|
||||
|
|
|
|||
|
|
@ -5,9 +5,6 @@ imports:
|
|||
- linkml:types
|
||||
- ../enums/PlaceSpecificityEnum
|
||||
- ../slots/country
|
||||
- ../slots/derived_from_observation
|
||||
- ../slots/has_feature_type
|
||||
- ../slots/has_geospatial_location
|
||||
- ../slots/has_or_had_auxiliary_entities
|
||||
- ../slots/has_or_had_geographic_subdivision
|
||||
- ../slots/has_or_had_location
|
||||
|
|
|
|||
|
|
@ -17,8 +17,6 @@ imports:
|
|||
- linkml:types
|
||||
- ../slots/archive_path
|
||||
- ../slots/degree_of_certainty
|
||||
- ../slots/description
|
||||
- ../slots/has_archive_path
|
||||
- ../slots/has_or_had_description
|
||||
- ../slots/has_or_had_file_path
|
||||
- ../slots/has_or_had_level
|
||||
|
|
@ -29,7 +27,6 @@ imports:
|
|||
- ../slots/is_or_was_approximate
|
||||
- ../slots/is_or_was_retrieved_through
|
||||
- ../slots/observation_ref
|
||||
- ../slots/postconditions
|
||||
- ../slots/source_url
|
||||
- ../slots/specificity_annotation
|
||||
- ../slots/temporal_extent
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ imports:
|
|||
- ../slots/custodian_type_broader
|
||||
- ../slots/custodian_type_narrower
|
||||
- ../slots/custodian_type_related
|
||||
- ../slots/has_applicable_country
|
||||
- ../slots/has_or_had_description
|
||||
- ../slots/has_or_had_identifier
|
||||
- ../slots/has_or_had_label
|
||||
|
|
|
|||
|
|
@ -5,8 +5,6 @@ description: Digital Object Identifier (DOI). MIGRATED from doi slot (2026-01-26
|
|||
imports:
|
||||
- linkml:types
|
||||
- ../slots/has_or_had_label
|
||||
- ../slots/identifier_scheme
|
||||
- ../slots/identifier_value
|
||||
- ./Identifier
|
||||
default_prefix: hc
|
||||
classes:
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ prefixes:
|
|||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/has_or_had_access_trigger_event
|
||||
- ../slots/has_or_had_embargo_end_date
|
||||
- ../slots/has_or_had_identifier
|
||||
- ../slots/has_or_had_scope
|
||||
|
|
|
|||
|
|
@ -10,10 +10,7 @@ default_prefix: hc
|
|||
imports:
|
||||
- linkml:types
|
||||
- ../slots/has_or_had_description
|
||||
- ../slots/has_or_had_encoding
|
||||
- ../slots/has_or_had_label
|
||||
- ../slots/has_or_had_media_type
|
||||
- ../slots/has_or_had_schema_url
|
||||
- ../slots/has_or_had_type
|
||||
- ./Label
|
||||
classes:
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@ imports:
|
|||
- ../slots/has_or_had_score
|
||||
- ../slots/has_or_had_url
|
||||
- ../slots/is_or_was_required
|
||||
- ../slots/protocol
|
||||
- ../slots/response_format
|
||||
- ../slots/specificity_annotation
|
||||
- ./DataServiceEndpointType
|
||||
|
|
|
|||
|
|
@ -16,8 +16,6 @@ imports:
|
|||
- ../slots/has_or_had_method
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/is_or_was_used_in
|
||||
- ../slots/protocol_name
|
||||
- ../slots/protocol_version
|
||||
- ../slots/specification_url
|
||||
- ../slots/specificity_annotation
|
||||
- ./HeritageSector
|
||||
|
|
|
|||
|
|
@ -15,8 +15,6 @@ imports:
|
|||
- ../slots/has_or_had_format
|
||||
- ../slots/has_or_had_method
|
||||
- ../slots/has_or_had_score
|
||||
- ../slots/protocol_name
|
||||
- ../slots/protocol_version
|
||||
- ../slots/specification_url
|
||||
- ../slots/specificity_annotation
|
||||
- ./DataServiceEndpointType
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ default_prefix: hc
|
|||
imports:
|
||||
- linkml:types
|
||||
- ../slots/can_or_could_be_retrieved_from
|
||||
- ../slots/has_availability_timespan
|
||||
- ../slots/has_or_had_description
|
||||
- ../slots/has_or_had_identifier
|
||||
- ../slots/has_or_had_label
|
||||
|
|
|
|||
|
|
@ -18,12 +18,6 @@ description: 'Represents a tangible output or result from a project or activity.
|
|||
'
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/completion_status
|
||||
- ../slots/deliverable_description
|
||||
- ../slots/deliverable_title
|
||||
- ../slots/deliverable_type
|
||||
- ../slots/deliverable_url
|
||||
- ../slots/due_date
|
||||
prefixes:
|
||||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue