- Added new slot `is_or_was_used_in` to `DataServiceEndpointType` for tracking usage in the heritage sector. - Replaced `heritage_society_subtype` with `has_or_had_hyponym` in `HeritageSocietyType`. - Updated `HistoricBuilding` to use `has_or_had_status` instead of `heritage_status`, linking to the new `HeritageStatus` class. - Removed deprecated slots: `heritage_relevant_count`, `heritage_relevant_percentage`, `heritage_sector_usage`, `heritage_society_subtype`, and `heritage_status`. - Introduced new classes `Connection`, `HeritageSector`, and `HeritageStatus` to better structure heritage-related data. - Migrated relevant descriptions and annotations to align with new schema standards. - Updated slot definitions to improve clarity and consistency across the schema.
36 lines
1.9 KiB
YAML
36 lines
1.9 KiB
YAML
id: https://nde.nl/ontology/hc/slot/parent_society
|
|
name: parent_society_slot
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
org: http://www.w3.org/ns/org#
|
|
rico: https://www.ica.org/standards/RiC/ontology#
|
|
schema: http://schema.org/
|
|
dcterms: http://purl.org/dc/terms/
|
|
prov: http://www.w3.org/ns/prov#
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
rdfs: http://www.w3.org/2000/01/rdf-schema#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
imports:
|
|
- linkml:types
|
|
- ../classes/HeritageSocietyType
|
|
slots:
|
|
parent_society:
|
|
slot_uri: hc:parentSociety
|
|
description: "Links an AssociationArchive to the HeritageSocietyType whose records \nit preserves.\n\n**Semantic Meaning**:\n\nThis slot captures the relationship between an archive (the custodian)\nand the society/association that created/owns the archival records.\nThe parent society is the provenance agent - the organization whose\nactivities generated the records now held by the archive.\n\n**Use Case**:\n\nAn AssociationArchive holds records OF a heritage society. The archive\nis the custodian; the society is the provenance agent whose activities\nare documented in the records.\n\n**Constraints**:\n- Range MUST be HeritageSocietyType (S-type in GLAMORCUBESFIXPHDNT)\n- Captures \"records OF\" relationship, not \"operated BY\" relationship"
|
|
range: HeritageSocietyType
|
|
close_mappings:
|
|
- org:linkedTo
|
|
comments:
|
|
- Links archive to society whose records it holds
|
|
- Parent must be S-type in GLAMORCUBESFIXPHDNT taxonomy
|
|
- Captures provenance relationship, not operational ownership
|
|
|
|
examples:
|
|
- value: "AssociationArchive:\n name: \"Archief Historische Vereniging Nijeveen\"\n parent_society: \"HV-Nijeveen\"\\ \\ # Link to HeritageSocietyType\n"
|
|
description: Usage example
|
|
annotations:
|
|
custodian_types:
|
|
- '*'
|
|
custodian_types_rationale: Universal utility concept
|