Refactor schema definitions across multiple classes to improve clarity and consistency
- Removed unnecessary aliases and adjusted slot definitions in Timestamp, Topic, TopicType, TransferEvent, TransferPolicy, and others. - Enhanced descriptions and added alternative language descriptions for TradeUnionArchiveRecordSetType and UnescoIchElement. - Updated slot usage for various archive-related classes to use `equals_string` instead of `equals_expression`. - Streamlined VideoChapter class by refining descriptions and restructuring slot usage for better navigation and organization. - General cleanup of comments and annotations to ensure clarity and maintainability.
This commit is contained in:
parent
8d5164bc02
commit
d37a120ef2
73 changed files with 1773 additions and 1787 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"generated": "2026-02-16T09:16:51.888Z",
|
||||
"generated": "2026-02-16T09:19:42.127Z",
|
||||
"schemaRoot": "/schemas/20251121/linkml",
|
||||
"totalFiles": 2369,
|
||||
"categoryCounts": {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"generated": "2026-02-16T09:19:42.127Z",
|
||||
"generated": "2026-02-16T10:17:33.780Z",
|
||||
"schemaRoot": "/schemas/20251121/linkml",
|
||||
"totalFiles": 2369,
|
||||
"categoryCounts": {
|
||||
|
|
|
|||
|
|
@ -79,14 +79,12 @@ classes:
|
|||
slot_usage:
|
||||
identified_by:
|
||||
# range: string # uriorcurie
|
||||
alias: policy_id
|
||||
required: true
|
||||
identifier: true
|
||||
examples:
|
||||
- value: https://nde.nl/ontology/hc/access-policy/open-access
|
||||
has_label:
|
||||
# range: string
|
||||
alias: policy_name
|
||||
required: true
|
||||
examples:
|
||||
- value: Open Access
|
||||
|
|
|
|||
|
|
@ -85,6 +85,8 @@ classes:
|
|||
has_label:
|
||||
# range: string
|
||||
required: true
|
||||
close_mappings:
|
||||
- dcterms:title
|
||||
description: Name/title for this budget document. MIGRATED from budget_name (2026-01-15) per Rule 53. Maps to dcterms:title as a formal title for a financial planning resource.
|
||||
examples:
|
||||
- value: Rijksmuseum Operating Budget FY2024
|
||||
|
|
@ -92,6 +94,8 @@ classes:
|
|||
has_description:
|
||||
# range: string
|
||||
required: false
|
||||
close_mappings:
|
||||
- dcterms:description
|
||||
description: Narrative description of this budget document's scope and purpose. MIGRATED from budget_description (2026-01-15) per Rule 53. Maps to dcterms:description for financial planning documentation.
|
||||
examples:
|
||||
- value: Annual operating budget for fiscal year 2024, including major exhibition initiatives and digitization expansion.
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ prefixes:
|
|||
hc: https://nde.nl/ontology/hc/
|
||||
skos: http://www.w3.org/2004/02/skos/core#
|
||||
schema: http://schema.org/
|
||||
dcterms: http://purl.org/dc/terms/
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/has_code
|
||||
|
|
@ -38,6 +39,8 @@ classes:
|
|||
- skos:Concept
|
||||
close_mappings:
|
||||
- schema:DefinedTerm
|
||||
related_mappings:
|
||||
- dcterms:accessRights
|
||||
slots:
|
||||
- has_label
|
||||
- has_code
|
||||
|
|
|
|||
|
|
@ -50,7 +50,6 @@ classes:
|
|||
required: true
|
||||
has_type:
|
||||
range: DigitalPresenceType
|
||||
alias: digital_presence_type
|
||||
description: Presence category classification (migrated from digital_presence_type).
|
||||
required: true
|
||||
inlined: true
|
||||
|
|
|
|||
|
|
@ -61,12 +61,10 @@ classes:
|
|||
- generated_by
|
||||
slot_usage:
|
||||
identified_by:
|
||||
alias: event_id
|
||||
description: Persistent identifier for the Event hub.
|
||||
required: true
|
||||
identifier: true
|
||||
has_hypernym:
|
||||
alias: hypernym_event_type
|
||||
description: High-level event category (hypernym) for cross-domain querying.
|
||||
required: true
|
||||
has_label:
|
||||
|
|
|
|||
|
|
@ -135,6 +135,7 @@ classes:
|
|||
# has_access_trigger_event REMOVED - migrated to triggered_by (Rule 53)
|
||||
- triggered_by
|
||||
slot_usage:
|
||||
has_score:
|
||||
# REMOVED 2026-01-23: carrier_type - migrated to has_carrier (Rule 53/F24)
|
||||
has_carrier:
|
||||
required: true
|
||||
|
|
@ -321,12 +322,6 @@ classes:
|
|||
- value:
|
||||
has_note: "Second edition, revised and enlarged"
|
||||
has_label: "2nd Edition"
|
||||
has_edition:
|
||||
required: false
|
||||
# range: string
|
||||
examples:
|
||||
- value: Copy 45 of 500
|
||||
- value: No. 12/100
|
||||
has_note:
|
||||
required: false
|
||||
# range: string
|
||||
|
|
@ -619,4 +614,4 @@ classes:
|
|||
has_level:
|
||||
has_code: ITEM
|
||||
has_label: Item
|
||||
current_keeper: https://nde.nl/ontology/hc/custodian/us/national-archives
|
||||
current_keeper: https://nde.nl/ontology/hc/custodian/us/national-archives
|
||||
|
|
|
|||
|
|
@ -28,12 +28,29 @@ classes:
|
|||
NonProfitType:
|
||||
is_a: CustodianType
|
||||
class_uri: skos:Concept
|
||||
alt_descriptions:
|
||||
nl: {text: Custodian-type voor erfgoedgerichte non-profitorganisaties die vooral belangenbehartiging, ondersteuning of financiering bieden., language: nl}
|
||||
de: {text: Custodian-Typ fuer gemeinnuetzige, heritage-bezogene Organisationen mit Fokus auf Advocacy, Support oder Finanzierung., language: de}
|
||||
fr: {text: Type de custodian pour organisations patrimoniales a but non lucratif axeessur plaidoyer, soutien ou financement., language: fr}
|
||||
es: {text: Tipo de custodian para organizaciones patrimoniales sin fines de lucro centradas en defensa, apoyo o financiacion., language: es}
|
||||
ar: {text: نوع جهة حافظة لمنظمات تراثية غير ربحية تركز على المناصرة أو الدعم أو التمويل., language: ar}
|
||||
id: {text: Tipe custodian untuk organisasi warisan nirlaba yang berfokus pada advokasi, dukungan, atau pendanaan., language: id}
|
||||
zh: {text: 面向以倡导、支持或资助为主的非营利遗产机构的保管机构类型。, language: zh}
|
||||
annotations:
|
||||
skos:prefLabel: Non-Profit Organization
|
||||
skos:altLabel: NGO, non-profit, foundation, stichting, vereniging
|
||||
specificity_score: 0.1
|
||||
specificity_rationale: Generic utility class/slot created during migration
|
||||
custodian_types: "['*']"
|
||||
modeling_notes: |
|
||||
Use this residual type when an organization is clearly non-profit and
|
||||
heritage-focused but does not fit more specific custodian categories.
|
||||
|
||||
Distinction examples
|
||||
|
||||
- vs HeritageSociety: society types usually collect/publish directly.
|
||||
- vs FeatureCustodian: feature custodians manage specific heritage sites.
|
||||
- vs OfficialInstitution: official institutions are governmental bodies.
|
||||
structured_aliases:
|
||||
- literal_form: stichting
|
||||
predicate: EXACT_SYNONYM
|
||||
|
|
@ -140,13 +157,9 @@ classes:
|
|||
- literal_form: ONG
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: pt
|
||||
description: "Specialized custodian type for non-profit heritage organizations that don't\nfit other specialized types (not archives, museums, societies, etc.).\n\n**CRITICAL DISTINCTION - NonProfit vs. Other Types**:\n\nNonProfitType is a RESIDUAL category for heritage NGOs that operate as:\n- **Advocacy organizations** (lobbying, policy, awareness campaigns)\n- **Support services** (training, consulting, capacity building)\n- **Grant-making foundations** (funding heritage projects)\n- **Professional associations** (standards, ethics, networking)\n\n**Do NOT use NonProfitType if the organization fits a more specific type**:\n- \u274C Historical society \u2192 Use HeritageSocietyType\n- \u274C Monument trust \u2192 Use FeatureCustodianType\n- \u274C Folklore group \u2192 Use IntangibleHeritageGroupType\n- \u274C Museum/archive/library \u2192 Use MuseumType/ArchiveOrganizationType/LibraryType\n\n1. **Structural Layer** (W3C Standards):\n - skos:Concept - Thesaurus classification\n \
|
||||
\ - Classification within CustodianType hierarchy\n\n2. **Domain Layer** (Heritage Ontologies):\n - crm:E74_Group - CIDOC-CRM social group\n - foaf:Organization - Organizational entity\n - schema:NGO - Non-governmental organization\n\n3. **Web Layer** (Schema.org):\n - schema:Organization - Generic organization\n - schema:NonProfit - Non-profit classification\n - schema:EducationalOrganization - For training/education NGOs\n\n**Wikidata Coverage** (50+ heritage NGO entities):\n\nAdvocacy Organizations:\n- Q163740 (non-profit organization) - General NGO classification\n- Q7241077 (preservation society) - Heritage advocacy groups\n- Q105558717 (heritage advocacy NGO) - Policy and awareness campaigns\n- Q215380 (cultural rights organization) - Cultural heritage rights\n\nGrant-Making Foundations:\n- Q157031 (foundation) - Philanthropic heritage funding\n- Q5879427 (heritage fund) - Grant programs for heritage\n- Q105558717 (cultural endowment) - Sustained heritage funding\n\
|
||||
\nProfessional Associations:\n- Q48204 (professional association) - Sector-wide membership bodies\n- Q105558717 (archivists association) - Professional standards and ethics\n- Q215380 (museum professionals network) - Networking and development\n\nCapacity Building Organizations:\n- Q105558717 (heritage training organization) - Skills development\n- Q215380 (technical support NGO) - Consulting and advisory services\n- Q5879427 (heritage capacity building) - Organizational development\n\nEmergency Response:\n- Q105558717 (heritage rescue organization) - Disaster response\n- Q215380 (Blue Shield) - Cultural heritage protection in conflict\n- Q5879427 (heritage at risk program) - Emergency conservation\n\n**Key Distinctions from Other Types**:\n\nvs. HeritageSociety:\n- NonProfit: ADVOCACY/SERVICES (not collecting or practicing heritage)\n- HeritageSociety: COLLECTING + PUBLISHING (operates collections/publications)\n- Example: Heritage advocacy NGO vs. Historical society with museum\n\
|
||||
\nvs. FeatureCustodian:\n- NonProfit: Does NOT OWN/MANAGE specific heritage sites\n- FeatureCustodian: OWNS/MANAGES physical monuments/sites\n- Example: Monument advocacy group vs. Monument management trust\n\nvs. OfficialInstitution:\n- NonProfit: NON-GOVERNMENTAL, civil society organization\n- OfficialInstitution: GOVERNMENT agency with statutory authority\n- Example: Heritage NGO vs. National heritage agency\n\nvs. ResearchOrganization:\n- NonProfit: PRIMARY mission = ADVOCACY/SERVICES (research is secondary)\n- ResearchOrganization: PRIMARY mission = RESEARCH (heritage as research focus)\n- Example: Heritage advocacy NGO vs. Heritage research institute\n\nvs. EducationProvider:\n- NonProfit: NON-FORMAL training/workshops (short-term, professional development)\n- EducationProvider: FORMAL education (degrees, accredited programs)\n- Example: Conservation training NGO vs. University conservation program\n\n**RDF Serialization Example**:\n\n```turtle\n@prefix hc: <https://nde.nl/ontology/hc/>\
|
||||
\ .\n@prefix skos: <http://www.w3.org/2004/02/skos/core#> .\n@prefix schema: <http://schema.org/> .\n@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .\n@prefix foaf: <http://xmlns.com/foaf/0.1/> .\n\nhc:NonProfitType\n a skos:Concept, hc:CustodianType ;\n skos:prefLabel \"Non-Profit Organization Type\"@en,\n \"Non-Profit Organisatie Type\"@nl,\n \"Gemeinn\xFCtzige Organisation Typ\"@de,\n \"Type d'Organisation \xE0 But Non Lucratif\"@fr ;\n skos:definition \"Heritage-focused non-profit organizations (advocacy, services, funding)\"@en ;\n skos:broader hc:CustodianType ;\n skos:narrower hc:AdvocacyOrganization,\n hc:GrantMakingFoundation,\n hc:ProfessionalAssociation ;\n schema:url <https://nde.nl/ontology/hc/class/non-profit-type> .\n\n# Example: Europa Nostra (pan-European heritage advocacy network)\n<https://w3id.org/heritage/custodian/eu/europa-nostra>\n a schema:NGO, foaf:Organization, crm:E74_Group,\
|
||||
\ hc:NonProfitOrganization ;\n hc:custodian_type hc:NonProfitType ;\n hc:organizational_mission \"Heritage advocacy, Awareness campaigns, Policy influence\" ;\n hc:program_activities \"7 Most Endangered Programme\", \"European Heritage Awards\", \"Advocacy campaigns\" ;\n hc:geographic_scope \"Pan-European\", \"50+ countries\", \"300+ member organizations\" ;\n hc:has_beneficiary \"Heritage organizations\", \"Local communities\", \"Policy makers\", \"General public\" ;\n hc:partnership_model \"Membership network\", \"Co-funded programs\", \"Coalition building\" ;\n hc:impact_measurement \"Sites saved from demolition\", \"Policy changes achieved\", \"Public awareness metrics\" ;\n schema:name \"Europa Nostra\" ;\n schema:foundingDate \"1963\" ;\n schema:location \"The Hague, Netherlands\" ;\n schema:description \"Pan-European federation for cultural heritage, advocating for heritage protection and celebrating excellence through awards and campaigns\" ;\n schema:url\
|
||||
\ <https://www.europanostra.org/> ;\n foaf:member <https://heritageorganization.example/member/001> .\n```\n"
|
||||
description: >-
|
||||
Custodian type for heritage-focused non-profit organizations that primarily
|
||||
provide advocacy, support services, capacity building, or grant-making.
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
close_mappings:
|
||||
|
|
|
|||
|
|
@ -40,7 +40,6 @@ classes:
|
|||
slot_usage:
|
||||
has_type:
|
||||
has_score:
|
||||
alias: template_specificity
|
||||
# range: string
|
||||
required: false
|
||||
examples:
|
||||
|
|
@ -58,7 +57,6 @@ classes:
|
|||
required: false
|
||||
pattern: "^[a-z]{2}$"
|
||||
has_score:
|
||||
alias: template_specificity
|
||||
|
||||
notes:
|
||||
- |
|
||||
|
|
|
|||
|
|
@ -83,7 +83,6 @@ classes:
|
|||
has_tier:
|
||||
has_label: National
|
||||
has_mandate: # was: heritage_mandate - migrated per Rule 53 (2026-01-28)
|
||||
alias: heritage_mandate
|
||||
# range: string # uriorcurie
|
||||
# range: Mandate
|
||||
multivalued: true
|
||||
|
|
|
|||
|
|
@ -52,7 +52,6 @@ classes:
|
|||
slot_usage:
|
||||
has_name:
|
||||
has_score:
|
||||
alias: template_specificity
|
||||
# range: string
|
||||
has_label: # was: title
|
||||
# range: string
|
||||
|
|
|
|||
|
|
@ -64,18 +64,15 @@ classes:
|
|||
slot_usage:
|
||||
identified_by:
|
||||
# range: string # uriorcurie
|
||||
alias: person_id
|
||||
description: Persistent identifier for the Person hub.
|
||||
required: true
|
||||
identifier: true
|
||||
pattern: ^https://nde\.nl/ontology/hc/person/[a-z0-9-]+$
|
||||
has_name:
|
||||
# range: string
|
||||
alias: preferred_name
|
||||
description: Preferred name string for the Person hub (minimal hub data).
|
||||
required: false
|
||||
has_or_had_participated_in_event:
|
||||
alias: participated_in_events
|
||||
description: Events in which the person participated (hub-level link; see Event for participants).
|
||||
comments:
|
||||
- Person is the hub class for individual humans in the HC ontology
|
||||
|
|
|
|||
|
|
@ -59,7 +59,6 @@ classes:
|
|||
any_of:
|
||||
- equals_string: hc:PersonalCollectionType
|
||||
has_quantity: # was: collection_size - migrated per Rule 53 (2026-01-19)
|
||||
alias: collection_size
|
||||
range: integer
|
||||
inlined: false # Fixed invalid inline for primitive type
|
||||
multivalued: true
|
||||
|
|
@ -73,4 +72,3 @@ classes:
|
|||
plan:
|
||||
required: false
|
||||
has_score:
|
||||
alias: template_specificity
|
||||
|
|
|
|||
|
|
@ -91,7 +91,6 @@ classes:
|
|||
temporal_extent:
|
||||
description: 'Validity period for this permission (legacy: valid_from/valid_to).'
|
||||
has_score:
|
||||
alias: template_specificity
|
||||
notes:
|
||||
- |
|
||||
Preserved from prior description (commit c2cdbed6):
|
||||
|
|
|
|||
|
|
@ -106,6 +106,7 @@ classes:
|
|||
- has_status # was: project_status
|
||||
- has_url # was: project_url
|
||||
slot_usage:
|
||||
has_score:
|
||||
# === MIGRATED SLOTS (2026-01-16 per Rule 53) ===
|
||||
identified_by:
|
||||
# was: project_id (primary) + project_identifier (external IDs)
|
||||
|
|
@ -324,4 +325,4 @@ classes:
|
|||
- aggregation
|
||||
- metadata
|
||||
- Europeana Data Model
|
||||
- cultural heritage discovery
|
||||
- cultural heritage discovery
|
||||
|
|
|
|||
|
|
@ -26,10 +26,35 @@ classes:
|
|||
- skos:Concept
|
||||
broad_mappings:
|
||||
- wd:Q166118
|
||||
description: "Provincial historical archive (archivo hist\xF3rico provincial) in Spain.\nThese archives preserve historical records transferred from notarial\noffices, courts, and other provincial institutions.\n\n**Wikidata**: Q21087388\n\n**Geographic Restriction**: Spain (ES) only.\nThis constraint is enforced via LinkML `rules` with `postconditions`.\n\n**Scope**:\nArchivos hist\xF3ricos provinciales preserve:\n- Notarial protocols (protocolos notariales)\n- Court records (fondos judiciales)\n- Civil registry records (registro civil hist\xF3rico)\n- Provincial government historical records\n- Private archives of regional significance\n- Ecclesiastical records (transferred)\n\n**Administrative Context**:\nIn the Spanish archival system:\n- Archivo Hist\xF3rico Nacional (national)\n- Archivos Hist\xF3ricos Provinciales (provincial) \u2190 This type\n- Archivos Municipales (municipal)\n- Archivos Comarcales (comarca level, in Catalonia)\n\n**Legal Framework**:\nGoverned by Spanish heritage\
|
||||
\ and archives legislation:\n- Ley del Patrimonio Hist\xF3rico Espa\xF1ol (1985)\n- Regional archive laws (Catalonia, Basque Country, etc.)\n\n**Related Types**:\n- ProvincialArchive (Q5403345) - Generic provincial archives\n- ComarcalArchive (Q21086734) - District archives (Catalonia)\n- NotarialArchive - Notarial records specifically\n- HistoricalArchive - Generic historical archives\n"
|
||||
alt_descriptions:
|
||||
nl: {text: Provinciale historische archiefinstelling in Spanje met wettelijke taken voor regionaal archiefbeheer., language: nl}
|
||||
de: {text: Provinzielles historisches Archiv in Spanien mit gesetzlichem Auftrag fuer regionales Archivmanagement., language: de}
|
||||
fr: {text: Institution d archives historiques provinciales en Espagne chargee de la gestion archivistique regionale., language: fr}
|
||||
es: {text: Institucion archivistica historica provincial en Espana con funciones legales de gestion regional., language: es}
|
||||
ar: {text: مؤسسة أرشيف تاريخي إقليمي في إسبانيا ذات اختصاصات قانونية في إدارة الأرشيف., language: ar}
|
||||
id: {text: Lembaga arsip sejarah tingkat provinsi di Spanyol dengan mandat hukum pengelolaan arsip regional., language: id}
|
||||
zh: {text: 西班牙省级历史档案机构,承担区域档案治理与管理职能。, language: zh}
|
||||
structured_aliases:
|
||||
nl: [{literal_form: provinciaal historisch archief Spanje, language: nl}]
|
||||
de: [{literal_form: Provinzhistorisches Archiv Spanien, language: de}]
|
||||
fr: [{literal_form: archives historiques provinciales Espagne, language: fr}]
|
||||
es: [{literal_form: archivo historico provincial, language: es}]
|
||||
ar: [{literal_form: أرشيف تاريخي إقليمي إسباني, language: ar}]
|
||||
id: [{literal_form: arsip sejarah provinsi Spanyol, language: id}]
|
||||
zh: [{literal_form: 西班牙省历史档案馆, language: zh}]
|
||||
description: >-
|
||||
Provincial historical archive organization in Spain responsible for
|
||||
stewardship and access management of regionally transferred historical records.
|
||||
slot_usage: {}
|
||||
annotations:
|
||||
specificity_score: 0.1
|
||||
specificity_rationale: Generic utility class/slot created during migration
|
||||
custodian_types: "['*']"
|
||||
modeling_notes: |
|
||||
This class models an archive as an organization type (custodian), not a
|
||||
record set type.
|
||||
|
||||
Geographic scope is Spain-only and may be constrained in rules.
|
||||
|
||||
Administrative context includes alignment with Spain's national,
|
||||
provincial, and municipal archival system tiers.
|
||||
|
|
|
|||
|
|
@ -45,6 +45,7 @@ classes:
|
|||
- has_score # was: template_specificity - migrated per Rule 53 (2026-01-17)
|
||||
- temporal_extent
|
||||
slot_usage:
|
||||
has_score:
|
||||
has_method:
|
||||
# range: string
|
||||
conducted_by:
|
||||
|
|
@ -99,4 +100,4 @@ classes:
|
|||
end_of_the_begin: '2025-01-20T02:00:00Z'
|
||||
begin_of_the_end: '2025-01-20T02:15:00Z'
|
||||
end_of_the_end: '2025-01-20T02:15:00Z'
|
||||
justification: Automated matching with high confidence scores (>0.90) for 85% of entities
|
||||
justification: Automated matching with high confidence scores (>0.90) for 85% of entities
|
||||
|
|
|
|||
|
|
@ -90,7 +90,6 @@ classes:
|
|||
slot_usage:
|
||||
identified_by:
|
||||
has_score:
|
||||
alias: template_specificity
|
||||
# range: string # uriorcurie
|
||||
required: true
|
||||
identifier: true
|
||||
|
|
|
|||
|
|
@ -32,68 +32,30 @@ imports:
|
|||
classes:
|
||||
StorageType:
|
||||
class_uri: skos:Concept
|
||||
description: |
|
||||
Classification type for Storage facilities in heritage custodian contexts.
|
||||
**DEFINITION**:
|
||||
StorageType provides a SKOS-based classification hierarchy for categorizing
|
||||
different types of storage facilities. Unlike the flat StorageTypeEnum,
|
||||
StorageType enables:
|
||||
- Rich metadata (descriptions, preservation requirements, conditions)
|
||||
- Hierarchical relationships (broader/narrower types)
|
||||
- Extensibility (new types without enum modification)
|
||||
- Multiple classification systems (institutional, material-based, function-based)
|
||||
**RELATIONSHIP TO StorageTypeEnum**:
|
||||
StorageTypeEnum remains for simple validation cases. StorageType provides
|
||||
richer semantics when detailed type information is needed.
|
||||
**Wikidata Alignment**:
|
||||
- Q1191732 (depot/storage facility) - general
|
||||
- Q1454974 (archive storage) - archival
|
||||
- Q1280667 (art storage) - art/museum
|
||||
**SKOS Alignment**:
|
||||
`skos:Concept` - "An idea or notion; a unit of thought."
|
||||
StorageType instances form a SKOS ConceptScheme with:
|
||||
- skos:broader/narrower for hierarchy
|
||||
- skos:related for non-hierarchical associations
|
||||
- skos:prefLabel/altLabel for naming
|
||||
**RELATIONSHIP TO OTHER CLASSES**:
|
||||
```
|
||||
Storage (facility instance)
|
||||
│
|
||||
└── has_type → StorageType (THIS CLASS)
|
||||
├── has_hypernym → StorageType (parent in hierarchy)
|
||||
├── has_hyponym → StorageType[] (children)
|
||||
├── preservation_requirement (text)
|
||||
└── has_condition → Condition (environment specs)
|
||||
```
|
||||
**USE CASES**:
|
||||
1. **Type Hierarchy**:
|
||||
- StorageType: "Climate-Controlled Storage"
|
||||
- narrower: "Cold Storage", "Art Storage", "Textile Storage"
|
||||
2. **Material-Based Classification**:
|
||||
- "Paper Storage" → typical_conditions: "18-20°C, 45-55% RH"
|
||||
- "Film Storage" → typical_conditions: "-18°C, 30% RH"
|
||||
3. **Function-Based Classification**:
|
||||
- "Active Storage" (frequent access)
|
||||
- "Deep Storage" (long-term, rare access)
|
||||
- "Quarantine Storage" (isolation for treatment)
|
||||
**LINK TO DepositArchive**:
|
||||
DepositArchive custodian types may operate specialized deposit storage.
|
||||
DepositArchive → operates_storage → Storage → has_type → StorageType
|
||||
The "DEPOSIT_STORAGE" StorageType specifically supports deposit archive functions.
|
||||
**SLOT MIGRATION** (2026-01-13):
|
||||
This class now uses shared slots instead of domain-specific storage_type_* slots:
|
||||
- `identified_by` replaces `storage_type_id`
|
||||
- `has_code` replaces `storage_type_code`
|
||||
- `has_label` replaces `storage_type_label`
|
||||
- `has_description` replaces `storage_type_description`
|
||||
- `has_hypernym` replaces `storage_type_broader`
|
||||
- `has_hyponym` replaces `storage_type_narrower`
|
||||
- `related_to` replaces `storage_type_related`
|
||||
alt_descriptions:
|
||||
nl: {text: Classificatietype voor opslagfaciliteiten in erfgoedcontexten., language: nl}
|
||||
de: {text: Klassifikationstyp fuer Lagerungsarten in Kulturerbe-Kontexten., language: de}
|
||||
fr: {text: Type de classification pour les modalites de stockage dans les contextes patrimoniaux., language: fr}
|
||||
es: {text: Tipo de clasificacion para modalidades de almacenamiento en contextos patrimoniales., language: es}
|
||||
ar: {text: نوع تصنيف لأنماط مرافق التخزين في سياقات التراث., language: ar}
|
||||
id: {text: Tipe klasifikasi untuk jenis penyimpanan dalam konteks warisan budaya., language: id}
|
||||
zh: {text: 用于文化遗产场景中存储设施类型的分类概念。, language: zh}
|
||||
structured_aliases:
|
||||
nl: [{literal_form: opslagtype, language: nl}]
|
||||
de: [{literal_form: Lagerungstyp, language: de}]
|
||||
fr: [{literal_form: type de stockage, language: fr}]
|
||||
es: [{literal_form: tipo de almacenamiento, language: es}]
|
||||
ar: [{literal_form: نوع التخزين, language: ar}]
|
||||
id: [{literal_form: tipe penyimpanan, language: id}]
|
||||
zh: [{literal_form: 存储类型, language: zh}]
|
||||
description: >-
|
||||
Classification concept for storage facility types, supporting hierarchical
|
||||
and condition-aware typing of Storage instances.
|
||||
exact_mappings:
|
||||
- skos:Concept
|
||||
close_mappings:
|
||||
- premis:StorageLocation
|
||||
- wikidata:Q1191732
|
||||
- wd:Q1191732
|
||||
related_mappings:
|
||||
- crm:E55_Type
|
||||
- rico:RecordSetType
|
||||
|
|
@ -257,8 +219,11 @@ classes:
|
|||
annotations:
|
||||
specificity_score: "0.65"
|
||||
specificity_rationale: "Fairly specific - storage types primarily relevant for preservation/collection management."
|
||||
has_score: # was: template_specificity - migrated per Rule 53 (2026-01-17)
|
||||
# NOTE: slot_usage may need manual review for range/description updates '{"collection_discovery": 0.75, "organizational_change": 0.40, "general_heritage": 0.50}'
|
||||
modeling_notes: |
|
||||
StorageType provides richer semantics than flat enums by supporting
|
||||
hierarchical relationships, environmental conditions, and use-case context.
|
||||
|
||||
It is used by Storage.has_type to classify facility instances.
|
||||
slot_migration: |
|
||||
2026-01-13: Migrated from domain-specific to shared slots
|
||||
- storage_type_id → identified_by
|
||||
|
|
@ -395,4 +360,4 @@ classes:
|
|||
security_level: ENHANCED
|
||||
has_use_case:
|
||||
- has_label: National Archives deposit storage for government records
|
||||
- has_label: University archive deposit facility for departmental records
|
||||
- has_label: University archive deposit facility for departmental records
|
||||
|
|
|
|||
|
|
@ -29,89 +29,73 @@ imports:
|
|||
classes:
|
||||
StorageUnit:
|
||||
class_uri: hc:StorageUnit
|
||||
description: "An individual storage compartment, shelf, cabinet, drawer, or other\ndiscrete unit where heritage objects are physically placed.\n\n**DEFINITION**:\n\nStorageUnit represents the lowest level of spatial organization for\nobject storage within a heritage institution. This is where physical\nobjects are actually located. Examples include:\n- Archive boxes on shelves\n- Flat file drawers for maps/prints\n- Museum storage cabinets\n- Hanging racks for textiles\n- Specimen cabinets for natural history\n\n**Wikidata Alignment**:\n- Q1186447 (storage unit)\n- Q854619 (archive box)\n\n**HC Ontology Extension (hc-storage.ttl)**:\n\nPrimary class: `hc:StorageUnit` (subclass of `crm:E27_Site`)\n\nThe HC ontology provides:\n- Named individuals for common storage unit types:\n - `hc:ArchiveBox` - Acid-free boxes for archival materials\n - `hc:FlatFileDrawer` - Drawers for oversized flat materials\n - `hc:HangingRack` - Racks for textiles/paintings\n - `hc:CompactShelving` - Mobile\
|
||||
\ shelving systems\n - `hc:SpecimenCabinet` - Cabinets for specimens/artifacts\n - `hc:ColdStorageVault` - Refrigerated storage\n\nKey HC properties for storage units:\n- `hc:storageUnitIdentifier` - Local ID/barcode\n- `hc:storageUnitType` - Type classification\n- `hc:rowNumber` - Row/aisle identifier\n- `hc:bayNumber` - Bay/section within row\n- `hc:shelfNumber` - Shelf level within bay\n- `hc:isStorageSectionOf` - Link to parent facility/zone\n- `hc:currentlyStores` - Objects in this unit\n\nSee: `frontend/public/ontology/hc-storage.ttl`\n\n**CIDOC-CRM Alignment (v7.1.3)**:\n\nBase class: `crm:E27_Site` - Storage units are physical locations.\n\nHierarchy: Uses P59 has section / P59i is located on or within\nto model the containment relationship:\n```\nStorageFacility\n \u2514\u2500\u2500 P59 has_section \u2192 EnvironmentalZone\n \u2514\u2500\u2500 P59 has_section \u2192 StorageUnit (row/bay/shelf)\n \u2514\u2500\u2500 P55 currently_holds \u2192 E18_Physical_Thing\n\
|
||||
```\n\n**RELATIONSHIP TO OTHER CLASSES**:\n\n```\nStorage (facility)\n \u2502\n \u251C\u2500\u2500 has_section \u2192 EnvironmentalZone[]\n \u2502 \u2514\u2500\u2500 has_section \u2192 StorageUnit[] (THIS CLASS)\n \u2502 \u251C\u2500\u2500 unit_type (StorageUnitTypeEnum)\n \u2502 \u251C\u2500\u2500 row_number, bay_number, shelf_number\n \u2502 \u251C\u2500\u2500 stores_objects \u2192 HeritageObject[]\n \u2502 \u2514\u2500\u2500 part_of \u2192 EnvironmentalZone | Storage\n \u2502\n \u2514\u2500\u2500 stores_collections \u2192 CustodianCollection[]\n```\n\n**USE CASES**:\n\n1. **Archive Box Location**:\n - unit_type: ARCHIVE_BOX\n - row_number: \"A\", bay_number: \"12\", shelf_number: 3\n - stores_objects: [document_123, document_456]\n \n2. **Flat File Drawer**:\n - unit_type: FLAT_FILE_DRAWER\n - unit_identifier: \"FF-MAP-0042\"\n - stores_objects: [map_1890_netherlands, blueprint_123]\n \n3. **Mobile Shelving Bay**:\n\
|
||||
\ - unit_type: COMPACT_SHELVING\n - row_number: \"12\", bay_number: \"C\"\n - part_of: [depot_a_zone_1]\n"
|
||||
alt_descriptions:
|
||||
nl: {text: Individuele opslageenheid zoals plank, kast, lade of doos waarin objecten fysiek worden geplaatst., language: nl}
|
||||
de: {text: Individuelle Lagereinheit wie Regal, Schrank, Schublade oder Box zur physischen Aufbewahrung von Objekten., language: de}
|
||||
fr: {text: Unite de stockage individuelle (etagere, armoire, tiroir, boite) ou des objets sont physiquement places., language: fr}
|
||||
es: {text: Unidad de almacenamiento individual (estante, armario, cajon, caja) donde se colocan objetos fisicamente., language: es}
|
||||
ar: {text: وحدة تخزين فردية مثل رف أو خزانة أو درج أو صندوق تُوضع فيها المواد فعليًا., language: ar}
|
||||
id: {text: Unit penyimpanan individual seperti rak/lemari/laci/kotak tempat objek disimpan secara fisik., language: id}
|
||||
zh: {text: 用于实际放置藏品的单元存储位置,如货架、柜体、抽屉或档案盒。, language: zh}
|
||||
structured_aliases:
|
||||
nl: [{literal_form: opslageenheid, language: nl}]
|
||||
de: [{literal_form: Lagereinheit, language: de}]
|
||||
fr: [{literal_form: unite de stockage, language: fr}]
|
||||
es: [{literal_form: unidad de almacenamiento, language: es}]
|
||||
ar: [{literal_form: وحدة تخزين, language: ar}]
|
||||
id: [{literal_form: unit penyimpanan, language: id}]
|
||||
zh: [{literal_form: 存储单元, language: zh}]
|
||||
description: >-
|
||||
Individual storage compartment, shelf, cabinet, drawer, or box where
|
||||
heritage objects are physically placed.
|
||||
exact_mappings:
|
||||
- hc:StorageUnit
|
||||
- crm:E27_Site
|
||||
- wikidata:Q1186447
|
||||
- hc:StorageUnit
|
||||
- crm:E27_Site
|
||||
- wd:Q1186447
|
||||
close_mappings:
|
||||
- aat:300038892
|
||||
- aat:300038892
|
||||
related_mappings:
|
||||
- hc:StorageFacility
|
||||
- hc:EnvironmentalZone
|
||||
- schema:Place
|
||||
- hc:StorageFacility
|
||||
- hc:EnvironmentalZone
|
||||
- schema:Place
|
||||
slots:
|
||||
- identified_by
|
||||
- has_capacity
|
||||
- has_quantity
|
||||
- has_drawer
|
||||
- part_of
|
||||
- part_of
|
||||
- identified_by
|
||||
- has_shelf_mark
|
||||
- store
|
||||
- has_score
|
||||
- has_description
|
||||
- has_label
|
||||
- has_type
|
||||
- temporal_extent
|
||||
- identified_by
|
||||
- has_capacity
|
||||
- has_quantity
|
||||
- has_drawer
|
||||
- part_of
|
||||
- has_shelf_mark
|
||||
- store
|
||||
- has_score
|
||||
- has_description
|
||||
- has_label
|
||||
- has_type
|
||||
- temporal_extent
|
||||
slot_usage:
|
||||
has_label:
|
||||
# range: string
|
||||
examples:
|
||||
- value: Archive Box 145 - WWII Correspondence
|
||||
- value: Map Drawer 42 - Netherlands 19th Century
|
||||
has_type:
|
||||
range: StorageUnitTypeEnum
|
||||
required: true
|
||||
has_description:
|
||||
multivalued: true
|
||||
identified_by:
|
||||
# range: string
|
||||
examples:
|
||||
- value: A
|
||||
- value: '12'
|
||||
- value: North-3
|
||||
identified_by:
|
||||
# range: string # uriorcurie
|
||||
multivalued: true
|
||||
required: true
|
||||
identifier: true
|
||||
examples:
|
||||
- value: https://nde.nl/ontology/hc/unit/na-depot-a-r12-b3-s4
|
||||
- value: '{"type": "UnitIdentifier", "value": "BOX-2024-00145"}'
|
||||
- value: '{"type": "BayNumber", "value": "3"}'
|
||||
- value: https://nde.nl/ontology/hc/unit/na-depot-a-r12-b3-s4
|
||||
- value: BOX-2024-00145
|
||||
has_type:
|
||||
range: StorageUnitTypeEnum
|
||||
required: true
|
||||
has_shelf_mark:
|
||||
range: integer
|
||||
examples:
|
||||
- value: 4
|
||||
has_drawer:
|
||||
range: Drawer
|
||||
multivalued: true
|
||||
inlined: true
|
||||
examples:
|
||||
- value:
|
||||
identified_by:
|
||||
has_capacity:
|
||||
range: Capacity
|
||||
multivalued: true
|
||||
inlined_as_list: true
|
||||
examples:
|
||||
- value:
|
||||
- capacity_value: 50
|
||||
capacity_type: ITEM_COUNT
|
||||
has_measurement_unit:
|
||||
has_type: ITEM
|
||||
has_symbol: items
|
||||
has_quantity:
|
||||
range: integer
|
||||
part_of:
|
||||
range: Storage
|
||||
part_of:
|
||||
range: EnvironmentalZone
|
||||
required: false
|
||||
store:
|
||||
range: HeritageObject
|
||||
multivalued: true
|
||||
|
|
@ -121,46 +105,31 @@ classes:
|
|||
inlined: true
|
||||
required: false
|
||||
comments:
|
||||
- StorageUnit is the lowest level of spatial organization
|
||||
- Objects are stored IN units, which are IN zones, which are IN facilities
|
||||
- 'Use hc: ontology properties for precise semantic mapping'
|
||||
- Row/bay/shelf numbers follow institution's internal conventions
|
||||
- Lowest practical spatial level for object placement
|
||||
- Typically nested within zone/facility structures
|
||||
- Supports local row/bay/shelf conventions via identifiers and shelf marks
|
||||
see_also:
|
||||
- https://nde.nl/ontology/hc/StorageUnit
|
||||
- http://vocab.getty.edu/aat/300038892
|
||||
- https://www.wikidata.org/wiki/Q1186447
|
||||
- https://nde.nl/ontology/hc/StorageUnit
|
||||
- http://vocab.getty.edu/aat/300038892
|
||||
- https://www.wikidata.org/wiki/Q1186447
|
||||
examples:
|
||||
- value:
|
||||
unit_id: https://nde.nl/ontology/hc/unit/na-depot-a-r12-b3-s4
|
||||
unit_identifier: NA-2024-BOX-00145
|
||||
has_description:
|
||||
- description_text: Acid-free archive box containing Ministry of Defense correspondence from 1940-1945. Handle with care.
|
||||
description_type: unit
|
||||
language: en
|
||||
row_number: '12'
|
||||
identified_by:
|
||||
- value: '3'
|
||||
_type: BayNumber
|
||||
shelf_number: 4
|
||||
part_of_zone: https://nde.nl/ontology/hc/zone/na-depot-a-standard
|
||||
- value:
|
||||
unit_id: https://nde.nl/ontology/hc/unit/rm-depot-ff-042
|
||||
unit_identifier: FF-MAPS-042
|
||||
has_description:
|
||||
- description_text: Flat file drawer containing oversized maps of the Netherlands, 1850-1920. Climate-controlled environment.
|
||||
description_type: unit
|
||||
language: en
|
||||
has_drawer:
|
||||
- identified_by:
|
||||
has_capacity:
|
||||
- capacity_value: 50
|
||||
capacity_type: ITEM_COUNT
|
||||
has_measurement_unit:
|
||||
has_type: ITEM
|
||||
has_symbol: maps
|
||||
current_item_count: 38
|
||||
part_of_storage: https://nde.nl/ontology/hc/storage/rm-depot-prints
|
||||
- value:
|
||||
identified_by:
|
||||
- https://nde.nl/ontology/hc/unit/na-depot-a-r12-b3-s4
|
||||
- BOX-2024-00145
|
||||
has_type: ARCHIVE_BOX
|
||||
has_shelf_mark: 4
|
||||
- value:
|
||||
identified_by:
|
||||
- https://nde.nl/ontology/hc/unit/rm-depot-ff-042
|
||||
- FF-MAPS-042
|
||||
has_type: FLAT_FILE_DRAWER
|
||||
has_quantity: 38
|
||||
annotations:
|
||||
specificity_score: 0.1
|
||||
specificity_rationale: Generic utility class/slot created during migration
|
||||
custodian_types: "['*']"
|
||||
modeling_notes: |
|
||||
StorageUnit models where objects are actually placed (drawer/shelf/box level).
|
||||
|
||||
Distinguish from Storage (facility-level) and EnvironmentalZone (zone-level).
|
||||
|
|
|
|||
|
|
@ -21,9 +21,25 @@ imports:
|
|||
classes:
|
||||
SubGuideType:
|
||||
class_uri: skos:Concept
|
||||
description: "Abstract base class for finding aid sub-guide type classifications.\n\n**DEFINITION**:\n\nSubGuideType represents CATEGORIES of sub-guide references within\narchival finding aids (repository guides). Each subclass defines\nthe relationship between a main guide and its sub-components.\n\n**CRITICAL: TYPE vs INSTANCE**\n\n| Aspect | SubGuideType (This Class) | Sub-Guide (Instance) |\n|--------|--------------------------|---------------------|\n| **Nature** | Classification/category | Individual reference |\n| **Examples** | SUB_GUIDE, THEMATIC | Link to specific sub-guide |\n| **Properties** | Category metadata | Target URL, dates |\n| **Cardinality** | ~4-6 types | Many instances |\n\n**ARCHIVAL CONTEXT**:\n\nFinding aids (repository guides) describe archival holdings.\nComplex archives often have hierarchical guide structures:\n\n```\nMain Repository Guide\n\u251C\u2500\u2500 Sub-guide: Department A Holdings\n\u251C\u2500\u2500 Sub-guide: Department B Holdings\n\u251C\u2500\
|
||||
\u2500 Cross-reference: Related Archive\n\u2514\u2500\u2500 Thematic Sub-collection: Photo Archives\n```\n\n**SUB-GUIDE CATEGORIES**:\n\n1. **SUB_GUIDE**: Direct sub-guide\n - Child guide within same repository\n - Hierarchical subdivision\n - Shares main guide identifier base\n \n2. **CROSS_REFERENCE**: Cross-reference to another guide\n - Link to related but separate guide\n - May be different repository\n - Indicates related holdings\n \n3. **THEMATIC**: Thematic sub-collection\n - Subject-based grouping\n - Cuts across organizational structure\n - Example: \"Photo archives\", \"Maps\"\n \n4. **REGIONAL**: Regional sub-guide\n - Geographic subdivision\n - Common for distributed archives\n - Example: Provincial/state offices\n\n**EAD ALIGNMENT**:\n\nIn EAD (Encoded Archival Description):\n- `<archdesc>` contains main finding aid\n- `<relatedmaterial>` links to related guides\n- `<separatedmaterial>` for split collections\n- `<c>` elements for hierarchical\
|
||||
\ components\n\n**REPLACES**: SubGuideTypeEnum from schemas/enums.yaml\n\n**ONTOLOGY ALIGNMENT**:\n\n- **SKOS Concept**: Sub-guide types form a controlled vocabulary\n- **RiC-O**: rico:RecordResource relationships\n- **EAD**: Encoded Archival Description structures\n- **CIDOC-CRM E55_Type**: Cultural heritage type system\n\n**SUBCLASSES**:\n\nSee SubGuideTypes.yaml for concrete sub-guide type subclasses:\n- DirectSubGuide\n- CrossReferenceSubGuide \n- ThematicSubGuide\n- RegionalSubGuide\n"
|
||||
alt_descriptions:
|
||||
nl: {text: Abstracte basisclassificatie voor typen subgids-verwijzingen in archieftoegangen., language: nl}
|
||||
de: {text: Abstrakte Basisklassifikation fuer Subguide-Referenztypen in Findmitteln., language: de}
|
||||
fr: {text: Classification de base abstraite pour les types de sous-guides dans les instruments de recherche archivistiques., language: fr}
|
||||
es: {text: Clasificacion base abstracta para tipos de subguia en instrumentos de descripcion archivistica., language: es}
|
||||
ar: {text: تصنيف أساسي مجرد لأنواع الإحالة إلى الأدلة الفرعية في وسائل الإرشاد الأرشيفية., language: ar}
|
||||
id: {text: Klasifikasi dasar abstrak untuk tipe sub-guide dalam finding aid arsip., language: id}
|
||||
zh: {text: 用于档案检索工具中子指南引用类型的抽象基础分类。, language: zh}
|
||||
structured_aliases:
|
||||
nl: [{literal_form: subgidstype, language: nl}]
|
||||
de: [{literal_form: Subguide-Typ, language: de}]
|
||||
fr: [{literal_form: type de sous-guide, language: fr}]
|
||||
es: [{literal_form: tipo de subguia, language: es}]
|
||||
ar: [{literal_form: نوع دليل فرعي, language: ar}]
|
||||
id: [{literal_form: tipe sub-guide, language: id}]
|
||||
zh: [{literal_form: 子指南类型, language: zh}]
|
||||
description: >-
|
||||
Abstract base class for classifying sub-guide relationship types in
|
||||
archival finding aids.
|
||||
abstract: true
|
||||
exact_mappings:
|
||||
- skos:Concept
|
||||
|
|
@ -89,6 +105,12 @@ classes:
|
|||
replaces_enum: SubGuideTypeEnum
|
||||
migration_date: '2026-01-13'
|
||||
custodian_types: "['*']"
|
||||
modeling_notes: |
|
||||
Type vs instance
|
||||
|
||||
- SubGuideType models relationship categories (e.g., direct sub-guide,
|
||||
thematic, cross-reference).
|
||||
- Individual links between finding aids are instance data.
|
||||
comments:
|
||||
- Abstract base class - use specific subclasses
|
||||
- Represents SUB-GUIDE TYPES, not sub-guide instances
|
||||
|
|
@ -106,4 +128,4 @@ classes:
|
|||
has_label:
|
||||
- Thematic Sub-collection@en
|
||||
- Thematische deelcollectie@nl
|
||||
has_description: Subject-based grouping that cuts across organizational structure
|
||||
has_description: Subject-based grouping that cuts across organizational structure
|
||||
|
|
|
|||
|
|
@ -18,8 +18,24 @@ imports:
|
|||
classes:
|
||||
Supplier:
|
||||
class_uri: schema:Organization
|
||||
description: "Business entity that supplies goods or services to a heritage custodian.\n\n**PURPOSE**:\nModels supplier relationships for commercial operations (gift shops, cafes, etc.)\nin a structured way that captures:\n- Supplier identity and contact\n- Type of supplier (print, reproduction, service, etc.)\n- Products/services provided\n- Temporal validity of relationship\n\n**ONTOLOGY ALIGNMENT**:\n- **Primary** (`class_uri`): `schema:Organization` - Schema.org organization\n- **Close**: `gr:BusinessEntity` - GoodRelations business entity\n- **Related**: `org:Organization` - W3C Org organization\n\n**USAGE**:\n```yaml\nhas_supplier:\n - identified_by: \"hc:supplier/king-mcgaw\"\n has_label:\n label_text: \"King & McGaw\"\n has_type:\n has_label: \"Print Supplier\"\n has_description:\n description_text: \"Fine art print supplier for museum reproductions\"\n temporal_extent:\n begin_of_the_begin: \"2018-01-01\"\n\
|
||||
```\n\n**MIGRATION NOTE**:\nReplaces plain string values from `supplier_relationship` slot.\nProvides structured data with type classification and temporal tracking.\n"
|
||||
alt_descriptions:
|
||||
nl: {text: Zakelijke leverancier van goederen of diensten aan een erfgoedinstelling., language: nl}
|
||||
de: {text: Geschaeftlicher Lieferant von Waren oder Dienstleistungen fuer eine Kultureinrichtung., language: de}
|
||||
fr: {text: Entite commerciale fournissant biens ou services a une institution patrimoniale., language: fr}
|
||||
es: {text: Entidad comercial que suministra bienes o servicios a una institucion patrimonial., language: es}
|
||||
ar: {text: جهة موردة تجارية تقدم سلعًا أو خدمات لمؤسسة تراثية., language: ar}
|
||||
id: {text: Entitas bisnis pemasok barang/jasa untuk lembaga warisan budaya., language: id}
|
||||
zh: {text: 向文化遗产机构提供商品或服务的商业供应方。, language: zh}
|
||||
structured_aliases:
|
||||
nl: [{literal_form: leverancier, language: nl}]
|
||||
de: [{literal_form: Lieferant, language: de}]
|
||||
fr: [{literal_form: fournisseur, language: fr}]
|
||||
es: [{literal_form: proveedor, language: es}]
|
||||
ar: [{literal_form: مورّد, language: ar}]
|
||||
id: [{literal_form: pemasok, language: id}]
|
||||
zh: [{literal_form: 供应商, language: zh}]
|
||||
description: >-
|
||||
Business entity that supplies goods or services to a heritage custodian.
|
||||
slots:
|
||||
- identified_by
|
||||
- has_label
|
||||
|
|
@ -97,3 +113,6 @@ classes:
|
|||
migration_date: '2026-01-16'
|
||||
specificity_score: 0.1
|
||||
specificity_rationale: Generic utility class/slot created during migration
|
||||
modeling_notes: |
|
||||
This class replaces plain string supplier references with structured
|
||||
supplier entities including type, description, and temporal validity.
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ prefixes:
|
|||
hc: https://nde.nl/ontology/hc/
|
||||
skos: http://www.w3.org/2004/02/skos/core#
|
||||
schema: http://schema.org/
|
||||
crm: http://www.cidoc-crm.org/cidoc-crm/
|
||||
wd: http://www.wikidata.org/entity/
|
||||
default_prefix: hc
|
||||
imports:
|
||||
|
|
@ -15,269 +16,567 @@ classes:
|
|||
Brewery:
|
||||
is_a: TasteScentSubType
|
||||
class_uri: wd:Q131734
|
||||
description: 'Business that makes and sells beer.
|
||||
|
||||
Includes historic breweries, craft breweries preserving traditional methods,
|
||||
|
||||
and monastic breweries with centuries-old brewing traditions.
|
||||
|
||||
'
|
||||
description: >-
|
||||
Establishment producing and selling beer, including historic, craft, and monastic breweries.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Instelling die bier produceert en verkoopt, inclusief historische, ambachtelijke en kloosterbrouwerijen.
|
||||
de: >-
|
||||
Einrichtung die Bier produziert und verkauft, einschließlich historischer, handwerklicher und Klosterbrauereien.
|
||||
fr: >-
|
||||
Établissement produisant et vendant de la bière, y compris les brasseries historiques, artisanales et monastiques.
|
||||
es: >-
|
||||
Establecimiento que produce y vende cerveza, incluyendo cervecerías históricas, artesanales y monásticas.
|
||||
zh: >-
|
||||
生产并销售啤酒的场所,包括历史性、工艺性和修道院啤酒厂。
|
||||
exact_mappings:
|
||||
- wd:Q131734
|
||||
- wd:Q131734
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
- schema:FoodEstablishment
|
||||
structured_aliases:
|
||||
- literal_form: brouwerij
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Brauerei
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: brasserie
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: cervecería
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
keywords:
|
||||
- brewery
|
||||
- beer production
|
||||
- craft brewing
|
||||
- monastic brewery
|
||||
comments:
|
||||
- Includes historic breweries preserving traditional methods
|
||||
- Monastic breweries with centuries-old brewing traditions
|
||||
annotations:
|
||||
wikidata_id: Q131734
|
||||
multilingual_labels: "de: Brauerei\nes: cervecer\xEDa\nfr: brasserie\nnl: brouwerij\n"
|
||||
specificity_score: 0.1
|
||||
specificity_rationale: Generic utility class/slot created during migration
|
||||
custodian_types: '[''*'']'
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
Cafe:
|
||||
is_a: TasteScentSubType
|
||||
class_uri: wd:Q30022
|
||||
description: "Establishment that serves coffee and tea.\nIncludes historic coffeehouses,\
|
||||
\ traditional tea rooms,\nand caf\xE9 cultures with heritage significance.\n"
|
||||
description: >-
|
||||
Establishment serving coffee and tea, including historic coffeehouses and traditional tea rooms.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Instelling die koffie en thee serveert, inclusief historische koffiehuizen en traditionele theesalons.
|
||||
de: >-
|
||||
Einrichtung die Kaffee und Tee serviert, einschließlich historischer Kaffeehäuser und traditioneller Teestuben.
|
||||
fr: >-
|
||||
Établissement servant du café et du thé, y compris les cafés historiques et les salons de thé traditionnels.
|
||||
es: >-
|
||||
Establecimiento que sirve café y té, incluyendo cafeterías históricas y salones de té tradicionales.
|
||||
zh: >-
|
||||
提供咖啡和茶的场所,包括历史咖啡馆和传统茶室。
|
||||
exact_mappings:
|
||||
- wd:Q30022
|
||||
- wd:Q30022
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
- schema:FoodEstablishment
|
||||
structured_aliases:
|
||||
- literal_form: café
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Café
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: café
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: cafetería
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
keywords:
|
||||
- cafe
|
||||
- coffeehouse
|
||||
- tea room
|
||||
comments:
|
||||
- Includes café cultures with heritage significance
|
||||
annotations:
|
||||
wikidata_id: Q30022
|
||||
multilingual_labels: "de: Caf\xE9\nes: cafeter\xEDa\nfr: caf\xE9\nnl: caf\xE9\
|
||||
\n"
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
custodian_types: '[''*'']'
|
||||
VienneseCoffeeHouse:
|
||||
is_a: TasteScentSubType
|
||||
class_uri: wd:Q261335
|
||||
description: "Type of caf\xE9 specific to Viennese coffee culture.\nUNESCO-recognized\
|
||||
\ intangible cultural heritage of Austria.\nTraditional coffeehouses with historic\
|
||||
\ ambiance and practices.\n"
|
||||
description: >-
|
||||
Traditional Viennese café recognized by UNESCO as intangible cultural heritage of Austria.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Traditioneel Weens koffiehuis, erkend door UNESCO als immaterieel cultureel erfgoed van Oostenrijk.
|
||||
de: >-
|
||||
Traditionelles Wiener Kaffeehaus, von der UNESCO als immaterielles Kulturerbe Österreichs anerkannt.
|
||||
fr: >-
|
||||
Café viennois traditionnel reconnu par l'UNESCO comme patrimoine culturel immatériel de l'Autriche.
|
||||
es: >-
|
||||
Café vienés tradicional reconocido por la UNESCO como patrimonio cultural inmaterial de Austria.
|
||||
zh: >-
|
||||
传统维也纳咖啡馆,被联合国教科文组织列为奥地利非物质文化遗产。
|
||||
exact_mappings:
|
||||
- wd:Q261335
|
||||
- wd:Q261335
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
structured_aliases:
|
||||
- literal_form: Wiener Kaffeehaus
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: café vienés
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
keywords:
|
||||
- viennese coffeehouse
|
||||
- UNESCO heritage
|
||||
- austrian culture
|
||||
annotations:
|
||||
wikidata_id: Q261335
|
||||
multilingual_labels: "de: Wiener Kaffeehaus\nes: caf\xE9 vien\xE9s\nfr: culture\
|
||||
\ des Caf\xE9s viennois\n"
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
unesco_recognition: "2011"
|
||||
custodian_types: '[''*'']'
|
||||
DrinkingEstablishment:
|
||||
is_a: TasteScentSubType
|
||||
class_uri: wd:Q112654507
|
||||
description: "Business whose primary function is serving beverages for consumption\
|
||||
\ on premises.\nIncludes caf\xE9s, tea houses, inns, and other beverage-focused\
|
||||
\ establishments.\n"
|
||||
description: >-
|
||||
Business primarily serving beverages for on-premises consumption, including cafés, tea houses, and inns.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Bedrijf dat voornamelijk dranken serveert voor consumptie op locatie, inclusief cafés, theehuizen en herbergen.
|
||||
de: >-
|
||||
Unternehmen das hauptsächlich Getränke für den Verzehr vor Ort serviert, einschließlich Cafés, Teehäuser und Gasthäuser.
|
||||
fr: >-
|
||||
Établissement servant principalement des boissons pour consommation sur place, y compris cafés, maisons de thé et auberges.
|
||||
es: >-
|
||||
Negocio que sirve principalmente bebidas para consumo en el local, incluyendo cafeterías, casas de té y posadas.
|
||||
zh: >-
|
||||
主要提供堂饮饮料的场所,包括咖啡馆、茶馆和客栈。
|
||||
exact_mappings:
|
||||
- wd:Q112654507
|
||||
- wd:Q112654507
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
structured_aliases:
|
||||
- literal_form: Getränkeetablissement
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
keywords:
|
||||
- drinking establishment
|
||||
- beverage service
|
||||
- tea house
|
||||
annotations:
|
||||
wikidata_id: Q112654507
|
||||
multilingual_labels: "de: Getr\xE4nkeetablissement\n"
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
custodian_types: '[''*'']'
|
||||
EatingOrDrinkingEstablishment:
|
||||
is_a: TasteScentSubType
|
||||
class_uri: wd:Q88985865
|
||||
description: 'Combined eating or drinking establishment.
|
||||
|
||||
Broad category encompassing various food and beverage service establishments.
|
||||
|
||||
'
|
||||
description: >-
|
||||
Broad category of establishments providing food and/or beverage services.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Brede categorie van instellingen die voedsel- en/of drankenservices bieden.
|
||||
de: >-
|
||||
Breite Kategorie von Einrichtungen, die Speise- und/oder Getränkeservices anbieten.
|
||||
fr: >-
|
||||
Large catégorie d'établissements proposant des services de restauration et/ou de boissons.
|
||||
es: >-
|
||||
Amplia categoría de establecimientos que proporcionan servicios de comida y/o bebida.
|
||||
zh: >-
|
||||
提供餐饮服务的场所的广泛类别。
|
||||
exact_mappings:
|
||||
- wd:Q88985865
|
||||
- wd:Q88985865
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
keywords:
|
||||
- food service
|
||||
- beverage service
|
||||
- hospitality
|
||||
annotations:
|
||||
wikidata_id: Q88985865
|
||||
multilingual_labels: "fr: \xE9tablissement de restauration ou de boisson\n"
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
custodian_types: '[''*'']'
|
||||
Chocolaterie:
|
||||
is_a: TasteScentSubType
|
||||
class_uri: wd:Q762548
|
||||
description: 'Food manufacturer specializing in chocolate.
|
||||
|
||||
Includes artisanal chocolate makers, historic chocolate houses,
|
||||
|
||||
and manufacturers preserving traditional confectionery methods.
|
||||
|
||||
'
|
||||
description: >-
|
||||
Food manufacturer specializing in chocolate, including artisanal makers and historic chocolate houses.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Voedselproducent gespecialiseerd in chocolade, inclusief ambachtelijke makers en historische chocoladehuizen.
|
||||
de: >-
|
||||
Lebensmittelhersteller spezialisiert auf Schokolade, einschließlich handwerklicher Hersteller und historischer Chocolaterien.
|
||||
fr: >-
|
||||
Fabricant alimentaire spécialisé dans le chocolat, y compris les artisans et les maisons historiques.
|
||||
es: >-
|
||||
Fabricante de alimentos especializado en chocolate, incluyendo artesanos y casas históricas de chocolate.
|
||||
zh: >-
|
||||
专门生产巧克力的食品制造商,包括手工制作者和历史巧克力屋。
|
||||
exact_mappings:
|
||||
- wd:Q762548
|
||||
- wd:Q762548
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
structured_aliases:
|
||||
- literal_form: chocolaterie
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Chocolaterie
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: chocolaterie
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: productor de chocolate
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
keywords:
|
||||
- chocolate
|
||||
- confectionery
|
||||
- artisanal food
|
||||
annotations:
|
||||
wikidata_id: Q762548
|
||||
multilingual_labels: 'de: Chocolaterie
|
||||
|
||||
es: productor de chocolate
|
||||
|
||||
fr: chocolaterie
|
||||
|
||||
nl: chocolaterie
|
||||
|
||||
'
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
custodian_types: '[''*'']'
|
||||
FoodManufacturer:
|
||||
is_a: TasteScentSubType
|
||||
class_uri: wd:Q1252971
|
||||
description: 'Company that produces foods.
|
||||
|
||||
Includes traditional food manufacturers, artisanal producers,
|
||||
|
||||
and companies preserving heritage food production methods.
|
||||
|
||||
'
|
||||
description: >-
|
||||
Company producing foods, including traditional manufacturers and artisanal producers preserving heritage methods.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Bedrijf dat voedingsmiddelen produceert, inclusief traditionele fabrikanten en ambachtelijke producenten.
|
||||
de: >-
|
||||
Unternehmen das Lebensmittel produziert, einschließlich traditioneller Hersteller und handwerklicher Produzenten.
|
||||
fr: >-
|
||||
Entreprise produisant des aliments, y compris les fabricants traditionnels et les producteurs artisanaux.
|
||||
es: >-
|
||||
Empresa que produce alimentos, incluyendo fabricantes tradicionales y productores artesanales.
|
||||
zh: >-
|
||||
生产食品的公司,包括传统制造商和保持传统工艺的手工生产者。
|
||||
exact_mappings:
|
||||
- wd:Q1252971
|
||||
- wd:Q1252971
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
structured_aliases:
|
||||
- literal_form: voedselproducent
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Lebensmittelhersteller
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: entreprise agroalimentaire
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: empresa agroalimentaria
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
keywords:
|
||||
- food production
|
||||
- artisanal producer
|
||||
- heritage food
|
||||
annotations:
|
||||
wikidata_id: Q1252971
|
||||
multilingual_labels: 'de: Lebensmittelhersteller
|
||||
|
||||
es: empresa agroalimentaria
|
||||
|
||||
fr: entreprise agroalimentaire
|
||||
|
||||
nl: voedselproducent
|
||||
|
||||
'
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
custodian_types: '[''*'']'
|
||||
Restaurant:
|
||||
is_a: TasteScentSubType
|
||||
class_uri: wd:Q11707
|
||||
description: 'Single establishment which prepares and serves food, located in
|
||||
building.
|
||||
|
||||
Includes historic restaurants, heritage eateries, and establishments
|
||||
|
||||
preserving traditional culinary practices.
|
||||
|
||||
'
|
||||
description: >-
|
||||
Establishment preparing and serving food, including historic restaurants preserving traditional culinary practices.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Instelling die eten bereidt en serveert, inclusief historische restaurants die traditionele culinaire praktijken behouden.
|
||||
de: >-
|
||||
Einrichtung die Essen zubereitet und serviert, einschließlich historischer Restaurants mit traditionellen kulinarischen Praktiken.
|
||||
fr: >-
|
||||
Établissement préparant et servant des repas, y compris les restaurants historiques préservant les pratiques culinaires traditionnelles.
|
||||
es: >-
|
||||
Establecimiento que prepara y sirve comida, incluyendo restaurantes históricos que preservan prácticas culinarias tradicionales.
|
||||
zh: >-
|
||||
制作并供应食物的场所,包括保持传统烹饪做法的历史餐厅。
|
||||
exact_mappings:
|
||||
- wd:Q11707
|
||||
- wd:Q11707
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
structured_aliases:
|
||||
- literal_form: restaurant
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Restaurant
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: restaurant
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: restaurante
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
keywords:
|
||||
- restaurant
|
||||
- dining
|
||||
- culinary heritage
|
||||
annotations:
|
||||
wikidata_id: Q11707
|
||||
multilingual_labels: 'de: Restaurant
|
||||
|
||||
es: restaurante
|
||||
|
||||
fr: restaurant
|
||||
|
||||
nl: restaurant
|
||||
|
||||
'
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
custodian_types: '[''*'']'
|
||||
RestaurantChain:
|
||||
is_a: TasteScentSubType
|
||||
class_uri: wd:Q18534542
|
||||
description: 'Set of related restaurants in many different locations under shared
|
||||
|
||||
corporate ownership or franchising agreements.
|
||||
|
||||
'
|
||||
description: >-
|
||||
Set of related restaurants operating under shared corporate ownership or franchising agreements.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Groep gerelateerde restaurants die onder gemeenschappelijk bedrijfsbezit of franchiseovereenkomsten opereren.
|
||||
de: >-
|
||||
Gruppe verwandter Restaurants, die unter gemeinsamer Unternehmensführung oder Franchise-Vereinbarungen betrieben werden.
|
||||
fr: >-
|
||||
Ensemble de restaurants apparentés fonctionnant sous propriété commune ou accords de franchise.
|
||||
es: >-
|
||||
Conjunto de restaurantes relacionados que operan bajo propiedad corporativa compartida o acuerdos de franquicia.
|
||||
zh: >-
|
||||
在共同企业所有权或特许经营协议下运营的相关餐厅集合。
|
||||
exact_mappings:
|
||||
- wd:Q18534542
|
||||
- wd:Q18534542
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
structured_aliases:
|
||||
- literal_form: restaurantketen
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Restaurantkette
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: chaîne de restaurants
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: cadena de restaurantes
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
keywords:
|
||||
- restaurant chain
|
||||
- franchise
|
||||
- corporate dining
|
||||
annotations:
|
||||
wikidata_id: Q18534542
|
||||
multilingual_labels: "de: Restaurantkette\nes: cadena de restaurantes\nfr: cha\xEE\
|
||||
ne de restaurants\nnl: restaurantketen\n"
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
custodian_types: '[''*'']'
|
||||
EthnicRestaurant:
|
||||
is_a: TasteScentSubType
|
||||
class_uri: wd:Q110302003
|
||||
description: 'Restaurant that serves ethnic cuisine.
|
||||
|
||||
Preserves and presents culinary traditions from specific cultures or regions.
|
||||
|
||||
'
|
||||
description: >-
|
||||
Restaurant serving ethnic cuisine, preserving and presenting culinary traditions from specific cultures or regions.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Restaurant dat etnische keuken serveert en culinaire tradities van specifieke culturen of regio's behoudt.
|
||||
de: >-
|
||||
Restaurant das ethnische Küche serviert und kulinarische Traditionen spezifischer Kulturen oder Regionen bewahrt.
|
||||
fr: >-
|
||||
Restaurant servant une cuisine ethnique, préservant les traditions culinaires de cultures ou régions spécifiques.
|
||||
es: >-
|
||||
Restaurante que sirve cocina étnica, preservando tradiciones culinarias de culturas o regiones específicas.
|
||||
zh: >-
|
||||
提供民族美食的餐厅,保存并展示特定文化或地区的烹饪传统。
|
||||
exact_mappings:
|
||||
- wd:Q110302003
|
||||
- wd:Q110302003
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
structured_aliases:
|
||||
- literal_form: restaurant ethnique
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
keywords:
|
||||
- ethnic cuisine
|
||||
- cultural heritage
|
||||
- traditional food
|
||||
annotations:
|
||||
wikidata_id: Q110302003
|
||||
multilingual_labels: 'fr: restaurant ethnique
|
||||
|
||||
'
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
custodian_types: '[''*'']'
|
||||
ItalianRestaurant:
|
||||
is_a: TasteScentSubType
|
||||
class_uri: wd:Q53847673
|
||||
description: 'Restaurant serving Italian cuisine.
|
||||
|
||||
Includes trattorias, osterias, and establishments preserving
|
||||
|
||||
regional Italian culinary traditions.
|
||||
|
||||
'
|
||||
description: >-
|
||||
Restaurant serving Italian cuisine, including trattorias and osterias preserving regional culinary traditions.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Restaurant dat Italiaanse keuken serveert, inclusief trattoria's en osteria's die regionale culinaire tradities behouden.
|
||||
de: >-
|
||||
Restaurant das italienische Küche serviert, einschließlich Trattorien und Osterien mit regionalen kulinarischen Traditionen.
|
||||
fr: >-
|
||||
Restaurant servant une cuisine italienne, y compris les trattorias et osterias préservant les traditions culinaires régionales.
|
||||
es: >-
|
||||
Restaurante que sirve cocina italiana, incluyendo trattorías y osterías que preservan tradiciones culinarias regionales.
|
||||
zh: >-
|
||||
提供意大利菜的餐厅,包括保持地区烹饪传统的餐馆和酒馆。
|
||||
exact_mappings:
|
||||
- wd:Q53847673
|
||||
- wd:Q53847673
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
structured_aliases:
|
||||
- literal_form: italienisches Restaurant
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: ristorante italiano
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: it
|
||||
keywords:
|
||||
- italian cuisine
|
||||
- trattoria
|
||||
- osteria
|
||||
annotations:
|
||||
wikidata_id: Q53847673
|
||||
multilingual_labels: 'de: italienisches Restaurant
|
||||
|
||||
it: ristorante italiano
|
||||
|
||||
'
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
custodian_types: '[''*'']'
|
||||
FastFoodRestaurant:
|
||||
is_a: TasteScentSubType
|
||||
class_uri: wd:Q1751429
|
||||
description: 'Type of restaurant focused on quick service.
|
||||
|
||||
Historic fast food establishments may preserve early quick-service traditions.
|
||||
|
||||
'
|
||||
description: >-
|
||||
Restaurant focused on quick service, with historic establishments preserving early quick-service traditions.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Restaurant gericht op snelle service, waarbij historische vestigingen vroege snelservicetradities behouden.
|
||||
de: >-
|
||||
Restaurant mit Fokus auf Schnellservice, wobei historische Betriebe frühe Schnellservicetraditionen bewahren.
|
||||
fr: >-
|
||||
Restaurant axé sur le service rapide, les établissements historiques préservant les traditions de service rapide.
|
||||
es: >-
|
||||
Restaurante enfocado en servicio rápido, con establecimientos históricos que preservan tradiciones tempranas de servicio rápido.
|
||||
zh: >-
|
||||
专注于快速服务的餐厅,历史悠久的场所保留了早期快餐传统。
|
||||
exact_mappings:
|
||||
- wd:Q1751429
|
||||
- wd:Q1751429
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
structured_aliases:
|
||||
- literal_form: fastfoodrestaurant
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Schnellrestaurant
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: restaurant rapide
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: restaurante de comida rápida
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
keywords:
|
||||
- fast food
|
||||
- quick service
|
||||
- casual dining
|
||||
annotations:
|
||||
wikidata_id: Q1751429
|
||||
multilingual_labels: "de: Schnellrestaurant\nes: restaurante de comida r\xE1\
|
||||
pida\nfr: restaurant rapide\nnl: fastfoodrestaurant\n"
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
custodian_types: '[''*'']'
|
||||
FastFoodRestaurantChain:
|
||||
is_a: TasteScentSubType
|
||||
class_uri: wd:Q18509232
|
||||
description: 'Type of restaurant chain focused on quick service.
|
||||
|
||||
Historic chains may document evolution of fast food culture.
|
||||
|
||||
'
|
||||
description: >-
|
||||
Restaurant chain focused on quick service, with historic chains documenting fast food culture evolution.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Restaurantketen gericht op snelle service, waarbij historische ketens de evolutie van fastfoodcultuur documenteren.
|
||||
de: >-
|
||||
Restaurantkette mit Fokus auf Schnellservice, wobei historische Ketten die Entwicklung der Fast-Food-Kultur dokumentieren.
|
||||
fr: >-
|
||||
Chaîne de restaurants axée sur le service rapide, les chaînes historiques documentant l'évolution de la culture du fast-food.
|
||||
es: >-
|
||||
Cadena de restaurantes enfocada en servicio rápido, con cadenas históricas que documentan la evolución de la cultura de comida rápida.
|
||||
zh: >-
|
||||
专注于快速服务的连锁餐厅,历史悠久的连锁店记录了快餐文化的演变。
|
||||
exact_mappings:
|
||||
- wd:Q18509232
|
||||
- wd:Q18509232
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
structured_aliases:
|
||||
- literal_form: fastfoodketen
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Fastfoodkette
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: chaîne de restauration rapide
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: cadena de restaurantes de comida rápida
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
keywords:
|
||||
- fast food chain
|
||||
- quick service chain
|
||||
- franchise
|
||||
annotations:
|
||||
wikidata_id: Q18509232
|
||||
multilingual_labels: "de: Fastfoodkette\nes: cadena de restaurantes de comida\
|
||||
\ r\xE1pida\nfr: cha\xEEne de restauration rapide\nnl: fastfoodketen\n"
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
custodian_types: '[''*'']'
|
||||
Pizzeria:
|
||||
is_a: TasteScentSubType
|
||||
class_uri: wd:Q1501212
|
||||
description: 'Restaurant that sells pizza.
|
||||
|
||||
Includes historic pizzerias, traditional Neapolitan pizza makers,
|
||||
|
||||
and establishments preserving authentic pizza-making traditions.
|
||||
|
||||
'
|
||||
description: >-
|
||||
Restaurant specializing in pizza, including historic pizzerias and traditional Neapolitan pizza makers.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Restaurant gespecialiseerd in pizza, inclusief historische pizzeria's en traditionele Napolitaanse pizzamakers.
|
||||
de: >-
|
||||
Restaurant spezialisiert auf Pizza, einschließlich historischer Pizzerien und traditioneller neapolitanischer Pizzabäcker.
|
||||
fr: >-
|
||||
Restaurant spécialisé dans la pizza, y compris les pizzerias historiques et les fabricants de pizza napolitaine traditionnelle.
|
||||
es: >-
|
||||
Restaurante especializado en pizza, incluyendo pizzerías históricas y fabricantes tradicionales de pizza napolitana.
|
||||
zh: >-
|
||||
专门制作披萨的餐厅,包括历史悠久的披萨店和传统那不勒斯披萨制作者。
|
||||
exact_mappings:
|
||||
- wd:Q1501212
|
||||
- wd:Q1501212
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
structured_aliases:
|
||||
- literal_form: pizzeria
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Pizzeria
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: pizzeria
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: pizzería
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
- literal_form: pizzeria
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: it
|
||||
keywords:
|
||||
- pizza
|
||||
- neapolitan pizza
|
||||
- italian cuisine
|
||||
annotations:
|
||||
wikidata_id: Q1501212
|
||||
multilingual_labels: "de: Pizzeria\nes: pizzer\xEDa\nfr: pizzeria\nit: pizzeria\n\
|
||||
nl: pizzeria\n"
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
custodian_types: '[''*'']'
|
||||
PizzeriaChain:
|
||||
is_a: TasteScentSubType
|
||||
class_uri: wd:Q18654742
|
||||
description: 'Restaurant chain which specializes in pizzas.
|
||||
|
||||
'
|
||||
description: >-
|
||||
Restaurant chain specializing in pizza production and sales.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Restaurantketen gespecialiseerd in pizzaproductie en -verkoop.
|
||||
de: >-
|
||||
Restaurantkette spezialisiert auf Pizzaproduktion und -verkauf.
|
||||
fr: >-
|
||||
Chaîne de restaurants spécialisée dans la production et la vente de pizzas.
|
||||
es: >-
|
||||
Cadena de restaurantes especializada en producción y venta de pizzas.
|
||||
zh: >-
|
||||
专门生产和销售披萨的连锁餐厅。
|
||||
exact_mappings:
|
||||
- wd:Q18654742
|
||||
- wd:Q18654742
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
structured_aliases:
|
||||
- literal_form: Pizzarestaurantkette
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: chaîne de pizzerias
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: cadena de pizzerías
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
keywords:
|
||||
- pizza chain
|
||||
- franchise
|
||||
- fast casual
|
||||
annotations:
|
||||
wikidata_id: Q18654742
|
||||
multilingual_labels: "de: Pizzarestaurantkette\nes: cadena de pizzer\xEDas\n\
|
||||
fr: cha\xEEne de pizzerias\n"
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
custodian_types: '[''*'']'
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ prefixes:
|
|||
hc: https://nde.nl/ontology/hc/
|
||||
schema: http://schema.org/
|
||||
prov: http://www.w3.org/ns/prov#
|
||||
skos: http://www.w3.org/2004/02/skos/core#
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/has_condition
|
||||
|
|
@ -20,12 +21,52 @@ default_prefix: hc
|
|||
classes:
|
||||
TaxDeductibility:
|
||||
class_uri: schema:OfferItemCondition
|
||||
description: "Structured representation of tax deductibility status for donations.\n\n**PURPOSE**:\n\nReplaces simple boolean `tax_deductible` flag with structured class\nthat can capture:\n- Deductibility status (full, partial, none, conditional)\n- Jurisdiction-specific variations\n- Conditions and limitations\n- Temporal validity\n\n**MIGRATION**:\n\nReplaces bespoke `tax_deductible` boolean slot per slot_fixes.yaml\nrevision and Rule 53/56.\n\n**DATA MODEL**:\n\n```\nTaxDeductibility\n \u2502\n \u251C\u2500\u2500 has_type \u2500\u2500\u2192 TaxDeductibilityType (FullyDeductible, etc.)\n \u2502\n \u251C\u2500\u2500 jurisdiction \u2500\u2500\u2192 Jurisdiction class\n \u2502\n \u251C\u2500\u2500 has_condition \u2500\u2500\u2192 Condition (structured conditions)\n \u2502\n \u2514\u2500\u2500 effective_from / effective_until \u2500\u2500\u2192 dates\n```\n\n**DEDUCTIBILITY STATUSES**:\n\n| Status | Meaning |\n|--------|---------|\n| FULLY_DEDUCTIBLE\
|
||||
\ | 100% of donation is tax-deductible |\n| PARTIALLY_DEDUCTIBLE | Only portion is deductible |\n| NOT_DEDUCTIBLE | No tax benefit for donors |\n| CONDITIONALLY_DEDUCTIBLE | Deductible if conditions met |\n| JURISDICTION_DEPENDENT | Varies by donor's tax jurisdiction |\n\n**HERITAGE SECTOR EXAMPLES**:\n\n- Museum membership: Often NOT deductible (benefits received)\n- Pure donation: FULLY_DEDUCTIBLE in most jurisdictions\n- Gala ticket: PARTIALLY_DEDUCTIBLE (fair market value deducted)\n- International donation: JURISDICTION_DEPENDENT\n"
|
||||
description: >-
|
||||
Fiscal treatment status for donations, specifying conditions, percentages, and jurisdictional scope for donor benefits.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Gestructureerde weergave van fiscale aftrekbaarheid van giften, inclusief voorwaarden en jurisdictie.
|
||||
de: >-
|
||||
Strukturierte Darstellung der steuerlichen Abzugsfähigkeit von Spenden, inkl. Bedingungen und Jurisdiktion.
|
||||
fr: >-
|
||||
Représentation structurée de la déductibilité fiscale des dons, avec conditions et juridiction.
|
||||
es: >-
|
||||
Representación estructurada de la deducibilidad fiscal de donaciones, con condiciones y jurisdicción.
|
||||
ar: >-
|
||||
تمثيل منظم لقابلية الخصم الضريبي للتبرعات بما يشمل الشروط والولاية القضائية.
|
||||
id: >-
|
||||
Representasi terstruktur status pengurangan pajak untuk donasi, termasuk syarat dan yurisdiksi.
|
||||
zh: >-
|
||||
捐赠税收可抵扣状态的结构化表示,包含条件与司法辖区。
|
||||
structured_aliases:
|
||||
- literal_form: fiscale aftrekbaarheid
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: steuerliche Abzugsfähigkeit
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: déductibilité fiscale
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: deducibilidad fiscal
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
- literal_form: 税收可抵扣性
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
exact_mappings:
|
||||
- schema:OfferItemCondition
|
||||
- schema:OfferItemCondition
|
||||
close_mappings:
|
||||
- prov:Entity
|
||||
- prov:Entity
|
||||
keywords:
|
||||
- tax deductibility
|
||||
- donation
|
||||
- fiscal benefits
|
||||
- charitable giving
|
||||
comments:
|
||||
- Replaces simple boolean tax_deductible flag with structured metadata
|
||||
- Supports jurisdiction-specific variations and conditional deductibility
|
||||
- Common statuses include fully, partially, conditionally, and not deductible
|
||||
slots:
|
||||
- has_type
|
||||
- in_jurisdiction
|
||||
|
|
@ -72,7 +113,9 @@ classes:
|
|||
inlined: true
|
||||
examples:
|
||||
- value:
|
||||
has_percentage_value: 100
|
||||
- value:
|
||||
has_percentage_value: 66
|
||||
minimum_of_minimum:
|
||||
range: decimal
|
||||
effective_at:
|
||||
|
|
@ -139,3 +182,8 @@ classes:
|
|||
replaces_slot: tax_deductible
|
||||
migration_date: '2026-01-16'
|
||||
custodian_types: "['*']"
|
||||
modeling_notes: |
|
||||
Replaces a simple boolean with structured deductibility metadata.
|
||||
|
||||
Typical statuses include full, partial, conditional, and non-deductible,
|
||||
often varying by jurisdiction and donor conditions.
|
||||
|
|
|
|||
|
|
@ -1,15 +1,13 @@
|
|||
id: https://nde.nl/ontology/hc/class/TaxDeductibilityType
|
||||
name: tax_deductibility_type_class
|
||||
title: Tax Deductibility Type Class
|
||||
|
||||
prefixes:
|
||||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
skos: http://www.w3.org/2004/02/skos/core#
|
||||
schema: http://schema.org/
|
||||
|
||||
crm: http://www.cidoc-crm.org/cidoc-crm/
|
||||
default_prefix: hc
|
||||
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/has_description
|
||||
|
|
@ -18,52 +16,42 @@ classes:
|
|||
TaxDeductibilityType:
|
||||
class_uri: skos:Concept
|
||||
abstract: true
|
||||
description: |
|
||||
Abstract base class for tax deductibility status classifications.
|
||||
|
||||
**Purpose**:
|
||||
Provides type-safe classification of donation tax deductibility status,
|
||||
replacing the previous DeductibilityStatusEnum.
|
||||
|
||||
**Rule 0b Compliance**:
|
||||
This is the singular "Type" class (abstract base). Concrete subclasses
|
||||
are defined in TaxDeductibilityTypes.yaml (plural "Types" file).
|
||||
|
||||
**Rule 9 Compliance**:
|
||||
Promoted from enum to class hierarchy to enable:
|
||||
- Richer metadata per classification
|
||||
- Extensibility without schema changes
|
||||
- Better ontology alignment (SKOS Concept)
|
||||
|
||||
**Subclasses** (in TaxDeductibilityTypes.yaml):
|
||||
- FullyDeductible: 100% tax-deductible
|
||||
- PartiallyDeductible: Portion is deductible
|
||||
- NotDeductible: No tax benefit
|
||||
- ConditionallyDeductible: Deductible if conditions met
|
||||
- JurisdictionDependent: Varies by jurisdiction
|
||||
- UnknownDeductibility: Status undetermined
|
||||
|
||||
exact_mappings:
|
||||
description: >-
|
||||
Classification of fiscal benefit status for charitable donations.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Classificatie van fiscale voordeelstatus voor liefdadigheidsdonaties.
|
||||
de: >-
|
||||
Klassifizierung des steuerlichen Vorteilsstatus für Wohltätigkeitsspenden.
|
||||
fr: >-
|
||||
Classification du statut d'avantage fiscal pour les dons caritatifs.
|
||||
es: >-
|
||||
Clasificación del estado de beneficio fiscal para donaciones benéficas.
|
||||
ar: >-
|
||||
تصنيف حالة الفائدة الضريبية للتبرعات الخيرية.
|
||||
id: >-
|
||||
Klasifikasi status manfaat fiskal untuk donasi amal.
|
||||
zh: >-
|
||||
慈善捐赠的税收优惠状态分类。
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
|
||||
- crm:E55_Type
|
||||
close_mappings:
|
||||
- schema:PropertyValue
|
||||
|
||||
slots:
|
||||
- has_label
|
||||
- has_description
|
||||
|
||||
slot_usage:
|
||||
has_label:
|
||||
# range: string
|
||||
required: true
|
||||
has_description:
|
||||
# range: string
|
||||
|
||||
keywords:
|
||||
- tax status
|
||||
- donation benefit
|
||||
- fiscal classification
|
||||
comments:
|
||||
- Subclasses include FullyDeductible, PartiallyDeductible, NotDeductible, ConditionallyDeductible
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
custodian_types_rationale: Tax deductibility applies to all heritage institution types.
|
||||
specificity_score: 0.45
|
||||
specificity_rationale: Moderately specific - relevant for donation/funding queries.
|
||||
replaces_enum: DeductibilityStatusEnum
|
||||
migration_date: "2026-01-23"
|
||||
|
|
|
|||
|
|
@ -24,8 +24,25 @@ default_prefix: hc
|
|||
classes:
|
||||
TaxScheme:
|
||||
class_uri: schema:GovernmentService
|
||||
description: "A tax or regulatory scheme that governs fiscal treatment of donations\nand charitable activities for heritage institutions.\n\n**PURPOSE**:\n\nTaxScheme provides structured representation of the various tax\nincentive programs that heritage institutions operate under. This\nenables:\n- Accurate documentation of donor tax benefits\n- Cross-jurisdictional comparison of giving incentives\n- Compliance tracking and reporting\n- Historical tracking of scheme changes\n\n**MIGRATION**:\n\nReplaces the bespoke `tax_scheme` slot (string range) with a\nstructured class per slot_fixes.yaml revision and Rule 53/56.\n\n**HERITAGE SECTOR CONTEXT**:\n\nTax schemes significantly impact heritage institution fundraising:\n\n| Country | Scheme | Donor Benefit |\n|---------|--------|---------------|\n| NL | ANBI | 100% deductible |\n| NL | Cultural ANBI | 125% deductible |\n| UK | Gift Aid | 25% charity reclaim |\n| UK | Cultural Gifts | 30% tax reduction |\n| US | 501(c)(3) | Itemized deduction\
|
||||
\ |\n| DE | Gemeinn\xFCtzigkeit | Up to 20% deductible |\n| FR | M\xE9c\xE9nat culturel | 66% reduction (individuals) |\n\n**DATA MODEL**:\n\n```\nTaxScheme\n \u2502\n \u251C\u2500\u2500 has_type \u2500\u2500\u2192 TaxSchemeType (ANBI, GiftAid, etc.)\n \u2502\n \u251C\u2500\u2500 has_label \u2500\u2500\u2192 \"Culturele ANBI\"\n \u2502\n \u251C\u2500\u2500 jurisdiction \u2500\u2500\u2192 \"NL\"\n \u2502\n \u251C\u2500\u2500 offers_or_offered \u2500\u2500\u2192 TaxDeductibility (with percentage)\n \u2502\n \u251C\u2500\u2500 regulatory_body \u2500\u2500\u2192 \"Belastingdienst\"\n \u2502\n \u2514\u2500\u2500 legal_basis \u2500\u2500\u2192 \"Wet inkomstenbelasting 2001\"\n```\n\n**ONTOLOGY ALIGNMENT**:\n\n- schema:GovernmentService - Tax scheme as government service\n- skos:Concept - Scheme as member of controlled vocabulary\n- org:Organization - Regulatory body reference\n- prov:Entity - Trackable entity with provenance\n"
|
||||
alt_descriptions:
|
||||
nl: {text: Fiscale regeling die de belastingbehandeling van giften en charitatieve activiteiten bepaalt., language: nl}
|
||||
de: {text: Steuer- oder Regulierungsregelung fuer die steuerliche Behandlung von Spenden und Gemeinnuetzigkeit., language: de}
|
||||
fr: {text: Regime fiscal/reglementaire definissant le traitement fiscal des dons et activites caritatives., language: fr}
|
||||
es: {text: Esquema fiscal/regulatorio que rige el tratamiento tributario de donaciones y actividades beneficas., language: es}
|
||||
ar: {text: نظام ضريبي/تنظيمي يحكم المعالجة الضريبية للتبرعات والأنشطة الخيرية., language: ar}
|
||||
id: {text: Skema pajak/regulasi yang mengatur perlakuan fiskal donasi dan kegiatan amal., language: id}
|
||||
zh: {text: 规范捐赠与慈善活动税务处理的税制/监管方案。, language: zh}
|
||||
structured_aliases:
|
||||
nl: [{literal_form: fiscale regeling, language: nl}]
|
||||
de: [{literal_form: Steuerschema, language: de}]
|
||||
fr: [{literal_form: regime fiscal, language: fr}]
|
||||
es: [{literal_form: esquema fiscal, language: es}]
|
||||
ar: [{literal_form: نظام ضريبي, language: ar}]
|
||||
id: [{literal_form: skema pajak, language: id}]
|
||||
zh: [{literal_form: 税务方案, language: zh}]
|
||||
description: >-
|
||||
Tax or regulatory scheme governing fiscal treatment of donations and
|
||||
charitable activity.
|
||||
exact_mappings:
|
||||
- schema:GovernmentService
|
||||
close_mappings:
|
||||
|
|
@ -82,10 +99,12 @@ classes:
|
|||
has_type:
|
||||
has_label: Fully Deductible
|
||||
has_percentage:
|
||||
has_percentage_value: 100
|
||||
- value:
|
||||
has_type:
|
||||
has_label: Enhanced Cultural
|
||||
has_percentage:
|
||||
has_percentage_value: 125
|
||||
regulated_by:
|
||||
# range: string
|
||||
examples:
|
||||
|
|
@ -164,3 +183,6 @@ classes:
|
|||
replaces_slot: tax_scheme
|
||||
migration_date: '2026-01-16'
|
||||
custodian_types: "['*']"
|
||||
modeling_notes: |
|
||||
TaxScheme captures jurisdiction-specific incentive programs (e.g., ANBI,
|
||||
Gift Aid) and links them to deductibility details via TaxDeductibility.
|
||||
|
|
|
|||
|
|
@ -20,35 +20,7 @@ classes:
|
|||
ANBI:
|
||||
is_a: TaxSchemeType
|
||||
class_uri: hc:ANBI
|
||||
description: 'Algemeen Nut Beogende Instelling (General Public Benefit Institution).
|
||||
|
||||
|
||||
Dutch tax status allowing donors to deduct donations from taxable income.
|
||||
|
||||
Heritage institutions with ANBI status receive tax-free donations.
|
||||
|
||||
|
||||
**Benefits**:
|
||||
|
||||
- Donors: 100% income tax deduction
|
||||
|
||||
- Institution: No gift tax on donations received
|
||||
|
||||
- Institution: No inheritance tax on bequests
|
||||
|
||||
|
||||
**Requirements**:
|
||||
|
||||
- At least 90% of activities serve public benefit
|
||||
|
||||
- No profit distribution to individuals
|
||||
|
||||
- Published RSIN number and annual reports
|
||||
|
||||
|
||||
**Regulatory Body**: Belastingdienst
|
||||
|
||||
'
|
||||
description: Dutch public-benefit institution status enabling donor tax deductions and tax exemptions for recipient institutions.
|
||||
annotations:
|
||||
jurisdiction: NL
|
||||
deduction_percentage: 100
|
||||
|
|
@ -58,37 +30,12 @@ classes:
|
|||
specificity_rationale: Generic utility class/slot created during migration
|
||||
custodian_types: '[''*'']'
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
- skos:Concept
|
||||
|
||||
CulturalANBI:
|
||||
is_a: TaxSchemeType
|
||||
class_uri: hc:CulturalANBI
|
||||
description: 'Culturele ANBI (Cultural Public Benefit Institution).
|
||||
|
||||
|
||||
Enhanced Dutch tax status for cultural heritage institutions providing
|
||||
|
||||
an additional 25% multiplier on donation deductions.
|
||||
|
||||
|
||||
**Benefits**:
|
||||
|
||||
- Donors: 125% income tax deduction (100% + 25% cultural bonus)
|
||||
|
||||
- Same institutional benefits as standard ANBI
|
||||
|
||||
|
||||
**Eligibility**:
|
||||
|
||||
- Must be registered as ANBI
|
||||
|
||||
- Primary activities in arts, culture, or heritage
|
||||
|
||||
- Museums, archives, libraries, monuments qualify
|
||||
|
||||
|
||||
**Regulatory Body**: Belastingdienst
|
||||
|
||||
'
|
||||
description: Enhanced Dutch ANBI status for cultural organizations with increased donor deduction multiplier.
|
||||
annotations:
|
||||
jurisdiction: NL
|
||||
deduction_percentage: 125
|
||||
|
|
@ -96,16 +43,12 @@ classes:
|
|||
legal_basis: Wet inkomstenbelasting 2001, Art. 6.39a
|
||||
custodian_types: '[''*'']'
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
- skos:Concept
|
||||
|
||||
GiftAid:
|
||||
is_a: TaxSchemeType
|
||||
class_uri: hc:GiftAid
|
||||
description: "UK Gift Aid scheme allowing charities to reclaim basic rate tax\n\
|
||||
on donations from UK taxpayers.\n\n**Benefits**:\n- Charity reclaims 25p for\
|
||||
\ every \xA31 donated\n- Higher-rate taxpayers claim additional relief\n- Works\
|
||||
\ with one-time and regular donations\n\n**Requirements**:\n- Donor must be\
|
||||
\ UK taxpayer\n- Donor signs Gift Aid declaration\n- Charity must be registered\
|
||||
\ with HMRC\n\n**Regulatory Body**: HMRC\n"
|
||||
description: UK tax-relief mechanism allowing eligible charities to reclaim basic-rate tax on donations.
|
||||
annotations:
|
||||
jurisdiction: UK
|
||||
reclaim_percentage: 25
|
||||
|
|
@ -113,34 +56,12 @@ classes:
|
|||
legal_basis: Finance Act 1990
|
||||
custodian_types: '[''*'']'
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
- skos:Concept
|
||||
|
||||
CulturalGiftsScheme:
|
||||
is_a: TaxSchemeType
|
||||
class_uri: hc:CulturalGiftsScheme
|
||||
description: 'UK Cultural Gifts Scheme for donations of pre-eminent objects.
|
||||
|
||||
|
||||
**Benefits**:
|
||||
|
||||
- Tax reduction based on value of donated object
|
||||
|
||||
- 30% reduction for individuals, 20% for companies
|
||||
|
||||
- Objects remain in UK public collections
|
||||
|
||||
|
||||
**Eligibility**:
|
||||
|
||||
- Object must be pre-eminent (significant cultural importance)
|
||||
|
||||
- Approved by Arts Council England panel
|
||||
|
||||
- Donor gives up ownership entirely
|
||||
|
||||
|
||||
**Regulatory Body**: Arts Council England / HMRC
|
||||
|
||||
'
|
||||
description: UK scheme granting tax reduction for donation of pre-eminent cultural objects to public collections.
|
||||
annotations:
|
||||
jurisdiction: UK
|
||||
tax_reduction_individual: 30
|
||||
|
|
@ -149,65 +70,24 @@ classes:
|
|||
legal_basis: Finance Act 2012
|
||||
custodian_types: '[''*'']'
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
- skos:Concept
|
||||
|
||||
CharitableStatus:
|
||||
is_a: TaxSchemeType
|
||||
class_uri: hc:CharitableStatus
|
||||
description: 'UK registered charity status under Charity Commission.
|
||||
|
||||
|
||||
**Benefits**:
|
||||
|
||||
- Income tax and capital gains tax exemptions
|
||||
|
||||
- Eligible for Gift Aid
|
||||
|
||||
- Business rate relief (80% mandatory, up to 100% discretionary)
|
||||
|
||||
- VAT relief on certain goods
|
||||
|
||||
|
||||
**Regulatory Body**: Charity Commission for England and Wales
|
||||
|
||||
'
|
||||
description: UK registered-charity status enabling core tax and rate reliefs.
|
||||
annotations:
|
||||
jurisdiction: UK
|
||||
regulatory_body: Charity Commission
|
||||
legal_basis: Charities Act 2011
|
||||
custodian_types: '[''*'']'
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
- skos:Concept
|
||||
|
||||
Section501c3:
|
||||
is_a: TaxSchemeType
|
||||
class_uri: hc:Section501c3
|
||||
description: 'US 501(c)(3) tax-exempt status for charitable organizations.
|
||||
|
||||
|
||||
**Benefits**:
|
||||
|
||||
- Organization exempt from federal income tax
|
||||
|
||||
- Donors can deduct contributions on federal taxes
|
||||
|
||||
- May be exempt from state/local taxes
|
||||
|
||||
- Eligible for foundation grants
|
||||
|
||||
|
||||
**Requirements**:
|
||||
|
||||
- Organized exclusively for exempt purposes
|
||||
|
||||
- No private inurement
|
||||
|
||||
- Limited lobbying activities
|
||||
|
||||
- No political campaign intervention
|
||||
|
||||
|
||||
**Regulatory Body**: Internal Revenue Service (IRS)
|
||||
|
||||
'
|
||||
description: US federal tax-exempt charitable status with donor deductibility.
|
||||
annotations:
|
||||
jurisdiction: US
|
||||
deduction_percentage: 100
|
||||
|
|
@ -215,37 +95,12 @@ classes:
|
|||
legal_basis: Internal Revenue Code Section 501(c)(3)
|
||||
custodian_types: '[''*'']'
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
- skos:Concept
|
||||
|
||||
Section501c4:
|
||||
is_a: TaxSchemeType
|
||||
class_uri: hc:Section501c4
|
||||
description: 'US 501(c)(4) social welfare organization status.
|
||||
|
||||
|
||||
Different from 501(c)(3) - allows more advocacy but
|
||||
|
||||
donations are NOT tax-deductible for donors.
|
||||
|
||||
|
||||
**Benefits**:
|
||||
|
||||
- Organization exempt from federal income tax
|
||||
|
||||
- Can engage in unlimited lobbying
|
||||
|
||||
- Can participate in some political activities
|
||||
|
||||
|
||||
**Limitations**:
|
||||
|
||||
- Donor contributions NOT tax-deductible
|
||||
|
||||
- Must primarily benefit community
|
||||
|
||||
|
||||
**Regulatory Body**: Internal Revenue Service (IRS)
|
||||
|
||||
'
|
||||
description: US social-welfare tax-exempt status with broader advocacy allowance but generally non-deductible donations.
|
||||
annotations:
|
||||
jurisdiction: US
|
||||
deduction_percentage: 0
|
||||
|
|
@ -253,50 +108,39 @@ classes:
|
|||
legal_basis: Internal Revenue Code Section 501(c)(4)
|
||||
custodian_types: '[''*'']'
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
- skos:Concept
|
||||
|
||||
Gemeinnuetzigkeit:
|
||||
is_a: TaxSchemeType
|
||||
class_uri: hc:Gemeinnuetzigkeit
|
||||
description: "German charitable status (Gemeinn\xFCtzigkeit).\n\n**Benefits**:\n\
|
||||
- Organization exempt from corporate income tax\n- Donors can deduct donations\
|
||||
\ (up to 20% of income)\n- Enhanced deduction for cultural institutions\n\n\
|
||||
**Requirements**:\n- Serve public benefit exclusively\n- Non-profit operation\n\
|
||||
- Assets used only for stated purposes\n\n**Regulatory Body**: Finanzamt (local\
|
||||
\ tax office)\n"
|
||||
description: German charitable status for public-benefit organizations with donor deduction rights and tax exemptions.
|
||||
annotations:
|
||||
jurisdiction: DE
|
||||
deduction_limit_percentage: 20
|
||||
regulatory_body: Finanzamt
|
||||
legal_basis: "Abgabenordnung \xA7\xA7 51-68"
|
||||
legal_basis: "Abgabenordnung §§ 51-68"
|
||||
custodian_types: '[''*'']'
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
- skos:Concept
|
||||
|
||||
MecenatCulturel:
|
||||
is_a: TaxSchemeType
|
||||
class_uri: hc:MecenatCulturel
|
||||
description: "French cultural patronage scheme (M\xE9c\xE9nat culturel).\n\n**Benefits**:\n\
|
||||
- Individuals: 66% tax reduction (up to 20% of taxable income)\n- Companies:\
|
||||
\ 60% tax reduction (up to 0.5% of turnover)\n- Enhanced rates for national\
|
||||
\ treasures\n\n**Eligible Institutions**:\n- Museums, libraries, archives\n\
|
||||
- Monuments historiques\n- Cultural associations\n\n**Regulatory Body**: Direction\
|
||||
\ g\xE9n\xE9rale des Finances publiques\n"
|
||||
description: French cultural-patronage tax scheme for individual and corporate giving to eligible cultural institutions.
|
||||
annotations:
|
||||
jurisdiction: FR
|
||||
individual_reduction_percentage: 66
|
||||
corporate_reduction_percentage: 60
|
||||
regulatory_body: DGFiP
|
||||
legal_basis: "Code g\xE9n\xE9ral des imp\xF4ts, Art. 200 & 238 bis"
|
||||
legal_basis: "Code général des impôts, Art. 200 & 238 bis"
|
||||
custodian_types: '[''*'']'
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
- skos:Concept
|
||||
|
||||
BelgianTaxShelter:
|
||||
is_a: TaxSchemeType
|
||||
class_uri: hc:BelgianTaxShelter
|
||||
description: "Belgian tax deduction for donations to approved cultural institutions.\n\
|
||||
\n**Benefits**:\n- 45% tax reduction on donations\n- Minimum donation: \u20AC\
|
||||
40\n- Maximum: 10% of net income (max \u20AC392,200)\n\n**Eligibility**:\n-\
|
||||
\ Institution must be approved by Finance Ministry\n- Annual approval required\n\
|
||||
\n**Regulatory Body**: SPF Finances\n"
|
||||
description: Belgian donation tax-reduction framework for approved cultural institutions.
|
||||
annotations:
|
||||
jurisdiction: BE
|
||||
reduction_percentage: 45
|
||||
|
|
@ -304,44 +148,15 @@ classes:
|
|||
regulatory_body: SPF Finances
|
||||
custodian_types: '[''*'']'
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
- skos:Concept
|
||||
|
||||
TransnationalGiving:
|
||||
is_a: TaxSchemeType
|
||||
class_uri: hc:TransnationalGiving
|
||||
description: 'Cross-border donation schemes enabling tax-efficient international
|
||||
giving.
|
||||
|
||||
|
||||
**Examples**:
|
||||
|
||||
- Transnational Giving Europe (TGE)
|
||||
|
||||
- CAF America
|
||||
|
||||
- Charities Aid Foundation
|
||||
|
||||
|
||||
**Benefits**:
|
||||
|
||||
- Tax deduction in donor''s home country
|
||||
|
||||
- Donation reaches foreign charity
|
||||
|
||||
- Compliant with local tax laws
|
||||
|
||||
|
||||
**Mechanism**:
|
||||
|
||||
- Donation to local partner charity
|
||||
|
||||
- Partner grants to foreign charity
|
||||
|
||||
- Administrative fee typically 5-7%
|
||||
|
||||
'
|
||||
description: Cross-border giving mechanism enabling tax-efficient international donations through intermediary partner structures.
|
||||
annotations:
|
||||
jurisdiction: INTERNATIONAL
|
||||
typical_fee_percentage: 5
|
||||
custodian_types: '[''*'']'
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
- skos:Concept
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ classes:
|
|||
class_uri: skos:Concept
|
||||
abstract: true
|
||||
description: >-
|
||||
Abstract base class for classifying types of technological infrastructure components used in digital heritage platforms.
|
||||
Category for software, hardware, and platform components supporting digital heritage systems.
|
||||
alt_descriptions:
|
||||
nl:
|
||||
text: Abstracte basisklasse voor het classificeren van typen technologische infrastructuurcomponenten die in digitale erfgoedplatforms worden gebruikt.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
id: https://nde.nl/ontology/hc/class/TelevisionArchive
|
||||
name: TelevisionArchive
|
||||
title: TelevisionArchive Type
|
||||
title: Television Archive
|
||||
prefixes:
|
||||
linkml: https://w3id.org/linkml/
|
||||
schema: http://schema.org/
|
||||
|
|
@ -17,10 +17,22 @@ imports:
|
|||
- ../slots/related_to
|
||||
classes:
|
||||
TelevisionArchive:
|
||||
description: A heritage custodian specialized in collecting, preserving, and providing access to television programs,
|
||||
recordings, and broadcasts. Television archives (Fernseharchive) maintain collections of broadcast content, including
|
||||
news programs, documentaries, entertainment shows, and other televisual materials that document broadcast history and
|
||||
cultural production.
|
||||
description: >-
|
||||
A heritage custodian specialized in collecting, preserving, and providing access to television programs, recordings, and broadcasts.
|
||||
alt_descriptions:
|
||||
nl:
|
||||
text: Een erfgoedbeheerder gespecialiseerd in het verzamelen, bewaren en toegankelijk maken van televisieprogramma's, opnamen en uitzendingen.
|
||||
de:
|
||||
text: Ein Kulturerbeverwalter, der auf das Sammeln, Bewahren und Zugänglichmachen von Fernsehprogrammen, Aufnahmen und Sendungen spezialisiert ist.
|
||||
fr:
|
||||
text: Un dépositaire du patrimoine spécialisé dans la collecte, la préservation et la mise à disposition des programmes, enregistrements et émissions de télévision.
|
||||
structured_aliases:
|
||||
- literal_form: televisiearchief
|
||||
in_language: nl
|
||||
- literal_form: Fernseharchiv
|
||||
in_language: de
|
||||
- literal_form: archives télévisuelles
|
||||
in_language: fr
|
||||
is_a: CustodianType
|
||||
class_uri: schema:ArchiveOrganization
|
||||
slots:
|
||||
|
|
@ -42,6 +54,8 @@ classes:
|
|||
related_to:
|
||||
range: WikidataAlignment
|
||||
inlined: true
|
||||
comments:
|
||||
- Television archives maintain collections of broadcast content including news programs, documentaries, entertainment shows, and other televisual materials that document broadcast history and cultural production.
|
||||
see_also:
|
||||
- RadioArchive
|
||||
- MediaArchive
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ imports:
|
|||
classes:
|
||||
TelevisionArchiveRecordSetType:
|
||||
description: >-
|
||||
A record set type for classifying collections of television programs, recordings, and broadcast materials.
|
||||
Category for archival holdings of broadcast programs, recordings, and transmission materials.
|
||||
alt_descriptions:
|
||||
nl:
|
||||
text: Een recordsettype voor het classificeren van collecties van televisieprogramma's, opnamen en uitzendingsmaterialen.
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ classes:
|
|||
TemperatureDeviation:
|
||||
class_uri: qudt:Tolerance
|
||||
description: >-
|
||||
Structured specification of allowed temperature deviation/tolerance from a setpoint.
|
||||
Specification of the acceptable variance range from a target setpoint value in climate-controlled storage environments.
|
||||
alt_descriptions:
|
||||
nl:
|
||||
text: Gestructureerde specificatie van toegestane temperatuurafwijking/tolerantie van een instelpunt.
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ classes:
|
|||
TemplateSpecificityScore:
|
||||
class_uri: schema:Rating
|
||||
description: >-
|
||||
A single template specificity score associating a template type with a numeric value.
|
||||
Numeric relevance rating (0.0-1.0) associating a query pattern category with its domain applicability for RAG retrieval optimization.
|
||||
alt_descriptions:
|
||||
nl:
|
||||
text: Een enkele templatespecificatiescore die een templatetype koppelt aan een numerieke waarde.
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ classes:
|
|||
TemplateSpecificityType:
|
||||
class_uri: skos:Concept
|
||||
description: >-
|
||||
Abstract base class for RAG conversation template types.
|
||||
Category for classifying retrieval-augmented generation query patterns by domain relevance.
|
||||
alt_descriptions:
|
||||
nl:
|
||||
text: Abstracte basisklasse voor RAG-gesprekstemplatetypen.
|
||||
|
|
|
|||
|
|
@ -13,240 +13,273 @@ classes:
|
|||
ArchiveSearchTemplate:
|
||||
is_a: TemplateSpecificityType
|
||||
class_uri: hc:ArchiveSearchTemplate
|
||||
description: 'Template type for archival institution queries.
|
||||
|
||||
|
||||
**Relevant Queries**:
|
||||
|
||||
- Finding aids and archival descriptions
|
||||
|
||||
- Records management systems
|
||||
|
||||
- Archival collections and fonds
|
||||
|
||||
- EAD/RiC-O metadata
|
||||
|
||||
'
|
||||
description: >-
|
||||
Template type for archival institution queries.
|
||||
alt_descriptions:
|
||||
nl:
|
||||
text: Templatetype voor archiefinstellingqueries.
|
||||
de:
|
||||
text: Vorlagentyp für Archivinstitutionenabfragen.
|
||||
fr:
|
||||
text: Type de modèle pour les requêtes d'institutions archivistiques.
|
||||
structured_aliases:
|
||||
- literal_form: archiefzoektemplate
|
||||
in_language: nl
|
||||
- literal_form: Archivsuchvorlage
|
||||
in_language: de
|
||||
- literal_form: modèle de recherche d'archives
|
||||
in_language: fr
|
||||
annotations:
|
||||
template_code: archive_search
|
||||
specificity_score: 0.6
|
||||
specificity_rationale: Specific to archive domain but applicable across multiple
|
||||
contexts.
|
||||
specificity_rationale: Specific to archive domain but applicable across multiple contexts.
|
||||
custodian_types: '[''*'']'
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
comments:
|
||||
- Relevant for finding aids and archival descriptions, records management systems, archival collections and fonds, EAD/RiC-O metadata
|
||||
MuseumSearchTemplate:
|
||||
is_a: TemplateSpecificityType
|
||||
class_uri: hc:MuseumSearchTemplate
|
||||
description: 'Template type for museum and gallery queries.
|
||||
|
||||
|
||||
**Relevant Queries**:
|
||||
|
||||
- Art museums and galleries
|
||||
|
||||
- Natural history museums
|
||||
|
||||
- Science museums
|
||||
|
||||
- Exhibitions and object metadata
|
||||
|
||||
'
|
||||
description: >-
|
||||
Template type for museum and gallery queries.
|
||||
alt_descriptions:
|
||||
nl:
|
||||
text: Templatetype voor museum- en galeriequeries.
|
||||
de:
|
||||
text: Vorlagentyp für Museum- und Galerieabfragen.
|
||||
fr:
|
||||
text: Type de modèle pour les requêtes de musées et galeries.
|
||||
structured_aliases:
|
||||
- literal_form: museumzoektemplate
|
||||
in_language: nl
|
||||
- literal_form: Museumssuchvorlage
|
||||
in_language: de
|
||||
- literal_form: modèle de recherche de musée
|
||||
in_language: fr
|
||||
annotations:
|
||||
template_code: museum_search
|
||||
specificity_score: 0.6
|
||||
specificity_rationale: Specific to museum domain but applicable across multiple
|
||||
contexts.
|
||||
specificity_rationale: Specific to museum domain but applicable across multiple contexts.
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
comments:
|
||||
- Relevant for art museums and galleries, natural history museums, science museums, exhibitions and object metadata
|
||||
LibrarySearchTemplate:
|
||||
is_a: TemplateSpecificityType
|
||||
class_uri: hc:LibrarySearchTemplate
|
||||
description: 'Template type for library and bibliographic queries.
|
||||
|
||||
|
||||
**Relevant Queries**:
|
||||
|
||||
- Public and academic libraries
|
||||
|
||||
- Bibliographic metadata (MARC, BIBFRAME)
|
||||
|
||||
- Catalog systems
|
||||
|
||||
- Special collections
|
||||
|
||||
'
|
||||
description: >-
|
||||
Template type for library and bibliographic queries.
|
||||
alt_descriptions:
|
||||
nl:
|
||||
text: Templatetype voor bibliotheek- en bibliografische queries.
|
||||
de:
|
||||
text: Vorlagentyp für Bibliotheks- und bibliografische Abfragen.
|
||||
fr:
|
||||
text: Type de modèle pour les requêtes bibliothécaires et bibliographiques.
|
||||
structured_aliases:
|
||||
- literal_form: bibliotheekzoektemplate
|
||||
in_language: nl
|
||||
- literal_form: Bibliothekssuchvorlage
|
||||
in_language: de
|
||||
- literal_form: modèle de recherche de bibliothèque
|
||||
in_language: fr
|
||||
annotations:
|
||||
template_code: library_search
|
||||
specificity_score: 0.6
|
||||
specificity_rationale: Specific to library domain but applicable across multiple
|
||||
contexts.
|
||||
specificity_rationale: Specific to library domain but applicable across multiple contexts.
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
comments:
|
||||
- Relevant for public and academic libraries, bibliographic metadata (MARC, BIBFRAME), catalog systems, special collections
|
||||
CollectionDiscoveryTemplate:
|
||||
is_a: TemplateSpecificityType
|
||||
class_uri: hc:CollectionDiscoveryTemplate
|
||||
description: 'Template type for collection exploration queries.
|
||||
|
||||
|
||||
**Relevant Queries**:
|
||||
|
||||
- Collection discovery and browsing
|
||||
|
||||
- Cross-institutional collection searches
|
||||
|
||||
- Collection-level descriptions
|
||||
|
||||
- Aggregator portals (Europeana, DPLA)
|
||||
|
||||
'
|
||||
description: >-
|
||||
Template type for collection exploration queries.
|
||||
alt_descriptions:
|
||||
nl:
|
||||
text: Templatetype voor collectieverkenningsqueries.
|
||||
de:
|
||||
text: Vorlagentyp für Sammlungserkundungsabfragen.
|
||||
fr:
|
||||
text: Type de modèle pour les requêtes de découverte de collections.
|
||||
structured_aliases:
|
||||
- literal_form: collectieontdekkingstemplate
|
||||
in_language: nl
|
||||
- literal_form: Sammlungsentdeckungsvorlage
|
||||
in_language: de
|
||||
- literal_form: modèle de découverte de collections
|
||||
in_language: fr
|
||||
annotations:
|
||||
template_code: collection_discovery
|
||||
specificity_score: 0.45
|
||||
specificity_rationale: Cross-domain applicability for collection exploration.
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
comments:
|
||||
- Relevant for collection discovery and browsing, cross-institutional collection searches, collection-level descriptions, aggregator portals (Europeana, DPLA)
|
||||
PersonResearchTemplate:
|
||||
is_a: TemplateSpecificityType
|
||||
class_uri: hc:PersonResearchTemplate
|
||||
description: 'Template type for staff and personnel queries.
|
||||
|
||||
|
||||
**Relevant Queries**:
|
||||
|
||||
- Heritage professionals and staff
|
||||
|
||||
- Director and curator information
|
||||
|
||||
- Organizational personnel
|
||||
|
||||
- LinkedIn profile extraction
|
||||
|
||||
'
|
||||
description: >-
|
||||
Template type for staff and personnel queries.
|
||||
alt_descriptions:
|
||||
nl:
|
||||
text: Templatetype voor personeels- en personeelsqueries.
|
||||
de:
|
||||
text: Vorlagentyp für Personal- und Mitarbeiterabfragen.
|
||||
fr:
|
||||
text: Type de modèle pour les requêtes sur le personnel et les employés.
|
||||
structured_aliases:
|
||||
- literal_form: personenonderzoektemplate
|
||||
in_language: nl
|
||||
- literal_form: Personenrecherchevorlage
|
||||
in_language: de
|
||||
- literal_form: modèle de recherche de personnes
|
||||
in_language: fr
|
||||
annotations:
|
||||
template_code: person_research
|
||||
specificity_score: 0.55
|
||||
specificity_rationale: People-focused queries across heritage domains.
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
comments:
|
||||
- Relevant for heritage professionals and staff, director and curator information, organizational personnel, LinkedIn profile extraction
|
||||
LocationBrowseTemplate:
|
||||
is_a: TemplateSpecificityType
|
||||
class_uri: hc:LocationBrowseTemplate
|
||||
description: 'Template type for geographic browsing queries.
|
||||
|
||||
|
||||
**Relevant Queries**:
|
||||
|
||||
- Heritage institutions by location
|
||||
|
||||
- Geographic distribution
|
||||
|
||||
- Regional heritage landscapes
|
||||
|
||||
- Address and coordinate lookups
|
||||
|
||||
'
|
||||
description: >-
|
||||
Template type for geographic browsing queries.
|
||||
alt_descriptions:
|
||||
nl:
|
||||
text: Templatetype voor geografische browsequeries.
|
||||
de:
|
||||
text: Vorlagentyp für geografische Browserabfragen.
|
||||
fr:
|
||||
text: Type de modèle pour les requêtes de navigation géographique.
|
||||
structured_aliases:
|
||||
- literal_form: locatiebrowsetemplate
|
||||
in_language: nl
|
||||
- literal_form: Standortbrowser-Vorlage
|
||||
in_language: de
|
||||
- literal_form: modèle de navigation géographique
|
||||
in_language: fr
|
||||
annotations:
|
||||
template_code: location_browse
|
||||
specificity_score: 0.4
|
||||
specificity_rationale: Geographic queries applicable across all heritage types.
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
comments:
|
||||
- Relevant for heritage institutions by location, geographic distribution, regional heritage landscapes, address and coordinate lookups
|
||||
IdentifierLookupTemplate:
|
||||
is_a: TemplateSpecificityType
|
||||
class_uri: hc:IdentifierLookupTemplate
|
||||
description: 'Template type for identifier resolution queries.
|
||||
|
||||
|
||||
**Relevant Queries**:
|
||||
|
||||
- ISIL code lookups
|
||||
|
||||
- Wikidata entity resolution
|
||||
|
||||
- GHCID resolution
|
||||
|
||||
- Cross-reference identifier mapping
|
||||
|
||||
'
|
||||
description: >-
|
||||
Template type for identifier resolution queries.
|
||||
alt_descriptions:
|
||||
nl:
|
||||
text: Templatetype voor identificatieresolutiequeries.
|
||||
de:
|
||||
text: Vorlagentyp für Kennungsauflösungsabfragen.
|
||||
fr:
|
||||
text: Type de modèle pour les requêtes de résolution d'identifiants.
|
||||
structured_aliases:
|
||||
- literal_form: identificatiezoektemplate
|
||||
in_language: nl
|
||||
- literal_form: Kennungssuchvorlage
|
||||
in_language: de
|
||||
- literal_form: modèle de recherche d'identifiants
|
||||
in_language: fr
|
||||
annotations:
|
||||
template_code: identifier_lookup
|
||||
specificity_score: 0.5
|
||||
specificity_rationale: Identifier operations applicable across all heritage
|
||||
domains.
|
||||
specificity_rationale: Identifier operations applicable across all heritage domains.
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
comments:
|
||||
- Relevant for ISIL code lookups, Wikidata entity resolution, GHCID resolution, cross-reference identifier mapping
|
||||
OrganizationalChangeTemplate:
|
||||
is_a: TemplateSpecificityType
|
||||
class_uri: hc:OrganizationalChangeTemplate
|
||||
description: 'Template type for change event queries.
|
||||
|
||||
|
||||
**Relevant Queries**:
|
||||
|
||||
- Organizational mergers and splits
|
||||
|
||||
- Name changes and rebranding
|
||||
|
||||
- Relocations and closures
|
||||
|
||||
- Historical timeline events
|
||||
|
||||
'
|
||||
description: >-
|
||||
Template type for change event queries.
|
||||
alt_descriptions:
|
||||
nl:
|
||||
text: Templatetype voor wijzigingsgebeurtenisqueries.
|
||||
de:
|
||||
text: Vorlagentyp für Änderungsereignisabfragen.
|
||||
fr:
|
||||
text: Type de modèle pour les requêtes d'événements de changement.
|
||||
structured_aliases:
|
||||
- literal_form: organisatiewijzigingstemplate
|
||||
in_language: nl
|
||||
- literal_form: Organisationsänderungsvorlage
|
||||
in_language: de
|
||||
- literal_form: modèle de changement organisationnel
|
||||
in_language: fr
|
||||
annotations:
|
||||
template_code: organizational_change
|
||||
specificity_score: 0.65
|
||||
specificity_rationale: Specific to organizational change tracking.
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
comments:
|
||||
- Relevant for organizational mergers and splits, name changes and rebranding, relocations and closures, historical timeline events
|
||||
DigitalPlatformTemplate:
|
||||
is_a: TemplateSpecificityType
|
||||
class_uri: hc:DigitalPlatformTemplate
|
||||
description: 'Template type for digital systems queries.
|
||||
|
||||
|
||||
**Relevant Queries**:
|
||||
|
||||
- Collection management systems
|
||||
|
||||
- Digital repositories and portals
|
||||
|
||||
- API and integration information
|
||||
|
||||
- Digital preservation systems
|
||||
|
||||
'
|
||||
description: >-
|
||||
Template type for digital systems queries.
|
||||
alt_descriptions:
|
||||
nl:
|
||||
text: Templatetype voor digitale systeemqueries.
|
||||
de:
|
||||
text: Vorlagentyp für digitale Systemabfragen.
|
||||
fr:
|
||||
text: Type de modèle pour les requêtes de systèmes numériques.
|
||||
structured_aliases:
|
||||
- literal_form: digitaalplatformtemplate
|
||||
in_language: nl
|
||||
- literal_form: Digitalplattformvorlage
|
||||
in_language: de
|
||||
- literal_form: modèle de plateforme numérique
|
||||
in_language: fr
|
||||
annotations:
|
||||
template_code: digital_platform
|
||||
specificity_score: 0.55
|
||||
specificity_rationale: Digital systems applicable across heritage domains.
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
comments:
|
||||
- Relevant for collection management systems, digital repositories and portals, API and integration information, digital preservation systems
|
||||
GeneralHeritageTemplate:
|
||||
is_a: TemplateSpecificityType
|
||||
class_uri: hc:GeneralHeritageTemplate
|
||||
description: 'Fallback template type for unclassified heritage queries.
|
||||
|
||||
|
||||
**Purpose**:
|
||||
|
||||
Used when a query doesn''t fit specific templates.
|
||||
|
||||
Acts as catch-all for general heritage institution questions.
|
||||
|
||||
|
||||
**Relevant Queries**:
|
||||
|
||||
- General heritage institution information
|
||||
|
||||
- Cross-domain queries
|
||||
|
||||
- Exploratory research
|
||||
|
||||
'
|
||||
description: >-
|
||||
Fallback template type for unclassified heritage queries.
|
||||
alt_descriptions:
|
||||
nl:
|
||||
text: Fallback-templatetype voor ongeclassificeerde erfgoedqueries.
|
||||
de:
|
||||
text: Fallback-Vorlagentyp für unklassifizierte Kulturerbeabfragen.
|
||||
fr:
|
||||
text: Type de modèle de repli pour les requêtes de patrimoine non classées.
|
||||
structured_aliases:
|
||||
- literal_form: algemeenerfgoedtemplate
|
||||
in_language: nl
|
||||
- literal_form: Allgemeine-Kulturerbe-Vorlage
|
||||
in_language: de
|
||||
- literal_form: modèle de patrimoine général
|
||||
in_language: fr
|
||||
annotations:
|
||||
template_code: general_heritage
|
||||
specificity_score: 0.2
|
||||
specificity_rationale: Fallback template with broad applicability.
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
comments:
|
||||
- Used when a query does not fit specific templates
|
||||
- Acts as catch-all for general heritage institution questions
|
||||
- Relevant for general heritage institution information, cross-domain queries, exploratory research
|
||||
|
|
|
|||
|
|
@ -30,9 +30,25 @@ classes:
|
|||
TemporaryLocation:
|
||||
is_a: ReconstructedEntity
|
||||
class_uri: org:Site
|
||||
description: "Time-limited or temporary physical location of a heritage custodian.\n\n**DEFINITION**:\n\nA TemporaryLocation is a secondary physical location that is explicitly\nintended to be short-term or time-limited. Unlike permanent auxiliary\nplaces, temporary locations have a planned end date and serve specific\ntransitional purposes.\n\n**W3C ORG ALIGNMENT**:\n\n`org:Site` with explicit temporal boundaries - \"An office or other premise\nat which the organization is located\" for a defined period.\n\n**DISTINCTION FROM OTHER AUXILIARY PLACE TYPES**:\n\n| Type | Duration | Intent |\n|------|----------|--------|\n| BranchOffice | Permanent | Ongoing service delivery |\n| Storage | Permanent | Long-term collection storage |\n| **TemporaryLocation** | Time-limited | Transitional purpose |\n| ExhibitionSpace | Varies | May be temporary or permanent |\n\n**TYPICAL REASONS FOR TEMPORARY LOCATIONS**:\n\n1. **Renovation/Construction**:\n - Main building undergoing renovation\n - Collections\
|
||||
\ temporarily relocated\n - Staff moved to interim offices\n\n2. **Emergency/Disaster**:\n - Flood/fire damage to main building\n - Emergency collection storage\n - Temporary public access point\n\n3. **Pop-up Programs**:\n - Traveling exhibitions\n - Community outreach locations\n - Festival/event presence\n\n4. **Pilot Projects**:\n - Testing new service models\n - Exploring new geographic areas\n - Experimental programming\n\n**CIDOC-CRM ALIGNMENT**:\n\n`crm:E7_Activity` with `crm:P4_has_time-span` - Activities that occur\nat specific locations for defined periods.\n\n**USE CASES**:\n\n1. **Renovation Interim Location**:\n ```yaml\n TemporaryLocation:\n temp_location_id: \"https://nde.nl/ontology/hc/aux/stedelijk-temp-2020\"\n temp_location_name: \"Stedelijk Museum Temporary Entrance\"\n temp_location_reason: RENOVATION\n planned_start: \"2020-06-01\"\n planned_end: \"2021-12-31\"\n reason_description: \"Main entrance renovation -\
|
||||
\ temporary access via garden entrance\"\n ```\n\n2. **Pop-up Exhibition**:\n ```yaml\n TemporaryLocation:\n temp_location_name: \"Rijksmuseum Pop-up Groningen\"\n temp_location_reason: POP_UP_PROGRAM\n planned_start: \"2024-07-01\"\n planned_end: \"2024-09-30\"\n reason_description: \"Summer pop-up exhibition in Groninger Forum\"\n ```\n\n3. **Emergency Storage**:\n ```yaml\n TemporaryLocation:\n temp_location_name: \"Emergency Collection Storage - Watersnood\"\n temp_location_reason: EMERGENCY\n temporal_extent:\n begin_of_the_begin: \"2024-01-15\" # Actual start\n planned_end: null # Unknown when main facility will be repaired\n reason_description: \"Emergency relocation due to flooding at main depot\"\n ```\n"
|
||||
alt_descriptions:
|
||||
nl: {text: Tijdelijke fysieke locatie van een erfgoedinstelling met begrensde duur., language: nl}
|
||||
de: {text: Zeitlich begrenzter physischer Standort einer Kultureinrichtung., language: de}
|
||||
fr: {text: Localisation physique temporaire d une institution patrimoniale, avec duree limitee., language: fr}
|
||||
es: {text: Ubicacion fisica temporal de una institucion patrimonial, con duracion limitada., language: es}
|
||||
ar: {text: موقع مادي مؤقت لمؤسسة تراثية لمدة زمنية محددة., language: ar}
|
||||
id: {text: Lokasi fisik sementara untuk lembaga warisan dengan durasi terbatas., language: id}
|
||||
zh: {text: 具有明确时限的文化遗产机构临时实体地点。, language: zh}
|
||||
structured_aliases:
|
||||
nl: [{literal_form: tijdelijke locatie, language: nl}]
|
||||
de: [{literal_form: temporaerer Standort, language: de}]
|
||||
fr: [{literal_form: lieu temporaire, language: fr}]
|
||||
es: [{literal_form: ubicacion temporal, language: es}]
|
||||
ar: [{literal_form: موقع مؤقت, language: ar}]
|
||||
id: [{literal_form: lokasi sementara, language: id}]
|
||||
zh: [{literal_form: 临时地点, language: zh}]
|
||||
description: >-
|
||||
Time-limited physical location used by a heritage custodian for
|
||||
transitional or temporary operations.
|
||||
exact_mappings:
|
||||
- org:Site
|
||||
close_mappings:
|
||||
|
|
@ -50,7 +66,6 @@ classes:
|
|||
- has_type
|
||||
- current
|
||||
- has_roadmap
|
||||
- has_roadmap
|
||||
- replace
|
||||
- has_service
|
||||
- has_score
|
||||
|
|
@ -97,10 +112,6 @@ classes:
|
|||
range: date
|
||||
examples:
|
||||
- value: '2020-06-01'
|
||||
has_roadmap:
|
||||
range: date
|
||||
examples:
|
||||
- value: '2021-12-31'
|
||||
temporal_extent:
|
||||
range: TimeSpan
|
||||
examples:
|
||||
|
|
@ -213,3 +224,8 @@ classes:
|
|||
specificity_score: 0.1
|
||||
specificity_rationale: Generic utility class/slot created during migration
|
||||
custodian_types: "['*']"
|
||||
modeling_notes: |
|
||||
Temporary locations are distinct from permanent branch/storage sites and
|
||||
should be modeled with temporal boundaries.
|
||||
|
||||
Common reasons include renovation, emergency relocation, and pop-up programs.
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
id: https://nde.nl/ontology/hc/class/Text
|
||||
name: Text
|
||||
title: Text
|
||||
description: A unit of textual information. MIGRATED from full_extracted_text slot context.
|
||||
prefixes:
|
||||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
|
|
@ -16,6 +15,22 @@ default_prefix: hc
|
|||
classes:
|
||||
Text:
|
||||
class_uri: schema:Text
|
||||
description: >-
|
||||
Structured container for written or printed content with associated provenance metadata, supporting extraction, transformation, and enrichment workflows for OCR output, transcriptions, and heritage documentation.
|
||||
alt_descriptions:
|
||||
nl:
|
||||
text: Een eenheid van tekstuele informatie.
|
||||
de:
|
||||
text: Eine Einheit textlicher Informationen.
|
||||
fr:
|
||||
text: Une unité d'information textuelle.
|
||||
structured_aliases:
|
||||
- literal_form: tekst
|
||||
in_language: nl
|
||||
- literal_form: Text
|
||||
in_language: de
|
||||
- literal_form: texte
|
||||
in_language: fr
|
||||
slots:
|
||||
- has_label
|
||||
- has_description
|
||||
|
|
@ -23,8 +38,9 @@ classes:
|
|||
- created_through
|
||||
slot_usage:
|
||||
created_through:
|
||||
# range: string
|
||||
required: false
|
||||
comments:
|
||||
- MIGRATED from full_extracted_text slot context
|
||||
annotations:
|
||||
specificity_score: 0.1
|
||||
specificity_rationale: Generic utility class/slot created during migration
|
||||
|
|
|
|||
|
|
@ -1,16 +1,13 @@
|
|||
id: https://nde.nl/ontology/hc/class/TextDirection
|
||||
name: TextDirection
|
||||
title: Text Direction Class
|
||||
|
||||
title: Text Direction
|
||||
prefixes:
|
||||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
schema: http://schema.org/
|
||||
crm: http://www.cidoc-crm.org/cidoc-crm/
|
||||
skos: http://www.w3.org/2004/02/skos/core#
|
||||
|
||||
default_prefix: hc
|
||||
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../metadata
|
||||
|
|
@ -19,31 +16,24 @@ imports:
|
|||
classes:
|
||||
TextDirection:
|
||||
class_uri: hc:TextDirection
|
||||
description: |
|
||||
The directional orientation of text flow on an information carrier.
|
||||
|
||||
**Purpose**:
|
||||
Captures how text is read/written on manuscripts, inscriptions, and other
|
||||
information carriers. Essential for proper display and understanding of
|
||||
historical documents from different writing traditions.
|
||||
|
||||
**Common Directions**:
|
||||
|
||||
| Direction | Scripts | Example |
|
||||
|-----------|---------|---------|
|
||||
| LEFT_TO_RIGHT | Latin, Cyrillic, Greek | Modern European books |
|
||||
| RIGHT_TO_LEFT | Arabic, Hebrew, Syriac | Quran manuscripts, Torah scrolls |
|
||||
| TOP_TO_BOTTOM | Traditional CJK | Classical Chinese scrolls |
|
||||
| BOUSTROPHEDON | Ancient Greek, Etruscan | "Ox-turning" alternating lines |
|
||||
|
||||
**Relationship to WritingSystem**:
|
||||
TextDirection is distinct from WritingSystem (ISO 15924 script codes).
|
||||
A single script may have multiple historical or regional direction conventions.
|
||||
|
||||
**Usage**:
|
||||
Used with `has_direction` slot in InformationCarrier and similar classes.
|
||||
|
||||
**Migrated From**: text_direction string slot (2026-01-16) per Rule 53/56
|
||||
description: >-
|
||||
Orientation of written content flow on a manuscript, inscription, or other information carrier (e.g., left-to-right, right-to-left, top-to-bottom, boustrophedon).
|
||||
alt_descriptions:
|
||||
nl:
|
||||
text: De richtingsoriëntatie van tekststroom op een informatiedrager.
|
||||
de:
|
||||
text: Die Ausrichtung des Textflusses auf einem Informationsträger.
|
||||
fr:
|
||||
text: L'orientation directionnelle du flux de texte sur un support d'information.
|
||||
structured_aliases:
|
||||
- literal_form: tekstrichting
|
||||
in_language: nl
|
||||
- literal_form: Textrichtung
|
||||
in_language: de
|
||||
- literal_form: direction du texte
|
||||
in_language: fr
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
slots:
|
||||
- has_label
|
||||
- has_code
|
||||
|
|
@ -59,6 +49,13 @@ classes:
|
|||
- value: "RTL"
|
||||
- value: "TTB"
|
||||
- value: "BOUSTROPHEDON"
|
||||
comments:
|
||||
- Captures how text is read/written on manuscripts, inscriptions, and other information carriers
|
||||
- Essential for proper display and understanding of historical documents from different writing traditions
|
||||
- Common directions: LEFT_TO_RIGHT (Latin, Cyrillic, Greek), RIGHT_TO_LEFT (Arabic, Hebrew, Syriac), TOP_TO_BOTTOM (Traditional CJK), BOUSTROPHEDON (Ancient Greek, Etruscan)
|
||||
- TextDirection is distinct from WritingSystem (ISO 15924 script codes)
|
||||
- Used with has_direction slot in InformationCarrier and similar classes
|
||||
- Migrated From: text_direction string slot (2026-01-16) per Rule 53/56
|
||||
annotations:
|
||||
custodian_types: '["L", "A", "M", "R", "H"]'
|
||||
custodian_types_rationale: Relevant to libraries, archives, museums, research centers, and holy sites holding manuscripts
|
||||
|
|
@ -76,4 +73,4 @@ classes:
|
|||
has_label: "Top to Bottom"
|
||||
- value:
|
||||
has_code: "BOUSTROPHEDON"
|
||||
has_label: "Boustrophedon"
|
||||
has_label: "Boustrophedon"
|
||||
|
|
|
|||
|
|
@ -1,27 +1,40 @@
|
|||
id: https://nde.nl/ontology/hc/class/TextRegion
|
||||
name: TextRegion
|
||||
title: TextRegion
|
||||
title: Text Region
|
||||
description: >-
|
||||
A region of text detected in an image/video.
|
||||
|
||||
prefixes:
|
||||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
schema: http://schema.org/
|
||||
|
||||
default_prefix: hc
|
||||
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/has_value
|
||||
classes:
|
||||
TextRegion:
|
||||
class_uri: schema:ImageObject
|
||||
description: Text region.
|
||||
description: >-
|
||||
Spatially-bounded area within an image or video frame where written or printed characters have been detected through OCR, including bounding box coordinates, confidence scores, and recognized string content.
|
||||
alt_descriptions:
|
||||
nl:
|
||||
text: Tekstregio gedetecteerd in een afbeelding of videoframe.
|
||||
de:
|
||||
text: Textbereich, der in einem Bild oder Videobild erkannt wurde.
|
||||
fr:
|
||||
text: Région de texte détectée dans une image ou une image vidéo.
|
||||
structured_aliases:
|
||||
- literal_form: tekstregio
|
||||
in_language: nl
|
||||
- literal_form: Textbereich
|
||||
in_language: de
|
||||
- literal_form: région de texte
|
||||
in_language: fr
|
||||
broad_mappings:
|
||||
- schema:ImageObject
|
||||
annotations:
|
||||
specificity_score: 0.1
|
||||
specificity_rationale: "Generic utility class created during migration"
|
||||
specificity_rationale: Generic utility class created during migration
|
||||
custodian_types: '["*"]'
|
||||
|
||||
slots:
|
||||
- has_value
|
||||
|
|
|
|||
|
|
@ -1,27 +1,40 @@
|
|||
id: https://nde.nl/ontology/hc/class/TextSegment
|
||||
name: TextSegment
|
||||
title: TextSegment
|
||||
title: Text Segment
|
||||
description: >-
|
||||
A segment of text.
|
||||
|
||||
prefixes:
|
||||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
schema: http://schema.org/
|
||||
|
||||
default_prefix: hc
|
||||
|
||||
imports:
|
||||
- linkml:types
|
||||
- ../slots/has_value
|
||||
classes:
|
||||
TextSegment:
|
||||
class_uri: schema:CreativeWork
|
||||
description: Text segment.
|
||||
description: >-
|
||||
Discrete, contiguous portion of written or printed content extracted from a larger document or transcription, used for granular processing and analysis in OCR, NLP, and indexing workflows.
|
||||
alt_descriptions:
|
||||
nl:
|
||||
text: Een segment van tekst.
|
||||
de:
|
||||
text: Ein Textsegment.
|
||||
fr:
|
||||
text: Un segment de texte.
|
||||
structured_aliases:
|
||||
- literal_form: tekstsegment
|
||||
in_language: nl
|
||||
- literal_form: Textsegment
|
||||
in_language: de
|
||||
- literal_form: segment de texte
|
||||
in_language: fr
|
||||
broad_mappings:
|
||||
- schema:CreativeWork
|
||||
annotations:
|
||||
specificity_score: 0.1
|
||||
specificity_rationale: "Generic utility class created during migration"
|
||||
specificity_rationale: Generic utility class created during migration
|
||||
custodian_types: '["*"]'
|
||||
|
||||
slots:
|
||||
- has_value
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ classes:
|
|||
id: [{literal_form: tipe teks, language: id}]
|
||||
zh: [{literal_form: 文本类型, language: zh}]
|
||||
description: >-
|
||||
Abstract base class for on-screen text type classifications used in OCR.
|
||||
Category for classifying on-screen written or printed content detected in video frames during OCR processing (e.g., title cards, lower thirds, subtitles, signs, labels, documents).
|
||||
abstract: true
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@ prefixes:
|
|||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
skos: http://www.w3.org/2004/02/skos/core#
|
||||
crm: http://www.cidoc-crm.org/cidoc-crm/
|
||||
schema: http://schema.org/
|
||||
default_prefix: hc
|
||||
imports:
|
||||
- ./TextType
|
||||
|
|
@ -17,36 +19,22 @@ classes:
|
|||
TitleCardText:
|
||||
is_a: TextType
|
||||
class_uri: hc:TitleCardText
|
||||
description: 'Opening or closing title text displayed as a full-screen card.
|
||||
|
||||
|
||||
Title cards are deliberate text presentations, typically at the
|
||||
|
||||
beginning or end of a video, or marking chapter/section divisions.
|
||||
|
||||
|
||||
**VISUAL CHARACTERISTICS**:
|
||||
|
||||
- Often centered in frame
|
||||
|
||||
- Large, prominent typography
|
||||
|
||||
- Designed presentation
|
||||
|
||||
- May include motion graphics
|
||||
|
||||
|
||||
**HERITAGE CONTEXT**:
|
||||
|
||||
- Film title and credits
|
||||
|
||||
- Documentary chapter headings
|
||||
|
||||
- Historical film intertitles (silent era)
|
||||
|
||||
- Exhibition video titles
|
||||
|
||||
'
|
||||
description: >-
|
||||
Opening or closing title text displayed as a full-screen card.
|
||||
alt_descriptions:
|
||||
nl:
|
||||
text: Opening of sluitende titeltekst weergegeven als een volledig schermkaart.
|
||||
de:
|
||||
text: Eröffnungs- oder Abspanntitel, der als Vollbildkarte angezeigt wird.
|
||||
fr:
|
||||
text: Titre d'ouverture ou de fermeture affiché en plein écran.
|
||||
structured_aliases:
|
||||
- literal_form: titelkaarttekst
|
||||
in_language: nl
|
||||
- literal_form: Titelkartentext
|
||||
in_language: de
|
||||
- literal_form: texte de carte de titre
|
||||
in_language: fr
|
||||
slots:
|
||||
- identified_by
|
||||
- has_label
|
||||
|
|
@ -66,39 +54,29 @@ classes:
|
|||
broad_mappings:
|
||||
- schema:Text
|
||||
- crm:E33_Linguistic_Object
|
||||
comments:
|
||||
- Title cards are deliberate text presentations, typically at the beginning or end of a video, or marking chapter/section divisions
|
||||
- Visual characteristics: often centered in frame, large prominent typography, designed presentation, may include motion graphics
|
||||
- Heritage context: film title and credits, documentary chapter headings, historical film intertitles, exhibition video titles
|
||||
LowerThirdText:
|
||||
is_a: TextType
|
||||
class_uri: hc:LowerThirdText
|
||||
description: 'Name or title overlay displayed in lower third of frame.
|
||||
|
||||
|
||||
Lower thirds are the standard method for identifying speakers,
|
||||
|
||||
locations, or providing context without obscuring the main subject.
|
||||
|
||||
|
||||
**VISUAL CHARACTERISTICS**:
|
||||
|
||||
- Positioned in bottom third of frame
|
||||
|
||||
- Typically includes name and title/role
|
||||
|
||||
- Semi-transparent background common
|
||||
|
||||
- Consistent styling throughout video
|
||||
|
||||
|
||||
**HERITAGE CONTEXT**:
|
||||
|
||||
- Curator/expert identification
|
||||
|
||||
- Location/date stamps
|
||||
|
||||
- Artwork attribution
|
||||
|
||||
- Interview speaker names
|
||||
|
||||
'
|
||||
description: >-
|
||||
Name or title overlay displayed in lower third of frame.
|
||||
alt_descriptions:
|
||||
nl:
|
||||
text: Naam of titeloverlay weergegeven in het onderste derde van het frame.
|
||||
de:
|
||||
text: Namens- oder Titeloverlay im unteren Drittel des Bildes.
|
||||
fr:
|
||||
text: Superposition de nom ou de titre affichée dans le tiers inférieur de l'image.
|
||||
structured_aliases:
|
||||
- literal_form: onderderdetekst
|
||||
in_language: nl
|
||||
- literal_form: Lower-Third-Text
|
||||
in_language: de
|
||||
- literal_form: texte de tiers inférieur
|
||||
in_language: fr
|
||||
slots:
|
||||
- identified_by
|
||||
- has_label
|
||||
|
|
@ -117,33 +95,29 @@ classes:
|
|||
broad_mappings:
|
||||
- schema:Text
|
||||
- crm:E33_Linguistic_Object
|
||||
comments:
|
||||
- Lower thirds are the standard method for identifying speakers, locations, or providing context without obscuring the main subject
|
||||
- Visual characteristics: positioned in bottom third of frame, typically includes name and title/role, semi-transparent background common, consistent styling throughout video
|
||||
- Heritage context: curator/expert identification, location/date stamps, artwork attribution, interview speaker names
|
||||
SubtitleText:
|
||||
is_a: TextType
|
||||
class_uri: hc:SubtitleText
|
||||
description: 'Burned-in subtitles or captions.
|
||||
|
||||
|
||||
Subtitles embedded directly in the video frames (as opposed to
|
||||
|
||||
separate subtitle tracks). Includes translations and closed captions.
|
||||
|
||||
|
||||
**VISUAL CHARACTERISTICS**:
|
||||
|
||||
- Bottom-centered positioning
|
||||
|
||||
- Synchronized with speech
|
||||
|
||||
- Consistent font and styling
|
||||
|
||||
- May have background/outline for readability
|
||||
|
||||
|
||||
**NOTE**: OCR-detected subtitles (burned-in) vs. subtitle track
|
||||
|
||||
extraction are different processes. This type covers visual detection.
|
||||
|
||||
'
|
||||
description: >-
|
||||
Burned-in subtitles or captions.
|
||||
alt_descriptions:
|
||||
nl:
|
||||
text: Ingebrande ondertitels of bijschriften.
|
||||
de:
|
||||
text: Eingebrannte Untertitel oder Bildunterschriften.
|
||||
fr:
|
||||
text: Sous-titres ou légendes incrustés.
|
||||
structured_aliases:
|
||||
- literal_form: ondertiteltekst
|
||||
in_language: nl
|
||||
- literal_form: Untertiteltext
|
||||
in_language: de
|
||||
- literal_form: texte de sous-titre
|
||||
in_language: fr
|
||||
slots:
|
||||
- identified_by
|
||||
- has_label
|
||||
|
|
@ -162,39 +136,30 @@ classes:
|
|||
broad_mappings:
|
||||
- schema:Text
|
||||
- crm:E33_Linguistic_Object
|
||||
comments:
|
||||
- Subtitles embedded directly in the video frames (as opposed to separate subtitle tracks)
|
||||
- Includes translations and closed captions
|
||||
- Visual characteristics: bottom-centered positioning, synchronized with speech, consistent font and styling, may have background/outline for readability
|
||||
- OCR-detected subtitles (burned-in) vs. subtitle track extraction are different processes
|
||||
SignText:
|
||||
is_a: TextType
|
||||
class_uri: hc:SignText
|
||||
description: 'Physical signs visible in the scene.
|
||||
|
||||
|
||||
Text appearing on physical signs within the filmed environment,
|
||||
|
||||
including museum signage, street signs, building names, etc.
|
||||
|
||||
|
||||
**VISUAL CHARACTERISTICS**:
|
||||
|
||||
- Part of physical scene
|
||||
|
||||
- Subject to perspective distortion
|
||||
|
||||
- May be partially occluded
|
||||
|
||||
- Variable lighting conditions
|
||||
|
||||
|
||||
**HERITAGE CONTEXT**:
|
||||
|
||||
- Museum room/gallery names
|
||||
|
||||
- Historical street signs
|
||||
|
||||
- Building dedications
|
||||
|
||||
- Directional signage
|
||||
|
||||
'
|
||||
description: >-
|
||||
Physical signs visible in the scene.
|
||||
alt_descriptions:
|
||||
nl:
|
||||
text: Fysieke borden zichtbaar in de scène.
|
||||
de:
|
||||
text: Physische Schilder, die in der Szene sichtbar sind.
|
||||
fr:
|
||||
text: Panneaux physiques visibles dans la scène.
|
||||
structured_aliases:
|
||||
- literal_form: bordtekst
|
||||
in_language: nl
|
||||
- literal_form: Schildtext
|
||||
in_language: de
|
||||
- literal_form: texte de panneau
|
||||
in_language: fr
|
||||
slots:
|
||||
- identified_by
|
||||
- has_label
|
||||
|
|
@ -213,39 +178,30 @@ classes:
|
|||
broad_mappings:
|
||||
- schema:Text
|
||||
- crm:E33_Linguistic_Object
|
||||
comments:
|
||||
- Text appearing on physical signs within the filmed environment
|
||||
- Includes museum signage, street signs, building names, etc.
|
||||
- Visual characteristics: part of physical scene, subject to perspective distortion, may be partially occluded, variable lighting conditions
|
||||
- Heritage context: museum room/gallery names, historical street signs, building dedications, directional signage
|
||||
LabelText:
|
||||
is_a: TextType
|
||||
class_uri: hc:LabelText
|
||||
description: 'Museum or exhibition labels.
|
||||
|
||||
|
||||
Object labels, wall text, and interpretive panels commonly found
|
||||
|
||||
in heritage institution settings. High-value content for metadata.
|
||||
|
||||
|
||||
**VISUAL CHARACTERISTICS**:
|
||||
|
||||
- Structured format (title, date, artist)
|
||||
|
||||
- Typically small text
|
||||
|
||||
- May require zoom/close-up
|
||||
|
||||
- Consistent institutional styling
|
||||
|
||||
|
||||
**HERITAGE SIGNIFICANCE**:
|
||||
|
||||
- Object identification
|
||||
|
||||
- Attribution and dating
|
||||
|
||||
- Provenance information
|
||||
|
||||
- Interpretive content
|
||||
|
||||
'
|
||||
description: >-
|
||||
Museum or exhibition labels.
|
||||
alt_descriptions:
|
||||
nl:
|
||||
text: Museum- of tentoonstellingslabels.
|
||||
de:
|
||||
text: Museums- oder Aussetzungschilder.
|
||||
fr:
|
||||
text: Labels de musée ou d'exposition.
|
||||
structured_aliases:
|
||||
- literal_form: labeltekst
|
||||
in_language: nl
|
||||
- literal_form: Labeltext
|
||||
in_language: de
|
||||
- literal_form: texte d'étiquette
|
||||
in_language: fr
|
||||
slots:
|
||||
- identified_by
|
||||
- has_label
|
||||
|
|
@ -264,39 +220,30 @@ classes:
|
|||
broad_mappings:
|
||||
- schema:Text
|
||||
- crm:E33_Linguistic_Object
|
||||
comments:
|
||||
- Object labels, wall text, and interpretive panels commonly found in heritage institution settings
|
||||
- High-value content for metadata
|
||||
- Visual characteristics: structured format (title, date, artist), typically small text, may require zoom/close-up, consistent institutional styling
|
||||
- Heritage significance: object identification, attribution and dating, provenance information, interpretive content
|
||||
DocumentText:
|
||||
is_a: TextType
|
||||
class_uri: hc:DocumentText
|
||||
description: 'Text from documents, books, or manuscripts shown in video.
|
||||
|
||||
|
||||
Printed or typeset text from documents displayed on screen,
|
||||
|
||||
often zoomed or highlighted for viewing.
|
||||
|
||||
|
||||
**VISUAL CHARACTERISTICS**:
|
||||
|
||||
- Printed/typeset text
|
||||
|
||||
- May show page layout
|
||||
|
||||
- Often zoomed/detailed shots
|
||||
|
||||
- Various historical fonts
|
||||
|
||||
|
||||
**HERITAGE SIGNIFICANCE**:
|
||||
|
||||
- Historical document digitization
|
||||
|
||||
- Primary source content
|
||||
|
||||
- Archival record access
|
||||
|
||||
- Research material extraction
|
||||
|
||||
'
|
||||
description: >-
|
||||
Text from documents, books, or manuscripts shown in video.
|
||||
alt_descriptions:
|
||||
nl:
|
||||
text: Tekst uit documenten, boeken of manuscripten getoond in video.
|
||||
de:
|
||||
text: Text aus Dokumenten, Büchern oder Manuskripten im Video.
|
||||
fr:
|
||||
text: Texte de documents, livres ou manuscrits montrés dans la vidéo.
|
||||
structured_aliases:
|
||||
- literal_form: documenttekst
|
||||
in_language: nl
|
||||
- literal_form: Dokumenttext
|
||||
in_language: de
|
||||
- literal_form: texte de document
|
||||
in_language: fr
|
||||
slots:
|
||||
- identified_by
|
||||
- has_label
|
||||
|
|
@ -315,50 +262,29 @@ classes:
|
|||
broad_mappings:
|
||||
- schema:Text
|
||||
- crm:E33_Linguistic_Object
|
||||
comments:
|
||||
- Printed or typeset text from documents displayed on screen, often zoomed or highlighted for viewing
|
||||
- Visual characteristics: printed/typeset text, may show page layout, often zoomed/detailed shots, various historical fonts
|
||||
- Heritage significance: historical document digitization, primary source content, archival record access, research material extraction
|
||||
HandwrittenText:
|
||||
is_a: TextType
|
||||
class_uri: hc:HandwrittenText
|
||||
description: 'Handwritten text (manuscripts, notes, signatures).
|
||||
|
||||
|
||||
Text written by hand, requiring specialized handwriting recognition
|
||||
|
||||
(HTR) rather than standard printed text OCR.
|
||||
|
||||
|
||||
**VISUAL CHARACTERISTICS**:
|
||||
|
||||
- Variable letterforms
|
||||
|
||||
- Connected characters (cursive)
|
||||
|
||||
- Historical scripts may vary
|
||||
|
||||
- Often lower contrast
|
||||
|
||||
|
||||
**HERITAGE SIGNIFICANCE**:
|
||||
|
||||
- Personal correspondence
|
||||
|
||||
- Historical manuscripts
|
||||
|
||||
- Artist signatures
|
||||
|
||||
- Archival documents
|
||||
|
||||
- Marginalia and annotations
|
||||
|
||||
|
||||
**PROCESSING NOTES**:
|
||||
|
||||
- Requires specialized HTR models
|
||||
|
||||
- Lower accuracy than printed OCR
|
||||
|
||||
- Historical scripts need specific training
|
||||
|
||||
'
|
||||
description: >-
|
||||
Handwritten text (manuscripts, notes, signatures).
|
||||
alt_descriptions:
|
||||
nl:
|
||||
text: Handgeschreven tekst (manuscripten, notities, handtekeningen).
|
||||
de:
|
||||
text: Handschriftlicher Text (Manuskripte, Notizen, Unterschriften).
|
||||
fr:
|
||||
text: Texte manuscrit (manuscrits, notes, signatures).
|
||||
structured_aliases:
|
||||
- literal_form: handgeschreventekst
|
||||
in_language: nl
|
||||
- literal_form: Handschrifttext
|
||||
in_language: de
|
||||
- literal_form: texte manuscrit
|
||||
in_language: fr
|
||||
slots:
|
||||
- identified_by
|
||||
- has_label
|
||||
|
|
@ -377,39 +303,30 @@ classes:
|
|||
broad_mappings:
|
||||
- schema:Text
|
||||
- crm:E33_Linguistic_Object
|
||||
comments:
|
||||
- Text written by hand, requiring specialized handwriting recognition (HTR) rather than standard printed text OCR
|
||||
- Visual characteristics: variable letterforms, connected characters (cursive), historical scripts may vary, often lower contrast
|
||||
- Heritage significance: personal correspondence, historical manuscripts, artist signatures, archival documents, marginalia and annotations
|
||||
- Requires specialized HTR models with lower accuracy than printed OCR
|
||||
GraphicText:
|
||||
is_a: TextType
|
||||
class_uri: hc:GraphicText
|
||||
description: 'Infographic, chart, or data visualization text.
|
||||
|
||||
|
||||
Text appearing as part of designed graphics including charts,
|
||||
|
||||
timelines, maps, diagrams, and other data visualizations.
|
||||
|
||||
|
||||
**VISUAL CHARACTERISTICS**:
|
||||
|
||||
- Designed typography
|
||||
|
||||
- Integrated with graphics
|
||||
|
||||
- Labels and annotations
|
||||
|
||||
- May include numeric data
|
||||
|
||||
|
||||
**HERITAGE CONTEXT**:
|
||||
|
||||
- Timeline visualizations
|
||||
|
||||
- Collection statistics
|
||||
|
||||
- Geographic maps
|
||||
|
||||
- Comparison charts
|
||||
|
||||
'
|
||||
description: >-
|
||||
Infographic, chart, or data visualization text.
|
||||
alt_descriptions:
|
||||
nl:
|
||||
text: Infografiek-, grafiek- of gegevensvisualisatietekst.
|
||||
de:
|
||||
text: Infografik-, Diagramm- oder Datenvisualisierungstext.
|
||||
fr:
|
||||
text: Texte d'infographie, de graphique ou de visualisation de données.
|
||||
structured_aliases:
|
||||
- literal_form: grafischetekst
|
||||
in_language: nl
|
||||
- literal_form: Grafiktext
|
||||
in_language: de
|
||||
- literal_form: texte graphique
|
||||
in_language: fr
|
||||
slots:
|
||||
- identified_by
|
||||
- has_label
|
||||
|
|
@ -428,39 +345,29 @@ classes:
|
|||
broad_mappings:
|
||||
- schema:Text
|
||||
- crm:E33_Linguistic_Object
|
||||
comments:
|
||||
- Text appearing as part of designed graphics including charts, timelines, maps, diagrams, and other data visualizations
|
||||
- Visual characteristics: designed typography, integrated with graphics, labels and annotations, may include numeric data
|
||||
- Heritage context: timeline visualizations, collection statistics, geographic maps, comparison charts
|
||||
WatermarkText:
|
||||
is_a: TextType
|
||||
class_uri: hc:WatermarkText
|
||||
description: 'Video watermark, logo, or copyright text.
|
||||
|
||||
|
||||
Persistent text overlays indicating ownership, copyright, or
|
||||
|
||||
branding that appears throughout the video.
|
||||
|
||||
|
||||
**VISUAL CHARACTERISTICS**:
|
||||
|
||||
- Semi-transparent overlay
|
||||
|
||||
- Fixed position (often corner)
|
||||
|
||||
- Persistent throughout video
|
||||
|
||||
- May include logos
|
||||
|
||||
|
||||
**HERITAGE CONTEXT**:
|
||||
|
||||
- Institution branding
|
||||
|
||||
- Copyright notices
|
||||
|
||||
- Archive identification
|
||||
|
||||
- Broadcast watermarks
|
||||
|
||||
'
|
||||
description: >-
|
||||
Video watermark, logo, or copyright text.
|
||||
alt_descriptions:
|
||||
nl:
|
||||
text: Videowatermerk, logo of auteursrechttekst.
|
||||
de:
|
||||
text: Video-Wasserzeichen, Logo oder Urheberrechtstext.
|
||||
fr:
|
||||
text: Filigrane vidéo, logo ou texte de droit d'auteur.
|
||||
structured_aliases:
|
||||
- literal_form: watermerktekst
|
||||
in_language: nl
|
||||
- literal_form: Wasserzeichentext
|
||||
in_language: de
|
||||
- literal_form: texte de filigrane
|
||||
in_language: fr
|
||||
slots:
|
||||
- identified_by
|
||||
- has_label
|
||||
|
|
@ -479,39 +386,29 @@ classes:
|
|||
broad_mappings:
|
||||
- schema:Text
|
||||
- crm:E33_Linguistic_Object
|
||||
comments:
|
||||
- Persistent text overlays indicating ownership, copyright, or branding that appears throughout the video
|
||||
- Visual characteristics: semi-transparent overlay, fixed position (often corner), persistent throughout video, may include logos
|
||||
- Heritage context: institution branding, copyright notices, archive identification, broadcast watermarks
|
||||
UrlText:
|
||||
is_a: TextType
|
||||
class_uri: hc:UrlText
|
||||
description: 'Website URL display.
|
||||
|
||||
|
||||
Web addresses shown on screen, often at the end of videos or
|
||||
|
||||
during calls-to-action.
|
||||
|
||||
|
||||
**VISUAL CHARACTERISTICS**:
|
||||
|
||||
- URL format (www., https://, etc.)
|
||||
|
||||
- Often lower third or end card
|
||||
|
||||
- May be clickable in interactive video
|
||||
|
||||
- Branded styling
|
||||
|
||||
|
||||
**HERITAGE CONTEXT**:
|
||||
|
||||
- Institution website
|
||||
|
||||
- Exhibition microsites
|
||||
|
||||
- Resource links
|
||||
|
||||
- Social media handles
|
||||
|
||||
'
|
||||
description: >-
|
||||
Website URL display.
|
||||
alt_descriptions:
|
||||
nl:
|
||||
text: Website-URL-weergave.
|
||||
de:
|
||||
text: Website-URL-Anzeige.
|
||||
fr:
|
||||
text: Affichage d'URL de site web.
|
||||
structured_aliases:
|
||||
- literal_form: url-tekst
|
||||
in_language: nl
|
||||
- literal_form: URL-Text
|
||||
in_language: de
|
||||
- literal_form: texte URL
|
||||
in_language: fr
|
||||
slots:
|
||||
- identified_by
|
||||
- has_label
|
||||
|
|
@ -530,39 +427,29 @@ classes:
|
|||
broad_mappings:
|
||||
- schema:Text
|
||||
- crm:E33_Linguistic_Object
|
||||
comments:
|
||||
- Web addresses shown on screen, often at the end of videos or during calls-to-action
|
||||
- Visual characteristics: URL format (www., https://, etc.), often lower third or end card, may be clickable in interactive video, branded styling
|
||||
- Heritage context: institution website, exhibition microsites, resource links, social media handles
|
||||
CreditsText:
|
||||
is_a: TextType
|
||||
class_uri: hc:CreditsText
|
||||
description: 'Credits or attribution text.
|
||||
|
||||
|
||||
End credits, acknowledgments, and attribution text typically
|
||||
|
||||
appearing at the end of videos.
|
||||
|
||||
|
||||
**VISUAL CHARACTERISTICS**:
|
||||
|
||||
- Scrolling or static text
|
||||
|
||||
- Hierarchical organization
|
||||
|
||||
- Often white on black
|
||||
|
||||
- Follows standard formats
|
||||
|
||||
|
||||
**HERITAGE CONTEXT**:
|
||||
|
||||
- Production credits
|
||||
|
||||
- Funding acknowledgments
|
||||
|
||||
- Rights statements
|
||||
|
||||
- Contributor recognition
|
||||
|
||||
'
|
||||
description: >-
|
||||
Credits or attribution text.
|
||||
alt_descriptions:
|
||||
nl:
|
||||
text: Credits of attributietekst.
|
||||
de:
|
||||
text: Credits- oder Zuschreibungstext.
|
||||
fr:
|
||||
text: Texte de crédits ou d'attribution.
|
||||
structured_aliases:
|
||||
- literal_form: creditstekst
|
||||
in_language: nl
|
||||
- literal_form: Credits-Text
|
||||
in_language: de
|
||||
- literal_form: texte de crédits
|
||||
in_language: fr
|
||||
slots:
|
||||
- identified_by
|
||||
- has_label
|
||||
|
|
@ -581,28 +468,29 @@ classes:
|
|||
broad_mappings:
|
||||
- schema:Text
|
||||
- crm:E33_Linguistic_Object
|
||||
comments:
|
||||
- End credits, acknowledgments, and attribution text typically appearing at the end of videos
|
||||
- Visual characteristics: scrolling or static text, hierarchical organization, often white on black, follows standard formats
|
||||
- Heritage context: production credits, funding acknowledgments, rights statements, contributor recognition
|
||||
OtherText:
|
||||
is_a: TextType
|
||||
class_uri: hc:OtherText
|
||||
description: 'Other or unclassified text type.
|
||||
|
||||
|
||||
Catch-all category for text that doesn''t fit into the standard
|
||||
|
||||
categories or could not be confidently classified.
|
||||
|
||||
|
||||
**WHEN TO USE**:
|
||||
|
||||
- Text detected but type unclear
|
||||
|
||||
- Novel or unusual text presentation
|
||||
|
||||
- Low confidence in type classification
|
||||
|
||||
- Ambiguous text positioning
|
||||
|
||||
'
|
||||
description: >-
|
||||
Other or unclassified text type.
|
||||
alt_descriptions:
|
||||
nl:
|
||||
text: Ander of ongeclassificeerd teksttype.
|
||||
de:
|
||||
text: Anderer oder unklassifizierter Texttyp.
|
||||
fr:
|
||||
text: Autre type de texte non classé.
|
||||
structured_aliases:
|
||||
- literal_form: overigetekst
|
||||
in_language: nl
|
||||
- literal_form: Anderer-Text
|
||||
in_language: de
|
||||
- literal_form: autre texte
|
||||
in_language: fr
|
||||
slots:
|
||||
- identified_by
|
||||
- has_label
|
||||
|
|
@ -621,3 +509,6 @@ classes:
|
|||
broad_mappings:
|
||||
- schema:Text
|
||||
- crm:E33_Linguistic_Object
|
||||
comments:
|
||||
- Catch-all category for text that does not fit into the standard categories or could not be confidently classified
|
||||
- Use when text detected but type unclear, novel or unusual text presentation, low confidence in type classification, or ambiguous text positioning
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
id: https://nde.nl/ontology/hc/class/ThematicRoute
|
||||
name: ThematicRoute
|
||||
title: ThematicRoute
|
||||
title: Thematic Route
|
||||
prefixes:
|
||||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
|
|
@ -19,26 +19,23 @@ imports:
|
|||
classes:
|
||||
ThematicRoute:
|
||||
class_uri: skos:Concept
|
||||
description: 'A thematic area, route, or priority cluster within a funding agenda.
|
||||
ThematicRoute represents a major area of focus that guides research priorities
|
||||
and funding allocation. Routes are typically interdisciplinary and address
|
||||
broad societal challenges.
|
||||
**PURPOSE**:
|
||||
Routes structure the agenda into navigable themes that:
|
||||
- Help researchers identify relevant funding opportunities
|
||||
- Guide funding organisations in designing calls
|
||||
- Enable cross-referencing between agenda priorities and actual calls
|
||||
**NAMING CONVENTIONS**:
|
||||
Different agendas use different terminology:
|
||||
- NWA: "Routes" (25 thematic routes)
|
||||
- Horizon Europe: "Clusters" (6) and "Missions" (5)
|
||||
- Creative Europe: "Strands" (3)
|
||||
- National strategies: "Priority areas", "Themes", "Pillars"
|
||||
- **SKOS**: `skos:Concept` - Thematic routes are concepts in a scheme
|
||||
- Can be organised hierarchically (broader/narrower themes)
|
||||
- Can be linked across agendas (similar themes in different frameworks)
|
||||
'
|
||||
exact_mappings:
|
||||
description: >-
|
||||
Priority area, pathway, or cluster within a research funding agenda that structures investment and call design.
|
||||
alt_descriptions:
|
||||
nl:
|
||||
text: Een thematisch gebied, route of prioriteitscluster binnen een financieringsagenda.
|
||||
de:
|
||||
text: Ein thematischer Bereich, eine Route oder ein Prioritätscluster innerhalb einer Förderagenda.
|
||||
fr:
|
||||
text: Un domaine thématique, une route ou un groupe de priorités dans un agenda de financement.
|
||||
structured_aliases:
|
||||
- literal_form: thematische route
|
||||
in_language: nl
|
||||
- literal_form: thematische Route
|
||||
in_language: de
|
||||
- literal_form: route thématique
|
||||
in_language: fr
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
close_mappings:
|
||||
- dcterms:subject
|
||||
|
|
@ -53,40 +50,35 @@ classes:
|
|||
identified_by:
|
||||
identifier: true
|
||||
required: true
|
||||
# range: string # uriorcurie
|
||||
pattern: ^https://nde\.nl/ontology/hc/route/[a-z0-9-]+/[a-z0-9-]+$
|
||||
examples:
|
||||
- value: https://nde.nl/ontology/hc/route/nwa/cultural-identity
|
||||
- value: https://nde.nl/ontology/hc/route/he/cluster-2
|
||||
has_title:
|
||||
required: true
|
||||
# range: string
|
||||
examples:
|
||||
- value: Origin and Identity of the Netherlands and Its Inhabitants
|
||||
- value: Culture, Creativity and Inclusive Society
|
||||
has_description:
|
||||
# range: string
|
||||
has_keyword:
|
||||
# range: string
|
||||
multivalued: true
|
||||
inlined_as_list: false # Fixed invalid inline for primitive type
|
||||
inlined_as_list: false
|
||||
related_to:
|
||||
# range: string
|
||||
comments:
|
||||
- ThematicRoute represents a priority area within a FundingAgenda
|
||||
- Uses SKOS vocabulary for concept representation
|
||||
- Can be linked across agendas to show thematic alignment
|
||||
- Heritage relevance field helps heritage sector navigate agendas
|
||||
- ThematicRoute represents a major area of focus that guides research priorities and funding allocation
|
||||
- Routes are typically interdisciplinary and address broad societal challenges
|
||||
- Purpose: Routes structure the agenda into navigable themes that help researchers identify relevant funding opportunities, guide funding organisations in designing calls, enable cross-referencing between agenda priorities and actual calls
|
||||
- Naming conventions vary by agenda: NWA uses "Routes" (25 thematic routes), Horizon Europe uses "Clusters" (6) and "Missions" (5), Creative Europe uses "Strands" (3), National strategies use "Priority areas", "Themes", "Pillars"
|
||||
- SKOS alignment: skos:Concept - Thematic routes are concepts in a scheme, can be organised hierarchically (broader/narrower themes), can be linked across agendas
|
||||
annotations:
|
||||
specificity_score: 0.1
|
||||
specificity_rationale: Generic utility class/slot created during migration
|
||||
custodian_types: '[''*'']'
|
||||
examples:
|
||||
- value:
|
||||
route_id: https://nde.nl/ontology/hc/route/nwa/cultural-identity
|
||||
route_title: Origin and Identity of the Netherlands and Its Inhabitants
|
||||
route_description: 'This route addresses questions about Dutch cultural heritage, national
|
||||
identity, migration history, and cultural diversity. Research explores
|
||||
how the Netherlands developed its unique cultural characteristics and
|
||||
how identity is shaped and reshaped in an increasingly multicultural
|
||||
society.
|
||||
'
|
||||
route_description: 'This route addresses questions about Dutch cultural heritage, national identity, migration history, and cultural diversity. Research explores how the Netherlands developed its unique cultural characteristics and how identity is shaped and reshaped in an increasingly multicultural society.'
|
||||
route_keyword:
|
||||
- cultural heritage
|
||||
- national identity
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
id: https://nde.nl/ontology/hc/class/ThinkingMode
|
||||
name: thinking_mode_class
|
||||
title: Thinking Mode Class
|
||||
title: Thinking Mode
|
||||
prefixes:
|
||||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
|
|
@ -16,44 +16,23 @@ imports:
|
|||
classes:
|
||||
ThinkingMode:
|
||||
class_uri: schema:PropertyValue
|
||||
description: 'LLM thinking mode configuration for API requests.
|
||||
|
||||
|
||||
**DEFINITION**:
|
||||
|
||||
|
||||
ThinkingMode represents the operational mode for LLM reasoning during inference.
|
||||
|
||||
This class wraps ThinkingModeEnum to provide extensibility and structured metadata.
|
||||
|
||||
|
||||
**GLM 4.7 Thinking Modes** (https://docs.z.ai/guides/capabilities/thinking-mode):
|
||||
|
||||
|
||||
1. **enabled** - Thinking enabled, model reasons before responding
|
||||
|
||||
2. **disabled** - Thinking disabled, faster responses without reasoning_content
|
||||
|
||||
3. **interleaved** - Think between tool calls (default since GLM-4.5)
|
||||
|
||||
4. **preserved** - Retain reasoning across turns (Coding Plan default)
|
||||
|
||||
|
||||
**Ontological Alignment**:
|
||||
|
||||
- Maps to `schema:PropertyValue` for configuration settings
|
||||
|
||||
- Enables future extension with timing, tokens, confidence metadata
|
||||
|
||||
|
||||
**Migration Note**:
|
||||
|
||||
Created 2026-01-16 to replace bespoke `thinking_mode` slot per Rule 53/56.
|
||||
|
||||
The enum ThinkingModeEnum is preserved; this class adds structure.
|
||||
|
||||
'
|
||||
exact_mappings:
|
||||
description: >-
|
||||
Configuration setting controlling how a large language model performs internal reasoning during inference operations.
|
||||
alt_descriptions:
|
||||
nl:
|
||||
text: LLM-denkwijzeconfiguratie voor API-verzoeken.
|
||||
de:
|
||||
text: LLM-Denkmodus-Konfiguration für API-Anfragen.
|
||||
fr:
|
||||
text: Configuration du mode de réflexion LLM pour les requêtes API.
|
||||
structured_aliases:
|
||||
- literal_form: denkwijze
|
||||
in_language: nl
|
||||
- literal_form: Denkmodus
|
||||
in_language: de
|
||||
- literal_form: mode de réflexion
|
||||
in_language: fr
|
||||
broad_mappings:
|
||||
- schema:PropertyValue
|
||||
close_mappings:
|
||||
- prov:Plan
|
||||
|
|
@ -67,19 +46,22 @@ classes:
|
|||
- value: Preserved Thinking
|
||||
has_description:
|
||||
examples:
|
||||
- value: Retains reasoning_content from previous assistant turns in context
|
||||
for improved performance.
|
||||
- value: Retains reasoning_content from previous assistant turns in context for improved performance.
|
||||
comments:
|
||||
- ThinkingMode represents the operational mode for LLM reasoning during inference
|
||||
- This class wraps ThinkingModeEnum to provide extensibility and structured metadata
|
||||
- GLM 4.7 Thinking Modes: enabled (thinking enabled, model reasons before responding), disabled (thinking disabled, faster responses without reasoning_content), interleaved (think between tool calls, default since GLM-4.5), preserved (retain reasoning across turns, Coding Plan default)
|
||||
- Ontological Alignment: Maps to schema:PropertyValue for configuration settings, enables future extension with timing, tokens, confidence metadata
|
||||
- Migration Note: Created 2026-01-16 to replace bespoke thinking_mode slot per Rule 53/56
|
||||
annotations:
|
||||
specificity_score: 0.75
|
||||
specificity_rationale: Highly specific to LLM API configuration domain
|
||||
custodian_types: '["D"]'
|
||||
custodian_types_rationale: Applies to Digital Platform custodians using LLM
|
||||
APIs
|
||||
custodian_types_rationale: Applies to Digital Platform custodians using LLM APIs
|
||||
examples:
|
||||
- value:
|
||||
has_label: Preserved Thinking
|
||||
has_description: Retains reasoning across conversation turns for improved
|
||||
accuracy.
|
||||
has_description: Retains reasoning across conversation turns for improved accuracy.
|
||||
- value:
|
||||
has_label: Interleaved Thinking
|
||||
has_description: Default mode - thinks between tool calls.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
id: https://nde.nl/ontology/hc/class/Threat
|
||||
name: Threat
|
||||
title: Threat
|
||||
prefixes:
|
||||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
|
|
@ -10,37 +11,32 @@ imports:
|
|||
classes:
|
||||
Threat:
|
||||
class_uri: hc:Threat
|
||||
description: 'A factor that threatens or threatened the viability of heritage.
|
||||
|
||||
|
||||
Used primarily for intangible cultural heritage documentation per UNESCO conventions,
|
||||
|
||||
but can also apply to physical heritage sites, collections, or institutions.
|
||||
|
||||
|
||||
**COMMON THREATS**:
|
||||
|
||||
- Urbanization and modernization
|
||||
|
||||
- Globalization and cultural homogenization
|
||||
|
||||
- Loss of practitioners (aging, lack of transmission)
|
||||
|
||||
- Lack of funding and institutional support
|
||||
|
||||
- Climate change and environmental degradation
|
||||
|
||||
- Political instability and conflict
|
||||
|
||||
- Economic pressures and commercialization
|
||||
|
||||
'
|
||||
description: >-
|
||||
Risk factor or endangerment condition affecting the sustainability or survival of cultural heritage.
|
||||
alt_descriptions:
|
||||
nl:
|
||||
text: Een factor die de levensvatbaarheid van erfgoed bedreigt of bedreigde.
|
||||
de:
|
||||
text: Ein Faktor, der die Lebensfähigkeit des Kulturerbes bedroht oder bedrohte.
|
||||
fr:
|
||||
text: Un facteur qui menace ou a menacé la viabilité du patrimoine.
|
||||
structured_aliases:
|
||||
- literal_form: bedreiging
|
||||
in_language: nl
|
||||
- literal_form: Bedrohung
|
||||
in_language: de
|
||||
- literal_form: menace
|
||||
in_language: fr
|
||||
slots:
|
||||
- has_type
|
||||
slot_usage:
|
||||
has_type:
|
||||
range: ThreatType
|
||||
multivalued: false
|
||||
comments:
|
||||
- Used primarily for intangible cultural heritage documentation per UNESCO conventions
|
||||
- Can also apply to physical heritage sites, collections, or institutions
|
||||
- Common threats include urbanization and modernization, globalization and cultural homogenization, loss of practitioners (aging, lack of transmission), lack of funding and institutional support, climate change and environmental degradation, political instability and conflict, economic pressures and commercialization
|
||||
annotations:
|
||||
specificity_score: 0.1
|
||||
specificity_rationale: Generic utility class/slot created during migration
|
||||
|
|
|
|||
|
|
@ -16,8 +16,25 @@ imports:
|
|||
classes:
|
||||
Thumbnail:
|
||||
class_uri: schema:ImageObject
|
||||
description: "Structured thumbnail media reference.\n\n**DEFINITION**:\nA thumbnail is a reduced-size version of an image or video frame,\ntypically used for preview purposes in search results, galleries,\nand navigation interfaces.\n\n**DERIVATION FROM VIDEO** (2026-01-19 migration):\nWhen a thumbnail is extracted from a video, use:\n- `derive_from` \u2192 Video (source video reference)\n- `has_time_interval` \u2192 TimeInterval (frame timestamp)\n\nThis replaces the deprecated `chapter_thumbnail_timestamp` float field\nwith a structured representation that supports:\n- Explicit source video reference (provenance)\n- Precise timestamp with ISO 8601 duration format\n- Multiple timestamp formats (seconds, HH:MM:SS, ISO duration)\n\n**CONSISTENCY PATTERN** (Rule 56):\nUses structured class rather than simple URL for consistency with\nother media reference patterns and extensibility:\n\n| Slot | Class | Purpose |\n|------|-------|---------|\n| has_image | Image\
|
||||
\ | Full-size images |\n| has_video | Video | Video resources |\n| has_audio | Audio | Audio resources |\n| has_thumbnail | Thumbnail | Preview images |\n\n**EXTENSIBILITY**:\nStructured class enables future metadata:\n- Image dimensions (width, height)\n- Alternative text for accessibility\n- Format (JPEG, PNG, WebP)\n- Generation timestamp\n- Source image/video reference\n\n**ONTOLOGY ALIGNMENT**:\n- **Primary**: `schema:ImageObject` (Schema.org)\n- **Close**: `foaf:Image` (FOAF)\n- **Derivation**: `prov:wasDerivedFrom` (PROV-O)\n"
|
||||
alt_descriptions:
|
||||
nl: {text: Gestructureerde verwijzing naar een miniatuurafbeelding voor previews., language: nl}
|
||||
de: {text: Strukturierte Referenz auf ein Vorschaubild (Thumbnail)., language: de}
|
||||
fr: {text: Reference structuree vers une image miniature utilisee pour l apercu., language: fr}
|
||||
es: {text: Referencia estructurada a una miniatura usada para vista previa., language: es}
|
||||
ar: {text: مرجع منظم لصورة مصغرة تُستخدم للمعاينة., language: ar}
|
||||
id: {text: Referensi terstruktur ke gambar mini untuk pratinjau., language: id}
|
||||
zh: {text: 用于预览的缩略图结构化引用。, language: zh}
|
||||
structured_aliases:
|
||||
nl: [{literal_form: miniatuur, language: nl}]
|
||||
de: [{literal_form: Vorschaubild, language: de}]
|
||||
fr: [{literal_form: vignette, language: fr}]
|
||||
es: [{literal_form: miniatura, language: es}]
|
||||
ar: [{literal_form: صورة مصغرة, language: ar}]
|
||||
id: [{literal_form: thumbnail, language: id}]
|
||||
zh: [{literal_form: 缩略图, language: zh}]
|
||||
description: >-
|
||||
Structured thumbnail image reference, optionally derived from a source
|
||||
video at a specific time interval.
|
||||
slots:
|
||||
- has_url
|
||||
- derive_from
|
||||
|
|
@ -35,7 +52,7 @@ classes:
|
|||
- value:
|
||||
has_url: https://www.youtube.com/watch?v=ABC123
|
||||
has_time_interval:
|
||||
description: "Timestamp in the source video from which this thumbnail was extracted.\nCaptures the frame time as a duration from video start.\n\n**MIGRATION NOTE**: Replaces deprecated `chapter_thumbnail_timestamp` float.\nThe float value (seconds) should be converted to ISO 8601 duration format.\n\nExample conversions:\n- 122.5 seconds \u2192 PT2M2.5S (2 minutes, 2.5 seconds)\n- 3600 seconds \u2192 PT1H (1 hour)\n"
|
||||
description: Timestamp interval in the source video used for thumbnail extraction.
|
||||
range: TimeInterval
|
||||
inlined: true
|
||||
required: false
|
||||
|
|
@ -51,6 +68,10 @@ classes:
|
|||
migration_updated: '2026-01-19'
|
||||
migration_rule: Rule 53 (no bespoke slots), Rule 56 (semantic consistency)
|
||||
custodian_types: "['*']"
|
||||
modeling_notes: |
|
||||
When a thumbnail is extracted from video, capture:
|
||||
- derive_from: source video
|
||||
- has_time_interval: extraction timestamp/interval
|
||||
examples:
|
||||
- value:
|
||||
has_url: https://example.org/thumbnails/rijksmuseum-night-watch-thumb.jpg
|
||||
|
|
|
|||
|
|
@ -14,12 +14,24 @@ imports:
|
|||
# default_range: string
|
||||
classes:
|
||||
TimeEntry:
|
||||
description: "Structured time entry from source data representing a temporal point\
|
||||
\ or marker with an associated label and type classification.\nOntology mapping\
|
||||
\ rationale: - class_uri is time:Instant because TimeEntry represents a single\
|
||||
\ point in time\n (a date or year) rather than a duration or interval\n- close_mappings\
|
||||
\ includes schema:DateTime as it represents structured temporal data - related_mappings\
|
||||
\ includes crm:E52_Time-Span for CIDOC-CRM alignment"
|
||||
alt_descriptions:
|
||||
nl: {text: Gestructureerde tijdinvoer die een temporeel punt of markering uit brondata vastlegt., language: nl}
|
||||
de: {text: Strukturierter Zeiteintrag, der einen Zeitpunkt oder Marker aus Quelldaten erfasst., language: de}
|
||||
fr: {text: Entree temporelle structuree representant un point ou marqueur temporel issu des donnees source., language: fr}
|
||||
es: {text: Entrada temporal estructurada que representa un punto o marcador temporal de datos fuente., language: es}
|
||||
ar: {text: إدخال زمني منظم يمثل نقطة زمنية أو علامة زمنية من بيانات المصدر., language: ar}
|
||||
id: {text: Entri waktu terstruktur yang merepresentasikan titik/penanda temporal dari data sumber., language: id}
|
||||
zh: {text: 表示来源数据中某一时间点/时间标记的结构化时间条目。, language: zh}
|
||||
structured_aliases:
|
||||
nl: [{literal_form: tijdinvoer, language: nl}]
|
||||
de: [{literal_form: Zeiteintrag, language: de}]
|
||||
fr: [{literal_form: entree temporelle, language: fr}]
|
||||
es: [{literal_form: entrada temporal, language: es}]
|
||||
ar: [{literal_form: إدخال زمني, language: ar}]
|
||||
id: [{literal_form: entri waktu, language: id}]
|
||||
zh: [{literal_form: 时间条目, language: zh}]
|
||||
description: >-
|
||||
Structured temporal entry representing a point-in-time marker from source data.
|
||||
class_uri: time:Instant
|
||||
close_mappings:
|
||||
- schema:DateTime
|
||||
|
|
@ -29,4 +41,10 @@ classes:
|
|||
specificity_score: 0.1
|
||||
specificity_rationale: Generic utility class/slot created during migration
|
||||
custodian_types: '[''*'']'
|
||||
modeling_notes: |
|
||||
Mapping rationale
|
||||
|
||||
- class_uri: time:Instant for point-in-time representation
|
||||
- close_mappings: schema:DateTime
|
||||
- related_mappings: crm:E52_Time-Span
|
||||
slots: []
|
||||
|
|
|
|||
|
|
@ -14,12 +14,25 @@ imports:
|
|||
# default_range: string
|
||||
classes:
|
||||
TimeEntryType:
|
||||
description: "Type classification for time entry specifying the semantic role\
|
||||
\ of a temporal point (e.g., begin, end, founded, dissolved).\nOntology mapping\
|
||||
\ rationale: - class_uri is skos:Concept because this represents a controlled\
|
||||
\ vocabulary\n term classifying the type/role of a time entry\n- close_mappings\
|
||||
\ includes time:TemporalEntity as it categorizes temporal concepts - related_mappings\
|
||||
\ includes schema:PropertyValue for structured type data"
|
||||
alt_descriptions:
|
||||
nl: {text: Typeclassificatie voor een tijdinvoer die de semantische rol van een tijdspunt aangeeft., language: nl}
|
||||
de: {text: Typklassifikation fuer einen Zeiteintrag, die die semantische Rolle eines Zeitpunkts angibt., language: de}
|
||||
fr: {text: Classification de type pour une entree temporelle indiquant le role semantique d un point temporel., language: fr}
|
||||
es: {text: Clasificacion de tipo para una entrada temporal que indica el rol semantico del punto temporal., language: es}
|
||||
ar: {text: تصنيف نوع لمدخل زمني يحدد الدور الدلالي للنقطة الزمنية., language: ar}
|
||||
id: {text: Klasifikasi tipe untuk entri waktu yang menyatakan peran semantik titik temporal., language: id}
|
||||
zh: {text: 用于标注时间点语义角色的时间条目类型分类。, language: zh}
|
||||
structured_aliases:
|
||||
nl: [{literal_form: type tijdinvoer, language: nl}]
|
||||
de: [{literal_form: Typ Zeiteintrag, language: de}]
|
||||
fr: [{literal_form: type d entree temporelle, language: fr}]
|
||||
es: [{literal_form: tipo de entrada temporal, language: es}]
|
||||
ar: [{literal_form: نوع إدخال زمني, language: ar}]
|
||||
id: [{literal_form: tipe entri waktu, language: id}]
|
||||
zh: [{literal_form: 时间条目类型, language: zh}]
|
||||
description: >-
|
||||
Type classification for a time entry indicating the semantic role of a
|
||||
temporal point (e.g., start, end, founded, dissolved).
|
||||
class_uri: skos:Concept
|
||||
close_mappings:
|
||||
- time:TemporalEntity
|
||||
|
|
@ -29,4 +42,10 @@ classes:
|
|||
specificity_score: 0.1
|
||||
specificity_rationale: Generic utility class/slot created during migration
|
||||
custodian_types: '[''*'']'
|
||||
modeling_notes: |
|
||||
Mapping rationale
|
||||
|
||||
- class_uri: skos:Concept for controlled vocabulary semantics
|
||||
- close_mappings: time:TemporalEntity
|
||||
- related_mappings: schema:PropertyValue
|
||||
slots: []
|
||||
|
|
|
|||
|
|
@ -13,13 +13,32 @@ imports:
|
|||
# default_range: string
|
||||
classes:
|
||||
TimeSlot:
|
||||
description: "Day and time specification representing a specific point within\
|
||||
\ a weekly schedule, consisting of day of week, hour, and minute.\nOntology\
|
||||
\ mapping rationale: - class_uri is time:Instant because TimeSlot represents\
|
||||
\ a specific moment\n (day + hour + minute) within a recurring weekly pattern\n\
|
||||
- exact_mappings includes schema:Time as both represent time-of-day specifications\
|
||||
\ - related_mappings includes schema:OpeningHoursSpecification for schedule\
|
||||
\ context"
|
||||
alt_descriptions:
|
||||
nl: Dag- en tijdspecificatie voor een terugkerend moment in een weekschema.
|
||||
de: Tages- und Zeitangabe fuer einen wiederkehrenden Zeitpunkt in einem Wochenplan.
|
||||
fr: Specification de jour et d heure pour un moment recurrent dans un horaire hebdomadaire.
|
||||
es: Especificacion de dia y hora para un momento recurrente en un horario semanal.
|
||||
ar: تحديد يوم ووقت لنقطة متكررة ضمن جدول أسبوعي.
|
||||
id: Spesifikasi hari dan waktu untuk titik berulang dalam jadwal mingguan.
|
||||
zh: 周计划中某一重复时点的日期与时间规范。
|
||||
structured_aliases:
|
||||
- literal_form: tijdslot
|
||||
in_language: nl
|
||||
- literal_form: Zeitfenster
|
||||
in_language: de
|
||||
- literal_form: plage horaire
|
||||
in_language: fr
|
||||
- literal_form: franja horaria
|
||||
in_language: es
|
||||
- literal_form: فترة زمنية
|
||||
in_language: ar
|
||||
- literal_form: slot waktu
|
||||
in_language: id
|
||||
- literal_form: 时间段
|
||||
in_language: zh
|
||||
description: >-
|
||||
Day-and-time specification representing a recurring point within a weekly
|
||||
schedule.
|
||||
class_uri: time:Instant
|
||||
exact_mappings:
|
||||
- schema:Time
|
||||
|
|
@ -29,4 +48,10 @@ classes:
|
|||
specificity_score: 0.1
|
||||
specificity_rationale: Generic utility class/slot created during migration
|
||||
custodian_types: '[''*'']'
|
||||
modeling_notes: |
|
||||
Mapping rationale
|
||||
|
||||
- class_uri: time:Instant for point-in-time semantics
|
||||
- exact_mappings: schema:Time
|
||||
- related_mappings: schema:OpeningHoursSpecification
|
||||
slots: []
|
||||
|
|
|
|||
|
|
@ -18,14 +18,25 @@ imports:
|
|||
# default_range: string
|
||||
classes:
|
||||
TimespanBlock:
|
||||
description: "CIDOC-CRM E52 Time-Span temporal bounds with four-point fuzzy temporal\
|
||||
\ representation (begin_of_the_begin, end_of_the_begin, begin_of_the_end, end_of_the_end)\
|
||||
\ to handle uncertain or approximate temporal boundaries.\nOntology mapping\
|
||||
\ rationale: - class_uri is crm:E52_Time-Span because this class directly implements\n\
|
||||
\ the CIDOC-CRM fuzzy temporal bounds pattern for cultural heritage data\n\
|
||||
- exact_mappings includes time:ProperInterval as both represent durations\n\
|
||||
\ with explicit start and end bounds\n- related_mappings includes schema:Schedule\
|
||||
\ for general temporal structuring"
|
||||
alt_descriptions:
|
||||
nl: {text: CIDOC-CRM E52 tijdsblok met vierpunts-interval voor onzekere of benaderde tijdgrenzen., language: nl}
|
||||
de: {text: CIDOC-CRM E52 Zeitblock mit Vierpunkt-Intervall fuer unsichere/ungefaehre Zeitgrenzen., language: de}
|
||||
fr: {text: Bloc temporel CIDOC-CRM E52 a quatre bornes pour limites temporelles incertaines ou approximatives., language: fr}
|
||||
es: {text: Bloque temporal CIDOC-CRM E52 con intervalo de cuatro puntos para limites temporales inciertos/aproximados., language: es}
|
||||
ar: {text: كتلة زمنية وفق CIDOC-CRM E52 بحدود رباعية للتعامل مع الغموض أو التقريب الزمني., language: ar}
|
||||
id: {text: Blok waktu CIDOC-CRM E52 dengan interval empat titik untuk batas waktu yang tidak pasti/perkiraan., language: id}
|
||||
zh: {text: 采用四点模糊边界的 CIDOC-CRM E52 时间块,用于表达不确定/近似时间范围。, language: zh}
|
||||
structured_aliases:
|
||||
nl: [{literal_form: tijdsblok, language: nl}]
|
||||
de: [{literal_form: Zeitblock, language: de}]
|
||||
fr: [{literal_form: bloc temporel, language: fr}]
|
||||
es: [{literal_form: bloque temporal, language: es}]
|
||||
ar: [{literal_form: كتلة زمنية, language: ar}]
|
||||
id: [{literal_form: blok waktu, language: id}]
|
||||
zh: [{literal_form: 时间块, language: zh}]
|
||||
description: >-
|
||||
CIDOC-CRM E52 Time-Span bounds using a four-point fuzzy temporal pattern
|
||||
for uncertain or approximate start/end limits.
|
||||
class_uri: crm:E52_Time-Span
|
||||
exact_mappings:
|
||||
- time:ProperInterval
|
||||
|
|
@ -41,3 +52,16 @@ classes:
|
|||
specificity_score: 0.1
|
||||
specificity_rationale: Generic utility class/slot created during migration
|
||||
custodian_types: '[''*'']'
|
||||
modeling_notes: |
|
||||
Mapping rationale
|
||||
|
||||
- class_uri: crm:E52_Time-Span
|
||||
- exact_mappings: time:ProperInterval
|
||||
- related_mappings: schema:Schedule
|
||||
|
||||
Four-point bounds
|
||||
|
||||
- begin_of_the_begin
|
||||
- end_of_the_begin
|
||||
- begin_of_the_end
|
||||
- end_of_the_end
|
||||
|
|
|
|||
|
|
@ -75,7 +75,6 @@ classes:
|
|||
slot_usage:
|
||||
has_timestamp: # was: timestamp_value - migrated per Rule 53
|
||||
has_score:
|
||||
alias: template_specificity
|
||||
# range: string
|
||||
required: true
|
||||
pattern: "^-?\\d{4}(-\\d{2})?(-\\d{2})?(T\\d{2}:\\d{2}(:\\d{2})?(\\.\\d+)?(Z|[+-]\\d{2}:\\d{2})?)?$"
|
||||
|
|
|
|||
|
|
@ -88,7 +88,6 @@ classes:
|
|||
multivalued: true
|
||||
has_type:
|
||||
has_score:
|
||||
alias: template_specificity
|
||||
# range: string # uriorcurie
|
||||
has_description:
|
||||
include:
|
||||
|
|
|
|||
|
|
@ -80,7 +80,6 @@ classes:
|
|||
range: TopicType
|
||||
multivalued: true
|
||||
has_score:
|
||||
alias: template_specificity
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
custodian_types_rationale: Subject topics are universal across all heritage custodian types.
|
||||
|
|
|
|||
|
|
@ -17,8 +17,25 @@ classes:
|
|||
TradeUnionArchiveRecordSetType:
|
||||
abstract: true
|
||||
class_uri: rico:RecordSetType
|
||||
description: "Abstract base class for all trade union archive record set types.\n\n**Definition**:\nA rico:RecordSetType that classifies collections held by trade union and\nlabor movement archives. These archives preserve records documenting \norganized labor, workers' rights, collective bargaining, and social movements.\n\n**Subclasses**:\n- UnionAdministrationFonds (governance and organizational records)\n- CollectiveBargainingSeries (contracts, negotiations, arbitration)\n- StrikeDocumentationCollection (labor actions and disputes)\n- LaborPublicationsCollection (newspapers, pamphlets, propaganda)\n- WorkersPhotographyCollection (visual documentation of labor)\n\n**RiC-O Alignment**:\nThis is an abstract type classifier. Subclasses specify both the domain \n(type of labor records) and organizational principle (fonds, series, collection).\n\n**Dual-Class Pattern**:\nTradeUnionArchive (ArchiveOrganizationType) = the custodian institution.\nTradeUnionArchiveRecordSetType (rico:RecordSetType)\
|
||||
\ = the collection types held.\n\n**Historical Significance**:\nTrade union archives document the struggle for workers' rights, the \ndevelopment of labor law, and social movements. They are essential\nsources for labor history, economic history, and social history.\n"
|
||||
alt_descriptions:
|
||||
nl: {text: Abstracte basisklasse voor recordsettypen in vakbonds- en arbeidersarchieven., language: nl}
|
||||
de: {text: Abstrakte Basisklasse fuer Recordset-Typen in Gewerkschafts- und Arbeiterarchiven., language: de}
|
||||
fr: {text: Classe de base abstraite pour les types de jeux de documents des archives syndicales., language: fr}
|
||||
es: {text: Clase base abstracta para tipos de conjuntos documentales de archivos sindicales., language: es}
|
||||
ar: {text: فئة أساس مجردة لأنواع مجموعات السجلات في أرشيفات النقابات العمالية., language: ar}
|
||||
id: {text: Kelas dasar abstrak untuk tipe set rekaman dalam arsip serikat pekerja., language: id}
|
||||
zh: {text: 工会与劳工档案记录集类型的抽象基类。, language: zh}
|
||||
structured_aliases:
|
||||
nl: [{literal_form: type vakbondsarchief-recordset, language: nl}]
|
||||
de: [{literal_form: Gewerkschaftsarchiv-Recordsettyp, language: de}]
|
||||
fr: [{literal_form: type de jeu de documents syndical, language: fr}]
|
||||
es: [{literal_form: tipo de conjunto documental sindical, language: es}]
|
||||
ar: [{literal_form: نوع مجموعة سجلات نقابية, language: ar}]
|
||||
id: [{literal_form: tipe set rekaman serikat pekerja, language: id}]
|
||||
zh: [{literal_form: 工会档案记录集类型, language: zh}]
|
||||
description: >-
|
||||
Abstract base class for classifying record set types held by trade union
|
||||
and labor movement archives.
|
||||
exact_mappings:
|
||||
- rico:RecordSetType
|
||||
see_also:
|
||||
|
|
@ -35,3 +52,8 @@ classes:
|
|||
specificity_score: 0.1
|
||||
specificity_rationale: Generic utility class/slot created during migration
|
||||
custodian_types: "['*']"
|
||||
modeling_notes: |
|
||||
This class models record set types, not archive organizations.
|
||||
|
||||
Use TradeUnionArchive for the custodian organization type, and
|
||||
TradeUnionArchiveRecordSetType subclasses for fonds/series/collection types.
|
||||
|
|
|
|||
|
|
@ -67,7 +67,6 @@ classes:
|
|||
inlined: true
|
||||
has_description: # was: has_description
|
||||
has_score:
|
||||
alias: template_specificity
|
||||
# range: string
|
||||
required: false
|
||||
inlined: false # Fixed invalid inline for primitive type
|
||||
|
|
|
|||
|
|
@ -59,7 +59,6 @@ classes:
|
|||
slot_usage:
|
||||
has_label:
|
||||
has_score:
|
||||
alias: template_specificity
|
||||
# range: string
|
||||
required: false
|
||||
has_text:
|
||||
|
|
|
|||
|
|
@ -17,39 +17,12 @@ classes:
|
|||
CutTransition:
|
||||
is_a: TransitionType
|
||||
class_uri: hc:CutTransition
|
||||
description: 'Instantaneous transition between shots (hard cut).
|
||||
|
||||
|
||||
The most common transition type in video editing. A cut is an immediate
|
||||
|
||||
change from one shot to the next with no visual effect. Used to maintain
|
||||
|
||||
pacing and continuity.
|
||||
|
||||
|
||||
**VISUAL CHARACTERISTICS**:
|
||||
|
||||
- Frame N belongs to shot A
|
||||
|
||||
- Frame N+1 belongs to shot B
|
||||
|
||||
- No intermediate frames
|
||||
|
||||
|
||||
**DETECTION**:
|
||||
|
||||
- High histogram difference between consecutive frames
|
||||
|
||||
- Sharp boundary in visual features
|
||||
|
||||
- No temporal blending detected
|
||||
|
||||
'
|
||||
description: Instantaneous hard cut between adjacent shots.
|
||||
slots:
|
||||
- identified_by
|
||||
- has_label
|
||||
- has_description
|
||||
- has_code
|
||||
- identified_by
|
||||
- has_label
|
||||
- has_description
|
||||
- has_code
|
||||
slot_usage:
|
||||
identified_by:
|
||||
ifabsent: string(https://nde.nl/ontology/hc/transition-type/cut)
|
||||
|
|
@ -60,45 +33,19 @@ classes:
|
|||
annotations:
|
||||
specificity_score: '0.85'
|
||||
specificity_rationale: Specific to video annotation domain.
|
||||
custodian_types: '[''*'']'
|
||||
legacy_description: Preserved verbose guidance on cut transition characteristics and detection cues.
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
- skos:Concept
|
||||
|
||||
FadeInTransition:
|
||||
is_a: TransitionType
|
||||
class_uri: hc:FadeInTransition
|
||||
description: 'Gradual appearance from black (or color).
|
||||
|
||||
|
||||
A transition where the image gradually appears from a solid color
|
||||
|
||||
(typically black). Common at the beginning of videos or after
|
||||
|
||||
scene breaks. Creates a soft, deliberate opening.
|
||||
|
||||
|
||||
**VISUAL CHARACTERISTICS**:
|
||||
|
||||
- Starts with black/colored frame
|
||||
|
||||
- Image brightness gradually increases
|
||||
|
||||
- Duration typically 0.5-2 seconds
|
||||
|
||||
|
||||
**HERITAGE CONTEXT**:
|
||||
|
||||
- Common in documentary intros
|
||||
|
||||
- Indicates formal beginning
|
||||
|
||||
- May mark chapter/section starts
|
||||
|
||||
'
|
||||
description: Gradual appearance from black or another solid color.
|
||||
slots:
|
||||
- identified_by
|
||||
- has_label
|
||||
- has_description
|
||||
- has_code
|
||||
- identified_by
|
||||
- has_label
|
||||
- has_description
|
||||
- has_code
|
||||
slot_usage:
|
||||
identified_by:
|
||||
ifabsent: string(https://nde.nl/ontology/hc/transition-type/fade-in)
|
||||
|
|
@ -109,48 +56,19 @@ classes:
|
|||
annotations:
|
||||
specificity_score: '0.85'
|
||||
specificity_rationale: Specific to video annotation domain.
|
||||
legacy_description: Preserved verbose guidance on fade-in transition characteristics and use cases.
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
- skos:Concept
|
||||
|
||||
FadeOutTransition:
|
||||
is_a: TransitionType
|
||||
class_uri: hc:FadeOutTransition
|
||||
description: 'Gradual disappearance to black (or color).
|
||||
|
||||
|
||||
A transition where the image gradually disappears to a solid color
|
||||
|
||||
(typically black). Common at the end of videos or before scene breaks.
|
||||
|
||||
Creates a sense of closure or finality.
|
||||
|
||||
|
||||
**VISUAL CHARACTERISTICS**:
|
||||
|
||||
- Starts with normal image
|
||||
|
||||
- Image brightness gradually decreases
|
||||
|
||||
- Ends with black/colored frame
|
||||
|
||||
- Duration typically 0.5-2 seconds
|
||||
|
||||
|
||||
**HERITAGE CONTEXT**:
|
||||
|
||||
- Common at documentary endings
|
||||
|
||||
- Indicates formal conclusion
|
||||
|
||||
- May mark chapter/section ends
|
||||
|
||||
- Often paired with fade-in
|
||||
|
||||
'
|
||||
description: Gradual disappearance to black or another solid color.
|
||||
slots:
|
||||
- identified_by
|
||||
- has_label
|
||||
- has_description
|
||||
- has_code
|
||||
- identified_by
|
||||
- has_label
|
||||
- has_description
|
||||
- has_code
|
||||
slot_usage:
|
||||
identified_by:
|
||||
ifabsent: string(https://nde.nl/ontology/hc/transition-type/fade-out)
|
||||
|
|
@ -161,48 +79,19 @@ classes:
|
|||
annotations:
|
||||
specificity_score: '0.85'
|
||||
specificity_rationale: Specific to video annotation domain.
|
||||
legacy_description: Preserved verbose guidance on fade-out transition characteristics and use cases.
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
- skos:Concept
|
||||
|
||||
DissolveTransition:
|
||||
is_a: TransitionType
|
||||
class_uri: hc:DissolveTransition
|
||||
description: 'Cross-fade transition between shots.
|
||||
|
||||
|
||||
A transition where one shot gradually blends into the next. Both images
|
||||
|
||||
are visible simultaneously during the transition. Often used to indicate
|
||||
|
||||
passage of time or to create a dreamlike effect.
|
||||
|
||||
|
||||
**VISUAL CHARACTERISTICS**:
|
||||
|
||||
- Shot A opacity decreases
|
||||
|
||||
- Shot B opacity increases
|
||||
|
||||
- Intermediate frames show both images superimposed
|
||||
|
||||
- Duration typically 0.5-3 seconds
|
||||
|
||||
|
||||
**HERITAGE CONTEXT**:
|
||||
|
||||
- Often indicates passage of time
|
||||
|
||||
- Common between related scenes
|
||||
|
||||
- Creates narrative connection between shots
|
||||
|
||||
- Historical significance in early cinema
|
||||
|
||||
'
|
||||
description: Cross-fade transition where two shots overlap during blending.
|
||||
slots:
|
||||
- identified_by
|
||||
- has_label
|
||||
- has_description
|
||||
- has_code
|
||||
- identified_by
|
||||
- has_label
|
||||
- has_description
|
||||
- has_code
|
||||
slot_usage:
|
||||
identified_by:
|
||||
ifabsent: string(https://nde.nl/ontology/hc/transition-type/dissolve)
|
||||
|
|
@ -213,50 +102,19 @@ classes:
|
|||
annotations:
|
||||
specificity_score: '0.85'
|
||||
specificity_rationale: Specific to video annotation domain.
|
||||
legacy_description: Preserved verbose guidance on dissolve transition characteristics and heritage context.
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
- skos:Concept
|
||||
|
||||
WipeTransition:
|
||||
is_a: TransitionType
|
||||
class_uri: hc:WipeTransition
|
||||
description: 'Geometric wipe transition effect.
|
||||
|
||||
|
||||
A transition where the new shot is revealed by a moving boundary
|
||||
|
||||
(line, shape, or pattern) that travels across the frame. Various
|
||||
|
||||
patterns are possible including horizontal, vertical, diagonal,
|
||||
|
||||
iris, clock, and more complex shapes.
|
||||
|
||||
|
||||
**VISUAL CHARACTERISTICS**:
|
||||
|
||||
- Clear boundary between shots during transition
|
||||
|
||||
- Geometric pattern moves across frame
|
||||
|
||||
- Both shots visible but spatially separated
|
||||
|
||||
- Duration varies widely
|
||||
|
||||
|
||||
**HERITAGE CONTEXT**:
|
||||
|
||||
- Common in older films (1930s-1950s)
|
||||
|
||||
- Star Wars revival in 1977+
|
||||
|
||||
- Period indicator for film history
|
||||
|
||||
- Educational and documentary use
|
||||
|
||||
'
|
||||
description: Geometric wipe transition with a moving boundary between shots.
|
||||
slots:
|
||||
- identified_by
|
||||
- has_label
|
||||
- has_description
|
||||
- has_code
|
||||
- identified_by
|
||||
- has_label
|
||||
- has_description
|
||||
- has_code
|
||||
slot_usage:
|
||||
identified_by:
|
||||
ifabsent: string(https://nde.nl/ontology/hc/transition-type/wipe)
|
||||
|
|
@ -267,48 +125,19 @@ classes:
|
|||
annotations:
|
||||
specificity_score: '0.85'
|
||||
specificity_rationale: Specific to video annotation domain.
|
||||
legacy_description: Preserved verbose guidance on wipe transition characteristics and historical context.
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
- skos:Concept
|
||||
|
||||
MorphTransition:
|
||||
is_a: TransitionType
|
||||
class_uri: hc:MorphTransition
|
||||
description: 'Morphing transition effect.
|
||||
|
||||
|
||||
A transition where one image smoothly transforms into another
|
||||
|
||||
through warping and blending. One of the most complex transition
|
||||
|
||||
types, requiring sophisticated processing.
|
||||
|
||||
|
||||
**VISUAL CHARACTERISTICS**:
|
||||
|
||||
- One image warps into another
|
||||
|
||||
- Objects in shot A morph into objects in shot B
|
||||
|
||||
- Complex intermediate frames generated
|
||||
|
||||
- Duration typically 1-5 seconds
|
||||
|
||||
|
||||
**HERITAGE CONTEXT**:
|
||||
|
||||
- Rare in heritage content
|
||||
|
||||
- More common in music videos, commercials
|
||||
|
||||
- Technical achievement indicator
|
||||
|
||||
- Modern digital effect (1990s+)
|
||||
|
||||
'
|
||||
description: Morphing transition where one image warps into another.
|
||||
slots:
|
||||
- identified_by
|
||||
- has_label
|
||||
- has_description
|
||||
- has_code
|
||||
- identified_by
|
||||
- has_label
|
||||
- has_description
|
||||
- has_code
|
||||
slot_usage:
|
||||
identified_by:
|
||||
ifabsent: string(https://nde.nl/ontology/hc/transition-type/morph)
|
||||
|
|
@ -319,48 +148,19 @@ classes:
|
|||
annotations:
|
||||
specificity_score: '0.85'
|
||||
specificity_rationale: Specific to video annotation domain.
|
||||
legacy_description: Preserved verbose guidance on morph transition characteristics and rarity.
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
- skos:Concept
|
||||
|
||||
FlashTransition:
|
||||
is_a: TransitionType
|
||||
class_uri: hc:FlashTransition
|
||||
description: 'Flash or strobe transition effect.
|
||||
|
||||
|
||||
A transition involving a brief flash of white or color between shots.
|
||||
|
||||
Often used for dramatic effect or to indicate flashbacks, memories,
|
||||
|
||||
or sudden scene changes.
|
||||
|
||||
|
||||
**VISUAL CHARACTERISTICS**:
|
||||
|
||||
- Brief white or bright flash
|
||||
|
||||
- Duration typically 0.1-0.5 seconds
|
||||
|
||||
- May include multiple rapid flashes
|
||||
|
||||
- High brightness spike in frame data
|
||||
|
||||
|
||||
**HERITAGE CONTEXT**:
|
||||
|
||||
- Often indicates flashback or memory
|
||||
|
||||
- Common in news/documentary for dramatic emphasis
|
||||
|
||||
- May simulate camera flash or explosion
|
||||
|
||||
- Accessibility concern (photosensitivity)
|
||||
|
||||
'
|
||||
description: Brief flash/strobe transition, often used for dramatic emphasis.
|
||||
slots:
|
||||
- identified_by
|
||||
- has_label
|
||||
- has_description
|
||||
- has_code
|
||||
- identified_by
|
||||
- has_label
|
||||
- has_description
|
||||
- has_code
|
||||
slot_usage:
|
||||
identified_by:
|
||||
ifabsent: string(https://nde.nl/ontology/hc/transition-type/flash)
|
||||
|
|
@ -371,37 +171,19 @@ classes:
|
|||
annotations:
|
||||
specificity_score: '0.85'
|
||||
specificity_rationale: Specific to video annotation domain.
|
||||
legacy_description: Preserved verbose guidance on flash transition characteristics and accessibility concerns.
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
- skos:Concept
|
||||
|
||||
OtherTransition:
|
||||
is_a: TransitionType
|
||||
class_uri: hc:OtherTransition
|
||||
description: 'Other or unclassified transition type.
|
||||
|
||||
|
||||
Catch-all category for transitions that don''t fit into the standard
|
||||
|
||||
categories. May include complex effects, non-standard transitions,
|
||||
|
||||
or transitions that could not be confidently classified.
|
||||
|
||||
|
||||
**WHEN TO USE**:
|
||||
|
||||
- Transition detected but type unclear
|
||||
|
||||
- Novel or unusual transition effect
|
||||
|
||||
- Low confidence in type classification
|
||||
|
||||
- Complex multi-effect transitions
|
||||
|
||||
'
|
||||
description: Catch-all transition type for unclassified or novel effects.
|
||||
slots:
|
||||
- identified_by
|
||||
- has_label
|
||||
- has_description
|
||||
- has_code
|
||||
- identified_by
|
||||
- has_label
|
||||
- has_description
|
||||
- has_code
|
||||
slot_usage:
|
||||
identified_by:
|
||||
ifabsent: string(https://nde.nl/ontology/hc/transition-type/other)
|
||||
|
|
@ -412,5 +194,6 @@ classes:
|
|||
annotations:
|
||||
specificity_score: '0.85'
|
||||
specificity_rationale: Specific to video annotation domain.
|
||||
legacy_description: Preserved verbose guidance on fallback usage for ambiguous transitions.
|
||||
broad_mappings:
|
||||
- skos:Concept
|
||||
- skos:Concept
|
||||
|
|
|
|||
|
|
@ -67,7 +67,6 @@ classes:
|
|||
required: true
|
||||
has_type: # was: url_type - migrated 2026-01-16 per Rule 53
|
||||
has_score:
|
||||
alias: template_specificity
|
||||
# range: string
|
||||
required: false
|
||||
in_language:
|
||||
|
|
|
|||
|
|
@ -14,14 +14,32 @@ imports:
|
|||
# default_range: string
|
||||
classes:
|
||||
UnescoIchElement:
|
||||
description: "A UNESCO Intangible Cultural Heritage (ICH) element, representing\
|
||||
\ traditions, practices, or cultural expressions inscribed on UNESCO lists.\
|
||||
\ Captures ICH ID, name, list type, inscription year, whether multinational,\
|
||||
\ URL, and description.\nOntology mapping rationale: - class_uri is skos:Concept\
|
||||
\ because ICH elements are conceptual\n categories in UNESCO's intangible heritage\
|
||||
\ classification system\n- close_mappings includes schema:Thing as ICH elements\
|
||||
\ are identifiable\n things with names and descriptions\n- related_mappings\
|
||||
\ includes prov:Entity for provenance tracking"
|
||||
alt_descriptions:
|
||||
nl: UNESCO immaterieel-erfgoedelement (ICH) dat een praktijk, traditie of expressie representeert.
|
||||
de: UNESCO-Element des immateriellen Kulturerbes (ICH), das eine Praxis, Tradition oder Ausdrucksform repraesentiert.
|
||||
fr: Element du patrimoine culturel immateriel (ICH) de l UNESCO representant une pratique, tradition ou expression.
|
||||
es: Elemento del patrimonio cultural inmaterial (ICH) de la UNESCO que representa una practica, tradicion o expresion.
|
||||
ar: عنصر من التراث الثقافي غير المادي لدى اليونسكو يمثل ممارسة أو تقليدًا أو تعبيرًا ثقافيًا.
|
||||
id: Elemen Warisan Budaya Takbenda (ICH) UNESCO yang merepresentasikan praktik, tradisi, atau ekspresi budaya.
|
||||
zh: UNESCO 非物质文化遗产(ICH)要素,表示某一实践、传统或文化表达。
|
||||
structured_aliases:
|
||||
- literal_form: UNESCO ICH-element
|
||||
in_language: nl
|
||||
- literal_form: UNESCO-ICH-Element
|
||||
in_language: de
|
||||
- literal_form: element ICH UNESCO
|
||||
in_language: fr
|
||||
- literal_form: elemento ICH UNESCO
|
||||
in_language: es
|
||||
- literal_form: عنصر ICH لليونسكو
|
||||
in_language: ar
|
||||
- literal_form: elemen ICH UNESCO
|
||||
in_language: id
|
||||
- literal_form: UNESCO ICH 要素
|
||||
in_language: zh
|
||||
description: >-
|
||||
UNESCO Intangible Cultural Heritage (ICH) element representing a listed
|
||||
tradition, practice, or cultural expression.
|
||||
class_uri: skos:Concept
|
||||
close_mappings:
|
||||
- schema:Thing
|
||||
|
|
@ -31,5 +49,12 @@ classes:
|
|||
specificity_score: 0.1
|
||||
specificity_rationale: Generic utility class/slot created during migration
|
||||
custodian_types: '[''*'']'
|
||||
modeling_notes: |
|
||||
Mapping rationale
|
||||
|
||||
- class_uri: skos:Concept, as ICH elements are conceptual entities in a
|
||||
controlled cultural-heritage classification context.
|
||||
- close_mappings includes schema:Thing for general web identification.
|
||||
- related_mappings includes prov:Entity for provenance tracking.
|
||||
slots:
|
||||
- has_name
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ classes:
|
|||
- wd:Q166118
|
||||
slot_usage:
|
||||
has_type:
|
||||
equals_expression: '["hc:ArchiveOrganizationType"]'
|
||||
equals_string: hc:ArchiveOrganizationType
|
||||
related_to:
|
||||
range: WikidataAlignment
|
||||
inlined: true
|
||||
|
|
|
|||
|
|
@ -204,4 +204,4 @@ classes:
|
|||
- value: 'evidence_quality: minimal, source_count: 1'
|
||||
- value: 'completeness: 30%, last_updated: 2025-11-23'
|
||||
has_type:
|
||||
equals_expression: '["hc:UnspecifiedType"]'
|
||||
equals_string: hc:UnspecifiedType
|
||||
|
|
|
|||
|
|
@ -29,16 +29,12 @@ classes:
|
|||
- identified_by
|
||||
slot_usage:
|
||||
has_type:
|
||||
equals_expression: '["hc:ArchiveOrganizationType"]'
|
||||
equals_string: hc:ArchiveOrganizationType
|
||||
related_to:
|
||||
range: WikidataAlignment
|
||||
inlined: true
|
||||
has_type:
|
||||
equals_string: 'True'
|
||||
has_label:
|
||||
equals_string: Vereinsarchiv
|
||||
has_type:
|
||||
equals_expression: 'true'
|
||||
see_also:
|
||||
- AssociationArchive
|
||||
- ClubArchive
|
||||
|
|
|
|||
|
|
@ -30,16 +30,12 @@ classes:
|
|||
- identified_by
|
||||
slot_usage:
|
||||
has_type:
|
||||
equals_expression: '["hc:ArchiveOrganizationType"]'
|
||||
equals_string: hc:ArchiveOrganizationType
|
||||
related_to:
|
||||
range: WikidataAlignment
|
||||
inlined: true
|
||||
has_type:
|
||||
equals_string: 'True'
|
||||
has_label:
|
||||
equals_string: Verlagsarchiv
|
||||
has_type:
|
||||
equals_expression: 'true'
|
||||
see_also:
|
||||
- LiteraryArchive
|
||||
- CompanyArchives
|
||||
|
|
|
|||
|
|
@ -36,11 +36,9 @@ classes:
|
|||
range: WikidataAlignment
|
||||
inlined: true
|
||||
has_type:
|
||||
equals_string: 'True'
|
||||
equals_string: hc:ArchiveOrganizationType
|
||||
has_label:
|
||||
equals_string: Verwaltungsarchiv
|
||||
has_type:
|
||||
equals_expression: 'true'
|
||||
see_also:
|
||||
- GovernmentArchive
|
||||
- PublicArchive
|
||||
|
|
|
|||
|
|
@ -31,139 +31,91 @@ classes:
|
|||
VideoChapter:
|
||||
class_uri: schema:Clip
|
||||
abstract: false
|
||||
description: "A named chapter or section within a video, defined by temporal boundaries.\n\
|
||||
\n**DEFINITION**:\n\nVideoChapter represents a titled segment of video content,\
|
||||
\ typically used for\nnavigation and content organization. Chapters appear in\
|
||||
\ video player interfaces\n(YouTube chapters, Vimeo chapters) allowing viewers\
|
||||
\ to jump to specific sections.\n\n**PLATFORM SUPPORT**:\n\n| Platform | Chapter\
|
||||
\ Support | Auto-Generated | Custom Thumbnails |\n|----------|-----------------|----------------|-------------------|\n\
|
||||
| YouTube | Yes (2020+) | Yes | No (keyframe) |\n| Vimeo | Yes | No | Yes |\n\
|
||||
| Facebook | Limited | No | No |\n| Wistia | Yes | No | Yes |\n\n**YOUTUBE CHAPTER\
|
||||
\ REQUIREMENTS**:\n\nFor YouTube to recognize chapters:\n- First chapter MUST\
|
||||
\ start at 0:00\n- Minimum 3 chapters required\n- Each chapter must be at least\
|
||||
\ 10 seconds\n- Timestamps in description in `MM:SS` or `HH:MM:SS` format\n\n\
|
||||
**HERITAGE INSTITUTION USE CASES**:\n\n| Content Type | Chapter Examples |\n\
|
||||
|--------------|------------------|\n| Virtual tour | \"Main Hall\", \"Dutch\
|
||||
\ Masters\", \"Gift Shop\" |\n| Conservation | \"Assessment\", \"Cleaning\"\
|
||||
, \"Retouching\", \"Varnishing\" |\n| Interview | \"Introduction\", \"Early\
|
||||
\ Career\", \"Major Works\", \"Legacy\" |\n| Exhibition | \"Curator Introduction\"\
|
||||
, \"Theme 1\", \"Theme 2\", \"Conclusion\" |\n| Lecture | \"Overview\", \"Case\
|
||||
\ Study 1\", \"Case Study 2\", \"Q&A\" |\n\n**AUTO-GENERATED VS MANUAL CHAPTERS**:\n\
|
||||
\n| Source | Characteristics | Quality |\n|--------|-----------------|---------|\n\
|
||||
| Manual (creator) | Semantic, meaningful titles | High |\n| YouTube AI | Scene-based,\
|
||||
\ generic titles | Variable |\n| Third-party tools | Transcript-based, keyword\
|
||||
\ titles | Medium |\n\nThe `auto_generated` flag distinguishes these sources.\n\
|
||||
\n**RELATIONSHIP TO VideoTimeSegment**:\n\nVideoChapter USES VideoTimeSegment\
|
||||
\ for temporal boundaries rather than\nextending it. This composition pattern\
|
||||
\ allows:\n- Reuse of segment validation (start < end)\n- Consistent time representation\
|
||||
\ across schema\n- Separation of structural (chapter) and temporal (segment)\
|
||||
\ concerns\n\n**MEDIA FRAGMENTS URI**:\n\nChapters can be addressed via W3C\
|
||||
\ Media Fragments:\n```\nhttps://youtube.com/watch?v=ABC123#t=120,300\n```\n\
|
||||
Corresponds to chapter starting at 2:00, ending at 5:00.\n\n**NESTED CHAPTERS**:\n\
|
||||
\nSome platforms support hierarchical chapters (parent/child).\nUse `parent_chapter_id`\
|
||||
\ for nested structure:\n\n```\nChapter 1: Dutch Golden Age\n └─ 1.1: Rembrandt\n\
|
||||
\ └─ 1.2: Vermeer\nChapter 2: Modern Art\n```\n"
|
||||
alt_descriptions:
|
||||
nl: {text: Genoemd hoofdstuk/segment binnen een video met begin- en eindtijd., language: nl}
|
||||
de: {text: Benanntes Kapitel/Segment in einem Video mit Start- und Endzeit., language: de}
|
||||
fr: {text: Chapitre/segment nomme dans une video, defini par des bornes temporelles., language: fr}
|
||||
es: {text: Capitulo/segmento nombrado dentro de un video, definido por limites temporales., language: es}
|
||||
ar: {text: فصل/مقطع مسمى داخل فيديو محدد بحدود زمنية., language: ar}
|
||||
id: {text: Bab/segmen bernama dalam video dengan batas waktu awal-akhir., language: id}
|
||||
zh: {text: 视频中具有时间边界的命名章节/片段。, language: zh}
|
||||
structured_aliases:
|
||||
nl: [{literal_form: videohoofdstuk, language: nl}]
|
||||
de: [{literal_form: Videokapitel, language: de}]
|
||||
fr: [{literal_form: chapitre video, language: fr}]
|
||||
es: [{literal_form: capitulo de video, language: es}]
|
||||
ar: [{literal_form: فصل فيديو, language: ar}]
|
||||
id: [{literal_form: bab video, language: id}]
|
||||
zh: [{literal_form: 视频章节, language: zh}]
|
||||
description: >-
|
||||
Named chapter or section within a video, defined by temporal boundaries
|
||||
for navigation and structural organization.
|
||||
exact_mappings:
|
||||
- schema:Clip
|
||||
- schema:Clip
|
||||
close_mappings:
|
||||
- ma:MediaFragment
|
||||
- crm:E52_Time-Span
|
||||
- ma:MediaFragment
|
||||
- crm:E52_Time-Span
|
||||
related_mappings:
|
||||
- wikidata:Q1454986
|
||||
- wd:Q1454986
|
||||
slots:
|
||||
- created_through
|
||||
- has_description
|
||||
- identified_by
|
||||
- indexed_as
|
||||
- has_source
|
||||
- has_thumbnail
|
||||
- has_label
|
||||
- nested_in
|
||||
- has_hypernym
|
||||
- has_score
|
||||
- begin_of_the_begin
|
||||
- end_of_the_end
|
||||
- begin_of_the_begin
|
||||
- end_of_the_end
|
||||
- created_through
|
||||
- has_description
|
||||
- identified_by
|
||||
- indexed_as
|
||||
- has_source
|
||||
- has_thumbnail
|
||||
- has_label
|
||||
- nested_in
|
||||
- has_hypernym
|
||||
- has_score
|
||||
- begin_of_the_begin
|
||||
- end_of_the_end
|
||||
slot_usage:
|
||||
identified_by:
|
||||
# range: string
|
||||
required: true
|
||||
examples:
|
||||
- value: ABC123_chapter_0
|
||||
- value: 550e8400-e29b-41d4-a716-446655440000
|
||||
- value: ABC123_chapter_0
|
||||
- value: 550e8400-e29b-41d4-a716-446655440000
|
||||
has_label:
|
||||
range: Label
|
||||
inlined: true
|
||||
required: true
|
||||
examples:
|
||||
- value:
|
||||
has_label: De Nachtwacht (The Night Watch)
|
||||
language: nl
|
||||
- value:
|
||||
has_label: 'Curator Interview: Conservation Process'
|
||||
language: en
|
||||
indexed_as:
|
||||
range: integer
|
||||
required: true
|
||||
minimum_value: 0
|
||||
examples:
|
||||
- value: 0
|
||||
- value: 5
|
||||
has_description:
|
||||
# range: string
|
||||
required: false
|
||||
examples:
|
||||
- value: Dr. Dibbits discusses the restoration of Rembrandt's masterpiece,
|
||||
including the controversial 2019 operation.
|
||||
created_through:
|
||||
range: boolean
|
||||
required: false
|
||||
examples:
|
||||
- value: false
|
||||
- value: true
|
||||
has_source:
|
||||
range: ChapterSourceEnum
|
||||
required: false
|
||||
examples:
|
||||
- value: MANUAL
|
||||
has_thumbnail:
|
||||
range: Thumbnail
|
||||
inlined: true
|
||||
required: false
|
||||
examples:
|
||||
- value:
|
||||
has_url: https://i.ytimg.com/vi/ABC123/hq1.jpg
|
||||
- value:
|
||||
has_url: https://i.ytimg.com/vi/ABC123/hq1.jpg
|
||||
derive_from:
|
||||
has_url: https://www.youtube.com/watch?v=ABC123
|
||||
has_time_interval:
|
||||
duration_description: 'Frame at 2:02.5 (was chapter_thumbnail_timestamp:
|
||||
122.5)'
|
||||
has_hypernym:
|
||||
# range: string
|
||||
required: false
|
||||
examples:
|
||||
- value: ABC123_chapter_0
|
||||
nested_in:
|
||||
range: integer
|
||||
required: false
|
||||
minimum_value: 0
|
||||
examples:
|
||||
- value: 0
|
||||
- value: 1
|
||||
comments:
|
||||
- Models video chapters for navigation (YouTube chapters, etc.)
|
||||
- Supports both manual and auto-generated chapters
|
||||
- Temporal boundaries via composition with VideoTimeSegment pattern
|
||||
- Hierarchical chapters supported via parent_chapter_id
|
||||
- Schema.org Clip alignment for semantic web compatibility
|
||||
- Models video chapters for navigation
|
||||
- Supports manual and auto-generated chapter sources
|
||||
- Supports hierarchical chapter structure via nested_in
|
||||
see_also:
|
||||
- https://support.google.com/youtube/answer/9884579
|
||||
- https://schema.org/Clip
|
||||
- https://www.w3.org/TR/media-frags/
|
||||
- https://support.google.com/youtube/answer/9884579
|
||||
- https://schema.org/Clip
|
||||
- https://www.w3.org/TR/media-frags/
|
||||
annotations:
|
||||
specificity_score: 0.1
|
||||
specificity_rationale: Generic utility class/slot created during migration
|
||||
custodian_types: '[''*'']'
|
||||
modeling_notes: |
|
||||
Chapters are navigable segments of a larger video resource.
|
||||
|
||||
Use has_thumbnail for chapter preview images and begin/end bounds for
|
||||
time-based navigation.
|
||||
|
|
|
|||
|
|
@ -262,7 +262,6 @@ classes:
|
|||
has_timestamp: '2025-12-01T23:16:22Z'
|
||||
has_quantity: 100
|
||||
commented_on: # was: video_comment - migrated per Rule 53 (2025-01-15)
|
||||
alias: video_comment
|
||||
range: VideoComment
|
||||
multivalued: true
|
||||
required: false
|
||||
|
|
@ -387,4 +386,3 @@ classes:
|
|||
temporal_extent:
|
||||
begin_of_the_begin: "2025-01-15T10:30:00Z"
|
||||
has_score:
|
||||
alias: template_specificity
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ classes:
|
|||
slot_usage:
|
||||
has_type:
|
||||
identifier: false
|
||||
equals_expression: '["hc:ArchiveOrganizationType"]'
|
||||
equals_string: hc:ArchiveOrganizationType
|
||||
related_to:
|
||||
range: WikidataAlignment
|
||||
inlined: true
|
||||
|
|
|
|||
|
|
@ -48,8 +48,7 @@ classes:
|
|||
- record_holder_note
|
||||
slot_usage:
|
||||
has_type:
|
||||
equals_expression: '["hc:ArchiveOrganizationType"]'
|
||||
equals_string: WebCaptureCollection
|
||||
equals_string: hc:WebCaptureCollection
|
||||
has_custodian:
|
||||
equals_string: WebArchive
|
||||
record_holder_note:
|
||||
|
|
@ -88,8 +87,7 @@ classes:
|
|||
- record_holder_note
|
||||
slot_usage:
|
||||
has_type:
|
||||
equals_expression: '["hc:ArchiveOrganizationType"]'
|
||||
equals_string: SocialMediaCollection
|
||||
equals_string: hc:SocialMediaCollection
|
||||
has_custodian:
|
||||
equals_string: WebArchive
|
||||
record_holder_note:
|
||||
|
|
|
|||
|
|
@ -81,27 +81,23 @@ classes:
|
|||
- has_score # was: template_specificity - migrated per Rule 53 (2026-01-17)
|
||||
slot_usage:
|
||||
has_url:
|
||||
alias: url
|
||||
range: uri
|
||||
inlined: false # Fixed invalid inline for primitive type
|
||||
required: true
|
||||
has_text:
|
||||
# range: string
|
||||
has_label: # was: title
|
||||
alias: title
|
||||
# range: string
|
||||
has_type:
|
||||
range: LinkTypeEnum
|
||||
has_context:
|
||||
# range: string
|
||||
has_provenance:
|
||||
alias: xpath
|
||||
range: XPath
|
||||
inlined: true
|
||||
temporal_extent:
|
||||
description: 'Validity period for this link (legacy: valid_from/valid_to).'
|
||||
has_score:
|
||||
alias: template_specificity
|
||||
notes:
|
||||
- |
|
||||
Preserved from prior description (commit 2c9d3598):
|
||||
|
|
|
|||
|
|
@ -87,16 +87,13 @@ classes:
|
|||
- has_score
|
||||
slot_usage:
|
||||
identified_by:
|
||||
alias: observation_id
|
||||
description: Persistent identifier for this WebObservation activity.
|
||||
required: true
|
||||
identifier: true
|
||||
has_url:
|
||||
alias: source_url
|
||||
description: Source URL that was retrieved/observed.
|
||||
recommended: true
|
||||
retrieved_at:
|
||||
alias: retrieved_on
|
||||
description: Timestamp when the web retrieval occurred.
|
||||
recommended: true
|
||||
retrieved_by:
|
||||
|
|
@ -104,11 +101,9 @@ classes:
|
|||
recommended: true
|
||||
has_method:
|
||||
# range: string
|
||||
alias: retrieval_method
|
||||
description: Retrieval method used (e.g., browser automation, API call, search provider).
|
||||
recommended: true
|
||||
has_status: # was: http_status_code - migrated per Rule 53/56 (2026-01-28)
|
||||
alias: http_status_code
|
||||
range: HTTPStatusCode
|
||||
examples:
|
||||
- value:
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ classes:
|
|||
- skos:Concept
|
||||
slot_usage:
|
||||
has_type:
|
||||
equals_expression: '["hc:ArchiveOrganizationType"]'
|
||||
equals_string: hc:ArchiveOrganizationType
|
||||
related_to:
|
||||
range: WikidataAlignment
|
||||
inlined: true
|
||||
|
|
|
|||
|
|
@ -53,9 +53,7 @@ classes:
|
|||
- record_holder_note
|
||||
slot_usage:
|
||||
has_type:
|
||||
any_of:
|
||||
- equals_expression: '["hc:ArchiveOrganizationType"]'
|
||||
- equals_string: WomensOrganizationFonds
|
||||
equals_string: hc:WomensOrganizationFonds
|
||||
has_custodian:
|
||||
equals_string: WomensArchives
|
||||
record_holder_note:
|
||||
|
|
@ -108,9 +106,7 @@ classes:
|
|||
- record_holder_note
|
||||
slot_usage:
|
||||
has_type:
|
||||
any_of:
|
||||
- equals_expression: '["hc:ArchiveOrganizationType"]'
|
||||
- equals_string: FeministPapersCollection
|
||||
equals_string: hc:FeministPapersCollection
|
||||
has_custodian:
|
||||
equals_string: WomensArchives
|
||||
record_holder_note:
|
||||
|
|
@ -162,9 +158,7 @@ classes:
|
|||
- record_holder_note
|
||||
slot_usage:
|
||||
has_type:
|
||||
any_of:
|
||||
- equals_expression: '["hc:ArchiveOrganizationType"]'
|
||||
- equals_string: WomensHistoryCollection
|
||||
equals_string: hc:WomensHistoryCollection
|
||||
has_custodian:
|
||||
equals_string: WomensArchives
|
||||
record_holder_note:
|
||||
|
|
|
|||
|
|
@ -36,9 +36,7 @@ classes:
|
|||
slot_usage:
|
||||
identified_by:
|
||||
has_type:
|
||||
any_of:
|
||||
- equals_expression: '["hc:FeatureCustodianType"]'
|
||||
- equals_string: 'False'
|
||||
equals_string: hc:FeatureCustodianType
|
||||
related_to:
|
||||
range: WikidataAlignment
|
||||
inlined: true
|
||||
|
|
@ -47,8 +45,6 @@ classes:
|
|||
- equals_string: UNESCO-Welterbe
|
||||
- equals_string: Patrimonio de la Humanidad
|
||||
- equals_string: patrimoine mondial
|
||||
custodian_only:
|
||||
equals_expression: 'true'
|
||||
structured_aliases:
|
||||
- literal_form: werelderfgoed
|
||||
in_language: nl
|
||||
|
|
|
|||
Loading…
Reference in a new issue