- Deleted the `rights_statement_url` slot definition as it is no longer needed. - Added multiple new slots including `has_legal_basis`, `has_statement`, `impose`, `pose_condition`, and `reviewed_through` with detailed descriptions and ontology alignments. - Updated existing slots to improve clarity and consistency, including renaming `close_mappings` to `related_mappings` in several definitions. - Enhanced the `require` slot with additional aliases for better usability. - Improved documentation and comments across all slot definitions to clarify their purpose and usage.
319 lines
12 KiB
YAML
319 lines
12 KiB
YAML
id: https://nde.nl/ontology/hc/class/CustodianLegalStatus
|
|
name: custodian_legal_status_class
|
|
title: CustodianLegalStatus Class
|
|
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#
|
|
foaf: http://xmlns.com/foaf/0.1/
|
|
schema: http://schema.org/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
cpov: http://data.europa.eu/m8g/
|
|
tooi: https://identifier.overheid.nl/tooi/def/ont/
|
|
prov: http://www.w3.org/ns/prov#
|
|
bf: http://id.loc.gov/ontologies/bibframe/
|
|
bibframe: http://id.loc.gov/ontologies/bibframe/
|
|
dcterms: http://purl.org/dc/terms/
|
|
rov: http://www.w3.org/ns/regorg#
|
|
pico: https://personsincontext.org/model#
|
|
gleif_base: https://www.gleif.org/ontology/Base/
|
|
imports:
|
|
- linkml:types
|
|
- ../enums/LegalStatusEnum
|
|
- ../enums/ReconstructionActivityTypeEnum
|
|
- ../metadata
|
|
- ../slots/20260202_matang/define
|
|
- ../slots/20260202_matang/has_document
|
|
- ../slots/20260202_matang/identified_by
|
|
- ../slots/20260202_matang/has_score
|
|
- ../slots/20260202_matang/has_status
|
|
- ../slots/20260202_matang/derive_from
|
|
- ../slots/20260202_matang/dissolved_by
|
|
- ../slots/20260202_matang/generated_by
|
|
- ../slots/20260202_matang/responsible_for
|
|
- ../slots/20260202_matang/revision_of
|
|
- ../slots/20260202_matang/part_of
|
|
- ../slots/20260202_matang/new/legal_entity_type
|
|
- ../slots/20260202_matang/new/legal_form
|
|
- ../slots/20260202_matang/new/legal_jurisdiction
|
|
- ../slots/20260202_matang/new/legal_name
|
|
- ../slots/20260202_matang/new/primary_register
|
|
- ../slots/20260202_matang/new/reconstruction_method
|
|
- ../slots/20260202_matang/new/refers_to_custodian
|
|
- ../slots/20260202_matang/new/registration_authority
|
|
- ../slots/20260202_matang/new/registration_date
|
|
- ../slots/20260202_matang/new/service_area
|
|
- ../slots/20260202_matang/temporal_extent
|
|
classes:
|
|
CustodianLegalStatus:
|
|
is_a: ReconstructedEntity
|
|
class_uri: org:FormalOrganization
|
|
description: "Formal legal entity representing ONE ASPECT of a heritage custodian - the LEGAL dimension.\n\nCRITICAL:\
|
|
\ CustodianLegalStatus is ONE OF FIVE possible outputs from ReconstructionActivity:\n1. CustodianLegalStatus - Formal\
|
|
\ legal entity (PRECISE, registered)\n2. CustodianName - Emic label (ambiguous, contextual)\n3. CustodianPlace - Nominal\
|
|
\ place designation (not coordinates!)\n4. CustodianCollection - Heritage collections managed by the custodian\n5. DigitalPlatform\
|
|
\ - Digital systems and platforms operated by the custodian\n\nAll five aspects independently identify the SAME Custodian\
|
|
\ hub and have independent\ntemporal lifecycles. Each is derived from CustodianObservation(s) via prov:wasDerivedFrom\n\
|
|
and generated by ReconstructionActivity via prov:wasGeneratedBy.\n\n**Characteristics of CustodianLegalStatus**:\n-\
|
|
\ Precisely defined through legal registration\n- Has formal legal name (as registered)\n- Has legal form (ISO 20275\
|
|
\ codes: stichting, association, government agency, etc.)\n- Has registration number (KvK, company number, charity number,\
|
|
\ etc.)\n- LESS AMBIGUOUS than CustodianName (legal names are formally defined)\n\n**Example Distinction**:\n- CustodianLegalStatus:\
|
|
\ \"Stichting Rijksmuseum\" (legal entity, KvK 41215422)\n- CustodianName: \"Rijksmuseum\" (emic label, how it presents\
|
|
\ itself)\n- CustodianPlace: \"het museum op het Museumplein\" (place reference)\n\n**For Legal Entities** (organizations,\
|
|
\ corporations, governments):\n- MUST have legal registration number and legal form\n- Formal governance structures\
|
|
\ documented\n\n**For Individuals** (private collectors, curators):\n- May not have legal registration (unless operating\
|
|
\ as sole proprietor)\n- Identity established through biographical sources\n\nNOTE: Informal groups WITHOUT legal status\
|
|
\ do NOT get CustodianLegalStatus.\nThey may still have CustodianName or CustodianPlace.\n\nA legal status MUST derive\
|
|
\ from one or more CustodianObservations \nvia prov:wasDerivedFrom. The reconstruction process (entity resolution, \n\
|
|
reconciliation) MUST be documented via prov:wasGeneratedBy.\n"
|
|
exact_mappings:
|
|
- rico:CorporateBody
|
|
- org:FormalOrganization
|
|
- foaf:Organization
|
|
- schema:Organization
|
|
close_mappings:
|
|
- crm:E40_Legal_Body
|
|
- cpov:PublicOrganisation
|
|
- cpov:FormalOrganization
|
|
- tooi:Overheidsorganisatie
|
|
- schema:Person
|
|
- foaf:Person
|
|
- crm:E21_Person
|
|
- schema:ArchiveOrganization
|
|
- schema:Library
|
|
- schema:Museum
|
|
- pico:PersonReconstruction
|
|
related_mappings:
|
|
- prov:Entity
|
|
- bf:Organization
|
|
- bibframe:Agent
|
|
slots:
|
|
- responsible_for
|
|
- dissolved_by
|
|
- define
|
|
- has_document
|
|
- identified_by
|
|
- legal_entity_type
|
|
- legal_form
|
|
- legal_jurisdiction
|
|
- legal_name
|
|
- has_status
|
|
- suborganization_of
|
|
- primary_register
|
|
- reconstruction_method
|
|
- refers_to_custodian
|
|
- registration_authority
|
|
- registration_date
|
|
- service_area
|
|
- has_score
|
|
- temporal_extent
|
|
- derived_from
|
|
- generated_by
|
|
- revision_of
|
|
slot_usage:
|
|
refers_to_custodian:
|
|
required: true
|
|
examples:
|
|
- value: https://nde.nl/ontology/hc/nl-nh-ams-m-rm-q190804
|
|
responsible_for:
|
|
range: LegalResponsibilityCollection
|
|
multivalued: true
|
|
examples:
|
|
- value: '- https://nde.nl/ontology/hc/collection/rm-national-collection
|
|
|
|
- https://nde.nl/ontology/hc/collection/rm-library
|
|
|
|
'
|
|
- value: '- https://nde.nl/ontology/hc/collection/nha-provincial-archive
|
|
|
|
'
|
|
legal_entity_type:
|
|
range: LegalEntityType
|
|
required: true
|
|
examples:
|
|
- value: ORGANIZATION
|
|
reconstruction_method:
|
|
# range: string
|
|
examples:
|
|
- value: Synthesized from official website, historical records, and academic references
|
|
legal_name:
|
|
range: LegalName
|
|
required: true
|
|
examples:
|
|
- value:
|
|
full_name: Stichting Rijksmuseum
|
|
legal_form:
|
|
range: LegalForm
|
|
required: false
|
|
examples:
|
|
- value:
|
|
abbreviation: St.
|
|
todos:
|
|
- Validate against /data/ontology/2023-09-28-elf-code-list-v1.5.csv (Status='ACTV')
|
|
- Map to gleif_elf:EntityLegalForm individuals
|
|
see_also:
|
|
- https://www.gleif.org/en/about-lei/code-lists/iso-20275-entity-legal-forms-code-list
|
|
- /data/ontology/gleif_legal_form.ttl
|
|
identified_by:
|
|
# range: string # uriorcurie
|
|
# range: RegistrationNumber
|
|
multivalued: true
|
|
examples:
|
|
- value: null
|
|
registration_date:
|
|
deprecated: true
|
|
range: date
|
|
registration_authority:
|
|
range: RegistrationAuthority
|
|
examples:
|
|
- value:
|
|
name: Kamer van Koophandel
|
|
abbreviation: KvK
|
|
jurisdiction: NL
|
|
primary_register:
|
|
range: TradeRegister
|
|
examples:
|
|
- value:
|
|
register_name: Commercial Register
|
|
register_name_local: Handelsregister
|
|
register_abbreviation: HR
|
|
legal_jurisdiction:
|
|
range: Jurisdiction
|
|
examples:
|
|
- value:
|
|
jurisdiction_id: NL
|
|
jurisdiction_type: NATIONAL
|
|
country:
|
|
alpha_2: NL
|
|
alpha_3: NLD
|
|
dissolved_by:
|
|
# range: string # uriorcurie
|
|
# range: DissolutionEvent
|
|
inlined: false # Fixed invalid inline for primitive type
|
|
temporal_extent:
|
|
range: TimeSpan
|
|
examples:
|
|
- value:
|
|
begin_of_the_begin: '1800-01-01'
|
|
end_of_the_begin: '1805-12-31'
|
|
begin_of_the_end: '1950-01-01'
|
|
end_of_the_end: '1955-12-31'
|
|
suborganization_of:
|
|
# range: string # uriorcurie
|
|
# range: CustodianLegalStatus
|
|
has_status:
|
|
range: LegalStatus
|
|
required: true
|
|
examples:
|
|
- value:
|
|
has_label: Active
|
|
define:
|
|
# range: string # uriorcurie
|
|
# range: GovernanceStructure
|
|
examples:
|
|
- value:
|
|
has_type: hierarchical
|
|
has_description: Board of trustees with director-led departments
|
|
has_document:
|
|
# range: string # uriorcurie
|
|
# range: ArticlesOfAssociation
|
|
inlined: false # Fixed invalid inline for primitive type
|
|
multivalued: true
|
|
required: false
|
|
examples:
|
|
- value:
|
|
- id: https://nde.nl/ontology/hc/articles/rm/v1
|
|
has_title:
|
|
has_label: Statuten Stichting Rijksmuseum (1885)
|
|
has_version: 1
|
|
is_current_version: false
|
|
current_archival_stage: HERITAGE
|
|
- id: https://nde.nl/ontology/hc/articles/rm/v15
|
|
has_title:
|
|
has_label: Statuten Stichting Rijksmuseum (2023)
|
|
has_version: 15
|
|
is_current_version: true
|
|
current_archival_stage: ACTIVE
|
|
derived_from:
|
|
range: CustodianObservation
|
|
multivalued: true
|
|
required: true
|
|
generated_by:
|
|
range: ReconstructionActivity
|
|
required: true
|
|
revision_of:
|
|
# range: string # uriorcurie
|
|
# range: CustodianLegalStatus
|
|
service_area:
|
|
# range: string # uriorcurie
|
|
# range: ServiceArea
|
|
multivalued: true
|
|
inlined_as_list: false # Fixed invalid inline for primitive type
|
|
examples:
|
|
- value:
|
|
- service_area_name: Noord-Hollands Archief Werkgebied
|
|
service_area_type: REGIONAL
|
|
cover_or_covered_subregion:
|
|
- iso_3166_2_code: NL-NH
|
|
comments:
|
|
- 'Represents the LEGAL ASPECT of a custodian: ''what is the formal legal entity?'''
|
|
- One of five possible outputs from ReconstructionActivity (legal status, name, place, collection, digital platform)
|
|
- 'Example: ''Stichting Rijksmuseum'' (legal entity) vs ''Rijksmuseum'' (emic name) vs ''het museum op het Museumplein''
|
|
(place)'
|
|
- "Reconstruction process documented via prov:wasGeneratedBy \u2192 ReconstructionActivity (entity resolution, reconciliation,\
|
|
\ expert review)"
|
|
- 'CRITICAL: CustodianLegalStatus is ONLY for formally registered legal entities (natural persons and legal persons)'
|
|
- Informal groups without legal status do NOT get CustodianLegalStatus (may still have CustodianName or CustodianPlace)
|
|
- All legal attributes (legal_name, legal_form, registration_numbers, etc.) use proper class ranges instead of primitive
|
|
types
|
|
- Legal forms follow ISO 20275 Entity Legal Forms standard with jurisdiction-specific codes
|
|
- has_articles_of_association links to ArticlesOfAssociation documenting founding and governance
|
|
- service_area links to ServiceArea defining geographic jurisdiction/werkgebied
|
|
see_also:
|
|
- https://github.com/FICLIT/PiCo
|
|
- https://www.w3.org/TR/prov-o/#wasGeneratedBy
|
|
- https://lov.linkeddata.es/dataset/lov/vocabs/org
|
|
examples:
|
|
- value:
|
|
id: https://w3id.org/heritage/org/rijksmuseum
|
|
legal_entity_type: null
|
|
legal_name:
|
|
full_name: Stichting Rijksmuseum
|
|
language: nl
|
|
legal_form:
|
|
abbreviation: St.
|
|
identified_by:
|
|
- number: '41215422'
|
|
registration_authority:
|
|
name: Chamber of Commerce
|
|
name_local: Kamer van Koophandel
|
|
abbreviation: KvK
|
|
jurisdiction:
|
|
jurisdiction_id: NL
|
|
jurisdiction_type: NATIONAL
|
|
primary_register:
|
|
register_id: NL-HR
|
|
register_name: Commercial Register
|
|
register_name_local: Handelsregister
|
|
register_type: COMMERCIAL
|
|
legal_jurisdiction:
|
|
jurisdiction_id: NL
|
|
jurisdiction_type: NATIONAL
|
|
country:
|
|
alpha_2: NL
|
|
alpha_3: NLD
|
|
legal_system_type: CIVIL_LAW
|
|
has_status:
|
|
has_label: Active
|
|
derived_from:
|
|
- https://w3id.org/heritage/observation/rijks-letterhead-2015
|
|
- https://w3id.org/heritage/observation/rijksmuseum-isil-2020
|
|
generated_by: null
|
|
identifier:
|
|
- identified_by_scheme: ISIL
|
|
- identified_by_scheme: Wikidata
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: '[''*'']'
|