refactor(schema): unify custodian_type slots into has_or_had_custodian_type (Rule 39, 43)

- Migrate 236+ class files from custodian_types to has_or_had_custodian_type
- Archive deprecated slots: custodian_type, custodian_types, custodian_type_broader/narrower/related
- Update main schema and manifest imports
- Fix Custodian.yaml class to use new slot
- Fix annotation format (list→scalar) in has_or_had_custodian_type.yaml

Rules applied:
- Rule 39: RiC-O naming convention (hasOrHad pattern)
- Rule 43: Slot nouns must be singular (multivalued:true for cardinality)
- Rule 38: Slot centralization with semantic URI
This commit is contained in:
kempersc 2026-01-09 10:55:21 +01:00
parent 508b858e16
commit 0393b321c9
3924 changed files with 74847 additions and 6598 deletions

View file

@ -570,11 +570,11 @@ imports:
# Rico:isOrWasHolderOf relationship slot (links custodians to record set types)
- modules/slots/holds_record_set_types
- modules/slots/rico_note
- modules/slots/rico_organizational_principle
- modules/slots/rico_organizational_principle_uri
- modules/slots/rico_has_or_had_holder
- modules/slots/rico_has_or_had_holder_note
- modules/slots/record_note
- modules/slots/organizational_principle
- modules/slots/organizational_principle_uri
- modules/slots/record_holder
- modules/slots/record_holder_note
- modules/slots/scope_includes
- modules/slots/scope_excludes
- modules/slots/archive_scope

File diff suppressed because it is too large Load diff

View file

@ -14,7 +14,18 @@ imports:
- ./AcademicArchiveRecordSetTypes
- ../slots/type_scope
- ../slots/holds_record_set_types
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/dual_class_link
- ../slots/broader_concept
- ../slots/broader_concept_label
- ../slots/specificity_annotation
- ../slots/template_specificity
- ../slots/wikidata_alignment
- ./DualClassLink
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
- ./WikidataAlignment
classes:
AcademicArchive:
is_a: ArchiveOrganizationType
@ -25,8 +36,8 @@ classes:
- custodian_types_rationale
- dual_class_link
- holds_record_set_types
- skos_broader
- skos_broader_label
- broader_concept
- broader_concept_label
- specificity_annotation
- template_specificity
- wikidata_alignment
@ -83,9 +94,9 @@ classes:
range: WikidataAlignment
inlined: true
description: 'Wikidata alignment: Q27032435 (academic archive)'
skos_broader:
broader_concept:
equals_expression: '["wd:Q166118"]'
skos_broader_label:
broader_concept_label:
equals_string: archive
dual_class_link:
range: DualClassLink

View file

@ -14,7 +14,12 @@ default_prefix: hc
imports:
- linkml:types
- ./AcademicArchive
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
UniversityAdministrativeFonds:
is_a: AcademicArchiveRecordSetType
@ -82,13 +87,13 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: UniversityAdministrativeFonds
rico_organizational_principle:
organizational_principle:
equals_string: fonds
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Fonds
rico_note:
record_note:
equals_string: This RecordSetType classifies record sets following the fonds
principle. The fonds structure reflects provenance from university central
administration.
@ -164,13 +169,13 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: AcademicStudentRecordSeries
rico_organizational_principle:
organizational_principle:
equals_string: series
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Series
rico_note:
record_note:
equals_string: This RecordSetType classifies record sets following the series
principle. Typically a series within the university administration fonds
or registrar's office fonds.
@ -255,13 +260,13 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: FacultyPaperCollection
rico_organizational_principle:
organizational_principle:
equals_string: fonds
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Fonds
rico_note:
record_note:
equals_string: This RecordSetType classifies record sets following the fonds
principle. Personal archives with individual faculty member as creator/accumulator.
scope_includes:
@ -344,13 +349,13 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: CampusDocumentationCollection
rico_organizational_principle:
organizational_principle:
equals_string: collection
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Collection
rico_note:
record_note:
equals_string: This RecordSetType classifies record sets following the collection
principle. May be assembled collection (artificial) organized by subject
or documentation purpose.

View file

@ -19,7 +19,24 @@ imports:
- ../slots/contact_email
- ../slots/policy_id
- ../slots/policy_name
- ../slots/class_metadata_slots
- ../slots/access_description
- ../slots/access_level
- ../slots/appointment_required
- ../slots/conditions
- ../slots/credentials_required
- ../slots/cultural_protocol_url
- ../slots/embargo_reason
- ../slots/fee_amount
- ../slots/fee_required
- ../slots/legal_basis
- ../slots/registration_required
- ../slots/review_date
- ../slots/rights_statement
- ../slots/rights_statement_url
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
AccessPolicy:
class_uri: premis:RightsDeclaration

View file

@ -12,6 +12,12 @@ imports:
- ../metadata
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
- ../slots/permission_required
- ../slots/restriction_description
- ../slots/restriction_type
- ../slots/specificity_annotation
- ../slots/template_specificity
- ../slots/years_restricted
classes:
AccessRestriction:

View file

@ -8,7 +8,18 @@ imports:
- ./ReconstructionActivity
- ../slots/was_derived_from
- ../slots/was_generated_by
- ../slots/class_metadata_slots
- ../slots/access_restriction
- ../slots/admin_office_description
- ../slots/admin_office_id
- ../slots/admin_office_name
- ../slots/admin_staff_count
- ../slots/administrative_functions
- ../slots/is_leased
- ../slots/lease_expiry
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/

View file

@ -9,7 +9,14 @@ imports:
- ./CollectionType
- ./AdvertisingRadioArchiveRecordSetTypes
- ../slots/holds_record_set_types
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/specificity_annotation
- ../slots/template_specificity
- ../slots/wikidata_alignment
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
- ./WikidataAlignment
classes:
AdvertisingRadioArchive:
is_a: ArchiveOrganizationType

View file

@ -13,7 +13,12 @@ default_prefix: hc
imports:
- linkml:types
- ./AdvertisingRadioArchive
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
RadioAdvertisementCollection:
is_a: AdvertisingRadioArchiveRecordSetType
@ -47,15 +52,15 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: RadioAdvertisementCollection
rico_organizational_principle:
organizational_principle:
equals_string: collection
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Collection
rico_has_or_had_holder:
record_holder:
equals_string: AdvertisingRadioArchive
rico_has_or_had_holder_note:
record_holder_note:
equals_string: This RecordSetType is typically held by AdvertisingRadioArchive
custodians. Inverse of rico:isOrWasHolderOf.
CampaignDocumentationSeries:
@ -90,14 +95,14 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: CampaignDocumentationSeries
rico_organizational_principle:
organizational_principle:
equals_string: series
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Series
rico_has_or_had_holder:
record_holder:
equals_string: AdvertisingRadioArchive
rico_has_or_had_holder_note:
record_holder_note:
equals_string: This RecordSetType is typically held by AdvertisingRadioArchive
custodians. Inverse of rico:isOrWasHolderOf.

View file

@ -16,7 +16,10 @@ imports:
- ../slots/description
- ../slots/website
- ../slots/contact_email
- ../slots/class_metadata_slots
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
AllocationAgency:
class_uri: org:FormalOrganization

View file

@ -9,7 +9,14 @@ imports:
- ./CollectionType
- ./AnimalSoundArchiveRecordSetTypes
- ../slots/holds_record_set_types
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/specificity_annotation
- ../slots/template_specificity
- ../slots/wikidata_alignment
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
- ./WikidataAlignment
classes:
AnimalSoundArchive:
is_a: ArchiveOrganizationType

View file

@ -13,7 +13,12 @@ default_prefix: hc
imports:
- linkml:types
- ./AnimalSoundArchive
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
BioacousticRecordingCollection:
is_a: AnimalSoundArchiveRecordSetType
@ -47,15 +52,15 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: BioacousticRecordingCollection
rico_organizational_principle:
organizational_principle:
equals_string: collection
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Collection
rico_has_or_had_holder:
record_holder:
equals_string: AnimalSoundArchive
rico_has_or_had_holder_note:
record_holder_note:
equals_string: This RecordSetType is typically held by AnimalSoundArchive
custodians. Inverse of rico:isOrWasHolderOf.
FieldRecordingSeries:
@ -89,14 +94,14 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: FieldRecordingSeries
rico_organizational_principle:
organizational_principle:
equals_string: series
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Series
rico_has_or_had_holder:
record_holder:
equals_string: AnimalSoundArchive
rico_has_or_had_holder_note:
record_holder_note:
equals_string: This RecordSetType is typically held by AnimalSoundArchive
custodians. Inverse of rico:isOrWasHolderOf.

View file

@ -20,7 +20,10 @@ imports:
- ../slots/appellation_language
- ../slots/appellation_type
- ../slots/variant_of_name
- ../slots/class_metadata_slots
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
CustodianAppellation:
class_uri: crm:E41_Appellation

View file

@ -9,7 +9,14 @@ imports:
- ./CollectionType
- ./ArchitecturalArchiveRecordSetTypes
- ../slots/holds_record_set_types
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/specificity_annotation
- ../slots/template_specificity
- ../slots/wikidata_alignment
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
- ./WikidataAlignment
classes:
ArchitecturalArchive:
is_a: ArchiveOrganizationType

View file

@ -13,7 +13,12 @@ default_prefix: hc
imports:
- linkml:types
- ./ArchitecturalArchive
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
ArchitecturalDrawingCollection:
is_a: ArchitecturalArchiveRecordSetType
@ -47,15 +52,15 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: ArchitecturalDrawingCollection
rico_organizational_principle:
organizational_principle:
equals_string: collection
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Collection
rico_has_or_had_holder:
record_holder:
equals_string: ArchitecturalArchive
rico_has_or_had_holder_note:
record_holder_note:
equals_string: This RecordSetType is typically held by ArchitecturalArchive
custodians. Inverse of rico:isOrWasHolderOf.
ArchitectPapersCollection:
@ -90,15 +95,15 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: ArchitectPapersCollection
rico_organizational_principle:
organizational_principle:
equals_string: collection
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Collection
rico_has_or_had_holder:
record_holder:
equals_string: ArchitecturalArchive
rico_has_or_had_holder_note:
record_holder_note:
equals_string: This RecordSetType is typically held by ArchitecturalArchive
custodians. Inverse of rico:isOrWasHolderOf.
BuildingProjectFonds:
@ -132,14 +137,14 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: BuildingProjectFonds
rico_organizational_principle:
organizational_principle:
equals_string: fonds
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Fonds
rico_has_or_had_holder:
record_holder:
equals_string: ArchitecturalArchive
rico_has_or_had_holder_note:
record_holder_note:
equals_string: This RecordSetType is typically held by ArchitecturalArchive
custodians. Inverse of rico:isOrWasHolderOf.

View file

@ -5,7 +5,14 @@ imports:
- linkml:types
- ./OrganizationBranch
- ./CollectionType
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/specificity_annotation
- ../slots/template_specificity
- ../slots/wikidata_alignment
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
- ./WikidataAlignment
classes:
ArchivalLibrary:
is_a: OrganizationBranch

View file

@ -4,7 +4,10 @@ title: Archival Repository Type (Digital Platform)
imports:
- linkml:types
- ./DigitalPlatformType
- ../slots/class_metadata_slots
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
ArchivalRepository:
is_a: DigitalPlatformType

View file

@ -6,7 +6,12 @@ prefixes:
imports:
- linkml:types
- ./HeritageSocietyType
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
ArchiveAssociation:
is_a: HeritageSocietyType

View file

@ -12,7 +12,12 @@ imports:
- linkml:types
- ./ArchiveOrganizationType
- ./EncompassingBody
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
ArchiveNetwork:
is_a: ArchiveOrganizationType

View file

@ -10,7 +10,14 @@ imports:
- ./ArchiveOfInternationalOrganizationRecordSetTypes
- ../slots/holds_record_set_types
- ../slots/type_scope
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/dual_class_link
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./DualClassLink
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
ArchiveOfInternationalOrganization:
is_a: ArchiveOrganizationType

View file

@ -13,7 +13,12 @@ default_prefix: hc
imports:
- linkml:types
- ./ArchiveOfInternationalOrganization
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
InternationalOrgFonds:
is_a: ArchiveOfInternationalOrganizationRecordSetType
@ -47,15 +52,15 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: InternationalOrgFonds
rico_organizational_principle:
organizational_principle:
equals_string: fonds
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Fonds
rico_has_or_had_holder:
record_holder:
equals_string: ArchiveOfInternationalOrganization
rico_has_or_had_holder_note:
record_holder_note:
equals_string: This RecordSetType is typically held by ArchiveOfInternationalOrganization
custodians. Inverse of rico:isOrWasHolderOf.
TreatyCollection:
@ -89,15 +94,15 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: TreatyCollection
rico_organizational_principle:
organizational_principle:
equals_string: collection
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Collection
rico_has_or_had_holder:
record_holder:
equals_string: ArchiveOfInternationalOrganization
rico_has_or_had_holder_note:
record_holder_note:
equals_string: This RecordSetType is typically held by ArchiveOfInternationalOrganization
custodians. Inverse of rico:isOrWasHolderOf.
ConferenceRecordSeries:
@ -132,14 +137,14 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: ConferenceRecordSeries
rico_organizational_principle:
organizational_principle:
equals_string: series
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Series
rico_has_or_had_holder:
record_holder:
equals_string: ArchiveOfInternationalOrganization
rico_has_or_had_holder_note:
record_holder_note:
equals_string: This RecordSetType is typically held by ArchiveOfInternationalOrganization
custodians. Inverse of rico:isOrWasHolderOf.

View file

@ -7,7 +7,18 @@ imports:
- linkml:types
- ./CustodianType
- ../slots/access_policy
- ../slots/class_metadata_slots
- ../slots/appraisal_policy
- ../slots/archive_scope
- ../slots/archive_subtype
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/finding_aids_format
- ../slots/preservation_standards
- ../slots/record_types
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
ArchiveOrganizationType:
is_a: CustodianType

View file

@ -14,6 +14,16 @@ imports:
- ../metadata
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
- ../slots/access
- ../slots/full_name
- ../slots/isil
- ../slots/location
- ../slots/name
- ../slots/resource_description
- ../slots/specificity_annotation
- ../slots/sub_guide_temporal_coverage
- ../slots/template_specificity
- ../slots/url
classes:
ArchiveReference:

View file

@ -10,7 +10,14 @@ imports:
- ./ArchivesForBuildingRecordsRecordSetTypes
- ../slots/holds_record_set_types
- ../slots/type_scope
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/dual_class_link
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./DualClassLink
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
ArchivesForBuildingRecords:
is_a: ArchiveOrganizationType

View file

@ -13,7 +13,12 @@ default_prefix: hc
imports:
- linkml:types
- ./ArchivesForBuildingRecords
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
BuildingPermitSeries:
is_a: ArchivesForBuildingRecordsRecordSetType
@ -46,15 +51,15 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: BuildingPermitSeries
rico_organizational_principle:
organizational_principle:
equals_string: series
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Series
rico_has_or_had_holder:
record_holder:
equals_string: ArchivesForBuildingRecords
rico_has_or_had_holder_note:
record_holder_note:
equals_string: This RecordSetType is typically held by ArchivesForBuildingRecords
custodians. Inverse of rico:isOrWasHolderOf.
ConstructionDocumentCollection:
@ -89,14 +94,14 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: ConstructionDocumentCollection
rico_organizational_principle:
organizational_principle:
equals_string: collection
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Collection
rico_has_or_had_holder:
record_holder:
equals_string: ArchivesForBuildingRecords
rico_has_or_had_holder_note:
record_holder_note:
equals_string: This RecordSetType is typically held by ArchivesForBuildingRecords
custodians. Inverse of rico:isOrWasHolderOf.

View file

@ -10,7 +10,14 @@ imports:
- ./ArchivesRegionalesRecordSetTypes
- ../slots/holds_record_set_types
- ../slots/type_scope
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/dual_class_link
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./DualClassLink
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
ArchivesRegionales:
is_a: ArchiveOrganizationType

View file

@ -13,7 +13,12 @@ default_prefix: hc
imports:
- linkml:types
- ./ArchivesRegionales
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
RegionalAdministrationFonds:
is_a: ArchivesRegionalesRecordSetType
@ -47,14 +52,14 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: RegionalAdministrationFonds
rico_organizational_principle:
organizational_principle:
equals_string: fonds
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Fonds
rico_has_or_had_holder:
record_holder:
equals_string: ArchivesRegionales
rico_has_or_had_holder_note:
record_holder_note:
equals_string: This RecordSetType is typically held by ArchivesRegionales
custodians. Inverse of rico:isOrWasHolderOf.

View file

@ -10,7 +10,14 @@ imports:
- ./ArtArchiveRecordSetTypes
- ../slots/holds_record_set_types
- ../slots/type_scope
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/dual_class_link
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./DualClassLink
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
ArtArchive:
is_a: ArchiveOrganizationType

View file

@ -13,7 +13,12 @@ default_prefix: hc
imports:
- linkml:types
- ./ArtArchive
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
ArtistPapersCollection:
is_a: ArtArchiveRecordSetType
@ -47,15 +52,15 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: ArtistPapersCollection
rico_organizational_principle:
organizational_principle:
equals_string: collection
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Collection
rico_has_or_had_holder:
record_holder:
equals_string: ArtArchive
rico_has_or_had_holder_note:
record_holder_note:
equals_string: This RecordSetType is typically held by ArtArchive custodians.
Inverse of rico:isOrWasHolderOf.
GalleryRecordsFonds:
@ -89,15 +94,15 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: GalleryRecordsFonds
rico_organizational_principle:
organizational_principle:
equals_string: fonds
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Fonds
rico_has_or_had_holder:
record_holder:
equals_string: ArtArchive
rico_has_or_had_holder_note:
record_holder_note:
equals_string: This RecordSetType is typically held by ArtArchive custodians.
Inverse of rico:isOrWasHolderOf.
ExhibitionDocumentationCollection:
@ -132,14 +137,14 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: ExhibitionDocumentationCollection
rico_organizational_principle:
organizational_principle:
equals_string: collection
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Collection
rico_has_or_had_holder:
record_holder:
equals_string: ArtArchive
rico_has_or_had_holder_note:
record_holder_note:
equals_string: This RecordSetType is typically held by ArtArchive custodians.
Inverse of rico:isOrWasHolderOf.

View file

@ -17,7 +17,39 @@ imports:
- ../slots/superseded_by
- ../slots/effective_date
- ./ReconstructedEntity
- ../slots/class_metadata_slots
- ../slots/amendment_history
- ../slots/archived_in
- ../slots/articles_archival_stage
- ../slots/articles_document_format
- ../slots/articles_document_url
- ../slots/collected_in
- ../slots/document_description
- ../slots/document_title
- ../slots/document_type
- ../slots/execution_date
- ../slots/governance_clauses
- ../slots/id
- ../slots/is_current_version
- ../slots/jurisdiction
- ../slots/language
- ../slots/legal_form
- ../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/template_specificity
- ../slots/valid_from
- ../slots/valid_to
- ../slots/version_number
- ../slots/was_derived_from
- ../slots/was_generated_by
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/

View file

@ -10,7 +10,14 @@ imports:
- ./AudiovisualArchiveRecordSetTypes
- ../slots/holds_record_set_types
- ../slots/type_scope
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/dual_class_link
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./DualClassLink
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
AudiovisualArchive:
is_a: ArchiveOrganizationType

View file

@ -13,7 +13,12 @@ default_prefix: hc
imports:
- linkml:types
- ./AudiovisualArchive
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
AudiovisualRecordingCollection:
is_a: AudiovisualArchiveRecordSetType
@ -47,15 +52,15 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: AudiovisualRecordingCollection
rico_organizational_principle:
organizational_principle:
equals_string: collection
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Collection
rico_has_or_had_holder:
record_holder:
equals_string: AudiovisualArchive
rico_has_or_had_holder_note:
record_holder_note:
equals_string: This RecordSetType is typically held by AudiovisualArchive
custodians. Inverse of rico:isOrWasHolderOf.
AudiovisualProductionFonds:
@ -89,14 +94,14 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: AudiovisualProductionFonds
rico_organizational_principle:
organizational_principle:
equals_string: fonds
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Fonds
rico_has_or_had_holder:
record_holder:
equals_string: AudiovisualArchive
rico_has_or_had_holder_note:
record_holder_note:
equals_string: This RecordSetType is typically held by AudiovisualArchive
custodians. Inverse of rico:isOrWasHolderOf.

View file

@ -25,7 +25,32 @@ imports:
- ../slots/archived_at
- ../slots/serves_finding_aids
- ../slots/data_service_endpoints
- ../slots/class_metadata_slots
- ../slots/api_documentation
- ../slots/archival_status
- ../slots/auxiliary_platform_id
- ../slots/auxiliary_platform_type
- ../slots/cms_detected
- ../slots/fixity_info
- ../slots/iiif_support
- ../slots/is_auxiliary_of_platform
- ../slots/linked_data
- ../slots/platform_description
- ../slots/platform_name
- ../slots/platform_purpose
- ../slots/platform_url
- ../slots/preservation_event_type
- ../slots/provides_access_to
- ../slots/refers_to_custodian
- ../slots/related_project
- ../slots/specificity_annotation
- ../slots/template_specificity
- ../slots/temporal_extent
- ../slots/valid_from
- ../slots/valid_to
- ../slots/was_derived_from
- ../slots/was_generated_by
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/

View file

@ -39,7 +39,26 @@ imports:
- ../slots/street_address
- ../slots/postal_code
- ../slots/city
- ../slots/class_metadata_slots
- ../slots/auxiliary_place_id
- ../slots/auxiliary_place_type
- ../slots/country
- ../slots/hosts_branch
- ../slots/is_auxiliary_of_place
- ../slots/place_description
- ../slots/place_name
- ../slots/refers_to_custodian
- ../slots/settlement
- ../slots/specialized_place
- ../slots/specificity_annotation
- ../slots/subregion
- ../slots/template_specificity
- ../slots/temporal_extent
- ../slots/valid_from
- ../slots/valid_to
- ../slots/was_derived_from
- ../slots/was_generated_by
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/

View file

@ -10,7 +10,14 @@ imports:
- ./BankArchiveRecordSetTypes
- ../slots/holds_record_set_types
- ../slots/type_scope
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/dual_class_link
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./DualClassLink
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
BankArchive:
is_a: ArchiveOrganizationType

View file

@ -13,7 +13,12 @@ default_prefix: hc
imports:
- linkml:types
- ./BankArchive
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
BankingRecordsFonds:
is_a: BankArchiveRecordSetType
@ -46,15 +51,15 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: BankingRecordsFonds
rico_organizational_principle:
organizational_principle:
equals_string: fonds
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Fonds
rico_has_or_had_holder:
record_holder:
equals_string: BankArchive
rico_has_or_had_holder_note:
record_holder_note:
equals_string: This RecordSetType is typically held by BankArchive custodians.
Inverse of rico:isOrWasHolderOf.
FinancialTransactionSeries:
@ -89,15 +94,15 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: FinancialTransactionSeries
rico_organizational_principle:
organizational_principle:
equals_string: series
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Series
rico_has_or_had_holder:
record_holder:
equals_string: BankArchive
rico_has_or_had_holder_note:
record_holder_note:
equals_string: This RecordSetType is typically held by BankArchive custodians.
Inverse of rico:isOrWasHolderOf.
CustomerAccountSeries:
@ -132,14 +137,14 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: CustomerAccountSeries
rico_organizational_principle:
organizational_principle:
equals_string: series
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Series
rico_has_or_had_holder:
record_holder:
equals_string: BankArchive
rico_has_or_had_holder_note:
record_holder_note:
equals_string: This RecordSetType is typically held by BankArchive custodians.
Inverse of rico:isOrWasHolderOf.

View file

@ -6,7 +6,12 @@ prefixes:
imports:
- linkml:types
- ./ArchiveOrganizationType
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
Bildstelle:
is_a: ArchiveOrganizationType

View file

@ -6,7 +6,18 @@ imports:
- ./CustodianType
- ../slots/collection_size
- ../enums/BioCustodianTypeEnum
- ../slots/class_metadata_slots
- ../slots/bio_custodian_subtype
- ../slots/conservation_breeding
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/living_collections
- ../slots/public_education
- ../slots/research_programs
- ../slots/specificity_annotation
- ../slots/specimen_types
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
BioCustodianType:
is_a: CustodianType

View file

@ -18,7 +18,46 @@ imports:
- ./CustodianPlace
- ../enums/PreservationMethodEnum
- ../slots/wikidata_id
- ../slots/class_metadata_slots
- ../slots/associated_taxa
- ../slots/bold_id
- ../slots/cites_appendix
- ../slots/collection_date
- ../slots/collection_locality_text
- ../slots/collection_location
- ../slots/collector
- ../slots/common_name
- ../slots/common_name_language
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/date_identified
- ../slots/field_number
- ../slots/gbif_id
- ../slots/genbank_accessions
- ../slots/habitat
- ../slots/higher_classification
- ../slots/identification_qualifier
- ../slots/identified_by
- ../slots/is_type_specimen
- ../slots/iucn_status
- ../slots/legal_provenance_notes
- ../slots/life_stage
- ../slots/part_type
- ../slots/preparation_date
- ../slots/prepared_by
- ../slots/preservation_method
- ../slots/preservative_details
- ../slots/sex
- ../slots/specificity_annotation
- ../slots/specimen_count
- ../slots/specimen_type
- ../slots/taxon_name
- ../slots/taxon_remarks
- ../slots/taxonomic_authority
- ../slots/taxonomic_rank
- ../slots/template_specificity
- ../slots/type_status
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
default_prefix: hc
classes:
BiologicalObject:

View file

@ -6,7 +6,21 @@ imports:
- ./ReconstructedEntity
- ./CustodianObservation
- ./ReconstructionActivity
- ../slots/class_metadata_slots
- ../slots/branch_office_description
- ../slots/branch_office_id
- ../slots/branch_office_name
- ../slots/branch_service_area
- ../slots/branch_staff_count
- ../slots/has_local_collection
- ../slots/is_public_facing
- ../slots/operating_hours
- ../slots/services_offered
- ../slots/specificity_annotation
- ../slots/template_specificity
- ../slots/was_derived_from
- ../slots/was_generated_by
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/

View file

@ -11,7 +11,38 @@ imports:
- ./ReconstructedEntity
- ../slots/revision_date
- ../slots/approval_date
- ../slots/class_metadata_slots
- ../slots/acquisition_budget
- ../slots/approved_by
- ../slots/budget_currency
- ../slots/budget_description
- ../slots/budget_name
- ../slots/budget_status
- ../slots/budget_type
- ../slots/capital_budget
- ../slots/digitization_budget
- ../slots/documented_by
- ../slots/endowment_draw
- ../slots/external_funding
- ../slots/fiscal_year_end
- ../slots/fiscal_year_start
- ../slots/id
- ../slots/innovation_budget
- ../slots/internal_funding
- ../slots/managing_unit
- ../slots/operating_budget
- ../slots/personnel_budget
- ../slots/preservation_budget
- ../slots/refers_to_custodian
- ../slots/revision_number
- ../slots/specificity_annotation
- ../slots/template_specificity
- ../slots/total_budget_amount
- ../slots/valid_from
- ../slots/valid_to
- ../slots/was_derived_from
- ../slots/was_generated_by
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/

View file

@ -17,7 +17,38 @@ imports:
- ./FundingRequirement
- ../slots/contact_email
- ../slots/keywords
- ../slots/class_metadata_slots
- ../slots/application_deadline
- ../slots/application_opening_date
- ../slots/call_description
- ../slots/call_id
- ../slots/call_identifiers
- ../slots/call_short_name
- ../slots/call_status
- ../slots/call_title
- ../slots/call_url
- ../slots/co_funding_required
- ../slots/eligible_applicants
- ../slots/eligible_countries
- ../slots/funded_projects
- ../slots/funding_rate
- ../slots/heritage_types
- ../slots/info_session_dates
- ../slots/issuing_organisation
- ../slots/minimum_partners
- ../slots/parent_programme
- ../slots/partnership_required
- ../slots/programme_year
- ../slots/related_calls
- ../slots/requirements
- ../slots/results_expected_date
- ../slots/specificity_annotation
- ../slots/template_specificity
- ../slots/thematic_areas
- ../slots/total_budget
- ../slots/typical_grant_range
- ../slots/web_observations
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
default_prefix: hc
slots:
call_id:

View file

@ -10,7 +10,14 @@ imports:
- ./CantonalArchiveRecordSetTypes
- ../slots/holds_record_set_types
- ../slots/type_scope
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/dual_class_link
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./DualClassLink
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
CantonalArchive:
is_a: ArchiveOrganizationType

View file

@ -13,7 +13,12 @@ default_prefix: hc
imports:
- linkml:types
- ./CantonalArchive
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
CantonalGovernmentFonds:
is_a: CantonalArchiveRecordSetType
@ -47,15 +52,15 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: CantonalGovernmentFonds
rico_organizational_principle:
organizational_principle:
equals_string: fonds
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Fonds
rico_has_or_had_holder:
record_holder:
equals_string: CantonalArchive
rico_has_or_had_holder_note:
record_holder_note:
equals_string: This RecordSetType is typically held by CantonalArchive custodians.
Inverse of rico:isOrWasHolderOf.
CantonalLegislationCollection:
@ -90,14 +95,14 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: CantonalLegislationCollection
rico_organizational_principle:
organizational_principle:
equals_string: collection
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Collection
rico_has_or_had_holder:
record_holder:
equals_string: CantonalArchive
rico_has_or_had_holder_note:
record_holder_note:
equals_string: This RecordSetType is typically held by CantonalArchive custodians.
Inverse of rico:isOrWasHolderOf.

View file

@ -8,7 +8,12 @@ imports:
- ./GalleryType
- ./MuseumType
- ./PersonalCollectionType
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
CastCollection:
is_a: ArchiveOrganizationType

View file

@ -8,7 +8,6 @@ imports:
- ./ReconstructionActivity
- ../enums/TasteScentHeritageTypeEnum
- ../enums/CateringTypeEnum
- ../slots/class_metadata_slots
- ../slots/catering_place_id
- ../slots/catering_place_name
- ../slots/catering_place_description
@ -28,6 +27,12 @@ imports:
- ../slots/accessibility_features
- ../slots/operator
- ../slots/founded_year
- ../slots/specificity_annotation
- ../slots/template_specificity
- ../slots/was_derived_from
- ../slots/was_generated_by
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/

View file

@ -10,7 +10,14 @@ imports:
- ./CathedralArchiveRecordSetTypes
- ../slots/holds_record_set_types
- ../slots/type_scope
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/dual_class_link
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./DualClassLink
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
CathedralArchive:
is_a: ArchiveOrganizationType

View file

@ -13,7 +13,12 @@ default_prefix: hc
imports:
- linkml:types
- ./CathedralArchive
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
ChapterRecordsFonds:
is_a: CathedralArchiveRecordSetType
@ -46,15 +51,15 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: ChapterRecordsFonds
rico_organizational_principle:
organizational_principle:
equals_string: fonds
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Fonds
rico_has_or_had_holder:
record_holder:
equals_string: CathedralArchive
rico_has_or_had_holder_note:
record_holder_note:
equals_string: This RecordSetType is typically held by CathedralArchive custodians.
Inverse of rico:isOrWasHolderOf.
LiturgicalDocumentCollection:
@ -89,15 +94,15 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: LiturgicalDocumentCollection
rico_organizational_principle:
organizational_principle:
equals_string: collection
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Collection
rico_has_or_had_holder:
record_holder:
equals_string: CathedralArchive
rico_has_or_had_holder_note:
record_holder_note:
equals_string: This RecordSetType is typically held by CathedralArchive custodians.
Inverse of rico:isOrWasHolderOf.
FabricRecordsSeries:
@ -131,14 +136,14 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: FabricRecordsSeries
rico_organizational_principle:
organizational_principle:
equals_string: series
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Series
rico_has_or_had_holder:
record_holder:
equals_string: CathedralArchive
rico_has_or_had_holder_note:
record_holder_note:
equals_string: This RecordSetType is typically held by CathedralArchive custodians.
Inverse of rico:isOrWasHolderOf.

View file

@ -10,7 +10,7 @@ imports:
- ./ChurchArchiveRecordSetTypes
- ../slots/holds_record_set_types
- ../slots/type_scope
- ../slots/class_metadata_slots
- ../slots/wikidata_entity
classes:
ChurchArchive:
is_a: ArchiveOrganizationType

View file

@ -13,7 +13,12 @@ default_prefix: hc
imports:
- linkml:types
- ./ChurchArchive
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
ChurchArchiveRecordSetType:
abstract: true
@ -131,13 +136,13 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: ChurchGovernanceFonds
rico_organizational_principle:
organizational_principle:
equals_string: fonds
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Fonds
rico_note:
record_note:
equals_string: This RecordSetType classifies record sets following the fonds
principle. Governance records form the core archival fonds of church archives.
scope_includes:
@ -229,13 +234,13 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: ParishRegisterSeries
rico_organizational_principle:
organizational_principle:
equals_string: series
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Series
rico_note:
record_note:
equals_string: 'This RecordSetType classifies record sets following the series
principle. Registers arranged chronologically by event type (DTB: doop,
trouw, begraven).'
@ -316,13 +321,13 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: PastoralCorrespondenceCollection
rico_organizational_principle:
organizational_principle:
equals_string: mixed
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Fonds
rico_note:
record_note:
equals_string: This RecordSetType may follow mixed organizational principles.
Includes both organic correspondence series from church administration and
personal papers of individual clergy members acquired as donations.
@ -406,13 +411,13 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: ChurchPropertyFonds
rico_organizational_principle:
organizational_principle:
equals_string: fonds
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Fonds
rico_note:
record_note:
equals_string: This RecordSetType classifies record sets following the fonds
principle. Property administration forms a distinct archival fonds, often
managed separately from governance records.
@ -502,13 +507,13 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: CongregationalLifeCollection
rico_organizational_principle:
organizational_principle:
equals_string: collection
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Collection
rico_note:
record_note:
equals_string: This RecordSetType classifies record sets following the collection
principle as defined by rico-rst:Collection. Typically includes assembled
collections organized by society or activity type. Documentation value

View file

@ -10,7 +10,14 @@ imports:
- ./ChurchArchiveSwedenRecordSetTypes
- ../slots/holds_record_set_types
- ../slots/type_scope
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/dual_class_link
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./DualClassLink
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
ChurchArchiveSweden:
is_a: ChurchArchive

View file

@ -13,7 +13,12 @@ default_prefix: hc
imports:
- linkml:types
- ./ChurchArchiveSweden
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
SwedishParishRecordSeries:
is_a: ChurchArchiveSwedenRecordSetType
@ -47,15 +52,15 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: SwedishParishRecordSeries
rico_organizational_principle:
organizational_principle:
equals_string: series
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Series
rico_has_or_had_holder:
record_holder:
equals_string: ChurchArchiveSweden
rico_has_or_had_holder_note:
record_holder_note:
equals_string: This RecordSetType is typically held by ChurchArchiveSweden
custodians. Inverse of rico:isOrWasHolderOf.
SwedishChurchPropertyFonds:
@ -91,14 +96,14 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: SwedishChurchPropertyFonds
rico_organizational_principle:
organizational_principle:
equals_string: fonds
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Fonds
rico_has_or_had_holder:
record_holder:
equals_string: ChurchArchiveSweden
rico_has_or_had_holder_note:
record_holder_note:
equals_string: This RecordSetType is typically held by ChurchArchiveSweden
custodians. Inverse of rico:isOrWasHolderOf.

View file

@ -4,7 +4,12 @@ title: Cinematheque Type
imports:
- linkml:types
- ./ArchiveOrganizationType
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
Cinematheque:
is_a: ArchiveOrganizationType

View file

@ -10,7 +10,14 @@ imports:
- ./ClimateArchiveRecordSetTypes
- ../slots/holds_record_set_types
- ../slots/type_scope
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/dual_class_link
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./DualClassLink
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
ClimateArchive:
is_a: ArchiveOrganizationType

View file

@ -13,7 +13,12 @@ default_prefix: hc
imports:
- linkml:types
- ./ClimateArchive
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
ClimateDataCollection:
is_a: ClimateArchiveRecordSetType
@ -47,15 +52,15 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: ClimateDataCollection
rico_organizational_principle:
organizational_principle:
equals_string: collection
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Collection
rico_has_or_had_holder:
record_holder:
equals_string: ClimateArchive
rico_has_or_had_holder_note:
record_holder_note:
equals_string: This RecordSetType is typically held by ClimateArchive custodians.
Inverse of rico:isOrWasHolderOf.
MeteorologicalObservationSeries:
@ -90,14 +95,14 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: MeteorologicalObservationSeries
rico_organizational_principle:
organizational_principle:
equals_string: series
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Series
rico_has_or_had_holder:
record_holder:
equals_string: ClimateArchive
rico_has_or_had_holder_note:
record_holder_note:
equals_string: This RecordSetType is typically held by ClimateArchive custodians.
Inverse of rico:isOrWasHolderOf.

View file

@ -23,7 +23,25 @@ imports:
- ./Collection
- ./AccessPolicy
- ../slots/security_level
- ../slots/class_metadata_slots
- ../slots/access_policy
- ../slots/capacity
- ../slots/closed_space_id
- ../slots/contains_collections
- ../slots/contains_storage
- ../slots/environmental_controls
- ../slots/hazards
- ../slots/restriction_reason
- ../slots/restriction_type
- ../slots/space_description
- ../slots/space_name
- ../slots/specificity_annotation
- ../slots/template_specificity
- ../slots/valid_from
- ../slots/valid_to
- ../slots/within_auxiliary_place
- ../slots/within_place
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
ClosedSpace:
class_uri: crm:E27_Site

View file

@ -10,7 +10,14 @@ imports:
- ../slots/holds_record_set_types
- ./CollectionType
- ../slots/type_scope
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/dual_class_link
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./DualClassLink
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
CollectingArchives:
is_a: ArchiveOrganizationType

View file

@ -13,7 +13,12 @@ default_prefix: hc
imports:
- linkml:types
- ./CollectingArchives
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
CollectedMaterialsFonds:
is_a: CollectingArchivesRecordSetType
@ -47,15 +52,15 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: CollectedMaterialsFonds
rico_organizational_principle:
organizational_principle:
equals_string: fonds
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Fonds
rico_has_or_had_holder:
record_holder:
equals_string: CollectingArchives
rico_has_or_had_holder_note:
record_holder_note:
equals_string: This RecordSetType is typically held by CollectingArchives
custodians. Inverse of rico:isOrWasHolderOf.
DonatedPapersCollection:
@ -90,14 +95,14 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: DonatedPapersCollection
rico_organizational_principle:
organizational_principle:
equals_string: collection
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Collection
rico_has_or_had_holder:
record_holder:
equals_string: CollectingArchives
rico_has_or_had_holder_note:
record_holder_note:
equals_string: This RecordSetType is typically held by CollectingArchives
custodians. Inverse of rico:isOrWasHolderOf.

View file

@ -29,7 +29,6 @@ imports:
- ../slots/acquisition_method
- ../slots/acquisition_source
- ../slots/arrangement
- ../slots/class_metadata_slots
- ../slots/collection_description
- ../slots/collection_id
- ../slots/collection_name
@ -45,12 +44,18 @@ imports:
- ../slots/parent_collection
- ../slots/part_of_custodian_collection
- ../slots/provenance_statement
- ../slots/rico_record_set_type
- ../slots/record_set_type
- ../slots/sub_collections
- ../slots/subject_areas
- ../slots/temporal_coverage
- ../slots/valid_from
- ../slots/valid_to
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
Collection:
class_uri: rico:RecordSet
@ -108,7 +113,7 @@ classes:
Collection:
collection_name: "Records of the Dutch East India Company (VOC)"
collection_type: FONDS
rico_record_set_type: rico:Fonds
record_set_type: rico:Fonds
extent: "1,250 linear meters"
temporal_coverage: "1602-1799"
provenance: "Dutch East India Company (VOC)"
@ -184,7 +189,7 @@ classes:
- parent_collection
- part_of_custodian_collection
- provenance_statement
- rico_record_set_type
- record_set_type
- specificity_annotation
- sub_collections
- subject_areas
@ -250,7 +255,7 @@ classes:
description: Archival fonds
- value: https://nde.nl/ontology/hc/collection-type/special-collection
description: Library special collection
rico_record_set_type:
record_set_type:
slot_uri: rico:hasRecordSetType
description: |
Direct mapping to RiC-O RecordSetType vocabulary.
@ -666,7 +671,7 @@ classes:
of the Dutch East India Company from its founding in 1602 until its dissolution
in 1799.
collection_type_ref: https://nde.nl/ontology/hc/collection-type/fonds
rico_record_set_type: rico:Fonds
record_set_type: rico:Fonds
extent: 1,250 linear meters
temporal_coverage:
start_date: '1602-01-01'
@ -698,7 +703,7 @@ classes:
description: VOC archival fonds at Nationaal Archief
# NOTE: All slots are defined in centralized modules/slots/ files
# Slots used by this class: collection_id, collection_type_ref, rico_record_set_type,
# Slots used by this class: collection_id, collection_type_ref, record_set_type,
# extent_items, subject_areas, provenance_statement, custodial_history, acquisition_source,
# access_policy_ref, arrangement, finding_aids, digital_surrogate_url, parent_collection,
# sub_collections, items, curation_activities, part_of_custodian_collection

View file

@ -11,7 +11,34 @@ imports:
- ./TimeSpan
- ../slots/documentation_url
- ./ReconstructedEntity
- ../slots/class_metadata_slots
- ../slots/api_available
- ../slots/cms_category
- ../slots/cms_id
- ../slots/cms_product_name
- ../slots/cms_product_version
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/deployment_date
- ../slots/iiif_compatible
- ../slots/license
- ../slots/linked_data_export
- ../slots/manages_collection
- ../slots/open_source
- ../slots/powers_platform
- ../slots/programming_languages
- ../slots/refers_to_custodian
- ../slots/repository_url
- ../slots/specificity_annotation
- ../slots/supported_metadata_standards
- ../slots/template_specificity
- ../slots/temporal_extent
- ../slots/used_by_custodian
- ../slots/vendor_name
- ../slots/vendor_url
- ../slots/was_derived_from
- ../slots/was_generated_by
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/

View file

@ -12,8 +12,21 @@ prefixes:
default_prefix: hc
imports:
- linkml:types
- ../slots/rico_equivalent
- ../slots/class_metadata_slots
- ../slots/record_equivalent
- ../slots/bibframe_equivalent
- ../slots/collection_broader_type
- ../slots/collection_narrower_types
- ../slots/collection_type_description
- ../slots/collection_type_id
- ../slots/collection_type_name
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/domain_context
- ../slots/specificity_annotation
- ../slots/template_specificity
- ../slots/wikidata_equivalent
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
CollectionType:
class_uri: rico:RecordSetType
@ -85,7 +98,7 @@ classes:
CollectionType:
type_id: "hc:collection-type/fonds"
type_name: "Fonds"
rico_equivalent: "rico:Fonds"
record_equivalent: "rico:Fonds"
description: "Provenance-based archival unit"
```
@ -94,7 +107,7 @@ classes:
CollectionType:
type_id: "hc:collection-type/special-collection"
type_name: "Special Collection"
bf_equivalent: "bf:Collection"
bibframe_equivalent: "bf:Collection"
description: "Named library special collection"
```
@ -112,7 +125,7 @@ classes:
- bf:CollectionType
- dcterms:DCMIType
slots:
- bf_equivalent
- bibframe_equivalent
- collection_broader_type
- collection_narrower_types
- collection_type_description
@ -121,7 +134,7 @@ classes:
- custodian_types
- custodian_types_rationale
- domain_context
- rico_equivalent
- record_equivalent
- specificity_annotation
- template_specificity
- wikidata_equivalent
@ -163,7 +176,7 @@ classes:
virtue of being accumulated by the same creator in the exercise of their
activities and functions.
description: Fonds definition (ISAD(G))
rico_equivalent:
record_equivalent:
slot_uri: skos:exactMatch
description: |
Equivalent RiC-O RecordSetType term.
@ -177,7 +190,7 @@ classes:
description: RiC-O Series
- value: rico:Collection
description: RiC-O Collection (assembled)
bf_equivalent:
bibframe_equivalent:
slot_uri: skos:closeMatch
description: |
Equivalent BIBFRAME term (for library contexts).
@ -267,7 +280,7 @@ classes:
collection_type_name: Fonds
collection_type_description: A fonds is a group of documents brought together
by the same creator in the exercise of their activities and functions.
rico_equivalent: rico:Fonds
record_equivalent: rico:Fonds
wikidata_equivalent: wikidata:Q1643722
domain_context: ARCHIVE
collection_narrower_types:
@ -279,7 +292,7 @@ classes:
collection_type_name: Special Collection
collection_type_description: A named special collection within a library,
often focusing on a particular subject, format, or provenance.
bf_equivalent: bf:Collection
bibframe_equivalent: bf:Collection
domain_context: LIBRARY
description: Library special collection type
slots:
@ -292,7 +305,7 @@ slots:
collection_type_description:
description: Definition of collection type
range: string
bf_equivalent:
bibframe_equivalent:
description: BIBFRAME equivalent
range: uriorcurie
wikidata_equivalent:

View file

@ -10,7 +10,14 @@ imports:
- ./ComarcalArchiveRecordSetTypes
- ../slots/holds_record_set_types
- ../slots/type_scope
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/dual_class_link
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./DualClassLink
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
ComarcalArchive:
is_a: ArchiveOrganizationType

View file

@ -13,7 +13,12 @@ default_prefix: hc
imports:
- linkml:types
- ./ComarcalArchive
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
ComarcalAdministrationFonds:
is_a: ComarcalArchiveRecordSetType
@ -47,15 +52,15 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: ComarcalAdministrationFonds
rico_organizational_principle:
organizational_principle:
equals_string: fonds
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Fonds
rico_has_or_had_holder:
record_holder:
equals_string: ComarcalArchive
rico_has_or_had_holder_note:
record_holder_note:
equals_string: This RecordSetType is typically held by ComarcalArchive custodians.
Inverse of rico:isOrWasHolderOf.
ComarcalHistoryCollection:
@ -90,14 +95,14 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: ComarcalHistoryCollection
rico_organizational_principle:
organizational_principle:
equals_string: collection
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Collection
rico_has_or_had_holder:
record_holder:
equals_string: ComarcalArchive
rico_has_or_had_holder_note:
record_holder_note:
equals_string: This RecordSetType is typically held by ComarcalArchive custodians.
Inverse of rico:isOrWasHolderOf.

View file

@ -11,7 +11,19 @@ imports:
- linkml:types
- ./CustodianType
- ../enums/CommercialCustodianTypeEnum
- ../slots/class_metadata_slots
- ../slots/business_model
- ../slots/collection_purpose
- ../slots/commercial_activities
- ../slots/commercial_custodian_subtype
- ../slots/corporate_integration
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/heritage_holdings
- ../slots/public_access
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/

View file

@ -10,7 +10,14 @@ imports:
- ./CommunityArchiveRecordSetTypes
- ../slots/holds_record_set_types
- ../slots/type_scope
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/dual_class_link
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./DualClassLink
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
CommunityArchive:
is_a: ArchiveOrganizationType

View file

@ -13,7 +13,12 @@ default_prefix: hc
imports:
- linkml:types
- ./CommunityArchive
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
CommunityOrganizationFonds:
is_a: CommunityArchiveRecordSetType
@ -47,15 +52,15 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: CommunityOrganizationFonds
rico_organizational_principle:
organizational_principle:
equals_string: fonds
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Fonds
rico_has_or_had_holder:
record_holder:
equals_string: CommunityArchive
rico_has_or_had_holder_note:
record_holder_note:
equals_string: This RecordSetType is typically held by CommunityArchive custodians.
Inverse of rico:isOrWasHolderOf.
OralHistoryCollection:
@ -90,15 +95,15 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: OralHistoryCollection
rico_organizational_principle:
organizational_principle:
equals_string: collection
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Collection
rico_has_or_had_holder:
record_holder:
equals_string: CommunityArchive
rico_has_or_had_holder_note:
record_holder_note:
equals_string: This RecordSetType is typically held by CommunityArchive custodians.
Inverse of rico:isOrWasHolderOf.
LocalEventDocumentation:
@ -133,14 +138,14 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: LocalEventDocumentation
rico_organizational_principle:
organizational_principle:
equals_string: collection
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Collection
rico_has_or_had_holder:
record_holder:
equals_string: CommunityArchive
rico_has_or_had_holder_note:
record_holder_note:
equals_string: This RecordSetType is typically held by CommunityArchive custodians.
Inverse of rico:isOrWasHolderOf.

View file

@ -14,7 +14,12 @@ default_prefix: hc
imports:
- linkml:types
- ./CompanyArchives
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
CompanyArchiveRecordSetType:
abstract: true
@ -137,13 +142,13 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: CorporateGovernanceFonds
rico_organizational_principle:
organizational_principle:
equals_string: fonds
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Fonds
rico_note:
record_note:
equals_string: This RecordSetType classifies record sets following the fonds
principle as defined by rico-rst:Fonds. Governance records form the core
archival fonds of company archives.
@ -233,13 +238,13 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: ProductDevelopmentCollection
rico_organizational_principle:
organizational_principle:
equals_string: mixed
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Collection
rico_note:
record_note:
equals_string: This RecordSetType may follow mixed organizational principles.
May include both organic R&D fonds and assembled collections organized by
product line, technology, or project.
@ -328,13 +333,13 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: MarketingArchiveCollection
rico_organizational_principle:
organizational_principle:
equals_string: collection
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Collection
rico_note:
record_note:
equals_string: This RecordSetType classifies record sets following the collection
principle as defined by rico-rst:Collection. Typically assembled collection
organized by campaign, product line, or media type. Visual materials often
@ -419,13 +424,13 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: PersonnelRecordsSeries
rico_organizational_principle:
organizational_principle:
equals_string: series
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Series
rico_note:
record_note:
equals_string: This RecordSetType classifies record sets following the series
principle as defined by rico-rst:Series. Personnel records typically arranged alphabetically
by employee name within date ranges.
@ -514,13 +519,13 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: CorporatePublicationsSeries
rico_organizational_principle:
organizational_principle:
equals_string: series
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Series
rico_note:
record_note:
equals_string: This RecordSetType classifies record sets following the series
principle as defined by rico-rst:Series. Publications arranged chronologically
by title. May benefit from bibliographic treatment for serial publications.

View file

@ -13,7 +13,10 @@ imports:
- ../metadata
- ../slots/confidence_value
- ../slots/confidence_method
- ../slots/class_metadata_slots
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
ConfidenceMeasure:
class_uri: prov:Confidence

View file

@ -8,7 +8,10 @@ imports:
- ./TimeSpan
- ../slots/description
- ../slots/status
- ../slots/class_metadata_slots
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/

View file

@ -24,7 +24,6 @@ imports:
- ../slots/source_metadata
- ../slots/specificity_annotation
- ../slots/template_specificity
- ../slots/class_metadata_slots
default_range: string
classes:

View file

@ -6,7 +6,26 @@ imports:
- ./ReconstructedEntity
- ./CustodianObservation
- ./ReconstructionActivity
- ../slots/class_metadata_slots
- ../slots/accepts_external_work
- ../slots/accreditation_body
- ../slots/conservation_specializations
- ../slots/equipment_types
- ../slots/has_climate_control
- ../slots/has_deacidification_facility
- ../slots/has_fume_hoods
- ../slots/has_imaging_equipment
- ../slots/is_accredited
- ../slots/lab_description
- ../slots/lab_id
- ../slots/lab_name
- ../slots/safety_certifications
- ../slots/specificity_annotation
- ../slots/staff_count
- ../slots/template_specificity
- ../slots/was_derived_from
- ../slots/was_generated_by
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/

View file

@ -19,7 +19,34 @@ imports:
- ../slots/follow_up_date
- ../slots/funding_source
- ../slots/object_ref
- ../slots/class_metadata_slots
- ../slots/condition_after
- ../slots/condition_before
- ../slots/condition_description
- ../slots/conservation_notes
- ../slots/conservator
- ../slots/conservator_affiliation
- ../slots/cost
- ../slots/cost_currency
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/environmental_conditions
- ../slots/examination_methods
- ../slots/materials_used
- ../slots/photographs
- ../slots/recommendations
- ../slots/record_date
- ../slots/record_id
- ../slots/record_timespan
- ../slots/related_loan
- ../slots/report_document
- ../slots/report_url
- ../slots/specificity_annotation
- ../slots/techniques_used
- ../slots/template_specificity
- ../slots/treatment_description
- ../slots/treatment_type
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
default_prefix: hc
classes:
ConservationRecord:

View file

@ -25,7 +25,10 @@ imports:
- ./DigitalPlatform
- ./Collection
- ./FindingAid
- ../slots/class_metadata_slots
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
Container:
tree_root: true

View file

@ -20,7 +20,6 @@ imports:
- ./TemplateSpecificityScores
- ../slots/description
- ../slots/website
- ../slots/class_metadata_slots
- ../slots/specificity_annotation
- ../slots/template_specificity
- ../slots/contributor_code

View file

@ -3,7 +3,12 @@ name: country
title: Country Class
imports:
- linkml:types
- ../slots/class_metadata_slots
- ../slots/alpha_2
- ../slots/alpha_3
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
Country:
class_uri: schema:Country

View file

@ -8,7 +8,12 @@ imports:
- linkml:types
- ./ArchiveOrganizationType
- ./OrganizationBranch
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
CountyRecordOffice:
is_a: ArchiveOrganizationType

View file

@ -11,7 +11,15 @@ default_prefix: hc
imports:
- linkml:types
- ./ArchiveOrganizationType
- ../slots/class_metadata_slots
- ../slots/court_types_covered
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/jurisdiction_level
- ../slots/specificity_annotation
- ../slots/template_specificity
- ../slots/wikidata_entity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
CourtRecords:
is_a: ArchiveOrganizationType

View file

@ -12,7 +12,15 @@ default_prefix: hc
imports:
- linkml:types
- ./CustodianType
- ../slots/class_metadata_slots
- ../slots/cultural_focus_areas
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/institution_functions
- ../slots/specificity_annotation
- ../slots/template_specificity
- ../slots/wikidata_entity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
CulturalInstitution:
is_a: CustodianType

View file

@ -27,7 +27,32 @@ imports:
- ../slots/deliverables
- ../slots/funding_source
- ../slots/status
- ../slots/class_metadata_slots
- ../slots/activity_description
- ../slots/activity_id
- ../slots/activity_name
- ../slots/activity_timespan
- ../slots/budget
- ../slots/curated_holding
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/documentation_produced
- ../slots/following_activity
- ../slots/is_recurring
- ../slots/objects_added
- ../slots/objects_affected
- ../slots/objects_count
- ../slots/objects_removed
- ../slots/preceding_activity
- ../slots/priority
- ../slots/recurrence_pattern
- ../slots/related_activities
- ../slots/responsible_actor
- ../slots/responsible_department
- ../slots/specificity_annotation
- ../slots/spectrum_procedure
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
CurationActivity:
class_uri: crm:E87_Curation_Activity

View file

@ -18,7 +18,17 @@ imports:
- ../slots/holds_record_set_types
- ./CollectionType
- ../slots/type_scope
- ../slots/class_metadata_slots
- ../slots/creating_organization
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/has_narrower_instance
- ../slots/retention_schedule
- ../slots/specificity_annotation
- ../slots/template_specificity
- ../slots/transfer_policy
- ../slots/wikidata_entity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
CurrentArchive:
is_a: ArchiveOrganizationType

View file

@ -13,7 +13,12 @@ default_prefix: hc
imports:
- linkml:types
- ./CurrentArchive
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
ActiveRecordsFonds:
is_a: CurrentArchiveRecordSetType
@ -46,14 +51,14 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: ActiveRecordsFonds
rico_organizational_principle:
organizational_principle:
equals_string: fonds
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Fonds
rico_has_or_had_holder:
record_holder:
equals_string: CurrentArchive
rico_has_or_had_holder_note:
record_holder_note:
equals_string: This RecordSetType is typically held by CurrentArchive custodians.
Inverse of rico:isOrWasHolderOf.

View file

@ -48,7 +48,28 @@ imports:
- ./InternetOfThings
- ./IntangibleHeritageForm
- ./Exhibition
- ../slots/class_metadata_slots
- ../slots/exhibitions
- ../slots/gift_shop
- ../slots/has_administration
- ../slots/has_budget
- ../slots/has_operational_archive
- ../slots/participated_in_projects
- ../slots/social_media_profiles
- ../slots/specificity_annotation
- ../slots/storage_facilities
- ../slots/template_specificity
- ./ConflictStatus
- ./CustodianCollection
- ./CustodianLegalStatus
- ./CustodianPlace
- ./CustodianType
- ./DigitalPlatform
- ./EncompassingBody
- ./OrganizationalChangeEvent
- ./OrganizationalStructure
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
- ./TimeSpan
slots:
participated_in_projects:
slot_uri: org:memberOf

View file

@ -11,7 +11,33 @@ imports:
- ./DigitalPlatform
- ./ReconstructedEntity
- ../slots/record_type
- ../slots/class_metadata_slots
- ../slots/access_control
- ../slots/active_since
- ../slots/administration_description
- ../slots/administration_name
- ../slots/backup_status
- ../slots/business_criticality
- ../slots/creating_function
- ../slots/data_sensitivity
- ../slots/estimated_volume
- ../slots/expected_transfer_date
- ../slots/gdpr_relevant
- ../slots/growth_rate
- ../slots/id
- ../slots/managing_unit
- ../slots/primary_system
- ../slots/refers_to_custodian
- ../slots/retention_period_years
- ../slots/retention_schedule
- ../slots/secondary_systems
- ../slots/specificity_annotation
- ../slots/template_specificity
- ../slots/valid_from
- ../slots/valid_to
- ../slots/was_derived_from
- ../slots/was_generated_by
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/

View file

@ -20,7 +20,37 @@ imports:
- ../slots/holds_record_set_types
- ./CollectionType
- ../slots/type_scope
- ../slots/class_metadata_slots
- ../slots/accession_date
- ../slots/accumulation_date_end
- ../slots/accumulation_date_start
- ../slots/appraisal_notes
- ../slots/archive_description
- ../slots/archive_name
- ../slots/arrangement_notes
- ../slots/assigned_processor
- ../slots/creating_agency
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/estimated_extent
- ../slots/id
- ../slots/lifecycle_phase_type
- ../slots/managing_unit
- ../slots/processing_completed_date
- ../slots/processing_priority
- ../slots/processing_started_date
- ../slots/processing_status
- ../slots/refers_to_custodian
- ../slots/specificity_annotation
- ../slots/successor_collection
- ../slots/template_specificity
- ../slots/tracked_in_cms
- ../slots/transfer_to_collection_date
- ../slots/valid_from
- ../slots/valid_to
- ../slots/was_derived_from
- ../slots/was_generated_by
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/

View file

@ -13,7 +13,12 @@ default_prefix: hc
imports:
- linkml:types
- ./CustodianArchive
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
CustodialRecordsFonds:
is_a: CustodianArchiveRecordSetType
@ -47,14 +52,14 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: CustodialRecordsFonds
rico_organizational_principle:
organizational_principle:
equals_string: fonds
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Fonds
rico_has_or_had_holder:
record_holder:
equals_string: CustodianArchive
rico_has_or_had_holder_note:
record_holder_note:
equals_string: This RecordSetType is typically held by CustodianArchive custodians.
Inverse of rico:isOrWasHolderOf.

View file

@ -25,7 +25,18 @@ imports:
- ../slots/was_derived_from
- ../slots/arrangement_system
- ../slots/was_generated_by
- ../slots/class_metadata_slots
- ../slots/access_rights
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/custody_history
- ../slots/digital_surrogates
- ../slots/id
- ../slots/managed_by_cms
- ../slots/provenance_note
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/

View file

@ -56,7 +56,14 @@ imports:
- ../slots/was_revision_of
- ../slots/identifiers
- ../slots/collections_under_responsibility
- ../slots/class_metadata_slots
- ../slots/has_articles_of_association
- ../slots/registration_date
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./LegalResponsibilityCollection
- ./RegistrationAuthority
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
CustodianLegalStatus:
is_a: ReconstructedEntity

View file

@ -36,7 +36,10 @@ imports:
- ../slots/was_derived_from
- ../slots/was_generated_by
- ../slots/refers_to_custodian
- ../slots/class_metadata_slots
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
CustodianName:
is_a: ReconstructedEntity

View file

@ -27,7 +27,12 @@ imports:
- ../slots/observation_context
- ../slots/derived_from_entity
- ../slots/confidence_score
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
CustodianObservation:
class_uri: hc:CustodianObservation

View file

@ -29,7 +29,10 @@ imports:
- ../slots/valid_to
- ../slots/has_feature_type
- ../slots/has_geospatial_location
- ../slots/class_metadata_slots
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
CustodianPlace:
is_a: ReconstructedEntity

View file

@ -13,6 +13,12 @@ imports:
- ../metadata
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
- ../slots/ghcid
- ../slots/isil
- ../slots/name
- ../slots/specificity_annotation
- ../slots/template_specificity
- ../slots/wikidata
classes:
CustodianReference:

View file

@ -32,7 +32,6 @@ imports:
- ../slots/source_urls
- ../slots/specificity_annotation
- ../slots/template_specificity
- ../slots/class_metadata_slots
default_prefix: hc
classes:

View file

@ -7,8 +7,19 @@ imports:
- linkml:types
- ../slots/created
- ../slots/modified
- ../slots/class_metadata_slots
- ../slots/wikidata_entity
- ../slots/applicable_countries
- ../slots/custodian_type_broader
- ../slots/custodian_type_narrower
- ../slots/custodian_type_related
- ../slots/glamorcubesfixphdnt_code
- ../slots/specificity_annotation
- ../slots/template_specificity
- ../slots/type_description
- ../slots/type_id
- ../slots/type_label
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
slots:
type_id:
range: uriorcurie

View file

@ -19,7 +19,16 @@ imports:
- ../slots/holds_record_set_types
- ./CollectionType
- ../slots/type_scope
- ../slots/class_metadata_slots
- ../slots/access_trigger_events
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/preservation_purpose
- ../slots/refers_to_access_policy
- ../slots/specificity_annotation
- ../slots/template_specificity
- ../slots/wikidata_entity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
DarkArchive:
is_a: ArchiveOrganizationType

View file

@ -13,7 +13,12 @@ default_prefix: hc
imports:
- linkml:types
- ./DarkArchive
- ../slots/class_metadata_slots
- ../slots/custodian_types
- ../slots/custodian_types_rationale
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
PreservationCopyCollection:
is_a: DarkArchiveRecordSetType
@ -47,15 +52,15 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: PreservationCopyCollection
rico_organizational_principle:
organizational_principle:
equals_string: collection
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Collection
rico_has_or_had_holder:
record_holder:
equals_string: DarkArchive
rico_has_or_had_holder_note:
record_holder_note:
equals_string: This RecordSetType is typically held by DarkArchive custodians.
Inverse of rico:isOrWasHolderOf.
DigitalPreservationFonds:
@ -90,14 +95,14 @@ classes:
template_specificity:
range: TemplateSpecificityScores
inlined: true
rico_record_set_type:
record_set_type:
equals_string: DigitalPreservationFonds
rico_organizational_principle:
organizational_principle:
equals_string: fonds
rico_organizational_principle_uri:
organizational_principle_uri:
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Fonds
rico_has_or_had_holder:
record_holder:
equals_string: DarkArchive
rico_has_or_had_holder_note:
record_holder_note:
equals_string: This RecordSetType is typically held by DarkArchive custodians.
Inverse of rico:isOrWasHolderOf.

View file

@ -11,7 +11,10 @@ prefixes:
imports:
- linkml:types
- ../metadata
- ../slots/class_metadata_slots
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
default_prefix: hc
classes:
DataLicensePolicy:

View file

@ -16,7 +16,10 @@ imports:
- ../slots/protocol
- ../slots/response_formats
- ../slots/authentication_required
- ../slots/class_metadata_slots
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
DataServiceEndpoint:
abstract: true

View file

@ -12,7 +12,10 @@ prefixes:
imports:
- linkml:types
- ../metadata
- ../slots/class_metadata_slots
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
DataServiceEndpointType:
abstract: true

View file

@ -13,7 +13,10 @@ imports:
- linkml:types
- ../metadata
- ./DataServiceEndpointType
- ../slots/class_metadata_slots
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
OAIPMHEndpoint:
is_a: DataServiceEndpointType

View file

@ -22,7 +22,22 @@ imports:
- ../slots/contact_point
- ../slots/located_at
- ../slots/refers_to_custodian
- ../slots/class_metadata_slots
- ../slots/department_code
- ../slots/department_description
- ../slots/department_head
- ../slots/department_id
- ../slots/department_name
- ../slots/dissolved_date
- ../slots/established_date
- ../slots/manages_collections
- ../slots/mandate
- ../slots/parent_department
- ../slots/specificity_annotation
- ../slots/sub_departments
- ../slots/template_specificity
- ./AuxiliaryPlace
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
Department:
class_uri: org:OrganizationalUnit

Some files were not shown because too many files have changed in this diff Show more