glam/data/nde/linkml/nde_csv_source.yaml
2025-11-19 23:25:22 +01:00

219 lines
5 KiB
YAML

id: https://w3id.org/heritage/nde/csv-source
name: nde-csv-source
title: NDE Dutch Heritage Organizations CSV Source Schema
description: >-
LinkML schema for the source CSV file containing Dutch heritage organizations.
This schema represents the raw CSV structure with original field names.
prefixes:
linkml: https://w3id.org/linkml/
nde: https://w3id.org/heritage/nde/
default_prefix: nde
default_range: string
imports:
- linkml:types
classes:
NDEOrganizationCSV:
description: >-
A single row from the NDE Dutch heritage organizations CSV file.
Represents the original CSV structure with all raw field names.
slots:
- unnamed_field
- plaatsnaam_bezoekadres
- straat_en_huisnummer_bezoekadres
- organisatie
- koepelorganisatie
- webadres_organisatie
- type_organisatie
- opmerkingen_inez
- isil_code_na
- samenwerkingsverband_platform
- systeem
- versnellen
- collectie_nederland
- museum_register
- rijkscollectie
- bibliotheek_collectie
- in_scope_voor_dc4eu
- dc4eu_aansluit_route
- archieven_nl
- archives_portal_europe
- wo2net
- modemuze
- maritiem_digitaal
- delfts_aardewerk
- stichting_academisch_erfgoed
- coleccion_aruba
- van_gogh_worldwide
- oode24_mondriaan
- linked_data
- datasetregister
- versnellen_project
- opmerkingen
slots:
unnamed_field:
description: First column (unnamed) - may contain region/province
range: string
required: false
plaatsnaam_bezoekadres:
description: City/town of the visiting address
range: string
required: false
straat_en_huisnummer_bezoekadres:
description: Street and house number of the visiting address
range: string
required: false
organisatie:
description: Name of the heritage organization
range: string
required: false
koepelorganisatie:
description: Parent/umbrella organization
range: string
required: false
webadres_organisatie:
description: Website URL of the organization
range: string
required: false
type_organisatie:
description: Type of organization (museum, archief, bibliotheek, etc.)
range: string
required: false
opmerkingen_inez:
description: Comments by Inez
range: string
required: false
isil_code_na:
description: ISIL code (International Standard Identifier for Libraries)
range: string
required: false
pattern: "^NL-[A-Za-z0-9]+$"
samenwerkingsverband_platform:
description: Collaboration network or platform
range: string
required: false
systeem:
description: Collection management system used
range: string
required: false
versnellen:
description: Versnellen program participation
range: string
required: false
collectie_nederland:
description: Participation in Collectie Nederland
range: string
required: false
museum_register:
description: Listed in museum register
range: string
required: false
rijkscollectie:
description: Part of Rijkscollectie
range: string
required: false
bibliotheek_collectie:
description: Library collection indicator
range: string
required: false
in_scope_voor_dc4eu:
description: In scope for DC4EU project
range: string
required: false
dc4eu_aansluit_route:
description: DC4EU connection route
range: string
required: false
archieven_nl:
description: Listed on Archieven.nl
range: string
required: false
archives_portal_europe:
description: Listed on Archives Portal Europe
range: string
required: false
wo2net:
description: Participation in WO2Net (WWII network)
range: string
required: false
modemuze:
description: Participation in Modemuze (fashion heritage)
range: string
required: false
maritiem_digitaal:
description: Participation in Maritiem Digitaal (maritime heritage)
range: string
required: false
delfts_aardewerk:
description: Participation in Delfts aardewerk (Delft pottery)
range: string
required: false
stichting_academisch_erfgoed:
description: Participation in Stichting Academisch Erfgoed
range: string
required: false
coleccion_aruba:
description: Participation in Coleccion Aruba
range: string
required: false
van_gogh_worldwide:
description: Participation in Van Gogh Worldwide
range: string
required: false
oode24_mondriaan:
description: Participation in OODE24 (Mondriaan)
range: string
required: false
linked_data:
description: Linked Data availability
range: string
required: false
datasetregister:
description: Dataset register status
range: string
required: false
versnellen_project:
description: Versnellen project notes
range: string
required: false
opmerkingen:
description: General comments/remarks
range: string
required: false