refactor(schemas): apply naming conventions to 261 class files
- Apply Rule 39: RiC-O style hasOrHad*/isOrWas* for temporal slots - Apply Rule 43: Singular noun convention (keywords → keyword) - Update slot references to match renamed slot files - Maintain schema integrity across all class definitions
This commit is contained in:
parent
94bfc9061e
commit
626bd3a095
281 changed files with 4339 additions and 2435 deletions
|
|
@ -34,15 +34,15 @@ default_prefix: hc
|
|||
imports:
|
||||
- linkml:types
|
||||
- modules/metadata
|
||||
- modules/slots/activity_type
|
||||
- modules/slots/affiliation
|
||||
- modules/slots/agent_name
|
||||
- modules/slots/agent_type
|
||||
- modules/slots/alternative_observed_names
|
||||
- modules/slots/appellation_language
|
||||
- modules/slots/appellation_type
|
||||
- modules/slots/appellation_value
|
||||
- modules/slots/arrangement_system
|
||||
- modules/slots/has_activity_type
|
||||
- modules/slots/has_or_had_affiliation
|
||||
- modules/slots/has_agent_name
|
||||
- modules/slots/has_agent_type
|
||||
- modules/slots/has_or_had_alternative_observed_name
|
||||
- modules/slots/has_appellation_language
|
||||
- modules/slots/has_appellation_type
|
||||
- modules/slots/has_appellation_value
|
||||
- modules/slots/has_or_had_arrangement_system
|
||||
- modules/slots/collection_description
|
||||
- modules/slots/collection_name
|
||||
- modules/slots/collection_scope
|
||||
|
|
@ -63,8 +63,8 @@ imports:
|
|||
- modules/slots/has_collection
|
||||
- modules/slots/digital_platform
|
||||
- modules/slots/digitization_status
|
||||
- modules/slots/auxiliary_places
|
||||
- modules/slots/auxiliary_platforms
|
||||
- modules/slots/has_auxiliary_place
|
||||
- modules/slots/has_auxiliary_platform
|
||||
- modules/slots/located_at
|
||||
- modules/slots/organizational_structure
|
||||
- modules/slots/unit_name
|
||||
|
|
@ -75,20 +75,19 @@ imports:
|
|||
- modules/slots/event_type
|
||||
- modules/slots/event_date
|
||||
- modules/slots/event_description
|
||||
- modules/slots/affected_units
|
||||
- modules/slots/resulting_units
|
||||
- modules/slots/has_or_had_affected_unit
|
||||
- modules/slots/has_or_had_resulting_unit
|
||||
- modules/slots/change_rationale
|
||||
- modules/slots/staff_impact
|
||||
- modules/slots/documentation_source
|
||||
- modules/slots/organizational_change_events
|
||||
- modules/slots/has_or_had_organizational_change_event
|
||||
- modules/slots/encompassing_body
|
||||
- modules/slots/id
|
||||
- modules/slots/identifier_scheme
|
||||
- modules/slots/identifier_value
|
||||
- modules/slots/identifiers
|
||||
- modules/slots/alternative_names
|
||||
- modules/slots/identifier
|
||||
- modules/slots/has_or_had_alternative_name
|
||||
- modules/slots/variant_of_name
|
||||
- modules/slots/identifies_custodian
|
||||
- modules/slots/justification
|
||||
- modules/slots/language
|
||||
- modules/slots/language_code
|
||||
|
|
@ -99,7 +98,7 @@ imports:
|
|||
- modules/slots/legal_responsibility_basis
|
||||
- modules/slots/legal_responsibility_start_date
|
||||
- modules/slots/legal_responsibility_end_date
|
||||
- modules/slots/registration_numbers
|
||||
- modules/slots/has_or_had_registration_number
|
||||
- modules/slots/responsible_legal_entity
|
||||
- modules/slots/responsible_agent
|
||||
- modules/slots/method
|
||||
|
|
@ -119,7 +118,7 @@ imports:
|
|||
- modules/slots/policy_name
|
||||
- modules/slots/subregion
|
||||
- modules/slots/settlement
|
||||
- modules/slots/safeguards
|
||||
- modules/slots/has_or_had_safeguard
|
||||
- modules/slots/safeguarded_by
|
||||
- modules/slots/source
|
||||
- modules/slots/source_creator
|
||||
|
|
@ -129,7 +128,7 @@ imports:
|
|||
- modules/slots/standardized_name
|
||||
- modules/slots/started_at_time
|
||||
- modules/slots/superseded_by
|
||||
- modules/slots/supersedes
|
||||
- modules/slots/supersede
|
||||
- modules/slots/temporal_coverage
|
||||
- modules/slots/temporal_extent
|
||||
- modules/slots/used
|
||||
|
|
@ -157,15 +156,15 @@ imports:
|
|||
- modules/slots/unit_affiliation
|
||||
- modules/slots/role_start_date
|
||||
- modules/slots/role_end_date
|
||||
- modules/slots/affected_by_event
|
||||
- modules/slots/is_or_was_affected_by_event
|
||||
- modules/slots/contact_email
|
||||
- modules/slots/expertise_areas
|
||||
- modules/slots/staff_members
|
||||
- modules/slots/expertise_area
|
||||
- modules/slots/has_or_had_staff_member
|
||||
# observation_source already imported above
|
||||
|
||||
# CustodianCollection + OrganizationalStructure collection management slots (2 files - NEW in v0.7.0)
|
||||
- modules/slots/managing_unit
|
||||
- modules/slots/managed_collections
|
||||
- modules/slots/has_or_had_managed_collection
|
||||
|
||||
# Enums (11 files - CustodianPrimaryTypeEnum ARCHIVED per Rule 9: Enum-to-Class Promotion)
|
||||
# See: schemas/20251121/linkml/archive/enums/CustodianPrimaryTypeEnum.yaml.archived_20260105
|
||||
|
|
@ -532,14 +531,14 @@ imports:
|
|||
|
||||
# New slots for identifier standards (NEW v0.9.1)
|
||||
- modules/slots/defined_by_standard
|
||||
- modules/slots/allocated_by
|
||||
- modules/slots/is_or_was_allocated_by
|
||||
- modules/slots/identifier_format_used
|
||||
- modules/slots/canonical_value
|
||||
- modules/slots/also_identifies_name
|
||||
- modules/slots/allocation_date
|
||||
- modules/slots/has_allocation_date
|
||||
|
||||
# Web portal relationship slots (NEW v0.9.5)
|
||||
- modules/slots/portal_data_sources
|
||||
- modules/slots/has_or_had_portal_data_source
|
||||
- modules/slots/exposed_via_portal
|
||||
- modules/slots/operated_by
|
||||
|
||||
|
|
@ -547,74 +546,71 @@ imports:
|
|||
- modules/slots/has_suborganization
|
||||
- modules/slots/has_unit
|
||||
- modules/slots/collection_of
|
||||
- modules/slots/operates
|
||||
- modules/slots/has_or_had_operate
|
||||
- modules/slots/has_member
|
||||
- modules/slots/is_member_of
|
||||
- modules/slots/exposes_collections
|
||||
- modules/slots/feeds_portal
|
||||
|
||||
# Additional bidirectional slots (v0.9.8 - comprehensive navigation)
|
||||
- modules/slots/has_observation
|
||||
- modules/slots/has_person_observation
|
||||
- modules/slots/identified_by
|
||||
- modules/slots/encompasses
|
||||
- modules/slots/generates
|
||||
- modules/slots/has_or_had_encompass
|
||||
- modules/slots/has_or_had_generate
|
||||
- modules/slots/used_by
|
||||
- modules/slots/affects_organization
|
||||
- modules/slots/platform_of
|
||||
- modules/slots/identifies
|
||||
- modules/slots/allocates
|
||||
- modules/slots/has_or_had_identify
|
||||
- modules/slots/allocates_or_allocated
|
||||
- modules/slots/is_legal_status_of
|
||||
- modules/slots/has_derived_observation
|
||||
- modules/slots/offers_donation_schemes
|
||||
- modules/slots/offers_donation_scheme
|
||||
|
||||
# Rico:isOrWasHolderOf relationship slot (links custodians to record set types)
|
||||
- modules/slots/holds_record_set_types
|
||||
- modules/slots/has_or_had_holds_record_set_type
|
||||
- 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
|
||||
- modules/slots/scope_include
|
||||
- modules/slots/scope_exclude
|
||||
- modules/slots/has_or_had_archive_scope
|
||||
- modules/slots/preservation_note
|
||||
- modules/slots/privacy_note
|
||||
- modules/slots/legal_note
|
||||
- modules/slots/broader_type
|
||||
- modules/slots/narrower_types
|
||||
- modules/slots/narrower_type
|
||||
# custodian_type_broader ARCHIVED (2026-01-09) - SKOS hierarchy now defined locally in CustodianType.yaml
|
||||
# See: archive/slots/custodian_type_broader.yaml for historical reference
|
||||
- modules/slots/organization_type
|
||||
- modules/slots/organization_legal_form
|
||||
- modules/slots/governance_authority
|
||||
- modules/slots/area_served
|
||||
- modules/slots/applicable_countries
|
||||
- modules/slots/member_custodians
|
||||
- modules/slots/has_or_had_area_served
|
||||
- modules/slots/has_or_had_member_custodian
|
||||
- modules/slots/membership_criteria
|
||||
- modules/slots/community_engagement
|
||||
- modules/slots/service_offerings
|
||||
- modules/slots/record_types
|
||||
- modules/slots/service_offering
|
||||
- modules/slots/record_type
|
||||
- modules/slots/society_focus
|
||||
- modules/slots/platform_type_id
|
||||
- modules/slots/platform_type_category
|
||||
- modules/slots/portal_type_category
|
||||
- modules/slots/portal_typical_domains
|
||||
- modules/slots/portal_typical_domain
|
||||
- modules/slots/typical_scope
|
||||
- modules/slots/social_media_platform_category
|
||||
- modules/slots/social_media_url_patterns
|
||||
- modules/slots/social_media_url_pattern
|
||||
- modules/slots/social_media_wikidata_id
|
||||
- modules/slots/post_type_category
|
||||
- modules/slots/post_type_ephemeral
|
||||
- modules/slots/post_type_max_duration
|
||||
- modules/slots/post_type_media_formats
|
||||
- modules/slots/post_type_supported_platforms
|
||||
- modules/slots/post_type_media_format
|
||||
- modules/slots/post_type_supported_platform
|
||||
- modules/slots/post_type_schema_org_type
|
||||
- modules/slots/post_type_activity_streams_type
|
||||
- modules/slots/role_category
|
||||
- modules/slots/statement_type
|
||||
- modules/slots/includes_timestamps
|
||||
- modules/slots/segments
|
||||
- modules/slots/includes_timestamp
|
||||
- modules/slots/has_or_had_segment
|
||||
- modules/slots/wikidata_equivalent
|
||||
- modules/slots/wikidata_mapping
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ imports:
|
|||
- ./CollectionType
|
||||
- ./AcademicArchiveRecordSetTypes
|
||||
- ../slots/type_scope
|
||||
- ../slots/holds_record_set_types
|
||||
- ../slots/has_or_had_holds_record_set_type
|
||||
- ../slots/has_or_had_custodian_type
|
||||
- ../slots/dual_class_link
|
||||
- ../slots/broader_concept
|
||||
|
|
@ -33,7 +33,7 @@ classes:
|
|||
slots:
|
||||
- has_or_had_custodian_type
|
||||
- dual_class_link
|
||||
- holds_record_set_types
|
||||
- has_or_had_holds_record_set_type
|
||||
- broader_concept
|
||||
- broader_concept_label
|
||||
- specificity_annotation
|
||||
|
|
@ -69,7 +69,7 @@ classes:
|
|||
- audiovisual materials
|
||||
- campus life documentation
|
||||
slot_usage:
|
||||
holds_record_set_types:
|
||||
has_or_had_holds_record_set_type:
|
||||
description: Record set types typically held by academic archives.
|
||||
equals_expression: |
|
||||
["hc:UniversityAdministrativeFonds", "hc:StudentRecordSeries", "hc:FacultyPaperCollection", "hc:CampusDocumentationCollection"]
|
||||
|
|
|
|||
|
|
@ -92,10 +92,10 @@ classes:
|
|||
equals_string: This RecordSetType classifies record sets following the fonds
|
||||
principle. The fonds structure reflects provenance from university central
|
||||
administration.
|
||||
scope_includes:
|
||||
scope_include:
|
||||
equals_string: '["governance records", "committee records", "policy records",
|
||||
"strategic planning", "accreditation records"]'
|
||||
scope_excludes:
|
||||
scope_exclude:
|
||||
equals_string: '["student records", "faculty papers", "research data"]'
|
||||
AcademicStudentRecordSeries:
|
||||
is_a: AcademicArchiveRecordSetType
|
||||
|
|
@ -171,10 +171,10 @@ classes:
|
|||
equals_string: This RecordSetType classifies record sets following the series
|
||||
principle. Typically a series within the university administration fonds
|
||||
or registrar's office fonds.
|
||||
scope_includes:
|
||||
scope_include:
|
||||
equals_string: '["enrollment records", "academic transcripts", "graduation
|
||||
records", "disciplinary records", "financial aid records"]'
|
||||
scope_excludes:
|
||||
scope_exclude:
|
||||
equals_string: '["faculty records", "research records", "administrative policy"]'
|
||||
privacy_note:
|
||||
equals_string: Subject to educational records privacy laws (FERPA, GDPR, AVG). Access
|
||||
|
|
@ -257,10 +257,10 @@ classes:
|
|||
record_note:
|
||||
equals_string: This RecordSetType classifies record sets following the fonds
|
||||
principle. Personal archives with individual faculty member as creator/accumulator.
|
||||
scope_includes:
|
||||
scope_include:
|
||||
equals_string: '["research documentation", "correspondence", "lecture notes",
|
||||
"manuscripts", "conference papers"]'
|
||||
scope_excludes:
|
||||
scope_exclude:
|
||||
equals_string: '["official university records", "student records", "administrative
|
||||
files"]'
|
||||
CampusDocumentationCollection:
|
||||
|
|
@ -343,8 +343,8 @@ classes:
|
|||
equals_string: This RecordSetType classifies record sets following the collection
|
||||
principle. May be assembled collection (artificial) organized by subject
|
||||
or documentation purpose.
|
||||
scope_includes:
|
||||
scope_include:
|
||||
equals_string: '["photographs", "audiovisual materials", "publications", "ephemera",
|
||||
"oral histories", "memorabilia"]'
|
||||
scope_excludes:
|
||||
scope_exclude:
|
||||
equals_string: '["administrative records", "student records", "faculty papers"]'
|
||||
|
|
|
|||
|
|
@ -19,10 +19,10 @@ imports:
|
|||
- ../slots/contact_email
|
||||
- ../slots/policy_id
|
||||
- ../slots/policy_name
|
||||
- ../slots/access_description
|
||||
- ../slots/access_level
|
||||
- ../slots/has_or_had_access_description
|
||||
- ../slots/has_or_had_access_level
|
||||
- ../slots/appointment_required
|
||||
- ../slots/conditions
|
||||
- ../slots/condition
|
||||
- ../slots/credentials_required
|
||||
- ../slots/cultural_protocol_url
|
||||
- ../slots/embargo_reason
|
||||
|
|
@ -153,10 +153,10 @@ classes:
|
|||
related_mappings:
|
||||
- rico:hasOrHadAllMembersWithAccessConditions
|
||||
slots:
|
||||
- access_description
|
||||
- access_level
|
||||
- has_or_had_access_description
|
||||
- has_or_had_access_level
|
||||
- appointment_required
|
||||
- conditions
|
||||
- condition
|
||||
- contact_email
|
||||
- credentials_required
|
||||
- cultural_protocol_url
|
||||
|
|
@ -233,9 +233,9 @@ classes:
|
|||
examples:
|
||||
- value: Open to all visitors during reading room hours (Mon-Fri 9-17)
|
||||
description: Archive public access
|
||||
- value: Access restricted to academic researchers with institutional affiliation
|
||||
- value: Access restricted to academic researchers with institutional has_or_had_affiliation
|
||||
description: University special collections
|
||||
conditions:
|
||||
condition:
|
||||
slot_uri: rico:conditionOfAccess
|
||||
description: |
|
||||
Specific conditions or requirements for access.
|
||||
|
|
@ -413,7 +413,7 @@ classes:
|
|||
policy_name: Nationaal Archief Public Access
|
||||
access_level: PUBLIC_OPEN
|
||||
access_description: Open to all visitors during reading room hours
|
||||
conditions:
|
||||
condition:
|
||||
- Valid government-issued ID required
|
||||
- Registration form must be completed
|
||||
- Original materials handled with gloves
|
||||
|
|
@ -437,7 +437,7 @@ classes:
|
|||
policy_name: DIM Archive - Preservation Only
|
||||
access_level: TEMPORARILY_CLOSED
|
||||
access_description: Materials in preservation storage, not currently accessible
|
||||
conditions:
|
||||
condition:
|
||||
- Awaiting processing and cataloging
|
||||
- Access may be arranged for urgent research needs
|
||||
appointment_required: true
|
||||
|
|
@ -451,7 +451,7 @@ slots:
|
|||
has_or_had_access_description:
|
||||
description: Narrative description of access
|
||||
range: string
|
||||
conditions:
|
||||
condition:
|
||||
description: Specific access conditions
|
||||
range: string
|
||||
multivalued: true
|
||||
|
|
|
|||
|
|
@ -8,11 +8,11 @@ imports:
|
|||
- ./ReconstructionActivity
|
||||
- ../slots/was_derived_from
|
||||
- ../slots/was_generated_by
|
||||
- ../slots/access_restriction
|
||||
- ../slots/admin_office_description
|
||||
- ../slots/has_or_had_access_restriction
|
||||
- ../slots/has_admin_office_description
|
||||
- ../slots/admin_office_id
|
||||
- ../slots/admin_office_name
|
||||
- ../slots/admin_staff_count
|
||||
- ../slots/has_admin_office_name
|
||||
- ../slots/has_or_had_admin_staff_count
|
||||
- ../slots/administrative_functions
|
||||
- ../slots/is_leased
|
||||
- ../slots/lease_expiry
|
||||
|
|
@ -73,11 +73,11 @@ classes:
|
|||
- schema:Corporation
|
||||
- org:OrganizationalUnit
|
||||
slots:
|
||||
- access_restriction
|
||||
- admin_office_description
|
||||
- has_or_had_access_restriction
|
||||
- has_admin_office_description
|
||||
- admin_office_id
|
||||
- admin_office_name
|
||||
- admin_staff_count
|
||||
- has_admin_office_name
|
||||
- has_or_had_admin_staff_count
|
||||
- administrative_functions
|
||||
- is_leased
|
||||
- lease_expiry
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ classes:
|
|||
price:
|
||||
range: string
|
||||
description: Admission price (e.g., "€9.00")
|
||||
notes:
|
||||
note:
|
||||
range: string
|
||||
description: Additional notes about admission (e.g., "Additional fees might
|
||||
apply")
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ imports:
|
|||
- ./ArchiveOrganizationType
|
||||
- ./CollectionType
|
||||
- ./AdvertisingRadioArchiveRecordSetTypes
|
||||
- ../slots/holds_record_set_types
|
||||
- ../slots/has_or_had_holds_record_set_type
|
||||
- ../slots/has_or_had_custodian_type
|
||||
- ../slots/specificity_annotation
|
||||
- ../slots/template_specificity
|
||||
|
|
@ -21,7 +21,7 @@ classes:
|
|||
is_a: ArchiveOrganizationType
|
||||
class_uri: skos:Concept
|
||||
slots:
|
||||
- holds_record_set_types
|
||||
- has_or_had_holds_record_set_type
|
||||
- specificity_annotation
|
||||
- template_specificity
|
||||
description: |
|
||||
|
|
@ -47,7 +47,7 @@ classes:
|
|||
Narrower than Q2230431 (sound archive).
|
||||
pattern: ^Q[0-9]+$
|
||||
equals_string: Q60658673
|
||||
record_types:
|
||||
record_type:
|
||||
description: |
|
||||
Typically includes: radio commercials, jingles, advertising scripts,
|
||||
production masters, broadcast recordings.
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ imports:
|
|||
- ./ArchiveOrganizationType
|
||||
- ./CollectionType
|
||||
- ./AnimalSoundArchiveRecordSetTypes
|
||||
- ../slots/holds_record_set_types
|
||||
- ../slots/has_or_had_holds_record_set_type
|
||||
- ../slots/has_or_had_custodian_type
|
||||
- ../slots/specificity_annotation
|
||||
- ../slots/template_specificity
|
||||
|
|
@ -21,7 +21,7 @@ classes:
|
|||
is_a: ArchiveOrganizationType
|
||||
class_uri: skos:Concept
|
||||
slots:
|
||||
- holds_record_set_types
|
||||
- has_or_had_holds_record_set_type
|
||||
- specificity_annotation
|
||||
- template_specificity
|
||||
description: |
|
||||
|
|
@ -60,7 +60,7 @@ classes:
|
|||
Narrower than Q2230431 (sound archive).
|
||||
pattern: ^Q[0-9]+$
|
||||
equals_string: Q18574935
|
||||
record_types:
|
||||
record_type:
|
||||
description: |
|
||||
Typically includes: bioacoustic recordings, species vocalizations,
|
||||
environmental soundscapes, field recordings, research data.
|
||||
|
|
|
|||
|
|
@ -16,9 +16,9 @@ imports:
|
|||
- ../metadata
|
||||
- ../enums/AppellationTypeEnum
|
||||
- ./CustodianName
|
||||
- ../slots/appellation_value
|
||||
- ../slots/appellation_language
|
||||
- ../slots/appellation_type
|
||||
- ../slots/has_appellation_value
|
||||
- ../slots/has_appellation_language
|
||||
- ../slots/has_appellation_type
|
||||
- ../slots/variant_of_name
|
||||
- ../slots/specificity_annotation
|
||||
- ../slots/template_specificity
|
||||
|
|
@ -51,9 +51,9 @@ classes:
|
|||
- rdfs:label
|
||||
- dcterms:title
|
||||
slots:
|
||||
- appellation_language
|
||||
- appellation_type
|
||||
- appellation_value
|
||||
- has_appellation_language
|
||||
- has_appellation_type
|
||||
- has_appellation_value
|
||||
- specificity_annotation
|
||||
- template_specificity
|
||||
- variant_of_name
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ imports:
|
|||
- ./ArchiveOrganizationType
|
||||
- ./CollectionType
|
||||
- ./ArchitecturalArchiveRecordSetTypes
|
||||
- ../slots/holds_record_set_types
|
||||
- ../slots/has_or_had_holds_record_set_type
|
||||
- ../slots/has_or_had_custodian_type
|
||||
- ../slots/specificity_annotation
|
||||
- ../slots/template_specificity
|
||||
|
|
@ -22,7 +22,7 @@ classes:
|
|||
class_uri: skos:Concept
|
||||
slots:
|
||||
- has_or_had_custodian_type
|
||||
- holds_record_set_types
|
||||
- has_or_had_holds_record_set_type
|
||||
- specificity_annotation
|
||||
- template_specificity
|
||||
description: "Archive that safeguards architectural heritage through preservation\
|
||||
|
|
@ -49,7 +49,7 @@ classes:
|
|||
Narrower than Q166118 (archive).
|
||||
pattern: ^Q[0-9]+$
|
||||
equals_string: Q121409581
|
||||
record_types:
|
||||
record_type:
|
||||
description: |
|
||||
Typically includes: architectural drawings, blueprints, building plans,
|
||||
models, photographs, specifications, correspondence, competition entries.
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ imports:
|
|||
- ./ArchiveOrganizationType
|
||||
- ./CollectionType
|
||||
- ./ArchiveOfInternationalOrganizationRecordSetTypes
|
||||
- ../slots/holds_record_set_types
|
||||
- ../slots/has_or_had_holds_record_set_type
|
||||
- ../slots/type_scope
|
||||
- ../slots/has_or_had_custodian_type
|
||||
- ../slots/dual_class_link
|
||||
|
|
@ -22,7 +22,7 @@ classes:
|
|||
is_a: ArchiveOrganizationType
|
||||
class_uri: skos:Concept
|
||||
slots:
|
||||
- holds_record_set_types
|
||||
- has_or_had_holds_record_set_type
|
||||
description: "Archive of an inter-governmental organization or international umbrella\
|
||||
\ \norganization, preserving records of global significance.\n\n**Wikidata**:\
|
||||
\ Q27031014\n\n**Scope**:\nInternational organization archives preserve:\n-\
|
||||
|
|
|
|||
|
|
@ -6,14 +6,14 @@ prefixes:
|
|||
imports:
|
||||
- linkml:types
|
||||
- ./CustodianType
|
||||
- ../slots/access_policy
|
||||
- ../slots/appraisal_policy
|
||||
- ../slots/archive_scope
|
||||
- ../slots/archive_subtype
|
||||
- ../slots/has_or_had_access_policy
|
||||
- ../slots/has_or_had_appraisal_policy
|
||||
- ../slots/has_or_had_archive_scope
|
||||
- ../slots/has_archive_subtype
|
||||
- ../slots/has_or_had_custodian_type
|
||||
- ../slots/finding_aids_format
|
||||
- ../slots/preservation_standards
|
||||
- ../slots/record_types
|
||||
- ../slots/preservation_standard
|
||||
- ../slots/record_type
|
||||
- ../slots/specificity_annotation
|
||||
- ../slots/template_specificity
|
||||
- ./SpecificityAnnotation
|
||||
|
|
@ -22,6 +22,49 @@ classes:
|
|||
ArchiveOrganizationType:
|
||||
is_a: CustodianType
|
||||
class_uri: skos:Concept
|
||||
annotations:
|
||||
skos:prefLabel: Archive Organization
|
||||
skos:altLabel: archief, archieven, archive, archives, archiv, archivo, archivio
|
||||
structured_aliases:
|
||||
- literal_form: archief
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: archieven
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: archive
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: en
|
||||
- literal_form: archives
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: en
|
||||
- literal_form: archiv
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: archive
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: archivo
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
- literal_form: archivos
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
- literal_form: archivio
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: it
|
||||
- literal_form: archivi
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: it
|
||||
- literal_form: arquivos
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: pt
|
||||
- literal_form: arquivo
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: pt
|
||||
- literal_form: archives
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
description: >-
|
||||
Specialized custodian type for archive organizations - institutions that
|
||||
preserve and provide access to historical documents, records, and other
|
||||
|
|
@ -30,14 +73,14 @@ classes:
|
|||
|
||||
**Wikidata Base Concept**: Q166118 (archive)
|
||||
slots:
|
||||
- access_policy
|
||||
- appraisal_policy
|
||||
- archive_scope
|
||||
- archive_subtype
|
||||
- has_or_had_access_policy
|
||||
- has_or_had_appraisal_policy
|
||||
- has_or_had_archive_scope
|
||||
- has_archive_subtype
|
||||
- has_or_had_custodian_type
|
||||
- finding_aids_format
|
||||
- preservation_standards
|
||||
- record_types
|
||||
- preservation_standard
|
||||
- record_type
|
||||
- specificity_annotation
|
||||
- template_specificity
|
||||
slot_usage:
|
||||
|
|
@ -90,11 +133,11 @@ classes:
|
|||
records
|
||||
custodian_type_broader: https://nde.nl/ontology/hc/type/archive/Q166118
|
||||
archive_scope: national
|
||||
record_types:
|
||||
record_type:
|
||||
- government records
|
||||
- legal documents
|
||||
- state correspondence
|
||||
preservation_standards:
|
||||
preservation_standard:
|
||||
- OAIS
|
||||
- PREMIS
|
||||
- EAD3
|
||||
|
|
@ -112,11 +155,11 @@ classes:
|
|||
company
|
||||
custodian_type_broader: https://nde.nl/ontology/hc/type/archive/Q166118
|
||||
archive_scope: corporate
|
||||
record_types:
|
||||
record_type:
|
||||
- corporate records
|
||||
- financial documents
|
||||
- business correspondence
|
||||
preservation_standards:
|
||||
preservation_standard:
|
||||
- ISO 15489
|
||||
- MoReq
|
||||
access_policy: restricted
|
||||
|
|
@ -136,7 +179,7 @@ slots:
|
|||
description: City or town archives
|
||||
- value: corporate
|
||||
description: Business/company archives
|
||||
record_types:
|
||||
record_type:
|
||||
slot_uri: dcterms:type
|
||||
description: "Types of records preserved by this archive.\nExamples: government\
|
||||
\ records, legal documents, corporate records, \npersonal papers, media recordings,\
|
||||
|
|
@ -150,7 +193,7 @@ slots:
|
|||
- value: corporate records
|
||||
- value: personal papers
|
||||
- value: media recordings
|
||||
preservation_standards:
|
||||
preservation_standard:
|
||||
slot_uri: dcterms:conformsTo
|
||||
description: |
|
||||
Preservation and metadata standards used by this archive.
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ classes:
|
|||
- url
|
||||
slot_usage:
|
||||
name:
|
||||
description: Short name or abbreviation
|
||||
description: Short name or has_or_had_abbreviation
|
||||
required: true
|
||||
full_name:
|
||||
description: Full official name
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ imports:
|
|||
- ./ArchiveOrganizationType
|
||||
- ./CollectionType
|
||||
- ./ArchivesForBuildingRecordsRecordSetTypes
|
||||
- ../slots/holds_record_set_types
|
||||
- ../slots/has_or_had_holds_record_set_type
|
||||
- ../slots/type_scope
|
||||
- ../slots/has_or_had_custodian_type
|
||||
- ../slots/dual_class_link
|
||||
|
|
@ -22,7 +22,7 @@ classes:
|
|||
is_a: ArchiveOrganizationType
|
||||
class_uri: skos:Concept
|
||||
slots:
|
||||
- holds_record_set_types
|
||||
- has_or_had_holds_record_set_type
|
||||
description: |
|
||||
Public archives specializing in building records, construction documents,
|
||||
and architectural permits.
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ imports:
|
|||
- ./ArchiveOrganizationType
|
||||
- ./CollectionType
|
||||
- ./ArchivesRegionalesRecordSetTypes
|
||||
- ../slots/holds_record_set_types
|
||||
- ../slots/has_or_had_holds_record_set_type
|
||||
- ../slots/type_scope
|
||||
- ../slots/has_or_had_custodian_type
|
||||
- ../slots/dual_class_link
|
||||
|
|
@ -22,7 +22,7 @@ classes:
|
|||
is_a: ArchiveOrganizationType
|
||||
class_uri: skos:Concept
|
||||
slots:
|
||||
- holds_record_set_types
|
||||
- has_or_had_holds_record_set_type
|
||||
description: |
|
||||
Regional archives in France (archives régionales), preserving records
|
||||
at the regional administrative level.
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ imports:
|
|||
- ./ArchiveOrganizationType
|
||||
- ./CollectionType
|
||||
- ./ArtArchiveRecordSetTypes
|
||||
- ../slots/holds_record_set_types
|
||||
- ../slots/has_or_had_holds_record_set_type
|
||||
- ../slots/type_scope
|
||||
- ../slots/has_or_had_custodian_type
|
||||
- ../slots/dual_class_link
|
||||
|
|
@ -22,7 +22,7 @@ classes:
|
|||
is_a: ArchiveOrganizationType
|
||||
class_uri: skos:Concept
|
||||
slots:
|
||||
- holds_record_set_types
|
||||
- has_or_had_holds_record_set_type
|
||||
description: |
|
||||
Specialized archive preserving documentation related to art, artists,
|
||||
art movements, galleries, and the art market.
|
||||
|
|
|
|||
|
|
@ -13,21 +13,21 @@ imports:
|
|||
- ./CustodianArchive
|
||||
- ./CustodianCollection
|
||||
- ../enums/RecordsLifecycleStageEnum
|
||||
- ../slots/supersedes
|
||||
- ../slots/supersede
|
||||
- ../slots/superseded_by
|
||||
- ../slots/effective_date
|
||||
- ./ReconstructedEntity
|
||||
- ../slots/amendment_history
|
||||
- ../slots/archived_in
|
||||
- ../slots/articles_archival_stage
|
||||
- ../slots/articles_document_format
|
||||
- ../slots/articles_document_url
|
||||
- ../slots/has_amendment_history
|
||||
- ../slots/is_or_was_archived_in
|
||||
- ../slots/has_articles_archival_stage
|
||||
- ../slots/has_articles_document_format
|
||||
- ../slots/has_articles_document_url
|
||||
- ../slots/collected_in
|
||||
- ../slots/document_description
|
||||
- ../slots/document_title
|
||||
- ../slots/document_type
|
||||
- ../slots/execution_date
|
||||
- ../slots/governance_clauses
|
||||
- ../slots/governance_clause
|
||||
- ../slots/id
|
||||
- ../slots/is_current_version
|
||||
- ../slots/jurisdiction
|
||||
|
|
@ -189,18 +189,18 @@ classes:
|
|||
- prov:Entity
|
||||
- rov:orgType
|
||||
slots:
|
||||
- amendment_history
|
||||
- archived_in
|
||||
- articles_archival_stage
|
||||
- articles_document_format
|
||||
- articles_document_url
|
||||
- has_amendment_history
|
||||
- is_or_was_archived_in
|
||||
- has_articles_archival_stage
|
||||
- has_articles_document_format
|
||||
- has_articles_document_url
|
||||
- collected_in
|
||||
- document_description
|
||||
- document_title
|
||||
- document_type
|
||||
- effective_date
|
||||
- execution_date
|
||||
- governance_clauses
|
||||
- governance_clause
|
||||
- id
|
||||
- is_current_version
|
||||
- jurisdiction
|
||||
|
|
@ -216,7 +216,7 @@ classes:
|
|||
- requires_articles_at_registration
|
||||
- specificity_annotation
|
||||
- superseded_by
|
||||
- supersedes
|
||||
- supersede
|
||||
- template_specificity
|
||||
- valid_from
|
||||
- valid_to
|
||||
|
|
@ -358,7 +358,7 @@ classes:
|
|||
2. Set superseded_by on old version
|
||||
3. Create new version with is_current_version = true
|
||||
4. Set supersedes on new version
|
||||
supersedes:
|
||||
supersede:
|
||||
slot_uri: dcterms:replaces
|
||||
range: ArticlesOfAssociation
|
||||
required: false
|
||||
|
|
@ -402,7 +402,7 @@ classes:
|
|||
examples:
|
||||
- value: De stichting heeft haar zetel in de gemeente Amsterdam.
|
||||
description: Registered office clause
|
||||
governance_clauses:
|
||||
governance_clause:
|
||||
slot_uri: org:hasUnit
|
||||
range: string
|
||||
required: false
|
||||
|
|
@ -719,7 +719,7 @@ slots:
|
|||
registered_office_clause:
|
||||
description: Registered office clause from articles
|
||||
range: string
|
||||
governance_clauses:
|
||||
governance_clause:
|
||||
description: Summary of governance provisions
|
||||
range: string
|
||||
has_amendment_history:
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ imports:
|
|||
- ./ArchiveOrganizationType
|
||||
- ./CollectionType
|
||||
- ./AudiovisualArchiveRecordSetTypes
|
||||
- ../slots/holds_record_set_types
|
||||
- ../slots/has_or_had_holds_record_set_type
|
||||
- ../slots/type_scope
|
||||
- ../slots/has_or_had_custodian_type
|
||||
- ../slots/dual_class_link
|
||||
|
|
@ -22,7 +22,7 @@ classes:
|
|||
is_a: ArchiveOrganizationType
|
||||
class_uri: skos:Concept
|
||||
slots:
|
||||
- holds_record_set_types
|
||||
- has_or_had_holds_record_set_type
|
||||
description: |
|
||||
Archive specializing in audio-visual materials including film, video,
|
||||
sound recordings, and multimedia content.
|
||||
|
|
|
|||
|
|
@ -21,14 +21,14 @@ imports:
|
|||
- ./EADDownload
|
||||
- ../slots/technology_stack
|
||||
- ../slots/funding_source
|
||||
- ../slots/powered_by_cms
|
||||
- ../slots/has_or_had_powered_by_cm
|
||||
- ../slots/archived_at
|
||||
- ../slots/serves_finding_aids
|
||||
- ../slots/data_service_endpoints
|
||||
- ../slots/serves_finding_aid
|
||||
- ../slots/has_or_had_data_service_endpoint
|
||||
- ../slots/api_documentation
|
||||
- ../slots/archival_status
|
||||
- ../slots/has_or_had_archival_status
|
||||
- ../slots/auxiliary_platform_id
|
||||
- ../slots/auxiliary_platform_type
|
||||
- ../slots/has_auxiliary_platform_type
|
||||
- ../slots/cms_detected
|
||||
- ../slots/fixity_info
|
||||
- ../slots/iiif_support
|
||||
|
|
@ -128,12 +128,12 @@ classes:
|
|||
- dcat:servesDataset
|
||||
slots:
|
||||
- api_documentation
|
||||
- archival_status
|
||||
- has_or_had_archival_status
|
||||
- archived_at
|
||||
- auxiliary_platform_id
|
||||
- auxiliary_platform_type
|
||||
- has_auxiliary_platform_type
|
||||
- cms_detected
|
||||
- data_service_endpoints
|
||||
- has_or_had_data_service_endpoint
|
||||
- fixity_info
|
||||
- funding_source
|
||||
- iiif_support
|
||||
|
|
@ -143,12 +143,12 @@ classes:
|
|||
- platform_name
|
||||
- platform_purpose
|
||||
- platform_url
|
||||
- powered_by_cms
|
||||
- has_or_had_powered_by_cm
|
||||
- preservation_event_type
|
||||
- provides_access_to
|
||||
- refers_to_custodian
|
||||
- related_project
|
||||
- serves_finding_aids
|
||||
- serves_finding_aid
|
||||
- specificity_annotation
|
||||
- technology_stack
|
||||
- template_specificity
|
||||
|
|
@ -467,7 +467,7 @@ classes:
|
|||
- "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
|
||||
- "md5:d41d8cd98f00b204e9800998ecf8427e"
|
||||
|
||||
Used when archival_status is ARCHIVED or MIGRATED to verify
|
||||
Used when has_or_had_archival_status is ARCHIVED or MIGRATED to verify
|
||||
integrity of preserved content.
|
||||
range: string
|
||||
required: false
|
||||
|
|
@ -504,7 +504,7 @@ classes:
|
|||
description: CMS backend detected
|
||||
- value: false
|
||||
description: No CMS detected (static site)
|
||||
powered_by_cms:
|
||||
has_or_had_powered_by_cm:
|
||||
slot_uri: crm:P33i_was_used_by
|
||||
range: CollectionManagementSystem
|
||||
multivalued: true
|
||||
|
|
@ -556,7 +556,7 @@ classes:
|
|||
examples:
|
||||
- value: https://nde.nl/ontology/hc/nl-nh-ams-m-rm-q190804
|
||||
description: Rijksmuseum custodian hub
|
||||
serves_finding_aids:
|
||||
serves_finding_aid:
|
||||
slot_uri: rico:isOrWasProviderOf
|
||||
range: uriorcurie
|
||||
multivalued: true
|
||||
|
|
@ -579,7 +579,7 @@ classes:
|
|||
examples:
|
||||
- value: https://nde.nl/ontology/hc/finding-aid/rm/night-watch-guide
|
||||
description: Night Watch Exhibition finding aid
|
||||
data_service_endpoints:
|
||||
has_or_had_data_service_endpoint:
|
||||
slot_uri: dcat:servesDataset
|
||||
range: DataServiceEndpoint
|
||||
multivalued: true
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ imports:
|
|||
- ../slots/postal_code
|
||||
- ../slots/city
|
||||
- ../slots/auxiliary_place_id
|
||||
- ../slots/auxiliary_place_type
|
||||
- ../slots/has_auxiliary_place_type
|
||||
- ../slots/country
|
||||
- ../slots/hosts_branch
|
||||
- ../slots/is_auxiliary_of_place
|
||||
|
|
@ -134,7 +134,7 @@ classes:
|
|||
- vcard:Address
|
||||
slots:
|
||||
- auxiliary_place_id
|
||||
- auxiliary_place_type
|
||||
- has_auxiliary_place_type
|
||||
- city
|
||||
- country
|
||||
- geonames_id
|
||||
|
|
@ -251,7 +251,7 @@ classes:
|
|||
|
||||
**Available Specialized Classes**:
|
||||
|
||||
| auxiliary_place_type | specialized_place class | Type-specific features |
|
||||
| has_auxiliary_place_type | specialized_place class | Type-specific features |
|
||||
|---------------------|------------------------|----------------------|
|
||||
| BRANCH_OFFICE | BranchOffice | service_types, parent_branch |
|
||||
| STORAGE_FACILITY | Storage | storage_conditions, climate_zones |
|
||||
|
|
@ -263,7 +263,7 @@ classes:
|
|||
| EDUCATION_CENTER | EducationCenter | education_provider_type |
|
||||
| CONSERVATION_LAB | ConservationLab | conservation_specialties |
|
||||
| READING_ROOM | ReadingRoom | reading_room_type enum, capacity |
|
||||
| READING_ROOM_ANNEX | ReadingRoomAnnex | annex_reason enum, primary_reading_room |
|
||||
| READING_ROOM_ANNEX | ReadingRoomAnnex | has_annex_reason enum, primary_reading_room |
|
||||
| WAREHOUSE | Warehouse | warehouse_type enum, total_capacity |
|
||||
| OUTDOOR_SITE | OutdoorSite | outdoor_site_type enum, bio/feature types |
|
||||
| RETAIL_SPACE | GiftShop | shop_types, product_categories |
|
||||
|
|
@ -672,7 +672,7 @@ slots:
|
|||
specialized_place:
|
||||
description: |
|
||||
Link to specialized place class instance for type-specific data.
|
||||
Maps auxiliary_place_type enum values to their corresponding specialized classes.
|
||||
Maps has_auxiliary_place_type enum values to their corresponding specialized classes.
|
||||
range: ReconstructedEntity
|
||||
place_description:
|
||||
description: Description of auxiliary place
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ imports:
|
|||
- ./ArchiveOrganizationType
|
||||
- ./CollectionType
|
||||
- ./BankArchiveRecordSetTypes
|
||||
- ../slots/holds_record_set_types
|
||||
- ../slots/has_or_had_holds_record_set_type
|
||||
- ../slots/type_scope
|
||||
- ../slots/has_or_had_custodian_type
|
||||
- ../slots/dual_class_link
|
||||
|
|
@ -22,7 +22,7 @@ classes:
|
|||
is_a: ArchiveOrganizationType
|
||||
class_uri: skos:Concept
|
||||
slots:
|
||||
- holds_record_set_types
|
||||
- has_or_had_holds_record_set_type
|
||||
description: |
|
||||
Archive preserving records of banking institutions, documenting
|
||||
financial history and banking operations.
|
||||
|
|
|
|||
|
|
@ -9,11 +9,11 @@ imports:
|
|||
- ../slots/bio_custodian_subtype
|
||||
- ../slots/conservation_breeding
|
||||
- ../slots/has_or_had_custodian_type
|
||||
- ../slots/living_collections
|
||||
- ../slots/living_collection
|
||||
- ../slots/public_education
|
||||
- ../slots/research_programs
|
||||
- ../slots/research_program
|
||||
- ../slots/specificity_annotation
|
||||
- ../slots/specimen_types
|
||||
- ../slots/specimen_type
|
||||
- ../slots/template_specificity
|
||||
- ./SpecificityAnnotation
|
||||
- ./TemplateSpecificityScores
|
||||
|
|
@ -21,6 +21,143 @@ classes:
|
|||
BioCustodianType:
|
||||
is_a: CustodianType
|
||||
class_uri: skos:Concept
|
||||
annotations:
|
||||
skos:prefLabel: Biological Custodian
|
||||
skos:altLabel: zoo, botanical garden, aquarium, dierentuin, botanische tuin
|
||||
structured_aliases:
|
||||
# Dutch terms
|
||||
- literal_form: dierentuin
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: dierentuinen
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: zoo
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: botanische tuin
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: botanische tuinen
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: aquarium
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: arboretum
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: vlindertuin
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: kinderboerderij
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: wildpark
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: safaripark
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
# English terms
|
||||
- literal_form: zoo
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: en
|
||||
- literal_form: zoological garden
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: en
|
||||
- literal_form: botanical garden
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: en
|
||||
- literal_form: aquarium
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: en
|
||||
- literal_form: arboretum
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: en
|
||||
- literal_form: wildlife park
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: en
|
||||
- literal_form: safari park
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: en
|
||||
- literal_form: butterfly house
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: en
|
||||
- literal_form: petting zoo
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: en
|
||||
- literal_form: oceanarium
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: en
|
||||
# German terms
|
||||
- literal_form: Zoo
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: Tierpark
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: Tiergarten
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: botanischer Garten
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: Aquarium
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: Wildpark
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
# French terms
|
||||
- literal_form: zoo
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: jardin zoologique
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: jardin botanique
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: aquarium
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: arboretum
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
# Spanish terms
|
||||
- literal_form: zoológico
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
- literal_form: jardín botánico
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
- literal_form: acuario
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
# Italian terms
|
||||
- literal_form: zoo
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: it
|
||||
- literal_form: giardino zoologico
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: it
|
||||
- literal_form: orto botanico
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: it
|
||||
- literal_form: acquario
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: it
|
||||
# Portuguese terms
|
||||
- literal_form: zoológico
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: pt
|
||||
- literal_form: jardim botânico
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: pt
|
||||
- literal_form: aquário
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: pt
|
||||
description: "Specialized custodian type for biological and zoological institutions\
|
||||
\ - organizations\nthat maintain living collections of plants, animals, or aquatic\
|
||||
\ life for purposes of\nconservation, research, education, and public exhibition.\
|
||||
|
|
@ -128,7 +265,7 @@ classes:
|
|||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .\n\n# Artis Zoo (Amsterdam)\n\
|
||||
<https://w3id.org/heritage/custodian/nl/artis>\n a schema:Zoo, schema:TouristAttraction\
|
||||
\ ;\n hc:custodian_type hc:BioCustodianType ;\n hc:wikidata_entity wd:Q732311\
|
||||
\ ; # Artis (zoo)\n hc:specimen_types \"mammals\", \"birds\", \"reptiles\"\
|
||||
\ ; # Artis (zoo)\n hc:specimen_type \"mammals\", \"birds\", \"reptiles\"\
|
||||
, \"amphibians\", \"fish\", \"invertebrates\" ;\n hc:collection_size \"More\
|
||||
\ than 900 species, approximately 8,700 animals\" ;\n hc:living_collections\
|
||||
\ true ;\n hc:research_programs \"Amphibian conservation\", \"Primate behavior\"\
|
||||
|
|
@ -139,7 +276,7 @@ classes:
|
|||
\ ;\n schema:foundingDate \"1838-05-01\" ;\n schema:url <https://www.artis.nl/>\
|
||||
\ .\n\n# Hortus botanicus Leiden\n<https://w3id.org/heritage/custodian/nl/hortus-leiden>\n\
|
||||
\ a schema:Garden, schema:TouristAttraction ;\n hc:custodian_type hc:BioCustodianType\
|
||||
\ ;\n hc:wikidata_entity wd:Q2468128 ; # Hortus botanicus Leiden\n hc:specimen_types\
|
||||
\ ;\n hc:wikidata_entity wd:Q2468128 ; # Hortus botanicus Leiden\n hc:specimen_type\
|
||||
\ \"vascular plants\", \"non-vascular plants\", \"fungi\" ;\n hc:collection_size\
|
||||
\ \"More than 10,000 plant species\" ;\n hc:living_collections true ;\n hc:research_programs\
|
||||
\ \"Plant taxonomy\", \"Tropical plant conservation\", \"Historic cultivar preservation\"\
|
||||
|
|
@ -158,14 +295,14 @@ classes:
|
|||
- collection_size
|
||||
- conservation_breeding
|
||||
- has_or_had_custodian_type
|
||||
- living_collections
|
||||
- living_collection
|
||||
- public_education
|
||||
- research_programs
|
||||
- research_program
|
||||
- specificity_annotation
|
||||
- specimen_types
|
||||
- specimen_type
|
||||
- template_specificity
|
||||
slot_usage:
|
||||
specimen_types:
|
||||
specimen_type:
|
||||
description: |
|
||||
Categories of living specimens maintained in the collection.
|
||||
Multi-valued field capturing all taxonomic groups represented.
|
||||
|
|
@ -242,7 +379,7 @@ classes:
|
|||
- Related to `dwc:individualCount` in Darwin Core
|
||||
range: string
|
||||
required: false
|
||||
living_collections:
|
||||
living_collection:
|
||||
description: |
|
||||
Boolean indicating whether the institution maintains living specimens
|
||||
(true) vs. only preserved/dead specimens (false).
|
||||
|
|
@ -279,7 +416,7 @@ classes:
|
|||
- Darwin Core field: Not directly mapped (implied by collection type)
|
||||
range: boolean
|
||||
required: true
|
||||
research_programs:
|
||||
research_program:
|
||||
description: |
|
||||
Active research programs, conservation projects, or scientific initiatives
|
||||
conducted by the institution. Multi-valued field capturing all major programs.
|
||||
|
|
@ -433,16 +570,16 @@ classes:
|
|||
range: TemplateSpecificityScores
|
||||
inlined: true
|
||||
slots:
|
||||
specimen_types:
|
||||
specimen_type:
|
||||
slot_uri: dwc:taxonRank
|
||||
description: Categories of living specimens maintained (mammals, birds, plants,
|
||||
etc.)
|
||||
range: string
|
||||
multivalued: true
|
||||
living_collections:
|
||||
living_collection:
|
||||
description: Whether institution maintains living specimens (vs. preserved only)
|
||||
range: boolean
|
||||
research_programs:
|
||||
research_program:
|
||||
slot_uri: schema:ResearchProject
|
||||
description: Active research, conservation, or scientific programs
|
||||
range: string
|
||||
|
|
|
|||
|
|
@ -31,26 +31,26 @@ imports:
|
|||
- ../slots/date_identified
|
||||
- ../slots/field_number
|
||||
- ../slots/gbif_id
|
||||
- ../slots/genbank_accessions
|
||||
- ../slots/genbank_accession
|
||||
- ../slots/habitat
|
||||
- ../slots/higher_classification
|
||||
- ../slots/identification_qualifier
|
||||
- ../slots/identified_by
|
||||
- ../slots/is_type_specimen
|
||||
- ../slots/iucn_status
|
||||
- ../slots/legal_provenance_notes
|
||||
- ../slots/legal_provenance_note
|
||||
- ../slots/life_stage
|
||||
- ../slots/part_type
|
||||
- ../slots/preparation_date
|
||||
- ../slots/prepared_by
|
||||
- ../slots/preservation_method
|
||||
- ../slots/preservative_details
|
||||
- ../slots/preservative_detail
|
||||
- ../slots/sex
|
||||
- ../slots/specificity_annotation
|
||||
- ../slots/specimen_count
|
||||
- ../slots/specimen_type
|
||||
- ../slots/taxon_name
|
||||
- ../slots/taxon_remarks
|
||||
- ../slots/taxon_remark
|
||||
- ../slots/taxonomic_authority
|
||||
- ../slots/taxonomic_rank
|
||||
- ../slots/template_specificity
|
||||
|
|
@ -125,26 +125,26 @@ classes:
|
|||
- date_identified
|
||||
- field_number
|
||||
- gbif_id
|
||||
- genbank_accessions
|
||||
- genbank_accession
|
||||
- habitat
|
||||
- higher_classification
|
||||
- identification_qualifier
|
||||
- identified_by
|
||||
- is_type_specimen
|
||||
- iucn_status
|
||||
- legal_provenance_notes
|
||||
- legal_provenance_note
|
||||
- life_stage
|
||||
- part_type
|
||||
- preparation_date
|
||||
- prepared_by
|
||||
- preservation_method
|
||||
- preservative_details
|
||||
- preservative_detail
|
||||
- sex
|
||||
- specificity_annotation
|
||||
- specimen_count
|
||||
- specimen_type
|
||||
- taxon_name
|
||||
- taxon_remarks
|
||||
- taxon_remark
|
||||
- taxonomic_authority
|
||||
- taxonomic_rank
|
||||
- template_specificity
|
||||
|
|
@ -226,7 +226,7 @@ classes:
|
|||
examples:
|
||||
- value: Animalia|Chordata|Aves|Columbiformes|Columbidae|Raphus
|
||||
description: Dodo classification
|
||||
taxon_remarks:
|
||||
taxon_remark:
|
||||
required: false
|
||||
range: string
|
||||
slot_uri: dwc:taxonRemarks
|
||||
|
|
@ -356,7 +356,7 @@ classes:
|
|||
- value: FLUID_ETHANOL
|
||||
- value: DRIED_PRESSED
|
||||
- value: FROZEN_TISSUE
|
||||
preservative_details:
|
||||
preservative_detail:
|
||||
required: false
|
||||
range: string
|
||||
description: |
|
||||
|
|
@ -488,7 +488,7 @@ classes:
|
|||
examples:
|
||||
- value: APPENDIX_I
|
||||
description: Most endangered, trade prohibited
|
||||
legal_provenance_notes:
|
||||
legal_provenance_note:
|
||||
required: false
|
||||
range: string
|
||||
description: |
|
||||
|
|
@ -514,7 +514,7 @@ classes:
|
|||
Links to DNA barcode data.
|
||||
examples:
|
||||
- value: BOLD:AAA0001
|
||||
genbank_accessions:
|
||||
genbank_accession:
|
||||
required: false
|
||||
range: string
|
||||
multivalued: true
|
||||
|
|
@ -635,7 +635,7 @@ slots:
|
|||
description: Full taxonomic hierarchy
|
||||
range: string
|
||||
slot_uri: dwc:higherClassification
|
||||
taxon_remarks:
|
||||
taxon_remark:
|
||||
description: Notes about taxonomic identification
|
||||
range: string
|
||||
slot_uri: dwc:taxonRemarks
|
||||
|
|
@ -684,7 +684,7 @@ slots:
|
|||
description: Primary preservation method
|
||||
range: PreservationMethodEnum
|
||||
slot_uri: dwc:preparations
|
||||
preservative_details:
|
||||
preservative_detail:
|
||||
description: Specific preservation details
|
||||
range: string
|
||||
preparation_date:
|
||||
|
|
@ -730,7 +730,7 @@ slots:
|
|||
cites_appendix:
|
||||
description: CITES appendix listing
|
||||
range: string
|
||||
legal_provenance_notes:
|
||||
legal_provenance_note:
|
||||
description: Notes on legal status for CITES species
|
||||
range: string
|
||||
gbif_id:
|
||||
|
|
@ -740,7 +740,7 @@ slots:
|
|||
bold_id:
|
||||
description: BOLD barcode record ID
|
||||
range: string
|
||||
genbank_accessions:
|
||||
genbank_accession:
|
||||
description: GenBank accession numbers
|
||||
range: string
|
||||
multivalued: true
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ imports:
|
|||
- ../slots/branch_staff_count
|
||||
- ../slots/has_local_collection
|
||||
- ../slots/is_public_facing
|
||||
- ../slots/operating_hours
|
||||
- ../slots/operating_hour
|
||||
- ../slots/services_offered
|
||||
- ../slots/specificity_annotation
|
||||
- ../slots/template_specificity
|
||||
|
|
@ -118,7 +118,7 @@ classes:
|
|||
- branch_staff_count
|
||||
- has_local_collection
|
||||
- is_public_facing
|
||||
- operating_hours
|
||||
- operating_hour
|
||||
- services_offered
|
||||
- specificity_annotation
|
||||
- template_specificity
|
||||
|
|
@ -217,7 +217,7 @@ classes:
|
|||
description: Specialized service
|
||||
- value: Local history reference
|
||||
description: Reference service
|
||||
operating_hours:
|
||||
operating_hour:
|
||||
slot_uri: schema:openingHours
|
||||
description: |
|
||||
Operating hours for this branch office.
|
||||
|
|
@ -335,7 +335,7 @@ slots:
|
|||
description: Services available at branch
|
||||
range: string
|
||||
multivalued: true
|
||||
operating_hours:
|
||||
operating_hour:
|
||||
description: Branch operating hours
|
||||
range: string
|
||||
branch_staff_count:
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@ imports:
|
|||
- ./OrganizationalStructure
|
||||
- ./ReconstructedEntity
|
||||
- ../slots/revision_date
|
||||
- ../slots/approval_date
|
||||
- ../slots/acquisition_budget
|
||||
- ../slots/has_approval_date
|
||||
- ../slots/has_or_had_acquisition_budget
|
||||
- ../slots/approved_by
|
||||
- ../slots/budget_currency
|
||||
- ../slots/budget_description
|
||||
|
|
@ -123,8 +123,8 @@ classes:
|
|||
- schema:MonetaryAmount
|
||||
- frapo:hasFunding
|
||||
slots:
|
||||
- acquisition_budget
|
||||
- approval_date
|
||||
- has_or_had_acquisition_budget
|
||||
- has_approval_date
|
||||
- approved_by
|
||||
- budget_currency
|
||||
- budget_description
|
||||
|
|
|
|||
|
|
@ -16,37 +16,37 @@ imports:
|
|||
- ../enums/FundingRequirementTypeEnum
|
||||
- ./FundingRequirement
|
||||
- ../slots/contact_email
|
||||
- ../slots/keywords
|
||||
- ../slots/application_deadline
|
||||
- ../slots/application_opening_date
|
||||
- ../slots/keyword
|
||||
- ../slots/has_application_deadline
|
||||
- ../slots/has_application_opening_date
|
||||
- ../slots/call_description
|
||||
- ../slots/call_id
|
||||
- ../slots/call_identifiers
|
||||
- ../slots/call_identifier
|
||||
- ../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/eligible_applicant
|
||||
- ../slots/eligible_country
|
||||
- ../slots/funded_project
|
||||
- ../slots/funding_rate
|
||||
- ../slots/heritage_types
|
||||
- ../slots/info_session_dates
|
||||
- ../slots/heritage_type
|
||||
- ../slots/info_session_date
|
||||
- ../slots/issuing_organisation
|
||||
- ../slots/minimum_partners
|
||||
- ../slots/minimum_partner
|
||||
- ../slots/parent_programme
|
||||
- ../slots/partnership_required
|
||||
- ../slots/programme_year
|
||||
- ../slots/related_calls
|
||||
- ../slots/requirements
|
||||
- ../slots/related_call
|
||||
- ../slots/has_or_had_requirement
|
||||
- ../slots/results_expected_date
|
||||
- ../slots/specificity_annotation
|
||||
- ../slots/template_specificity
|
||||
- ../slots/thematic_areas
|
||||
- ../slots/thematic_area
|
||||
- ../slots/total_budget
|
||||
- ../slots/typical_grant_range
|
||||
- ../slots/web_observations
|
||||
- ../slots/web_observation
|
||||
- ./SpecificityAnnotation
|
||||
- ./TemplateSpecificityScores
|
||||
default_prefix: hc
|
||||
|
|
@ -85,19 +85,19 @@ slots:
|
|||
typical_grant_range:
|
||||
range: string
|
||||
description: Typical grant amount range per project (e.g., "€100K-€500K")
|
||||
eligible_applicants:
|
||||
eligible_applicant:
|
||||
range: string
|
||||
multivalued: true
|
||||
description: Types of organisations eligible to apply
|
||||
eligible_countries:
|
||||
eligible_country:
|
||||
range: string
|
||||
multivalued: true
|
||||
description: Countries whose organisations can apply
|
||||
thematic_areas:
|
||||
thematic_area:
|
||||
range: string
|
||||
multivalued: true
|
||||
description: Thematic focus areas or topics covered by the call
|
||||
heritage_types:
|
||||
heritage_type:
|
||||
range: string
|
||||
multivalued: true
|
||||
description: Types of heritage addressed (tangible, intangible, digital, etc.)
|
||||
|
|
@ -110,7 +110,7 @@ slots:
|
|||
partnership_required:
|
||||
range: boolean
|
||||
description: Whether consortium/partnership is required for application
|
||||
minimum_partners:
|
||||
minimum_partner:
|
||||
range: integer
|
||||
description: Minimum number of partners required (if partnership required)
|
||||
issuing_organisation:
|
||||
|
|
@ -122,23 +122,23 @@ slots:
|
|||
programme_year:
|
||||
range: integer
|
||||
description: Programme year or funding cycle
|
||||
call_identifiers:
|
||||
call_identifier:
|
||||
range: uriorcurie
|
||||
multivalued: true
|
||||
description: External identifiers (EU Funding & Tenders ID, etc.)
|
||||
related_calls:
|
||||
related_call:
|
||||
range: uriorcurie
|
||||
multivalued: true
|
||||
description: Related or predecessor/successor calls
|
||||
info_session_dates:
|
||||
info_session_date:
|
||||
range: string
|
||||
multivalued: true
|
||||
description: Dates of information sessions or webinars about the call
|
||||
web_observations:
|
||||
web_observation:
|
||||
range: uriorcurie
|
||||
multivalued: true
|
||||
description: WebObservation records documenting provenance of call information
|
||||
requirements:
|
||||
has_or_had_requirement:
|
||||
range: FundingRequirement
|
||||
multivalued: true
|
||||
inlined: true
|
||||
|
|
@ -146,7 +146,7 @@ slots:
|
|||
description: |
|
||||
Structured requirements for this funding call, each linked to provenance.
|
||||
Replaces unstructured eligibility fields with typed, trackable requirements.
|
||||
funded_projects:
|
||||
funded_project:
|
||||
range: uriorcurie
|
||||
multivalued: true
|
||||
description: |
|
||||
|
|
@ -206,38 +206,38 @@ classes:
|
|||
- schema:Action
|
||||
- dcterms:BibliographicResource
|
||||
slots:
|
||||
- application_deadline
|
||||
- application_opening_date
|
||||
- has_application_deadline
|
||||
- has_application_opening_date
|
||||
- call_description
|
||||
- call_id
|
||||
- call_identifiers
|
||||
- call_identifier
|
||||
- call_short_name
|
||||
- call_status
|
||||
- call_title
|
||||
- call_url
|
||||
- co_funding_required
|
||||
- contact_email
|
||||
- eligible_applicants
|
||||
- eligible_countries
|
||||
- funded_projects
|
||||
- eligible_applicant
|
||||
- eligible_country
|
||||
- funded_project
|
||||
- funding_rate
|
||||
- heritage_types
|
||||
- info_session_dates
|
||||
- heritage_type
|
||||
- info_session_date
|
||||
- issuing_organisation
|
||||
- keywords
|
||||
- minimum_partners
|
||||
- keyword
|
||||
- minimum_partner
|
||||
- parent_programme
|
||||
- partnership_required
|
||||
- programme_year
|
||||
- related_calls
|
||||
- requirements
|
||||
- related_call
|
||||
- has_or_had_requirement
|
||||
- results_expected_date
|
||||
- specificity_annotation
|
||||
- template_specificity
|
||||
- thematic_areas
|
||||
- thematic_area
|
||||
- total_budget
|
||||
- typical_grant_range
|
||||
- web_observations
|
||||
- web_observation
|
||||
slot_usage:
|
||||
call_id:
|
||||
identifier: true
|
||||
|
|
@ -316,7 +316,7 @@ classes:
|
|||
description: Horizon Europe heritage budget
|
||||
- value: 500M GBP
|
||||
description: National Lottery Heritage Fund annual budget
|
||||
eligible_applicants:
|
||||
eligible_applicant:
|
||||
range: string
|
||||
multivalued: true
|
||||
inlined_as_list: true
|
||||
|
|
@ -348,7 +348,7 @@ classes:
|
|||
description: European Research Executive Agency
|
||||
- value: https://nde.nl/ontology/hc/encompassing-body/funding/nlhf
|
||||
description: National Lottery Heritage Fund
|
||||
web_observations:
|
||||
web_observation:
|
||||
slot_uri: prov:wasInfluencedBy
|
||||
range: uriorcurie
|
||||
multivalued: true
|
||||
|
|
@ -367,7 +367,7 @@ classes:
|
|||
examples:
|
||||
- value: https://nde.nl/ontology/hc/observation/web/2025-11-29/eu-horizon-cl2
|
||||
description: Web observation of Horizon Europe call page
|
||||
requirements:
|
||||
has_or_had_requirement:
|
||||
slot_uri: dcterms:requires
|
||||
range: FundingRequirement
|
||||
multivalued: true
|
||||
|
|
@ -405,7 +405,7 @@ classes:
|
|||
examples:
|
||||
- value: See FundingRequirement class examples
|
||||
description: Structured requirements with provenance
|
||||
funded_projects:
|
||||
funded_project:
|
||||
slot_uri: schema:fundedItem
|
||||
range: uriorcurie
|
||||
multivalued: true
|
||||
|
|
@ -469,23 +469,23 @@ classes:
|
|||
results_expected_date: '2026-03-01'
|
||||
total_budget: 82.5M EUR
|
||||
typical_grant_range: 2M-4M EUR per project
|
||||
eligible_applicants:
|
||||
eligible_applicant:
|
||||
- Public bodies
|
||||
- Research organisations
|
||||
- Higher education institutions
|
||||
- SMEs
|
||||
- Non-profit organisations
|
||||
- International organisations
|
||||
eligible_countries:
|
||||
eligible_country:
|
||||
- EU Member States
|
||||
- Horizon Europe Associated Countries
|
||||
thematic_areas:
|
||||
thematic_area:
|
||||
- Cultural heritage preservation
|
||||
- Digital heritage
|
||||
- Climate change impact on heritage
|
||||
- Heritage skills and crafts
|
||||
- Community engagement with heritage
|
||||
heritage_types:
|
||||
heritage_type:
|
||||
- Tangible heritage
|
||||
- Intangible heritage
|
||||
- Digital heritage
|
||||
|
|
@ -497,7 +497,7 @@ classes:
|
|||
parent_programme: Horizon Europe Cluster 2
|
||||
programme_year: 2025
|
||||
contact_email: REA-C2@ec.europa.eu
|
||||
info_session_dates:
|
||||
info_session_date:
|
||||
- 2025-02-15 - Virtual info day
|
||||
- 2025-04-10 - Brokerage event Brussels
|
||||
keywords:
|
||||
|
|
@ -508,7 +508,7 @@ classes:
|
|||
- preservation
|
||||
- EU funding
|
||||
- Horizon Europe
|
||||
funded_projects:
|
||||
funded_project:
|
||||
- https://nde.nl/ontology/hc/project/europeana/common-culture-2024
|
||||
- https://nde.nl/ontology/hc/project/nde/heritage-digitization-2025
|
||||
description: Horizon Europe CL2 2025 Cultural Heritage call
|
||||
|
|
@ -525,22 +525,22 @@ classes:
|
|||
call_url: https://www.heritagefund.org.uk/funding/medium-grants
|
||||
application_deadline: '2025-12-31'
|
||||
typical_grant_range: £250K-£5M
|
||||
eligible_applicants:
|
||||
eligible_applicant:
|
||||
- Not-for-profit organisations
|
||||
- Local authorities
|
||||
- Community groups
|
||||
- Heritage organisations
|
||||
eligible_countries:
|
||||
eligible_country:
|
||||
- England
|
||||
- Northern Ireland
|
||||
- Scotland
|
||||
- Wales
|
||||
thematic_areas:
|
||||
thematic_area:
|
||||
- Heritage conservation
|
||||
- Community engagement
|
||||
- Skills development
|
||||
- Nature conservation
|
||||
heritage_types:
|
||||
heritage_type:
|
||||
- Historic buildings
|
||||
- Natural heritage
|
||||
- Intangible heritage
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ imports:
|
|||
- ./ArchiveOrganizationType
|
||||
- ./CollectionType
|
||||
- ./CantonalArchiveRecordSetTypes
|
||||
- ../slots/holds_record_set_types
|
||||
- ../slots/has_or_had_holds_record_set_type
|
||||
- ../slots/type_scope
|
||||
- ../slots/has_or_had_custodian_type
|
||||
- ../slots/dual_class_link
|
||||
|
|
@ -22,7 +22,7 @@ classes:
|
|||
is_a: ArchiveOrganizationType
|
||||
class_uri: skos:Concept
|
||||
slots:
|
||||
- holds_record_set_types
|
||||
- has_or_had_holds_record_set_type
|
||||
description: |
|
||||
State archives of one of the cantons of Switzerland, preserving cantonal
|
||||
government records and historical documentation.
|
||||
|
|
|
|||
|
|
@ -17,14 +17,14 @@ imports:
|
|||
- ../slots/seating_capacity
|
||||
- ../slots/has_outdoor_seating
|
||||
- ../slots/outdoor_seating_capacity
|
||||
- ../slots/opening_hours
|
||||
- ../slots/opening_hour
|
||||
- ../slots/serves_visitors_only
|
||||
- ../slots/serves_staff
|
||||
- ../slots/reservation_required
|
||||
- ../slots/has_michelin_star
|
||||
- ../slots/michelin_stars
|
||||
- ../slots/michelin_star
|
||||
- ../slots/catering_price_range
|
||||
- ../slots/accessibility_features
|
||||
- ../slots/has_or_had_accessibility_feature
|
||||
- ../slots/operator
|
||||
- ../slots/founded_year
|
||||
- ../slots/specificity_annotation
|
||||
|
|
@ -130,7 +130,7 @@ classes:
|
|||
- wd:Q11707
|
||||
- wd:Q30022
|
||||
slots:
|
||||
- accessibility_features
|
||||
- has_or_had_accessibility_feature
|
||||
- catering_place_description
|
||||
- catering_place_id
|
||||
- catering_place_name
|
||||
|
|
@ -141,8 +141,8 @@ classes:
|
|||
- has_michelin_star
|
||||
- has_outdoor_seating
|
||||
- heritage_type_classification
|
||||
- michelin_stars
|
||||
- opening_hours
|
||||
- michelin_star
|
||||
- opening_hour
|
||||
- operator
|
||||
- outdoor_seating_capacity
|
||||
- reservation_required
|
||||
|
|
@ -276,7 +276,7 @@ classes:
|
|||
examples:
|
||||
- value: 40
|
||||
description: 40 terrace seats
|
||||
opening_hours:
|
||||
opening_hour:
|
||||
slot_uri: schema:openingHours
|
||||
description: |
|
||||
Opening hours for catering facility.
|
||||
|
|
@ -329,7 +329,7 @@ classes:
|
|||
examples:
|
||||
- value: true
|
||||
description: Michelin starred
|
||||
michelin_stars:
|
||||
michelin_star:
|
||||
slot_uri: schema:award
|
||||
description: |
|
||||
Number of Michelin stars if applicable.
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ imports:
|
|||
- ./ArchiveOrganizationType
|
||||
- ./CollectionType
|
||||
- ./CathedralArchiveRecordSetTypes
|
||||
- ../slots/holds_record_set_types
|
||||
- ../slots/has_or_had_holds_record_set_type
|
||||
- ../slots/type_scope
|
||||
- ../slots/has_or_had_custodian_type
|
||||
- ../slots/dual_class_link
|
||||
|
|
@ -22,7 +22,7 @@ classes:
|
|||
is_a: ArchiveOrganizationType
|
||||
class_uri: skos:Concept
|
||||
slots:
|
||||
- holds_record_set_types
|
||||
- has_or_had_holds_record_set_type
|
||||
description: |
|
||||
Archive of a cathedral, preserving records of the cathedral chapter,
|
||||
liturgical documentation, and ecclesiastical administration.
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ imports:
|
|||
- ./ArchiveOrganizationType
|
||||
- ./CollectionType
|
||||
- ./ChurchArchiveRecordSetTypes
|
||||
- ../slots/holds_record_set_types
|
||||
- ../slots/has_or_had_holds_record_set_type
|
||||
- ../slots/type_scope
|
||||
- ../slots/wikidata_entity
|
||||
classes:
|
||||
|
|
@ -56,11 +56,11 @@ classes:
|
|||
- Historical vital statistics
|
||||
slots:
|
||||
- wikidata_entity
|
||||
- holds_record_set_types
|
||||
- has_or_had_holds_record_set_type
|
||||
slot_usage:
|
||||
wikidata_entity:
|
||||
equals_string: Q2877653
|
||||
holds_record_set_types:
|
||||
has_or_had_holds_record_set_type:
|
||||
description: |
|
||||
Links this custodian type to the record set types it typically holds.
|
||||
Uses RiC-O property rico:isOrWasHolderOf to express custodial relationship.
|
||||
|
|
|
|||
|
|
@ -136,10 +136,10 @@ classes:
|
|||
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:
|
||||
scope_include:
|
||||
equals_string: '["synod minutes", "consistory records", "church council decisions",
|
||||
"visitation records", "membership rolls"]'
|
||||
scope_excludes:
|
||||
scope_exclude:
|
||||
equals_string: '["parish registers", "property records", "congregational societies"]'
|
||||
ParishRegisterSeries:
|
||||
is_a: ChurchArchiveRecordSetType
|
||||
|
|
@ -160,7 +160,7 @@ classes:
|
|||
\ restrictions. Many have been digitized and indexed by \ngenealogical organizations.\n\
|
||||
\n**RiC-O Alignment**:\nThis class is a specialized rico:RecordSetType. Records\
|
||||
\ classified with this\ntype follow the series organizational principle as defined\
|
||||
\ by rico-rst:Series\n(chronological arrangement by event type: DTB doop, trouw,\
|
||||
\ by rico-rst:Series\n(chronological has_arrangement by event type: DTB doop, trouw,\
|
||||
\ begraven).\n"
|
||||
structured_aliases:
|
||||
- literal_form: Kirchenbücher
|
||||
|
|
@ -231,10 +231,10 @@ classes:
|
|||
equals_string: 'This RecordSetType classifies record sets following the series
|
||||
principle. Registers arranged chronologically by event type (DTB: doop,
|
||||
trouw, begraven).'
|
||||
scope_includes:
|
||||
scope_include:
|
||||
equals_string: '["baptism records", "marriage records", "burial records",
|
||||
"confirmation records", "membership transfers"]'
|
||||
scope_excludes:
|
||||
scope_exclude:
|
||||
equals_string: '["church governance", "property records", "correspondence"]'
|
||||
PastoralCorrespondenceCollection:
|
||||
is_a: ChurchArchiveRecordSetType
|
||||
|
|
@ -314,10 +314,10 @@ classes:
|
|||
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.
|
||||
scope_includes:
|
||||
scope_include:
|
||||
equals_string: '["clergy correspondence", "sermon manuscripts", "visitation
|
||||
reports", "pastoral notes"]'
|
||||
scope_excludes:
|
||||
scope_exclude:
|
||||
equals_string: '["parish registers", "governance records", "property records"]'
|
||||
privacy_note:
|
||||
equals_string: Pastoral correspondence may contain sensitive personal information. Access
|
||||
|
|
@ -400,10 +400,10 @@ classes:
|
|||
equals_string: This RecordSetType classifies record sets following the fonds
|
||||
principle. Property administration forms a distinct archival fonds, often
|
||||
managed separately from governance records.
|
||||
scope_includes:
|
||||
scope_include:
|
||||
equals_string: '["property deeds", "building records", "financial accounts",
|
||||
"endowments", "cemetery records"]'
|
||||
scope_excludes:
|
||||
scope_exclude:
|
||||
equals_string: '["parish registers", "governance records", "clergy correspondence"]'
|
||||
legal_note:
|
||||
equals_string: Property records may retain legal significance for ownership,
|
||||
|
|
@ -450,7 +450,7 @@ classes:
|
|||
- church publications
|
||||
- kerkbladen
|
||||
- diaconie
|
||||
- photographs
|
||||
- photograph
|
||||
- youth groups
|
||||
exact_mappings:
|
||||
- rico:RecordSetType
|
||||
|
|
@ -493,8 +493,8 @@ classes:
|
|||
principle as defined by rico-rst:Collection. Typically includes assembled
|
||||
collections organized by society or activity type. Documentation value
|
||||
prioritized for ephemera and visual materials.
|
||||
scope_includes:
|
||||
scope_include:
|
||||
equals_string: '["society records", "sunday school records", "photographs",
|
||||
"publications", "mission records", "diaconal records"]'
|
||||
scope_excludes:
|
||||
scope_exclude:
|
||||
equals_string: '["parish registers", "governance records", "property records"]'
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ imports:
|
|||
- ./ChurchArchive
|
||||
- ./CollectionType
|
||||
- ./ChurchArchiveSwedenRecordSetTypes
|
||||
- ../slots/holds_record_set_types
|
||||
- ../slots/has_or_had_holds_record_set_type
|
||||
- ../slots/type_scope
|
||||
- ../slots/has_or_had_custodian_type
|
||||
- ../slots/dual_class_link
|
||||
|
|
@ -22,7 +22,7 @@ classes:
|
|||
is_a: ChurchArchive
|
||||
class_uri: skos:Concept
|
||||
slots:
|
||||
- holds_record_set_types
|
||||
- has_or_had_holds_record_set_type
|
||||
description: |
|
||||
Swedish church archives (kyrkoarkiv) preserving parish records and
|
||||
church books specific to the Swedish ecclesiastical system.
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ imports:
|
|||
- ./ArchiveOrganizationType
|
||||
- ./CollectionType
|
||||
- ./ClimateArchiveRecordSetTypes
|
||||
- ../slots/holds_record_set_types
|
||||
- ../slots/has_or_had_holds_record_set_type
|
||||
- ../slots/type_scope
|
||||
- ../slots/has_or_had_custodian_type
|
||||
- ../slots/dual_class_link
|
||||
|
|
@ -22,7 +22,7 @@ classes:
|
|||
is_a: ArchiveOrganizationType
|
||||
class_uri: skos:Concept
|
||||
slots:
|
||||
- holds_record_set_types
|
||||
- has_or_had_holds_record_set_type
|
||||
description: |
|
||||
Archive that provides information about climatic conditions in the past,
|
||||
preserving paleoclimate data and historical climate records.
|
||||
|
|
|
|||
|
|
@ -23,13 +23,13 @@ imports:
|
|||
- ./Collection
|
||||
- ./AccessPolicy
|
||||
- ../slots/security_level
|
||||
- ../slots/access_policy
|
||||
- ../slots/has_or_had_access_policy
|
||||
- ../slots/capacity
|
||||
- ../slots/closed_space_id
|
||||
- ../slots/contains_collections
|
||||
- ../slots/contains_or_contained_collection
|
||||
- ../slots/contains_storage
|
||||
- ../slots/environmental_controls
|
||||
- ../slots/hazards
|
||||
- ../slots/environmental_control
|
||||
- ../slots/hazard
|
||||
- ../slots/restriction_reason
|
||||
- ../slots/restriction_type
|
||||
- ../slots/space_description
|
||||
|
|
@ -83,7 +83,7 @@ classes:
|
|||
\ PHYSICAL restricted areas within that place.\n\nThe relationship uses `crm:P59_has_section`\
|
||||
\ (spatial subdivision):\n```\nCustodianPlace (nominal designation)\n │\n \
|
||||
\ └── P59_has_section → ClosedSpace[] (THIS CLASS)\n ├── restriction_type\
|
||||
\ (security, preservation, operational)\n ├── access_policy → AccessPolicy\n\
|
||||
\ (security, preservation, operational)\n ├── has_or_had_access_policy → AccessPolicy\n\
|
||||
\ ├── P46_is_composed_of → Storage[]\n └── P46_is_composed_of\
|
||||
\ → Collection[]\n```\n\n**RELATIONSHIP TO AuxiliaryPlace**:\n\nClosedSpace\
|
||||
\ can exist within any AuxiliaryPlace (branch, depot, etc.):\n\n```\nAuxiliaryPlace\
|
||||
|
|
@ -94,7 +94,7 @@ classes:
|
|||
The ArchiveTypeEnum value \"DIM_ARCHIVE\" (Q124749604) refers to archives\n\
|
||||
with access restrictions. ClosedSpace provides the physical manifestation\n\
|
||||
of these restrictions:\n\n- DimArchive (custodian type) → operates in ClosedSpace\
|
||||
\ (physical)\n- ClosedSpace → has access_policy → AccessPolicy (rules)\n- AccessPolicy\
|
||||
\ (physical)\n- ClosedSpace → has has_or_had_access_policy → AccessPolicy (rules)\n- AccessPolicy\
|
||||
\ → applies_to → Collection (what's restricted)\n\n**USE CASES**:\n\n1. **Security\
|
||||
\ Vault**:\n - restriction_type: SECURITY\n - space_name: \"Rare Book Vault\"\
|
||||
\n - access_policy: \"Staff-only, appointment required\"\n - contains_collections:\
|
||||
|
|
@ -120,13 +120,13 @@ classes:
|
|||
- rico:Place
|
||||
- locn:Location
|
||||
slots:
|
||||
- access_policy
|
||||
- has_or_had_access_policy
|
||||
- capacity
|
||||
- closed_space_id
|
||||
- contains_collections
|
||||
- contains_or_contained_collection
|
||||
- contains_storage
|
||||
- environmental_controls
|
||||
- hazards
|
||||
- environmental_control
|
||||
- hazard
|
||||
- restriction_reason
|
||||
- restriction_type
|
||||
- security_level
|
||||
|
|
@ -270,7 +270,7 @@ classes:
|
|||
description: Treasure room
|
||||
- value: ENHANCED
|
||||
description: Conservation lab
|
||||
environmental_controls:
|
||||
environmental_control:
|
||||
slot_uri: schema:amenityFeature
|
||||
description: |
|
||||
Environmental control features in this space.
|
||||
|
|
@ -307,7 +307,7 @@ classes:
|
|||
- value:
|
||||
- https://nde.nl/ontology/hc/storage/na-rare-book-shelving
|
||||
- https://nde.nl/ontology/hc/storage/na-manuscript-cabinets
|
||||
contains_collections:
|
||||
contains_or_contained_collection:
|
||||
slot_uri: rico:containsOrContained
|
||||
description: "Collections or collection portions housed in this closed space.\n\
|
||||
\n**Ontology Alignment**:\n- RiC-O: `rico:containsOrContained` - \"connects\
|
||||
|
|
@ -323,7 +323,7 @@ classes:
|
|||
- value:
|
||||
- https://nde.nl/ontology/hc/collection/na-medieval-manuscripts
|
||||
- https://nde.nl/ontology/hc/collection/na-incunabula
|
||||
hazards:
|
||||
hazard:
|
||||
slot_uri: schema:warning
|
||||
description: |
|
||||
Hazards or safety concerns in this space.
|
||||
|
|
@ -447,7 +447,7 @@ classes:
|
|||
security_level: HIGH
|
||||
environmental_controls: 18°C ±1°C, 50% RH ±5%, HEPA filtration, inert gas
|
||||
fire suppression
|
||||
contains_collections:
|
||||
contains_or_contained_collection:
|
||||
- https://nde.nl/ontology/hc/collection/na-medieval-manuscripts
|
||||
- https://nde.nl/ontology/hc/collection/na-incunabula
|
||||
capacity: 150 m², 800 linear meters shelving
|
||||
|
|
@ -465,7 +465,7 @@ classes:
|
|||
Temperature fluctuations from access damage film.
|
||||
security_level: ENHANCED
|
||||
environmental_controls: -18°C, 30% RH, dark, nitrogen-enriched atmosphere
|
||||
hazards:
|
||||
hazard:
|
||||
- Extreme cold - protective equipment required
|
||||
- Nitrate film - fire hazard
|
||||
- Low oxygen environment
|
||||
|
|
@ -519,7 +519,7 @@ slots:
|
|||
Aligned with crm:P3_has_note / skos:note.
|
||||
slot_uri: skos:note
|
||||
range: string
|
||||
environmental_controls:
|
||||
environmental_control:
|
||||
description: |
|
||||
Environmental control features (climate, lighting, air quality).
|
||||
Aligned with schema:amenityFeature.
|
||||
|
|
@ -532,14 +532,14 @@ slots:
|
|||
slot_uri: crm:P46_is_composed_of
|
||||
range: Storage
|
||||
multivalued: true
|
||||
contains_collections:
|
||||
contains_or_contained_collection:
|
||||
description: |
|
||||
Collections housed within this closed space.
|
||||
Aligned with rico:containsOrContained.
|
||||
slot_uri: rico:containsOrContained
|
||||
range: Collection
|
||||
multivalued: true
|
||||
hazards:
|
||||
hazard:
|
||||
description: |
|
||||
Hazards or safety concerns in the space.
|
||||
Aligned with schema:warning.
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ imports:
|
|||
- linkml:types
|
||||
- ./ArchiveOrganizationType
|
||||
- ./CollectingArchivesRecordSetTypes
|
||||
- ../slots/holds_record_set_types
|
||||
- ../slots/has_or_had_holds_record_set_type
|
||||
- ./CollectionType
|
||||
- ../slots/type_scope
|
||||
- ../slots/has_or_had_custodian_type
|
||||
|
|
@ -23,7 +23,7 @@ classes:
|
|||
class_uri: skos:Concept
|
||||
slots:
|
||||
- has_or_had_custodian_type
|
||||
- holds_record_set_types
|
||||
- has_or_had_holds_record_set_type
|
||||
- specificity_annotation
|
||||
- template_specificity
|
||||
description: |
|
||||
|
|
|
|||
|
|
@ -25,28 +25,28 @@ imports:
|
|||
- ./ExhibitedObject
|
||||
- ./CurationActivity
|
||||
- ../slots/access_policy_ref
|
||||
- ../slots/acquisition_date
|
||||
- ../slots/acquisition_method
|
||||
- ../slots/acquisition_source
|
||||
- ../slots/arrangement
|
||||
- ../slots/has_acquisition_date
|
||||
- ../slots/has_acquisition_method
|
||||
- ../slots/has_acquisition_source
|
||||
- ../slots/has_arrangement
|
||||
- ../slots/collection_description
|
||||
- ../slots/collection_id
|
||||
- ../slots/collection_name
|
||||
- ../slots/collection_type_ref
|
||||
- ../slots/curation_activities
|
||||
- ../slots/has_or_had_curation_activity
|
||||
- ../slots/custodial_history
|
||||
- ../slots/digital_surrogate_url
|
||||
- ../slots/digitization_status
|
||||
- ../slots/extent
|
||||
- ../slots/extent_items
|
||||
- ../slots/finding_aids
|
||||
- ../slots/items
|
||||
- ../slots/extent_item
|
||||
- ../slots/has_or_had_finding_aid
|
||||
- ../slots/item
|
||||
- ../slots/parent_collection
|
||||
- ../slots/part_of_custodian_collection
|
||||
- ../slots/provenance_statement
|
||||
- ../slots/record_set_type
|
||||
- ../slots/sub_collections
|
||||
- ../slots/subject_areas
|
||||
- ../slots/has_or_had_sub_collection
|
||||
- ../slots/subject_area
|
||||
- ../slots/temporal_coverage
|
||||
- ../slots/valid_from
|
||||
- ../slots/valid_to
|
||||
|
|
@ -100,7 +100,7 @@ classes:
|
|||
└── Collection (THIS CLASS - specific holdings)
|
||||
├── CollectionType (classification)
|
||||
├── AccessPolicy (access restrictions)
|
||||
├── sub_collections → Collection[] (nested hierarchy)
|
||||
├── has_or_had_sub_collection → Collection[] (nested hierarchy)
|
||||
│ └── Collection (sub-fonds, series, etc.)
|
||||
└── items → ExhibitedObject[] (individual objects)
|
||||
```
|
||||
|
|
@ -167,30 +167,30 @@ classes:
|
|||
- bf:Item
|
||||
slots:
|
||||
- access_policy_ref
|
||||
- acquisition_date
|
||||
- acquisition_method
|
||||
- acquisition_source
|
||||
- arrangement
|
||||
- has_acquisition_date
|
||||
- has_acquisition_method
|
||||
- has_acquisition_source
|
||||
- has_arrangement
|
||||
- collection_description
|
||||
- collection_id
|
||||
- collection_name
|
||||
- collection_type_ref
|
||||
- curation_activities
|
||||
- has_or_had_curation_activity
|
||||
- custodial_history
|
||||
- has_or_had_custodian_type
|
||||
- digital_surrogate_url
|
||||
- digitization_status
|
||||
- extent
|
||||
- extent_items
|
||||
- finding_aids
|
||||
- items
|
||||
- extent_item
|
||||
- has_or_had_finding_aid
|
||||
- item
|
||||
- parent_collection
|
||||
- part_of_custodian_collection
|
||||
- provenance_statement
|
||||
- record_set_type
|
||||
- specificity_annotation
|
||||
- sub_collections
|
||||
- subject_areas
|
||||
- has_or_had_sub_collection
|
||||
- subject_area
|
||||
- template_specificity
|
||||
- temporal_coverage
|
||||
- valid_from
|
||||
|
|
@ -292,7 +292,7 @@ classes:
|
|||
description: Museum extent
|
||||
- value: 342 manuscripts
|
||||
description: Library extent
|
||||
extent_items:
|
||||
extent_item:
|
||||
slot_uri: schema:numberOfItems
|
||||
description: |
|
||||
Numeric count of items (when countable).
|
||||
|
|
@ -313,7 +313,7 @@ classes:
|
|||
|
||||
RiC-O: hasTemporalCoverage for date range of contents.
|
||||
|
||||
Distinct from acquisition_date (when acquired) and valid_from/valid_to
|
||||
Distinct from has_acquisition_date (when acquired) and valid_from/valid_to
|
||||
(when collection existed at custodian).
|
||||
range: TimeSpan
|
||||
examples:
|
||||
|
|
@ -321,7 +321,7 @@ classes:
|
|||
start_date: '1602-01-01'
|
||||
end_date: '1799-12-31'
|
||||
description: VOC records temporal coverage
|
||||
subject_areas:
|
||||
subject_area:
|
||||
slot_uri: dcterms:subject
|
||||
description: |
|
||||
Thematic subjects covered by the collection.
|
||||
|
|
@ -425,7 +425,7 @@ classes:
|
|||
has_arrangement:
|
||||
slot_uri: rico:hasArrangement
|
||||
description: |
|
||||
Intellectual arrangement or classification system.
|
||||
Intellectual has_arrangement or classification system.
|
||||
|
||||
RiC-O: hasArrangement for organizational structure.
|
||||
|
||||
|
|
@ -438,10 +438,10 @@ classes:
|
|||
examples:
|
||||
- value: Organized by provenance, then chronologically within each creating
|
||||
office
|
||||
description: Archival arrangement
|
||||
description: Archival has_arrangement
|
||||
- value: Arranged alphabetically by artist name
|
||||
description: Art collection arrangement
|
||||
finding_aids:
|
||||
description: Art collection has_arrangement
|
||||
has_or_had_finding_aid:
|
||||
slot_uri: rico:isDescribedBy
|
||||
description: |
|
||||
Finding aids describing this collection.
|
||||
|
|
@ -464,7 +464,7 @@ classes:
|
|||
|
||||
**Example**:
|
||||
```yaml
|
||||
finding_aids:
|
||||
has_or_had_finding_aid:
|
||||
- finding_aid_type_ref: ArchivalInventory
|
||||
title: "Inventory of VOC Records"
|
||||
url: "https://www.nationaalarchief.nl/onderzoeken/archief/1.04.02"
|
||||
|
|
@ -521,7 +521,7 @@ classes:
|
|||
examples:
|
||||
- value: https://nde.nl/ontology/hc/collection/nationaal-archief-voc-fonds
|
||||
description: Series within VOC fonds
|
||||
sub_collections:
|
||||
has_or_had_sub_collection:
|
||||
slot_uri: rico:includesOrIncluded
|
||||
description: |
|
||||
Child collections (for hierarchical nesting).
|
||||
|
|
@ -539,7 +539,7 @@ classes:
|
|||
- collection_name: Kamer Amsterdam
|
||||
collection_type_ref: series
|
||||
description: Series within VOC fonds
|
||||
items:
|
||||
item:
|
||||
slot_uri: rico:hasOrHadConstituent
|
||||
description: |
|
||||
Individual ExhibitedObject items within this collection.
|
||||
|
|
@ -573,7 +573,7 @@ classes:
|
|||
- https://nde.nl/ontology/hc/object/mauritshuis-anatomy-lesson
|
||||
- https://nde.nl/ontology/hc/object/mauritshuis-goldfinch
|
||||
description: Paintings in Mauritshuis collection
|
||||
curation_activities:
|
||||
has_or_had_curation_activity:
|
||||
slot_uri: crm:P147i_was_curated_by
|
||||
description: |
|
||||
Ongoing curation activities performed on this collection.
|
||||
|
|
@ -647,7 +647,7 @@ classes:
|
|||
- Enables fine-grained description using RiC-O, CIDOC-CRM, BIBFRAME ontologies
|
||||
- Supports hierarchical nesting (fonds → series → sub-series)
|
||||
- Links to CollectionType for classification and AccessPolicy for access control
|
||||
- Provenance tracking includes custodial_history, acquisition_method, acquisition_source
|
||||
- Provenance tracking includes custodial_history, acquisition_method, has_acquisition_source
|
||||
- finding_aids replaces the simple finding_aid_url slot (2025-12-09)
|
||||
- items slot links to ExhibitedObject[] for individual collection objects (2026-01)
|
||||
- curation_activities slot links to CurationActivity[] for ongoing management
|
||||
|
|
@ -670,7 +670,7 @@ classes:
|
|||
temporal_coverage:
|
||||
start_date: '1602-01-01'
|
||||
end_date: '1799-12-31'
|
||||
subject_areas:
|
||||
subject_area:
|
||||
- Colonial trade
|
||||
- Maritime history
|
||||
- Dutch East Indies
|
||||
|
|
@ -681,7 +681,7 @@ classes:
|
|||
acquisition_source: Ministry of Colonies
|
||||
access_policy_ref: https://nde.nl/ontology/hc/access-policy/open-access
|
||||
arrangement: Organized by provenance, then chronologically
|
||||
finding_aids:
|
||||
has_or_had_finding_aid:
|
||||
- finding_aid_id: https://nde.nl/finding-aid/nationaal-archief-voc-inventory
|
||||
title: Inventory of the Records of the Dutch East India Company (VOC)
|
||||
finding_aid_type_ref: ArchivalInventory
|
||||
|
|
@ -700,4 +700,4 @@ classes:
|
|||
# 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
|
||||
# has_or_had_sub_collection, items, curation_activities, part_of_custodian_collection
|
||||
|
|
|
|||
|
|
@ -24,11 +24,11 @@ imports:
|
|||
- ../slots/manages_collection
|
||||
- ../slots/open_source
|
||||
- ../slots/powers_platform
|
||||
- ../slots/programming_languages
|
||||
- ../slots/programming_language
|
||||
- ../slots/refers_to_custodian
|
||||
- ../slots/repository_url
|
||||
- ../slots/specificity_annotation
|
||||
- ../slots/supported_metadata_standards
|
||||
- ../slots/supported_metadata_standard
|
||||
- ../slots/template_specificity
|
||||
- ../slots/temporal_extent
|
||||
- ../slots/used_by_custodian
|
||||
|
|
@ -130,11 +130,11 @@ classes:
|
|||
- manages_collection
|
||||
- open_source
|
||||
- powers_platform
|
||||
- programming_languages
|
||||
- programming_language
|
||||
- refers_to_custodian
|
||||
- repository_url
|
||||
- specificity_annotation
|
||||
- supported_metadata_standards
|
||||
- supported_metadata_standard
|
||||
- template_specificity
|
||||
- temporal_extent
|
||||
- used_by_custodian
|
||||
|
|
@ -300,7 +300,7 @@ classes:
|
|||
examples:
|
||||
- value: https://manual.collectiveaccess.org/
|
||||
description: CollectiveAccess documentation
|
||||
programming_languages:
|
||||
programming_language:
|
||||
slot_uri: doap:programming-language
|
||||
description: |
|
||||
Programming languages used to build this CMS.
|
||||
|
|
@ -334,7 +334,7 @@ classes:
|
|||
description: CollectiveAccess GitHub repo
|
||||
- value: https://github.com/archivesspace/archivesspace
|
||||
description: ArchivesSpace GitHub repo
|
||||
supported_metadata_standards:
|
||||
supported_metadata_standard:
|
||||
slot_uri: dcterms:conformsTo
|
||||
description: |
|
||||
Metadata standards supported by this CMS.
|
||||
|
|
@ -559,7 +559,7 @@ classes:
|
|||
license: Proprietary
|
||||
vendor_name: Axiell
|
||||
vendor_url: https://www.axiell.com/
|
||||
supported_metadata_standards:
|
||||
supported_metadata_standard:
|
||||
- SPECTRUM
|
||||
- Dublin Core
|
||||
- LIDO
|
||||
|
|
@ -583,12 +583,12 @@ classes:
|
|||
vendor_name: Whirl-i-Gig
|
||||
vendor_url: https://www.collectiveaccess.org/
|
||||
documentation_url: https://manual.collectiveaccess.org/
|
||||
programming_languages:
|
||||
programming_language:
|
||||
- PHP
|
||||
- JavaScript
|
||||
- MySQL
|
||||
repository_url: https://github.com/collectiveaccess/providence
|
||||
supported_metadata_standards:
|
||||
supported_metadata_standard:
|
||||
- Dublin Core
|
||||
- VRA Core
|
||||
- LIDO
|
||||
|
|
@ -605,7 +605,7 @@ classes:
|
|||
open_source: false
|
||||
license: Proprietary
|
||||
vendor_name: De Ree Archiefsystemen
|
||||
supported_metadata_standards:
|
||||
supported_metadata_standard:
|
||||
- ISAD(G)
|
||||
- EAD
|
||||
- MDTO
|
||||
|
|
@ -644,7 +644,7 @@ slots:
|
|||
repository_url:
|
||||
description: Source code repository URL
|
||||
range: uri
|
||||
supported_metadata_standards:
|
||||
supported_metadata_standard:
|
||||
description: Metadata standards supported by CMS
|
||||
range: string
|
||||
iiif_compatible:
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ imports:
|
|||
- ../slots/record_equivalent
|
||||
- ../slots/bibframe_equivalent
|
||||
- ../slots/collection_broader_type
|
||||
- ../slots/collection_narrower_types
|
||||
- ../slots/has_or_had_collection_narrower_type
|
||||
- ../slots/collection_type_description
|
||||
- ../slots/collection_type_id
|
||||
- ../slots/collection_type_name
|
||||
|
|
@ -126,7 +126,7 @@ classes:
|
|||
slots:
|
||||
- bibframe_equivalent
|
||||
- collection_broader_type
|
||||
- collection_narrower_types
|
||||
- has_or_had_collection_narrower_type
|
||||
- collection_type_description
|
||||
- collection_type_id
|
||||
- collection_type_name
|
||||
|
|
@ -221,7 +221,7 @@ classes:
|
|||
examples:
|
||||
- value: https://nde.nl/ontology/hc/collection-type/archival-record-set-type
|
||||
description: SERIES broader type is ArchivalRecordSetType
|
||||
collection_narrower_types:
|
||||
has_or_had_collection_narrower_type:
|
||||
slot_uri: skos:narrower
|
||||
description: |
|
||||
Child types in hierarchy.
|
||||
|
|
@ -278,7 +278,7 @@ classes:
|
|||
record_equivalent: rico:Fonds
|
||||
wikidata_equivalent: wikidata:Q1643722
|
||||
domain_context: ARCHIVE
|
||||
collection_narrower_types:
|
||||
has_or_had_collection_narrower_type:
|
||||
- https://nde.nl/ontology/hc/collection-type/series
|
||||
- https://nde.nl/ontology/hc/collection-type/sub-fonds
|
||||
description: Archival fonds collection type
|
||||
|
|
@ -309,7 +309,7 @@ slots:
|
|||
collection_broader_type:
|
||||
description: Parent collection type
|
||||
range: CollectionType
|
||||
collection_narrower_types:
|
||||
has_or_had_collection_narrower_type:
|
||||
description: Child collection types
|
||||
range: CollectionType
|
||||
multivalued: true
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ imports:
|
|||
- ./ArchiveOrganizationType
|
||||
- ./CollectionType
|
||||
- ./ComarcalArchiveRecordSetTypes
|
||||
- ../slots/holds_record_set_types
|
||||
- ../slots/has_or_had_holds_record_set_type
|
||||
- ../slots/type_scope
|
||||
- ../slots/has_or_had_custodian_type
|
||||
- ../slots/dual_class_link
|
||||
|
|
@ -22,7 +22,7 @@ classes:
|
|||
is_a: ArchiveOrganizationType
|
||||
class_uri: skos:Concept
|
||||
slots:
|
||||
- holds_record_set_types
|
||||
- has_or_had_holds_record_set_type
|
||||
description: |
|
||||
Archive serving a comarca (county-level administrative district),
|
||||
primarily in Catalonia and other regions of Spain.
|
||||
|
|
|
|||
|
|
@ -13,11 +13,11 @@ imports:
|
|||
- ../enums/CommercialCustodianTypeEnum
|
||||
- ../slots/business_model
|
||||
- ../slots/collection_purpose
|
||||
- ../slots/commercial_activities
|
||||
- ../slots/commercial_activity
|
||||
- ../slots/commercial_custodian_subtype
|
||||
- ../slots/corporate_integration
|
||||
- ../slots/has_or_had_custodian_type
|
||||
- ../slots/heritage_holdings
|
||||
- ../slots/heritage_holding
|
||||
- ../slots/public_access
|
||||
- ../slots/specificity_annotation
|
||||
- ../slots/template_specificity
|
||||
|
|
@ -36,6 +36,100 @@ classes:
|
|||
CommercialOrganizationType:
|
||||
is_a: CustodianType
|
||||
class_uri: skos:Concept
|
||||
annotations:
|
||||
skos:prefLabel: Commercial Organization
|
||||
skos:altLabel: corporate archive, company museum, auction house, art dealer, brand heritage center, business archive
|
||||
structured_aliases:
|
||||
- literal_form: veilinghuis
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: kunsthandel
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: bedrijfsarchief
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: bedrijfsmuseum
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: commerciële organisatie
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: auction house
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: en
|
||||
- literal_form: art dealer
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: en
|
||||
- literal_form: corporate archive
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: en
|
||||
- literal_form: company museum
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: en
|
||||
- literal_form: brand heritage center
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: en
|
||||
- literal_form: Auktionshaus
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: Kunsthändler
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: Firmenarchiv
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: Unternehmensmuseum
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: maison de ventes
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: marchand d'art
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: archives d'entreprise
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: musée d'entreprise
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: casa de subastas
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
- literal_form: marchante de arte
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
- literal_form: archivo empresarial
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
- literal_form: museo de empresa
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
- literal_form: casa d'aste
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: it
|
||||
- literal_form: mercante d'arte
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: it
|
||||
- literal_form: archivio aziendale
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: it
|
||||
- literal_form: museo aziendale
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: it
|
||||
- literal_form: casa de leilões
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: pt
|
||||
- literal_form: negociante de arte
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: pt
|
||||
- literal_form: arquivo empresarial
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: pt
|
||||
- literal_form: museu empresarial
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: pt
|
||||
description: |
|
||||
Specialized custodian type for for-profit commercial organizations that
|
||||
maintain heritage collections (corporate archives, company museums, brand centers).
|
||||
|
|
@ -188,11 +282,11 @@ classes:
|
|||
slots:
|
||||
- business_model
|
||||
- collection_purpose
|
||||
- commercial_activities
|
||||
- commercial_activity
|
||||
- commercial_custodian_subtype
|
||||
- corporate_integration
|
||||
- has_or_had_custodian_type
|
||||
- heritage_holdings
|
||||
- heritage_holding
|
||||
- public_access
|
||||
- specificity_annotation
|
||||
- template_specificity
|
||||
|
|
@ -293,7 +387,7 @@ classes:
|
|||
- **Admission fees**: Free, nominal charge, premium pricing, membership tiers
|
||||
- **Operating hours**: Daily/seasonal hours, weekends, by appointment
|
||||
- **Booking requirements**: Walk-in, advance booking, group reservations
|
||||
- **Restrictions**: Corporate guests only, business hours, age limits, photography rules
|
||||
- **Restrictions**: Corporate guests only, business hours, has_age limits, photography rules
|
||||
- **Digital access**: Online catalog, virtual tours, digitized collections
|
||||
- **Research access**: Scholar appointments, archives reading room, reproduction fees
|
||||
|
||||
|
|
@ -313,7 +407,7 @@ classes:
|
|||
description: Ford archive access
|
||||
- value: Corporate guests only, Escorted tours, Business hours
|
||||
description: Private company museum access
|
||||
heritage_holdings:
|
||||
heritage_holding:
|
||||
description: |
|
||||
What heritage materials the commercial organization preserves.
|
||||
|
||||
|
|
@ -344,7 +438,7 @@ classes:
|
|||
description: Ford Motor holdings
|
||||
- value: Perfume formulas, Bottle designs, Fashion sketches
|
||||
description: Chanel archive holdings
|
||||
commercial_activities:
|
||||
commercial_activity:
|
||||
description: |
|
||||
Revenue-generating activities beyond heritage preservation.
|
||||
|
||||
|
|
@ -400,12 +494,12 @@ slots:
|
|||
description: Public access conditions
|
||||
range: string
|
||||
slot_uri: schema:publicAccess
|
||||
heritage_holdings:
|
||||
heritage_holding:
|
||||
description: Heritage materials preserved
|
||||
range: string
|
||||
multivalued: true
|
||||
slot_uri: schema:owns
|
||||
commercial_activities:
|
||||
commercial_activity:
|
||||
description: Revenue-generating activities
|
||||
range: string
|
||||
multivalued: true
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ imports:
|
|||
- ./ArchiveOrganizationType
|
||||
- ./CollectionType
|
||||
- ./CommunityArchiveRecordSetTypes
|
||||
- ../slots/holds_record_set_types
|
||||
- ../slots/has_or_had_holds_record_set_type
|
||||
- ../slots/type_scope
|
||||
- ../slots/has_or_had_custodian_type
|
||||
- ../slots/dual_class_link
|
||||
|
|
@ -22,7 +22,7 @@ classes:
|
|||
is_a: ArchiveOrganizationType
|
||||
class_uri: skos:Concept
|
||||
slots:
|
||||
- holds_record_set_types
|
||||
- has_or_had_holds_record_set_type
|
||||
description: |
|
||||
Archive created and maintained by individuals and community groups
|
||||
to document their own cultural heritage and lived experiences.
|
||||
|
|
|
|||
|
|
@ -143,10 +143,10 @@ classes:
|
|||
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.
|
||||
scope_includes:
|
||||
scope_include:
|
||||
equals_string: '["board minutes", "shareholder records", "executive records",
|
||||
"M&A records", "corporate bylaws"]'
|
||||
scope_excludes:
|
||||
scope_exclude:
|
||||
equals_string: '["product development", "marketing materials", "personnel
|
||||
records"]'
|
||||
legal_note:
|
||||
|
|
@ -235,10 +235,10 @@ classes:
|
|||
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.
|
||||
scope_includes:
|
||||
scope_include:
|
||||
equals_string: '["R&D files", "technical drawings", "patents", "prototypes",
|
||||
"test reports"]'
|
||||
scope_excludes:
|
||||
scope_exclude:
|
||||
equals_string: '["governance records", "marketing materials", "personnel records"]'
|
||||
MarketingArchiveCollection:
|
||||
is_a: CompanyArchiveRecordSetType
|
||||
|
|
@ -327,10 +327,10 @@ classes:
|
|||
principle as defined by rico-rst:Collection. Typically assembled collection
|
||||
organized by campaign, product line, or media type. Visual materials often
|
||||
predominate.
|
||||
scope_includes:
|
||||
scope_include:
|
||||
equals_string: '["advertising", "brand materials", "packaging", "promotional
|
||||
materials", "market research"]'
|
||||
scope_excludes:
|
||||
scope_exclude:
|
||||
equals_string: '["governance records", "technical documentation", "personnel
|
||||
records"]'
|
||||
PersonnelRecordsSeries:
|
||||
|
|
@ -413,10 +413,10 @@ classes:
|
|||
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.
|
||||
scope_includes:
|
||||
scope_include:
|
||||
equals_string: '["personnel files", "employment contracts", "payroll records",
|
||||
"training records", "works council records"]'
|
||||
scope_excludes:
|
||||
scope_exclude:
|
||||
equals_string: '["governance records", "product development", "marketing materials"]'
|
||||
privacy_note:
|
||||
equals_string: 'Subject to AVG/GDPR. Access restrictions apply for records
|
||||
|
|
@ -504,9 +504,9 @@ classes:
|
|||
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.
|
||||
scope_includes:
|
||||
scope_include:
|
||||
equals_string: '["annual reports", "house magazines", "newsletters", "commemorative
|
||||
publications", "press releases"]'
|
||||
scope_excludes:
|
||||
scope_exclude:
|
||||
equals_string: '["governance records", "technical documentation", "personnel
|
||||
records"]'
|
||||
|
|
|
|||
|
|
@ -16,8 +16,8 @@ imports:
|
|||
- ./OrganizationBranch
|
||||
- ./CompanyArchiveRecordSetTypes
|
||||
- ../slots/archive_branches
|
||||
- ../slots/archive_department_of
|
||||
- ../slots/holds_record_set_types
|
||||
- ../slots/is_or_was_archive_department_of
|
||||
- ../slots/has_or_had_holds_record_set_type
|
||||
- ../slots/parent_corporation
|
||||
- ../slots/type_scope
|
||||
- ../slots/wikidata_entity
|
||||
|
|
@ -99,15 +99,15 @@ classes:
|
|||
|
||||
slots:
|
||||
- parent_corporation
|
||||
- archive_department_of
|
||||
- is_or_was_archive_department_of
|
||||
- archive_branches
|
||||
- wikidata_entity
|
||||
- holds_record_set_types
|
||||
- has_or_had_holds_record_set_type
|
||||
|
||||
slot_usage:
|
||||
wikidata_entity:
|
||||
equals_string: "Q10605195"
|
||||
holds_record_set_types:
|
||||
has_or_had_holds_record_set_type:
|
||||
description: |
|
||||
Links this custodian type to the record set types it typically holds.
|
||||
Uses RiC-O property rico:isOrWasHolderOf to express custodial relationship.
|
||||
|
|
|
|||
|
|
@ -133,7 +133,7 @@ classes:
|
|||
description: Institution being rebuilt after destruction
|
||||
- value: false
|
||||
description: No rebuilding efforts underway
|
||||
sources:
|
||||
has_or_had_documentation_source:
|
||||
slot_uri: prov:hadPrimarySource
|
||||
range: string
|
||||
multivalued: true
|
||||
|
|
@ -175,7 +175,7 @@ slots:
|
|||
is_rebuilding:
|
||||
description: Whether institution is being rebuilt
|
||||
range: boolean
|
||||
sources:
|
||||
has_or_had_documentation_source:
|
||||
slot_uri: prov:hadPrimarySource
|
||||
description: Sources documenting the destruction/damage
|
||||
range: string
|
||||
|
|
|
|||
|
|
@ -18,9 +18,9 @@ imports:
|
|||
- ./HeritageTypeCount
|
||||
- ./SpecificityAnnotation
|
||||
- ./TemplateSpecificityScores
|
||||
- ../slots/connections
|
||||
- ../slots/connection
|
||||
- ../slots/network_analysis
|
||||
- ../slots/notes
|
||||
- ../slots/note
|
||||
- ../slots/source_metadata
|
||||
- ../slots/specificity_annotation
|
||||
- ../slots/template_specificity
|
||||
|
|
@ -55,7 +55,7 @@ classes:
|
|||
close_mappings:
|
||||
- prov:Collection
|
||||
slots:
|
||||
- connections
|
||||
- connection
|
||||
- network_analysis
|
||||
- source_metadata
|
||||
- specificity_annotation
|
||||
|
|
@ -66,7 +66,7 @@ classes:
|
|||
range: ConnectionSourceMetadata
|
||||
required: true
|
||||
inlined: true
|
||||
connections:
|
||||
connection:
|
||||
description: Array of connection entries from the LinkedIn network
|
||||
range: PersonConnection
|
||||
required: true
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ imports:
|
|||
- ./TemplateSpecificityScores
|
||||
- ../enums/ScrapeMethodEnum
|
||||
- ../slots/connections_extracted
|
||||
- ../slots/notes
|
||||
- ../slots/note
|
||||
- ../slots/scrape_method
|
||||
- ../slots/scraped_timestamp
|
||||
- ../slots/source_url
|
||||
|
|
@ -45,7 +45,7 @@ classes:
|
|||
- prov:Activity
|
||||
slots:
|
||||
- connections_extracted
|
||||
- notes
|
||||
- note
|
||||
- scrape_method
|
||||
- scraped_timestamp
|
||||
- source_url
|
||||
|
|
@ -117,7 +117,7 @@ classes:
|
|||
minimum_value: 0
|
||||
examples:
|
||||
- value: 776
|
||||
notes:
|
||||
note:
|
||||
description: |
|
||||
Optional notes about the extraction process.
|
||||
May reference raw source files or explain any issues.
|
||||
|
|
|
|||
|
|
@ -7,18 +7,18 @@ imports:
|
|||
- ./CustodianObservation
|
||||
- ./ReconstructionActivity
|
||||
- ../slots/accepts_external_work
|
||||
- ../slots/accreditation_body
|
||||
- ../slots/conservation_specializations
|
||||
- ../slots/equipment_types
|
||||
- ../slots/has_or_had_accreditation_body
|
||||
- ../slots/conservation_specialization
|
||||
- ../slots/equipment_type
|
||||
- ../slots/has_climate_control
|
||||
- ../slots/has_deacidification_facility
|
||||
- ../slots/has_fume_hoods
|
||||
- ../slots/has_fume_hood
|
||||
- ../slots/has_imaging_equipment
|
||||
- ../slots/is_accredited
|
||||
- ../slots/lab_description
|
||||
- ../slots/lab_id
|
||||
- ../slots/lab_name
|
||||
- ../slots/safety_certifications
|
||||
- ../slots/safety_certification
|
||||
- ../slots/specificity_annotation
|
||||
- ../slots/staff_count
|
||||
- ../slots/template_specificity
|
||||
|
|
@ -90,7 +90,7 @@ classes:
|
|||
ConservationLab:
|
||||
lab_id: "https://nde.nl/ontology/hc/aux/rijksmuseum-conservation"
|
||||
lab_name: "Rijksmuseum Conservation Studio"
|
||||
conservation_specializations:
|
||||
conservation_specialization:
|
||||
- "Paintings"
|
||||
- "Works on paper"
|
||||
- "Furniture"
|
||||
|
|
@ -102,7 +102,7 @@ classes:
|
|||
```yaml
|
||||
ConservationLab:
|
||||
lab_name: "Nationaal Archief Restauratie Atelier"
|
||||
conservation_specializations:
|
||||
conservation_specialization:
|
||||
- "Paper"
|
||||
- "Parchment"
|
||||
- "Seals"
|
||||
|
|
@ -127,18 +127,18 @@ classes:
|
|||
- schema:ResearchOrganization
|
||||
slots:
|
||||
- accepts_external_work
|
||||
- accreditation_body
|
||||
- conservation_specializations
|
||||
- equipment_types
|
||||
- has_or_had_accreditation_body
|
||||
- conservation_specialization
|
||||
- equipment_type
|
||||
- has_climate_control
|
||||
- has_deacidification_facility
|
||||
- has_fume_hoods
|
||||
- has_fume_hood
|
||||
- has_imaging_equipment
|
||||
- is_accredited
|
||||
- lab_description
|
||||
- lab_id
|
||||
- lab_name
|
||||
- safety_certifications
|
||||
- safety_certification
|
||||
- specificity_annotation
|
||||
- staff_count
|
||||
- template_specificity
|
||||
|
|
@ -192,7 +192,7 @@ classes:
|
|||
Dutch paintings. Features advanced imaging suite for technical art history
|
||||
research.
|
||||
description: Paintings conservation lab
|
||||
conservation_specializations:
|
||||
conservation_specialization:
|
||||
slot_uri: schema:knowsAbout
|
||||
description: |
|
||||
Material types or conservation specializations of this lab.
|
||||
|
|
@ -217,7 +217,7 @@ classes:
|
|||
description: Paper conservation
|
||||
- value: Furniture
|
||||
description: Furniture conservation
|
||||
equipment_types:
|
||||
equipment_type:
|
||||
slot_uri: schema:usesDevice
|
||||
description: |
|
||||
Types of specialized equipment available in this lab.
|
||||
|
|
@ -270,7 +270,7 @@ classes:
|
|||
examples:
|
||||
- value: true
|
||||
description: Climate controlled
|
||||
has_fume_hoods:
|
||||
has_fume_hood:
|
||||
slot_uri: schema:amenityFeature
|
||||
description: |
|
||||
Whether lab has fume extraction hoods for chemical work.
|
||||
|
|
@ -296,7 +296,7 @@ classes:
|
|||
examples:
|
||||
- value: true
|
||||
description: Has deacidification
|
||||
safety_certifications:
|
||||
safety_certification:
|
||||
slot_uri: schema:hasCertification
|
||||
description: |
|
||||
Safety certifications held by this laboratory.
|
||||
|
|
@ -400,12 +400,12 @@ classes:
|
|||
lab_name: Rijksmuseum Conservation Studio
|
||||
lab_description: State-of-the-art conservation studio specializing in Dutch
|
||||
Golden Age paintings, works on paper, and decorative arts.
|
||||
conservation_specializations:
|
||||
conservation_specialization:
|
||||
- Paintings
|
||||
- Works on paper
|
||||
- Furniture
|
||||
- Metalwork
|
||||
equipment_types:
|
||||
equipment_type:
|
||||
- Stereomicroscopes
|
||||
- X-ray fluorescence spectrometer
|
||||
- Infrared reflectography system
|
||||
|
|
@ -423,12 +423,12 @@ classes:
|
|||
lab_name: Nationaal Archief Restauratie Atelier
|
||||
lab_description: Paper and parchment conservation workshop serving the national
|
||||
archives. Specializes in historical documents, maps, and seals.
|
||||
conservation_specializations:
|
||||
conservation_specialization:
|
||||
- Paper
|
||||
- Parchment
|
||||
- Seals
|
||||
- Maps and plans
|
||||
equipment_types:
|
||||
equipment_type:
|
||||
- Leaf casting machine
|
||||
- Suction tables
|
||||
- Book presses
|
||||
|
|
@ -449,11 +449,11 @@ slots:
|
|||
lab_description:
|
||||
description: Description of conservation lab
|
||||
range: string
|
||||
conservation_specializations:
|
||||
conservation_specialization:
|
||||
description: Material/object specializations
|
||||
range: string
|
||||
multivalued: true
|
||||
equipment_types:
|
||||
equipment_type:
|
||||
description: Specialized equipment available
|
||||
range: string
|
||||
multivalued: true
|
||||
|
|
@ -463,13 +463,13 @@ slots:
|
|||
has_climate_control:
|
||||
description: Has precise climate control
|
||||
range: boolean
|
||||
has_fume_hoods:
|
||||
has_fume_hood:
|
||||
description: Has fume extraction hoods
|
||||
range: boolean
|
||||
has_deacidification_facility:
|
||||
description: Has mass deacidification capability
|
||||
range: boolean
|
||||
safety_certifications:
|
||||
safety_certification:
|
||||
description: Safety certifications held
|
||||
range: string
|
||||
multivalued: true
|
||||
|
|
|
|||
|
|
@ -22,17 +22,17 @@ imports:
|
|||
- ../slots/condition_after
|
||||
- ../slots/condition_before
|
||||
- ../slots/condition_description
|
||||
- ../slots/conservation_notes
|
||||
- ../slots/conservation_note
|
||||
- ../slots/conservator
|
||||
- ../slots/conservator_affiliation
|
||||
- ../slots/cost
|
||||
- ../slots/cost_currency
|
||||
- ../slots/has_or_had_custodian_type
|
||||
- ../slots/environmental_conditions
|
||||
- ../slots/examination_methods
|
||||
- ../slots/has_or_had_environmental_condition
|
||||
- ../slots/has_or_had_examination_method
|
||||
- ../slots/materials_used
|
||||
- ../slots/photographs
|
||||
- ../slots/recommendations
|
||||
- ../slots/photograph
|
||||
- ../slots/recommendation
|
||||
- ../slots/record_date
|
||||
- ../slots/record_id
|
||||
- ../slots/record_timespan
|
||||
|
|
@ -104,20 +104,20 @@ classes:
|
|||
- condition_before
|
||||
- condition_description
|
||||
- conservation_lab
|
||||
- conservation_notes
|
||||
- conservation_note
|
||||
- conservator
|
||||
- conservator_affiliation
|
||||
- cost
|
||||
- cost_currency
|
||||
- has_or_had_custodian_type
|
||||
- environmental_conditions
|
||||
- examination_methods
|
||||
- has_or_had_environmental_condition
|
||||
- has_or_had_examination_method
|
||||
- follow_up_date
|
||||
- funding_source
|
||||
- materials_used
|
||||
- object_ref
|
||||
- photographs
|
||||
- recommendations
|
||||
- photograph
|
||||
- recommendation
|
||||
- record_date
|
||||
- record_id
|
||||
- record_timespan
|
||||
|
|
@ -273,7 +273,7 @@ classes:
|
|||
range: string
|
||||
slot_uri: schema:affiliation
|
||||
description: |
|
||||
Institutional affiliation of the conservator.
|
||||
Institutional has_or_had_affiliation of the conservator.
|
||||
examples:
|
||||
- value: Mauritshuis Conservation Department
|
||||
- value: Hamilton Kerr Institute
|
||||
|
|
@ -310,7 +310,7 @@ classes:
|
|||
- value: Solvent cleaning with acetone/white spirit mixture
|
||||
- value: Tratteggio inpainting technique
|
||||
- value: Vacuum lining
|
||||
examination_methods:
|
||||
has_or_had_examination_method:
|
||||
required: false
|
||||
range: string
|
||||
multivalued: true
|
||||
|
|
@ -331,7 +331,7 @@ classes:
|
|||
- value: INFRARED_REFLECTOGRAPHY
|
||||
- value: UV_FLUORESCENCE
|
||||
- value: MACRO_PHOTOGRAPHY
|
||||
environmental_conditions:
|
||||
has_or_had_environmental_condition:
|
||||
required: false
|
||||
range: string
|
||||
slot_uri: crm:P3_has_note
|
||||
|
|
@ -341,7 +341,7 @@ classes:
|
|||
examples:
|
||||
- value: Treatment performed at 21°C, 50% RH. Object stable in current conditions.
|
||||
- value: 'Recommended: 45-55% RH, 18-22°C, max 50 lux'
|
||||
photographs:
|
||||
photograph:
|
||||
required: false
|
||||
range: uri
|
||||
multivalued: true
|
||||
|
|
@ -370,7 +370,7 @@ classes:
|
|||
- value: "Wadum, Jørgen. \"Vermeer Illuminated: The Restoration of \nGirl\
|
||||
\ with a Pearl Earring.\" Burlington Magazine 137, \nno. 1103 (1995):\
|
||||
\ 90-95.\n"
|
||||
recommendations:
|
||||
recommendation:
|
||||
required: false
|
||||
range: string
|
||||
multivalued: true
|
||||
|
|
@ -426,7 +426,7 @@ classes:
|
|||
- value: Mondriaan Fund
|
||||
- value: Getty Foundation
|
||||
- value: Bank Giro Loterij
|
||||
conservation_notes:
|
||||
conservation_note:
|
||||
required: false
|
||||
range: string
|
||||
multivalued: true
|
||||
|
|
@ -490,23 +490,23 @@ classes:
|
|||
techniques_used:
|
||||
- Solvent cleaning
|
||||
- Tratteggio inpainting
|
||||
examination_methods:
|
||||
has_or_had_examination_method:
|
||||
- X-RADIOGRAPHY
|
||||
- INFRARED_REFLECTOGRAPHY
|
||||
- UV_FLUORESCENCE
|
||||
- MACRO_PHOTOGRAPHY
|
||||
photographs:
|
||||
photograph:
|
||||
- https://mauritshuis.nl/conservation/670/before-1994.jpg
|
||||
- https://mauritshuis.nl/conservation/670/during-1994.jpg
|
||||
- https://mauritshuis.nl/conservation/670/after-1994.jpg
|
||||
report_document: "Wadum, Jørgen. \"Vermeer Illuminated: Conservation, Restoration\
|
||||
\ and \nResearch.\" The Hague: Mauritshuis, 1995.\n"
|
||||
recommendations:
|
||||
recommendation:
|
||||
- Re-examine varnish layer in 25 years (c. 2019)
|
||||
- Maintain 45-55% relative humidity
|
||||
- Maximum 50 lux illumination
|
||||
follow_up_date: '2019-01-01'
|
||||
conservation_notes:
|
||||
conservation_note:
|
||||
- Vermeer's monogram 'IVMeer' discovered during cleaning
|
||||
- Treatment documented in Burlington Magazine (1995)
|
||||
description: 1994 restoration of Girl with a Pearl Earring
|
||||
|
|
@ -522,10 +522,10 @@ classes:
|
|||
related_loan: https://nde.nl/ontology/hc/loan/mauritshuis-rijksmuseum-2023-001
|
||||
conservator:
|
||||
- Abbie Vandivere
|
||||
examination_methods:
|
||||
has_or_had_examination_method:
|
||||
- RAKING_LIGHT
|
||||
- UV_FLUORESCENCE
|
||||
recommendations:
|
||||
recommendation:
|
||||
- Cleared for loan
|
||||
- Courier required for transport
|
||||
- Climate case recommended
|
||||
|
|
@ -540,7 +540,7 @@ classes:
|
|||
Comprehensive technical examination as part of Operation Night Watch.
|
||||
Canvas shows historical damage from 1715 trimming and 1911/1975 attacks.
|
||||
Paint layer stable with localized losses. Varnish slightly yellowed.
|
||||
examination_methods:
|
||||
has_or_had_examination_method:
|
||||
- X-RADIOGRAPHY
|
||||
- MACRO_XRF_SCANNING
|
||||
- INFRARED_REFLECTOGRAPHY
|
||||
|
|
@ -551,7 +551,7 @@ classes:
|
|||
- Robert Erdmann
|
||||
conservator_affiliation: Rijksmuseum Conservation Department
|
||||
report_url: https://www.rijksmuseum.nl/en/stories/operation-night-watch
|
||||
conservation_notes:
|
||||
conservation_note:
|
||||
- Part of multi-year Operation Night Watch project
|
||||
- Largest and most detailed examination ever of this painting
|
||||
- Live-streamed to public
|
||||
|
|
@ -596,7 +596,7 @@ slots:
|
|||
multivalued: true
|
||||
slot_uri: crm:P14_carried_out_by
|
||||
conservator_affiliation:
|
||||
description: Institutional affiliation of conservator
|
||||
description: Institutional has_or_had_affiliation of conservator
|
||||
range: string
|
||||
slot_uri: schema:affiliation
|
||||
materials_used:
|
||||
|
|
@ -609,16 +609,16 @@ slots:
|
|||
range: string
|
||||
multivalued: true
|
||||
slot_uri: crm:P32_used_general_technique
|
||||
examination_methods:
|
||||
has_or_had_examination_method:
|
||||
description: Technical examination methods used
|
||||
range: string
|
||||
multivalued: true
|
||||
slot_uri: crm:P16_used_specific_object
|
||||
environmental_conditions:
|
||||
has_or_had_environmental_condition:
|
||||
description: Environmental conditions or recommendations
|
||||
range: string
|
||||
slot_uri: crm:P3_has_note
|
||||
photographs:
|
||||
photograph:
|
||||
description: URLs to conservation photographs
|
||||
range: uri
|
||||
multivalued: true
|
||||
|
|
@ -631,7 +631,7 @@ slots:
|
|||
description: Bibliographic citation for report
|
||||
range: string
|
||||
slot_uri: dcterms:bibliographicCitation
|
||||
recommendations:
|
||||
recommendation:
|
||||
description: Recommendations for future care
|
||||
range: string
|
||||
multivalued: true
|
||||
|
|
@ -647,7 +647,7 @@ slots:
|
|||
description: Currency code for cost
|
||||
range: string
|
||||
slot_uri: schema:priceCurrency
|
||||
conservation_notes:
|
||||
conservation_note:
|
||||
description: Additional notes
|
||||
range: string
|
||||
multivalued: true
|
||||
|
|
|
|||
|
|
@ -44,17 +44,17 @@ classes:
|
|||
- Registration entities (Jurisdiction, TradeRegister, RegistrationAuthority, RegistrationNumber)
|
||||
- Standards ecosystem (StandardsOrganization, Standard, AllocationAgency, IdentifierFormat)
|
||||
attributes:
|
||||
custodians:
|
||||
has_or_had_custodian:
|
||||
range: Custodian
|
||||
multivalued: true
|
||||
inlined_as_list: true
|
||||
description: Collection of custodian hub entities
|
||||
custodian_observations:
|
||||
has_or_had_custodian_observation:
|
||||
range: CustodianObservation
|
||||
multivalued: true
|
||||
inlined_as_list: true
|
||||
description: Collection of custodian observations
|
||||
custodian_names:
|
||||
has_or_had_custodian_name:
|
||||
range: CustodianName
|
||||
multivalued: true
|
||||
inlined_as_list: true
|
||||
|
|
@ -74,7 +74,7 @@ classes:
|
|||
multivalued: true
|
||||
inlined_as_list: true
|
||||
description: Collection of heritage collections
|
||||
organizational_structures:
|
||||
has_or_had_organizational_structure:
|
||||
range: OrganizationalStructure
|
||||
multivalued: true
|
||||
inlined_as_list: true
|
||||
|
|
@ -99,7 +99,7 @@ classes:
|
|||
multivalued: true
|
||||
inlined_as_list: true
|
||||
description: Collection of registration authorities
|
||||
registration_numbers:
|
||||
has_or_had_registration_number:
|
||||
range: RegistrationNumber
|
||||
multivalued: true
|
||||
inlined_as_list: true
|
||||
|
|
@ -153,14 +153,14 @@ classes:
|
|||
description: |
|
||||
Collection of custodian identifiers (ISIL, ISNI, Wikidata, VIAF, etc.).
|
||||
External identifiers with full provenance tracking.
|
||||
social_media_profiles:
|
||||
has_or_had_social_media_profile:
|
||||
range: SocialMediaProfile
|
||||
multivalued: true
|
||||
inlined_as_list: true
|
||||
description: |
|
||||
Collection of social media profiles (Instagram, Facebook, X, etc.).
|
||||
Third-party digital presence on external platforms.
|
||||
iot_devices:
|
||||
has_or_had_iot_device:
|
||||
range: InternetOfThings
|
||||
multivalued: true
|
||||
inlined_as_list: true
|
||||
|
|
@ -182,7 +182,7 @@ classes:
|
|||
Collection of specific, inventoried heritage holdings.
|
||||
Represents SPECIFIC, CATALOGUED holdings within a heritage custodian.
|
||||
Distinct from CustodianCollection (abstract/nominal reference).
|
||||
finding_aids:
|
||||
has_or_had_finding_aid:
|
||||
range: FindingAid
|
||||
multivalued: true
|
||||
inlined_as_list: true
|
||||
|
|
|
|||
|
|
@ -24,17 +24,17 @@ imports:
|
|||
- ../slots/template_specificity
|
||||
- ../slots/contributor_code
|
||||
- ../slots/name_local
|
||||
- ../slots/abbreviation
|
||||
- ../slots/authority_file_name
|
||||
- ../slots/authority_file_abbreviation
|
||||
- ../slots/authority_file_url
|
||||
- ../slots/has_or_had_abbreviation
|
||||
- ../slots/has_authority_file_name
|
||||
- ../slots/has_authority_file_abbreviation
|
||||
- ../slots/has_authority_file_url
|
||||
- ../slots/record_format
|
||||
- ../slots/entity_types_covered
|
||||
- ../slots/contributes_to
|
||||
- ../slots/contribution_start_date
|
||||
- ../slots/is_active
|
||||
- ../slots/governance_representative
|
||||
- ../slots/also_allocation_agency
|
||||
- ../slots/is_or_was_also_allocation_agency
|
||||
- ../slots/member_of
|
||||
- ../slots/governance_role
|
||||
- ../enums/AuthorityRecordFormatEnum
|
||||
|
|
@ -122,7 +122,7 @@ classes:
|
|||
description: |
|
||||
Unique identifier for this contributing agency.
|
||||
|
||||
Recommended format: lowercase abbreviation matching VIAF contributor code.
|
||||
Recommended format: lowercase has_or_had_abbreviation matching VIAF contributor code.
|
||||
|
||||
Examples: "lc", "dnb", "bnf", "nta", "bne", "iccu", "ndl"
|
||||
range: uriorcurie
|
||||
|
|
@ -151,10 +151,10 @@ classes:
|
|||
slots:
|
||||
- contributor_code
|
||||
- name_local
|
||||
- abbreviation
|
||||
- authority_file_name
|
||||
- authority_file_abbreviation
|
||||
- authority_file_url
|
||||
- has_or_had_abbreviation
|
||||
- has_authority_file_name
|
||||
- has_authority_file_abbreviation
|
||||
- has_authority_file_url
|
||||
- record_format
|
||||
- entity_types_covered
|
||||
- contributes_to
|
||||
|
|
@ -163,7 +163,7 @@ classes:
|
|||
- governance_representative
|
||||
- website
|
||||
- description
|
||||
- also_allocation_agency
|
||||
- is_or_was_also_allocation_agency
|
||||
- member_of
|
||||
- governance_role
|
||||
- specificity_annotation
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ classes:
|
|||
- range: integer
|
||||
description: Source entity ID (place_id, Q-number, geonames_id - can be string
|
||||
or integer)
|
||||
has_api_endpoint:
|
||||
has_or_had_api_endpoint:
|
||||
range: uri
|
||||
resolution_method:
|
||||
range: string
|
||||
|
|
|
|||
|
|
@ -12,9 +12,9 @@ default_prefix: hc
|
|||
imports:
|
||||
- linkml:types
|
||||
- ./CustodianType
|
||||
- ../slots/cultural_focus_areas
|
||||
- ../slots/cultural_focus_area
|
||||
- ../slots/has_or_had_custodian_type
|
||||
- ../slots/institution_functions
|
||||
- ../slots/institution_function
|
||||
- ../slots/specificity_annotation
|
||||
- ../slots/template_specificity
|
||||
- ../slots/wikidata_entity
|
||||
|
|
@ -61,9 +61,9 @@ classes:
|
|||
- MemoryInstitution (Q1497649) - institutions preserving cultural memory
|
||||
- HeritageOrganization - schema.org type for heritage orgs
|
||||
slots:
|
||||
- cultural_focus_areas
|
||||
- cultural_focus_area
|
||||
- has_or_had_custodian_type
|
||||
- institution_functions
|
||||
- institution_function
|
||||
- specificity_annotation
|
||||
- template_specificity
|
||||
- wikidata_entity
|
||||
|
|
@ -71,7 +71,7 @@ classes:
|
|||
wikidata_entity:
|
||||
equals_string: Q3152824
|
||||
description: Wikidata entity for cultural institution
|
||||
cultural_focus_areas:
|
||||
cultural_focus_area:
|
||||
description: |
|
||||
Areas of cultural focus for the institution.
|
||||
Examples: visual arts, performing arts, heritage, literature, music, science
|
||||
|
|
@ -81,7 +81,7 @@ classes:
|
|||
- value:
|
||||
- visual arts
|
||||
- heritage preservation
|
||||
institution_functions:
|
||||
institution_function:
|
||||
description: |
|
||||
Primary functions of the institution.
|
||||
Examples: collection, exhibition, education, research, preservation, advocacy
|
||||
|
|
@ -122,20 +122,20 @@ classes:
|
|||
- institución cultural@es
|
||||
- institution culturelle@fr
|
||||
type_description: Organization working for preservation or promotion of culture
|
||||
cultural_focus_areas:
|
||||
cultural_focus_area:
|
||||
- heritage preservation
|
||||
- cultural education
|
||||
institution_functions:
|
||||
institution_function:
|
||||
- collection
|
||||
- exhibition
|
||||
- education
|
||||
description: General cultural institution example
|
||||
slots:
|
||||
cultural_focus_areas:
|
||||
cultural_focus_area:
|
||||
description: Areas of cultural focus
|
||||
range: string
|
||||
multivalued: true
|
||||
institution_functions:
|
||||
institution_function:
|
||||
description: Primary functions of institution
|
||||
range: string
|
||||
multivalued: true
|
||||
|
|
|
|||
|
|
@ -20,17 +20,17 @@ imports:
|
|||
- ./ExhibitedObject
|
||||
- ./PersonObservation
|
||||
- ../enums/CurationActivityTypeEnum
|
||||
- ../slots/notes
|
||||
- ../slots/activity_type
|
||||
- ../slots/note
|
||||
- ../slots/has_activity_type
|
||||
- ../slots/start_date
|
||||
- ../slots/end_date
|
||||
- ../slots/deliverables
|
||||
- ../slots/deliverable
|
||||
- ../slots/funding_source
|
||||
- ../slots/status
|
||||
- ../slots/activity_description
|
||||
- ../slots/has_activity_description
|
||||
- ../slots/activity_id
|
||||
- ../slots/activity_name
|
||||
- ../slots/activity_timespan
|
||||
- ../slots/has_activity_name
|
||||
- ../slots/has_activity_timespan
|
||||
- ../slots/budget
|
||||
- ../slots/curated_holding
|
||||
- ../slots/has_or_had_custodian_type
|
||||
|
|
@ -44,7 +44,7 @@ imports:
|
|||
- ../slots/preceding_activity
|
||||
- ../slots/priority
|
||||
- ../slots/recurrence_pattern
|
||||
- ../slots/related_activities
|
||||
- ../slots/has_or_had_related_activity
|
||||
- ../slots/responsible_actor
|
||||
- ../slots/responsible_department
|
||||
- ../slots/specificity_annotation
|
||||
|
|
@ -148,21 +148,21 @@ classes:
|
|||
- crm:E65_Creation
|
||||
- aat:300054277
|
||||
slots:
|
||||
- activity_description
|
||||
- has_activity_description
|
||||
- activity_id
|
||||
- activity_name
|
||||
- activity_timespan
|
||||
- activity_type
|
||||
- has_activity_name
|
||||
- has_activity_timespan
|
||||
- has_activity_type
|
||||
- budget
|
||||
- curated_holding
|
||||
- has_or_had_custodian_type
|
||||
- deliverables
|
||||
- deliverable
|
||||
- documentation_produced
|
||||
- end_date
|
||||
- following_activity
|
||||
- funding_source
|
||||
- is_recurring
|
||||
- notes
|
||||
- note
|
||||
- objects_added
|
||||
- objects_affected
|
||||
- objects_count
|
||||
|
|
@ -170,7 +170,7 @@ classes:
|
|||
- preceding_activity
|
||||
- priority
|
||||
- recurrence_pattern
|
||||
- related_activities
|
||||
- has_or_had_related_activity
|
||||
- responsible_actor
|
||||
- responsible_department
|
||||
- specificity_annotation
|
||||
|
|
@ -419,7 +419,7 @@ classes:
|
|||
- Location discrepancy list (15 items)
|
||||
- Condition notation updates (42 records)
|
||||
description: Inventory deliverables
|
||||
deliverables:
|
||||
deliverable:
|
||||
slot_uri: schema:result
|
||||
description: |
|
||||
URLs or references to deliverable documents/outputs.
|
||||
|
|
@ -458,7 +458,7 @@ classes:
|
|||
description: Digitization project budget
|
||||
- value: USD 50,000
|
||||
description: Conservation survey budget
|
||||
related_activities:
|
||||
has_or_had_related_activity:
|
||||
slot_uri: dcterms:relation
|
||||
description: |
|
||||
Other CurationActivity instances related to this one.
|
||||
|
|
@ -521,7 +521,7 @@ classes:
|
|||
description: High priority activity
|
||||
- value: CRITICAL
|
||||
description: Urgent/emergency activity
|
||||
notes:
|
||||
note:
|
||||
slot_uri: skos:note
|
||||
description: |
|
||||
Additional notes about this activity.
|
||||
|
|
@ -613,7 +613,7 @@ classes:
|
|||
- Digital asset management records
|
||||
- OCR quality assessment report
|
||||
- IIIF manifest files
|
||||
deliverables:
|
||||
deliverable:
|
||||
- https://www.nationaalarchief.nl/onderzoeken/archief/1.04.02/digital
|
||||
funding_source: Metamorfoze National Digitization Programme
|
||||
budget: EUR 850,000
|
||||
|
|
@ -704,7 +704,7 @@ slots:
|
|||
budget:
|
||||
description: Budget allocated for this activity
|
||||
range: string
|
||||
related_activities:
|
||||
has_or_had_related_activity:
|
||||
description: Other CurationActivity instances related to this one
|
||||
range: CurationActivity
|
||||
multivalued: true
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ imports:
|
|||
- ./CustodianAdministration
|
||||
- ./CustodianArchive
|
||||
- ./CurrentArchiveRecordSetTypes
|
||||
- ../slots/holds_record_set_types
|
||||
- ../slots/has_or_had_holds_record_set_type
|
||||
- ./CollectionType
|
||||
- ../slots/type_scope
|
||||
- ../slots/creating_organization
|
||||
|
|
@ -36,7 +36,7 @@ classes:
|
|||
- creating_organization
|
||||
- has_or_had_custodian_type
|
||||
- has_narrower_instance
|
||||
- holds_record_set_types
|
||||
- has_or_had_holds_record_set_type
|
||||
- retention_schedule
|
||||
- specificity_annotation
|
||||
- template_specificity
|
||||
|
|
|
|||
|
|
@ -26,13 +26,13 @@ imports:
|
|||
- ../slots/digital_platform
|
||||
- ../slots/has_collection
|
||||
- ../slots/organizational_structure
|
||||
- ../slots/organizational_change_events
|
||||
- ../slots/has_or_had_organizational_change_event
|
||||
- ../slots/encompassing_body
|
||||
- ../slots/identifiers
|
||||
- ../slots/identifier
|
||||
- ../slots/created
|
||||
- ../slots/modified
|
||||
- ../slots/data_license_policy
|
||||
- ../slots/safeguards
|
||||
- ../slots/has_or_had_safeguard
|
||||
- ../slots/time_of_destruction
|
||||
- ../slots/conflict_status
|
||||
- ../slots/mission_statement
|
||||
|
|
@ -48,15 +48,15 @@ imports:
|
|||
- ./InternetOfThings
|
||||
- ./IntangibleHeritageForm
|
||||
- ./Exhibition
|
||||
- ../slots/exhibitions
|
||||
- ../slots/has_or_had_exhibition
|
||||
- ../slots/gift_shop
|
||||
- ../slots/has_administration
|
||||
- ../slots/has_budget
|
||||
- ../slots/has_operational_archive
|
||||
- ../slots/participated_in_projects
|
||||
- ../slots/social_media_profiles
|
||||
- ../slots/has_or_had_participated_in_project
|
||||
- ../slots/has_or_had_social_media_profile
|
||||
- ../slots/specificity_annotation
|
||||
- ../slots/storage_facilities
|
||||
- ../slots/has_or_had_storage_facility
|
||||
- ../slots/template_specificity
|
||||
- ./ConflictStatus
|
||||
- ./CustodianCollection
|
||||
|
|
@ -71,7 +71,7 @@ imports:
|
|||
- ./TemplateSpecificityScores
|
||||
- ./TimeSpan
|
||||
slots:
|
||||
participated_in_projects:
|
||||
has_or_had_participated_in_project:
|
||||
slot_uri: org:memberOf
|
||||
range: Project
|
||||
multivalued: true
|
||||
|
|
@ -80,19 +80,19 @@ slots:
|
|||
range: GiftShop
|
||||
multivalued: true
|
||||
description: Gift shops and retail operations associated with this custodian
|
||||
social_media_profiles:
|
||||
has_or_had_social_media_profile:
|
||||
slot_uri: foaf:account
|
||||
range: SocialMediaProfile
|
||||
multivalued: true
|
||||
inlined_as_list: true
|
||||
description: Social media accounts/profiles maintained by this custodian
|
||||
iot_devices:
|
||||
has_or_had_iot_device:
|
||||
slot_uri: sosa:hosts
|
||||
range: InternetOfThings
|
||||
multivalued: true
|
||||
inlined_as_list: true
|
||||
description: Internet of Things (IoT) devices operated by this custodian.
|
||||
storage_facilities:
|
||||
has_or_had_storage_facility:
|
||||
slot_uri: premis:storedAt
|
||||
range: Storage
|
||||
multivalued: true
|
||||
|
|
@ -118,7 +118,7 @@ slots:
|
|||
multivalued: true
|
||||
inlined_as_list: true
|
||||
description: Annual or multi-year budgets for this custodian.
|
||||
exhibitions:
|
||||
has_or_had_exhibition:
|
||||
slot_uri: schema:event
|
||||
range: Exhibition
|
||||
multivalued: true
|
||||
|
|
@ -224,26 +224,26 @@ classes:
|
|||
- data_license_policy
|
||||
- digital_platform
|
||||
- encompassing_body
|
||||
- exhibitions
|
||||
- has_or_had_exhibition
|
||||
- gift_shop
|
||||
- has_administration
|
||||
- has_budget
|
||||
- has_collection
|
||||
- has_operational_archive
|
||||
- hc_id
|
||||
- identifiers
|
||||
- identifier
|
||||
- legal_status
|
||||
- mission_statement
|
||||
- modified
|
||||
- organizational_change_events
|
||||
- has_or_had_organizational_change_event
|
||||
- organizational_structure
|
||||
- participated_in_projects
|
||||
- has_or_had_participated_in_project
|
||||
- place_designation
|
||||
- preferred_label
|
||||
- safeguards
|
||||
- social_media_profiles
|
||||
- has_or_had_safeguard
|
||||
- has_or_had_social_media_profile
|
||||
- specificity_annotation
|
||||
- storage_facilities
|
||||
- has_or_had_storage_facility
|
||||
- template_specificity
|
||||
- time_of_destruction
|
||||
slot_usage:
|
||||
|
|
@ -456,7 +456,7 @@ classes:
|
|||
multivalued: true
|
||||
required: false
|
||||
inlined_as_list: true
|
||||
organizational_change_events:
|
||||
has_or_had_organizational_change_event:
|
||||
slot_uri: crm:P12i_was_present_at
|
||||
description: "Historical organizational change events that have affected this\
|
||||
\ custodian's\nstructure, operations, or identity over time.\n\n**Tracks\
|
||||
|
|
@ -611,7 +611,7 @@ classes:
|
|||
\nMay be null if data license policy not yet documented or if custodian\n\
|
||||
hasn't formalized their data policy.\n"
|
||||
required: false
|
||||
participated_in_projects:
|
||||
has_or_had_participated_in_project:
|
||||
slot_uri: org:memberOf
|
||||
range: Project
|
||||
multivalued: true
|
||||
|
|
@ -661,7 +661,7 @@ classes:
|
|||
project_name: Europeana Common Culture
|
||||
project_status: IN_PROGRESS
|
||||
description: Museum participating in multiple heritage network projects
|
||||
social_media_profiles:
|
||||
has_or_had_social_media_profile:
|
||||
slot_uri: foaf:account
|
||||
range: SocialMediaProfile
|
||||
multivalued: true
|
||||
|
|
@ -714,7 +714,7 @@ classes:
|
|||
is_primary_digital_presence: false
|
||||
description: Museum with multiple social media profiles supporting main
|
||||
website
|
||||
safeguards:
|
||||
has_or_had_safeguard:
|
||||
slot_uri: crm:P109_has_current_or_former_curator
|
||||
description: |
|
||||
Intangible heritage forms that this custodian safeguards/preserves.
|
||||
|
|
@ -743,7 +743,7 @@ classes:
|
|||
range: IntangibleHeritageForm
|
||||
multivalued: true
|
||||
inlined: false
|
||||
identifiers:
|
||||
identifier:
|
||||
slot_uri: crm:P48_has_preferred_identifier
|
||||
description: |
|
||||
External identifiers assigned to this custodian by authorities.
|
||||
|
|
|
|||
|
|
@ -11,10 +11,10 @@ imports:
|
|||
- ./DigitalPlatform
|
||||
- ./ReconstructedEntity
|
||||
- ../slots/record_type
|
||||
- ../slots/access_control
|
||||
- ../slots/has_or_had_access_control
|
||||
- ../slots/active_since
|
||||
- ../slots/administration_description
|
||||
- ../slots/administration_name
|
||||
- ../slots/has_administration_description
|
||||
- ../slots/has_administration_name
|
||||
- ../slots/backup_status
|
||||
- ../slots/business_criticality
|
||||
- ../slots/creating_function
|
||||
|
|
@ -27,9 +27,9 @@ imports:
|
|||
- ../slots/managing_unit
|
||||
- ../slots/primary_system
|
||||
- ../slots/refers_to_custodian
|
||||
- ../slots/retention_period_years
|
||||
- ../slots/retention_period_year
|
||||
- ../slots/retention_schedule
|
||||
- ../slots/secondary_systems
|
||||
- ../slots/has_or_had_secondary_system
|
||||
- ../slots/specificity_annotation
|
||||
- ../slots/template_specificity
|
||||
- ../slots/valid_from
|
||||
|
|
@ -119,10 +119,10 @@ classes:
|
|||
- rico:isAssociatedWithActivity
|
||||
- org:Organization
|
||||
slots:
|
||||
- access_control
|
||||
- has_or_had_access_control
|
||||
- active_since
|
||||
- administration_description
|
||||
- administration_name
|
||||
- has_administration_description
|
||||
- has_administration_name
|
||||
- backup_status
|
||||
- business_criticality
|
||||
- creating_function
|
||||
|
|
@ -136,9 +136,9 @@ classes:
|
|||
- primary_system
|
||||
- record_type
|
||||
- refers_to_custodian
|
||||
- retention_period_years
|
||||
- retention_period_year
|
||||
- retention_schedule
|
||||
- secondary_systems
|
||||
- has_or_had_secondary_system
|
||||
- specificity_annotation
|
||||
- template_specificity
|
||||
- valid_from
|
||||
|
|
@ -325,7 +325,7 @@ classes:
|
|||
examples:
|
||||
- value: https://nde.nl/ontology/hc/platform/rm-sharepoint
|
||||
description: SharePoint as primary document system
|
||||
secondary_systems:
|
||||
has_or_had_secondary_system:
|
||||
slot_uri: schema:isPartOf
|
||||
range: DigitalPlatform
|
||||
multivalued: true
|
||||
|
|
@ -359,7 +359,7 @@ classes:
|
|||
examples:
|
||||
- value: Selectielijst Gemeenten 2020, categorie 4.2.3
|
||||
description: Dutch municipal retention schedule reference
|
||||
retention_period_years:
|
||||
retention_period_year:
|
||||
slot_uri: dcterms:valid
|
||||
range: integer
|
||||
required: false
|
||||
|
|
@ -611,7 +611,7 @@ classes:
|
|||
estimated_volume: ~45,000 treatment files, 2 TB (high-res images)
|
||||
growth_rate: ~2,000 treatments/year
|
||||
primary_system: https://nde.nl/ontology/hc/platform/rm-conservation-db
|
||||
secondary_systems:
|
||||
has_or_had_secondary_system:
|
||||
- https://nde.nl/ontology/hc/platform/rm-adlib
|
||||
retention_schedule: Permanent - linked to collection objects
|
||||
retention_period_years: null
|
||||
|
|
@ -643,13 +643,13 @@ slots:
|
|||
primary_system:
|
||||
description: Primary digital system
|
||||
range: DigitalPlatform
|
||||
secondary_systems:
|
||||
has_or_had_secondary_system:
|
||||
description: Additional systems with related records
|
||||
range: DigitalPlatform
|
||||
retention_schedule:
|
||||
description: Applicable retention schedule reference
|
||||
range: string
|
||||
retention_period_years:
|
||||
retention_period_year:
|
||||
description: Retention period in years
|
||||
range: integer
|
||||
expected_transfer_date:
|
||||
|
|
|
|||
|
|
@ -11,23 +11,23 @@ imports:
|
|||
- ./CollectionManagementSystem
|
||||
- ./Storage
|
||||
- ../enums/ArchiveProcessingStatusEnum
|
||||
- ../slots/access_restrictions
|
||||
- ../slots/has_or_had_access_restriction
|
||||
- ../slots/storage_location
|
||||
- ./ReconstructedEntity
|
||||
- ./CurrentArchive
|
||||
- ../slots/accession_number
|
||||
- ../slots/has_accession_number
|
||||
- ./CustodianArchiveRecordSetTypes
|
||||
- ../slots/holds_record_set_types
|
||||
- ../slots/has_or_had_holds_record_set_type
|
||||
- ./CollectionType
|
||||
- ../slots/type_scope
|
||||
- ../slots/accession_date
|
||||
- ../slots/has_accession_date
|
||||
- ../slots/accumulation_date_end
|
||||
- ../slots/accumulation_date_start
|
||||
- ../slots/appraisal_notes
|
||||
- ../slots/archive_description
|
||||
- ../slots/archive_name
|
||||
- ../slots/has_archive_description
|
||||
- ../slots/has_archive_name
|
||||
- ../slots/arrangement_notes
|
||||
- ../slots/assigned_processor
|
||||
- ../slots/has_or_had_assigned_processor
|
||||
- ../slots/creating_agency
|
||||
- ../slots/has_or_had_custodian_type
|
||||
- ../slots/estimated_extent
|
||||
|
|
@ -42,7 +42,7 @@ imports:
|
|||
- ../slots/specificity_annotation
|
||||
- ../slots/successor_collection
|
||||
- ../slots/template_specificity
|
||||
- ../slots/tracked_in_cms
|
||||
- ../slots/has_or_had_tracked_in_cm
|
||||
- ../slots/transfer_to_collection_date
|
||||
- ../slots/valid_from
|
||||
- ../slots/valid_to
|
||||
|
|
@ -67,20 +67,20 @@ classes:
|
|||
is_a: ReconstructedEntity
|
||||
class_uri: rico:RecordSet
|
||||
slots:
|
||||
- access_restrictions
|
||||
- accession_date
|
||||
- accession_number
|
||||
- has_or_had_access_restriction
|
||||
- has_accession_date
|
||||
- has_accession_number
|
||||
- accumulation_date_end
|
||||
- accumulation_date_start
|
||||
- appraisal_notes
|
||||
- archive_description
|
||||
- archive_name
|
||||
- has_archive_description
|
||||
- has_archive_name
|
||||
- arrangement_notes
|
||||
- assigned_processor
|
||||
- has_or_had_assigned_processor
|
||||
- creating_agency
|
||||
- has_or_had_custodian_type
|
||||
- estimated_extent
|
||||
- holds_record_set_types
|
||||
- has_or_had_holds_record_set_type
|
||||
- id
|
||||
- lifecycle_phase_type
|
||||
- managing_unit
|
||||
|
|
@ -93,7 +93,7 @@ classes:
|
|||
- storage_location
|
||||
- successor_collection
|
||||
- template_specificity
|
||||
- tracked_in_cms
|
||||
- has_or_had_tracked_in_cm
|
||||
- transfer_to_collection_date
|
||||
- valid_from
|
||||
- valid_to
|
||||
|
|
@ -357,7 +357,7 @@ classes:
|
|||
- Environmental conditions
|
||||
|
||||
May have multiple locations if spread across facilities.
|
||||
tracked_in_cms:
|
||||
has_or_had_tracked_in_cm:
|
||||
slot_uri: crm:P70i_is_documented_in
|
||||
range: CollectionManagementSystem
|
||||
multivalued: true
|
||||
|
|
@ -505,7 +505,7 @@ classes:
|
|||
range: string
|
||||
required: false
|
||||
description: |
|
||||
Notes from arrangement process (structure, order).
|
||||
Notes from has_arrangement process (structure, order).
|
||||
|
||||
**RiC-O**: rico:history for processing history.
|
||||
|
||||
|
|
@ -694,7 +694,7 @@ slots:
|
|||
estimated_extent:
|
||||
description: Estimated physical/digital extent
|
||||
range: string
|
||||
tracked_in_cms:
|
||||
has_or_had_tracked_in_cm:
|
||||
description: CMS tracking this accession
|
||||
range: CollectionManagementSystem
|
||||
has_or_had_assigned_processor:
|
||||
|
|
@ -716,7 +716,7 @@ slots:
|
|||
description: Notes from appraisal process
|
||||
range: string
|
||||
has_arrangement_note:
|
||||
description: Notes from arrangement process
|
||||
description: Notes from has_arrangement process
|
||||
range: string
|
||||
lifecycle_phase_type:
|
||||
slot_uri: skos:broaderTransitive
|
||||
|
|
|
|||
|
|
@ -23,14 +23,14 @@ imports:
|
|||
- ../slots/valid_to
|
||||
- ../slots/refers_to_custodian
|
||||
- ../slots/was_derived_from
|
||||
- ../slots/arrangement_system
|
||||
- ../slots/has_or_had_arrangement_system
|
||||
- ../slots/was_generated_by
|
||||
- ../slots/access_rights
|
||||
- ../slots/has_or_had_custodian_type
|
||||
- ../slots/custody_history
|
||||
- ../slots/digital_surrogates
|
||||
- ../slots/digital_surrogate
|
||||
- ../slots/id
|
||||
- ../slots/managed_by_cms
|
||||
- ../slots/has_or_had_managed_by_cm
|
||||
- ../slots/provenance_note
|
||||
- ../slots/specificity_annotation
|
||||
- ../slots/template_specificity
|
||||
|
|
@ -56,7 +56,7 @@ slots:
|
|||
description: |
|
||||
Notes on collection provenance, acquisition history, custody transfers.
|
||||
Documents metonymic relationship: how collection identifies custodian.
|
||||
digital_surrogates:
|
||||
digital_surrogate:
|
||||
slot_uri: premis:hasRepresentation
|
||||
range: string
|
||||
multivalued: true
|
||||
|
|
@ -75,7 +75,7 @@ slots:
|
|||
custody_history:
|
||||
range: string
|
||||
multivalued: true
|
||||
managed_by_cms:
|
||||
has_or_had_managed_by_cm:
|
||||
slot_uri: crm:P70i_is_documented_in
|
||||
range: CollectionManagementSystem
|
||||
multivalued: true
|
||||
|
|
@ -121,18 +121,18 @@ classes:
|
|||
- dcterms:hasPart
|
||||
slots:
|
||||
- access_rights
|
||||
- arrangement_system
|
||||
- has_or_had_arrangement_system
|
||||
- collection_description
|
||||
- collection_name
|
||||
- collection_scope
|
||||
- collection_type
|
||||
- has_or_had_custodian_type
|
||||
- custody_history
|
||||
- digital_surrogates
|
||||
- digital_surrogate
|
||||
- digitization_status
|
||||
- extent
|
||||
- id
|
||||
- managed_by_cms
|
||||
- has_or_had_managed_by_cm
|
||||
- managing_unit
|
||||
- preservation_level
|
||||
- provenance_note
|
||||
|
|
@ -291,7 +291,7 @@ classes:
|
|||
- "By appointment only"
|
||||
- "Restricted - researchers with credentials"
|
||||
- "Closed until 2050"
|
||||
digital_surrogates:
|
||||
digital_surrogate:
|
||||
slot_uri: premis:hasRepresentation
|
||||
range: string
|
||||
multivalued: true
|
||||
|
|
@ -358,7 +358,7 @@ classes:
|
|||
description: Long-term preservation with format migration
|
||||
- value: BIT_LEVEL
|
||||
description: Bit-level preservation in institutional repository
|
||||
managed_by_cms:
|
||||
has_or_had_managed_by_cm:
|
||||
slot_uri: crm:P70i_is_documented_in
|
||||
range: CollectionManagementSystem
|
||||
multivalued: true
|
||||
|
|
@ -390,7 +390,7 @@ classes:
|
|||
range: string
|
||||
required: false
|
||||
description: |
|
||||
Intellectual arrangement or classification system.
|
||||
Intellectual has_arrangement or classification system.
|
||||
Examples:
|
||||
- "Archival fonds organized by provenance" (RiC-O)
|
||||
- "Dewey Decimal Classification" (libraries)
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ imports:
|
|||
- ../slots/legal_entity_type
|
||||
- ../slots/legal_name
|
||||
- ../slots/legal_form
|
||||
- ../slots/registration_numbers
|
||||
- ../slots/has_or_had_registration_number
|
||||
- ../slots/dissolution_date
|
||||
- ../slots/temporal_extent
|
||||
- ../slots/parent_custodian
|
||||
|
|
@ -54,7 +54,7 @@ imports:
|
|||
- ../slots/was_derived_from
|
||||
- ../slots/was_generated_by
|
||||
- ../slots/was_revision_of
|
||||
- ../slots/identifiers
|
||||
- ../slots/identifier
|
||||
- ../slots/collections_under_responsibility
|
||||
- ../slots/has_articles_of_association
|
||||
- ../slots/registration_date
|
||||
|
|
@ -121,7 +121,7 @@ classes:
|
|||
- dissolution_date
|
||||
- governance_structure
|
||||
- has_articles_of_association
|
||||
- identifiers
|
||||
- identifier
|
||||
- legal_entity_type
|
||||
- legal_form
|
||||
- legal_jurisdiction
|
||||
|
|
@ -133,7 +133,7 @@ classes:
|
|||
- refers_to_custodian
|
||||
- registration_authority
|
||||
- registration_date
|
||||
- registration_numbers
|
||||
- has_or_had_registration_number
|
||||
- service_area
|
||||
- specificity_annotation
|
||||
- template_specificity
|
||||
|
|
@ -218,7 +218,7 @@ classes:
|
|||
see_also:
|
||||
- https://www.gleif.org/en/about-lei/code-lists/iso-20275-entity-legal-forms-code-list
|
||||
- /data/ontology/gleif_legal_form.ttl
|
||||
registration_numbers:
|
||||
has_or_had_registration_number:
|
||||
slot_uri: rov:registration
|
||||
description: |
|
||||
Official registration numbers (Chamber of Commerce, charity numbers, etc.).
|
||||
|
|
@ -425,7 +425,7 @@ classes:
|
|||
Previous version of this legal status (if updated).
|
||||
PROV-O: wasRevisionOf for entity versioning.
|
||||
range: CustodianLegalStatus
|
||||
identifiers:
|
||||
identifier:
|
||||
slot_uri: crm:P48_has_preferred_identifier
|
||||
description: |
|
||||
External identifiers assigned to this custodian by authorities.
|
||||
|
|
@ -455,7 +455,7 @@ classes:
|
|||
- value:
|
||||
- service_area_name: Noord-Hollands Archief Werkgebied
|
||||
service_area_type: REGIONAL
|
||||
covers_subregions:
|
||||
cover_or_covered_subregion:
|
||||
- iso_3166_2_code: NL-NH
|
||||
description: Archive service area covering Noord-Holland
|
||||
specificity_annotation:
|
||||
|
|
@ -503,7 +503,7 @@ classes:
|
|||
country_code: NL
|
||||
local_name: Stichting
|
||||
abbreviation: St.
|
||||
registration_numbers:
|
||||
has_or_had_registration_number:
|
||||
- number: '41215422'
|
||||
type: KvK
|
||||
trade_register:
|
||||
|
|
@ -540,7 +540,7 @@ classes:
|
|||
- https://w3id.org/heritage/observation/rijks-letterhead-2015
|
||||
- https://w3id.org/heritage/observation/rijksmuseum-isil-2020
|
||||
was_generated_by: https://w3id.org/heritage/activity/entity-resolution-2025
|
||||
identifiers:
|
||||
identifier:
|
||||
- identifier_scheme: ISIL
|
||||
identifier_value: NL-AmRMA
|
||||
- identifier_scheme: Wikidata
|
||||
|
|
|
|||
|
|
@ -25,13 +25,13 @@ imports:
|
|||
- ../slots/emic_name
|
||||
- ../slots/name_language
|
||||
- ../slots/standardized_name
|
||||
- ../slots/alternative_names
|
||||
- ../slots/has_or_had_alternative_name
|
||||
- ../slots/endorsement_source
|
||||
- ../slots/name_authority
|
||||
- ../slots/valid_from
|
||||
- ../slots/valid_to
|
||||
- ../slots/name_validity_period
|
||||
- ../slots/supersedes
|
||||
- ../slots/supersede
|
||||
- ../slots/superseded_by
|
||||
- ../slots/was_derived_from
|
||||
- ../slots/was_generated_by
|
||||
|
|
@ -76,7 +76,7 @@ classes:
|
|||
MANDATORY RULE: Special Characters MUST Be Excluded from Abbreviations\n===========================================================================\n\
|
||||
\nWhen generating abbreviations for GHCID, special characters and symbols\n\
|
||||
MUST be completely removed. Only alphabetic characters (A-Z) are permitted\n\
|
||||
in the abbreviation component of the GHCID.\n\nRATIONALE:\n1. URL/URI safety\
|
||||
in the has_or_had_abbreviation component of the GHCID.\n\nRATIONALE:\n1. URL/URI safety\
|
||||
\ - Special characters require encoding in URIs\n2. Filename safety - Characters\
|
||||
\ like &, /, \\, : are invalid in filenames\n3. Parsing consistency - Avoids\
|
||||
\ delimiter conflicts in data pipelines\n4. Cross-system compatibility - Ensures\
|
||||
|
|
@ -87,7 +87,7 @@ classes:
|
|||
\ (e.g., \"Culture+\" → \"C\")\n- At sign: @\n- Hash/Pound: #\n- Percent: %\n\
|
||||
- Dollar: $\n- Asterisk: *\n- Parentheses: ( )\n- Brackets: [ ] { }\n- Pipe:\
|
||||
\ |\n- Colon: :\n- Semicolon: ;\n- Quotation marks: \" ' ` \n- Comma: ,\n- Period:\
|
||||
\ . (unless part of abbreviation like \"U.S.\" → \"US\")\n- Hyphen: - (skip,\
|
||||
\ . (unless part of has_or_had_abbreviation like \"U.S.\" → \"US\")\n- Hyphen: - (skip,\
|
||||
\ do not replace with letter)\n- Underscore: _\n- Equals: =\n- Question mark:\
|
||||
\ ?\n- Exclamation: !\n- Tilde: ~\n- Caret: ^\n- Less/Greater than: < >\n\n\
|
||||
EXAMPLES:\n- \"Department of Records & Information Management\" → \"DRIM\" (not\
|
||||
|
|
@ -98,7 +98,7 @@ classes:
|
|||
MANDATORY RULE: Diacritics MUST Be Normalized to ASCII in Abbreviations\n===========================================================================\n\
|
||||
\nWhen generating abbreviations for GHCID, diacritics (accented characters)\n\
|
||||
MUST be normalized to their ASCII base letter equivalents. Only ASCII\nuppercase\
|
||||
\ letters (A-Z) are permitted in the abbreviation component.\n\nRATIONALE:\n\
|
||||
\ letters (A-Z) are permitted in the has_or_had_abbreviation component.\n\nRATIONALE:\n\
|
||||
1. URI/URL safety - Non-ASCII requires percent-encoding\n2. Cross-system compatibility\
|
||||
\ - ASCII is universally supported\n3. Parsing consistency - No special character\
|
||||
\ handling needed\n4. Human readability - Easier to type and communicate\n\n\
|
||||
|
|
@ -131,7 +131,7 @@ classes:
|
|||
- foaf:nick
|
||||
- gleif:hasOtherName
|
||||
slots:
|
||||
- alternative_names
|
||||
- has_or_had_alternative_name
|
||||
- emic_name
|
||||
- endorsement_source
|
||||
- name_authority
|
||||
|
|
@ -141,7 +141,7 @@ classes:
|
|||
- specificity_annotation
|
||||
- standardized_name
|
||||
- superseded_by
|
||||
- supersedes
|
||||
- supersede
|
||||
- template_specificity
|
||||
- valid_from
|
||||
- valid_to
|
||||
|
|
@ -224,7 +224,7 @@ classes:
|
|||
begin_of_the_end: '1945-01-01'
|
||||
end_of_the_end: '1955-12-31'
|
||||
description: Name adopted sometime in the 1920s, changed around 1950
|
||||
supersedes:
|
||||
supersede:
|
||||
slot_uri: dcterms:replaces
|
||||
description: Previous CustodianName replaced by this one
|
||||
range: CustodianName
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ classes:
|
|||
previous_source:
|
||||
range: string
|
||||
description: Previous source (if changed)
|
||||
notes:
|
||||
note:
|
||||
range: string
|
||||
description: Additional notes about the name determination
|
||||
correction_note:
|
||||
|
|
@ -106,7 +106,7 @@ classes:
|
|||
objects)
|
||||
has_or_had_abbreviation:
|
||||
range: string
|
||||
description: Short form or abbreviation of the name
|
||||
description: Short form or has_or_had_abbreviation of the name
|
||||
emic_name_language:
|
||||
range: string
|
||||
description: ISO 639-1 language code of the emic name (alias for name_language)
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ imports:
|
|||
- ./ConfidenceMeasure
|
||||
- ./LanguageCode
|
||||
- ../slots/observed_name
|
||||
- ../slots/alternative_observed_names
|
||||
- ../slots/has_or_had_alternative_observed_name
|
||||
- ../slots/observation_date
|
||||
- ../slots/observation_source
|
||||
- ../slots/source
|
||||
|
|
@ -62,7 +62,7 @@ classes:
|
|||
- skos:Concept
|
||||
- dcterms:BibliographicResource
|
||||
slots:
|
||||
- alternative_observed_names
|
||||
- has_or_had_alternative_observed_name
|
||||
- confidence_score
|
||||
- has_or_had_custodian_type
|
||||
- derived_from_entity
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@ classes:
|
|||
nan_isil_enrichment:
|
||||
range: NanIsilEnrichment
|
||||
description: Nationaal Archief ISIL registry match
|
||||
identifiers:
|
||||
identifier:
|
||||
range: Identifier
|
||||
multivalued: true
|
||||
inlined_as_list: true
|
||||
|
|
@ -96,7 +96,7 @@ classes:
|
|||
ghcid:
|
||||
range: GhcidBlock
|
||||
description: GHCID generation metadata with history
|
||||
web_claims:
|
||||
has_or_had_web_claim:
|
||||
range: WebClaimsBlock
|
||||
description: Claims extracted from archived websites
|
||||
custodian_name:
|
||||
|
|
|
|||
|
|
@ -19,17 +19,17 @@ imports:
|
|||
- ../enums/DatePrecisionEnum
|
||||
- ../enums/TimelineExtractionMethodEnum
|
||||
- ../slots/approximate
|
||||
- ../slots/archive_path
|
||||
- ../slots/has_archive_path
|
||||
- ../slots/data_tier
|
||||
- ../slots/date_precision
|
||||
- ../slots/description
|
||||
- ../slots/event_date
|
||||
- ../slots/event_type
|
||||
- ../slots/extraction_method
|
||||
- ../slots/extraction_notes
|
||||
- ../slots/extraction_note
|
||||
- ../slots/extraction_timestamp
|
||||
- ../slots/observation_ref
|
||||
- ../slots/source_urls
|
||||
- ../slots/source_url
|
||||
- ../slots/specificity_annotation
|
||||
- ../slots/template_specificity
|
||||
default_prefix: hc
|
||||
|
|
@ -102,7 +102,7 @@ classes:
|
|||
description: >-
|
||||
Het RHC Drents Archief werd opgericht op 30 april 2005.
|
||||
Het is de voortzetting van het Rijksarchief in Drenthe (sinds 2000).
|
||||
source_urls:
|
||||
source_url:
|
||||
- "https://nl.wikipedia.org/wiki/Drents_Archief"
|
||||
- "https://bizzy.ai/nl/nl/52454037/regionaal-historisch-centrum-rhc-drents-archief"
|
||||
extraction_method: api_response_regex
|
||||
|
|
@ -128,10 +128,10 @@ classes:
|
|||
- event_date
|
||||
- event_type
|
||||
- extraction_method
|
||||
- extraction_notes
|
||||
- extraction_note
|
||||
- extraction_timestamp
|
||||
- observation_ref
|
||||
- source_urls
|
||||
- source_url
|
||||
- specificity_annotation
|
||||
- template_specificity
|
||||
slot_usage:
|
||||
|
|
@ -159,7 +159,7 @@ classes:
|
|||
description: |
|
||||
Human-readable summary of the event.
|
||||
Should describe what happened, not how it was discovered.
|
||||
source_urls:
|
||||
source_url:
|
||||
required: false
|
||||
description: |
|
||||
URLs documenting the event. May be empty if no web sources available.
|
||||
|
|
@ -172,7 +172,7 @@ classes:
|
|||
required: true
|
||||
description: |
|
||||
When extraction occurred. Required for temporal provenance.
|
||||
extraction_notes:
|
||||
extraction_note:
|
||||
required: false
|
||||
description: |
|
||||
Optional notes for source-specific details (API queries, XPaths, etc.)
|
||||
|
|
@ -223,7 +223,7 @@ classes:
|
|||
date_precision: day
|
||||
approximate: false
|
||||
description: Het RHC Drents Archief werd opgericht op 30 april 2005.
|
||||
source_urls:
|
||||
source_url:
|
||||
- https://nl.wikipedia.org/wiki/Drents_Archief
|
||||
extraction_method: api_response_regex
|
||||
extraction_timestamp: "2025-12-16T10:00:00Z"
|
||||
|
|
@ -237,7 +237,7 @@ classes:
|
|||
date_precision: year
|
||||
approximate: false
|
||||
description: In 2005 ging het Gemeentearchief Assen op in het Drents Archief.
|
||||
source_urls:
|
||||
source_url:
|
||||
- https://nl.wikipedia.org/wiki/Drents_Archief
|
||||
extraction_method: api_response_regex
|
||||
extraction_timestamp: "2025-12-16T10:05:00Z"
|
||||
|
|
@ -249,7 +249,7 @@ classes:
|
|||
date_precision: year
|
||||
approximate: false
|
||||
description: The Rijksmuseum was founded in 1810 as the Royal Museum.
|
||||
source_urls:
|
||||
source_url:
|
||||
- https://www.wikidata.org/wiki/Q190804
|
||||
extraction_method: wikidata_sparql
|
||||
extraction_timestamp: "2025-12-20T14:30:00Z"
|
||||
|
|
@ -262,7 +262,7 @@ classes:
|
|||
date_precision: year
|
||||
approximate: false
|
||||
description: The Rijksmuseum moved to its current building designed by Cuypers.
|
||||
source_urls:
|
||||
source_url:
|
||||
- https://www.rijksmuseum.nl/en/about-us/what-we-do/history
|
||||
extraction_method: web_scrape_xpath
|
||||
extraction_timestamp: "2025-12-20T15:00:00Z"
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ imports:
|
|||
- ./AccessPolicy
|
||||
- ../slots/embargo_end_date
|
||||
- ./DarkArchiveRecordSetTypes
|
||||
- ../slots/holds_record_set_types
|
||||
- ../slots/has_or_had_holds_record_set_type
|
||||
- ./CollectionType
|
||||
- ../slots/type_scope
|
||||
- ../slots/access_trigger_events
|
||||
|
|
@ -36,7 +36,7 @@ classes:
|
|||
- access_trigger_events
|
||||
- has_or_had_custodian_type
|
||||
- embargo_end_date
|
||||
- holds_record_set_types
|
||||
- has_or_had_holds_record_set_type
|
||||
- preservation_purpose
|
||||
- refers_to_access_policy
|
||||
- specificity_annotation
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@ classes:
|
|||
has_or_had_abbreviation:
|
||||
slot_uri: schema:alternateName
|
||||
description: |
|
||||
Common abbreviation for the license.
|
||||
Common has_or_had_abbreviation for the license.
|
||||
|
||||
Examples: "CC0", "CC-BY", "CC-BY-SA", "ODC-BY", "ODbL"
|
||||
range: string
|
||||
|
|
|
|||
|
|
@ -251,7 +251,7 @@ classes:
|
|||
has_or_had_abbreviation:
|
||||
slot_uri: schema:alternateName
|
||||
description: |
|
||||
Common abbreviation for the license.
|
||||
Common has_or_had_abbreviation for the license.
|
||||
|
||||
Examples: "CC0", "CC-BY", "CC-BY-SA", "ODC-BY", "ODbL"
|
||||
range: string
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ imports:
|
|||
- ../metadata
|
||||
- ./DataServiceEndpointType
|
||||
- ../slots/protocol
|
||||
- ../slots/response_formats
|
||||
- ../slots/response_format
|
||||
- ../slots/authentication_required
|
||||
- ../slots/specificity_annotation
|
||||
- ../slots/template_specificity
|
||||
|
|
@ -27,7 +27,7 @@ classes:
|
|||
slots:
|
||||
- authentication_required
|
||||
- protocol
|
||||
- response_formats
|
||||
- response_format
|
||||
- specificity_annotation
|
||||
- template_specificity
|
||||
description: "Abstract base class for API service endpoints exposed by heritage\
|
||||
|
|
|
|||
|
|
@ -232,7 +232,7 @@ classes:
|
|||
|
||||
Example: IIIFImageAPIType broader than IIIFImageAPI3Type
|
||||
range: DataServiceEndpointType
|
||||
narrower_types:
|
||||
narrower_type:
|
||||
slot_uri: skos:narrower
|
||||
description: |
|
||||
Child/narrower endpoint types in the hierarchy.
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ imports:
|
|||
- ./OrganizationalStructure
|
||||
- ./Collection
|
||||
- ./PersonObservation
|
||||
- ../slots/staff_members
|
||||
- ../slots/has_or_had_staff_member
|
||||
- ../slots/contact_point
|
||||
- ../slots/located_at
|
||||
- ../slots/refers_to_custodian
|
||||
|
|
@ -29,11 +29,11 @@ imports:
|
|||
- ../slots/department_name
|
||||
- ../slots/dissolved_date
|
||||
- ../slots/established_date
|
||||
- ../slots/manages_collections
|
||||
- ../slots/has_or_had_manages_collection
|
||||
- ../slots/mandate
|
||||
- ../slots/parent_department
|
||||
- ../slots/specificity_annotation
|
||||
- ../slots/sub_departments
|
||||
- ../slots/has_or_had_sub_department
|
||||
- ../slots/template_specificity
|
||||
- ./AuxiliaryPlace
|
||||
- ./SpecificityAnnotation
|
||||
|
|
@ -98,13 +98,13 @@ classes:
|
|||
- dissolved_date
|
||||
- established_date
|
||||
- located_at
|
||||
- manages_collections
|
||||
- has_or_had_manages_collection
|
||||
- mandate
|
||||
- parent_department
|
||||
- refers_to_custodian
|
||||
- specificity_annotation
|
||||
- staff_members
|
||||
- sub_departments
|
||||
- has_or_had_staff_member
|
||||
- has_or_had_sub_department
|
||||
- template_specificity
|
||||
slot_usage:
|
||||
department_id:
|
||||
|
|
@ -137,7 +137,7 @@ classes:
|
|||
department_code:
|
||||
slot_uri: skos:notation
|
||||
description: |
|
||||
Short code or abbreviation for the department.
|
||||
Short code or has_or_had_abbreviation for the department.
|
||||
|
||||
SKOS: notation for coding system identifiers.
|
||||
|
||||
|
|
@ -187,7 +187,7 @@ classes:
|
|||
examples:
|
||||
- value: https://nde.nl/ontology/hc/dept/nationaal-archief-collections
|
||||
description: Parent Collections Division
|
||||
sub_departments:
|
||||
has_or_had_sub_department:
|
||||
slot_uri: org:hasSubOrganization
|
||||
description: |
|
||||
Child departments in organizational hierarchy.
|
||||
|
|
@ -217,7 +217,7 @@ classes:
|
|||
staff_role: ARCHIVIST
|
||||
role_title: Head of Colonial Records Department
|
||||
description: Department head
|
||||
staff_members:
|
||||
has_or_had_staff_member:
|
||||
slot_uri: org:hasMember
|
||||
description: |
|
||||
Staff members (PersonObservation instances) working in this department.
|
||||
|
|
@ -228,7 +228,7 @@ classes:
|
|||
range: PersonObservation
|
||||
multivalued: true
|
||||
inlined_as_list: true
|
||||
manages_collections:
|
||||
has_or_had_manages_collection:
|
||||
slot_uri: rico:isManagerOf
|
||||
description: |
|
||||
Collections managed by this department.
|
||||
|
|
@ -332,7 +332,7 @@ classes:
|
|||
Established by Royal Decree of 1891 to manage and preserve
|
||||
records of the Dutch East Indies administration.
|
||||
established_date: '1891-06-15'
|
||||
manages_collections:
|
||||
has_or_had_manages_collection:
|
||||
- https://nde.nl/ontology/hc/collection/na-voc-archives
|
||||
- https://nde.nl/ontology/hc/collection/na-wic-archives
|
||||
contact_point: colonial-records@nationaalarchief.nl
|
||||
|
|
@ -350,7 +350,7 @@ classes:
|
|||
person_name: Dr. Pieter Roelofs
|
||||
staff_role: CURATOR
|
||||
role_title: Head of Paintings Department
|
||||
manages_collections:
|
||||
has_or_had_manages_collection:
|
||||
- https://nde.nl/ontology/hc/collection/rm-dutch-paintings
|
||||
- https://nde.nl/ontology/hc/collection/rm-flemish-paintings
|
||||
refers_to_custodian: https://nde.nl/ontology/hc/nl-nh-ams-m-rm
|
||||
|
|
@ -363,7 +363,7 @@ slots:
|
|||
description: Official name of department
|
||||
range: string
|
||||
department_code:
|
||||
description: Short code or abbreviation
|
||||
description: Short code or has_or_had_abbreviation
|
||||
range: string
|
||||
department_description:
|
||||
description: Description of department purpose
|
||||
|
|
@ -374,14 +374,14 @@ slots:
|
|||
parent_department:
|
||||
description: Parent department in hierarchy
|
||||
range: Department
|
||||
sub_departments:
|
||||
has_or_had_sub_department:
|
||||
description: Child departments
|
||||
range: Department
|
||||
multivalued: true
|
||||
department_head:
|
||||
description: Person heading the department
|
||||
range: PersonObservation
|
||||
manages_collections:
|
||||
has_or_had_manages_collection:
|
||||
slot_uri: rico:isManagerOf
|
||||
description: Collections managed by this department
|
||||
range: Collection
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ imports:
|
|||
- ./ArchiveOrganizationType
|
||||
- ./CollectionType
|
||||
- ./DepartmentalArchivesRecordSetTypes
|
||||
- ../slots/holds_record_set_types
|
||||
- ../slots/has_or_had_holds_record_set_type
|
||||
- ../slots/archive_series
|
||||
- ../slots/has_or_had_custodian_type
|
||||
- ../slots/departement_code
|
||||
|
|
@ -35,7 +35,7 @@ classes:
|
|||
- has_or_had_custodian_type
|
||||
- departement_code
|
||||
- departement_name
|
||||
- holds_record_set_types
|
||||
- has_or_had_holds_record_set_type
|
||||
- specificity_annotation
|
||||
- template_specificity
|
||||
- wikidata_entity
|
||||
|
|
|
|||
|
|
@ -15,13 +15,13 @@ imports:
|
|||
- ./ArchiveOrganizationType
|
||||
- ./StorageType
|
||||
- ./DepositArchiveRecordSetTypes
|
||||
- ../slots/holds_record_set_types
|
||||
- ../slots/has_or_had_holds_record_set_type
|
||||
- ./CollectionType
|
||||
- ../slots/type_scope
|
||||
- ../slots/has_or_had_custodian_type
|
||||
- ../slots/depositing_organizations
|
||||
- ../slots/disposition_services
|
||||
- ../slots/operates_storage_types
|
||||
- ../slots/has_or_had_depositing_organization
|
||||
- ../slots/disposition_service
|
||||
- ../slots/has_or_had_operates_storage_type
|
||||
- ../slots/retention_tracking
|
||||
- ../slots/specificity_annotation
|
||||
- ../slots/template_specificity
|
||||
|
|
@ -34,10 +34,10 @@ classes:
|
|||
class_uri: schema:ArchiveOrganization
|
||||
slots:
|
||||
- has_or_had_custodian_type
|
||||
- depositing_organizations
|
||||
- disposition_services
|
||||
- holds_record_set_types
|
||||
- operates_storage_types
|
||||
- has_or_had_depositing_organization
|
||||
- disposition_service
|
||||
- has_or_had_holds_record_set_type
|
||||
- has_or_had_operates_storage_type
|
||||
- retention_tracking
|
||||
- specificity_annotation
|
||||
- template_specificity
|
||||
|
|
@ -75,7 +75,7 @@ classes:
|
|||
wikidata_entity:
|
||||
equals_string: Q244904
|
||||
description: Wikidata entity for deposit archive
|
||||
operates_storage_types:
|
||||
has_or_had_operates_storage_type:
|
||||
description: |
|
||||
**SPECIAL LINKAGE TO StorageType**
|
||||
|
||||
|
|
@ -102,7 +102,7 @@ classes:
|
|||
examples:
|
||||
- value: true
|
||||
description: Active retention schedule tracking
|
||||
depositing_organizations:
|
||||
has_or_had_depositing_organization:
|
||||
description: |
|
||||
Types of organizations that typically deposit with this archive.
|
||||
Examples: government agencies, corporations, universities, courts
|
||||
|
|
@ -113,7 +113,7 @@ classes:
|
|||
- government agencies
|
||||
- courts
|
||||
- ministries
|
||||
disposition_services:
|
||||
disposition_service:
|
||||
description: |
|
||||
Disposition services provided by the deposit archive.
|
||||
Examples: destruction, transfer to permanent archive, return to depositor
|
||||
|
|
@ -163,17 +163,17 @@ classes:
|
|||
- archivo de depósito@es
|
||||
- archive intermédiaire@fr
|
||||
type_description: Archive for semi-current records awaiting disposition
|
||||
operates_storage_types:
|
||||
has_or_had_operates_storage_type:
|
||||
- storage_type_code: DEPOSIT_STORAGE
|
||||
storage_type_label: Government Records Deposit
|
||||
typical_conditions: 18-20°C, 45-55% RH
|
||||
security_level: STANDARD
|
||||
retention_tracking: true
|
||||
depositing_organizations:
|
||||
has_or_had_depositing_organization:
|
||||
- federal agencies
|
||||
- courts
|
||||
- ministries
|
||||
disposition_services:
|
||||
disposition_service:
|
||||
- secure destruction
|
||||
- transfer to national archives
|
||||
description: Federal records center deposit archive
|
||||
|
|
@ -199,18 +199,18 @@ classes:
|
|||
|
||||
|
||||
slots:
|
||||
operates_storage_types:
|
||||
has_or_had_operates_storage_type:
|
||||
description: Storage types operated by deposit archive
|
||||
range: StorageType
|
||||
multivalued: true
|
||||
retention_tracking:
|
||||
description: Whether retention is actively tracked
|
||||
range: boolean
|
||||
depositing_organizations:
|
||||
has_or_had_depositing_organization:
|
||||
description: Types of organizations that deposit
|
||||
range: string
|
||||
multivalued: true
|
||||
disposition_services:
|
||||
disposition_service:
|
||||
description: Disposition services provided
|
||||
range: string
|
||||
multivalued: true
|
||||
|
|
|
|||
|
|
@ -15,15 +15,15 @@ imports:
|
|||
- ./DigitalPlatformType
|
||||
- ../slots/preservation_level
|
||||
- ./DigitalArchiveRecordSetTypes
|
||||
- ../slots/holds_record_set_types
|
||||
- ../slots/has_or_had_holds_record_set_type
|
||||
- ./CollectionType
|
||||
- ../slots/type_scope
|
||||
- ../slots/access_interface_url
|
||||
- ../slots/has_access_interface_url
|
||||
- ../slots/content_origin
|
||||
- ../slots/has_or_had_custodian_type
|
||||
- ../slots/operates_platform_types
|
||||
- ../slots/has_or_had_operates_platform_type
|
||||
- ../slots/specificity_annotation
|
||||
- ../slots/supported_formats
|
||||
- ../slots/supported_format
|
||||
- ../slots/template_specificity
|
||||
- ../slots/wikidata_entity
|
||||
- ./SpecificityAnnotation
|
||||
|
|
@ -33,14 +33,14 @@ classes:
|
|||
is_a: ArchiveOrganizationType
|
||||
class_uri: skos:Concept
|
||||
slots:
|
||||
- access_interface_url
|
||||
- has_access_interface_url
|
||||
- content_origin
|
||||
- has_or_had_custodian_type
|
||||
- holds_record_set_types
|
||||
- operates_platform_types
|
||||
- has_or_had_holds_record_set_type
|
||||
- has_or_had_operates_platform_type
|
||||
- preservation_level
|
||||
- specificity_annotation
|
||||
- supported_formats
|
||||
- supported_format
|
||||
- template_specificity
|
||||
- wikidata_entity
|
||||
description: |
|
||||
|
|
@ -109,7 +109,7 @@ classes:
|
|||
wikidata_entity:
|
||||
equals_string: Q1224984
|
||||
description: Wikidata entity for digital archive
|
||||
operates_platform_types:
|
||||
has_or_had_operates_platform_type:
|
||||
description: |
|
||||
**SPECIAL LINKAGE TO DigitalPlatformType**
|
||||
|
||||
|
|
@ -155,7 +155,7 @@ classes:
|
|||
range: uri
|
||||
examples:
|
||||
- value: https://archive.example.org/access
|
||||
supported_formats:
|
||||
supported_format:
|
||||
description: |
|
||||
File formats supported/preferred by the digital archive.
|
||||
Examples: PDF/A, TIFF, JPEG2000, WARC, XML, JSON
|
||||
|
|
@ -204,7 +204,7 @@ classes:
|
|||
- archivo digital@es
|
||||
- archives numériques@fr
|
||||
type_description: Information system for digital resource collection and access
|
||||
operates_platform_types:
|
||||
has_or_had_operates_platform_type:
|
||||
- platform_type_code: DIGITAL_REPOSITORY
|
||||
platform_type_label: Archivematica Preservation System
|
||||
- platform_type_code: DISCOVERY_PORTAL
|
||||
|
|
@ -212,7 +212,7 @@ classes:
|
|||
content_origin: mixed
|
||||
preservation_level: level_3
|
||||
access_interface_url: https://digitalarchive.example.org
|
||||
supported_formats:
|
||||
supported_format:
|
||||
- PDF/A
|
||||
- TIFF
|
||||
- JPEG2000
|
||||
|
|
@ -240,7 +240,7 @@ classes:
|
|||
|
||||
|
||||
slots:
|
||||
operates_platform_types:
|
||||
has_or_had_operates_platform_type:
|
||||
description: Digital platform types operated
|
||||
range: DigitalPlatformType
|
||||
multivalued: true
|
||||
|
|
@ -250,7 +250,7 @@ slots:
|
|||
has_access_interface_url:
|
||||
description: URL of access interface
|
||||
range: uri
|
||||
supported_formats:
|
||||
supported_format:
|
||||
description: Supported file formats
|
||||
range: string
|
||||
multivalued: true
|
||||
|
|
|
|||
|
|
@ -19,27 +19,27 @@ imports:
|
|||
- ./IIPImageServer
|
||||
- ./EADDownload
|
||||
- ../slots/auxiliary_platforms
|
||||
- ../slots/powered_by_cms
|
||||
- ../slots/access_restrictions
|
||||
- ../slots/has_or_had_powered_by_cm
|
||||
- ../slots/has_or_had_access_restriction
|
||||
- ../slots/preservation_level
|
||||
- ../slots/api_endpoint
|
||||
- ../slots/metadata_standards
|
||||
- ../slots/has_or_had_api_endpoint
|
||||
- ../slots/metadata_standard
|
||||
- ../slots/sparql_endpoint
|
||||
- ../slots/oai_pmh_endpoint
|
||||
- ../slots/platform_type
|
||||
- ../slots/platform_name
|
||||
- ../slots/storage_location
|
||||
- ../slots/serves_finding_aids
|
||||
- ../slots/serves_finding_aid
|
||||
- ./ReconstructedEntity
|
||||
- ../slots/data_service_endpoints
|
||||
- ../slots/collection_web_addresses
|
||||
- ../slots/has_or_had_data_service_endpoint
|
||||
- ../slots/collection_web_address
|
||||
- ../slots/fixity_check_date
|
||||
- ../slots/homepage_web_address
|
||||
- ../slots/iiif_support
|
||||
- ../slots/inventory_web_addresses
|
||||
- ../slots/inventory_web_address
|
||||
- ../slots/linked_data
|
||||
- ../slots/platform_id
|
||||
- ../slots/programming_languages
|
||||
- ../slots/programming_language
|
||||
- ../slots/refers_to_custodian
|
||||
- ../slots/repository_software
|
||||
- ../slots/specificity_annotation
|
||||
|
|
@ -152,27 +152,27 @@ classes:
|
|||
- schema:SoftwareApplication
|
||||
- dcat:accessURL
|
||||
slots:
|
||||
- access_restrictions
|
||||
- api_endpoint
|
||||
- has_or_had_access_restriction
|
||||
- has_or_had_api_endpoint
|
||||
- auxiliary_platforms
|
||||
- collection_web_addresses
|
||||
- data_service_endpoints
|
||||
- collection_web_address
|
||||
- has_or_had_data_service_endpoint
|
||||
- fixity_check_date
|
||||
- homepage_web_address
|
||||
- iiif_support
|
||||
- inventory_web_addresses
|
||||
- inventory_web_address
|
||||
- linked_data
|
||||
- metadata_standards
|
||||
- metadata_standard
|
||||
- oai_pmh_endpoint
|
||||
- platform_id
|
||||
- platform_name
|
||||
- platform_type
|
||||
- powered_by_cms
|
||||
- has_or_had_powered_by_cm
|
||||
- preservation_level
|
||||
- programming_languages
|
||||
- programming_language
|
||||
- refers_to_custodian
|
||||
- repository_software
|
||||
- serves_finding_aids
|
||||
- serves_finding_aid
|
||||
- sparql_endpoint
|
||||
- specificity_annotation
|
||||
- storage_location
|
||||
|
|
@ -248,7 +248,7 @@ classes:
|
|||
description: Rijksmuseum homepage
|
||||
- value: https://www.europeana.eu/
|
||||
description: Europeana homepage
|
||||
collection_web_addresses:
|
||||
collection_web_address:
|
||||
slot_uri: dcat:accessURL
|
||||
description: |
|
||||
URLs for accessing digital collections on this platform.
|
||||
|
|
@ -264,7 +264,7 @@ classes:
|
|||
examples:
|
||||
- value: https://www.rijksmuseum.nl/nl/rijksstudio
|
||||
description: Rijksstudio collection access
|
||||
inventory_web_addresses:
|
||||
inventory_web_address:
|
||||
slot_uri: dcat:landingPage
|
||||
description: |
|
||||
URLs for archival inventories, finding aids, or collection catalogs.
|
||||
|
|
@ -279,7 +279,7 @@ classes:
|
|||
examples:
|
||||
- value: https://www.nationaalarchief.nl/onderzoeken/index
|
||||
description: National Archives finding aids
|
||||
has_api_endpoint:
|
||||
has_or_had_api_endpoint:
|
||||
slot_uri: dcat:endpointURL
|
||||
description: |
|
||||
API endpoint URL for programmatic access.
|
||||
|
|
@ -326,7 +326,7 @@ classes:
|
|||
examples:
|
||||
- value: https://www.europeana.eu/oai
|
||||
description: Europeana OAI-PMH endpoint
|
||||
programming_languages:
|
||||
programming_language:
|
||||
slot_uri: doap:programming-language
|
||||
description: |
|
||||
Programming languages used to build this platform.
|
||||
|
|
@ -367,7 +367,7 @@ classes:
|
|||
examples:
|
||||
- value: DSpace 7.2
|
||||
description: Digital repository software
|
||||
powered_by_cms:
|
||||
has_or_had_powered_by_cm:
|
||||
slot_uri: crm:P33i_was_used_by
|
||||
range: CollectionManagementSystem
|
||||
multivalued: true
|
||||
|
|
@ -430,7 +430,7 @@ classes:
|
|||
description: Platform provides linked data
|
||||
- value: false
|
||||
description: No linked data
|
||||
metadata_standards:
|
||||
metadata_standard:
|
||||
slot_uri: dcterms:conformsTo
|
||||
description: |
|
||||
Metadata standards implemented by this platform.
|
||||
|
|
@ -519,7 +519,7 @@ classes:
|
|||
- Project portals run during funding period
|
||||
- Legacy platforms archived but accessible
|
||||
|
||||
Each AuxiliaryDigitalPlatform tracks archival_status and archived_at.
|
||||
Each AuxiliaryDigitalPlatform tracks has_or_had_archival_status and archived_at.
|
||||
range: AuxiliaryDigitalPlatform
|
||||
multivalued: true
|
||||
inlined_as_list: true
|
||||
|
|
@ -647,7 +647,7 @@ classes:
|
|||
examples:
|
||||
- value: '2025-11-15'
|
||||
description: Last fixity check date
|
||||
serves_finding_aids:
|
||||
serves_finding_aid:
|
||||
slot_uri: rico:isOrWasProviderOf
|
||||
range: uriorcurie
|
||||
multivalued: true
|
||||
|
|
@ -676,7 +676,7 @@ classes:
|
|||
description: VOC Archives inventory finding aid
|
||||
- value: https://nde.nl/ontology/hc/finding-aid/rm/paintings-catalogue
|
||||
description: Rijksmuseum paintings catalogue
|
||||
data_service_endpoints:
|
||||
has_or_had_data_service_endpoint:
|
||||
slot_uri: dcat:servesDataset
|
||||
range: DataServiceEndpoint
|
||||
multivalued: true
|
||||
|
|
@ -714,7 +714,7 @@ classes:
|
|||
|
||||
**EXAMPLE - Nationaal Archief**:
|
||||
```yaml
|
||||
data_service_endpoints:
|
||||
has_or_had_data_service_endpoint:
|
||||
- endpoint_type: OAIPMHEndpoint
|
||||
endpoint_name: "NA OAI-PMH Endpoint"
|
||||
endpoint_url: "https://www.nationaalarchief.nl/onderzoeken/oai-pmh"
|
||||
|
|
@ -769,12 +769,12 @@ classes:
|
|||
platform_type:
|
||||
- DiscoveryPortal
|
||||
homepage_web_address: https://www.rijksmuseum.nl/
|
||||
collection_web_addresses:
|
||||
collection_web_address:
|
||||
- https://www.rijksmuseum.nl/nl/rijksstudio
|
||||
api_endpoint: https://www.rijksmuseum.nl/api/
|
||||
iiif_support: true
|
||||
linked_data: true
|
||||
metadata_standards:
|
||||
metadata_standard:
|
||||
- Dublin Core
|
||||
- LIDO
|
||||
access_restrictions: Public access, API key required for API
|
||||
|
|
@ -787,18 +787,18 @@ classes:
|
|||
- AggregationPlatform
|
||||
- APIService
|
||||
homepage_web_address: https://www.europeana.eu/
|
||||
collection_web_addresses:
|
||||
collection_web_address:
|
||||
- https://www.europeana.eu/en/collections
|
||||
api_endpoint: https://api.europeana.eu/record/v2/
|
||||
sparql_endpoint: https://api.europeana.eu/sparql
|
||||
oai_pmh_endpoint: https://www.europeana.eu/oai
|
||||
programming_languages:
|
||||
programming_language:
|
||||
- Java
|
||||
- Python
|
||||
- JavaScript
|
||||
iiif_support: true
|
||||
linked_data: true
|
||||
metadata_standards:
|
||||
metadata_standard:
|
||||
- EDM (Europeana Data Model)
|
||||
- Dublin Core
|
||||
- LIDO
|
||||
|
|
@ -816,13 +816,13 @@ slots:
|
|||
homepage_web_address:
|
||||
description: Primary homepage URL
|
||||
range: uri
|
||||
collection_web_addresses:
|
||||
collection_web_address:
|
||||
description: Collection access URLs
|
||||
range: uri
|
||||
inventory_web_addresses:
|
||||
inventory_web_address:
|
||||
description: Inventory/finding aid URLs
|
||||
range: uri
|
||||
programming_languages:
|
||||
programming_language:
|
||||
description: Programming languages used
|
||||
range: string
|
||||
repository_software:
|
||||
|
|
|
|||
|
|
@ -11,10 +11,10 @@ prefixes:
|
|||
imports:
|
||||
- linkml:types
|
||||
- ../metadata
|
||||
- ../slots/typical_metadata_standards
|
||||
- ../slots/typical_technical_features
|
||||
- ../slots/example_platforms
|
||||
- ../slots/multilingual_labels
|
||||
- ../slots/typical_metadata_standard
|
||||
- ../slots/typical_technical_feature
|
||||
- ../slots/example_platform
|
||||
- ../slots/multilingual_label
|
||||
- ../slots/platform_type_category
|
||||
- ../slots/platform_type_description
|
||||
- ../slots/platform_type_id
|
||||
|
|
@ -28,6 +28,112 @@ classes:
|
|||
DigitalPlatformType:
|
||||
class_uri: skos:Concept
|
||||
abstract: true
|
||||
annotations:
|
||||
skos:prefLabel: Digital Platform
|
||||
skos:altLabel: digital library, online archive, virtual museum, web portal, digital repository, aggregator, discovery platform
|
||||
structured_aliases:
|
||||
- literal_form: digitaal platform
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: digitale bibliotheek
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: online archief
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: virtueel museum
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: webportaal
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: digital platform
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: en
|
||||
- literal_form: digital library
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: en
|
||||
- literal_form: online archive
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: en
|
||||
- literal_form: virtual museum
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: en
|
||||
- literal_form: web portal
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: en
|
||||
- literal_form: aggregator
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: en
|
||||
- literal_form: digitale Plattform
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: digitale Bibliothek
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: Online-Archiv
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: virtuelles Museum
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: Webportal
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: plateforme numérique
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: bibliothèque numérique
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: archives en ligne
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: musée virtuel
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: portail web
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: plataforma digital
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
- literal_form: biblioteca digital
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
- literal_form: archivo en línea
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
- literal_form: museo virtual
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
- literal_form: portal web
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
- literal_form: piattaforma digitale
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: it
|
||||
- literal_form: biblioteca digitale
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: it
|
||||
- literal_form: archivio online
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: it
|
||||
- literal_form: museo virtuale
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: it
|
||||
- literal_form: plataforma digital
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: pt
|
||||
- literal_form: biblioteca digital
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: pt
|
||||
- literal_form: arquivo online
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: pt
|
||||
- literal_form: museu virtual
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: pt
|
||||
description: "Abstract base class for digital platform type classifications in\
|
||||
\ the heritage domain.\n\n**DEFINITION**:\n\nDigitalPlatformType represents\
|
||||
\ CATEGORIES of heritage digital platforms,\nnot individual platform instances.\
|
||||
|
|
@ -72,16 +178,16 @@ classes:
|
|||
- dcat:Catalog
|
||||
- schema:WebSite
|
||||
slots:
|
||||
- example_platforms
|
||||
- multilingual_labels
|
||||
- example_platform
|
||||
- multilingual_label
|
||||
- platform_type_category
|
||||
- platform_type_description
|
||||
- platform_type_id
|
||||
- platform_type_name
|
||||
- specificity_annotation
|
||||
- template_specificity
|
||||
- typical_metadata_standards
|
||||
- typical_technical_features
|
||||
- typical_metadata_standard
|
||||
- typical_technical_feature
|
||||
- wikidata_mapping
|
||||
slot_usage:
|
||||
platform_type_id:
|
||||
|
|
@ -154,14 +260,14 @@ slots:
|
|||
Provides semantic alignment with Wikidata knowledge graph.
|
||||
range: string
|
||||
slot_uri: skos:exactMatch
|
||||
example_platforms:
|
||||
example_platform:
|
||||
description: |
|
||||
Names of well-known platforms of this type.
|
||||
For documentation and clarification purposes.
|
||||
range: string
|
||||
multivalued: true
|
||||
slot_uri: skos:example
|
||||
multilingual_labels:
|
||||
multilingual_label:
|
||||
description: |
|
||||
Labels for this platform type in multiple languages.
|
||||
Stored as language-tagged strings (e.g., "digitale Bibliothek@de").
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ imports:
|
|||
- ../slots/specificity_annotation
|
||||
- ../slots/template_specificity
|
||||
- ../slots/digital_confidence
|
||||
- ../slots/digital_indicators
|
||||
- ../slots/digital_indicator
|
||||
- ../slots/likely_whatsapp_proficient
|
||||
default_range: string
|
||||
|
||||
|
|
@ -23,7 +23,7 @@ classes:
|
|||
Assessment of a person's digital/technology proficiency.
|
||||
slots:
|
||||
- digital_confidence
|
||||
- digital_indicators
|
||||
- digital_indicator
|
||||
- likely_whatsapp_proficient
|
||||
- specificity_annotation
|
||||
- template_specificity
|
||||
|
|
@ -31,7 +31,7 @@ classes:
|
|||
likely_whatsapp_proficient:
|
||||
description: Whether person is likely proficient with WhatsApp
|
||||
range: boolean
|
||||
digital_indicators:
|
||||
digital_indicator:
|
||||
description: Indicators of digital proficiency from profile
|
||||
range: string
|
||||
multivalued: true
|
||||
|
|
@ -49,7 +49,7 @@ slots:
|
|||
likely_whatsapp_proficient:
|
||||
description: Whether person is likely WhatsApp proficient
|
||||
range: boolean
|
||||
digital_indicators:
|
||||
digital_indicator:
|
||||
description: Indicators of digital proficiency
|
||||
range: string
|
||||
multivalued: true
|
||||
|
|
|
|||
|
|
@ -16,13 +16,13 @@ imports:
|
|||
- ./AccessPolicy
|
||||
- ./Collection
|
||||
- ./DimArchivesRecordSetTypes
|
||||
- ../slots/holds_record_set_types
|
||||
- ../slots/has_or_had_holds_record_set_type
|
||||
- ./CollectionType
|
||||
- ../slots/type_scope
|
||||
- ../slots/access_application_url
|
||||
- ../slots/has_access_application_url
|
||||
- ../slots/has_or_had_custodian_type
|
||||
- ../slots/default_access_policy
|
||||
- ../slots/restriction_categories
|
||||
- ../slots/restriction_category
|
||||
- ../slots/specificity_annotation
|
||||
- ../slots/template_specificity
|
||||
- ../slots/typical_approval_time
|
||||
|
|
@ -34,11 +34,11 @@ classes:
|
|||
is_a: ArchiveOrganizationType
|
||||
class_uri: schema:ArchiveOrganization
|
||||
slots:
|
||||
- access_application_url
|
||||
- has_access_application_url
|
||||
- has_or_had_custodian_type
|
||||
- default_access_policy
|
||||
- holds_record_set_types
|
||||
- restriction_categories
|
||||
- has_or_had_holds_record_set_type
|
||||
- restriction_category
|
||||
- specificity_annotation
|
||||
- template_specificity
|
||||
- typical_approval_time
|
||||
|
|
@ -134,7 +134,7 @@ classes:
|
|||
restriction_reason: Privacy-sensitive personal data
|
||||
eligible_users: Credentialed academic researchers
|
||||
access_process: Application and approval required
|
||||
restriction_categories:
|
||||
restriction_category:
|
||||
description: |
|
||||
Categories of restrictions applied in this dim archive.
|
||||
Examples: user_based, content_based, process_based, format_based
|
||||
|
|
@ -200,9 +200,9 @@ classes:
|
|||
policy_id: https://nde.nl/ontology/hc/policy/researcher-access
|
||||
access_level: RESTRICTED
|
||||
restriction_reason: Privacy-sensitive personal data (GDPR)
|
||||
eligible_users: Academic researchers with institutional affiliation
|
||||
eligible_users: Academic researchers with institutional has_or_had_affiliation
|
||||
access_process: Submit research proposal and sign access agreement
|
||||
restriction_categories:
|
||||
restriction_category:
|
||||
- user_based
|
||||
- process_based
|
||||
- content_based
|
||||
|
|
@ -234,7 +234,7 @@ slots:
|
|||
default_access_policy:
|
||||
description: Default access policy for dim archive
|
||||
range: AccessPolicy
|
||||
restriction_categories:
|
||||
restriction_category:
|
||||
description: Categories of restrictions applied
|
||||
range: string
|
||||
multivalued: true
|
||||
|
|
|
|||
|
|
@ -13,11 +13,11 @@ imports:
|
|||
- linkml:types
|
||||
- ./ArchiveOrganizationType
|
||||
- ./DiocesanArchiveRecordSetTypes
|
||||
- ../slots/holds_record_set_types
|
||||
- ../slots/has_or_had_holds_record_set_type
|
||||
- ./CollectionType
|
||||
- ../slots/type_scope
|
||||
- ../slots/archdiocese_name
|
||||
- ../slots/canonical_access_rules
|
||||
- ../slots/has_archdiocese_name
|
||||
- ../slots/canonical_access_rule
|
||||
- ../slots/has_or_had_custodian_type
|
||||
- ../slots/diocese_name
|
||||
- ../slots/ecclesiastical_province
|
||||
|
|
@ -32,13 +32,13 @@ classes:
|
|||
is_a: ArchiveOrganizationType
|
||||
class_uri: schema:ArchiveOrganization
|
||||
slots:
|
||||
- archdiocese_name
|
||||
- canonical_access_rules
|
||||
- has_archdiocese_name
|
||||
- canonical_access_rule
|
||||
- has_or_had_custodian_type
|
||||
- diocese_name
|
||||
- ecclesiastical_province
|
||||
- founding_date_diocese
|
||||
- holds_record_set_types
|
||||
- has_or_had_holds_record_set_type
|
||||
- specificity_annotation
|
||||
- template_specificity
|
||||
- wikidata_entity
|
||||
|
|
@ -131,7 +131,7 @@ classes:
|
|||
examples:
|
||||
- value: '0695-01-01'
|
||||
description: Diocese of Utrecht established ~695
|
||||
canonical_access_rules:
|
||||
canonical_access_rule:
|
||||
description: |
|
||||
Whether canon law access rules apply to this archive.
|
||||
If true, some materials may require bishop's permission.
|
||||
|
|
@ -220,6 +220,6 @@ slots:
|
|||
founding_date_diocese:
|
||||
description: Date diocese was founded
|
||||
range: date
|
||||
canonical_access_rules:
|
||||
canonical_access_rule:
|
||||
description: Whether canon law access rules apply
|
||||
range: boolean
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ imports:
|
|||
- ./ArchiveOrganizationType
|
||||
- ./CollectionType
|
||||
- ./DistrictArchiveGermanyRecordSetTypes
|
||||
- ../slots/holds_record_set_types
|
||||
- ../slots/has_or_had_holds_record_set_type
|
||||
- ../slots/type_scope
|
||||
- ../slots/has_or_had_custodian_type
|
||||
- ../slots/dual_class_link
|
||||
|
|
@ -26,7 +26,7 @@ classes:
|
|||
is_a: ArchiveOrganizationType
|
||||
class_uri: schema:ArchiveOrganization
|
||||
slots:
|
||||
- holds_record_set_types
|
||||
- has_or_had_holds_record_set_type
|
||||
exact_mappings:
|
||||
- wd:Q130757255
|
||||
close_mappings:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ imports:
|
|||
- linkml:types
|
||||
- ./ArchiveOrganizationType
|
||||
- ./DistritalArchiveRecordSetTypes
|
||||
- ../slots/holds_record_set_types
|
||||
- ../slots/has_or_had_holds_record_set_type
|
||||
- ./CollectionType
|
||||
- ../slots/type_scope
|
||||
- ../slots/has_or_had_custodian_type
|
||||
|
|
@ -33,7 +33,7 @@ classes:
|
|||
class_uri: schema:ArchiveOrganization
|
||||
slots:
|
||||
- has_or_had_custodian_type
|
||||
- holds_record_set_types
|
||||
- has_or_had_holds_record_set_type
|
||||
- specificity_annotation
|
||||
- template_specificity
|
||||
- wikidata_entity
|
||||
|
|
|
|||
|
|
@ -16,10 +16,10 @@ imports:
|
|||
- ../slots/valid_from
|
||||
- ../slots/valid_to
|
||||
- ../slots/extraction_confidence
|
||||
- ../slots/extraction_notes
|
||||
- ../slots/extraction_note
|
||||
- ../slots/contact_email
|
||||
- ../slots/observed_in
|
||||
- ../slots/benefits
|
||||
- ../slots/benefit
|
||||
- ../slots/currency
|
||||
- ../slots/maximum_amount
|
||||
- ../slots/minimum_amount
|
||||
|
|
@ -64,7 +64,7 @@ slots:
|
|||
payment_frequency:
|
||||
range: string
|
||||
description: How often payment is made (one-time, monthly, annually)
|
||||
benefits:
|
||||
benefit:
|
||||
range: string
|
||||
multivalued: true
|
||||
description: List of benefits provided to donors in this scheme
|
||||
|
|
@ -158,11 +158,11 @@ classes:
|
|||
- schema:priceSpecification
|
||||
- schema:itemOffered
|
||||
slots:
|
||||
- benefits
|
||||
- benefit
|
||||
- contact_email
|
||||
- currency
|
||||
- extraction_confidence
|
||||
- extraction_notes
|
||||
- extraction_note
|
||||
- maximum_amount
|
||||
- minimum_amount
|
||||
- observed_in
|
||||
|
|
@ -293,7 +293,7 @@ classes:
|
|||
description: Annual membership/renewal
|
||||
- value: life
|
||||
description: One-time payment for lifetime benefits
|
||||
benefits:
|
||||
benefit:
|
||||
slot_uri: schema:itemOffered
|
||||
range: string
|
||||
multivalued: true
|
||||
|
|
@ -438,7 +438,7 @@ classes:
|
|||
minimum_amount: 60
|
||||
currency: EUR
|
||||
payment_frequency: annually
|
||||
benefits:
|
||||
benefit:
|
||||
- Gratis onbeperkt toegang
|
||||
- Exclusieve vriendenevenementen
|
||||
- 10% korting in de museumwinkel
|
||||
|
|
@ -461,7 +461,7 @@ classes:
|
|||
minimum_amount: 25
|
||||
currency: GBP
|
||||
payment_frequency: one-time
|
||||
benefits:
|
||||
benefit:
|
||||
- Certificate of adoption
|
||||
- Bookplate with your name in the book
|
||||
- Digital image of your adopted book
|
||||
|
|
@ -485,7 +485,7 @@ classes:
|
|||
maximum_amount: 4999
|
||||
currency: GBP
|
||||
payment_frequency: annually
|
||||
benefits:
|
||||
benefit:
|
||||
- Behind-the-scenes tours
|
||||
- Curator-led collection visits
|
||||
- Patron-only evening events
|
||||
|
|
@ -509,7 +509,7 @@ classes:
|
|||
minimum_amount: 150
|
||||
currency: EUR
|
||||
payment_frequency: one-time
|
||||
benefits:
|
||||
benefit:
|
||||
- Adoption certificate
|
||||
- Digital copy of document
|
||||
- Name on website donor wall
|
||||
|
|
@ -532,7 +532,7 @@ classes:
|
|||
minimum_amount: null
|
||||
currency: EUR
|
||||
payment_frequency: one-time
|
||||
benefits:
|
||||
benefit:
|
||||
- Persoonlijk gesprek met directie
|
||||
- Erkenning in jaarverslag (optioneel)
|
||||
- Nalatenschap volledig naar collectie
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ imports:
|
|||
- ../metadata
|
||||
- ./DataServiceEndpoint
|
||||
- ../slots/protocol
|
||||
- ../slots/response_formats
|
||||
- ../slots/response_format
|
||||
- ../slots/specificity_annotation
|
||||
- ../slots/template_specificity
|
||||
- ./SpecificityAnnotation
|
||||
|
|
@ -265,7 +265,7 @@ classes:
|
|||
slot_usage:
|
||||
protocol:
|
||||
description: EAD downloads use HTTP GET (REST-like). Uses DataServiceProtocolEnum.REST.
|
||||
response_formats:
|
||||
response_format:
|
||||
description: |
|
||||
EAD is always XML.
|
||||
ifabsent: string(application/xml)
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ imports:
|
|||
- linkml:types
|
||||
- ./ArchiveOrganizationType
|
||||
- ./EconomicArchiveRecordSetTypes
|
||||
- ../slots/holds_record_set_types
|
||||
- ../slots/has_or_had_holds_record_set_type
|
||||
- ./CollectionType
|
||||
- ../slots/type_scope
|
||||
- ../slots/has_or_had_custodian_type
|
||||
|
|
@ -33,7 +33,7 @@ classes:
|
|||
class_uri: schema:ArchiveOrganization
|
||||
slots:
|
||||
- has_or_had_custodian_type
|
||||
- holds_record_set_types
|
||||
- has_or_had_holds_record_set_type
|
||||
- specificity_annotation
|
||||
- template_specificity
|
||||
- wikidata_entity
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ imports:
|
|||
- ./CustodianObservation
|
||||
- ./ReconstructionActivity
|
||||
- ../enums/EducationProviderTypeEnum
|
||||
- ../slots/accessibility_features
|
||||
- ../slots/has_or_had_accessibility_feature
|
||||
- ../slots/annual_participants
|
||||
- ../slots/booking_required
|
||||
- ../slots/classroom_count
|
||||
|
|
@ -18,16 +18,16 @@ imports:
|
|||
- ../slots/education_contact_email
|
||||
- ../slots/education_type_classification
|
||||
- ../slots/has_av_equipment
|
||||
- ../slots/has_hands_on_facilities
|
||||
- ../slots/has_hands_on_facility
|
||||
- ../slots/max_group_size
|
||||
- ../slots/programs_offered
|
||||
- ../slots/specificity_annotation
|
||||
- ../slots/staff_count
|
||||
- ../slots/target_audiences
|
||||
- ../slots/target_audience
|
||||
- ../slots/template_specificity
|
||||
- ../slots/was_derived_from
|
||||
- ../slots/was_generated_by
|
||||
- ../slots/workshop_spaces
|
||||
- ../slots/workshop_space
|
||||
- ./SpecificityAnnotation
|
||||
- ./TemplateSpecificityScores
|
||||
prefixes:
|
||||
|
|
@ -86,7 +86,7 @@ classes:
|
|||
- schema:School
|
||||
- schema:Course
|
||||
slots:
|
||||
- accessibility_features
|
||||
- has_or_had_accessibility_feature
|
||||
- annual_participants
|
||||
- booking_required
|
||||
- classroom_count
|
||||
|
|
@ -97,16 +97,16 @@ classes:
|
|||
- education_contact_email
|
||||
- education_type_classification
|
||||
- has_av_equipment
|
||||
- has_hands_on_facilities
|
||||
- has_hands_on_facility
|
||||
- max_group_size
|
||||
- programs_offered
|
||||
- specificity_annotation
|
||||
- staff_count
|
||||
- target_audiences
|
||||
- target_audience
|
||||
- template_specificity
|
||||
- was_derived_from
|
||||
- was_generated_by
|
||||
- workshop_spaces
|
||||
- workshop_space
|
||||
slot_usage:
|
||||
education_center_id:
|
||||
slot_uri: dcterms:identifier
|
||||
|
|
@ -173,7 +173,7 @@ classes:
|
|||
description: General education center
|
||||
- value: RESOURCE_CENTER
|
||||
description: Learning resource facility
|
||||
target_audiences:
|
||||
target_audience:
|
||||
slot_uri: schema:audience
|
||||
description: |
|
||||
Target audiences served by this education center.
|
||||
|
|
@ -192,7 +192,7 @@ classes:
|
|||
multivalued: true
|
||||
examples:
|
||||
- value: Primary schools
|
||||
description: Elementary age
|
||||
description: Elementary has_age
|
||||
- value: Families
|
||||
description: Family groups
|
||||
- value: Adult learners
|
||||
|
|
@ -224,7 +224,7 @@ classes:
|
|||
examples:
|
||||
- value: 4
|
||||
description: 4 classrooms
|
||||
workshop_spaces:
|
||||
workshop_space:
|
||||
slot_uri: schema:amenityFeature
|
||||
description: |
|
||||
Number of hands-on workshop spaces.
|
||||
|
|
@ -255,7 +255,7 @@ classes:
|
|||
examples:
|
||||
- value: true
|
||||
description: Has AV equipment
|
||||
has_hands_on_facilities:
|
||||
has_hands_on_facility:
|
||||
slot_uri: schema:amenityFeature
|
||||
description: |
|
||||
Whether center has hands-on learning facilities.
|
||||
|
|
@ -349,7 +349,7 @@ classes:
|
|||
education_center_description: Dedicated education facility offering school
|
||||
programs, family workshops, and teacher training.
|
||||
education_type_classification: EDUCATION_CENTER
|
||||
target_audiences:
|
||||
target_audience:
|
||||
- Primary schools
|
||||
- Secondary schools
|
||||
- Families
|
||||
|
|
@ -378,7 +378,7 @@ classes:
|
|||
education_center_description: Learning center focused on historical research
|
||||
skills and genealogy.
|
||||
education_type_classification: RESOURCE_CENTER
|
||||
target_audiences:
|
||||
target_audience:
|
||||
- Adult learners
|
||||
- Genealogists
|
||||
- History teachers
|
||||
|
|
@ -405,7 +405,7 @@ slots:
|
|||
education_type_classification:
|
||||
description: Education facility type from EducationProviderTypeEnum
|
||||
range: EducationProviderTypeEnum
|
||||
target_audiences:
|
||||
target_audience:
|
||||
description: Target audiences served
|
||||
range: string
|
||||
multivalued: true
|
||||
|
|
@ -416,7 +416,7 @@ slots:
|
|||
classroom_count:
|
||||
description: Number of classrooms
|
||||
range: integer
|
||||
workshop_spaces:
|
||||
workshop_space:
|
||||
description: Number of workshop spaces
|
||||
range: integer
|
||||
max_group_size:
|
||||
|
|
@ -425,7 +425,7 @@ slots:
|
|||
has_av_equipment:
|
||||
description: Has audiovisual equipment
|
||||
range: boolean
|
||||
has_hands_on_facilities:
|
||||
has_hands_on_facility:
|
||||
description: Has hands-on learning facilities
|
||||
range: boolean
|
||||
has_or_had_annual_participant_count:
|
||||
|
|
|
|||
|
|
@ -54,6 +54,149 @@ classes:
|
|||
EducationProviderType:
|
||||
is_a: CustodianType
|
||||
class_uri: skos:Concept
|
||||
annotations:
|
||||
skos:prefLabel: Education Provider
|
||||
skos:altLabel: university, college, school, universiteit, hogeschool
|
||||
structured_aliases:
|
||||
# Dutch terms
|
||||
- literal_form: universiteit
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: universiteiten
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: hogeschool
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: hogescholen
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: onderwijsinstelling
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: school
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: scholen
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: academie
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: conservatorium
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: vakschool
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: universiteitsmuseum
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: universiteitsbibliotheek
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
# English terms
|
||||
- literal_form: university
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: en
|
||||
- literal_form: college
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: en
|
||||
- literal_form: school
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: en
|
||||
- literal_form: academy
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: en
|
||||
- literal_form: conservatory
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: en
|
||||
- literal_form: university museum
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: en
|
||||
- literal_form: university library
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: en
|
||||
- literal_form: academic library
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: en
|
||||
- literal_form: educational institution
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: en
|
||||
# German terms
|
||||
- literal_form: Universität
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: Hochschule
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: Schule
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: Akademie
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: Konservatorium
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: Universitätsbibliothek
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
# French terms
|
||||
- literal_form: université
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: école
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: académie
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: conservatoire
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: bibliothèque universitaire
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
# Spanish terms
|
||||
- literal_form: universidad
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
- literal_form: escuela
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
- literal_form: academia
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
- literal_form: conservatorio
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
# Italian terms
|
||||
- literal_form: università
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: it
|
||||
- literal_form: scuola
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: it
|
||||
- literal_form: accademia
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: it
|
||||
- literal_form: conservatorio
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: it
|
||||
# Portuguese terms
|
||||
- literal_form: universidade
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: pt
|
||||
- literal_form: escola
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: pt
|
||||
- literal_form: academia
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: pt
|
||||
- literal_form: conservatório
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: pt
|
||||
description: "Education providers (universities, colleges, schools) that maintain\
|
||||
\ heritage collections\nas part of their educational mission. Collections support\
|
||||
\ teaching, research, and student\nlearning activities.\n\nOntology Alignment:\n\
|
||||
|
|
@ -191,7 +334,7 @@ classes:
|
|||
This field maps to Schema.org and CIDOC-CRM access properties.
|
||||
range: string
|
||||
slot_uri: schema:publicAccess
|
||||
teaching_collections:
|
||||
teaching_collection:
|
||||
description: |
|
||||
Description of collections specifically maintained for educational purposes and
|
||||
integrated into teaching programs.
|
||||
|
|
@ -237,7 +380,7 @@ classes:
|
|||
range: string
|
||||
multivalued: true
|
||||
slot_uri: schema:educationalUse
|
||||
student_services:
|
||||
student_service:
|
||||
description: |
|
||||
Services and programs provided to students interacting with heritage collections.
|
||||
|
||||
|
|
@ -356,11 +499,11 @@ slots:
|
|||
collection_access:
|
||||
range: string
|
||||
slot_uri: schema:publicAccess
|
||||
teaching_collections:
|
||||
teaching_collection:
|
||||
range: string
|
||||
multivalued: true
|
||||
slot_uri: schema:educationalUse
|
||||
student_services:
|
||||
student_service:
|
||||
range: string
|
||||
multivalued: true
|
||||
slot_uri: schema:serviceType
|
||||
|
|
|
|||
|
|
@ -17,22 +17,22 @@ imports:
|
|||
- ../slots/description
|
||||
- ../slots/website
|
||||
- ../slots/legal_jurisdiction
|
||||
- ../slots/external_identifiers
|
||||
- ../slots/area_served
|
||||
- ../slots/external_identifier
|
||||
- ../slots/has_or_had_area_served
|
||||
- ../slots/founding_date
|
||||
- ../slots/funding_focus
|
||||
- ../slots/funding_schemes
|
||||
- ../slots/funding_scheme
|
||||
- ../slots/governance_authority
|
||||
- ../slots/implements_agenda
|
||||
- ../slots/issued_calls
|
||||
- ../slots/member_custodians
|
||||
- ../slots/issued_call
|
||||
- ../slots/has_or_had_member_custodian
|
||||
- ../slots/membership_criteria
|
||||
- ../slots/organization_legal_form
|
||||
- ../slots/organization_name
|
||||
- ../slots/organization_type
|
||||
- ../slots/programme_period
|
||||
- ../slots/projects
|
||||
- ../slots/service_offerings
|
||||
- ../slots/has_or_had_project
|
||||
- ../slots/service_offering
|
||||
- ../slots/specificity_annotation
|
||||
- ../slots/template_specificity
|
||||
- ../slots/total_annual_budget
|
||||
|
|
@ -63,17 +63,17 @@ slots:
|
|||
"foundation", "corporation")
|
||||
founding_date:
|
||||
range: date
|
||||
member_custodians:
|
||||
has_or_had_member_custodian:
|
||||
range: uriorcurie
|
||||
multivalued: true
|
||||
governance_authority:
|
||||
range: string
|
||||
service_offerings:
|
||||
service_offering:
|
||||
range: string
|
||||
multivalued: true
|
||||
membership_criteria:
|
||||
range: string
|
||||
projects:
|
||||
has_or_had_project:
|
||||
slot_uri: org:hasSubOrganization
|
||||
range: Project
|
||||
multivalued: true
|
||||
|
|
@ -168,7 +168,7 @@ slots:
|
|||
description: NWO implements Dutch Research Agenda
|
||||
- value: https://nde.nl/ontology/hc/agenda/eu/horizon-europe-sp-2021-2024
|
||||
description: REA implements Horizon Europe Strategic Plan
|
||||
issued_calls:
|
||||
issued_call:
|
||||
slot_uri: schema:makesOffer
|
||||
range: uriorcurie
|
||||
multivalued: true
|
||||
|
|
@ -197,7 +197,7 @@ slots:
|
|||
- value: Museum acquisitions
|
||||
- value: Conservation and restoration
|
||||
- value: Digital infrastructure
|
||||
funding_schemes:
|
||||
funding_scheme:
|
||||
slot_uri: schema:hasFundingProgram
|
||||
range: string
|
||||
multivalued: true
|
||||
|
|
@ -304,22 +304,22 @@ classes:
|
|||
\ \"Library participates in Cataloging Consortium\" (Consortium)\n- \"Museum\
|
||||
\ received grant from Mondriaan Fund\" (FundingOrganisation - via schema:funder)\n"
|
||||
slots:
|
||||
- area_served
|
||||
- has_or_had_area_served
|
||||
- data_license_policy
|
||||
- description
|
||||
- dissolution_date
|
||||
- external_identifiers
|
||||
- external_identifier
|
||||
- founding_date
|
||||
- governance_authority
|
||||
- id
|
||||
- legal_jurisdiction
|
||||
- member_custodians
|
||||
- has_or_had_member_custodian
|
||||
- membership_criteria
|
||||
- organization_legal_form
|
||||
- organization_name
|
||||
- organization_type
|
||||
- projects
|
||||
- service_offerings
|
||||
- has_or_had_project
|
||||
- service_offering
|
||||
- specificity_annotation
|
||||
- template_specificity
|
||||
- website
|
||||
|
|
@ -395,7 +395,7 @@ classes:
|
|||
examples:
|
||||
- value: '2020-12-31'
|
||||
description: Consortium dissolved end of 2020
|
||||
member_custodians:
|
||||
has_or_had_member_custodian:
|
||||
slot_uri: org:hasSubOrganization
|
||||
range: uriorcurie
|
||||
multivalued: true
|
||||
|
|
@ -432,7 +432,7 @@ classes:
|
|||
- value: Network coordinates digital preservation services but members retain
|
||||
autonomy.
|
||||
description: Network authority example
|
||||
service_offerings:
|
||||
service_offering:
|
||||
range: string
|
||||
multivalued: true
|
||||
description: |
|
||||
|
|
@ -458,7 +458,7 @@ classes:
|
|||
description: Umbrella criteria (non-voluntary)
|
||||
- value: Museums with digitization programs seeking preservation services
|
||||
description: Network criteria (voluntary)
|
||||
external_identifiers:
|
||||
external_identifier:
|
||||
slot_uri: dcterms:identifier
|
||||
range: uriorcurie
|
||||
multivalued: true
|
||||
|
|
@ -481,7 +481,7 @@ classes:
|
|||
examples:
|
||||
- value: https://www.rijksoverheid.nl/ministeries/ministerie-van-onderwijs-cultuur-en-wetenschap
|
||||
description: Ministry OCW website
|
||||
projects:
|
||||
has_or_had_project:
|
||||
slot_uri: org:hasSubOrganization
|
||||
range: Project
|
||||
multivalued: true
|
||||
|
|
@ -683,7 +683,7 @@ classes:
|
|||
alpha_2: NL
|
||||
alpha_3: NLD
|
||||
description: Netherlands national jurisdiction
|
||||
member_custodians:
|
||||
has_or_had_member_custodian:
|
||||
- hc_id: https://nde.nl/ontology/hc/nl-na
|
||||
preferred_label: Nationaal Archief
|
||||
- hc_id: https://nde.nl/ontology/hc/nl-nh-ams-m-rm
|
||||
|
|
@ -737,7 +737,7 @@ classes:
|
|||
required: true
|
||||
ifabsent: string(NETWORK)
|
||||
description: Must be NETWORK for NetworkOrganisation
|
||||
service_offerings:
|
||||
service_offering:
|
||||
required: true
|
||||
description: |
|
||||
Services provided to member custodians.
|
||||
|
|
@ -789,14 +789,14 @@ classes:
|
|||
storage, metadata standards, and technical expertise.
|
||||
has_or_had_area_served:
|
||||
- NL
|
||||
service_offerings:
|
||||
service_offering:
|
||||
- Long-term digital preservation storage (100TB+ capacity)
|
||||
- Metadata aggregation and normalization services
|
||||
- Technical training workshops (quarterly)
|
||||
- Preservation format migration services
|
||||
membership_criteria: Dutch museums, archives, and libraries with digital collections.
|
||||
Annual membership fee based on storage usage.
|
||||
member_custodians:
|
||||
has_or_had_member_custodian:
|
||||
- hc_id: https://nde.nl/ontology/hc/nl-nh-ams-m-am
|
||||
preferred_label: Amsterdam Museum
|
||||
- hc_id: https://nde.nl/ontology/hc/nl-ut-utr-l-ub
|
||||
|
|
@ -841,7 +841,7 @@ classes:
|
|||
required: true
|
||||
ifabsent: string(CONSORTIUM)
|
||||
description: Must be CONSORTIUM for Consortium class
|
||||
service_offerings:
|
||||
service_offering:
|
||||
description: |
|
||||
Services members provide TO EACH OTHER (not centralized services).
|
||||
Focus on reciprocal/mutual assistance patterns.
|
||||
|
|
@ -890,7 +890,7 @@ classes:
|
|||
Collaborative consortium of Dutch university libraries for shared
|
||||
cataloging, bulk licensing, and interlibrary loan. Members contribute
|
||||
equally and benefit from collective resources.
|
||||
service_offerings:
|
||||
service_offering:
|
||||
- Shared union catalog contributions
|
||||
- Collective database subscription negotiations
|
||||
- Reciprocal interlibrary loan services
|
||||
|
|
@ -898,7 +898,7 @@ classes:
|
|||
membership_criteria: Dutch university libraries accredited by VSNU (Association
|
||||
of Universities in the Netherlands). Members must contribute cataloging
|
||||
records and participate in interlibrary loan network.
|
||||
member_custodians:
|
||||
has_or_had_member_custodian:
|
||||
- hc_id: https://nde.nl/ontology/hc/nl-zh-lei-l-ub
|
||||
preferred_label: Leiden University Library
|
||||
- hc_id: https://nde.nl/ontology/hc/nl-nh-ams-l-uba
|
||||
|
|
@ -1005,7 +1005,7 @@ classes:
|
|||
services, research, and programs that help libraries meet the changing
|
||||
needs of their users, institutions, and communities. Member libraries
|
||||
cooperatively maintain WorldCat, the world's largest shared catalog.
|
||||
service_offerings:
|
||||
service_offering:
|
||||
- WorldCat (shared cataloging database)
|
||||
- VIAF (Virtual International Authority File)
|
||||
- WorldShare Management Services
|
||||
|
|
@ -1028,7 +1028,7 @@ classes:
|
|||
license: odc-by-1.0
|
||||
- service_name: WorldCat Identities
|
||||
license: odc-by-1.0
|
||||
external_identifiers:
|
||||
external_identifier:
|
||||
- http://www.wikidata.org/entity/Q190593
|
||||
- https://viaf.org/viaf/125315828
|
||||
website: https://www.oclc.org/
|
||||
|
|
@ -1083,7 +1083,7 @@ classes:
|
|||
description: |
|
||||
Must describe the ideological values and mission of the movement.
|
||||
Should explain the open participation model and commitment to openness.
|
||||
service_offerings:
|
||||
service_offering:
|
||||
description: |
|
||||
Services/platforms provided by the movement.
|
||||
Typically all openly accessible (no subscription barriers).
|
||||
|
|
@ -1147,7 +1147,7 @@ classes:
|
|||
legal support but does not own or control the content created by
|
||||
the volunteer community. The movement's core value is that knowledge
|
||||
should be freely accessible to everyone.
|
||||
service_offerings:
|
||||
service_offering:
|
||||
- Wikipedia (free encyclopedia, 60M+ articles, 300+ languages)
|
||||
- Wikidata (open knowledge base, 100M+ items, CC0)
|
||||
- Wikimedia Commons (free media repository, 90M+ files)
|
||||
|
|
@ -1187,7 +1187,7 @@ classes:
|
|||
- GLAM-Wiki partnerships
|
||||
- Open data advocacy in policy forums
|
||||
- Training librarians and cultural heritage professionals
|
||||
external_identifiers:
|
||||
external_identifier:
|
||||
- http://www.wikidata.org/entity/Q180
|
||||
- https://viaf.org/viaf/305375908
|
||||
website: https://www.wikimedia.org/
|
||||
|
|
@ -1245,10 +1245,10 @@ classes:
|
|||
\ (legacy, use schema:funder instead)\n"
|
||||
slots:
|
||||
- funding_focus
|
||||
- funding_schemes
|
||||
- funding_scheme
|
||||
- funding_source
|
||||
- implements_agenda
|
||||
- issued_calls
|
||||
- issued_call
|
||||
- programme_period
|
||||
- specificity_annotation
|
||||
- template_specificity
|
||||
|
|
@ -1286,7 +1286,7 @@ classes:
|
|||
examples:
|
||||
- value: https://nde.nl/ontology/hc/agenda/nl/nwa
|
||||
description: NWO implements Dutch Research Agenda
|
||||
issued_calls:
|
||||
issued_call:
|
||||
slot_uri: schema:makesOffer
|
||||
range: uriorcurie
|
||||
multivalued: true
|
||||
|
|
@ -1312,7 +1312,7 @@ classes:
|
|||
- value: Museum acquisitions
|
||||
- value: Conservation and restoration
|
||||
- value: Digital infrastructure
|
||||
funding_schemes:
|
||||
funding_scheme:
|
||||
range: string
|
||||
multivalued: true
|
||||
description: |
|
||||
|
|
@ -1357,7 +1357,7 @@ classes:
|
|||
begin_of_the_end: '2027-12-31T23:59:59Z'
|
||||
end_of_the_end: '2027-12-31T23:59:59Z'
|
||||
description: 2021-2027 EU programming period
|
||||
member_custodians:
|
||||
has_or_had_member_custodian:
|
||||
description: |
|
||||
For FundingOrganisation, this represents FUNDED custodians, not members.
|
||||
|
||||
|
|
@ -1365,7 +1365,7 @@ classes:
|
|||
represents ongoing membership, for FundingOrganisation this captures
|
||||
custodians that have received funding. Consider using Grant records
|
||||
for detailed funding relationships with temporal information.
|
||||
service_offerings:
|
||||
service_offering:
|
||||
description: |
|
||||
Additional services beyond funding (if any).
|
||||
Many funding bodies also provide advisory services, training, etc.
|
||||
|
|
@ -1420,7 +1420,7 @@ classes:
|
|||
- Conservation and restoration
|
||||
- International cultural exchange
|
||||
- Artist residencies
|
||||
funding_schemes:
|
||||
funding_scheme:
|
||||
- Project Grants for Museums
|
||||
- Conservation Subsidy
|
||||
- International Heritage Programme
|
||||
|
|
@ -1429,14 +1429,14 @@ classes:
|
|||
funding_source: Dutch Ministry of OCW annual appropriation
|
||||
has_or_had_area_served:
|
||||
- NL
|
||||
service_offerings:
|
||||
service_offering:
|
||||
- Application guidance
|
||||
- Networking events for grantees
|
||||
- Impact evaluation
|
||||
membership_criteria: 'Eligibility depends on specific funding scheme. Generally:
|
||||
Dutch museums, archives, heritage organizations, and visual artists. International
|
||||
projects may have broader eligibility.'
|
||||
external_identifiers:
|
||||
external_identifier:
|
||||
- http://www.wikidata.org/entity/Q2714299
|
||||
website: https://www.mondriaanfonds.nl/
|
||||
description: Mondriaan Fund as Dutch heritage funding organization
|
||||
|
|
@ -1449,14 +1449,14 @@ classes:
|
|||
description: |
|
||||
The European Research Council (ERC) is the premier European funding
|
||||
organisation for excellent frontier research. It funds researchers
|
||||
of any nationality and age who wish to carry out their research in
|
||||
of any nationality and has_age who wish to carry out their research in
|
||||
EU Member States or Associated Countries. ERC grants are awarded
|
||||
through open competition to researchers in any field of research.
|
||||
funding_focus:
|
||||
- Frontier research (all disciplines)
|
||||
- Principal investigator-driven research
|
||||
- High-risk/high-gain research
|
||||
funding_schemes:
|
||||
funding_scheme:
|
||||
- Starting Grant (2-7 years post-PhD)
|
||||
- Consolidator Grant (7-12 years post-PhD)
|
||||
- Advanced Grant (established leaders)
|
||||
|
|
@ -1471,7 +1471,7 @@ classes:
|
|||
membership_criteria: Open to researchers of any nationality. Host institution
|
||||
must be in EU Member State or Horizon Europe Associated Country. Selection
|
||||
based on scientific excellence only.
|
||||
external_identifiers:
|
||||
external_identifier:
|
||||
- http://www.wikidata.org/entity/Q1377836
|
||||
website: https://erc.europa.eu/
|
||||
description: European Research Council as frontier research funding agency
|
||||
|
|
|
|||
|
|
@ -25,10 +25,10 @@ imports:
|
|||
- ./TemplateSpecificityScores
|
||||
- ./TimeSpan
|
||||
- ../slots/funding_focus
|
||||
- ../slots/funding_schemes
|
||||
- ../slots/funding_scheme
|
||||
- ../slots/funding_source
|
||||
- ../slots/implements_agenda
|
||||
- ../slots/issued_calls
|
||||
- ../slots/issued_call
|
||||
- ../slots/programme_period
|
||||
- ../slots/specificity_annotation
|
||||
- ../slots/template_specificity
|
||||
|
|
@ -173,7 +173,7 @@ classes:
|
|||
alpha_2: NL
|
||||
alpha_3: NLD
|
||||
description: Netherlands national jurisdiction
|
||||
member_custodians:
|
||||
has_or_had_member_custodian:
|
||||
- hc_id: https://nde.nl/ontology/hc/nl-na
|
||||
preferred_label: Nationaal Archief
|
||||
- hc_id: https://nde.nl/ontology/hc/nl-nh-ams-m-rm
|
||||
|
|
@ -228,7 +228,7 @@ classes:
|
|||
required: true
|
||||
ifabsent: string(NETWORK)
|
||||
description: Must be NETWORK for NetworkOrganisation
|
||||
service_offerings:
|
||||
service_offering:
|
||||
required: true
|
||||
description: |
|
||||
Services provided to member custodians.
|
||||
|
|
@ -280,14 +280,14 @@ classes:
|
|||
storage, metadata standards, and technical expertise.
|
||||
has_or_had_area_served:
|
||||
- NL
|
||||
service_offerings:
|
||||
service_offering:
|
||||
- Long-term digital preservation storage (100TB+ capacity)
|
||||
- Metadata aggregation and normalization services
|
||||
- Technical training workshops (quarterly)
|
||||
- Preservation format migration services
|
||||
membership_criteria: Dutch museums, archives, and libraries with digital collections.
|
||||
Annual membership fee based on storage usage.
|
||||
member_custodians:
|
||||
has_or_had_member_custodian:
|
||||
- hc_id: https://nde.nl/ontology/hc/nl-nh-ams-m-am
|
||||
preferred_label: Amsterdam Museum
|
||||
- hc_id: https://nde.nl/ontology/hc/nl-ut-utr-l-ub
|
||||
|
|
@ -350,7 +350,7 @@ classes:
|
|||
required: true
|
||||
ifabsent: string(CONSORTIUM)
|
||||
description: Must be CONSORTIUM for Consortium class
|
||||
service_offerings:
|
||||
service_offering:
|
||||
description: |
|
||||
Services members provide TO EACH OTHER (not centralized services).
|
||||
Focus on reciprocal/mutual assistance patterns.
|
||||
|
|
@ -399,7 +399,7 @@ classes:
|
|||
Collaborative consortium of Dutch university libraries for shared
|
||||
cataloging, bulk licensing, and interlibrary loan. Members contribute
|
||||
equally and benefit from collective resources.
|
||||
service_offerings:
|
||||
service_offering:
|
||||
- Shared union catalog contributions
|
||||
- Collective database subscription negotiations
|
||||
- Reciprocal interlibrary loan services
|
||||
|
|
@ -407,7 +407,7 @@ classes:
|
|||
membership_criteria: Dutch university libraries accredited by VSNU (Association
|
||||
of Universities in the Netherlands). Members must contribute cataloging
|
||||
records and participate in interlibrary loan network.
|
||||
member_custodians:
|
||||
has_or_had_member_custodian:
|
||||
- hc_id: https://nde.nl/ontology/hc/nl-zh-lei-l-ub
|
||||
preferred_label: Leiden University Library
|
||||
- hc_id: https://nde.nl/ontology/hc/nl-nh-ams-l-uba
|
||||
|
|
@ -536,7 +536,7 @@ classes:
|
|||
services, research, and programs that help libraries meet the changing
|
||||
needs of their users, institutions, and communities. Member libraries
|
||||
cooperatively maintain WorldCat, the world's largest shared catalog.
|
||||
service_offerings:
|
||||
service_offering:
|
||||
- WorldCat (shared cataloging database)
|
||||
- VIAF (Virtual International Authority File)
|
||||
- WorldShare Management Services
|
||||
|
|
@ -559,7 +559,7 @@ classes:
|
|||
license: odc-by-1.0
|
||||
- service_name: WorldCat Identities
|
||||
license: odc-by-1.0
|
||||
external_identifiers:
|
||||
external_identifier:
|
||||
- http://www.wikidata.org/entity/Q190593
|
||||
- https://viaf.org/viaf/125315828
|
||||
website: https://www.oclc.org/
|
||||
|
|
@ -644,7 +644,7 @@ classes:
|
|||
description: |
|
||||
Must describe the ideological values and mission of the movement.
|
||||
Should explain the open participation model and commitment to openness.
|
||||
service_offerings:
|
||||
service_offering:
|
||||
description: |
|
||||
Services/platforms provided by the movement.
|
||||
Typically all openly accessible (no subscription barriers).
|
||||
|
|
@ -707,7 +707,7 @@ classes:
|
|||
legal support but does not own or control the content created by
|
||||
the volunteer community. The movement's core value is that knowledge
|
||||
should be freely accessible to everyone.
|
||||
service_offerings:
|
||||
service_offering:
|
||||
- Wikipedia (free encyclopedia, 60M+ articles, 300+ languages)
|
||||
- Wikidata (open knowledge base, 100M+ items, CC0)
|
||||
- Wikimedia Commons (free media repository, 90M+ files)
|
||||
|
|
@ -747,7 +747,7 @@ classes:
|
|||
- GLAM-Wiki partnerships
|
||||
- Open data advocacy in policy forums
|
||||
- Training librarians and cultural heritage professionals
|
||||
external_identifiers:
|
||||
external_identifier:
|
||||
- http://www.wikidata.org/entity/Q180
|
||||
- https://viaf.org/viaf/305375908
|
||||
website: https://www.wikimedia.org/
|
||||
|
|
@ -835,10 +835,10 @@ classes:
|
|||
- FOAF: `foaf:fundedBy` (legacy, use schema:funder instead)
|
||||
slots:
|
||||
- funding_focus
|
||||
- funding_schemes
|
||||
- funding_scheme
|
||||
- funding_source
|
||||
- implements_agenda
|
||||
- issued_calls
|
||||
- issued_call
|
||||
- programme_period
|
||||
- specificity_annotation
|
||||
- template_specificity
|
||||
|
|
@ -876,7 +876,7 @@ classes:
|
|||
examples:
|
||||
- value: https://nde.nl/ontology/hc/agenda/nl/nwa
|
||||
description: NWO implements Dutch Research Agenda
|
||||
issued_calls:
|
||||
issued_call:
|
||||
slot_uri: schema:makesOffer
|
||||
range: uriorcurie
|
||||
multivalued: true
|
||||
|
|
@ -902,7 +902,7 @@ classes:
|
|||
- value: Museum acquisitions
|
||||
- value: Conservation and restoration
|
||||
- value: Digital infrastructure
|
||||
funding_schemes:
|
||||
funding_scheme:
|
||||
range: string
|
||||
multivalued: true
|
||||
description: |
|
||||
|
|
@ -947,7 +947,7 @@ classes:
|
|||
begin_of_the_end: '2027-12-31T23:59:59Z'
|
||||
end_of_the_end: '2027-12-31T23:59:59Z'
|
||||
description: 2021-2027 EU programming period
|
||||
member_custodians:
|
||||
has_or_had_member_custodian:
|
||||
description: |
|
||||
For FundingOrganisation, this represents FUNDED custodians, not members.
|
||||
|
||||
|
|
@ -955,7 +955,7 @@ classes:
|
|||
represents ongoing membership, for FundingOrganisation this captures
|
||||
custodians that have received funding. Consider using Grant records
|
||||
for detailed funding relationships with temporal information.
|
||||
service_offerings:
|
||||
service_offering:
|
||||
description: |
|
||||
Additional services beyond funding (if any).
|
||||
Many funding bodies also provide advisory services, training, etc.
|
||||
|
|
@ -1010,7 +1010,7 @@ classes:
|
|||
- Conservation and restoration
|
||||
- International cultural exchange
|
||||
- Artist residencies
|
||||
funding_schemes:
|
||||
funding_scheme:
|
||||
- Project Grants for Museums
|
||||
- Conservation Subsidy
|
||||
- International Heritage Programme
|
||||
|
|
@ -1019,14 +1019,14 @@ classes:
|
|||
funding_source: Dutch Ministry of OCW annual appropriation
|
||||
has_or_had_area_served:
|
||||
- NL
|
||||
service_offerings:
|
||||
service_offering:
|
||||
- Application guidance
|
||||
- Networking events for grantees
|
||||
- Impact evaluation
|
||||
membership_criteria: 'Eligibility depends on specific funding scheme. Generally:
|
||||
Dutch museums, archives, heritage organizations, and visual artists. International
|
||||
projects may have broader eligibility.'
|
||||
external_identifiers:
|
||||
external_identifier:
|
||||
- http://www.wikidata.org/entity/Q2714299
|
||||
website: https://www.mondriaanfonds.nl/
|
||||
description: Mondriaan Fund as Dutch heritage funding organization
|
||||
|
|
@ -1039,14 +1039,14 @@ classes:
|
|||
description: |
|
||||
The European Research Council (ERC) is the premier European funding
|
||||
organisation for excellent frontier research. It funds researchers
|
||||
of any nationality and age who wish to carry out their research in
|
||||
of any nationality and has_age who wish to carry out their research in
|
||||
EU Member States or Associated Countries. ERC grants are awarded
|
||||
through open competition to researchers in any field of research.
|
||||
funding_focus:
|
||||
- Frontier research (all disciplines)
|
||||
- Principal investigator-driven research
|
||||
- High-risk/high-gain research
|
||||
funding_schemes:
|
||||
funding_scheme:
|
||||
- Starting Grant (2-7 years post-PhD)
|
||||
- Consolidator Grant (7-12 years post-PhD)
|
||||
- Advanced Grant (established leaders)
|
||||
|
|
@ -1061,7 +1061,7 @@ classes:
|
|||
membership_criteria: Open to researchers of any nationality. Host institution
|
||||
must be in EU Member State or Horizon Europe Associated Country. Selection
|
||||
based on scientific excellence only.
|
||||
external_identifiers:
|
||||
external_identifier:
|
||||
- http://www.wikidata.org/entity/Q1377836
|
||||
website: https://erc.europa.eu/
|
||||
description: European Research Council as frontier research funding agency
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ classes:
|
|||
EnterpriseArchitect:
|
||||
is_a: StaffRole
|
||||
description: |
|
||||
Enterprise architect designing organizational IT architecture.
|
||||
Enterprise has_or_had_architect designing organizational IT architecture.
|
||||
|
||||
**Official Title vs De Facto Work**:
|
||||
In heritage context, focuses on integrating collections, operations,
|
||||
|
|
|
|||
|
|
@ -19,13 +19,13 @@ imports:
|
|||
- ../enums/EnvironmentalZoneTypeEnum
|
||||
- ../slots/temperature_tolerance
|
||||
- ../slots/humidity_tolerance
|
||||
- ../slots/contains_units
|
||||
- ../slots/contains_or_contained_contains_unit
|
||||
- ../slots/environmental_requirement
|
||||
- ../slots/max_annual_light_exposure
|
||||
- ../slots/max_light_lux
|
||||
- ../slots/monitoring_platform
|
||||
- ../slots/monitoring_platform_url
|
||||
- ../slots/observations
|
||||
- ../slots/observation
|
||||
- ../slots/part_of_facility
|
||||
- ../slots/specificity_annotation
|
||||
- ../slots/target_relative_humidity
|
||||
|
|
@ -101,14 +101,14 @@ classes:
|
|||
- hc:EnvironmentalRequirement
|
||||
- sosa:FeatureOfInterest
|
||||
slots:
|
||||
- contains_units
|
||||
- contains_or_contained_contains_unit
|
||||
- environmental_requirement
|
||||
- humidity_tolerance
|
||||
- max_annual_light_exposure
|
||||
- max_light_lux
|
||||
- monitoring_platform
|
||||
- monitoring_platform_url
|
||||
- observations
|
||||
- observation
|
||||
- part_of_facility
|
||||
- specificity_annotation
|
||||
- target_relative_humidity
|
||||
|
|
@ -254,7 +254,7 @@ classes:
|
|||
range: StorageConditionPolicy
|
||||
examples:
|
||||
- value: https://nde.nl/ontology/hc/StandardArchiveEnvironment
|
||||
observations:
|
||||
observation:
|
||||
slot_uri: hc:hasEnvironmentalObservation
|
||||
description: |
|
||||
Environmental observations recorded for this zone.
|
||||
|
|
@ -291,7 +291,7 @@ classes:
|
|||
HC Ontology: `hc:isStorageSectionOf`
|
||||
range: Storage
|
||||
required: true
|
||||
contains_units:
|
||||
contains_or_contained_contains_unit:
|
||||
slot_uri: hc:hasStorageSection
|
||||
description: |
|
||||
Storage units contained within this zone.
|
||||
|
|
@ -387,7 +387,7 @@ slots:
|
|||
environmental_requirement:
|
||||
description: Environmental specification this zone implements
|
||||
range: StorageConditionPolicy
|
||||
observations:
|
||||
observation:
|
||||
description: Environmental observations for this zone
|
||||
range: StorageCondition
|
||||
multivalued: true
|
||||
|
|
@ -400,7 +400,7 @@ slots:
|
|||
part_of_facility:
|
||||
description: Parent storage facility
|
||||
range: Storage
|
||||
contains_units:
|
||||
contains_or_contained_contains_unit:
|
||||
description: Storage units within this zone
|
||||
range: StorageUnit
|
||||
multivalued: true
|
||||
|
|
|
|||
|
|
@ -18,11 +18,11 @@ imports:
|
|||
- ../slots/event_description
|
||||
- ../slots/confidence_score
|
||||
- ../slots/event_id
|
||||
- ../slots/documentation_sources
|
||||
- ../slots/documentation_source
|
||||
- ../slots/event_label
|
||||
- ../slots/has_timespan
|
||||
- ../slots/hypernym_event_type
|
||||
- ../slots/involved_actors
|
||||
- ../slots/has_or_had_involved_actor
|
||||
- ../slots/specificity_annotation
|
||||
- ../slots/template_specificity
|
||||
- ../slots/took_place_at
|
||||
|
|
@ -115,7 +115,7 @@ slots:
|
|||
- crm:P7_took_place_at
|
||||
- rico:hasOrHadLocation
|
||||
- schema:location
|
||||
involved_actors:
|
||||
has_or_had_involved_actor:
|
||||
slot_uri: crm:P11_had_participant
|
||||
description: |
|
||||
Actors (persons and/or organizations) who participated in this event.
|
||||
|
|
@ -132,7 +132,7 @@ slots:
|
|||
|
||||
**EXAMPLE**:
|
||||
```yaml
|
||||
involved_actors:
|
||||
has_or_had_involved_actor:
|
||||
- "https://nde.nl/ontology/hc/nl-nh-haa-a-gah" # Gemeentearchief Haarlem
|
||||
- "https://nde.nl/ontology/hc/nl-nh-haa-a-ranh" # Rijksarchief NH
|
||||
```
|
||||
|
|
@ -151,7 +151,7 @@ slots:
|
|||
**EXAMPLE**: "Noord-Hollands Archief Merger 2001"
|
||||
range: string
|
||||
required: false
|
||||
documentation_sources:
|
||||
documentation_source:
|
||||
slot_uri: dcterms:source
|
||||
description: |
|
||||
Sources documenting this event.
|
||||
|
|
@ -187,7 +187,7 @@ classes:
|
|||
Future migration: OrganizationalChangeEvent can inherit from Event.\n\n**RELATIONSHIP\
|
||||
\ TO ACTORS**:\n\nEvents link to actors bidirectionally:\n- Event → involved_actors\
|
||||
\ → Custodian/Person (who participated)\n- Custodian → organizational_change_events\
|
||||
\ → Event (what events affected org)\n- Person → affected_by_event → Event (what\
|
||||
\ → Event (what events affected org)\n- Person → is_or_was_affected_by_event → Event (what\
|
||||
\ events affected person)\n\n**EXAMPLE - Merger Event**:\n```yaml\nEvent:\n\
|
||||
\ event_id: \"https://nde.nl/ontology/hc/event/nha-merger-2001\"\n event_label:\
|
||||
\ \"Noord-Hollands Archief Merger\"\n hypernym_event_type: TRANSFORMATION\n\
|
||||
|
|
@ -197,7 +197,7 @@ classes:
|
|||
\ - \"https://nde.nl/ontology/hc/nl-nh-haa-a-ranh\"\n event_description:\
|
||||
\ |\n Merger of Gemeentearchief Haarlem (founded 1910) and\n Rijksarchief\
|
||||
\ in Noord-Holland (founded 1802) to form\n Noord-Hollands Archief.\n confidence_score:\
|
||||
\ 0.95\n documentation_sources:\n - \"https://noord-hollandsarchief.nl/over-ons/geschiedenis\"\
|
||||
\ 0.95\n documentation_source:\n - \"https://noord-hollandsarchief.nl/over-ons/geschiedenis\"\
|
||||
\n```\n\n**EXAMPLE - Destruction Event**:\n```yaml\nEvent:\n event_id: \"https://nde.nl/ontology/hc/event/gaza-library-destruction-2024\"\
|
||||
\n event_label: \"Gaza Public Library Destruction\"\n hypernym_event_type:\
|
||||
\ DESTRUCTION\n has_timespan:\n begin_of_the_begin: \"2024-01-15\"\n \
|
||||
|
|
@ -225,13 +225,13 @@ classes:
|
|||
- crm:E86_Leaving
|
||||
slots:
|
||||
- confidence_score
|
||||
- documentation_sources
|
||||
- documentation_source
|
||||
- event_description
|
||||
- event_id
|
||||
- event_label
|
||||
- has_timespan
|
||||
- hypernym_event_type
|
||||
- involved_actors
|
||||
- has_or_had_involved_actor
|
||||
- specificity_annotation
|
||||
- template_specificity
|
||||
- took_place_at
|
||||
|
|
@ -292,7 +292,7 @@ classes:
|
|||
has_timespan:
|
||||
begin_of_the_begin: '2001-01-01'
|
||||
end_of_the_end: '2001-01-01'
|
||||
involved_actors:
|
||||
has_or_had_involved_actor:
|
||||
- https://nde.nl/ontology/hc/nl-nh-haa-a-gah
|
||||
- https://nde.nl/ontology/hc/nl-nh-haa-a-ranh
|
||||
description: Merger of two archives to form Noord-Hollands Archief
|
||||
|
|
|
|||
|
|
@ -23,15 +23,15 @@ imports:
|
|||
- ../enums/ExhibitedObjectTypeEnum
|
||||
- ../slots/wikidata_id
|
||||
- ../slots/creator
|
||||
- ../slots/accession_number
|
||||
- ../slots/acquisition_method
|
||||
- ../slots/acquisition_date
|
||||
- ../slots/external_identifiers
|
||||
- ../slots/has_accession_number
|
||||
- ../slots/has_acquisition_method
|
||||
- ../slots/has_acquisition_date
|
||||
- ../slots/external_identifier
|
||||
- ../slots/provenance_text
|
||||
- ../slots/catalog_raisonne_number
|
||||
- ../slots/condition_notes
|
||||
- ../slots/has_or_had_condition_note
|
||||
- ../slots/conservation_history
|
||||
- ../slots/conservation_records
|
||||
- ../slots/has_or_had_conservation_record
|
||||
- ../slots/creation_place
|
||||
- ../slots/creation_timespan
|
||||
- ../slots/creator_role
|
||||
|
|
@ -39,7 +39,7 @@ imports:
|
|||
- ../slots/current_location
|
||||
- ../slots/has_or_had_custodian_type
|
||||
- ../slots/date_created
|
||||
- ../slots/dimensions
|
||||
- ../slots/dimension
|
||||
- ../slots/exhibited_in
|
||||
- ../slots/iconography
|
||||
- ../slots/image_url
|
||||
|
|
@ -47,15 +47,15 @@ imports:
|
|||
- ../slots/inventory_number
|
||||
- ../slots/loan_history
|
||||
- ../slots/medium
|
||||
- ../slots/object_alternate_names
|
||||
- ../slots/object_alternate_name
|
||||
- ../slots/object_description
|
||||
- ../slots/object_id
|
||||
- ../slots/object_name
|
||||
- ../slots/object_type
|
||||
- ../slots/part_of_collection
|
||||
- ../slots/permanent_location
|
||||
- ../slots/previous_owners
|
||||
- ../slots/provenance_events
|
||||
- ../slots/has_or_had_previous_owner
|
||||
- ../slots/has_or_had_provenance_event
|
||||
- ../slots/specificity_annotation
|
||||
- ../slots/subject_depicted
|
||||
- ../slots/template_specificity
|
||||
|
|
@ -169,13 +169,13 @@ classes:
|
|||
- crm:E24_Physical_Human-Made_Thing
|
||||
- crm:E84_Information_Carrier
|
||||
slots:
|
||||
- accession_number
|
||||
- acquisition_date
|
||||
- acquisition_method
|
||||
- has_accession_number
|
||||
- has_acquisition_date
|
||||
- has_acquisition_method
|
||||
- catalog_raisonne_number
|
||||
- condition_notes
|
||||
- has_or_had_condition_note
|
||||
- conservation_history
|
||||
- conservation_records
|
||||
- has_or_had_conservation_record
|
||||
- creation_place
|
||||
- creation_timespan
|
||||
- creator
|
||||
|
|
@ -184,24 +184,24 @@ classes:
|
|||
- current_location
|
||||
- has_or_had_custodian_type
|
||||
- date_created
|
||||
- dimensions
|
||||
- dimension
|
||||
- exhibited_in
|
||||
- external_identifiers
|
||||
- external_identifier
|
||||
- iconography
|
||||
- image_url
|
||||
- inscription
|
||||
- inventory_number
|
||||
- loan_history
|
||||
- medium
|
||||
- object_alternate_names
|
||||
- object_alternate_name
|
||||
- object_description
|
||||
- object_id
|
||||
- object_name
|
||||
- object_type
|
||||
- part_of_collection
|
||||
- permanent_location
|
||||
- previous_owners
|
||||
- provenance_events
|
||||
- has_or_had_previous_owner
|
||||
- has_or_had_provenance_event
|
||||
- provenance_text
|
||||
- specificity_annotation
|
||||
- subject_depicted
|
||||
|
|
@ -230,7 +230,7 @@ classes:
|
|||
- value: Girl with a Pearl Earring
|
||||
- value: The Night Watch
|
||||
- value: Rosetta Stone
|
||||
object_alternate_names:
|
||||
object_alternate_name:
|
||||
required: false
|
||||
range: string
|
||||
multivalued: true
|
||||
|
|
@ -346,7 +346,7 @@ classes:
|
|||
- value: Bronze
|
||||
- value: Ink and wash on paper
|
||||
- value: Ceramic, glazed
|
||||
dimensions:
|
||||
dimension:
|
||||
required: false
|
||||
range: string
|
||||
slot_uri: schema:size
|
||||
|
|
@ -439,7 +439,7 @@ classes:
|
|||
Delft (1674); Dissius sale, Amsterdam, May 16, 1696, lot 36; Braamcamp
|
||||
sale, Amsterdam, July 31, 1771, lot 54; Purchased for 30 guilders by
|
||||
A.A. des Tombe, The Hague (1881); Bequeathed to Mauritshuis (1903).
|
||||
previous_owners:
|
||||
has_or_had_previous_owner:
|
||||
required: false
|
||||
range: string
|
||||
multivalued: true
|
||||
|
|
@ -513,7 +513,7 @@ classes:
|
|||
examples:
|
||||
- value: 31A221 - portrait of a woman
|
||||
- value: '41D221 - jewelry: earring'
|
||||
condition_notes:
|
||||
has_or_had_condition_note:
|
||||
required: false
|
||||
range: string
|
||||
slot_uri: crm:P44_has_condition
|
||||
|
|
@ -553,7 +553,7 @@ classes:
|
|||
description: Girl with a Pearl Earring
|
||||
- value: Q219831
|
||||
description: The Night Watch
|
||||
external_identifiers:
|
||||
external_identifier:
|
||||
required: false
|
||||
range: string
|
||||
multivalued: true
|
||||
|
|
@ -573,7 +573,7 @@ classes:
|
|||
examples:
|
||||
- value: Hofstede de Groot 1907, no. 44
|
||||
- value: Bredius 410
|
||||
conservation_records:
|
||||
has_or_had_conservation_record:
|
||||
required: false
|
||||
range: ConservationRecord
|
||||
multivalued: true
|
||||
|
|
@ -603,7 +603,7 @@ classes:
|
|||
varnish
|
||||
conservator_name: Jorgen Wadum
|
||||
description: 1994 restoration of Girl with a Pearl Earring
|
||||
provenance_events:
|
||||
has_or_had_provenance_event:
|
||||
required: false
|
||||
range: ProvenanceEvent
|
||||
multivalued: true
|
||||
|
|
@ -685,7 +685,7 @@ classes:
|
|||
- value:
|
||||
object_id: https://nde.nl/ontology/hc/object/mauritshuis-girl-pearl-earring
|
||||
object_name: Girl with a Pearl Earring
|
||||
object_alternate_names:
|
||||
object_alternate_name:
|
||||
- Meisje met de parel
|
||||
- Het meisje met de parel
|
||||
object_description: "Oil painting by Johannes Vermeer, depicting a girl in\
|
||||
|
|
@ -732,7 +732,7 @@ classes:
|
|||
- value:
|
||||
object_id: https://nde.nl/ontology/hc/object/rijksmuseum-night-watch
|
||||
object_name: The Night Watch
|
||||
object_alternate_names:
|
||||
object_alternate_name:
|
||||
- De Nachtwacht
|
||||
- The Militia Company of Captain Frans Banninck Cocq
|
||||
object_type: PAINTING
|
||||
|
|
@ -767,7 +767,7 @@ slots:
|
|||
description: Primary title or name of the object
|
||||
range: string
|
||||
slot_uri: schema:name
|
||||
object_alternate_names:
|
||||
object_alternate_name:
|
||||
description: Alternative titles or translations
|
||||
range: string
|
||||
multivalued: true
|
||||
|
|
@ -801,7 +801,7 @@ slots:
|
|||
description: Materials and techniques
|
||||
range: string
|
||||
slot_uri: schema:artMedium
|
||||
dimensions:
|
||||
dimension:
|
||||
description: Physical dimensions
|
||||
range: string
|
||||
slot_uri: schema:size
|
||||
|
|
@ -826,7 +826,7 @@ slots:
|
|||
description: Additional inventory number
|
||||
range: string
|
||||
slot_uri: dcterms:identifier
|
||||
previous_owners:
|
||||
has_or_had_previous_owner:
|
||||
description: List of previous owners
|
||||
range: string
|
||||
multivalued: true
|
||||
|
|
@ -849,7 +849,7 @@ slots:
|
|||
description: Iconographic content (use Iconclass where applicable)
|
||||
range: string
|
||||
slot_uri: crm:P62_depicts
|
||||
condition_notes:
|
||||
has_or_had_condition_note:
|
||||
description: Current condition
|
||||
range: string
|
||||
slot_uri: crm:P44_has_condition
|
||||
|
|
@ -867,12 +867,12 @@ slots:
|
|||
description: Reference in catalogue raisonné
|
||||
range: string
|
||||
slot_uri: dcterms:identifier
|
||||
conservation_records:
|
||||
has_or_had_conservation_record:
|
||||
description: Conservation and condition records for this object
|
||||
range: ConservationRecord
|
||||
multivalued: true
|
||||
slot_uri: crm:P44_has_condition
|
||||
provenance_events:
|
||||
has_or_had_provenance_event:
|
||||
description: Ownership history as sequence of transfer events
|
||||
range: ProvenanceEvent
|
||||
multivalued: true
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ imports:
|
|||
- ../slots/curated_by
|
||||
- ../slots/has_or_had_custodian_type
|
||||
- ../slots/exhibition_catalog_url
|
||||
- ../slots/exhibition_catalogs
|
||||
- ../slots/has_or_had_exhibition_catalog
|
||||
- ../slots/exhibition_description
|
||||
- ../slots/exhibition_documentation
|
||||
- ../slots/exhibition_id
|
||||
|
|
@ -38,13 +38,13 @@ imports:
|
|||
- ../slots/exhibition_timespan
|
||||
- ../slots/exhibition_url
|
||||
- ../slots/exhibition_venue
|
||||
- ../slots/featured_objects
|
||||
- ../slots/featured_works
|
||||
- ../slots/has_or_had_featured_object
|
||||
- ../slots/featured_work
|
||||
- ../slots/organized_by
|
||||
- ../slots/related_exhibitions
|
||||
- ../slots/has_or_had_related_exhibition
|
||||
- ../slots/specificity_annotation
|
||||
- ../slots/template_specificity
|
||||
- ../slots/traveling_venues
|
||||
- ../slots/traveling_venue
|
||||
- ../slots/visitor_count
|
||||
- ./SpecificityAnnotation
|
||||
- ./TemplateSpecificityScores
|
||||
|
|
@ -132,7 +132,7 @@ classes:
|
|||
- has_or_had_custodian_type
|
||||
- end_date
|
||||
- exhibition_catalog_url
|
||||
- exhibition_catalogs
|
||||
- has_or_had_exhibition_catalog
|
||||
- exhibition_description
|
||||
- exhibition_documentation
|
||||
- exhibition_id
|
||||
|
|
@ -144,14 +144,14 @@ classes:
|
|||
- exhibition_type
|
||||
- exhibition_url
|
||||
- exhibition_venue
|
||||
- featured_objects
|
||||
- featured_works
|
||||
- has_or_had_featured_object
|
||||
- featured_work
|
||||
- organized_by
|
||||
- related_exhibitions
|
||||
- has_or_had_related_exhibition
|
||||
- specificity_annotation
|
||||
- start_date
|
||||
- template_specificity
|
||||
- traveling_venues
|
||||
- traveling_venue
|
||||
- visitor_count
|
||||
- wikidata_id
|
||||
slot_usage:
|
||||
|
|
@ -342,7 +342,7 @@ classes:
|
|||
URL or DOI for the exhibition catalog publication.
|
||||
examples:
|
||||
- value: https://www.rijksmuseum.nl/nl/webshop/catalogus-vermeer
|
||||
featured_works:
|
||||
featured_work:
|
||||
required: false
|
||||
range: string
|
||||
multivalued: true
|
||||
|
|
@ -356,7 +356,7 @@ classes:
|
|||
- value: Girl with a Pearl Earring (Mauritshuis)
|
||||
- value: The Milkmaid (Rijksmuseum)
|
||||
- value: View of Delft (Mauritshuis)
|
||||
featured_objects:
|
||||
has_or_had_featured_object:
|
||||
required: false
|
||||
range: ExhibitedObject
|
||||
multivalued: true
|
||||
|
|
@ -377,7 +377,7 @@ classes:
|
|||
examples:
|
||||
- value: https://nde.nl/ontology/hc/object/mauritshuis-girl-pearl-earring
|
||||
- value: https://nde.nl/ontology/hc/object/rijksmuseum-night-watch
|
||||
exhibition_catalogs:
|
||||
has_or_had_exhibition_catalog:
|
||||
required: false
|
||||
range: ExhibitionCatalog
|
||||
multivalued: true
|
||||
|
|
@ -396,7 +396,7 @@ classes:
|
|||
examples:
|
||||
- value: https://nde.nl/ontology/hc/catalog/rijksmuseum-vermeer-2023
|
||||
- value: https://nde.nl/ontology/hc/catalog/moma-matisse-cutouts-2014
|
||||
related_exhibitions:
|
||||
has_or_had_related_exhibition:
|
||||
required: false
|
||||
range: Exhibition
|
||||
multivalued: true
|
||||
|
|
@ -406,7 +406,7 @@ classes:
|
|||
Related exhibitions (companion shows, previous iterations, etc.).
|
||||
examples:
|
||||
- value: https://nde.nl/ontology/hc/exhibition/mauritshuis-vermeer-2014
|
||||
traveling_venues:
|
||||
traveling_venue:
|
||||
required: false
|
||||
range: string
|
||||
multivalued: true
|
||||
|
|
@ -483,17 +483,17 @@ classes:
|
|||
exhibition_status: COMPLETED
|
||||
visitor_count: 650000
|
||||
exhibition_url: https://www.rijksmuseum.nl/nl/vermeer
|
||||
featured_objects:
|
||||
has_or_had_featured_object:
|
||||
- https://nde.nl/ontology/hc/object/mauritshuis-girl-pearl-earring
|
||||
- https://nde.nl/ontology/hc/object/rijksmuseum-milkmaid
|
||||
- https://nde.nl/ontology/hc/object/mauritshuis-view-delft
|
||||
- https://nde.nl/ontology/hc/object/rijksmuseum-woman-reading-letter
|
||||
featured_works:
|
||||
featured_work:
|
||||
- Girl with a Pearl Earring (Mauritshuis)
|
||||
- The Milkmaid (Rijksmuseum)
|
||||
- View of Delft (Mauritshuis)
|
||||
- Woman Reading a Letter (Rijksmuseum)
|
||||
exhibition_catalogs:
|
||||
has_or_had_exhibition_catalog:
|
||||
- https://nde.nl/ontology/hc/catalog/rijksmuseum-vermeer-2023
|
||||
wikidata_id: Q111456814
|
||||
description: Vermeer blockbuster exhibition at Rijksmuseum (2023) - demonstrates
|
||||
|
|
@ -524,7 +524,7 @@ classes:
|
|||
organized_by:
|
||||
- https://nde.nl/ontology/hc/custodian/nl/rijksmuseum
|
||||
exhibition_venue: Gallery of Honour (Eregalerij)
|
||||
featured_works:
|
||||
featured_work:
|
||||
- The Night Watch (Rembrandt)
|
||||
- The Merry Drinker (Frans Hals)
|
||||
- The Jewish Bride (Rembrandt)
|
||||
|
|
@ -590,26 +590,26 @@ slots:
|
|||
description: URL or DOI for exhibition catalog
|
||||
range: uri
|
||||
slot_uri: rdfs:seeAlso
|
||||
featured_works:
|
||||
featured_work:
|
||||
description: Key artworks/objects in the exhibition (string-based, deprecated)
|
||||
range: string
|
||||
multivalued: true
|
||||
slot_uri: schema:workFeatured
|
||||
featured_objects:
|
||||
has_or_had_featured_object:
|
||||
description: ExhibitedObject entities featured in this exhibition
|
||||
range: ExhibitedObject
|
||||
multivalued: true
|
||||
slot_uri: crm:P16_used_specific_object
|
||||
exhibition_catalogs:
|
||||
has_or_had_exhibition_catalog:
|
||||
description: Published catalogs documenting this exhibition
|
||||
range: ExhibitionCatalog
|
||||
multivalued: true
|
||||
slot_uri: schema:workExample
|
||||
related_exhibitions:
|
||||
has_or_had_related_exhibition:
|
||||
description: Related or companion exhibitions
|
||||
range: Exhibition
|
||||
multivalued: true
|
||||
traveling_venues:
|
||||
traveling_venue:
|
||||
description: Venues for traveling exhibitions
|
||||
range: string
|
||||
multivalued: true
|
||||
|
|
|
|||
|
|
@ -30,21 +30,21 @@ imports:
|
|||
- ../slots/catalog_title
|
||||
- ../slots/catalog_type
|
||||
- ../slots/catalog_url
|
||||
- ../slots/contributors
|
||||
- ../slots/contributor
|
||||
- ../slots/has_or_had_custodian_type
|
||||
- ../slots/doi
|
||||
- ../slots/ebook_url
|
||||
- ../slots/editors
|
||||
- ../slots/essays
|
||||
- ../slots/illustrations
|
||||
- ../slots/editor
|
||||
- ../slots/has_or_had_essay
|
||||
- ../slots/illustration
|
||||
- ../slots/isbn_13
|
||||
- ../slots/issn
|
||||
- ../slots/library_catalog_url
|
||||
- ../slots/pages
|
||||
- ../slots/page
|
||||
- ../slots/pdf_url
|
||||
- ../slots/publication_place
|
||||
- ../slots/specificity_annotation
|
||||
- ../slots/table_of_contents
|
||||
- ../slots/table_of_content
|
||||
- ../slots/template_specificity
|
||||
- ../slots/worldcat_id
|
||||
- ./SpecificityAnnotation
|
||||
|
|
@ -94,26 +94,26 @@ classes:
|
|||
- catalog_title
|
||||
- catalog_type
|
||||
- catalog_url
|
||||
- contributors
|
||||
- contributor
|
||||
- has_or_had_custodian_type
|
||||
- doi
|
||||
- ebook_url
|
||||
- editors
|
||||
- essays
|
||||
- illustrations
|
||||
- editor
|
||||
- has_or_had_essay
|
||||
- illustration
|
||||
- isbn
|
||||
- isbn_13
|
||||
- issn
|
||||
- language
|
||||
- library_catalog_url
|
||||
- pages
|
||||
- page
|
||||
- pdf_url
|
||||
- price
|
||||
- publication_date
|
||||
- publication_place
|
||||
- publisher
|
||||
- specificity_annotation
|
||||
- table_of_contents
|
||||
- table_of_content
|
||||
- template_specificity
|
||||
- wikidata_id
|
||||
- worldcat_id
|
||||
|
|
@ -185,7 +185,7 @@ classes:
|
|||
examples:
|
||||
- value: Pieter Roelofs
|
||||
- value: Gregor J.M. Weber
|
||||
editors:
|
||||
editor:
|
||||
required: false
|
||||
range: string
|
||||
multivalued: true
|
||||
|
|
@ -194,7 +194,7 @@ classes:
|
|||
Editor(s) of the catalog.
|
||||
examples:
|
||||
- value: Pieter Roelofs
|
||||
contributors:
|
||||
contributor:
|
||||
required: false
|
||||
range: string
|
||||
multivalued: true
|
||||
|
|
@ -269,7 +269,7 @@ classes:
|
|||
Digital Object Identifier.
|
||||
examples:
|
||||
- value: 10.1234/vermeer-catalog-2023
|
||||
pages:
|
||||
page:
|
||||
required: false
|
||||
range: integer
|
||||
slot_uri: schema:numberOfPages
|
||||
|
|
@ -278,7 +278,7 @@ classes:
|
|||
examples:
|
||||
- value: 320
|
||||
- value: 512
|
||||
illustrations:
|
||||
illustration:
|
||||
required: false
|
||||
range: string
|
||||
slot_uri: bf:illustrationNote
|
||||
|
|
@ -354,7 +354,7 @@ classes:
|
|||
\ the \nRijksmuseum, featuring 28 of the Dutch master's 37 known paintings.\n\
|
||||
Includes scholarly essays on Vermeer's technique, pigments, and\nsubjects,\
|
||||
\ along with detailed entries for each work.\n"
|
||||
table_of_contents:
|
||||
table_of_content:
|
||||
required: false
|
||||
range: string
|
||||
slot_uri: schema:tableOfContents
|
||||
|
|
@ -367,7 +367,7 @@ classes:
|
|||
3. Technique and Materials (Anna Tummers)
|
||||
4. Catalog Entries
|
||||
5. Appendices
|
||||
essays:
|
||||
has_or_had_essay:
|
||||
required: false
|
||||
range: string
|
||||
multivalued: true
|
||||
|
|
@ -441,7 +441,7 @@ classes:
|
|||
has_author:
|
||||
- Pieter Roelofs
|
||||
- Gregor J.M. Weber
|
||||
editors:
|
||||
editor:
|
||||
- Pieter Roelofs
|
||||
publisher: Rijksmuseum / Hannibal Publishing
|
||||
publication_date: '2023-02-01'
|
||||
|
|
@ -458,7 +458,7 @@ classes:
|
|||
\ at the \nRijksmuseum (February 10 - June 4, 2023), featuring 28 of the\
|
||||
\ Dutch \nmaster's 37 known paintings. Includes scholarly essays on Vermeer's\
|
||||
\ \ntechnique, pigments, and subjects.\n"
|
||||
essays:
|
||||
has_or_had_essay:
|
||||
- Vermeer's World
|
||||
- The Science of Vermeer's Pigments
|
||||
- 'Johannes Vermeer: Life and Work'
|
||||
|
|
@ -469,7 +469,7 @@ classes:
|
|||
catalog_title: 'Henri Matisse: The Cut-Outs'
|
||||
catalog_for: https://nde.nl/ontology/hc/exhibition/moma-matisse-cutouts-2014
|
||||
catalog_type: PRINT_CATALOG
|
||||
editors:
|
||||
editor:
|
||||
- Karl Buchberg
|
||||
- Nicholas Cullinan
|
||||
- Jodi Hauptman
|
||||
|
|
@ -520,12 +520,12 @@ slots:
|
|||
range: string
|
||||
multivalued: true
|
||||
slot_uri: schema:author
|
||||
editors:
|
||||
editor:
|
||||
description: Editor(s) of the catalog
|
||||
range: string
|
||||
multivalued: true
|
||||
slot_uri: schema:editor
|
||||
contributors:
|
||||
contributor:
|
||||
description: Additional contributors
|
||||
range: string
|
||||
multivalued: true
|
||||
|
|
@ -546,11 +546,11 @@ slots:
|
|||
description: Digital Object Identifier
|
||||
range: string
|
||||
slot_uri: bibo:doi
|
||||
pages:
|
||||
page:
|
||||
description: Number of pages
|
||||
range: integer
|
||||
slot_uri: schema:numberOfPages
|
||||
illustrations:
|
||||
illustration:
|
||||
description: Description of illustrations
|
||||
range: string
|
||||
slot_uri: bf:illustrationNote
|
||||
|
|
@ -574,11 +574,11 @@ slots:
|
|||
description: Description of catalog contents
|
||||
range: string
|
||||
slot_uri: schema:description
|
||||
table_of_contents:
|
||||
table_of_content:
|
||||
description: Table of contents
|
||||
range: string
|
||||
slot_uri: schema:tableOfContents
|
||||
essays:
|
||||
has_or_had_essay:
|
||||
description: Essay titles in the catalog
|
||||
range: string
|
||||
multivalued: true
|
||||
|
|
|
|||
|
|
@ -20,8 +20,8 @@ imports:
|
|||
- ../slots/has_climate_control
|
||||
- ../slots/has_security_system
|
||||
- ../slots/is_accessible
|
||||
- ../slots/opening_hours
|
||||
- ../slots/admission_fee
|
||||
- ../slots/opening_hour
|
||||
- ../slots/has_or_had_admission_fee
|
||||
- ../slots/current_exhibition
|
||||
- ../slots/exhibition_schedule
|
||||
- ../slots/is_permanent
|
||||
|
|
@ -88,7 +88,7 @@ classes:
|
|||
- schema:ArtGallery
|
||||
- aat:300005768
|
||||
slots:
|
||||
- admission_fee
|
||||
- has_or_had_admission_fee
|
||||
- current_exhibition
|
||||
- exhibition_capacity
|
||||
- exhibition_floor_area_sqm
|
||||
|
|
@ -103,7 +103,7 @@ classes:
|
|||
- is_accessible
|
||||
- is_permanent
|
||||
- museum_type_classification
|
||||
- opening_hours
|
||||
- opening_hour
|
||||
- partner_institution
|
||||
- specificity_annotation
|
||||
- template_specificity
|
||||
|
|
@ -255,7 +255,7 @@ classes:
|
|||
examples:
|
||||
- value: true
|
||||
description: Wheelchair accessible
|
||||
opening_hours:
|
||||
opening_hour:
|
||||
slot_uri: schema:openingHours
|
||||
description: |
|
||||
Opening hours for this exhibition space.
|
||||
|
|
|
|||
|
|
@ -32,15 +32,15 @@ description: |
|
|||
imports:
|
||||
- linkml:types
|
||||
- ./CustodianType
|
||||
- ../slots/access_management
|
||||
- ../slots/conservation_activities
|
||||
- ../slots/has_or_had_access_management
|
||||
- ../slots/has_or_had_conservation_activity
|
||||
- ../slots/has_or_had_custodian_type
|
||||
- ../slots/feature_types
|
||||
- ../slots/feature_type
|
||||
- ../slots/site_portfolio
|
||||
- ../slots/specificity_annotation
|
||||
- ../slots/stewardship_model
|
||||
- ../slots/template_specificity
|
||||
- ../slots/visitor_services
|
||||
- ../slots/visitor_service
|
||||
- ./SpecificityAnnotation
|
||||
- ./TemplateSpecificityScores
|
||||
prefixes:
|
||||
|
|
@ -55,6 +55,94 @@ classes:
|
|||
FeatureCustodianType:
|
||||
is_a: CustodianType
|
||||
class_uri: skos:Concept
|
||||
annotations:
|
||||
skos:prefLabel: Feature Custodian
|
||||
skos:altLabel: monument management, landmark operator, heritage site, memorial, historic site, monument preservation, site conservancy
|
||||
structured_aliases:
|
||||
- literal_form: monumentenbeheerder
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: monumentenzorg
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: erfgoedlocatie
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: historische site
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: gedenkteken
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: monument management
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: en
|
||||
- literal_form: landmark
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: en
|
||||
- literal_form: heritage site
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: en
|
||||
- literal_form: memorial
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: en
|
||||
- literal_form: historic site
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: en
|
||||
- literal_form: Denkmalpflege
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: Denkmalschutz
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: historische Stätte
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: Gedenkstätte
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: gestionnaire de monument
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: site patrimonial
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: site historique
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: mémorial
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: gestión de monumentos
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
- literal_form: sitio patrimonial
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
- literal_form: sitio histórico
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
- literal_form: memorial
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
- literal_form: gestione monumenti
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: it
|
||||
- literal_form: sito storico
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: it
|
||||
- literal_form: memoriale
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: it
|
||||
- literal_form: gestão de monumentos
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: pt
|
||||
- literal_form: sítio histórico
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: pt
|
||||
- literal_form: memorial
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: pt
|
||||
description: |
|
||||
Specialized custodian type for organizations managing physical heritage features
|
||||
(monuments, landmarks, memorials, historic sites, landscape features).
|
||||
|
|
@ -172,7 +260,7 @@ classes:
|
|||
<https://w3id.org/heritage/custodian/gb/english-heritage>
|
||||
a schema:Organization, crm:E39_Actor, hc:FeatureCustodian ;
|
||||
hc:custodian_type hc:FeatureCustodianType ;
|
||||
hc:feature_types "Monument", "Castle", "Historic house", "Abbey", "Fort" ;
|
||||
hc:feature_type "Monument", "Castle", "Historic house", "Abbey", "Fort" ;
|
||||
hc:site_portfolio "400+ historic sites and monuments across England" ;
|
||||
hc:visitor_services "On-site interpretation", "Guided tours", "Events", "Gift shops", "Cafés" ;
|
||||
hc:conservation_activities "Monument preservation", "Structural repairs", "Archaeological research" ;
|
||||
|
|
@ -195,17 +283,17 @@ classes:
|
|||
- schema:Place
|
||||
- schema:CivicStructure
|
||||
slots:
|
||||
- access_management
|
||||
- conservation_activities
|
||||
- has_or_had_access_management
|
||||
- has_or_had_conservation_activity
|
||||
- has_or_had_custodian_type
|
||||
- feature_types
|
||||
- feature_type
|
||||
- site_portfolio
|
||||
- specificity_annotation
|
||||
- stewardship_model
|
||||
- template_specificity
|
||||
- visitor_services
|
||||
- visitor_service
|
||||
slot_usage:
|
||||
feature_types:
|
||||
feature_type:
|
||||
description: |
|
||||
Types of physical heritage features managed by this custodian.
|
||||
|
||||
|
|
@ -259,7 +347,7 @@ classes:
|
|||
description: Société d'Exploitation de la Tour Eiffel
|
||||
- value: 150+ National Trust properties
|
||||
description: UK heritage charity holdings
|
||||
visitor_services:
|
||||
visitor_service:
|
||||
description: |
|
||||
Services provided to enable public access and engagement with heritage features.
|
||||
|
||||
|
|
@ -287,7 +375,7 @@ classes:
|
|||
description: Open memorial site services
|
||||
- value: Timed entry tickets, Multilingual audio guide
|
||||
description: High-capacity monument services
|
||||
conservation_activities:
|
||||
has_or_had_conservation_activity:
|
||||
description: |
|
||||
Preservation and maintenance work undertaken to protect physical heritage features.
|
||||
|
||||
|
|
@ -380,7 +468,7 @@ classes:
|
|||
range: TemplateSpecificityScores
|
||||
inlined: true
|
||||
slots:
|
||||
feature_types:
|
||||
feature_type:
|
||||
description: Types of physical heritage features managed
|
||||
range: string
|
||||
multivalued: true
|
||||
|
|
@ -389,11 +477,11 @@ slots:
|
|||
description: Scope and scale of sites under management
|
||||
range: string
|
||||
slot_uri: schema:owns
|
||||
visitor_services:
|
||||
visitor_service:
|
||||
description: Services provided for public access
|
||||
range: string
|
||||
slot_uri: schema:amenityFeature
|
||||
conservation_activities:
|
||||
has_or_had_conservation_activity:
|
||||
description: Preservation and maintenance work
|
||||
range: string
|
||||
slot_uri: crm:P16_used_specific_object
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ classes:
|
|||
- MEDIUM
|
||||
- LOW
|
||||
- THUMBNAIL
|
||||
supported_formats:
|
||||
supported_format:
|
||||
- image/jpeg
|
||||
- image/png
|
||||
- application/pdf
|
||||
|
|
@ -120,7 +120,7 @@ classes:
|
|||
Example: ["MASTER", "HIGH", "MEDIUM", "LOW", "THUMBNAIL"]
|
||||
range: string
|
||||
multivalued: true
|
||||
supported_formats:
|
||||
supported_format:
|
||||
slot_uri: dcterms:format
|
||||
description: |
|
||||
File formats (MIME types) available for download.
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ imports:
|
|||
- linkml:types
|
||||
- ./ArchiveOrganizationType
|
||||
- ./FilmArchiveRecordSetTypes
|
||||
- ../slots/holds_record_set_types
|
||||
- ../slots/has_or_had_holds_record_set_type
|
||||
- ./CollectionType
|
||||
- ../slots/type_scope
|
||||
- ../slots/has_or_had_custodian_type
|
||||
|
|
@ -32,14 +32,14 @@ classes:
|
|||
class_uri: schema:ArchiveOrganization
|
||||
slots:
|
||||
- has_or_had_custodian_type
|
||||
- holds_record_set_types
|
||||
- has_or_had_holds_record_set_type
|
||||
- specificity_annotation
|
||||
- template_specificity
|
||||
- wikidata_entity
|
||||
slot_usage:
|
||||
wikidata_entity:
|
||||
equals_string: Q726929
|
||||
holds_record_set_types:
|
||||
has_or_had_holds_record_set_type:
|
||||
description: |
|
||||
Links this custodian type to the record set types it typically holds.
|
||||
Uses RiC-O property rico:isOrWasHolderOf to express custodial relationship.
|
||||
|
|
|
|||
|
|
@ -137,10 +137,10 @@ classes:
|
|||
equals_string: This RecordSetType classifies record sets following the collection
|
||||
principle as defined by rico-rst:Collection. Assembled collections organized
|
||||
by country, period, genre, studio, or filmmaker.
|
||||
scope_includes:
|
||||
scope_include:
|
||||
equals_string: '["feature films", "short fiction", "art films", "silent films",
|
||||
"foreign films"]'
|
||||
scope_excludes:
|
||||
scope_exclude:
|
||||
equals_string: '["documentaries", "newsreels", "production records", "promotional
|
||||
materials"]'
|
||||
preservation_note:
|
||||
|
|
@ -228,10 +228,10 @@ classes:
|
|||
equals_string: This RecordSetType classifies record sets following the collection
|
||||
principle as defined by rico-rst:Collection. Assembled collections organized
|
||||
by subject, commissioning organization, or filmmaker.
|
||||
scope_includes:
|
||||
scope_include:
|
||||
equals_string: '["documentaries", "industrial films", "educational films",
|
||||
"ethnographic films", "government films"]'
|
||||
scope_excludes:
|
||||
scope_exclude:
|
||||
equals_string: '["feature films", "newsreels", "production records"]'
|
||||
NewsreelSeries:
|
||||
is_a: FilmArchiveRecordSetType
|
||||
|
|
@ -251,7 +251,7 @@ classes:
|
|||
\ issues arranged chronologically.\n\n**RiC-O Alignment**:\nThis class is a\
|
||||
\ specialized rico:RecordSetType. Records classified with this\ntype follow\
|
||||
\ the series organizational principle as defined by rico-rst:Series\n(chronological\
|
||||
\ arrangement of numbered issues within titled series).\n"
|
||||
\ has_arrangement of numbered issues within titled series).\n"
|
||||
structured_aliases:
|
||||
- literal_form: Wochenschausammlung
|
||||
in_language: de
|
||||
|
|
@ -314,12 +314,12 @@ classes:
|
|||
equals_string: https://www.ica.org/standards/RiC/vocabularies/recordSetTypes#Series
|
||||
record_note:
|
||||
equals_string: This RecordSetType classifies record sets following the series
|
||||
principle as defined by rico-rst:Series. Chronological arrangement of numbered issues
|
||||
principle as defined by rico-rst:Series. Chronological has_arrangement of numbered issues
|
||||
within titled series by producer.
|
||||
scope_includes:
|
||||
scope_include:
|
||||
equals_string: '["newsreels", "screen magazines", "actualities", "war newsreels",
|
||||
"sports reels"]'
|
||||
scope_excludes:
|
||||
scope_exclude:
|
||||
equals_string: '["feature films", "documentaries", "production records"]'
|
||||
ProductionRecordsFonds:
|
||||
is_a: FilmArchiveRecordSetType
|
||||
|
|
@ -399,10 +399,10 @@ classes:
|
|||
equals_string: This RecordSetType classifies record sets following the fonds
|
||||
principle as defined by rico-rst:Fonds. Provenance-based organization by production
|
||||
company, studio, or individual filmmaker.
|
||||
scope_includes:
|
||||
scope_include:
|
||||
equals_string: '["scripts", "production files", "schedules", "contracts",
|
||||
"correspondence", "financial records"]'
|
||||
scope_excludes:
|
||||
scope_exclude:
|
||||
equals_string: '["completed films", "newsreels", "promotional materials"]'
|
||||
legal_note:
|
||||
equals_string: Production records often document rights ownership, contracts,
|
||||
|
|
@ -492,8 +492,8 @@ classes:
|
|||
equals_string: This RecordSetType classifies record sets following the collection
|
||||
principle as defined by rico-rst:Collection. Assembled collections organized
|
||||
by film title, studio, designer, or material type.
|
||||
scope_includes:
|
||||
scope_include:
|
||||
equals_string: '["posters", "stills", "press kits", "trailers", "lobby cards",
|
||||
"advertising"]'
|
||||
scope_excludes:
|
||||
scope_exclude:
|
||||
equals_string: '["completed films", "production records", "newsreels"]'
|
||||
|
|
|
|||
|
|
@ -16,22 +16,22 @@ imports:
|
|||
- ./ReconstructedEntity
|
||||
- ../slots/publication_date
|
||||
- ../slots/administrative_expenses
|
||||
- ../slots/audit_date
|
||||
- ../slots/audit_opinion
|
||||
- ../slots/audit_status
|
||||
- ../slots/auditor_name
|
||||
- ../slots/change_in_net_assets
|
||||
- ../slots/has_audit_date
|
||||
- ../slots/has_audit_opinion
|
||||
- ../slots/has_or_had_audit_status
|
||||
- ../slots/has_auditor_name
|
||||
- ../slots/change_in_net_asset
|
||||
- ../slots/documents_budget
|
||||
- ../slots/filing_id
|
||||
- ../slots/filing_type
|
||||
- ../slots/financial_archival_stage
|
||||
- ../slots/financial_document_format
|
||||
- ../slots/financial_document_url
|
||||
- ../slots/fundraising_expenses
|
||||
- ../slots/fundraising_expense
|
||||
- ../slots/id
|
||||
- ../slots/innovation_expenses
|
||||
- ../slots/innovation_expense
|
||||
- ../slots/managing_unit
|
||||
- ../slots/program_expenses
|
||||
- ../slots/program_expense
|
||||
- ../slots/refers_to_custodian
|
||||
- ../slots/reporting_period_end
|
||||
- ../slots/reporting_period_start
|
||||
|
|
@ -41,10 +41,10 @@ imports:
|
|||
- ../slots/statement_name
|
||||
- ../slots/statement_type
|
||||
- ../slots/template_specificity
|
||||
- ../slots/total_assets
|
||||
- ../slots/total_expenses
|
||||
- ../slots/total_liabilities
|
||||
- ../slots/total_net_assets
|
||||
- ../slots/total_asset
|
||||
- ../slots/total_expense
|
||||
- ../slots/total_liability
|
||||
- ../slots/total_net_asset
|
||||
- ../slots/total_revenue
|
||||
- ../slots/valid_from
|
||||
- ../slots/valid_to
|
||||
|
|
@ -174,18 +174,18 @@ classes:
|
|||
- audit_opinion
|
||||
- audit_status
|
||||
- auditor_name
|
||||
- change_in_net_assets
|
||||
- change_in_net_asset
|
||||
- documents_budget
|
||||
- filing_id
|
||||
- filing_type
|
||||
- financial_archival_stage
|
||||
- financial_document_format
|
||||
- financial_document_url
|
||||
- fundraising_expenses
|
||||
- fundraising_expense
|
||||
- id
|
||||
- innovation_expenses
|
||||
- innovation_expense
|
||||
- managing_unit
|
||||
- program_expenses
|
||||
- program_expense
|
||||
- publication_date
|
||||
- refers_to_custodian
|
||||
- reporting_period_end
|
||||
|
|
@ -196,10 +196,10 @@ classes:
|
|||
- statement_name
|
||||
- statement_type
|
||||
- template_specificity
|
||||
- total_assets
|
||||
- total_expenses
|
||||
- total_liabilities
|
||||
- total_net_assets
|
||||
- total_asset
|
||||
- total_expense
|
||||
- total_liability
|
||||
- total_net_asset
|
||||
- total_revenue
|
||||
- valid_from
|
||||
- valid_to
|
||||
|
|
@ -279,13 +279,13 @@ classes:
|
|||
- Program service revenue
|
||||
- Investment income
|
||||
- Other income
|
||||
total_expenses:
|
||||
total_expense:
|
||||
slot_uri: frapo:hasFunding
|
||||
range: decimal
|
||||
required: false
|
||||
description: |
|
||||
Total expenses for reporting period.
|
||||
change_in_net_assets:
|
||||
change_in_net_asset:
|
||||
slot_uri: frapo:hasFunding
|
||||
range: decimal
|
||||
required: false
|
||||
|
|
@ -296,7 +296,7 @@ classes:
|
|||
|
||||
**Nonprofit terminology**: "Change in net assets"
|
||||
(not "profit" or "net income")
|
||||
total_assets:
|
||||
total_asset:
|
||||
slot_uri: frapo:hasFunding
|
||||
range: decimal
|
||||
required: false
|
||||
|
|
@ -305,13 +305,13 @@ classes:
|
|||
|
||||
**Statement of Financial Position** (Balance Sheet):
|
||||
Assets = Liabilities + Net Assets
|
||||
total_liabilities:
|
||||
total_liability:
|
||||
slot_uri: frapo:hasFunding
|
||||
range: decimal
|
||||
required: false
|
||||
description: |
|
||||
Total liabilities at end of reporting period.
|
||||
total_net_assets:
|
||||
total_net_asset:
|
||||
slot_uri: frapo:hasFunding
|
||||
range: decimal
|
||||
required: false
|
||||
|
|
@ -324,7 +324,7 @@ classes:
|
|||
Components:
|
||||
- Net assets without donor restrictions
|
||||
- Net assets with donor restrictions
|
||||
program_expenses:
|
||||
program_expense:
|
||||
slot_uri: frapo:hasFunding
|
||||
range: decimal
|
||||
required: false
|
||||
|
|
@ -352,7 +352,7 @@ classes:
|
|||
- Finance/accounting
|
||||
- HR
|
||||
- Facilities (overhead)
|
||||
fundraising_expenses:
|
||||
fundraising_expense:
|
||||
slot_uri: frapo:hasFunding
|
||||
range: decimal
|
||||
required: false
|
||||
|
|
@ -364,7 +364,7 @@ classes:
|
|||
- Events
|
||||
- Direct mail
|
||||
- Grant writing
|
||||
innovation_expenses:
|
||||
innovation_expense:
|
||||
slot_uri: frapo:hasFunding
|
||||
range: decimal
|
||||
required: false
|
||||
|
|
@ -672,31 +672,31 @@ slots:
|
|||
total_revenue:
|
||||
description: Total revenue for period
|
||||
range: decimal
|
||||
total_expenses:
|
||||
total_expense:
|
||||
description: Total expenses for period
|
||||
range: decimal
|
||||
change_in_net_assets:
|
||||
change_in_net_asset:
|
||||
description: Change in net assets (surplus/deficit)
|
||||
range: decimal
|
||||
total_assets:
|
||||
total_asset:
|
||||
description: Total assets at period end
|
||||
range: decimal
|
||||
total_liabilities:
|
||||
total_liability:
|
||||
description: Total liabilities at period end
|
||||
range: decimal
|
||||
total_net_assets:
|
||||
total_net_asset:
|
||||
description: Total net assets at period end
|
||||
range: decimal
|
||||
program_expenses:
|
||||
program_expense:
|
||||
description: Program/mission expenses
|
||||
range: decimal
|
||||
has_or_had_administrative_expense:
|
||||
description: Administrative expenses
|
||||
range: decimal
|
||||
fundraising_expenses:
|
||||
fundraising_expense:
|
||||
description: Fundraising expenses
|
||||
range: decimal
|
||||
innovation_expenses:
|
||||
innovation_expense:
|
||||
description: Innovation expenses (actual spending)
|
||||
range: decimal
|
||||
has_or_had_audit_status:
|
||||
|
|
|
|||
|
|
@ -25,15 +25,15 @@ imports:
|
|||
- ../slots/id
|
||||
- ../slots/description
|
||||
- ../slots/temporal_coverage
|
||||
- ../slots/access_restrictions
|
||||
- ../slots/web_claims
|
||||
- ../slots/has_or_had_access_restriction
|
||||
- ../slots/has_or_had_web_claim
|
||||
- ../slots/language
|
||||
- ../slots/supersedes
|
||||
- ../slots/supersede
|
||||
- ../slots/superseded_by
|
||||
- ../slots/revision_date
|
||||
- ../slots/served_by
|
||||
- ../slots/retrieval_agent
|
||||
- ../slots/extraction_notes
|
||||
- ../slots/extraction_note
|
||||
- ../slots/extraction_method
|
||||
- ../slots/xpath
|
||||
- ../slots/css_selector
|
||||
|
|
@ -45,13 +45,13 @@ imports:
|
|||
- ../slots/source_url
|
||||
- ../slots/title
|
||||
- ../slots/date
|
||||
- ../slots/notes
|
||||
- ../slots/note
|
||||
- ../slots/creator
|
||||
- ../slots/publisher
|
||||
- ../slots/publication_date
|
||||
- ../slots/isbn
|
||||
- ../slots/access
|
||||
- ../slots/access_restricted
|
||||
- ../slots/is_or_was_access_restricted
|
||||
- ../slots/all_links
|
||||
- ../slots/card_description
|
||||
- ../slots/card_description_en
|
||||
|
|
@ -61,7 +61,7 @@ imports:
|
|||
- ../slots/card_url
|
||||
- ../slots/claims_count
|
||||
- ../slots/colonial
|
||||
- ../slots/content_blocks
|
||||
- ../slots/content_block
|
||||
- ../slots/crawler_version
|
||||
- ../slots/custodian
|
||||
- ../slots/date_retrieved
|
||||
|
|
@ -69,9 +69,9 @@ imports:
|
|||
- ../slots/ead_id
|
||||
- ../slots/en
|
||||
- ../slots/end
|
||||
- ../slots/external_resources
|
||||
- ../slots/featured_items
|
||||
- ../slots/finding_aid_notes
|
||||
- ../slots/has_or_had_external_resource
|
||||
- ../slots/has_or_had_featured_item
|
||||
- ../slots/finding_aid_note
|
||||
- ../slots/finding_aid_scope_note
|
||||
- ../slots/finding_aid_type
|
||||
- ../slots/format
|
||||
|
|
@ -82,38 +82,38 @@ imports:
|
|||
- ../slots/heading_level
|
||||
- ../slots/heading_text
|
||||
- ../slots/heading_text_en
|
||||
- ../slots/historical_regions
|
||||
- ../slots/historical_region
|
||||
- ../slots/html_snapshot_path
|
||||
- ../slots/inbound_from
|
||||
- ../slots/international
|
||||
- ../slots/is_sub_guide
|
||||
- ../slots/isil
|
||||
- ../slots/key_archives
|
||||
- ../slots/key_dates
|
||||
- ../slots/key_periods
|
||||
- ../slots/has_or_had_key_archive
|
||||
- ../slots/has_or_had_key_date
|
||||
- ../slots/has_or_had_key_period
|
||||
- ../slots/link_context
|
||||
- ../slots/link_text
|
||||
- ../slots/link_type
|
||||
- ../slots/link_url
|
||||
- ../slots/list_items
|
||||
- ../slots/list_item
|
||||
- ../slots/location
|
||||
- ../slots/major_cities
|
||||
- ../slots/major_city
|
||||
- ../slots/name
|
||||
- ../slots/nl
|
||||
- ../slots/outbound_to
|
||||
- ../slots/page_sections
|
||||
- ../slots/has_or_had_page_section
|
||||
- ../slots/period
|
||||
- ../slots/period_description
|
||||
- ../slots/period_end
|
||||
- ../slots/period_name
|
||||
- ../slots/period_start
|
||||
- ../slots/periods
|
||||
- ../slots/has_or_had_period
|
||||
- ../slots/permission_required
|
||||
- ../slots/primary
|
||||
- ../slots/provenance
|
||||
- ../slots/related
|
||||
- ../slots/related_archives
|
||||
- ../slots/related_guides
|
||||
- ../slots/has_or_had_related_archive
|
||||
- ../slots/has_or_had_related_guide
|
||||
- ../slots/relationship
|
||||
- ../slots/resource_description
|
||||
- ../slots/restriction_description
|
||||
|
|
@ -121,19 +121,19 @@ imports:
|
|||
- ../slots/scope
|
||||
- ../slots/secondary
|
||||
- ../slots/section_id
|
||||
- ../slots/section_links
|
||||
- ../slots/has_or_had_section_link
|
||||
- ../slots/slug
|
||||
- ../slots/specificity_annotation
|
||||
- ../slots/start
|
||||
- ../slots/sub_guide_description
|
||||
- ../slots/sub_guide_temporal_coverage
|
||||
- ../slots/sub_guide_type
|
||||
- ../slots/sub_guides
|
||||
- ../slots/sub_sections
|
||||
- ../slots/has_or_had_sub_guide
|
||||
- ../slots/has_or_had_sub_section
|
||||
- ../slots/template_specificity
|
||||
- ../slots/title_en
|
||||
- ../slots/title_nl
|
||||
- ../slots/topics
|
||||
- ../slots/topic
|
||||
- ../slots/type
|
||||
- ../slots/url
|
||||
- ../slots/validation_status
|
||||
|
|
@ -271,44 +271,44 @@ classes:
|
|||
- crm:E31_Document
|
||||
- bf:Work
|
||||
slots:
|
||||
- access_restrictions
|
||||
- has_or_had_access_restriction
|
||||
- all_links
|
||||
- creator
|
||||
- custodian
|
||||
- description
|
||||
- ead_id
|
||||
- external_resources
|
||||
- finding_aid_notes
|
||||
- has_or_had_external_resource
|
||||
- finding_aid_note
|
||||
- finding_aid_type
|
||||
- format
|
||||
- geographic_coverage
|
||||
- id
|
||||
- isbn
|
||||
- key_archives
|
||||
- has_or_had_key_archive
|
||||
- language
|
||||
- notes
|
||||
- page_sections
|
||||
- note
|
||||
- has_or_had_page_section
|
||||
- provenance
|
||||
- publication_date
|
||||
- publisher
|
||||
- related_archives
|
||||
- related_guides
|
||||
- has_or_had_related_archive
|
||||
- has_or_had_related_guide
|
||||
- revision_date
|
||||
- finding_aid_scope_note
|
||||
- served_by
|
||||
- slug
|
||||
- specificity_annotation
|
||||
- sub_guides
|
||||
- has_or_had_sub_guide
|
||||
- superseded_by
|
||||
- supersedes
|
||||
- supersede
|
||||
- template_specificity
|
||||
- temporal_coverage
|
||||
- title
|
||||
- topics
|
||||
- topic
|
||||
- url
|
||||
- valid_from
|
||||
- valid_to
|
||||
- web_claims
|
||||
- has_or_had_web_claim
|
||||
- wikidata_class
|
||||
slot_usage:
|
||||
id:
|
||||
|
|
@ -339,7 +339,7 @@ classes:
|
|||
multivalued: true
|
||||
inlined_as_list: true
|
||||
description: Access restrictions for materials covered
|
||||
web_claims:
|
||||
has_or_had_web_claim:
|
||||
slot_uri: prov:wasGeneratedBy
|
||||
range: WebClaim
|
||||
multivalued: true
|
||||
|
|
@ -443,10 +443,10 @@ classes:
|
|||
Can include named periods (key_periods) and significant dates (key_dates).
|
||||
slots:
|
||||
- end
|
||||
- key_dates
|
||||
- key_periods
|
||||
- notes
|
||||
- periods
|
||||
- has_or_had_key_date
|
||||
- has_or_had_key_period
|
||||
- note
|
||||
- has_or_had_period
|
||||
- specificity_annotation
|
||||
- start
|
||||
- template_specificity
|
||||
|
|
@ -459,19 +459,19 @@ classes:
|
|||
description: End year of coverage (use "present" for ongoing)
|
||||
range: TemporalValue
|
||||
required: true
|
||||
notes:
|
||||
note:
|
||||
description: Additional notes about temporal coverage
|
||||
periods:
|
||||
has_or_had_period:
|
||||
description: Named periods within coverage
|
||||
range: TemporalPeriod
|
||||
multivalued: true
|
||||
inlined_as_list: true
|
||||
key_periods:
|
||||
has_or_had_key_period:
|
||||
description: Named historical periods (alias for periods)
|
||||
range: TemporalPeriod
|
||||
multivalued: true
|
||||
inlined_as_list: true
|
||||
key_dates:
|
||||
has_or_had_key_date:
|
||||
description: Significant historical dates
|
||||
range: KeyDate
|
||||
multivalued: true
|
||||
|
|
@ -565,10 +565,10 @@ classes:
|
|||
Supports primary areas, secondary/related areas, and migration patterns.
|
||||
slots:
|
||||
- colonial
|
||||
- historical_regions
|
||||
- historical_region
|
||||
- inbound_from
|
||||
- international
|
||||
- major_cities
|
||||
- major_city
|
||||
- outbound_to
|
||||
- primary
|
||||
- related
|
||||
|
|
@ -588,7 +588,7 @@ classes:
|
|||
related:
|
||||
description: Related geographic areas (e.g., for WWII - Germany, Japan)
|
||||
multivalued: true
|
||||
historical_regions:
|
||||
historical_region:
|
||||
description: Historical region names (may no longer exist)
|
||||
multivalued: true
|
||||
colonial:
|
||||
|
|
@ -597,7 +597,7 @@ classes:
|
|||
international:
|
||||
description: International scope descriptions
|
||||
multivalued: true
|
||||
major_cities:
|
||||
major_city:
|
||||
description: Major cities within coverage area
|
||||
multivalued: true
|
||||
inbound_from:
|
||||
|
|
@ -624,8 +624,8 @@ classes:
|
|||
For example, a "Family History" repository guide links to specific sub-guides
|
||||
for "Civil Registry", "Notarial Records", etc.
|
||||
slots:
|
||||
- access_restricted
|
||||
- notes
|
||||
- is_or_was_access_restricted
|
||||
- note
|
||||
- slug
|
||||
- specificity_annotation
|
||||
- sub_guide_description
|
||||
|
|
@ -657,7 +657,7 @@ classes:
|
|||
is_or_was_access_restricted:
|
||||
description: Whether access to this sub-guide is restricted
|
||||
range: boolean
|
||||
notes:
|
||||
note:
|
||||
description: Additional notes about this sub-guide reference
|
||||
specificity_annotation:
|
||||
range: SpecificityAnnotation
|
||||
|
|
@ -687,7 +687,7 @@ classes:
|
|||
- url
|
||||
slot_usage:
|
||||
name:
|
||||
description: Short name or abbreviation
|
||||
description: Short name or has_or_had_abbreviation
|
||||
required: true
|
||||
full_name:
|
||||
description: Full official name
|
||||
|
|
@ -824,9 +824,9 @@ classes:
|
|||
- crawler_version
|
||||
- date_retrieved
|
||||
- extraction_method
|
||||
- extraction_notes
|
||||
- extraction_note
|
||||
- html_snapshot_path
|
||||
- notes
|
||||
- note
|
||||
- retrieval_agent
|
||||
- source_url
|
||||
- specificity_annotation
|
||||
|
|
@ -843,7 +843,7 @@ classes:
|
|||
source_url:
|
||||
description: Original source URL
|
||||
range: uri
|
||||
extraction_notes:
|
||||
extraction_note:
|
||||
description: Notes about extraction process or quality
|
||||
extraction_method:
|
||||
description: Method used (manual, automated, hybrid)
|
||||
|
|
@ -856,7 +856,7 @@ classes:
|
|||
range: integer
|
||||
validation_status:
|
||||
description: Status of validation (validated, pending, failed)
|
||||
notes:
|
||||
note:
|
||||
description: Additional provenance notes or remarks
|
||||
specificity_annotation:
|
||||
range: SpecificityAnnotation
|
||||
|
|
@ -874,16 +874,16 @@ classes:
|
|||
Captures the hierarchical structure of web pages for preservation
|
||||
and semantic understanding.
|
||||
slots:
|
||||
- content_blocks
|
||||
- featured_items
|
||||
- content_block
|
||||
- has_or_had_featured_item
|
||||
- heading_level
|
||||
- heading_text
|
||||
- heading_text_en
|
||||
- list_items
|
||||
- list_item
|
||||
- section_id
|
||||
- section_links
|
||||
- has_or_had_section_link
|
||||
- specificity_annotation
|
||||
- sub_sections
|
||||
- has_or_had_sub_section
|
||||
- template_specificity
|
||||
- xpath
|
||||
slot_usage:
|
||||
|
|
@ -899,25 +899,25 @@ classes:
|
|||
required: true
|
||||
heading_text_en:
|
||||
description: English translation of heading
|
||||
content_blocks:
|
||||
content_block:
|
||||
description: Paragraph content within this section
|
||||
multivalued: true
|
||||
sub_sections:
|
||||
has_or_had_sub_section:
|
||||
description: Nested sub-sections
|
||||
range: PageSection
|
||||
multivalued: true
|
||||
inlined_as_list: true
|
||||
section_links:
|
||||
has_or_had_section_link:
|
||||
description: Links within this section
|
||||
range: PageLink
|
||||
multivalued: true
|
||||
inlined_as_list: true
|
||||
featured_items:
|
||||
has_or_had_featured_item:
|
||||
description: Featured cards/items in this section
|
||||
range: FeaturedCard
|
||||
multivalued: true
|
||||
inlined_as_list: true
|
||||
list_items:
|
||||
list_item:
|
||||
description: List items (bulleted/numbered) in this section
|
||||
multivalued: true
|
||||
xpath:
|
||||
|
|
@ -1099,7 +1099,7 @@ slots:
|
|||
range: CustodianReference
|
||||
required: true
|
||||
inlined: true
|
||||
topics:
|
||||
topic:
|
||||
slot_uri: dcterms:subject
|
||||
description: Subject topics covered by this finding aid
|
||||
range: string
|
||||
|
|
@ -1113,42 +1113,42 @@ slots:
|
|||
description: Geographic area covered by the finding aid
|
||||
range: GeographicCoverage
|
||||
inlined: true
|
||||
sub_guides:
|
||||
has_or_had_sub_guide:
|
||||
slot_uri: rico:includes
|
||||
description: Sub-guides or related finding aids within this repository
|
||||
range: SubGuideReference
|
||||
multivalued: true
|
||||
inlined_as_list: true
|
||||
external_resources:
|
||||
has_or_had_external_resource:
|
||||
slot_uri: dcterms:references
|
||||
description: External resources related to this finding aid
|
||||
range: ExternalResource
|
||||
multivalued: true
|
||||
inlined_as_list: true
|
||||
key_archives:
|
||||
has_or_had_key_archive:
|
||||
slot_uri: rico:hasOrHadConstituent
|
||||
description: Key archives relevant to this finding aid topic
|
||||
range: ArchiveReference
|
||||
multivalued: true
|
||||
inlined_as_list: true
|
||||
related_archives:
|
||||
has_or_had_related_archive:
|
||||
slot_uri: rico:isRelatedTo
|
||||
description: External archives with related holdings
|
||||
range: ArchiveReference
|
||||
multivalued: true
|
||||
inlined_as_list: true
|
||||
related_guides:
|
||||
has_or_had_related_guide:
|
||||
slot_uri: rico:isRelatedTo
|
||||
description: Related finding aid guides (peer-level, not hierarchical)
|
||||
range: RelatedGuideReference
|
||||
multivalued: true
|
||||
inlined_as_list: true
|
||||
finding_aid_notes:
|
||||
finding_aid_note:
|
||||
slot_uri: skos:note
|
||||
description: General notes about this finding aid
|
||||
range: string
|
||||
multivalued: true
|
||||
page_sections:
|
||||
has_or_had_page_section:
|
||||
slot_uri: schema:hasPart
|
||||
description: Hierarchical page sections extracted from web page
|
||||
range: PageSection
|
||||
|
|
@ -1246,7 +1246,7 @@ slots:
|
|||
description: Related geographic areas
|
||||
range: string
|
||||
multivalued: true
|
||||
historical_regions:
|
||||
historical_region:
|
||||
slot_uri: dcterms:spatial
|
||||
description: Historical region names
|
||||
range: string
|
||||
|
|
@ -1261,7 +1261,7 @@ slots:
|
|||
description: International scope
|
||||
range: string
|
||||
multivalued: true
|
||||
major_cities:
|
||||
major_city:
|
||||
slot_uri: dcterms:spatial
|
||||
description: Major cities
|
||||
range: string
|
||||
|
|
@ -1415,27 +1415,27 @@ slots:
|
|||
slot_uri: dcterms:title
|
||||
description: Heading text in English
|
||||
range: string
|
||||
content_blocks:
|
||||
content_block:
|
||||
slot_uri: schema:text
|
||||
description: Content paragraphs
|
||||
range: string
|
||||
multivalued: true
|
||||
sub_sections:
|
||||
has_or_had_sub_section:
|
||||
slot_uri: schema:hasPart
|
||||
description: Nested sections
|
||||
range: PageSection
|
||||
multivalued: true
|
||||
section_links:
|
||||
has_or_had_section_link:
|
||||
slot_uri: schema:relatedLink
|
||||
description: Links in section
|
||||
range: PageLink
|
||||
multivalued: true
|
||||
featured_items:
|
||||
has_or_had_featured_item:
|
||||
slot_uri: schema:hasPart
|
||||
description: Featured items
|
||||
range: FeaturedCard
|
||||
multivalued: true
|
||||
list_items:
|
||||
list_item:
|
||||
slot_uri: schema:itemListElement
|
||||
description: List items
|
||||
range: string
|
||||
|
|
@ -1484,17 +1484,17 @@ slots:
|
|||
slot_uri: schema:image
|
||||
description: Card image URL
|
||||
range: uri
|
||||
key_periods:
|
||||
has_or_had_key_period:
|
||||
slot_uri: dcterms:temporal
|
||||
description: Named historical periods
|
||||
range: TemporalPeriod
|
||||
multivalued: true
|
||||
key_dates:
|
||||
has_or_had_key_date:
|
||||
slot_uri: dcterms:date
|
||||
description: Significant historical dates
|
||||
range: KeyDate
|
||||
multivalued: true
|
||||
periods:
|
||||
has_or_had_period:
|
||||
slot_uri: dcterms:temporal
|
||||
description: Named periods within coverage (uses TemporalPeriod class)
|
||||
range: TemporalPeriod
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue