diff --git a/frontend/public/schemas/20251121/linkml/manifest.json b/frontend/public/schemas/20251121/linkml/manifest.json index ce8d8d3535..9b95e8fa69 100644 --- a/frontend/public/schemas/20251121/linkml/manifest.json +++ b/frontend/public/schemas/20251121/linkml/manifest.json @@ -1,5 +1,5 @@ { - "generated": "2026-01-14T08:06:36.818Z", + "generated": "2026-01-14T08:07:11.151Z", "schemaRoot": "/schemas/20251121/linkml", "totalFiles": 2923, "categoryCounts": { diff --git a/schemas/20251121/linkml/modules/slots/administrative_expenses.yaml b/schemas/20251121/linkml/archive/slots/administrative_expenses_archived_20260114.yaml similarity index 100% rename from schemas/20251121/linkml/modules/slots/administrative_expenses.yaml rename to schemas/20251121/linkml/archive/slots/administrative_expenses_archived_20260114.yaml diff --git a/schemas/20251121/linkml/modules/slots/fundraising_expense.yaml b/schemas/20251121/linkml/archive/slots/fundraising_expense_archived_20260114.yaml similarity index 100% rename from schemas/20251121/linkml/modules/slots/fundraising_expense.yaml rename to schemas/20251121/linkml/archive/slots/fundraising_expense_archived_20260114.yaml diff --git a/schemas/20251121/linkml/modules/slots/has_or_had_administrative_expense.yaml b/schemas/20251121/linkml/archive/slots/has_or_had_administrative_expense_archived_20260114.yaml similarity index 100% rename from schemas/20251121/linkml/modules/slots/has_or_had_administrative_expense.yaml rename to schemas/20251121/linkml/archive/slots/has_or_had_administrative_expense_archived_20260114.yaml diff --git a/schemas/20251121/linkml/modules/slots/innovation_expense.yaml b/schemas/20251121/linkml/archive/slots/innovation_expense_archived_20260114.yaml similarity index 100% rename from schemas/20251121/linkml/modules/slots/innovation_expense.yaml rename to schemas/20251121/linkml/archive/slots/innovation_expense_archived_20260114.yaml diff --git a/schemas/20251121/linkml/modules/slots/program_expense.yaml b/schemas/20251121/linkml/archive/slots/program_expense_archived_20260114.yaml similarity index 100% rename from schemas/20251121/linkml/modules/slots/program_expense.yaml rename to schemas/20251121/linkml/archive/slots/program_expense_archived_20260114.yaml diff --git a/schemas/20251121/linkml/manifest.json b/schemas/20251121/linkml/manifest.json index 9b95e8fa69..d96c68ac68 100644 --- a/schemas/20251121/linkml/manifest.json +++ b/schemas/20251121/linkml/manifest.json @@ -1,5 +1,5 @@ { - "generated": "2026-01-14T08:07:11.151Z", + "generated": "2026-01-14T08:15:17.717Z", "schemaRoot": "/schemas/20251121/linkml", "totalFiles": 2923, "categoryCounts": { diff --git a/schemas/20251121/linkml/modules/classes/FunctionType.yaml b/schemas/20251121/linkml/modules/classes/FunctionType.yaml new file mode 100644 index 0000000000..50ffd27894 --- /dev/null +++ b/schemas/20251121/linkml/modules/classes/FunctionType.yaml @@ -0,0 +1,173 @@ +id: https://nde.nl/ontology/hc/class/FunctionType +name: function_type_class +title: FunctionType Class +description: >- + Abstract base class for organizational functions performed by heritage custodians. + Provides structured function categorization for administrative offices, departments, + and organizational units. + +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + schema: http://schema.org/ + org: http://www.w3.org/ns/org# + dcterms: http://purl.org/dc/terms/ + +imports: + - linkml:types + - ../slots/id + - ../slots/description + - ../slots/valid_from + - ../slots/valid_to + +default_prefix: hc + +enums: + FunctionTypeEnum: + description: >- + Classification of organizational functions for heritage custodians. + Based on W3C ORG org:purpose patterns and nonprofit organizational structure. + permissible_values: + ADMINISTRATIVE: + description: >- + Administrative/management functions: finance, HR, legal, executive management, + facilities, procurement, governance. + PROGRAM: + description: >- + Program/mission functions: exhibitions, conservation, education, research, + public programming, collection management. + SUPPORT: + description: >- + Support/operational functions: IT, security, maintenance, visitor services, + retail, catering. + DEVELOPMENT: + description: >- + Development/fundraising functions: donor relations, grants, membership, + corporate partnerships, planned giving. + COMMUNICATIONS: + description: >- + Communications/marketing functions: public relations, marketing, social media, + publications, branding. + OTHER: + description: >- + Other functions not classified above. + +classes: + FunctionType: + class_uri: hc:FunctionType + abstract: true + description: >- + Abstract base class representing a type of organizational function. + + **DESIGN RATIONALE**: + + This is an ABSTRACT class following the Type/Types naming convention (Rule 0b). + Concrete function types are defined in FunctionTypes.yaml as subclasses. + + **FUNCTION CLASSIFICATION**: + + Heritage custodians organize work into functional areas: + + | Category | Examples | + |----------|----------| + | ADMINISTRATIVE | Finance, HR, Legal, Executive | + | PROGRAM | Exhibitions, Conservation, Education | + | SUPPORT | IT, Security, Maintenance, Visitor Services | + | DEVELOPMENT | Fundraising, Grants, Membership | + | COMMUNICATIONS | PR, Marketing, Publications | + + **USAGE**: + + The `has_or_had_function` slot links entities to FunctionType instances: + + ```yaml + administrative_office: + has_or_had_function: + - function_category: ADMINISTRATIVE + function_name: "Finance and Accounting" + description: "Financial operations and reporting" + - function_category: ADMINISTRATIVE + function_name: "Human Resources" + description: "Staff management and recruitment" + ``` + + **ONTOLOGY ALIGNMENT**: + + - Primary: `org:purpose` - "Indicates the purpose of this Organization" + - Related: `schema:roleName` - The role associated with an organizational function + exact_mappings: + - org:purpose + close_mappings: + - schema:Role + related_mappings: + - org:OrganizationalUnit + slots: + - id + - function_category + - function_name + - description + - valid_from + - valid_to + slot_usage: + id: + identifier: true + required: false + function_category: + range: FunctionTypeEnum + required: true + description: High-level function classification. + function_name: + range: string + required: true + description: Specific name of the function (e.g., "Finance and Accounting"). + description: + range: string + required: false + description: Human-readable description of the function. + valid_from: + range: date + required: false + description: Start date when this function was established. + valid_to: + range: date + required: false + description: End date when this function was discontinued. + annotations: + custodian_types: '["*"]' + custodian_types_rationale: Organizational functions applicable to all heritage custodian types. + custodian_types_primary: M + specificity_score: 0.50 + specificity_rationale: >- + Moderately specific - organizational function classification is applicable + across institution types but specialized for organizational modeling. + examples: + - value: + function_category: ADMINISTRATIVE + function_name: Finance and Accounting + description: "Financial operations, budgeting, and reporting" + description: Administrative function - Finance + - value: + function_category: PROGRAM + function_name: Conservation + description: "Object conservation and preservation activities" + description: Program function - Conservation + - value: + function_category: SUPPORT + function_name: Information Technology + description: "IT infrastructure and support services" + description: Support function - IT + +slots: + function_category: + description: High-level classification of organizational function. + range: FunctionTypeEnum + slot_uri: org:classification + exact_mappings: + - org:classification + + function_name: + description: Specific name of the organizational function. + range: string + slot_uri: schema:roleName + exact_mappings: + - schema:roleName diff --git a/schemas/20251121/linkml/modules/slots/manifest.json b/schemas/20251121/linkml/modules/slots/manifest.json index 9d4248f571..6cb1de57f7 100644 --- a/schemas/20251121/linkml/modules/slots/manifest.json +++ b/schemas/20251121/linkml/modules/slots/manifest.json @@ -1,2109 +1,2105 @@ { - "files": [ - "accepts_or_accepted_external_work.yaml", - "accepts_or_accepted_payment_method.yaml", - "accepts_or_accepted_visiting_scholar.yaml", - "activities_societies.yaml", - "activity_id.yaml", - "actual_end.yaml", - "actual_start.yaml", - "address_formatted.yaml", - "address_type.yaml", - "admin_office_id.yaml", - "administrative_expenses.yaml", - "administrative_functions.yaml", - "affects_or_affected_organization.yaml", - "agenda_id.yaml", - "aggregates_from.yaml", - "aggregates_or_aggregated_from.yaml", - "all_data_real.yaml", - "all_links.yaml", - "allocates_or_allocated.yaml", - "allows_laptops.yaml", - "allows_or_allowed_laptop.yaml", - "allows_or_allowed_photography.yaml", - "allows_photography.yaml", - "alpha_2.yaml", - "alpha_3.yaml", - "also_identifies_name.yaml", - "annex_id.yaml", - "annual_participants.yaml", - "api_available.yaml", - "api_documentation.yaml", - "applicable_countries.yaml", - "applies_to_call.yaml", - "appointment_required.yaml", - "appraisal_notes.yaml", - "approved_by.yaml", - "approximate.yaml", - "archive_branches.yaml", - "archive_series.yaml", - "archived_at.yaml", - "area_hectares.yaml", - "arrangement_notes.yaml", - "asserted_by.yaml", - "assertion_id.yaml", - "associated_encompassing_bodies.yaml", - "associated_taxa.yaml", - "audio_event_segments.yaml", - "authentication_required.yaml", - "authors.yaml", - "auto_generated.yaml", - "auxiliary_place_id.yaml", - "auxiliary_places.yaml", - "auxiliary_platform_id.yaml", - "auxiliary_platforms.yaml", - "available_caption_languages.yaml", - "backup_status.yaml", - "base_surname.yaml", - "bay_number.yaml", - "begin_of_the_begin.yaml", - "begin_of_the_end.yaml", - "beneficiary_group.yaml", - "benefit.yaml", - "bibframe_equivalent.yaml", - "binding.yaml", - "binding_description.yaml", - "binding_provenance.yaml", - "binding_type.yaml", - "bio_custodian_subtype.yaml", - "bio_type_classification.yaml", - "birth_date.yaml", - "birth_place.yaml", - "bold_id.yaml", - "booking_required.yaml", - "bookplate.yaml", - "borrower.yaml", - "borrower_contact.yaml", - "bounding_box.yaml", - "box_number.yaml", - "branch_description.yaml", - "branch_head.yaml", - "branch_id.yaml", - "branch_name.yaml", - "branch_office_description.yaml", - "branch_office_id.yaml", - "branch_office_name.yaml", - "branch_service_area.yaml", - "branch_staff_count.yaml", - "branch_type.yaml", - "broader_concept.yaml", - "broader_concept_label.yaml", - "broader_type.yaml", - "budget.yaml", - "budget_currency.yaml", - "budget_description.yaml", - "budget_name.yaml", - "budget_status.yaml", - "budget_type.yaml", - "building_floor_area_sqm.yaml", - "business_criticality.yaml", - "business_model.yaml", - "cached_token.yaml", - "cadastral_id.yaml", - "call_description.yaml", - "call_id.yaml", - "call_identifier.yaml", - "call_number.yaml", - "call_short_name.yaml", - "call_status.yaml", - "call_title.yaml", - "call_url.yaml", - "canonical_access_rule.yaml", - "canonical_value.yaml", - "capacity.yaml", - "capacity_cubic_meters.yaml", - "capacity_description.yaml", - "capacity_item.yaml", - "capacity_linear_meters.yaml", - "capital_budget.yaml", - "caption_available.yaml", - "card_description.yaml", - "card_description_en.yaml", - "card_image_url.yaml", - "card_title.yaml", - "card_title_en.yaml", - "card_url.yaml", - "carrier_type.yaml", - "carries_information.yaml", - "catalog_description.yaml", - "catalog_entries_count.yaml", - "catalog_for.yaml", - "catalog_id.yaml", - "catalog_raisonne_number.yaml", - "catalog_subtitle.yaml", - "catalog_system.yaml", - "catalog_title.yaml", - "catalog_type.yaml", - "catalog_url.yaml", - "cataloging_standard.yaml", - "category_measurement.yaml", - "category_note.yaml", - "category_status.yaml", - "catering_place_description.yaml", - "catering_place_id.yaml", - "catering_place_name.yaml", - "catering_price_range.yaml", - "catering_type.yaml", - "certainty_level.yaml", - "certainty_note.yaml", - "cessation_observed_in.yaml", - "change_in_net_asset.yaml", - "change_rationale.yaml", - "chapter_description.yaml", - "chapter_end_seconds.yaml", - "chapter_end_time.yaml", - "chapter_id.yaml", - "chapter_index.yaml", - "chapter_source.yaml", - "chapter_start_seconds.yaml", - "chapter_start_time.yaml", - "chapter_thumbnail_timestamp.yaml", - "chapter_thumbnail_url.yaml", - "chapter_title.yaml", - "chapters_generated_at.yaml", - "chapters_source.yaml", - "character_count.yaml", - "circumstances_of_death.yaml", - "cites_appendix.yaml", - "city.yaml", - "claim.yaml", - "claim_extraction_method.yaml", - "claim_id.yaml", - "claim_note.yaml", - "claim_source_url.yaml", - "claim_type.yaml", - "claim_value.yaml", - "claims_count.yaml", - "classification_status.yaml", - "classifies_place.yaml", - "classroom_count.yaml", - "clear_thinking.yaml", - "climate_control_type.yaml", - "closed_space_id.yaml", - "cms_category.yaml", - "cms_detected.yaml", - "cms_id.yaml", - "cms_product_name.yaml", - "cms_product_version.yaml", - "co_funding_required.yaml", - "co_organized_by.yaml", - "collected_in.yaml", - "collecting_scope.yaml", - "collection_access.yaml", - "collection_broader_type.yaml", - "collection_date.yaml", - "collection_description.yaml", - "collection_discovery_score.yaml", - "collection_focus.yaml", - "collection_id.yaml", - "collection_locality_text.yaml", - "collection_location.yaml", - "collection_name.yaml", - "collection_of.yaml", - "collection_purpose.yaml", - "collection_scope.yaml", - "collection_size.yaml", - "collection_type.yaml", - "collection_type_description.yaml", - "collection_type_id.yaml", - "collection_type_name.yaml", - "collection_type_ref.yaml", - "collection_web_address.yaml", - "collections_under_responsibility.yaml", - "collector.yaml", - "colonial.yaml", - "comment_author.yaml", - "comment_author_channel_id.yaml", - "comment_count.yaml", - "comment_id.yaml", - "comment_like_count.yaml", - "comment_published_at.yaml", - "comment_reply_count.yaml", - "comment_text.yaml", - "comment_updated_at.yaml", - "comments_fetched.yaml", - "commercial_activity.yaml", - "commercial_custodian_subtype.yaml", - "commercial_operation.yaml", - "commission_rate.yaml", - "common_name.yaml", - "common_name_language.yaml", - "common_variant.yaml", - "community_engagement.yaml", - "community_significance.yaml", - "completion_token.yaml", - "complex_name.yaml", - "compliance_status.yaml", - "component_type.yaml", - "condition.yaml", - "condition_after.yaml", - "condition_before.yaml", - "condition_description.yaml", - "condition_id.yaml", - "condition_on_return.yaml", - "condition_policy.yaml", - "condition_status.yaml", - "confidence.yaml", - "confidence_method.yaml", - "confidence_score.yaml", - "confidence_value.yaml", - "conflict_status.yaml", - "connection.yaml", - "connection_degree.yaml", - "connection_headline.yaml", - "connection_heritage_relevant.yaml", - "connection_heritage_type.yaml", - "connection_id.yaml", - "connection_linkedin_url.yaml", - "connection_location.yaml", - "connection_name.yaml", - "connection_organization.yaml", - "connections_by_heritage_type.yaml", - "connections_extracted.yaml", - "connections_text.yaml", - "connectivity_type.yaml", - "conservation_breeding.yaml", - "conservation_history.yaml", - "conservation_lab.yaml", - "conservation_note.yaml", - "conservation_specialization.yaml", - "conservation_status.yaml", - "conservator.yaml", - "conservator_affiliation.yaml", - "constituent_type.yaml", - "construction_date.yaml", - "construction_date_precision.yaml", - "contact.yaml", - "contact_email.yaml", - "contact_point.yaml", - "contains_or_contained_collection.yaml", - "contains_or_contained_contains_unit.yaml", - "contains_or_contained_covers_settlement.yaml", - "contains_storage.yaml", - "content.yaml", - "content_block.yaml", - "content_category.yaml", - "content_changed.yaml", - "content_hash.yaml", - "content_id.yaml", - "content_language.yaml", - "content_origin.yaml", - "content_summary.yaml", - "content_title.yaml", - "content_type.yaml", - "content_url.yaml", - "contents_description.yaml", - "contributes_to.yaml", - "contribution_start_date.yaml", - "contributor.yaml", - "contributor_code.yaml", - "coordinate_reference_system.yaml", - "copy_note.yaml", - "copy_number.yaml", - "corporate_integration.yaml", - "cost.yaml", - "cost_currency.yaml", - "cost_usd.yaml", - "count.yaml", - "country.yaml", - "country_name.yaml", - "courier_detail.yaml", - "courier_required.yaml", - "court_types_covered.yaml", - "cover_image_url.yaml", - "cover_material.yaml", - "cover_or_covered_subregion.yaml", - "coverage_area.yaml", - "covers_country.yaml", - "covers_full_video.yaml", - "crawler_version.yaml", - "created.yaml", - "created_by_project.yaml", - "created_date.yaml", - "creating_agency.yaml", - "creating_function.yaml", - "creating_organization.yaml", - "creation_place.yaml", - "creation_timespan.yaml", - "creator.yaml", - "creator_role.yaml", - "credentials_required.yaml", - "css_selector.yaml", - "cuisine_type.yaml", - "cultural_context.yaml", - "cultural_focus_area.yaml", - "cultural_protocol_url.yaml", - "curated_by.yaml", - "curated_holding.yaml", - "currency.yaml", - "current_exhibition.yaml", - "current_item_count.yaml", - "current_keeper.yaml", - "current_location.yaml", - "current_use.yaml", - "current_utilization_percent.yaml", - "custodial_history.yaml", - "custodian.yaml", - "custodian_only.yaml", - "custodian_type_broader.yaml", - "custodian_type_narrower.yaml", - "custodian_type_related.yaml", - "custody_history.yaml", - "cut_count.yaml", - "data_format.yaml", - "data_license_policy.yaml", - "data_repository.yaml", - "data_sensitivity.yaml", - "data_source_whatsapp.yaml", - "data_tier.yaml", - "dataset_description.yaml", - "dataset_identifier.yaml", - "dataset_title.yaml", - "date.yaml", - "date_created.yaml", - "date_identified.yaml", - "date_of_death.yaml", - "date_of_publication.yaml", - "date_precision.yaml", - "date_retrieved.yaml", - "de.yaml", - "dealer_name.yaml", - "death_place.yaml", - "deceased.yaml", - "decommission_date.yaml", - "default_access_policy.yaml", - "default_audio_language.yaml", - "default_language.yaml", - "default_position.yaml", - "defined_by_standard.yaml", - "definition.yaml", - "degree_name.yaml", - "deliverable.yaml", - "departement_code.yaml", - "departement_name.yaml", - "department_code.yaml", - "department_description.yaml", - "department_head.yaml", - "department_id.yaml", - "department_name.yaml", - "deployment_date.yaml", - "derived_from_entity.yaml", - "derived_from_observation.yaml", - "description.yaml", - "description_section.yaml", - "detection_count.yaml", - "detection_level.yaml", - "detection_threshold.yaml", - "device_count.yaml", - "device_id.yaml", - "device_manufacturer.yaml", - "device_model.yaml", - "device_name.yaml", - "device_type.yaml", - "diarization_confidence.yaml", - "diarization_enabled.yaml", - "diarization_end_seconds.yaml", - "diarization_speaker_id.yaml", - "diarization_speaker_label.yaml", - "diarization_start_seconds.yaml", - "digital_confidence.yaml", - "digital_indicator.yaml", - "digital_platform.yaml", - "digital_platform_score.yaml", - "digital_presence_type.yaml", - "digital_professional.yaml", - "digital_surrogate.yaml", - "digital_surrogate_url.yaml", - "digitization_budget.yaml", - "digitization_status.yaml", - "dimension.yaml", - "diocese_name.yaml", - "dislike_count.yaml", - "display_location.yaml", - "disposition_service.yaml", - "dissolution_date.yaml", - "dissolve_count.yaml", - "dissolved_date.yaml", - "document_description.yaml", - "document_title.yaml", - "document_type.yaml", - "documentation.yaml", - "documentation_produced.yaml", - "documentation_source.yaml", - "documentation_url.yaml", - "documented_by.yaml", - "documents_budget.yaml", - "doi.yaml", - "domain_context.yaml", - "download_endpoint.yaml", - "drawer_number.yaml", - "dual_class_link.yaml", - "dual_class_role.yaml", - "duration.yaml", - "ead_id.yaml", - "ebook_url.yaml", - "ecclesiastical_province.yaml", - "edition_number.yaml", - "edition_statement.yaml", - "editor.yaml", - "education.yaml", - "education_center_description.yaml", - "education_center_id.yaml", - "education_center_name.yaml", - "education_contact_email.yaml", - "education_description.yaml", - "education_end_year.yaml", - "education_level.yaml", - "education_provider_subtype.yaml", - "education_start_year.yaml", - "education_type_classification.yaml", - "education_years_raw.yaml", - "effective_date.yaml", - "eligible_applicant.yaml", - "eligible_country.yaml", - "embargo_end_date.yaml", - "embargo_reason.yaml", - "emic_name.yaml", - "employer_linkedin_url.yaml", - "employer_name.yaml", - "employment_dates_raw.yaml", - "employment_end_date.yaml", - "employment_start_date.yaml", - "en.yaml", - "encompasses_or_encompassed.yaml", - "encompassing_body.yaml", - "end.yaml", - "end_date.yaml", - "end_of_the_begin.yaml", - "end_of_the_end.yaml", - "end_seconds.yaml", - "end_time.yaml", - "ended_at_time.yaml", - "endorsement_source.yaml", - "endowment_draw.yaml", - "engagement_rate.yaml", - "enriched_date.yaml", - "enrichment_metadata_whatsapp.yaml", - "enrichment_method_whatsapp.yaml", - "entity_types_covered.yaml", - "entry_count.yaml", - "environmental_control.yaml", - "environmental_requirement.yaml", - "environmental_zone_type_code.yaml", - "environmental_zone_type_description.yaml", - "environmental_zone_type_id.yaml", - "environmental_zone_type_label.yaml", - "equipment_type.yaml", - "established_date.yaml", - "estimated_extent.yaml", - "estimated_volume.yaml", - "etag.yaml", - "event.yaml", - "event_cancelled_reason.yaml", - "event_date.yaml", - "event_date_end.yaml", - "event_date_start.yaml", - "event_date_text.yaml", - "event_description.yaml", - "event_documentation.yaml", - "event_en.yaml", - "event_id.yaml", - "event_label.yaml", - "event_location.yaml", - "event_name.yaml", - "event_note.yaml", - "event_status.yaml", - "event_timespan.yaml", - "event_type.yaml", - "event_url.yaml", - "event_venue.yaml", - "evidence_documentation.yaml", - "evidence_gap.yaml", - "example_instance.yaml", - "example_platform.yaml", - "example_portal.yaml", - "execution_date.yaml", - "exhibited_in.yaml", - "exhibition_capacity.yaml", - "exhibition_catalog_url.yaml", - "exhibition_description.yaml", - "exhibition_documentation.yaml", - "exhibition_floor_area_sqm.yaml", - "exhibition_focus.yaml", - "exhibition_id.yaml", - "exhibition_location.yaml", - "exhibition_model.yaml", - "exhibition_name.yaml", - "exhibition_program.yaml", - "exhibition_ref.yaml", - "exhibition_schedule.yaml", - "exhibition_space_description.yaml", - "exhibition_space_id.yaml", - "exhibition_space_name.yaml", - "exhibition_status.yaml", - "exhibition_subtitle.yaml", - "exhibition_timespan.yaml", - "exhibition_type.yaml", - "exhibition_url.yaml", - "exhibition_venue.yaml", - "expected_transfer_date.yaml", - "experience.yaml", - "expertise_area.yaml", - "exposed_via_portal.yaml", - "extension_count.yaml", - "extent.yaml", - "extent_item.yaml", - "extent_text.yaml", - "external_funding.yaml", - "external_identifier.yaml", - "external_link.yaml", - "extraction_agent.yaml", - "extraction_confidence.yaml", - "extraction_date.yaml", - "extraction_metadata.yaml", - "extraction_method.yaml", - "extraction_note.yaml", - "extraction_timestamp.yaml", - "face_bbox.yaml", - "face_confidence.yaml", - "face_segment.yaml", - "facility_design.yaml", - "fade_count.yaml", - "favorite_count.yaml", - "feature_class.yaml", - "feature_code.yaml", - "feature_description.yaml", - "feature_language.yaml", - "feature_name.yaml", - "feature_note.yaml", - "feature_type.yaml", - "feature_type_classification.yaml", - "featured_work.yaml", - "fee_amount.yaml", - "fee_required.yaml", - "feeds_portal.yaml", - "fellows_count.yaml", - "field_number.yaml", - "field_of_study.yaml", - "file_number.yaml", - "filing_id.yaml", - "filing_type.yaml", - "financial_archival_stage.yaml", - "financial_document_format.yaml", - "financial_document_url.yaml", - "finding_aid_access_restriction.yaml", - "finding_aid_description.yaml", - "finding_aid_note.yaml", - "finding_aid_scope_note.yaml", - "finding_aid_temporal_coverage.yaml", - "finding_aid_type.yaml", - "finding_aid_type_definition.yaml", - "finding_aid_type_id.yaml", - "finding_aid_type_name.yaml", - "finding_aids_format.yaml", - "finish_reason.yaml", - "fire_suppression_type.yaml", - "fiscal_year_end.yaml", - "fiscal_year_start.yaml", - "fixity_check_date.yaml", - "fixity_info.yaml", - "flood_protection_required.yaml", - "folio_count.yaml", - "follow_up_date.yaml", - "follower_count.yaml", - "following_activity.yaml", - "following_count.yaml", - "footnote.yaml", - "format.yaml", - "founded_year.yaml", - "founding_date.yaml", - "founding_date_diocese.yaml", - "fr.yaml", - "frame_rate.yaml", - "frame_sample_rate.yaml", - "from_location.yaml", - "from_owner.yaml", - "from_owner_text.yaml", - "full_extracted_text.yaml", - "full_name.yaml", - "full_text.yaml", - "functional_integration.yaml", - "funded_project.yaml", - "funding_amount.yaml", - "funding_call.yaml", - "funding_focus.yaml", - "funding_program.yaml", - "funding_rate.yaml", - "funding_scheme.yaml", - "funding_source.yaml", - "fundraising_expense.yaml", - "gallery_subtype.yaml", - "gallery_type_classification.yaml", - "gbif_id.yaml", - "gdpr_relevant.yaml", - "genbank_accession.yaml", - "gender_identity.yaml", - "general_heritage_score.yaml", - "generated_by.yaml", - "generation_method.yaml", - "generation_timestamp.yaml", - "geographic_coverage.yaml", - "geographic_restriction.yaml", - "geographic_scope.yaml", - "geometry_type.yaml", - "geometry_wkt.yaml", - "geonames_id.yaml", - "geospatial_id.yaml", - "geospatial_source.yaml", - "ghcid.yaml", - "gift_shop.yaml", - "giftshop_price_range.yaml", - "given_name.yaml", - "glamorcubesfixphdnt_code.yaml", - "gleif_jurisdiction_code.yaml", - "gleif_ra_code.yaml", - "governance_authority.yaml", - "governance_clause.yaml", - "governance_representative.yaml", - "governance_role.yaml", - "governance_structure.yaml", - "governing_body.yaml", - "growth_rate.yaml", - "habitat.yaml", - "halc_adm1_code.yaml", - "halc_adm2_name.yaml", - "handwriting_confidence.yaml", - "has_access_application_url.yaml", - "has_access_interface_url.yaml", - "has_accession_date.yaml", - "has_accession_number.yaml", - "has_accumulation_end_date.yaml", - "has_accumulation_start_date.yaml", - "has_accuracy_in_meters.yaml", - "has_acquisition_date.yaml", - "has_acquisition_history.yaml", - "has_acquisition_method.yaml", - "has_acquisition_source.yaml", - "has_activity_description.yaml", - "has_activity_identifier.yaml", - "has_activity_name.yaml", - "has_activity_timespan.yaml", - "has_activity_type.yaml", - "has_actual_end_date.yaml", - "has_actual_return_date.yaml", - "has_actual_start_date.yaml", - "has_address.yaml", - "has_admin_office_description.yaml", - "has_admin_office_identifier.yaml", - "has_admin_office_name.yaml", - "has_administration.yaml", - "has_administration_description.yaml", - "has_administration_name.yaml", - "has_administrative_level.yaml", - "has_adoption_context.yaml", - "has_age.yaml", - "has_agenda_description.yaml", - "has_agenda_document_url.yaml", - "has_agenda_identifier.yaml", - "has_agenda_short_name.yaml", - "has_agenda_title.yaml", - "has_agenda_url.yaml", - "has_agent_name.yaml", - "has_agent_type.yaml", - "has_agreement_signed_date.yaml", - "has_air_changes_per_hour.yaml", - "has_all_data_real_flag.yaml", - "has_allocation_date.yaml", - "has_alpha_2_code.yaml", - "has_alpha_3_code.yaml", - "has_altitude.yaml", - "has_amendment_history.yaml", - "has_annex_description.yaml", - "has_annex_identifier.yaml", - "has_annex_name.yaml", - "has_annex_reason.yaml", - "has_annotation_by.yaml", - "has_annotation_motivation.yaml", - "has_annotation_segment.yaml", - "has_annotation_type.yaml", - "has_api_available_flag.yaml", - "has_api_documentation_url.yaml", - "has_api_version.yaml", - "has_appellation_language.yaml", - "has_appellation_type.yaml", - "has_appellation_value.yaml", - "has_applicable_country.yaml", - "has_application_deadline.yaml", - "has_application_opening_date.yaml", - "has_appointment_required_flag.yaml", - "has_appraisal_note.yaml", - "has_approval_date.yaml", - "has_archdiocese_name.yaml", - "has_architectural_style.yaml", - "has_archival_reference.yaml", - "has_archive_description.yaml", - "has_archive_memento_uri.yaml", - "has_archive_name.yaml", - "has_archive_path.yaml", - "has_archive_search_score.yaml", - "has_archive_subtype.yaml", - "has_area_in_hectare.yaml", - "has_arrangement.yaml", - "has_arrangement_level.yaml", - "has_arrangement_note.yaml", - "has_articles_archival_stage.yaml", - "has_articles_document_format.yaml", - "has_articles_document_url.yaml", - "has_articles_of_association.yaml", - "has_aspect_ratio.yaml", - "has_assertion_date.yaml", - "has_assertion_identifier.yaml", - "has_assertion_rationale.yaml", - "has_assertion_value.yaml", - "has_assessment_category.yaml", - "has_assessment_date.yaml", - "has_associated_taxon.yaml", - "has_auction_house.yaml", - "has_auction_sale_name.yaml", - "has_audience_type.yaml", - "has_audio_event_segment.yaml", - "has_audio_quality_score.yaml", - "has_audit_date.yaml", - "has_audit_opinion.yaml", - "has_auditor_name.yaml", - "has_authentication_required_flag.yaml", - "has_author.yaml", - "has_authority_file_abbreviation.yaml", - "has_authority_file_name.yaml", - "has_authority_file_url.yaml", - "has_auxiliary_place.yaml", - "has_auxiliary_place_identifier.yaml", - "has_auxiliary_place_type.yaml", - "has_auxiliary_platform.yaml", - "has_auxiliary_platform_identifier.yaml", - "has_auxiliary_platform_type.yaml", - "has_av_equipment.yaml", - "has_availability_timespan.yaml", - "has_available_caption_language.yaml", - "has_average_entry_duration_seconds.yaml", - "has_average_scene_duration_seconds.yaml", - "has_boundary.yaml", - "has_budget.yaml", - "has_climate_control.yaml", - "has_clipping.yaml", - "has_collection.yaml", - "has_computer_terminal.yaml", - "has_deacidification_facility.yaml", - "has_derived_observation.yaml", - "has_feature_type.yaml", - "has_fellows_program.yaml", - "has_forklift_access.yaml", - "has_fume_hood.yaml", - "has_geospatial_location.yaml", - "has_hands_on_facility.yaml", - "has_imaging_equipment.yaml", - "has_iso_3166_1_alpha_2_code.yaml", - "has_iso_3166_1_alpha_3_code.yaml", - "has_link.yaml", - "has_loading_dock.yaml", - "has_local_collection.yaml", - "has_locker.yaml", - "has_member.yaml", - "has_michelin_star.yaml", - "has_microfilm_reader.yaml", - "has_narrower_instance.yaml", - "has_observation.yaml", - "has_operational_archive.yaml", - "has_operational_unit.yaml", - "has_or_had_abbreviation.yaml", - "has_or_had_about_text.yaml", - "has_or_had_academic_affiliation.yaml", - "has_or_had_academic_program.yaml", - "has_or_had_access_condition.yaml", - "has_or_had_access_control.yaml", - "has_or_had_access_description.yaml", - "has_or_had_access_frequency.yaml", - "has_or_had_access_level.yaml", - "has_or_had_access_management.yaml", - "has_or_had_access_policy.yaml", - "has_or_had_access_policy_reference.yaml", - "has_or_had_access_restriction.yaml", - "has_or_had_access_right.yaml", - "has_or_had_access_trigger_event.yaml", - "has_or_had_accessibility_feature.yaml", - "has_or_had_account_identifier.yaml", - "has_or_had_account_name.yaml", - "has_or_had_account_status.yaml", - "has_or_had_accreditation.yaml", - "has_or_had_accreditation_body.yaml", - "has_or_had_acquisition_budget.yaml", - "has_or_had_activity_or_society_membership.yaml", - "has_or_had_address.yaml", - "has_or_had_admin_staff_count.yaml", - "has_or_had_administrative_expense.yaml", - "has_or_had_administrative_function.yaml", - "has_or_had_admission_fee.yaml", - "has_or_had_affected_territory.yaml", - "has_or_had_affected_unit.yaml", - "has_or_had_affiliated_university.yaml", - "has_or_had_affiliation.yaml", - "has_or_had_alternative_name.yaml", - "has_or_had_alternative_observed_name.yaml", - "has_or_had_animal_species_count.yaml", - "has_or_had_annual_participant_count.yaml", - "has_or_had_annual_revenue.yaml", - "has_or_had_api_endpoint.yaml", - "has_or_had_appellation.yaml", - "has_or_had_appraisal_policy.yaml", - "has_or_had_architect.yaml", - "has_or_had_archival_status.yaml", - "has_or_had_archive_branch.yaml", - "has_or_had_archive_scope.yaml", - "has_or_had_area_served.yaml", - "has_or_had_arrangement_system.yaml", - "has_or_had_artist_representation.yaml", - "has_or_had_artwork_count.yaml", - "has_or_had_assigned_processor.yaml", - "has_or_had_associated_auxiliary_platform.yaml", - "has_or_had_associated_custodian.yaml", - "has_or_had_associated_digital_platform.yaml", - "has_or_had_associated_encompassing_body.yaml", - "has_or_had_audience_size.yaml", - "has_or_had_audit_status.yaml", - "has_or_had_based_on_observation.yaml", - "has_or_had_category_assessment.yaml", - "has_or_had_chapter.yaml", - "has_or_had_collection.yaml", - "has_or_had_collection_narrower_type.yaml", - "has_or_had_comment_reply.yaml", - "has_or_had_condition_note.yaml", - "has_or_had_conservation_activity.yaml", - "has_or_had_conservation_record.yaml", - "has_or_had_curation_activity.yaml", - "has_or_had_custodian.yaml", - "has_or_had_custodian_name.yaml", - "has_or_had_custodian_observation.yaml", - "has_or_had_custodian_type.yaml", - "has_or_had_data_quality_flag.yaml", - "has_or_had_data_service_endpoint.yaml", - "has_or_had_depositing_organization.yaml", - "has_or_had_detected_face.yaml", - "has_or_had_detected_landmark.yaml", - "has_or_had_detected_logo.yaml", - "has_or_had_detected_object.yaml", - "has_or_had_diarization_segment.yaml", - "has_or_had_digital_platform.yaml", - "has_or_had_documentation_source.yaml", - "has_or_had_encompass.yaml", - "has_or_had_environmental_condition.yaml", - "has_or_had_environmental_zone.yaml", - "has_or_had_essay.yaml", - "has_or_had_examination_method.yaml", - "has_or_had_exhibition.yaml", - "has_or_had_exhibition_catalog.yaml", - "has_or_had_exposed_collection.yaml", - "has_or_had_external_resource.yaml", - "has_or_had_featured_item.yaml", - "has_or_had_featured_object.yaml", - "has_or_had_finding_aid.yaml", - "has_or_had_fond.yaml", - "has_or_had_generate.yaml", - "has_or_had_holds_record_set_type.yaml", - "has_or_had_ich_safeguarding_measure.yaml", - "has_or_had_identify.yaml", - "has_or_had_implementing_organisation.yaml", - "has_or_had_involved_actor.yaml", - "has_or_had_iot_device.yaml", - "has_or_had_key_archive.yaml", - "has_or_had_key_date.yaml", - "has_or_had_key_period.yaml", - "has_or_had_language.yaml", - "has_or_had_linked_data_endpoint.yaml", - "has_or_had_loaned_object.yaml", - "has_or_had_managed_by_cm.yaml", - "has_or_had_managed_collection.yaml", - "has_or_had_manages_collection.yaml", - "has_or_had_member.yaml", - "has_or_had_member_custodian.yaml", - "has_or_had_music_segment.yaml", - "has_or_had_open_access_endpoint.yaml", - "has_or_had_operate.yaml", - "has_or_had_operates_platform_type.yaml", - "has_or_had_operates_storage_type.yaml", - "has_or_had_organizational_change_event.yaml", - "has_or_had_organizational_structure.yaml", - "has_or_had_page_section.yaml", - "has_or_had_participated_in_event.yaml", - "has_or_had_participated_in_project.yaml", - "has_or_had_period.yaml", - "has_or_had_portal_data_source.yaml", - "has_or_had_post_type.yaml", - "has_or_had_powered_by_cm.yaml", - "has_or_had_previous_owner.yaml", - "has_or_had_primary_presence_assertion.yaml", - "has_or_had_product_category.yaml", - "has_or_had_project.yaml", - "has_or_had_provenance_event.yaml", - "has_or_had_registered_dataset.yaml", - "has_or_had_registration_number.yaml", - "has_or_had_related_activity.yaml", - "has_or_had_related_archive.yaml", - "has_or_had_related_event.yaml", - "has_or_had_related_exhibition.yaml", - "has_or_had_related_guide.yaml", - "has_or_had_related_heritage_form.yaml", - "has_or_had_requirement.yaml", - "has_or_had_research_attempt.yaml", - "has_or_had_resulting_unit.yaml", - "has_or_had_safeguard.yaml", - "has_or_had_scene_segment.yaml", - "has_or_had_secondary_system.yaml", - "has_or_had_section_link.yaml", - "has_or_had_segment.yaml", - "has_or_had_series.yaml", - "has_or_had_silence_segment.yaml", - "has_or_had_social_media_profile.yaml", - "has_or_had_sound_event_type.yaml", - "has_or_had_speech_segment.yaml", - "has_or_had_staff_member.yaml", - "has_or_had_storage_condition.yaml", - "has_or_had_storage_facility.yaml", - "has_or_had_storage_unit.yaml", - "has_or_had_stores_collection.yaml", - "has_or_had_strategic_objective.yaml", - "has_or_had_sub_collection.yaml", - "has_or_had_sub_department.yaml", - "has_or_had_sub_guide.yaml", - "has_or_had_sub_section.yaml", - "has_or_had_suborganization.yaml", - "has_or_had_text_region.yaml", - "has_or_had_text_segment.yaml", - "has_or_had_thematic_route.yaml", - "has_or_had_tracked_in_cm.yaml", - "has_or_had_transmission_method.yaml", - "has_or_had_used_source.yaml", - "has_or_had_web_claim.yaml", - "has_outdoor_seating.yaml", - "has_person_name.yaml", - "has_person_observation.yaml", - "has_publication_series.yaml", - "has_research_library.yaml", - "has_security_system.yaml", - "has_sub_branch.yaml", - "has_suborganization.yaml", - "has_supervised_handling.yaml", - "has_timespan.yaml", - "has_unit.yaml", - "has_wifi.yaml", - "hazard.yaml", - "hc_id.yaml", - "hc_preset_uri.yaml", - "heading_level.yaml", - "heading_text.yaml", - "heading_text_en.yaml", - "headline.yaml", - "heritage_designation_date.yaml", - "heritage_education.yaml", - "heritage_employer.yaml", - "heritage_form_description.yaml", - "heritage_form_id.yaml", - "heritage_form_name.yaml", - "heritage_holding.yaml", - "heritage_mandate.yaml", - "heritage_practice.yaml", - "heritage_relevance.yaml", - "heritage_relevance_score.yaml", - "heritage_relevant_count.yaml", - "heritage_relevant_percentage.yaml", - "heritage_society_subtype.yaml", - "heritage_status.yaml", - "heritage_type.yaml", - "heritage_type_classification.yaml", - "heritage_type_code.yaml", - "higher_classification.yaml", - "historic_building_description.yaml", - "historic_building_id.yaml", - "historic_building_name.yaml", - "historic_garden_designation.yaml", - "historical_region.yaml", - "holy_site_subtype.yaml", - "homepage_web_address.yaml", - "hosts_branch.yaml", - "house_number.yaml", - "html_file.yaml", - "html_snapshot_path.yaml", - "http_status_code.yaml", - "humidity_max.yaml", - "humidity_min.yaml", - "humidity_target.yaml", - "humidity_tolerance.yaml", - "hypernym_event_type.yaml", - "ich_domain.yaml", - "ich_transmission_method.yaml", - "iconography.yaml", - "id.yaml", - "identification_qualifier.yaml", - "identified_by.yaml", - "identifier.yaml", - "identifier_format.yaml", - "identifier_format_used.yaml", - "identifier_lookup_score.yaml", - "identifier_scheme.yaml", - "identifier_value.yaml", - "identifies_custodian.yaml", - "iiif_compatible.yaml", - "iiif_support.yaml", - "illustration.yaml", - "image_url.yaml", - "impact_measurement.yaml", - "implements_agenda.yaml", - "implements_auxiliary_platform.yaml", - "implements_digital_platform.yaml", - "inbound_from.yaml", - "includes_bounding_box.yaml", - "includes_handwriting.yaml", - "includes_music_description.yaml", - "includes_object_tracking.yaml", - "includes_segmentation_mask.yaml", - "includes_sound_description.yaml", - "includes_speaker.yaml", - "includes_speaker_identification.yaml", - "includes_timestamp.yaml", - "info_session_date.yaml", - "initial.yaml", - "innovation_budget.yaml", - "innovation_expense.yaml", - "inscription.yaml", - "installation_date.yaml", - "installed_at_place.yaml", - "instance_of.yaml", - "institution_function.yaml", - "institution_linkedin_url.yaml", - "institution_name.yaml", - "insurance_currency.yaml", - "insurance_provider.yaml", - "insurance_value.yaml", - "intangible_heritage_subtype.yaml", - "interlibrary_loan.yaml", - "internal_funding.yaml", - "international.yaml", - "inventory_number.yaml", - "inventory_web_address.yaml", - "is_accessible.yaml", - "is_accredited.yaml", - "is_active.yaml", - "is_annex_of_reading_room.yaml", - "is_approximate.yaml", - "is_auto_generated.yaml", - "is_auxiliary_of_place.yaml", - "is_auxiliary_of_platform.yaml", - "is_background.yaml", - "is_branch_of.yaml", - "is_closed_caption.yaml", - "is_current_position.yaml", - "is_current_version.yaml", - "is_embeddable.yaml", - "is_heritage_relevant.yaml", - "is_historical_boundary.yaml", - "is_leased.yaml", - "is_legal_status_of.yaml", - "is_licensed_content.yaml", - "is_made_for_kid.yaml", - "is_mandatory.yaml", - "is_member_of.yaml", - "is_official_assessment.yaml", - "is_official_content.yaml", - "is_open_to_public.yaml", - "is_or_was_about_digital_presence.yaml", - "is_or_was_access_restricted.yaml", - "is_or_was_active_since.yaml", - "is_or_was_affected_by_event.yaml", - "is_or_was_aggregated_by.yaml", - "is_or_was_allocated_by.yaml", - "is_or_was_also_allocation_agency.yaml", - "is_or_was_archive_department_of.yaml", - "is_or_was_archived_in.yaml", - "is_or_was_collection_of.yaml", - "is_or_was_encompassed_by.yaml", - "is_or_was_member_of.yaml", - "is_or_was_part_of_archive_series.yaml", - "is_or_was_platform_of.yaml", - "is_or_was_sub_collection_of.yaml", - "is_or_was_suborganization_of.yaml", - "is_overlapping.yaml", - "is_part_of_complex.yaml", - "is_permanent.yaml", - "is_primary_digital_presence.yaml", - "is_public_facing.yaml", - "is_rebuilding.yaml", - "is_recognized.yaml", - "is_recurring.yaml", - "is_sdh.yaml", - "is_sub_guide.yaml", - "is_temporary.yaml", - "is_type_specimen.yaml", - "is_verified.yaml", - "isbn.yaml", - "isbn_13.yaml", - "isil.yaml", - "iso_3166_2_code.yaml", - "iso_standard.yaml", - "issn.yaml", - "issued_call.yaml", - "issuing_organisation.yaml", - "item.yaml", - "iucn_status.yaml", - "job_description.yaml", - "job_title.yaml", - "jurisdiction.yaml", - "jurisdiction_id.yaml", - "jurisdiction_level.yaml", - "jurisdiction_type.yaml", - "justification.yaml", - "keyframe_extraction.yaml", - "keyword.yaml", - "kien_registration_date.yaml", - "kien_url.yaml", - "knowledge_transmission.yaml", - "lab_description.yaml", - "lab_id.yaml", - "lab_name.yaml", - "label_de.yaml", - "label_es.yaml", - "label_fr.yaml", - "label_it.yaml", - "label_nl.yaml", - "label_pt.yaml", - "landmark_confidence.yaml", - "landmark_geonames_id.yaml", - "landmark_label.yaml", - "landmark_segment.yaml", - "landmark_wikidata_id.yaml", - "language.yaml", - "language_code.yaml", - "language_name.yaml", - "language_raw.yaml", - "languages_detected.yaml", - "languages_raw.yaml", - "last_modified.yaml", - "latency_ms.yaml", - "latitude.yaml", - "launch_date.yaml", - "lease_expiry.yaml", - "legacy_planning.yaml", - "legal_basis.yaml", - "legal_entity_type.yaml", - "legal_form.yaml", - "legal_jurisdiction.yaml", - "legal_name.yaml", - "legal_note.yaml", - "legal_provenance_note.yaml", - "legal_responsibility_basis.yaml", - "legal_responsibility_end_date.yaml", - "legal_responsibility_start_date.yaml", - "legal_status.yaml", - "legal_system_type.yaml", - "lender.yaml", - "lender_contact.yaml", - "lending_policy.yaml", - "library_catalog_url.yaml", - "library_search_score.yaml", - "library_subtype.yaml", - "license.yaml", - "life_stage.yaml", - "lifecycle_phase_type.yaml", - "light_max_lux.yaml", - "like_count.yaml", - "likelihood_confidence.yaml", - "likelihood_factor.yaml", - "likelihood_level.yaml", - "likelihood_score.yaml", - "likely_whatsapp_proficient.yaml", - "link_context.yaml", - "link_rationale.yaml", - "link_text.yaml", - "link_type.yaml", - "link_url.yaml", - "linked_class_name.yaml", - "linked_data.yaml", - "linked_data_access.yaml", - "linked_data_export.yaml", - "linked_to_collection.yaml", - "linkedin_profile_path.yaml", - "linkedin_profile_url.yaml", - "linkedin_url.yaml", - "list_item.yaml", - "literal_name.yaml", - "live_broadcast_content.yaml", - "living_collection.yaml", - "llm_response.yaml", - "loan_agreement_url.yaml", - "loan_end_date.yaml", - "loan_history.yaml", - "loan_id.yaml", - "loan_note.yaml", - "loan_number.yaml", - "loan_purpose.yaml", - "loan_start_date.yaml", - "loan_status.yaml", - "loan_timespan.yaml", - "loan_type.yaml", - "locality.yaml", - "located_at.yaml", - "location.yaml", - "location_browse_score.yaml", - "logo_bbox.yaml", - "logo_confidence.yaml", - "logo_label.yaml", - "logo_organization.yaml", - "logo_segment.yaml", - "long_name.yaml", - "longitude.yaml", - "lot_number.yaml", - "maintained_by.yaml", - "maintenance_schedule.yaml", - "major_city.yaml", - "major_research_project.yaml", - "managed_by.yaml", - "manages_collection.yaml", - "managing_unit.yaml", - "mandate.yaml", - "marginalia.yaml", - "martyred.yaml", - "material_composition.yaml", - "material_specialization.yaml", - "materials_used.yaml", - "max_annual_light_exposure.yaml", - "max_group_size.yaml", - "max_light_lux.yaml", - "max_likelihood_score.yaml", - "maximum_amount.yaml", - "measurement_data.yaml", - "medium.yaml", - "member_of.yaml", - "membership_criteria.yaml", - "membership_required.yaml", - "membership_size.yaml", - "metadata_standard.yaml", - "method.yaml", - "metrics_observed_at.yaml", - "metrics_observed_date.yaml", - "michelin_star.yaml", - "minimum_amount.yaml", - "minimum_partner.yaml", - "mission_statement.yaml", - "mixed_governance_structure.yaml", - "model.yaml", - "model_architecture.yaml", - "model_provider.yaml", - "model_task.yaml", - "model_version.yaml", - "modified.yaml", - "monitoring_platform.yaml", - "monitoring_platform_url.yaml", - "monument_number.yaml", - "motivation_type_description.yaml", - "motivation_type_id.yaml", - "motivation_type_name.yaml", - "multilingual_label.yaml", - "museum_search_score.yaml", - "museum_subtype.yaml", - "museum_type_classification.yaml", - "music_confidence.yaml", - "music_detected.yaml", - "music_end_seconds.yaml", - "music_genre.yaml", - "music_genres_detected.yaml", - "music_segment_confidence.yaml", - "music_start_seconds.yaml", - "music_type.yaml", - "mutual_connections_text.yaml", - "name.yaml", - "name_authority.yaml", - "name_language.yaml", - "name_local.yaml", - "name_specification.yaml", - "name_type.yaml", - "name_validity_period.yaml", - "narrower_concept.yaml", - "narrower_type.yaml", - "nazi_era_flag.yaml", - "nesting_level.yaml", - "network_analysis.yaml", - "nl.yaml", - "no_fabrication.yaml", - "noise_floor_db.yaml", - "nonprofit_subtype.yaml", - "notarial_deed_number.yaml", - "notary_name.yaml", - "notary_office.yaml", - "note.yaml", - "oai_pmh_endpoint.yaml", - "object_alternate_name.yaml", - "object_bbox.yaml", - "object_classes_detected.yaml", - "object_collection_id.yaml", - "object_confidence.yaml", - "object_description.yaml", - "object_id.yaml", - "object_label.yaml", - "object_name.yaml", - "object_ref.yaml", - "object_segment.yaml", - "object_type.yaml", - "object_wikidata_id.yaml", - "objective.yaml", - "objects_added.yaml", - "objects_affected.yaml", - "objects_count.yaml", - "objects_removed.yaml", - "observation.yaml", - "observation_context.yaml", - "observation_date.yaml", - "observation_id.yaml", - "observation_note.yaml", - "observation_period.yaml", - "observation_ref.yaml", - "observation_source.yaml", - "observed_entity.yaml", - "observed_in.yaml", - "observed_name.yaml", - "observer_affiliation.yaml", - "observer_name.yaml", - "observer_type.yaml", - "occupation.yaml", - "oclc_number.yaml", - "offered_by.yaml", - "offers_donation_scheme.yaml", - "official_institution_subtype.yaml", - "online_shop.yaml", - "open_source.yaml", - "opening_hour.yaml", - "operated_by.yaml", - "operating_budget.yaml", - "operating_hour.yaml", - "operational_status.yaml", - "operator.yaml", - "organization_legal_form.yaml", - "organization_name.yaml", - "organization_type.yaml", - "organizational_change_score.yaml", - "organizational_level.yaml", - "organizational_mission.yaml", - "organizational_principle.yaml", - "organizational_principle_uri.yaml", - "organizational_structure.yaml", - "organized_by.yaml", - "organizing_body.yaml", - "origin_location.yaml", - "origin_period.yaml", - "original_end_date.yaml", - "osm_id.yaml", - "outbound_condition_report_url.yaml", - "outbound_to.yaml", - "outdoor_seating_capacity.yaml", - "outdoor_site_description.yaml", - "outdoor_site_id.yaml", - "outdoor_site_name.yaml", - "outdoor_site_type.yaml", - "overall_confidence.yaml", - "overall_status.yaml", - "oversight_jurisdiction.yaml", - "ownership_stamp.yaml", - "page.yaml", - "page_count.yaml", - "page_section.yaml", - "page_title.yaml", - "paragraph_count.yaml", - "parallel_title.yaml", - "parent_chapter_id.yaml", - "parent_collection.yaml", - "parent_corporation.yaml", - "parent_custodian.yaml", - "parent_department.yaml", - "parent_programme.yaml", - "parent_society.yaml", - "parent_unit.yaml", - "part_of_collection.yaml", - "part_of_custodian_collection.yaml", - "part_of_event.yaml", - "part_of_facility.yaml", - "part_of_storage.yaml", - "part_of_zone.yaml", - "part_type.yaml", - "participant_count.yaml", - "participating_custodian.yaml", - "participating_institution.yaml", - "particulate_max.yaml", - "partner_institution.yaml", - "partnership_model.yaml", - "partnership_required.yaml", - "patronym.yaml", - "payment_frequency.yaml", - "pdf_url.yaml", - "performance_datetime.yaml", - "performance_description.yaml", - "performance_duration.yaml", - "performance_id.yaml", - "performance_location.yaml", - "performance_name.yaml", - "performance_note.yaml", - "performance_of.yaml", - "performance_repertoire.yaml", - "performance_venue.yaml", - "performed_by.yaml", - "performer.yaml", - "period.yaml", - "period_covered.yaml", - "period_description.yaml", - "period_end.yaml", - "period_name.yaml", - "period_start.yaml", - "permanent_location.yaml", - "permission_required.yaml", - "person_claim_id.yaml", - "person_claim_note.yaml", - "person_claim_type.yaml", - "person_claim_value.yaml", - "person_html_file.yaml", - "person_id.yaml", - "person_name.yaml", - "person_research_score.yaml", - "person_xpath.yaml", - "person_xpath_match_score.yaml", - "personal_collection_subtype.yaml", - "personnel_budget.yaml", - "pest_management_required.yaml", - "photograph.yaml", - "physical_location.yaml", - "pipeline_stage.yaml", - "place_custodian_ref.yaml", - "place_description.yaml", - "place_designation.yaml", - "place_language.yaml", - "place_name.yaml", - "place_note.yaml", - "place_of_publication.yaml", - "place_specificity.yaml", - "planned_closure_date.yaml", - "planned_end.yaml", - "planned_start.yaml", - "plant_species_count.yaml", - "platform_description.yaml", - "platform_id.yaml", - "platform_name.yaml", - "platform_of.yaml", - "platform_purpose.yaml", - "platform_type.yaml", - "platform_type_category.yaml", - "platform_type_description.yaml", - "platform_type_id.yaml", - "platform_type_name.yaml", - "platform_url.yaml", - "policy_approved_by.yaml", - "policy_authority.yaml", - "policy_description.yaml", - "policy_effective_from.yaml", - "policy_effective_to.yaml", - "policy_id.yaml", - "policy_name.yaml", - "policy_review_date.yaml", - "portal_description.yaml", - "portal_id.yaml", - "portal_language.yaml", - "portal_name.yaml", - "portal_status.yaml", - "portal_type.yaml", - "portal_type_category.yaml", - "portal_type_description.yaml", - "portal_type_id.yaml", - "portal_type_name.yaml", - "portal_typical_domain.yaml", - "portal_url.yaml", - "post_count.yaml", - "post_id.yaml", - "post_type_activity_streams_type.yaml", - "post_type_category.yaml", - "post_type_description.yaml", - "post_type_ephemeral.yaml", - "post_type_heritage_use_case.yaml", - "post_type_id.yaml", - "post_type_max_duration.yaml", - "post_type_media_format.yaml", - "post_type_name.yaml", - "post_type_schema_org_type.yaml", - "post_type_supported_platform.yaml", - "post_url.yaml", - "postal_code.yaml", - "posted_by_profile.yaml", - "power_source.yaml", - "powers_platform.yaml", - "practitioner_community.yaml", - "preceding_activity.yaml", - "preferred_label.yaml", - "preferred_name.yaml", - "preparation_date.yaml", - "prepared_by.yaml", - "preservation_approach.yaml", - "preservation_budget.yaml", - "preservation_event_type.yaml", - "preservation_level.yaml", - "preservation_method.yaml", - "preservation_note.yaml", - "preservation_purpose.yaml", - "preservation_requirement.yaml", - "preservation_standard.yaml", - "preservative_detail.yaml", - "previous_observation.yaml", - "price.yaml", - "price_currency.yaml", - "price_text.yaml", - "primary.yaml", - "primary_audio_event_type.yaml", - "primary_heritage_type.yaml", - "primary_register.yaml", - "primary_speaker.yaml", - "primary_system.yaml", - "printer_publisher.yaml", - "priority.yaml", - "privacy_note.yaml", - "processing_completed_date.yaml", - "processing_duration_seconds.yaml", - "processing_priority.yaml", - "processing_started_date.yaml", - "processing_status.yaml", - "production_method.yaml", - "proficiency_level.yaml", - "profile_data.yaml", - "profile_description.yaml", - "profile_image_url.yaml", - "profile_linkedin_url.yaml", - "profile_location.yaml", - "profile_name.yaml", - "profile_url.yaml", - "program_activity.yaml", - "program_expense.yaml", - "programme_period.yaml", - "programme_year.yaml", - "programming_language.yaml", - "programs_offered.yaml", - "project_description.yaml", - "project_id.yaml", - "project_identifier.yaml", - "project_name.yaml", - "project_short_name.yaml", - "project_status.yaml", - "project_url.yaml", - "prompt_token.yaml", - "pronoun.yaml", - "protocol.yaml", - "protocol_name.yaml", - "protocol_version.yaml", - "provenance.yaml", - "provenance_note.yaml", - "provenance_statement.yaml", - "provenance_text.yaml", - "provider.yaml", - "provides_access_to.yaml", - "public_access.yaml", - "public_education.yaml", - "publication_activity.yaml", - "publication_date.yaml", - "publication_output.yaml", - "publication_place.yaml", - "publication_series_name.yaml", - "published_at.yaml", - "published_by.yaml", - "publisher.yaml", - "publishes_to.yaml", - "purpose.yaml", - "purpose_clause.yaml", - "rationale.yaml", - "raw_subtitle_content.yaml", - "reading_room_description.yaml", - "reading_room_id.yaml", - "reading_room_name.yaml", - "reading_room_type.yaml", - "reason_description.yaml", - "reasoning_content.yaml", - "recognized_person_name.yaml", - "recommendation.yaml", - "reconstruction_method.yaml", - "record_count.yaml", - "record_date.yaml", - "record_equivalent.yaml", - "record_format.yaml", - "record_holder.yaml", - "record_holder_note.yaml", - "record_id.yaml", - "record_note.yaml", - "record_set_type.yaml", - "record_timespan.yaml", - "record_type.yaml", - "recording_available.yaml", - "recording_url.yaml", - "recurrence_pattern.yaml", - "refers_to_access_policy.yaml", - "refers_to_custodian.yaml", - "refers_to_legal_status.yaml", - "refers_to_person.yaml", - "refers_to_storage.yaml", - "region.yaml", - "region_bbox.yaml", - "region_confidence.yaml", - "region_language.yaml", - "region_text.yaml", - "region_type.yaml", - "register_abbreviation.yaml", - "register_id.yaml", - "register_name.yaml", - "register_name_local.yaml", - "register_type.yaml", - "registered_office_clause.yaml", - "registration_authority.yaml", - "registration_date.yaml", - "registration_required.yaml", - "regulatory_authority.yaml", - "related.yaml", - "related_agenda.yaml", - "related_call.yaml", - "related_concept.yaml", - "related_loan.yaml", - "related_project.yaml", - "relationship.yaml", - "religion.yaml", - "religious_function.yaml", - "religious_tradition.yaml", - "remediation_note.yaml", - "remediation_required.yaml", - "repertoire.yaml", - "replaces_primary_location.yaml", - "report_document.yaml", - "report_url.yaml", - "reported_date.yaml", - "reporting_period_end.yaml", - "reporting_period_start.yaml", - "repository_software.yaml", - "repository_url.yaml", - "request_date.yaml", - "request_id.yaml", - "requirement_id.yaml", - "requirement_text.yaml", - "requirement_type.yaml", - "requirement_unit.yaml", - "requirement_value.yaml", - "requires_appointment.yaml", - "requires_articles_at_registration.yaml", - "requires_dark_storage.yaml", - "requires_dust_free.yaml", - "requires_esd_protection.yaml", - "requires_qualification.yaml", - "requires_registration.yaml", - "requires_research.yaml", - "requires_separate_registration.yaml", - "requires_uv_filter.yaml", - "research_center_description.yaml", - "research_center_id.yaml", - "research_center_name.yaml", - "research_center_subtype.yaml", - "research_center_type.yaml", - "research_department.yaml", - "research_focus.yaml", - "research_focus_area.yaml", - "research_infrastructure.yaml", - "research_program.yaml", - "research_project.yaml", - "reservation_required.yaml", - "resource_description.yaml", - "response_format.yaml", - "responsible_actor.yaml", - "responsible_agent.yaml", - "responsible_department.yaml", - "responsible_legal_entity.yaml", - "restriction_category.yaml", - "restriction_description.yaml", - "restriction_reason.yaml", - "restriction_type.yaml", - "results_expected_date.yaml", - "retention_period_year.yaml", - "retention_schedule.yaml", - "retention_tracking.yaml", - "retrieval_agent.yaml", - "retrieval_method.yaml", - "retrieval_timestamp.yaml", - "retrieved_by.yaml", - "retrieved_on.yaml", - "return_condition_report_url.yaml", - "review_date.yaml", - "review_status.yaml", - "revision_date.yaml", - "revision_number.yaml", - "rights_statement.yaml", - "rights_statement_url.yaml", - "role_category.yaml", - "role_end_date.yaml", - "role_id.yaml", - "role_name.yaml", - "role_name_local.yaml", - "role_start_date.yaml", - "role_title.yaml", - "route_description.yaml", - "route_id.yaml", - "route_keyword.yaml", - "route_relevance_to_heritage.yaml", - "route_title.yaml", - "row_number.yaml", - "safeguarded_by.yaml", - "safeguarding_measure.yaml", - "safety_certification.yaml", - "sales_activity.yaml", - "scene_count.yaml", - "scene_types_detected.yaml", - "scheme_description.yaml", - "scheme_id.yaml", - "scheme_name.yaml", - "scheme_type.yaml", - "scheme_url.yaml", - "scope.yaml", - "scope_exclude.yaml", - "scope_include.yaml", - "scrape_method.yaml", - "scraped_timestamp.yaml", - "script_type.yaml", - "seasonal_hour.yaml", - "seating_capacity.yaml", - "secondary.yaml", - "section_id.yaml", - "secularization_status.yaml", - "security_level.yaml", - "segment_confidence.yaml", - "segment_end_seconds.yaml", - "segment_index.yaml", - "segment_language.yaml", - "segment_start_seconds.yaml", - "segment_text.yaml", - "sensory_heritage_domain.yaml", - "sentence_count.yaml", - "served_by.yaml", - "serves_finding_aid.yaml", - "serves_function_of.yaml", - "serves_staff.yaml", - "serves_visitors_only.yaml", - "service_area.yaml", - "service_area_description.yaml", - "service_area_id.yaml", - "service_area_name.yaml", - "service_area_type.yaml", - "service_offering.yaml", - "service_portfolio.yaml", - "services_offered.yaml", - "settlement.yaml", - "settlement_name.yaml", - "sex.yaml", - "shares_catalog_with_main.yaml", - "shelf_mark.yaml", - "shelf_number.yaml", - "shipping_method.yaml", - "shop_description.yaml", - "shop_id.yaml", - "shop_name.yaml", - "shop_type.yaml", - "short_name.yaml", - "silence_total_seconds.yaml", - "site_portfolio.yaml", - "skill.yaml", - "slug.yaml", - "snr_db.yaml", - "social_media_example_profile.yaml", - "social_media_feature.yaml", - "social_media_heritage_use_case.yaml", - "social_media_platform_category.yaml", - "social_media_platform_description.yaml", - "social_media_platform_name.yaml", - "social_media_platform_type_id.yaml", - "social_media_profile_id.yaml", - "social_media_url_pattern.yaml", - "social_media_wikidata_id.yaml", - "society_focus.yaml", - "sound_events_detected.yaml", - "source.yaml", - "source_creator.yaml", - "source_dataset.yaml", - "source_date.yaml", - "source_file.yaml", - "source_language_auto_detected.yaml", - "source_metadata.yaml", - "source_organization.yaml", - "source_section.yaml", - "source_type.yaml", - "source_uri.yaml", - "source_url.yaml", - "source_video.yaml", - "source_video_url.yaml", - "space_description.yaml", - "space_name.yaml", - "sparql_endpoint.yaml", - "spatial_resolution.yaml", - "speaker_count.yaml", - "speaker_id.yaml", - "speaker_label.yaml", - "special_collection.yaml", - "special_requirement.yaml", - "specialized_place.yaml", - "specification_url.yaml", - "specificity_agent.yaml", - "specificity_annotation.yaml", - "specificity_rationale.yaml", - "specificity_score.yaml", - "specificity_timestamp.yaml", - "specimen_count.yaml", - "specimen_type.yaml", - "spectrum_procedure.yaml", - "speech_detected.yaml", - "speech_language.yaml", - "speech_language_confidence.yaml", - "speech_text.yaml", - "square_meters.yaml", - "staff_count.yaml", - "staff_id.yaml", - "staff_impact.yaml", - "staff_role.yaml", - "standardized_name.yaml", - "standards_applied.yaml", - "standards_compliance.yaml", - "start.yaml", - "start_date.yaml", - "start_seconds.yaml", - "start_time.yaml", - "started_at_time.yaml", - "statement_currency.yaml", - "statement_description.yaml", - "statement_id.yaml", - "statement_language.yaml", - "statement_name.yaml", - "statement_summary.yaml", - "statement_text.yaml", - "statement_type.yaml", - "status.yaml", - "stewardship_model.yaml", - "stewardship_responsibility.yaml", - "storage_description.yaml", - "storage_id.yaml", - "storage_location.yaml", - "storage_name.yaml", - "storage_security_level.yaml", - "storage_type.yaml", - "storage_type_broader.yaml", - "storage_type_code.yaml", - "storage_type_description.yaml", - "storage_type_id.yaml", - "storage_type_label.yaml", - "storage_type_narrower.yaml", - "storage_type_related.yaml", - "stores_object.yaml", - "street_address.yaml", - "street_name.yaml", - "student_service.yaml", - "sub_guide_description.yaml", - "sub_guide_temporal_coverage.yaml", - "sub_guide_type.yaml", - "subdivision_name.yaml", - "subject_area.yaml", - "subject_depicted.yaml", - "subregion.yaml", - "subtitle_format.yaml", - "succeeded_by.yaml", - "successor_collection.yaml", - "successor_portal.yaml", - "supersede.yaml", - "superseded_by.yaml", - "supplier_relationship.yaml", - "supported_format.yaml", - "supported_metadata_standard.yaml", - "supranational_code.yaml", - "surname_prefix.yaml", - "table_of_content.yaml", - "tag.yaml", - "target_audience.yaml", - "target_material.yaml", - "target_name.yaml", - "target_profile.yaml", - "target_relative_humidity.yaml", - "target_temperature_celsius.yaml", - "taste_scent_subtype.yaml", - "tax_deductible.yaml", - "tax_scheme.yaml", - "taxon_name.yaml", - "taxon_remark.yaml", - "taxonomic_authority.yaml", - "taxonomic_rank.yaml", - "teaching_collection.yaml", - "technical_specification.yaml", - "techniques_used.yaml", - "technology_stack.yaml", - "temp_location_description.yaml", - "temp_location_id.yaml", - "temp_location_name.yaml", - "temp_location_reason.yaml", - "temperature_max.yaml", - "temperature_min.yaml", - "temperature_target.yaml", - "temperature_tolerance.yaml", - "template_specificity.yaml", - "temporal_coverage.yaml", - "temporal_extent.yaml", - "terminal_count.yaml", - "text_direction.yaml", - "text_fragment.yaml", - "text_languages_detected.yaml", - "text_region_count.yaml", - "text_types_detected.yaml", - "thematic_area.yaml", - "thematic_scope.yaml", - "thinking_mode.yaml", - "threat.yaml", - "thumbnail_url.yaml", - "time_of_destruction.yaml", - "title.yaml", - "title_en.yaml", - "title_nl.yaml", - "title_proper.yaml", - "to_location.yaml", - "to_owner.yaml", - "to_owner_text.yaml", - "took_place_at.yaml", - "topic.yaml", - "total_annual_budget.yaml", - "total_asset.yaml", - "total_budget.yaml", - "total_budget_amount.yaml", - "total_chapter.yaml", - "total_characters_extracted.yaml", - "total_connections_extracted.yaml", - "total_expense.yaml", - "total_frames_analyzed.yaml", - "total_investment.yaml", - "total_liability.yaml", - "total_net_asset.yaml", - "total_revenue.yaml", - "total_token.yaml", - "track_id.yaml", - "track_name.yaml", - "tracking_ids_assigned.yaml", - "traditional_product.yaml", - "transcript_format.yaml", - "transfer_location.yaml", - "transfer_location_text.yaml", - "transfer_policy.yaml", - "transfer_to_collection_date.yaml", - "transition_types_detected.yaml", - "traveling_venue.yaml", - "treatment_description.yaml", - "treatment_type.yaml", - "type.yaml", - "type_description.yaml", - "type_hypothesis.yaml", - "type_id.yaml", - "type_label.yaml", - "type_scope.yaml", - "type_status.yaml", - "typical_approval_time.yaml", - "typical_condition.yaml", - "typical_domain.yaml", - "typical_grant_range.yaml", - "typical_http_methods.yaml", - "typical_metadata_standard.yaml", - "typical_response_formats.yaml", - "typical_responsibility.yaml", - "typical_scope.yaml", - "typical_technical_feature.yaml", - "unesco_domain.yaml", - "unesco_inscription_year.yaml", - "unesco_list_status.yaml", - "uniform_title.yaml", - "unique_face_count.yaml", - "unique_object_count.yaml", - "unit_affiliation.yaml", - "unit_description.yaml", - "unit_id.yaml", - "unit_identifier.yaml", - "unit_name.yaml", - "unit_type.yaml", - "update_frequency.yaml", - "updated_at.yaml", - "url.yaml", - "used.yaml", - "used_by.yaml", - "used_by_custodian.yaml", - "user_community.yaml", - "uv_filtered_required.yaml", - "valid_from.yaml", - "valid_from_geo.yaml", - "valid_to.yaml", - "valid_to_geo.yaml", - "validation_status.yaml", - "validity_period.yaml", - "variant_of_name.yaml", - "vendor_name.yaml", - "vendor_url.yaml", - "verification_date.yaml", - "verified.yaml", - "verified_by.yaml", - "version_number.yaml", - "viability_status.yaml", - "video_category_id.yaml", - "video_comment.yaml", - "video_id.yaml", - "view_count.yaml", - "visiting_hour.yaml", - "visitor_conversion_rate.yaml", - "visitor_count.yaml", - "visitor_facility.yaml", - "visitor_service.yaml", - "volunteer_program.yaml", - "warehouse_description.yaml", - "warehouse_floor_area_sqm.yaml", - "warehouse_id.yaml", - "warehouse_managed_by.yaml", - "warehouse_name.yaml", - "warehouse_security_level.yaml", - "warehouse_type.yaml", - "was_approved_by.yaml", - "was_archived_at.yaml", - "was_asserted_by.yaml", - "was_derived_from.yaml", - "was_generated_by.yaml", - "was_revision_of.yaml", - "web_observation.yaml", - "website.yaml", - "whatsapp_business_likelihood.yaml", - "whatsapp_enrichment.yaml", - "wikidata.yaml", - "wikidata_alignment.yaml", - "wikidata_class.yaml", - "wikidata_entity.yaml", - "wikidata_entity_id.yaml", - "wikidata_entity_label.yaml", - "wikidata_equivalent.yaml", - "wikidata_id.yaml", - "wikidata_mapping.yaml", - "wikidata_mapping_rationale.yaml", - "wikidata_mapping_type.yaml", - "within_auxiliary_place.yaml", - "within_place.yaml", - "word_count.yaml", - "work_location.yaml", - "workshop_space.yaml", - "worldcat_id.yaml", - "writing_system.yaml", - "xpath.yaml", - "xpath_match_score.yaml", - "xpath_matched_text.yaml", - "years_restricted.yaml", - "zone_description.yaml", - "zone_id.yaml", - "zone_name.yaml", - "zone_type.yaml" - ] + "files": [ + "accepts_or_accepted_external_work.yaml", + "accepts_or_accepted_payment_method.yaml", + "accepts_or_accepted_visiting_scholar.yaml", + "activities_societies.yaml", + "activity_id.yaml", + "actual_end.yaml", + "actual_start.yaml", + "address_formatted.yaml", + "address_type.yaml", + "admin_office_id.yaml", + "administrative_functions.yaml", + "affects_or_affected_organization.yaml", + "agenda_id.yaml", + "aggregates_from.yaml", + "aggregates_or_aggregated_from.yaml", + "all_data_real.yaml", + "all_links.yaml", + "allocates_or_allocated.yaml", + "allows_laptops.yaml", + "allows_or_allowed_laptop.yaml", + "allows_or_allowed_photography.yaml", + "allows_photography.yaml", + "alpha_2.yaml", + "alpha_3.yaml", + "also_identifies_name.yaml", + "annex_id.yaml", + "annual_participants.yaml", + "api_available.yaml", + "api_documentation.yaml", + "applicable_countries.yaml", + "applies_to_call.yaml", + "appointment_required.yaml", + "appraisal_notes.yaml", + "approved_by.yaml", + "approximate.yaml", + "archive_branches.yaml", + "archive_series.yaml", + "archived_at.yaml", + "area_hectares.yaml", + "arrangement_notes.yaml", + "asserted_by.yaml", + "assertion_id.yaml", + "associated_encompassing_bodies.yaml", + "associated_taxa.yaml", + "audio_event_segments.yaml", + "authentication_required.yaml", + "authors.yaml", + "auto_generated.yaml", + "auxiliary_place_id.yaml", + "auxiliary_places.yaml", + "auxiliary_platform_id.yaml", + "auxiliary_platforms.yaml", + "available_caption_languages.yaml", + "backup_status.yaml", + "base_surname.yaml", + "bay_number.yaml", + "begin_of_the_begin.yaml", + "begin_of_the_end.yaml", + "beneficiary_group.yaml", + "benefit.yaml", + "bibframe_equivalent.yaml", + "binding.yaml", + "binding_description.yaml", + "binding_provenance.yaml", + "binding_type.yaml", + "bio_custodian_subtype.yaml", + "bio_type_classification.yaml", + "birth_date.yaml", + "birth_place.yaml", + "bold_id.yaml", + "booking_required.yaml", + "bookplate.yaml", + "borrower.yaml", + "borrower_contact.yaml", + "bounding_box.yaml", + "box_number.yaml", + "branch_description.yaml", + "branch_head.yaml", + "branch_id.yaml", + "branch_name.yaml", + "branch_office_description.yaml", + "branch_office_id.yaml", + "branch_office_name.yaml", + "branch_service_area.yaml", + "branch_staff_count.yaml", + "branch_type.yaml", + "broader_concept.yaml", + "broader_concept_label.yaml", + "broader_type.yaml", + "budget.yaml", + "budget_currency.yaml", + "budget_description.yaml", + "budget_name.yaml", + "budget_status.yaml", + "budget_type.yaml", + "building_floor_area_sqm.yaml", + "business_criticality.yaml", + "business_model.yaml", + "cached_token.yaml", + "cadastral_id.yaml", + "call_description.yaml", + "call_id.yaml", + "call_identifier.yaml", + "call_number.yaml", + "call_short_name.yaml", + "call_status.yaml", + "call_title.yaml", + "call_url.yaml", + "canonical_access_rule.yaml", + "canonical_value.yaml", + "capacity.yaml", + "capacity_cubic_meters.yaml", + "capacity_description.yaml", + "capacity_item.yaml", + "capacity_linear_meters.yaml", + "capital_budget.yaml", + "caption_available.yaml", + "card_description.yaml", + "card_description_en.yaml", + "card_image_url.yaml", + "card_title.yaml", + "card_title_en.yaml", + "card_url.yaml", + "carrier_type.yaml", + "carries_information.yaml", + "catalog_description.yaml", + "catalog_entries_count.yaml", + "catalog_for.yaml", + "catalog_id.yaml", + "catalog_raisonne_number.yaml", + "catalog_subtitle.yaml", + "catalog_system.yaml", + "catalog_title.yaml", + "catalog_type.yaml", + "catalog_url.yaml", + "cataloging_standard.yaml", + "category_measurement.yaml", + "category_note.yaml", + "category_status.yaml", + "catering_place_description.yaml", + "catering_place_id.yaml", + "catering_place_name.yaml", + "catering_price_range.yaml", + "catering_type.yaml", + "certainty_level.yaml", + "certainty_note.yaml", + "cessation_observed_in.yaml", + "change_in_net_asset.yaml", + "change_rationale.yaml", + "chapter_description.yaml", + "chapter_end_seconds.yaml", + "chapter_end_time.yaml", + "chapter_id.yaml", + "chapter_index.yaml", + "chapter_source.yaml", + "chapter_start_seconds.yaml", + "chapter_start_time.yaml", + "chapter_thumbnail_timestamp.yaml", + "chapter_thumbnail_url.yaml", + "chapter_title.yaml", + "chapters_generated_at.yaml", + "chapters_source.yaml", + "character_count.yaml", + "circumstances_of_death.yaml", + "cites_appendix.yaml", + "city.yaml", + "claim.yaml", + "claim_extraction_method.yaml", + "claim_id.yaml", + "claim_note.yaml", + "claim_source_url.yaml", + "claim_type.yaml", + "claim_value.yaml", + "claims_count.yaml", + "classification_status.yaml", + "classifies_place.yaml", + "classroom_count.yaml", + "clear_thinking.yaml", + "climate_control_type.yaml", + "closed_space_id.yaml", + "cms_category.yaml", + "cms_detected.yaml", + "cms_id.yaml", + "cms_product_name.yaml", + "cms_product_version.yaml", + "co_funding_required.yaml", + "co_organized_by.yaml", + "collected_in.yaml", + "collecting_scope.yaml", + "collection_access.yaml", + "collection_broader_type.yaml", + "collection_date.yaml", + "collection_description.yaml", + "collection_discovery_score.yaml", + "collection_focus.yaml", + "collection_id.yaml", + "collection_locality_text.yaml", + "collection_location.yaml", + "collection_name.yaml", + "collection_of.yaml", + "collection_purpose.yaml", + "collection_scope.yaml", + "collection_size.yaml", + "collection_type.yaml", + "collection_type_description.yaml", + "collection_type_id.yaml", + "collection_type_name.yaml", + "collection_type_ref.yaml", + "collection_web_address.yaml", + "collections_under_responsibility.yaml", + "collector.yaml", + "colonial.yaml", + "comment_author.yaml", + "comment_author_channel_id.yaml", + "comment_count.yaml", + "comment_id.yaml", + "comment_like_count.yaml", + "comment_published_at.yaml", + "comment_reply_count.yaml", + "comment_text.yaml", + "comment_updated_at.yaml", + "comments_fetched.yaml", + "commercial_activity.yaml", + "commercial_custodian_subtype.yaml", + "commercial_operation.yaml", + "commission_rate.yaml", + "common_name.yaml", + "common_name_language.yaml", + "common_variant.yaml", + "community_engagement.yaml", + "community_significance.yaml", + "completion_token.yaml", + "complex_name.yaml", + "compliance_status.yaml", + "component_type.yaml", + "condition.yaml", + "condition_after.yaml", + "condition_before.yaml", + "condition_description.yaml", + "condition_id.yaml", + "condition_on_return.yaml", + "condition_policy.yaml", + "condition_status.yaml", + "confidence.yaml", + "confidence_method.yaml", + "confidence_score.yaml", + "confidence_value.yaml", + "conflict_status.yaml", + "connection.yaml", + "connection_degree.yaml", + "connection_headline.yaml", + "connection_heritage_relevant.yaml", + "connection_heritage_type.yaml", + "connection_id.yaml", + "connection_linkedin_url.yaml", + "connection_location.yaml", + "connection_name.yaml", + "connection_organization.yaml", + "connections_by_heritage_type.yaml", + "connections_extracted.yaml", + "connections_text.yaml", + "connectivity_type.yaml", + "conservation_breeding.yaml", + "conservation_history.yaml", + "conservation_lab.yaml", + "conservation_note.yaml", + "conservation_specialization.yaml", + "conservation_status.yaml", + "conservator.yaml", + "conservator_affiliation.yaml", + "constituent_type.yaml", + "construction_date.yaml", + "construction_date_precision.yaml", + "contact.yaml", + "contact_email.yaml", + "contact_point.yaml", + "contains_or_contained_collection.yaml", + "contains_or_contained_contains_unit.yaml", + "contains_or_contained_covers_settlement.yaml", + "contains_storage.yaml", + "content.yaml", + "content_block.yaml", + "content_category.yaml", + "content_changed.yaml", + "content_hash.yaml", + "content_id.yaml", + "content_language.yaml", + "content_origin.yaml", + "content_summary.yaml", + "content_title.yaml", + "content_type.yaml", + "content_url.yaml", + "contents_description.yaml", + "contributes_to.yaml", + "contribution_start_date.yaml", + "contributor.yaml", + "contributor_code.yaml", + "coordinate_reference_system.yaml", + "copy_note.yaml", + "copy_number.yaml", + "corporate_integration.yaml", + "cost.yaml", + "cost_currency.yaml", + "cost_usd.yaml", + "count.yaml", + "country.yaml", + "country_name.yaml", + "courier_detail.yaml", + "courier_required.yaml", + "court_types_covered.yaml", + "cover_image_url.yaml", + "cover_material.yaml", + "cover_or_covered_subregion.yaml", + "coverage_area.yaml", + "covers_country.yaml", + "covers_full_video.yaml", + "crawler_version.yaml", + "created.yaml", + "created_by_project.yaml", + "created_date.yaml", + "creating_agency.yaml", + "creating_function.yaml", + "creating_organization.yaml", + "creation_place.yaml", + "creation_timespan.yaml", + "creator.yaml", + "creator_role.yaml", + "credentials_required.yaml", + "css_selector.yaml", + "cuisine_type.yaml", + "cultural_context.yaml", + "cultural_focus_area.yaml", + "cultural_protocol_url.yaml", + "curated_by.yaml", + "curated_holding.yaml", + "currency.yaml", + "current_exhibition.yaml", + "current_item_count.yaml", + "current_keeper.yaml", + "current_location.yaml", + "current_use.yaml", + "current_utilization_percent.yaml", + "custodial_history.yaml", + "custodian.yaml", + "custodian_only.yaml", + "custodian_type_broader.yaml", + "custodian_type_narrower.yaml", + "custodian_type_related.yaml", + "custody_history.yaml", + "cut_count.yaml", + "data_format.yaml", + "data_license_policy.yaml", + "data_repository.yaml", + "data_sensitivity.yaml", + "data_source_whatsapp.yaml", + "data_tier.yaml", + "dataset_description.yaml", + "dataset_identifier.yaml", + "dataset_title.yaml", + "date.yaml", + "date_created.yaml", + "date_identified.yaml", + "date_of_death.yaml", + "date_of_publication.yaml", + "date_precision.yaml", + "date_retrieved.yaml", + "de.yaml", + "dealer_name.yaml", + "death_place.yaml", + "deceased.yaml", + "decommission_date.yaml", + "default_access_policy.yaml", + "default_audio_language.yaml", + "default_language.yaml", + "default_position.yaml", + "defined_by_standard.yaml", + "definition.yaml", + "degree_name.yaml", + "deliverable.yaml", + "departement_code.yaml", + "departement_name.yaml", + "department_code.yaml", + "department_description.yaml", + "department_head.yaml", + "department_id.yaml", + "department_name.yaml", + "deployment_date.yaml", + "derived_from_entity.yaml", + "derived_from_observation.yaml", + "description.yaml", + "description_section.yaml", + "detection_count.yaml", + "detection_level.yaml", + "detection_threshold.yaml", + "device_count.yaml", + "device_id.yaml", + "device_manufacturer.yaml", + "device_model.yaml", + "device_name.yaml", + "device_type.yaml", + "diarization_confidence.yaml", + "diarization_enabled.yaml", + "diarization_end_seconds.yaml", + "diarization_speaker_id.yaml", + "diarization_speaker_label.yaml", + "diarization_start_seconds.yaml", + "digital_confidence.yaml", + "digital_indicator.yaml", + "digital_platform.yaml", + "digital_platform_score.yaml", + "digital_presence_type.yaml", + "digital_professional.yaml", + "digital_surrogate.yaml", + "digital_surrogate_url.yaml", + "digitization_budget.yaml", + "digitization_status.yaml", + "dimension.yaml", + "diocese_name.yaml", + "dislike_count.yaml", + "display_location.yaml", + "disposition_service.yaml", + "dissolution_date.yaml", + "dissolve_count.yaml", + "dissolved_date.yaml", + "document_description.yaml", + "document_title.yaml", + "document_type.yaml", + "documentation.yaml", + "documentation_produced.yaml", + "documentation_source.yaml", + "documentation_url.yaml", + "documented_by.yaml", + "documents_budget.yaml", + "doi.yaml", + "domain_context.yaml", + "download_endpoint.yaml", + "drawer_number.yaml", + "dual_class_link.yaml", + "dual_class_role.yaml", + "duration.yaml", + "ead_id.yaml", + "ebook_url.yaml", + "ecclesiastical_province.yaml", + "edition_number.yaml", + "edition_statement.yaml", + "editor.yaml", + "education.yaml", + "education_center_description.yaml", + "education_center_id.yaml", + "education_center_name.yaml", + "education_contact_email.yaml", + "education_description.yaml", + "education_end_year.yaml", + "education_level.yaml", + "education_provider_subtype.yaml", + "education_start_year.yaml", + "education_type_classification.yaml", + "education_years_raw.yaml", + "effective_date.yaml", + "eligible_applicant.yaml", + "eligible_country.yaml", + "embargo_end_date.yaml", + "embargo_reason.yaml", + "emic_name.yaml", + "employer_linkedin_url.yaml", + "employer_name.yaml", + "employment_dates_raw.yaml", + "employment_end_date.yaml", + "employment_start_date.yaml", + "en.yaml", + "encompasses_or_encompassed.yaml", + "encompassing_body.yaml", + "end.yaml", + "end_date.yaml", + "end_of_the_begin.yaml", + "end_of_the_end.yaml", + "end_seconds.yaml", + "end_time.yaml", + "ended_at_time.yaml", + "endorsement_source.yaml", + "endowment_draw.yaml", + "engagement_rate.yaml", + "enriched_date.yaml", + "enrichment_metadata_whatsapp.yaml", + "enrichment_method_whatsapp.yaml", + "entity_types_covered.yaml", + "entry_count.yaml", + "environmental_control.yaml", + "environmental_requirement.yaml", + "environmental_zone_type_code.yaml", + "environmental_zone_type_description.yaml", + "environmental_zone_type_id.yaml", + "environmental_zone_type_label.yaml", + "equipment_type.yaml", + "established_date.yaml", + "estimated_extent.yaml", + "estimated_volume.yaml", + "etag.yaml", + "event.yaml", + "event_cancelled_reason.yaml", + "event_date.yaml", + "event_date_end.yaml", + "event_date_start.yaml", + "event_date_text.yaml", + "event_description.yaml", + "event_documentation.yaml", + "event_en.yaml", + "event_id.yaml", + "event_label.yaml", + "event_location.yaml", + "event_name.yaml", + "event_note.yaml", + "event_status.yaml", + "event_timespan.yaml", + "event_type.yaml", + "event_url.yaml", + "event_venue.yaml", + "evidence_documentation.yaml", + "evidence_gap.yaml", + "example_instance.yaml", + "example_platform.yaml", + "example_portal.yaml", + "execution_date.yaml", + "exhibited_in.yaml", + "exhibition_capacity.yaml", + "exhibition_catalog_url.yaml", + "exhibition_description.yaml", + "exhibition_documentation.yaml", + "exhibition_floor_area_sqm.yaml", + "exhibition_focus.yaml", + "exhibition_id.yaml", + "exhibition_location.yaml", + "exhibition_model.yaml", + "exhibition_name.yaml", + "exhibition_program.yaml", + "exhibition_ref.yaml", + "exhibition_schedule.yaml", + "exhibition_space_description.yaml", + "exhibition_space_id.yaml", + "exhibition_space_name.yaml", + "exhibition_status.yaml", + "exhibition_subtitle.yaml", + "exhibition_timespan.yaml", + "exhibition_type.yaml", + "exhibition_url.yaml", + "exhibition_venue.yaml", + "expected_transfer_date.yaml", + "experience.yaml", + "expertise_area.yaml", + "exposed_via_portal.yaml", + "extension_count.yaml", + "extent.yaml", + "extent_item.yaml", + "extent_text.yaml", + "external_funding.yaml", + "external_identifier.yaml", + "external_link.yaml", + "extraction_agent.yaml", + "extraction_confidence.yaml", + "extraction_date.yaml", + "extraction_metadata.yaml", + "extraction_method.yaml", + "extraction_note.yaml", + "extraction_timestamp.yaml", + "face_bbox.yaml", + "face_confidence.yaml", + "face_segment.yaml", + "facility_design.yaml", + "fade_count.yaml", + "favorite_count.yaml", + "feature_class.yaml", + "feature_code.yaml", + "feature_description.yaml", + "feature_language.yaml", + "feature_name.yaml", + "feature_note.yaml", + "feature_type.yaml", + "feature_type_classification.yaml", + "featured_work.yaml", + "fee_amount.yaml", + "fee_required.yaml", + "feeds_portal.yaml", + "fellows_count.yaml", + "field_number.yaml", + "field_of_study.yaml", + "file_number.yaml", + "filing_id.yaml", + "filing_type.yaml", + "financial_archival_stage.yaml", + "financial_document_format.yaml", + "financial_document_url.yaml", + "finding_aid_access_restriction.yaml", + "finding_aid_description.yaml", + "finding_aid_note.yaml", + "finding_aid_scope_note.yaml", + "finding_aid_temporal_coverage.yaml", + "finding_aid_type.yaml", + "finding_aid_type_definition.yaml", + "finding_aid_type_id.yaml", + "finding_aid_type_name.yaml", + "finding_aids_format.yaml", + "finish_reason.yaml", + "fire_suppression_type.yaml", + "fiscal_year_end.yaml", + "fiscal_year_start.yaml", + "fixity_check_date.yaml", + "fixity_info.yaml", + "flood_protection_required.yaml", + "folio_count.yaml", + "follow_up_date.yaml", + "follower_count.yaml", + "following_activity.yaml", + "following_count.yaml", + "footnote.yaml", + "format.yaml", + "founded_year.yaml", + "founding_date.yaml", + "founding_date_diocese.yaml", + "fr.yaml", + "frame_rate.yaml", + "frame_sample_rate.yaml", + "from_location.yaml", + "from_owner.yaml", + "from_owner_text.yaml", + "full_extracted_text.yaml", + "full_name.yaml", + "full_text.yaml", + "functional_integration.yaml", + "funded_project.yaml", + "funding_amount.yaml", + "funding_call.yaml", + "funding_focus.yaml", + "funding_program.yaml", + "funding_rate.yaml", + "funding_scheme.yaml", + "funding_source.yaml", + "gallery_subtype.yaml", + "gallery_type_classification.yaml", + "gbif_id.yaml", + "gdpr_relevant.yaml", + "genbank_accession.yaml", + "gender_identity.yaml", + "general_heritage_score.yaml", + "generated_by.yaml", + "generation_method.yaml", + "generation_timestamp.yaml", + "geographic_coverage.yaml", + "geographic_restriction.yaml", + "geographic_scope.yaml", + "geometry_type.yaml", + "geometry_wkt.yaml", + "geonames_id.yaml", + "geospatial_id.yaml", + "geospatial_source.yaml", + "ghcid.yaml", + "gift_shop.yaml", + "giftshop_price_range.yaml", + "given_name.yaml", + "glamorcubesfixphdnt_code.yaml", + "gleif_jurisdiction_code.yaml", + "gleif_ra_code.yaml", + "governance_authority.yaml", + "governance_clause.yaml", + "governance_representative.yaml", + "governance_role.yaml", + "governance_structure.yaml", + "governing_body.yaml", + "growth_rate.yaml", + "habitat.yaml", + "halc_adm1_code.yaml", + "halc_adm2_name.yaml", + "handwriting_confidence.yaml", + "has_access_application_url.yaml", + "has_access_interface_url.yaml", + "has_accession_date.yaml", + "has_accession_number.yaml", + "has_accumulation_end_date.yaml", + "has_accumulation_start_date.yaml", + "has_accuracy_in_meters.yaml", + "has_acquisition_date.yaml", + "has_acquisition_history.yaml", + "has_acquisition_method.yaml", + "has_acquisition_source.yaml", + "has_activity_description.yaml", + "has_activity_identifier.yaml", + "has_activity_name.yaml", + "has_activity_timespan.yaml", + "has_activity_type.yaml", + "has_actual_end_date.yaml", + "has_actual_return_date.yaml", + "has_actual_start_date.yaml", + "has_address.yaml", + "has_admin_office_description.yaml", + "has_admin_office_identifier.yaml", + "has_admin_office_name.yaml", + "has_administration.yaml", + "has_administration_description.yaml", + "has_administration_name.yaml", + "has_administrative_level.yaml", + "has_adoption_context.yaml", + "has_age.yaml", + "has_agenda_description.yaml", + "has_agenda_document_url.yaml", + "has_agenda_identifier.yaml", + "has_agenda_short_name.yaml", + "has_agenda_title.yaml", + "has_agenda_url.yaml", + "has_agent_name.yaml", + "has_agent_type.yaml", + "has_agreement_signed_date.yaml", + "has_air_changes_per_hour.yaml", + "has_all_data_real_flag.yaml", + "has_allocation_date.yaml", + "has_alpha_2_code.yaml", + "has_alpha_3_code.yaml", + "has_altitude.yaml", + "has_amendment_history.yaml", + "has_annex_description.yaml", + "has_annex_identifier.yaml", + "has_annex_name.yaml", + "has_annex_reason.yaml", + "has_annotation_by.yaml", + "has_annotation_motivation.yaml", + "has_annotation_segment.yaml", + "has_annotation_type.yaml", + "has_api_available_flag.yaml", + "has_api_documentation_url.yaml", + "has_api_version.yaml", + "has_appellation_language.yaml", + "has_appellation_type.yaml", + "has_appellation_value.yaml", + "has_applicable_country.yaml", + "has_application_deadline.yaml", + "has_application_opening_date.yaml", + "has_appointment_required_flag.yaml", + "has_appraisal_note.yaml", + "has_approval_date.yaml", + "has_archdiocese_name.yaml", + "has_architectural_style.yaml", + "has_archival_reference.yaml", + "has_archive_description.yaml", + "has_archive_memento_uri.yaml", + "has_archive_name.yaml", + "has_archive_path.yaml", + "has_archive_search_score.yaml", + "has_archive_subtype.yaml", + "has_area_in_hectare.yaml", + "has_arrangement.yaml", + "has_arrangement_level.yaml", + "has_arrangement_note.yaml", + "has_articles_archival_stage.yaml", + "has_articles_document_format.yaml", + "has_articles_document_url.yaml", + "has_articles_of_association.yaml", + "has_aspect_ratio.yaml", + "has_assertion_date.yaml", + "has_assertion_identifier.yaml", + "has_assertion_rationale.yaml", + "has_assertion_value.yaml", + "has_assessment_category.yaml", + "has_assessment_date.yaml", + "has_associated_taxon.yaml", + "has_auction_house.yaml", + "has_auction_sale_name.yaml", + "has_audience_type.yaml", + "has_audio_event_segment.yaml", + "has_audio_quality_score.yaml", + "has_audit_date.yaml", + "has_audit_opinion.yaml", + "has_auditor_name.yaml", + "has_authentication_required_flag.yaml", + "has_author.yaml", + "has_authority_file_abbreviation.yaml", + "has_authority_file_name.yaml", + "has_authority_file_url.yaml", + "has_auxiliary_place.yaml", + "has_auxiliary_place_identifier.yaml", + "has_auxiliary_place_type.yaml", + "has_auxiliary_platform.yaml", + "has_auxiliary_platform_identifier.yaml", + "has_auxiliary_platform_type.yaml", + "has_av_equipment.yaml", + "has_availability_timespan.yaml", + "has_available_caption_language.yaml", + "has_average_entry_duration_seconds.yaml", + "has_average_scene_duration_seconds.yaml", + "has_boundary.yaml", + "has_budget.yaml", + "has_climate_control.yaml", + "has_clipping.yaml", + "has_collection.yaml", + "has_computer_terminal.yaml", + "has_deacidification_facility.yaml", + "has_derived_observation.yaml", + "has_feature_type.yaml", + "has_fellows_program.yaml", + "has_forklift_access.yaml", + "has_fume_hood.yaml", + "has_geospatial_location.yaml", + "has_hands_on_facility.yaml", + "has_imaging_equipment.yaml", + "has_iso_3166_1_alpha_2_code.yaml", + "has_iso_3166_1_alpha_3_code.yaml", + "has_link.yaml", + "has_loading_dock.yaml", + "has_local_collection.yaml", + "has_locker.yaml", + "has_member.yaml", + "has_michelin_star.yaml", + "has_microfilm_reader.yaml", + "has_narrower_instance.yaml", + "has_observation.yaml", + "has_operational_archive.yaml", + "has_operational_unit.yaml", + "has_or_had_abbreviation.yaml", + "has_or_had_about_text.yaml", + "has_or_had_academic_affiliation.yaml", + "has_or_had_academic_program.yaml", + "has_or_had_access_condition.yaml", + "has_or_had_access_control.yaml", + "has_or_had_access_description.yaml", + "has_or_had_access_frequency.yaml", + "has_or_had_access_level.yaml", + "has_or_had_access_management.yaml", + "has_or_had_access_policy.yaml", + "has_or_had_access_policy_reference.yaml", + "has_or_had_access_restriction.yaml", + "has_or_had_access_right.yaml", + "has_or_had_access_trigger_event.yaml", + "has_or_had_accessibility_feature.yaml", + "has_or_had_account_identifier.yaml", + "has_or_had_account_name.yaml", + "has_or_had_account_status.yaml", + "has_or_had_accreditation.yaml", + "has_or_had_accreditation_body.yaml", + "has_or_had_acquisition_budget.yaml", + "has_or_had_activity_or_society_membership.yaml", + "has_or_had_address.yaml", + "has_or_had_admin_staff_count.yaml", + "has_or_had_administrative_function.yaml", + "has_or_had_admission_fee.yaml", + "has_or_had_affected_territory.yaml", + "has_or_had_affected_unit.yaml", + "has_or_had_affiliated_university.yaml", + "has_or_had_affiliation.yaml", + "has_or_had_alternative_name.yaml", + "has_or_had_alternative_observed_name.yaml", + "has_or_had_animal_species_count.yaml", + "has_or_had_annual_participant_count.yaml", + "has_or_had_annual_revenue.yaml", + "has_or_had_api_endpoint.yaml", + "has_or_had_appellation.yaml", + "has_or_had_appraisal_policy.yaml", + "has_or_had_architect.yaml", + "has_or_had_archival_status.yaml", + "has_or_had_archive_branch.yaml", + "has_or_had_archive_scope.yaml", + "has_or_had_area_served.yaml", + "has_or_had_arrangement_system.yaml", + "has_or_had_artist_representation.yaml", + "has_or_had_artwork_count.yaml", + "has_or_had_assigned_processor.yaml", + "has_or_had_associated_auxiliary_platform.yaml", + "has_or_had_associated_custodian.yaml", + "has_or_had_associated_digital_platform.yaml", + "has_or_had_associated_encompassing_body.yaml", + "has_or_had_audience_size.yaml", + "has_or_had_audit_status.yaml", + "has_or_had_based_on_observation.yaml", + "has_or_had_category_assessment.yaml", + "has_or_had_chapter.yaml", + "has_or_had_collection.yaml", + "has_or_had_collection_narrower_type.yaml", + "has_or_had_comment_reply.yaml", + "has_or_had_condition_note.yaml", + "has_or_had_conservation_activity.yaml", + "has_or_had_conservation_record.yaml", + "has_or_had_curation_activity.yaml", + "has_or_had_custodian.yaml", + "has_or_had_custodian_name.yaml", + "has_or_had_custodian_observation.yaml", + "has_or_had_custodian_type.yaml", + "has_or_had_data_quality_flag.yaml", + "has_or_had_data_service_endpoint.yaml", + "has_or_had_depositing_organization.yaml", + "has_or_had_detected_face.yaml", + "has_or_had_detected_landmark.yaml", + "has_or_had_detected_logo.yaml", + "has_or_had_detected_object.yaml", + "has_or_had_diarization_segment.yaml", + "has_or_had_digital_platform.yaml", + "has_or_had_documentation_source.yaml", + "has_or_had_encompass.yaml", + "has_or_had_environmental_condition.yaml", + "has_or_had_environmental_zone.yaml", + "has_or_had_essay.yaml", + "has_or_had_examination_method.yaml", + "has_or_had_exhibition.yaml", + "has_or_had_exhibition_catalog.yaml", + "has_or_had_expenses.yaml", + "has_or_had_exposed_collection.yaml", + "has_or_had_external_resource.yaml", + "has_or_had_featured_item.yaml", + "has_or_had_featured_object.yaml", + "has_or_had_finding_aid.yaml", + "has_or_had_fond.yaml", + "has_or_had_generate.yaml", + "has_or_had_holds_record_set_type.yaml", + "has_or_had_ich_safeguarding_measure.yaml", + "has_or_had_identify.yaml", + "has_or_had_implementing_organisation.yaml", + "has_or_had_involved_actor.yaml", + "has_or_had_iot_device.yaml", + "has_or_had_key_archive.yaml", + "has_or_had_key_date.yaml", + "has_or_had_key_period.yaml", + "has_or_had_language.yaml", + "has_or_had_linked_data_endpoint.yaml", + "has_or_had_loaned_object.yaml", + "has_or_had_managed_by_cm.yaml", + "has_or_had_managed_collection.yaml", + "has_or_had_manages_collection.yaml", + "has_or_had_member.yaml", + "has_or_had_member_custodian.yaml", + "has_or_had_music_segment.yaml", + "has_or_had_open_access_endpoint.yaml", + "has_or_had_operate.yaml", + "has_or_had_operates_platform_type.yaml", + "has_or_had_operates_storage_type.yaml", + "has_or_had_organizational_change_event.yaml", + "has_or_had_organizational_structure.yaml", + "has_or_had_page_section.yaml", + "has_or_had_participated_in_event.yaml", + "has_or_had_participated_in_project.yaml", + "has_or_had_period.yaml", + "has_or_had_portal_data_source.yaml", + "has_or_had_post_type.yaml", + "has_or_had_powered_by_cm.yaml", + "has_or_had_previous_owner.yaml", + "has_or_had_primary_presence_assertion.yaml", + "has_or_had_product_category.yaml", + "has_or_had_project.yaml", + "has_or_had_provenance_event.yaml", + "has_or_had_registered_dataset.yaml", + "has_or_had_registration_number.yaml", + "has_or_had_related_activity.yaml", + "has_or_had_related_archive.yaml", + "has_or_had_related_event.yaml", + "has_or_had_related_exhibition.yaml", + "has_or_had_related_guide.yaml", + "has_or_had_related_heritage_form.yaml", + "has_or_had_requirement.yaml", + "has_or_had_research_attempt.yaml", + "has_or_had_resulting_unit.yaml", + "has_or_had_safeguard.yaml", + "has_or_had_scene_segment.yaml", + "has_or_had_secondary_system.yaml", + "has_or_had_section_link.yaml", + "has_or_had_segment.yaml", + "has_or_had_series.yaml", + "has_or_had_silence_segment.yaml", + "has_or_had_social_media_profile.yaml", + "has_or_had_sound_event_type.yaml", + "has_or_had_speech_segment.yaml", + "has_or_had_staff_member.yaml", + "has_or_had_storage_condition.yaml", + "has_or_had_storage_facility.yaml", + "has_or_had_storage_unit.yaml", + "has_or_had_stores_collection.yaml", + "has_or_had_strategic_objective.yaml", + "has_or_had_sub_collection.yaml", + "has_or_had_sub_department.yaml", + "has_or_had_sub_guide.yaml", + "has_or_had_sub_section.yaml", + "has_or_had_suborganization.yaml", + "has_or_had_text_region.yaml", + "has_or_had_text_segment.yaml", + "has_or_had_thematic_route.yaml", + "has_or_had_tracked_in_cm.yaml", + "has_or_had_transmission_method.yaml", + "has_or_had_used_source.yaml", + "has_or_had_web_claim.yaml", + "has_outdoor_seating.yaml", + "has_person_name.yaml", + "has_person_observation.yaml", + "has_publication_series.yaml", + "has_research_library.yaml", + "has_security_system.yaml", + "has_sub_branch.yaml", + "has_suborganization.yaml", + "has_supervised_handling.yaml", + "has_timespan.yaml", + "has_unit.yaml", + "has_wifi.yaml", + "hazard.yaml", + "hc_id.yaml", + "hc_preset_uri.yaml", + "heading_level.yaml", + "heading_text.yaml", + "heading_text_en.yaml", + "headline.yaml", + "heritage_designation_date.yaml", + "heritage_education.yaml", + "heritage_employer.yaml", + "heritage_form_description.yaml", + "heritage_form_id.yaml", + "heritage_form_name.yaml", + "heritage_holding.yaml", + "heritage_mandate.yaml", + "heritage_practice.yaml", + "heritage_relevance.yaml", + "heritage_relevance_score.yaml", + "heritage_relevant_count.yaml", + "heritage_relevant_percentage.yaml", + "heritage_society_subtype.yaml", + "heritage_status.yaml", + "heritage_type.yaml", + "heritage_type_classification.yaml", + "heritage_type_code.yaml", + "higher_classification.yaml", + "historic_building_description.yaml", + "historic_building_id.yaml", + "historic_building_name.yaml", + "historic_garden_designation.yaml", + "historical_region.yaml", + "holy_site_subtype.yaml", + "homepage_web_address.yaml", + "hosts_branch.yaml", + "house_number.yaml", + "html_file.yaml", + "html_snapshot_path.yaml", + "http_status_code.yaml", + "humidity_max.yaml", + "humidity_min.yaml", + "humidity_target.yaml", + "humidity_tolerance.yaml", + "hypernym_event_type.yaml", + "ich_domain.yaml", + "ich_transmission_method.yaml", + "iconography.yaml", + "id.yaml", + "identification_qualifier.yaml", + "identified_by.yaml", + "identifier.yaml", + "identifier_format.yaml", + "identifier_format_used.yaml", + "identifier_lookup_score.yaml", + "identifier_scheme.yaml", + "identifier_value.yaml", + "identifies_custodian.yaml", + "iiif_compatible.yaml", + "iiif_support.yaml", + "illustration.yaml", + "image_url.yaml", + "impact_measurement.yaml", + "implements_agenda.yaml", + "implements_auxiliary_platform.yaml", + "implements_digital_platform.yaml", + "inbound_from.yaml", + "includes_bounding_box.yaml", + "includes_handwriting.yaml", + "includes_music_description.yaml", + "includes_object_tracking.yaml", + "includes_segmentation_mask.yaml", + "includes_sound_description.yaml", + "includes_speaker.yaml", + "includes_speaker_identification.yaml", + "includes_timestamp.yaml", + "info_session_date.yaml", + "initial.yaml", + "innovation_budget.yaml", + "inscription.yaml", + "installation_date.yaml", + "installed_at_place.yaml", + "instance_of.yaml", + "institution_function.yaml", + "institution_linkedin_url.yaml", + "institution_name.yaml", + "insurance_currency.yaml", + "insurance_provider.yaml", + "insurance_value.yaml", + "intangible_heritage_subtype.yaml", + "interlibrary_loan.yaml", + "internal_funding.yaml", + "international.yaml", + "inventory_number.yaml", + "inventory_web_address.yaml", + "is_accessible.yaml", + "is_accredited.yaml", + "is_active.yaml", + "is_annex_of_reading_room.yaml", + "is_approximate.yaml", + "is_auto_generated.yaml", + "is_auxiliary_of_place.yaml", + "is_auxiliary_of_platform.yaml", + "is_background.yaml", + "is_branch_of.yaml", + "is_closed_caption.yaml", + "is_current_position.yaml", + "is_current_version.yaml", + "is_embeddable.yaml", + "is_heritage_relevant.yaml", + "is_historical_boundary.yaml", + "is_leased.yaml", + "is_legal_status_of.yaml", + "is_licensed_content.yaml", + "is_made_for_kid.yaml", + "is_mandatory.yaml", + "is_member_of.yaml", + "is_official_assessment.yaml", + "is_official_content.yaml", + "is_open_to_public.yaml", + "is_or_was_about_digital_presence.yaml", + "is_or_was_access_restricted.yaml", + "is_or_was_active_since.yaml", + "is_or_was_affected_by_event.yaml", + "is_or_was_aggregated_by.yaml", + "is_or_was_allocated_by.yaml", + "is_or_was_also_allocation_agency.yaml", + "is_or_was_archive_department_of.yaml", + "is_or_was_archived_in.yaml", + "is_or_was_collection_of.yaml", + "is_or_was_encompassed_by.yaml", + "is_or_was_member_of.yaml", + "is_or_was_part_of_archive_series.yaml", + "is_or_was_platform_of.yaml", + "is_or_was_sub_collection_of.yaml", + "is_or_was_suborganization_of.yaml", + "is_overlapping.yaml", + "is_part_of_complex.yaml", + "is_permanent.yaml", + "is_primary_digital_presence.yaml", + "is_public_facing.yaml", + "is_rebuilding.yaml", + "is_recognized.yaml", + "is_recurring.yaml", + "is_sdh.yaml", + "is_sub_guide.yaml", + "is_temporary.yaml", + "is_type_specimen.yaml", + "is_verified.yaml", + "isbn.yaml", + "isbn_13.yaml", + "isil.yaml", + "iso_3166_2_code.yaml", + "iso_standard.yaml", + "issn.yaml", + "issued_call.yaml", + "issuing_organisation.yaml", + "item.yaml", + "iucn_status.yaml", + "job_description.yaml", + "job_title.yaml", + "jurisdiction.yaml", + "jurisdiction_id.yaml", + "jurisdiction_level.yaml", + "jurisdiction_type.yaml", + "justification.yaml", + "keyframe_extraction.yaml", + "keyword.yaml", + "kien_registration_date.yaml", + "kien_url.yaml", + "knowledge_transmission.yaml", + "lab_description.yaml", + "lab_id.yaml", + "lab_name.yaml", + "label_de.yaml", + "label_es.yaml", + "label_fr.yaml", + "label_it.yaml", + "label_nl.yaml", + "label_pt.yaml", + "landmark_confidence.yaml", + "landmark_geonames_id.yaml", + "landmark_label.yaml", + "landmark_segment.yaml", + "landmark_wikidata_id.yaml", + "language.yaml", + "language_code.yaml", + "language_name.yaml", + "language_raw.yaml", + "languages_detected.yaml", + "languages_raw.yaml", + "last_modified.yaml", + "latency_ms.yaml", + "latitude.yaml", + "launch_date.yaml", + "lease_expiry.yaml", + "legacy_planning.yaml", + "legal_basis.yaml", + "legal_entity_type.yaml", + "legal_form.yaml", + "legal_jurisdiction.yaml", + "legal_name.yaml", + "legal_note.yaml", + "legal_provenance_note.yaml", + "legal_responsibility_basis.yaml", + "legal_responsibility_end_date.yaml", + "legal_responsibility_start_date.yaml", + "legal_status.yaml", + "legal_system_type.yaml", + "lender.yaml", + "lender_contact.yaml", + "lending_policy.yaml", + "library_catalog_url.yaml", + "library_search_score.yaml", + "library_subtype.yaml", + "license.yaml", + "life_stage.yaml", + "lifecycle_phase_type.yaml", + "light_max_lux.yaml", + "like_count.yaml", + "likelihood_confidence.yaml", + "likelihood_factor.yaml", + "likelihood_level.yaml", + "likelihood_score.yaml", + "likely_whatsapp_proficient.yaml", + "link_context.yaml", + "link_rationale.yaml", + "link_text.yaml", + "link_type.yaml", + "link_url.yaml", + "linked_class_name.yaml", + "linked_data.yaml", + "linked_data_access.yaml", + "linked_data_export.yaml", + "linked_to_collection.yaml", + "linkedin_profile_path.yaml", + "linkedin_profile_url.yaml", + "linkedin_url.yaml", + "list_item.yaml", + "literal_name.yaml", + "live_broadcast_content.yaml", + "living_collection.yaml", + "llm_response.yaml", + "loan_agreement_url.yaml", + "loan_end_date.yaml", + "loan_history.yaml", + "loan_id.yaml", + "loan_note.yaml", + "loan_number.yaml", + "loan_purpose.yaml", + "loan_start_date.yaml", + "loan_status.yaml", + "loan_timespan.yaml", + "loan_type.yaml", + "locality.yaml", + "located_at.yaml", + "location.yaml", + "location_browse_score.yaml", + "logo_bbox.yaml", + "logo_confidence.yaml", + "logo_label.yaml", + "logo_organization.yaml", + "logo_segment.yaml", + "long_name.yaml", + "longitude.yaml", + "lot_number.yaml", + "maintained_by.yaml", + "maintenance_schedule.yaml", + "major_city.yaml", + "major_research_project.yaml", + "managed_by.yaml", + "manages_collection.yaml", + "managing_unit.yaml", + "mandate.yaml", + "marginalia.yaml", + "martyred.yaml", + "material_composition.yaml", + "material_specialization.yaml", + "materials_used.yaml", + "max_annual_light_exposure.yaml", + "max_group_size.yaml", + "max_light_lux.yaml", + "max_likelihood_score.yaml", + "maximum_amount.yaml", + "measurement_data.yaml", + "medium.yaml", + "member_of.yaml", + "membership_criteria.yaml", + "membership_required.yaml", + "membership_size.yaml", + "metadata_standard.yaml", + "method.yaml", + "metrics_observed_at.yaml", + "metrics_observed_date.yaml", + "michelin_star.yaml", + "minimum_amount.yaml", + "minimum_partner.yaml", + "mission_statement.yaml", + "mixed_governance_structure.yaml", + "model.yaml", + "model_architecture.yaml", + "model_provider.yaml", + "model_task.yaml", + "model_version.yaml", + "modified.yaml", + "monitoring_platform.yaml", + "monitoring_platform_url.yaml", + "monument_number.yaml", + "motivation_type_description.yaml", + "motivation_type_id.yaml", + "motivation_type_name.yaml", + "multilingual_label.yaml", + "museum_search_score.yaml", + "museum_subtype.yaml", + "museum_type_classification.yaml", + "music_confidence.yaml", + "music_detected.yaml", + "music_end_seconds.yaml", + "music_genre.yaml", + "music_genres_detected.yaml", + "music_segment_confidence.yaml", + "music_start_seconds.yaml", + "music_type.yaml", + "mutual_connections_text.yaml", + "name.yaml", + "name_authority.yaml", + "name_language.yaml", + "name_local.yaml", + "name_specification.yaml", + "name_type.yaml", + "name_validity_period.yaml", + "narrower_concept.yaml", + "narrower_type.yaml", + "nazi_era_flag.yaml", + "nesting_level.yaml", + "network_analysis.yaml", + "nl.yaml", + "no_fabrication.yaml", + "noise_floor_db.yaml", + "nonprofit_subtype.yaml", + "notarial_deed_number.yaml", + "notary_name.yaml", + "notary_office.yaml", + "note.yaml", + "oai_pmh_endpoint.yaml", + "object_alternate_name.yaml", + "object_bbox.yaml", + "object_classes_detected.yaml", + "object_collection_id.yaml", + "object_confidence.yaml", + "object_description.yaml", + "object_id.yaml", + "object_label.yaml", + "object_name.yaml", + "object_ref.yaml", + "object_segment.yaml", + "object_type.yaml", + "object_wikidata_id.yaml", + "objective.yaml", + "objects_added.yaml", + "objects_affected.yaml", + "objects_count.yaml", + "objects_removed.yaml", + "observation.yaml", + "observation_context.yaml", + "observation_date.yaml", + "observation_id.yaml", + "observation_note.yaml", + "observation_period.yaml", + "observation_ref.yaml", + "observation_source.yaml", + "observed_entity.yaml", + "observed_in.yaml", + "observed_name.yaml", + "observer_affiliation.yaml", + "observer_name.yaml", + "observer_type.yaml", + "occupation.yaml", + "oclc_number.yaml", + "offered_by.yaml", + "offers_donation_scheme.yaml", + "official_institution_subtype.yaml", + "online_shop.yaml", + "open_source.yaml", + "opening_hour.yaml", + "operated_by.yaml", + "operating_budget.yaml", + "operating_hour.yaml", + "operational_status.yaml", + "operator.yaml", + "organization_legal_form.yaml", + "organization_name.yaml", + "organization_type.yaml", + "organizational_change_score.yaml", + "organizational_level.yaml", + "organizational_mission.yaml", + "organizational_principle.yaml", + "organizational_principle_uri.yaml", + "organizational_structure.yaml", + "organized_by.yaml", + "organizing_body.yaml", + "origin_location.yaml", + "origin_period.yaml", + "original_end_date.yaml", + "osm_id.yaml", + "outbound_condition_report_url.yaml", + "outbound_to.yaml", + "outdoor_seating_capacity.yaml", + "outdoor_site_description.yaml", + "outdoor_site_id.yaml", + "outdoor_site_name.yaml", + "outdoor_site_type.yaml", + "overall_confidence.yaml", + "overall_status.yaml", + "oversight_jurisdiction.yaml", + "ownership_stamp.yaml", + "page.yaml", + "page_count.yaml", + "page_section.yaml", + "page_title.yaml", + "paragraph_count.yaml", + "parallel_title.yaml", + "parent_chapter_id.yaml", + "parent_collection.yaml", + "parent_corporation.yaml", + "parent_custodian.yaml", + "parent_department.yaml", + "parent_programme.yaml", + "parent_society.yaml", + "parent_unit.yaml", + "part_of_collection.yaml", + "part_of_custodian_collection.yaml", + "part_of_event.yaml", + "part_of_facility.yaml", + "part_of_storage.yaml", + "part_of_zone.yaml", + "part_type.yaml", + "participant_count.yaml", + "participating_custodian.yaml", + "participating_institution.yaml", + "particulate_max.yaml", + "partner_institution.yaml", + "partnership_model.yaml", + "partnership_required.yaml", + "patronym.yaml", + "payment_frequency.yaml", + "pdf_url.yaml", + "performance_datetime.yaml", + "performance_description.yaml", + "performance_duration.yaml", + "performance_id.yaml", + "performance_location.yaml", + "performance_name.yaml", + "performance_note.yaml", + "performance_of.yaml", + "performance_repertoire.yaml", + "performance_venue.yaml", + "performed_by.yaml", + "performer.yaml", + "period.yaml", + "period_covered.yaml", + "period_description.yaml", + "period_end.yaml", + "period_name.yaml", + "period_start.yaml", + "permanent_location.yaml", + "permission_required.yaml", + "person_claim_id.yaml", + "person_claim_note.yaml", + "person_claim_type.yaml", + "person_claim_value.yaml", + "person_html_file.yaml", + "person_id.yaml", + "person_name.yaml", + "person_research_score.yaml", + "person_xpath.yaml", + "person_xpath_match_score.yaml", + "personal_collection_subtype.yaml", + "personnel_budget.yaml", + "pest_management_required.yaml", + "photograph.yaml", + "physical_location.yaml", + "pipeline_stage.yaml", + "place_custodian_ref.yaml", + "place_description.yaml", + "place_designation.yaml", + "place_language.yaml", + "place_name.yaml", + "place_note.yaml", + "place_of_publication.yaml", + "place_specificity.yaml", + "planned_closure_date.yaml", + "planned_end.yaml", + "planned_start.yaml", + "plant_species_count.yaml", + "platform_description.yaml", + "platform_id.yaml", + "platform_name.yaml", + "platform_of.yaml", + "platform_purpose.yaml", + "platform_type.yaml", + "platform_type_category.yaml", + "platform_type_description.yaml", + "platform_type_id.yaml", + "platform_type_name.yaml", + "platform_url.yaml", + "policy_approved_by.yaml", + "policy_authority.yaml", + "policy_description.yaml", + "policy_effective_from.yaml", + "policy_effective_to.yaml", + "policy_id.yaml", + "policy_name.yaml", + "policy_review_date.yaml", + "portal_description.yaml", + "portal_id.yaml", + "portal_language.yaml", + "portal_name.yaml", + "portal_status.yaml", + "portal_type.yaml", + "portal_type_category.yaml", + "portal_type_description.yaml", + "portal_type_id.yaml", + "portal_type_name.yaml", + "portal_typical_domain.yaml", + "portal_url.yaml", + "post_count.yaml", + "post_id.yaml", + "post_type_activity_streams_type.yaml", + "post_type_category.yaml", + "post_type_description.yaml", + "post_type_ephemeral.yaml", + "post_type_heritage_use_case.yaml", + "post_type_id.yaml", + "post_type_max_duration.yaml", + "post_type_media_format.yaml", + "post_type_name.yaml", + "post_type_schema_org_type.yaml", + "post_type_supported_platform.yaml", + "post_url.yaml", + "postal_code.yaml", + "posted_by_profile.yaml", + "power_source.yaml", + "powers_platform.yaml", + "practitioner_community.yaml", + "preceding_activity.yaml", + "preferred_label.yaml", + "preferred_name.yaml", + "preparation_date.yaml", + "prepared_by.yaml", + "preservation_approach.yaml", + "preservation_budget.yaml", + "preservation_event_type.yaml", + "preservation_level.yaml", + "preservation_method.yaml", + "preservation_note.yaml", + "preservation_purpose.yaml", + "preservation_requirement.yaml", + "preservation_standard.yaml", + "preservative_detail.yaml", + "previous_observation.yaml", + "price.yaml", + "price_currency.yaml", + "price_text.yaml", + "primary.yaml", + "primary_audio_event_type.yaml", + "primary_heritage_type.yaml", + "primary_register.yaml", + "primary_speaker.yaml", + "primary_system.yaml", + "printer_publisher.yaml", + "priority.yaml", + "privacy_note.yaml", + "processing_completed_date.yaml", + "processing_duration_seconds.yaml", + "processing_priority.yaml", + "processing_started_date.yaml", + "processing_status.yaml", + "production_method.yaml", + "proficiency_level.yaml", + "profile_data.yaml", + "profile_description.yaml", + "profile_image_url.yaml", + "profile_linkedin_url.yaml", + "profile_location.yaml", + "profile_name.yaml", + "profile_url.yaml", + "program_activity.yaml", + "programme_period.yaml", + "programme_year.yaml", + "programming_language.yaml", + "programs_offered.yaml", + "project_description.yaml", + "project_id.yaml", + "project_identifier.yaml", + "project_name.yaml", + "project_short_name.yaml", + "project_status.yaml", + "project_url.yaml", + "prompt_token.yaml", + "pronoun.yaml", + "protocol.yaml", + "protocol_name.yaml", + "protocol_version.yaml", + "provenance.yaml", + "provenance_note.yaml", + "provenance_statement.yaml", + "provenance_text.yaml", + "provider.yaml", + "provides_access_to.yaml", + "public_access.yaml", + "public_education.yaml", + "publication_activity.yaml", + "publication_date.yaml", + "publication_output.yaml", + "publication_place.yaml", + "publication_series_name.yaml", + "published_at.yaml", + "published_by.yaml", + "publisher.yaml", + "publishes_to.yaml", + "purpose.yaml", + "purpose_clause.yaml", + "rationale.yaml", + "raw_subtitle_content.yaml", + "reading_room_description.yaml", + "reading_room_id.yaml", + "reading_room_name.yaml", + "reading_room_type.yaml", + "reason_description.yaml", + "reasoning_content.yaml", + "recognized_person_name.yaml", + "recommendation.yaml", + "reconstruction_method.yaml", + "record_count.yaml", + "record_date.yaml", + "record_equivalent.yaml", + "record_format.yaml", + "record_holder.yaml", + "record_holder_note.yaml", + "record_id.yaml", + "record_note.yaml", + "record_set_type.yaml", + "record_timespan.yaml", + "record_type.yaml", + "recording_available.yaml", + "recording_url.yaml", + "recurrence_pattern.yaml", + "refers_to_access_policy.yaml", + "refers_to_custodian.yaml", + "refers_to_legal_status.yaml", + "refers_to_person.yaml", + "refers_to_storage.yaml", + "region.yaml", + "region_bbox.yaml", + "region_confidence.yaml", + "region_language.yaml", + "region_text.yaml", + "region_type.yaml", + "register_abbreviation.yaml", + "register_id.yaml", + "register_name.yaml", + "register_name_local.yaml", + "register_type.yaml", + "registered_office_clause.yaml", + "registration_authority.yaml", + "registration_date.yaml", + "registration_required.yaml", + "regulatory_authority.yaml", + "related.yaml", + "related_agenda.yaml", + "related_call.yaml", + "related_concept.yaml", + "related_loan.yaml", + "related_project.yaml", + "relationship.yaml", + "religion.yaml", + "religious_function.yaml", + "religious_tradition.yaml", + "remediation_note.yaml", + "remediation_required.yaml", + "repertoire.yaml", + "replaces_primary_location.yaml", + "report_document.yaml", + "report_url.yaml", + "reported_date.yaml", + "reporting_period_end.yaml", + "reporting_period_start.yaml", + "repository_software.yaml", + "repository_url.yaml", + "request_date.yaml", + "request_id.yaml", + "requirement_id.yaml", + "requirement_text.yaml", + "requirement_type.yaml", + "requirement_unit.yaml", + "requirement_value.yaml", + "requires_appointment.yaml", + "requires_articles_at_registration.yaml", + "requires_dark_storage.yaml", + "requires_dust_free.yaml", + "requires_esd_protection.yaml", + "requires_qualification.yaml", + "requires_registration.yaml", + "requires_research.yaml", + "requires_separate_registration.yaml", + "requires_uv_filter.yaml", + "research_center_description.yaml", + "research_center_id.yaml", + "research_center_name.yaml", + "research_center_subtype.yaml", + "research_center_type.yaml", + "research_department.yaml", + "research_focus.yaml", + "research_focus_area.yaml", + "research_infrastructure.yaml", + "research_program.yaml", + "research_project.yaml", + "reservation_required.yaml", + "resource_description.yaml", + "response_format.yaml", + "responsible_actor.yaml", + "responsible_agent.yaml", + "responsible_department.yaml", + "responsible_legal_entity.yaml", + "restriction_category.yaml", + "restriction_description.yaml", + "restriction_reason.yaml", + "restriction_type.yaml", + "results_expected_date.yaml", + "retention_period_year.yaml", + "retention_schedule.yaml", + "retention_tracking.yaml", + "retrieval_agent.yaml", + "retrieval_method.yaml", + "retrieval_timestamp.yaml", + "retrieved_by.yaml", + "retrieved_on.yaml", + "return_condition_report_url.yaml", + "review_date.yaml", + "review_status.yaml", + "revision_date.yaml", + "revision_number.yaml", + "rights_statement.yaml", + "rights_statement_url.yaml", + "role_category.yaml", + "role_end_date.yaml", + "role_id.yaml", + "role_name.yaml", + "role_name_local.yaml", + "role_start_date.yaml", + "role_title.yaml", + "route_description.yaml", + "route_id.yaml", + "route_keyword.yaml", + "route_relevance_to_heritage.yaml", + "route_title.yaml", + "row_number.yaml", + "safeguarded_by.yaml", + "safeguarding_measure.yaml", + "safety_certification.yaml", + "sales_activity.yaml", + "scene_count.yaml", + "scene_types_detected.yaml", + "scheme_description.yaml", + "scheme_id.yaml", + "scheme_name.yaml", + "scheme_type.yaml", + "scheme_url.yaml", + "scope.yaml", + "scope_exclude.yaml", + "scope_include.yaml", + "scrape_method.yaml", + "scraped_timestamp.yaml", + "script_type.yaml", + "seasonal_hour.yaml", + "seating_capacity.yaml", + "secondary.yaml", + "section_id.yaml", + "secularization_status.yaml", + "security_level.yaml", + "segment_confidence.yaml", + "segment_end_seconds.yaml", + "segment_index.yaml", + "segment_language.yaml", + "segment_start_seconds.yaml", + "segment_text.yaml", + "sensory_heritage_domain.yaml", + "sentence_count.yaml", + "served_by.yaml", + "serves_finding_aid.yaml", + "serves_function_of.yaml", + "serves_staff.yaml", + "serves_visitors_only.yaml", + "service_area.yaml", + "service_area_description.yaml", + "service_area_id.yaml", + "service_area_name.yaml", + "service_area_type.yaml", + "service_offering.yaml", + "service_portfolio.yaml", + "services_offered.yaml", + "settlement.yaml", + "settlement_name.yaml", + "sex.yaml", + "shares_catalog_with_main.yaml", + "shelf_mark.yaml", + "shelf_number.yaml", + "shipping_method.yaml", + "shop_description.yaml", + "shop_id.yaml", + "shop_name.yaml", + "shop_type.yaml", + "short_name.yaml", + "silence_total_seconds.yaml", + "site_portfolio.yaml", + "skill.yaml", + "slug.yaml", + "snr_db.yaml", + "social_media_example_profile.yaml", + "social_media_feature.yaml", + "social_media_heritage_use_case.yaml", + "social_media_platform_category.yaml", + "social_media_platform_description.yaml", + "social_media_platform_name.yaml", + "social_media_platform_type_id.yaml", + "social_media_profile_id.yaml", + "social_media_url_pattern.yaml", + "social_media_wikidata_id.yaml", + "society_focus.yaml", + "sound_events_detected.yaml", + "source.yaml", + "source_creator.yaml", + "source_dataset.yaml", + "source_date.yaml", + "source_file.yaml", + "source_language_auto_detected.yaml", + "source_metadata.yaml", + "source_organization.yaml", + "source_section.yaml", + "source_type.yaml", + "source_uri.yaml", + "source_url.yaml", + "source_video.yaml", + "source_video_url.yaml", + "space_description.yaml", + "space_name.yaml", + "sparql_endpoint.yaml", + "spatial_resolution.yaml", + "speaker_count.yaml", + "speaker_id.yaml", + "speaker_label.yaml", + "special_collection.yaml", + "special_requirement.yaml", + "specialized_place.yaml", + "specification_url.yaml", + "specificity_agent.yaml", + "specificity_annotation.yaml", + "specificity_rationale.yaml", + "specificity_score.yaml", + "specificity_timestamp.yaml", + "specimen_count.yaml", + "specimen_type.yaml", + "spectrum_procedure.yaml", + "speech_detected.yaml", + "speech_language.yaml", + "speech_language_confidence.yaml", + "speech_text.yaml", + "square_meters.yaml", + "staff_count.yaml", + "staff_id.yaml", + "staff_impact.yaml", + "staff_role.yaml", + "standardized_name.yaml", + "standards_applied.yaml", + "standards_compliance.yaml", + "start.yaml", + "start_date.yaml", + "start_seconds.yaml", + "start_time.yaml", + "started_at_time.yaml", + "statement_currency.yaml", + "statement_description.yaml", + "statement_id.yaml", + "statement_language.yaml", + "statement_name.yaml", + "statement_summary.yaml", + "statement_text.yaml", + "statement_type.yaml", + "status.yaml", + "stewardship_model.yaml", + "stewardship_responsibility.yaml", + "storage_description.yaml", + "storage_id.yaml", + "storage_location.yaml", + "storage_name.yaml", + "storage_security_level.yaml", + "storage_type.yaml", + "storage_type_broader.yaml", + "storage_type_code.yaml", + "storage_type_description.yaml", + "storage_type_id.yaml", + "storage_type_label.yaml", + "storage_type_narrower.yaml", + "storage_type_related.yaml", + "stores_object.yaml", + "street_address.yaml", + "street_name.yaml", + "student_service.yaml", + "sub_guide_description.yaml", + "sub_guide_temporal_coverage.yaml", + "sub_guide_type.yaml", + "subdivision_name.yaml", + "subject_area.yaml", + "subject_depicted.yaml", + "subregion.yaml", + "subtitle_format.yaml", + "succeeded_by.yaml", + "successor_collection.yaml", + "successor_portal.yaml", + "supersede.yaml", + "superseded_by.yaml", + "supplier_relationship.yaml", + "supported_format.yaml", + "supported_metadata_standard.yaml", + "supranational_code.yaml", + "surname_prefix.yaml", + "table_of_content.yaml", + "tag.yaml", + "target_audience.yaml", + "target_material.yaml", + "target_name.yaml", + "target_profile.yaml", + "target_relative_humidity.yaml", + "target_temperature_celsius.yaml", + "taste_scent_subtype.yaml", + "tax_deductible.yaml", + "tax_scheme.yaml", + "taxon_name.yaml", + "taxon_remark.yaml", + "taxonomic_authority.yaml", + "taxonomic_rank.yaml", + "teaching_collection.yaml", + "technical_specification.yaml", + "techniques_used.yaml", + "technology_stack.yaml", + "temp_location_description.yaml", + "temp_location_id.yaml", + "temp_location_name.yaml", + "temp_location_reason.yaml", + "temperature_max.yaml", + "temperature_min.yaml", + "temperature_target.yaml", + "temperature_tolerance.yaml", + "template_specificity.yaml", + "temporal_coverage.yaml", + "temporal_extent.yaml", + "terminal_count.yaml", + "text_direction.yaml", + "text_fragment.yaml", + "text_languages_detected.yaml", + "text_region_count.yaml", + "text_types_detected.yaml", + "thematic_area.yaml", + "thematic_scope.yaml", + "thinking_mode.yaml", + "threat.yaml", + "thumbnail_url.yaml", + "time_of_destruction.yaml", + "title.yaml", + "title_en.yaml", + "title_nl.yaml", + "title_proper.yaml", + "to_location.yaml", + "to_owner.yaml", + "to_owner_text.yaml", + "took_place_at.yaml", + "topic.yaml", + "total_annual_budget.yaml", + "total_asset.yaml", + "total_budget.yaml", + "total_budget_amount.yaml", + "total_chapter.yaml", + "total_characters_extracted.yaml", + "total_connections_extracted.yaml", + "total_expense.yaml", + "total_frames_analyzed.yaml", + "total_investment.yaml", + "total_liability.yaml", + "total_net_asset.yaml", + "total_revenue.yaml", + "total_token.yaml", + "track_id.yaml", + "track_name.yaml", + "tracking_ids_assigned.yaml", + "traditional_product.yaml", + "transcript_format.yaml", + "transfer_location.yaml", + "transfer_location_text.yaml", + "transfer_policy.yaml", + "transfer_to_collection_date.yaml", + "transition_types_detected.yaml", + "traveling_venue.yaml", + "treatment_description.yaml", + "treatment_type.yaml", + "type.yaml", + "type_description.yaml", + "type_hypothesis.yaml", + "type_id.yaml", + "type_label.yaml", + "type_scope.yaml", + "type_status.yaml", + "typical_approval_time.yaml", + "typical_condition.yaml", + "typical_domain.yaml", + "typical_grant_range.yaml", + "typical_http_methods.yaml", + "typical_metadata_standard.yaml", + "typical_response_formats.yaml", + "typical_responsibility.yaml", + "typical_scope.yaml", + "typical_technical_feature.yaml", + "unesco_domain.yaml", + "unesco_inscription_year.yaml", + "unesco_list_status.yaml", + "uniform_title.yaml", + "unique_face_count.yaml", + "unique_object_count.yaml", + "unit_affiliation.yaml", + "unit_description.yaml", + "unit_id.yaml", + "unit_identifier.yaml", + "unit_name.yaml", + "unit_type.yaml", + "update_frequency.yaml", + "updated_at.yaml", + "url.yaml", + "used.yaml", + "used_by.yaml", + "used_by_custodian.yaml", + "user_community.yaml", + "uv_filtered_required.yaml", + "valid_from.yaml", + "valid_from_geo.yaml", + "valid_to.yaml", + "valid_to_geo.yaml", + "validation_status.yaml", + "validity_period.yaml", + "variant_of_name.yaml", + "vendor_name.yaml", + "vendor_url.yaml", + "verification_date.yaml", + "verified.yaml", + "verified_by.yaml", + "version_number.yaml", + "viability_status.yaml", + "video_category_id.yaml", + "video_comment.yaml", + "video_id.yaml", + "view_count.yaml", + "visiting_hour.yaml", + "visitor_conversion_rate.yaml", + "visitor_count.yaml", + "visitor_facility.yaml", + "visitor_service.yaml", + "volunteer_program.yaml", + "warehouse_description.yaml", + "warehouse_floor_area_sqm.yaml", + "warehouse_id.yaml", + "warehouse_managed_by.yaml", + "warehouse_name.yaml", + "warehouse_security_level.yaml", + "warehouse_type.yaml", + "was_approved_by.yaml", + "was_archived_at.yaml", + "was_asserted_by.yaml", + "was_derived_from.yaml", + "was_generated_by.yaml", + "was_revision_of.yaml", + "web_observation.yaml", + "website.yaml", + "whatsapp_business_likelihood.yaml", + "whatsapp_enrichment.yaml", + "wikidata.yaml", + "wikidata_alignment.yaml", + "wikidata_class.yaml", + "wikidata_entity.yaml", + "wikidata_entity_id.yaml", + "wikidata_entity_label.yaml", + "wikidata_equivalent.yaml", + "wikidata_id.yaml", + "wikidata_mapping.yaml", + "wikidata_mapping_rationale.yaml", + "wikidata_mapping_type.yaml", + "within_auxiliary_place.yaml", + "within_place.yaml", + "word_count.yaml", + "work_location.yaml", + "workshop_space.yaml", + "worldcat_id.yaml", + "writing_system.yaml", + "xpath.yaml", + "xpath_match_score.yaml", + "xpath_matched_text.yaml", + "years_restricted.yaml", + "zone_description.yaml", + "zone_id.yaml", + "zone_name.yaml", + "zone_type.yaml" + ] } \ No newline at end of file diff --git a/schemas/20251121/linkml/modules/slots/slot_fixes.yaml b/schemas/20251121/linkml/modules/slots/slot_fixes.yaml index 8e00c10eec..54e54cfbda 100644 --- a/schemas/20251121/linkml/modules/slots/slot_fixes.yaml +++ b/schemas/20251121/linkml/modules/slots/slot_fixes.yaml @@ -91,10 +91,15 @@ fixes: - original_slot_id: https://nde.nl/ontology/hc/slot/administrative_expenses processed: - status: false - timestamp: null - session: null - notes: "Requires Expenses class creation" + status: true + timestamp: '2026-01-14T19:30:00Z' + session: "session-2026-01-14-expenses-migration" + notes: >- + FULLY MIGRATED: FinancialStatement - administrative_expenses REMOVED. + Created has_or_had_expenses slot and Expenses class per slot_fixes.yaml revision. + Also archived related bespoke slots: has_or_had_administrative_expense, + program_expense, fundraising_expense, innovation_expense. + All expense types now use Expenses class with ExpenseTypeEnum classification. revision: - label: has_or_had_expenses type: slot