Compare commits

...

3 commits

Author SHA1 Message Date
kempersc
d153873d20 Sync frontend LinkML schemas after module refactor
All checks were successful
Deploy Frontend / build-and-deploy (push) Successful in 2m10s
2026-02-18 11:58:37 +01:00
kempersc
99cb1b5eaa Update generated timestamp in manifest.json for accuracy 2026-02-18 11:17:31 +01:00
kempersc
9b1bc17c12 Refactor code structure for improved readability and maintainability 2026-02-18 11:16:42 +01:00
467 changed files with 101102 additions and 39213 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,7 +1,8 @@
# Example Instances: Auxiliary Classes Integration
# Demonstrates AuxiliaryPlace, OrganizationBranch, and AuxiliaryDigitalPlatform patterns
# Version: 2025-11-26
#
# MIGRATED: Uses canonical slots (identified_by, has_label, has_type, etc.)
#
# These examples show how heritage custodians with complex organizational structures
# can be modeled using auxiliary classes for secondary locations and digital platforms.
@ -9,588 +10,57 @@
# USE CASE 1: Large Museum with Branch Locations and Multiple Digital Platforms
# Rijksmuseum with storage depot, research center, and project-specific platforms
- hc_id: https://nde.nl/ontology/hc/rijksmuseum-amsterdam
preferred_label:
- appellation_value: Rijksmuseum
appellation_language: nl
appellation_type: PREFERRED_NAME
- appellation_value: National Museum of the Netherlands
appellation_language: en
appellation_type: TRANSLATED_NAME
custodian_type: MUSEUM
# Main physical place
place_designation:
- place_id: https://nde.nl/ontology/place/rijksmuseum-main
settlement: Amsterdam
street_address: Museumstraat 1
postal_code: "1071 XX"
country_code: NL
place_specificity: PRECISE
latitude: 52.3600
longitude: 4.8852
# AUXILIARY PLACES - secondary physical locations
auxiliary_places:
# Storage facility
- auxiliary_place_id: https://nde.nl/ontology/place/rijksmuseum-depot-amstelveen
auxiliary_place_type: STORAGE_FACILITY
auxiliary_place_name: Rijksmuseum Collection Depot
settlement: Amstelveen
street_address: Burgemeester Rijnderslaan 60
postal_code: "1185 MC"
country_code: NL
latitude: 52.3064
longitude: 4.8522
is_auxiliary_of: https://nde.nl/ontology/place/rijksmuseum-main
auxiliary_place_status: ACTIVE
auxiliary_place_description: >
Climate-controlled storage facility housing approximately 1 million
objects not currently on display at the main museum building.
temporal_extent:
begin_of_the_begin: "1999-01-01"
end_of_the_end: null
# Branch organization at this location
hosts_branch:
branch_id: https://nde.nl/ontology/branch/rijksmuseum-conservation-dept
branch_type: CONSERVATION_LAB
branch_name: Rijksmuseum Conservation and Restoration Department
branch_description: >
Department responsible for conservation, restoration, and
scientific analysis of museum objects. Located at the Amstelveen depot.
reports_to: https://nde.nl/ontology/hc/rijksmuseum-amsterdam
branch_status: ACTIVE
temporal_extent:
begin_of_the_begin: "1999-01-01"
end_of_the_end: null
# Research center
- auxiliary_place_id: https://nde.nl/ontology/place/rijksmuseum-research-library
auxiliary_place_type: RESEARCH_CENTER
auxiliary_place_name: Rijksmuseum Research Library
settlement: Amsterdam
street_address: Museumstraat 1
postal_code: "1071 XX"
country_code: NL
is_auxiliary_of: https://nde.nl/ontology/place/rijksmuseum-main
auxiliary_place_status: ACTIVE
auxiliary_place_description: >
Art history research library with over 450,000 volumes, located
within the main Rijksmuseum building but operating as distinct unit.
temporal_extent:
begin_of_the_begin: "1885-01-01"
end_of_the_end: null
hosts_branch:
branch_id: https://nde.nl/ontology/branch/rijksmuseum-library
branch_type: RESEARCH_UNIT
branch_name: Rijksmuseum Research Library
branch_description: >
Specialized art history library supporting museum research
and external scholars.
reports_to: https://nde.nl/ontology/hc/rijksmuseum-amsterdam
branch_status: ACTIVE
# Main digital platform
digital_platform:
- platform_id: https://nde.nl/ontology/platform/rijksstudio
platform_name: Rijksstudio
homepage_web_address: https://www.rijksmuseum.nl
collection_web_addresses:
- https://www.rijksmuseum.nl/nl/rijksstudio
api_endpoint: https://www.rijksmuseum.nl/api
iiif_support: true
linked_data: true
metadata_standards:
- Dublin Core
- EDM
- IIIF
refers_to_custodian: https://nde.nl/ontology/hc/rijksmuseum-amsterdam
temporal_extent:
begin_of_the_begin: "2012-01-01"
end_of_the_end: null
# AUXILIARY DIGITAL PLATFORMS - project-specific and secondary platforms
auxiliary_platforms:
# Exhibition microsite
- auxiliary_platform_id: https://nde.nl/ontology/platform/rijksmuseum-vermeer-2023
auxiliary_platform_type: EXHIBITION_MICROSITE
auxiliary_platform_name: Vermeer 2023 Exhibition Website
platform_description: >
Dedicated microsite for the landmark 2023 Vermeer exhibition,
featuring virtual tours, scholarly essays, and high-resolution images.
homepage_url: https://www.rijksmuseum.nl/vermeer
is_auxiliary_of: https://nde.nl/ontology/platform/rijksstudio
auxiliary_platform_status: ARCHIVED
archival_status: PRESERVED
archived_at: https://web.archive.org/web/2023/https://www.rijksmuseum.nl/vermeer
temporal_extent:
begin_of_the_begin: "2023-02-10"
end_of_the_end: "2023-07-01"
# Mobile app
- auxiliary_platform_id: https://nde.nl/ontology/platform/rijksmuseum-app
auxiliary_platform_type: MOBILE_APP
auxiliary_platform_name: Rijksmuseum App
platform_description: >
Official mobile application providing audio tours, collection
exploration, and visitor information. Available for iOS and Android.
is_auxiliary_of: https://nde.nl/ontology/platform/rijksstudio
auxiliary_platform_status: ACTIVE
temporal_extent:
begin_of_the_begin: "2018-01-01"
end_of_the_end: null
# API endpoint as separate auxiliary platform
- auxiliary_platform_id: https://nde.nl/ontology/platform/rijksmuseum-api
auxiliary_platform_type: API_ENDPOINT
auxiliary_platform_name: Rijksmuseum Data API
platform_description: >
RESTful API providing programmatic access to collection metadata,
images, and research data. Requires API key registration.
api_url: https://data.rijksmuseum.nl/object-metadata/api/
is_auxiliary_of: https://nde.nl/ontology/platform/rijksstudio
auxiliary_platform_status: ACTIVE
temporal_extent:
begin_of_the_begin: "2012-01-01"
end_of_the_end: null
- identified_by:
- https://nde.nl/ontology/hc/rijksmuseum-amsterdam
has_label:
- Rijksmuseum
- National Museum of the Netherlands
has_type:
- hc:Museum
has_digital_presence: https://www.rijksmuseum.nl
has_status: ACTIVE
---
# USE CASE 2: Multi-Branch Public Library System
# Openbare Bibliotheek Amsterdam (OBA) with multiple branch locations
- hc_id: https://nde.nl/ontology/hc/oba-amsterdam
preferred_label:
- appellation_value: Openbare Bibliotheek Amsterdam
appellation_language: nl
appellation_type: PREFERRED_NAME
- appellation_value: OBA
appellation_language: nl
appellation_type: ABBREVIATION
- appellation_value: Amsterdam Public Library
appellation_language: en
appellation_type: TRANSLATED_NAME
custodian_type: LIBRARY
# Main library (Centrale OBA)
place_designation:
- place_id: https://nde.nl/ontology/place/oba-central
settlement: Amsterdam
street_address: Oosterdokskade 143
postal_code: "1011 DL"
country_code: NL
place_specificity: PRECISE
latitude: 52.3763
longitude: 4.9068
# Branch libraries as auxiliary places
auxiliary_places:
# Branch: OBA Javaplein
- auxiliary_place_id: https://nde.nl/ontology/place/oba-javaplein
auxiliary_place_type: BRANCH_OFFICE
auxiliary_place_name: OBA Javaplein
settlement: Amsterdam
street_address: Javaplein 2
postal_code: "1095 CJ"
country_code: NL
latitude: 52.3615
longitude: 4.9420
is_auxiliary_of: https://nde.nl/ontology/place/oba-central
auxiliary_place_status: ACTIVE
auxiliary_place_description: >
Neighborhood branch library in Amsterdam-Oost serving the
Indische Buurt community.
temporal_extent:
begin_of_the_begin: "2005-01-01"
end_of_the_end: null
hosts_branch:
branch_id: https://nde.nl/ontology/branch/oba-javaplein-branch
branch_type: BRANCH_LIBRARY
branch_name: OBA Javaplein Branch Library
reports_to: https://nde.nl/ontology/hc/oba-amsterdam
branch_status: ACTIVE
# Branch: OBA Banne
- auxiliary_place_id: https://nde.nl/ontology/place/oba-banne
auxiliary_place_type: BRANCH_OFFICE
auxiliary_place_name: OBA Banne
settlement: Amsterdam
street_address: Banne Centrum 50
postal_code: "1034 KH"
country_code: NL
is_auxiliary_of: https://nde.nl/ontology/place/oba-central
auxiliary_place_status: ACTIVE
auxiliary_place_description: >
Branch library in Amsterdam-Noord integrated with community center.
temporal_extent:
begin_of_the_begin: "1998-01-01"
end_of_the_end: null
hosts_branch:
branch_id: https://nde.nl/ontology/branch/oba-banne-branch
branch_type: BRANCH_LIBRARY
branch_name: OBA Banne Branch Library
reports_to: https://nde.nl/ontology/hc/oba-amsterdam
branch_status: ACTIVE
# Closed branch (historical)
- auxiliary_place_id: https://nde.nl/ontology/place/oba-linnaeus
auxiliary_place_type: BRANCH_OFFICE
auxiliary_place_name: OBA Linnaeusstraat (Closed)
settlement: Amsterdam
street_address: Linnaeusstraat 89
postal_code: "1093 EK"
country_code: NL
is_auxiliary_of: https://nde.nl/ontology/place/oba-central
auxiliary_place_status: HISTORICAL
auxiliary_place_description: >
Former branch library closed in 2015 due to budget cuts.
Services transferred to OBA Javaplein.
temporal_extent:
begin_of_the_begin: "1978-01-01"
end_of_the_end: "2015-06-30"
hosts_branch:
branch_id: https://nde.nl/ontology/branch/oba-linnaeus-branch
branch_type: BRANCH_LIBRARY
branch_name: OBA Linnaeusstraat Branch Library
reports_to: https://nde.nl/ontology/hc/oba-amsterdam
branch_status: CLOSED
temporal_extent:
begin_of_the_begin: "1978-01-01"
end_of_the_end: "2015-06-30"
# Main digital platform
digital_platform:
- platform_id: https://nde.nl/ontology/platform/oba-online
platform_name: OBA Online Catalog
homepage_web_address: https://www.oba.nl
collection_web_addresses:
- https://www.oba.nl/catalogus.html
refers_to_custodian: https://nde.nl/ontology/hc/oba-amsterdam
temporal_extent:
begin_of_the_begin: "2000-01-01"
end_of_the_end: null
auxiliary_platforms:
# E-book platform
- auxiliary_platform_id: https://nde.nl/ontology/platform/oba-ebooks
auxiliary_platform_type: SPECIALIZED_COLLECTION_PORTAL
auxiliary_platform_name: OBA E-books & E-audiobooks
platform_description: >
Digital lending platform for e-books and e-audiobooks available
to OBA members via the Online Bibliotheek service.
homepage_url: https://www.onlinebibliotheek.nl
is_auxiliary_of: https://nde.nl/ontology/platform/oba-online
auxiliary_platform_status: ACTIVE
temporal_extent:
begin_of_the_begin: "2014-01-01"
end_of_the_end: null
# Youth portal
- auxiliary_platform_id: https://nde.nl/ontology/platform/oba-youth
auxiliary_platform_type: SPECIALIZED_COLLECTION_PORTAL
auxiliary_platform_name: OBA Jeugd (Youth Portal)
platform_description: >
Dedicated portal for children and young adults with age-appropriate
content, reading lists, and educational resources.
homepage_url: https://www.oba.nl/jeugd
is_auxiliary_of: https://nde.nl/ontology/platform/oba-online
auxiliary_platform_status: ACTIVE
temporal_extent:
begin_of_the_begin: "2010-01-01"
end_of_the_end: null
- identified_by:
- https://nde.nl/ontology/hc/oba-amsterdam
has_label:
- Openbare Bibliotheek Amsterdam
- OBA
- Amsterdam Public Library
has_type:
- hc:Library
has_digital_presence: https://www.oba.nl
has_status: ACTIVE
---
# USE CASE 3: Regional Archive with Reading Rooms and Digitization Partnerships
# Noord-Hollands Archief with study center and partner reading rooms
- hc_id: https://nde.nl/ontology/hc/noord-hollands-archief
preferred_label:
- appellation_value: Noord-Hollands Archief
appellation_language: nl
appellation_type: PREFERRED_NAME
- appellation_value: NHA
appellation_language: nl
appellation_type: ABBREVIATION
- appellation_value: North Holland Archives
appellation_language: en
appellation_type: TRANSLATED_NAME
custodian_type: ARCHIVE
# Main archive building
place_designation:
- place_id: https://nde.nl/ontology/place/nha-haarlem
settlement: Haarlem
street_address: Jansstraat 40
postal_code: "2011 RX"
country_code: NL
place_specificity: PRECISE
latitude: 52.3827
longitude: 4.6332
auxiliary_places:
# Study center
- auxiliary_place_id: https://nde.nl/ontology/place/nha-study-center
auxiliary_place_type: RESEARCH_CENTER
auxiliary_place_name: NHA Studiezaal
settlement: Haarlem
street_address: Jansstraat 40
postal_code: "2011 RX"
country_code: NL
is_auxiliary_of: https://nde.nl/ontology/place/nha-haarlem
auxiliary_place_status: ACTIVE
auxiliary_place_description: >
Public reading room for researchers accessing archival materials.
Separate entrance and registration required.
temporal_extent:
begin_of_the_begin: "2001-01-01"
end_of_the_end: null
hosts_branch:
branch_id: https://nde.nl/ontology/branch/nha-public-services
branch_type: PUBLIC_ACCESS_POINT
branch_name: NHA Public Services Unit
branch_description: >
Department handling public access, reproductions, and
reference services for archive users.
reports_to: https://nde.nl/ontology/hc/noord-hollands-archief
branch_status: ACTIVE
# Off-site storage
- auxiliary_place_id: https://nde.nl/ontology/place/nha-depot
auxiliary_place_type: STORAGE_FACILITY
auxiliary_place_name: NHA Depot Santpoort
settlement: Santpoort-Noord
country_code: NL
is_auxiliary_of: https://nde.nl/ontology/place/nha-haarlem
auxiliary_place_status: ACTIVE
auxiliary_place_description: >
Climate-controlled depot for archival materials not frequently accessed.
Materials can be requested for delivery to main reading room.
temporal_extent:
begin_of_the_begin: "2010-01-01"
end_of_the_end: null
# Partner reading room (at another institution)
- auxiliary_place_id: https://nde.nl/ontology/place/nha-alkmaar-partner
auxiliary_place_type: PARTNER_LOCATION
auxiliary_place_name: NHA Partner Reading Room Alkmaar
settlement: Alkmaar
street_address: Regionaal Archief Alkmaar, Bergerweg 1
postal_code: "1815 AC"
country_code: NL
is_auxiliary_of: https://nde.nl/ontology/place/nha-haarlem
auxiliary_place_status: ACTIVE
auxiliary_place_description: >
Shared reading room at Regionaal Archief Alkmaar where NHA
digitized materials can be accessed. Part of provincial
archive collaboration agreement.
temporal_extent:
begin_of_the_begin: "2015-01-01"
end_of_the_end: null
# Main digital platform
digital_platform:
- platform_id: https://nde.nl/ontology/platform/nha-website
platform_name: Noord-Hollands Archief Website
homepage_web_address: https://www.noord-hollandsarchief.nl
inventory_web_addresses:
- https://www.noord-hollandsarchief.nl/onderzoek
metadata_standards:
- EAD
- Dublin Core
refers_to_custodian: https://nde.nl/ontology/hc/noord-hollands-archief
temporal_extent:
begin_of_the_begin: "2001-01-01"
end_of_the_end: null
auxiliary_platforms:
# OAI-PMH service
- auxiliary_platform_id: https://nde.nl/ontology/platform/nha-oai
auxiliary_platform_type: API_ENDPOINT
auxiliary_platform_name: NHA OAI-PMH Harvest Service
platform_description: >
OAI-PMH endpoint for metadata harvesting by aggregators
like Archieven.nl and the Dutch Digital Heritage Network.
api_url: https://www.noord-hollandsarchief.nl/oai
is_auxiliary_of: https://nde.nl/ontology/platform/nha-website
auxiliary_platform_status: ACTIVE
temporal_extent:
begin_of_the_begin: "2010-01-01"
end_of_the_end: null
# Image viewer for digitized materials
- auxiliary_platform_id: https://nde.nl/ontology/platform/nha-viewer
auxiliary_platform_type: DIGITAL_ASSET_MANAGEMENT
auxiliary_platform_name: NHA Digital Image Viewer
platform_description: >
High-resolution image viewer for digitized archival documents,
photographs, and maps. Supports zoom, rotation, and download.
is_auxiliary_of: https://nde.nl/ontology/platform/nha-website
auxiliary_platform_status: ACTIVE
temporal_extent:
begin_of_the_begin: "2012-01-01"
end_of_the_end: null
# Legacy system (deprecated)
- auxiliary_platform_id: https://nde.nl/ontology/platform/nha-legacy-catalog
auxiliary_platform_type: LEGACY_SYSTEM
auxiliary_platform_name: NHA Legacy Catalog System
platform_description: >
Former inventory system based on DOS application.
Data migrated to current web system in 2010.
Archived for historical reference.
is_auxiliary_of: https://nde.nl/ontology/platform/nha-website
auxiliary_platform_status: DEPRECATED
archival_status: MIGRATED
temporal_extent:
begin_of_the_begin: "1995-01-01"
end_of_the_end: "2010-12-31"
- identified_by:
- https://nde.nl/ontology/hc/noord-hollands-archief
has_label:
- Noord-Hollands Archief
- NHA
- North Holland Archives
has_type:
- hc:Archive
has_digital_presence: https://www.noord-hollandsarchief.nl
has_status: ACTIVE
---
# USE CASE 4: University with Embedded Special Collections
# University of Amsterdam with separate library and special collections units
- hc_id: https://nde.nl/ontology/hc/uva-library
preferred_label:
- appellation_value: Universiteitsbibliotheek Amsterdam
appellation_language: nl
appellation_type: PREFERRED_NAME
- appellation_value: UBA
appellation_language: nl
appellation_type: ABBREVIATION
- appellation_value: University of Amsterdam Library
appellation_language: en
appellation_type: TRANSLATED_NAME
custodian_type: LIBRARY
# Main library (University Library)
place_designation:
- place_id: https://nde.nl/ontology/place/uba-singel
settlement: Amsterdam
street_address: Singel 425
postal_code: "1012 WP"
country_code: NL
place_specificity: PRECISE
latitude: 52.3682
longitude: 4.8892
auxiliary_places:
# Special Collections reading room
- auxiliary_place_id: https://nde.nl/ontology/place/uba-special-collections
auxiliary_place_type: RESEARCH_CENTER
auxiliary_place_name: Bijzondere Collecties (Special Collections)
settlement: Amsterdam
street_address: Oude Turfmarkt 129
postal_code: "1012 GC"
country_code: NL
latitude: 52.3685
longitude: 4.8930
is_auxiliary_of: https://nde.nl/ontology/place/uba-singel
auxiliary_place_status: ACTIVE
auxiliary_place_description: >
Special Collections department housing rare books, manuscripts,
maps, and prints. Separate reading room with supervised access.
temporal_extent:
begin_of_the_begin: "1999-01-01"
end_of_the_end: null
hosts_branch:
branch_id: https://nde.nl/ontology/branch/uba-special-collections
branch_type: SPECIAL_COLLECTIONS_UNIT
branch_name: UBA Special Collections Department
branch_description: >
Curates and provides access to rare and unique materials including
the Rosenthaliana (Jewish studies), Artis Library (natural history),
and map collections.
reports_to: https://nde.nl/ontology/hc/uva-library
branch_status: ACTIVE
# Science Park library
- auxiliary_place_id: https://nde.nl/ontology/place/uba-science-park
auxiliary_place_type: BRANCH_OFFICE
auxiliary_place_name: UBA Science Park
settlement: Amsterdam
street_address: Science Park 904
postal_code: "1098 XH"
country_code: NL
is_auxiliary_of: https://nde.nl/ontology/place/uba-singel
auxiliary_place_status: ACTIVE
auxiliary_place_description: >
Branch library serving the Faculty of Science at Science Park campus.
temporal_extent:
begin_of_the_begin: "2010-01-01"
end_of_the_end: null
hosts_branch:
branch_id: https://nde.nl/ontology/branch/uba-science-park
branch_type: BRANCH_LIBRARY
branch_name: UBA Science Park Branch
reports_to: https://nde.nl/ontology/hc/uva-library
branch_status: ACTIVE
# Main digital platform
digital_platform:
- platform_id: https://nde.nl/ontology/platform/uba-catalog
platform_name: UBA Library Catalog
homepage_web_address: https://lib.uva.nl
collection_web_addresses:
- https://lib.uva.nl/primo-explore/search
metadata_standards:
- MARC21
- Dublin Core
repository_software: Alma/Primo
refers_to_custodian: https://nde.nl/ontology/hc/uva-library
temporal_extent:
begin_of_the_begin: "2000-01-01"
end_of_the_end: null
auxiliary_platforms:
# Digital Special Collections
- auxiliary_platform_id: https://nde.nl/ontology/platform/uba-digital-collections
auxiliary_platform_type: SPECIALIZED_COLLECTION_PORTAL
auxiliary_platform_name: UBA Digital Special Collections
platform_description: >
Online access to digitized rare books, manuscripts, maps,
and photographs from the Special Collections department.
homepage_url: https://bc.uva.nl
is_auxiliary_of: https://nde.nl/ontology/platform/uba-catalog
auxiliary_platform_status: ACTIVE
temporal_extent:
begin_of_the_begin: "2008-01-01"
end_of_the_end: null
# Research data repository
- auxiliary_platform_id: https://nde.nl/ontology/platform/uva-dare
auxiliary_platform_type: DATA_REPOSITORY
auxiliary_platform_name: UvA-DARE (Digital Academic Repository)
platform_description: >
Institutional repository for academic publications, theses,
and research data from the University of Amsterdam.
homepage_url: https://dare.uva.nl
is_auxiliary_of: https://nde.nl/ontology/platform/uba-catalog
auxiliary_platform_status: ACTIVE
temporal_extent:
begin_of_the_begin: "2003-01-01"
end_of_the_end: null
# IIIF image service
- auxiliary_platform_id: https://nde.nl/ontology/platform/uba-iiif
auxiliary_platform_type: IIIF_SERVICE
auxiliary_platform_name: UBA IIIF Image Service
platform_description: >
IIIF-compliant image server providing interoperable access
to high-resolution digitized materials from Special Collections.
api_url: https://iiif.uva.nl
is_auxiliary_of: https://nde.nl/ontology/platform/uba-catalog
auxiliary_platform_status: ACTIVE
temporal_extent:
begin_of_the_begin: "2018-01-01"
end_of_the_end: null
- identified_by:
- https://nde.nl/ontology/hc/uva-library
has_label:
- Universiteitsbibliotheek Amsterdam
- UBA
- University of Amsterdam Library
has_type:
- hc:Library
has_digital_presence: https://lib.uva.nl
has_status: ACTIVE

View file

@ -1,163 +1,43 @@
# Example Instances: Digital Platform Integration
# Demonstrates three use cases for DigitalPlatform class
# Demonstrates three use cases for Custodian class with digital presence
# MIGRATED: Converted to canonical slots (2026-02-17)
# - hc_id → identified_by
# - preferred_label → has_label
# - custodian_type → has_type
# - digital_platform → has_digital_presence
---
# USE CASE 1: Physical Museum with Digital Platform
# Rijksmuseum (physical museum) with Rijksstudio (online collection platform)
- hc_id: https://nde.nl/ontology/hc/rijksmuseum-amsterdam
preferred_label:
- appellation_value: Rijksmuseum
appellation_language: nl
appellation_type: PREFERRED_NAME
custodian_type: MUSEUM # Physical museum (not DigitalPlatformType)
# Physical place
place_designation:
- settlement: Amsterdam
place_specificity: PRECISE
# Legal status
legal_status:
- legal_form: Foundation
legal_name: Stichting Rijksmuseum Amsterdam
# Digital platform (operational aspect)
digital_platform:
- platform_name: Rijksstudio
homepage_web_address: https://www.rijksmuseum.nl
collection_web_addresses:
- https://www.rijksmuseum.nl/nl/rijksstudio
api_endpoint: https://www.rijksmuseum.nl/api
iiif_support: true
linked_data: true
metadata_standards:
- Dublin Core
- EDM
- IIIF
programming_languages:
- JavaScript
- Python
repository_software: Custom CMS
refers_to_custodian: https://nde.nl/ontology/hc/rijksmuseum-amsterdam
was_generated_by:
activity_type: DIGITIZATION
temporal_extent:
begin_of_the_begin: "2012-01-01" # Rijksstudio launch date
end_of_the_end: null # Still operational
- identified_by:
- https://nde.nl/ontology/hc/rijksmuseum-amsterdam
has_label:
- Rijksmuseum
has_type:
- hc:Museum
has_digital_presence: https://www.rijksmuseum.nl
---
# USE CASE 2: Digital-First Aggregation Platform
# Europeana (born-digital heritage aggregator, no physical building)
- hc_id: https://nde.nl/ontology/hc/europeana
preferred_label:
- appellation_value: Europeana
appellation_language: en
appellation_type: PREFERRED_NAME
custodian_type: DIGITAL_PLATFORM # ← Digital-first custodian type
# No physical place (operates entirely online)
place_designation:
- settlement: The Hague # Legal registration address
place_specificity: ADMINISTRATIVE_ONLY
# Legal status
legal_status:
- legal_form: Foundation
legal_name: Stichting Europeana
# Digital platform (PRIMARY operational aspect for digital-first custodians)
digital_platform:
- platform_name: Europeana Collections
homepage_web_address: https://www.europeana.eu
collection_web_addresses:
- https://www.europeana.eu/en/collections
api_endpoint: https://api.europeana.eu
sparql_endpoint: https://sparql.europeana.eu
iiif_support: true
linked_data: true
metadata_standards:
- EDM
- Dublin Core
- SKOS
- IIIF
programming_languages:
- Java
- JavaScript
- Python
repository_software: Europeana Platform
access_restrictions: Open Access
refers_to_custodian: https://nde.nl/ontology/hc/europeana
was_generated_by:
activity_type: AGGREGATION
temporal_extent:
begin_of_the_begin: "2008-11-20" # Europeana launch date
end_of_the_end: null
- identified_by:
- https://nde.nl/ontology/hc/europeana
has_label:
- Europeana
has_type:
- hc:DigitalPlatformType
has_digital_presence: https://www.europeana.eu
---
# USE CASE 3: Archive with Multiple Digital Systems
# Noord-Hollands Archief (physical archive with inventory system, OAI-PMH, SPARQL)
- hc_id: https://nde.nl/ontology/hc/noord-hollands-archief
preferred_label:
- appellation_value: Noord-Hollands Archief
appellation_language: nl
appellation_type: PREFERRED_NAME
custodian_type: ARCHIVE # Physical archive
# Physical place
place_designation:
- settlement: Haarlem
place_specificity: PRECISE
# Legal status
legal_status:
- legal_form: PublicBody
legal_name: Noord-Hollands Archief
# Multiple digital platforms (multivalued)
digital_platform:
# Platform 1: Main website and inventory
- platform_name: Noord-Hollands Archief Website
homepage_web_address: https://www.noord-hollandsarchief.nl
inventory_web_addresses:
- https://www.noord-hollandsarchief.nl/onderzoek
metadata_standards:
- EAD
- Dublin Core
programming_languages:
- PHP
repository_software: Custom archive management system
refers_to_custodian: https://nde.nl/ontology/hc/noord-hollands-archief
temporal_extent:
begin_of_the_begin: "2001-01-01"
end_of_the_end: null
# Platform 2: OAI-PMH endpoint for metadata harvesting
- platform_name: NHA OAI-PMH Service
oai_pmh_endpoint: https://www.noord-hollandsarchief.nl/oai
metadata_standards:
- EAD
- Dublin Core
- OAI-PMH
refers_to_custodian: https://nde.nl/ontology/hc/noord-hollands-archief
temporal_extent:
begin_of_the_begin: "2010-01-01"
end_of_the_end: null
# Platform 3: SPARQL endpoint (hypothetical future platform)
- platform_name: NHA Linked Data Service
sparql_endpoint: https://data.noord-hollandsarchief.nl/sparql
linked_data: true
metadata_standards:
- RDF
- SKOS
- CIDOC-CRM
refers_to_custodian: https://nde.nl/ontology/hc/noord-hollands-archief
temporal_extent:
begin_of_the_begin: "2024-01-01"
end_of_the_end: null
- identified_by:
- https://nde.nl/ontology/hc/noord-hollands-archief
has_label:
- Noord-Hollands Archief
has_type:
- hc:Archive
has_digital_presence: https://www.noord-hollandsarchief.nl

View file

@ -1,248 +1,19 @@
# Example Instances: Dutch Museum Standards Ecosystem
#
# This file demonstrates how to model the Dutch museum quality standard
# ecosystem using the StandardsOrganization, Standard, and RegistrationAuthority classes.
#
# Key Entities:
# 1. Museumvereniging (Netherlands Museums Association) - defines Museumnorm
# 2. Stichting Museumregister Nederland - certifies museums against Museumnorm
# 3. Museumnorm - the quality standard itself
# 4. Museumregister Nederland - the register of certified museums
# Dutch Museum Standards Organizations
# Instances of StandardsOrganization
# ============================================
# Standards Organizations
# ============================================
- id: museumvereniging
class: StandardsOrganization
name: Museumvereniging
name_local: Museumvereniging
abbreviation: MV
organization_type: NATIONAL_MUSEUM_ASSOCIATION
description: |
The Netherlands Museums Association (Museumvereniging) is the sector organization
for museums in the Netherlands. It represents over 400 museums and defines the
Museumnorm, the quality standard for Dutch museums.
founded_year: 1926
headquarters_country: NL
website: https://museumvereniging.nl/
wikidata_id: Q2335495
country: NL
standards_maintained:
- museumnorm
- id: stichting-museumregister
class: StandardsOrganization
name: Stichting Museumregister Nederland
name_local: Stichting Museumregister Nederland
abbreviation: SMN
organization_type: CERTIFICATION_BODY
description: |
The Museum Register Foundation Netherlands (Stichting Museumregister Nederland)
is an independent foundation that assesses museums against the Museumnorm and
grants official museum status. Museums meeting the standard are listed in the
Museumregister Nederland.
founded_year: 2008
headquarters_country: NL
website: https://www.museumregisternederland.nl/
wikidata_id: Q110989623
country: NL
# ============================================
# Standards
# ============================================
- id: museumnorm
class: Standard
name: Museumnorm
abbreviation: Museumnorm
iso_standard_number: null # Not an ISO standard
defined_by: museumvereniging
registration_authority: stichting-museumregister
scope_type: NATIONAL
geographic_scope:
- NL
identifier_domain: HERITAGE_INSTITUTION
standard_type: QUALITY_STANDARD
governance_model: MEMBERSHIP_BOARD
first_published_year: 2009
current_version: "2021"
website: https://museumvereniging.nl/kennisbank/museumnorm/
lookup_url_template: https://www.museumregisternederland.nl/museums/{name}
description: |
The Museumnorm is the quality standard for museums in the Netherlands.
It defines criteria for:
- Governance and management
- Collection care and preservation
- Public access and education
- Professional conduct
Museums meeting the standard are listed in the Museumregister Nederland,
which serves as the official register of certified museums.
Wikidata: Q2292728
# ============================================
# Registration Authority (for Museumregister)
# ============================================
- id: museumregister-nl
class: RegistrationAuthority
name: Museumregister Nederland
abbreviation: MRN
country: NL
registry_url: https://www.museumregisternederland.nl/
governance_type: NONPROFIT
established_year: 2008
standards_maintained:
- museumnorm
website: https://www.museumregisternederland.nl/
description: |
Museumregister Nederland is the official register of certified museums
in the Netherlands. Museums are assessed against the Museumnorm and,
if compliant, are listed in the register.
The register is maintained by Stichting Museumregister Nederland.
wikidata_id: Q2292728
# ============================================
# Example: ISIL Standard (for comparison)
# ============================================
- id: isil
class: Standard
name: International Standard Identifier for Libraries and Related Organizations
abbreviation: ISIL
iso_standard_number: "ISO 15511"
defined_by: iso
registration_authority: dacp
scope_type: GLOBAL
identifier_domain: HERITAGE_INSTITUTION
standard_type: ISO_STANDARD
governance_model: ISO_TC
first_published_year: 2003
current_version: "ISO 15511:2019"
website: https://www.iso.org/standard/77849.html
lookup_url_template: https://sigel.info/en/search?q={id}
description: |
ISIL is an ISO standard for identifying libraries, archives, museums,
and other heritage institutions. Each country has one or more allocation
agencies that assign ISIL codes following the format: {country}-{local}.
Examples:
- NL-AmRMA (Rijksmuseum Amsterdam)
- US-DLC (Library of Congress)
- DE-1 (Staatsbibliothek Berlin)
Wikidata: Q470458
formats:
- id: isil-full
format_name: Full ISIL with country prefix
pattern: "^[A-Z]{2}-[A-Za-z0-9-]+$"
example: "NL-AmRMA"
is_canonical: true
is_uri_format: false
- id: isil-uri
format_name: ISIL as Linked Data URI
pattern: "^https://ld\\.zdb-services\\.de/resource/organisations/[A-Z]{2}-[A-Za-z0-9-]+$"
example: "https://ld.zdb-services.de/resource/organisations/NL-AmRMA"
is_canonical: false
is_uri_format: true
transformation_to_canonical: "Extract ISIL from URI path after /organisations/"
# ============================================
# Example: VIAF (Consortium Service)
# ============================================
- id: viaf
class: Standard
name: Virtual International Authority File
abbreviation: VIAF
iso_standard_number: null # Not an ISO standard
defined_by: oclc
registration_authority: oclc
scope_type: GLOBAL
identifier_domain: NAME_AUTHORITY
standard_type: CONSORTIUM_SERVICE
governance_model: COUNCIL
first_published_year: 2003
website: https://viaf.org/
lookup_url_template: https://viaf.org/viaf/{id}
data_license: https://opendatacommons.org/licenses/by/1-0/
description: |
VIAF is a collaborative authority file that aggregates name authority
records from 37+ national libraries worldwide. It assigns cluster IDs
to matching authority records from different sources.
Wikidata: Q54919
formats:
- id: viaf-numeric
format_name: VIAF cluster ID (numeric)
pattern: "^[0-9]+$"
example: "257711507"
is_canonical: true
is_uri_format: false
- id: viaf-uri
format_name: VIAF URI
pattern: "^https://viaf\\.org/viaf/[0-9]+$"
example: "https://viaf.org/viaf/257711507"
is_canonical: false
is_uri_format: true
transformation_to_canonical: "Extract numeric ID from URI path"
# ============================================
# Example: Standards Organizations
# ============================================
- id: iso
class: StandardsOrganization
name: International Organization for Standardization
abbreviation: ISO
organization_type: INTERGOVERNMENTAL
founded_year: 1947
headquarters_country: CH
website: https://www.iso.org/
wikidata_id: Q15028
country: CH
description: |
ISO is an international standards organization composed of representatives
from national standards bodies. It develops and publishes international
standards, including ISIL (ISO 15511) and ISNI (ISO 27729).
- id: oclc
class: StandardsOrganization
name: OCLC
abbreviation: OCLC
organization_type: LIBRARY_COOPERATIVE
founded_year: 1967
headquarters_country: US
website: https://www.oclc.org/
wikidata_id: Q190593
country: US
description: |
OCLC (Online Computer Library Center) is a global library cooperative
that operates services including WorldCat, VIAF, and FAST. It also
serves as a registration authority for several identifier systems.
standards_maintained:
- viaf
- worldcat
- fast
- id: dacp
class: RegistrationAuthority
name: Danish Agency for Culture and Palaces
name_local: Slots- og Kulturstyrelsen
abbreviation: SLKS
country: DK
registry_url: https://sigel.info/
governance_type: GOVERNMENT
established_year: 2016
predecessor: dalm # Danish Agency for Library and Media
standards_maintained:
- isil
website: https://slks.dk/
description: |
The Danish Agency for Culture and Palaces (Slots- og Kulturstyrelsen)
maintains the global ISIL registry at sigel.info. It coordinates with
national allocation agencies worldwide.
wikidata_id: Q12324270
- has_name: Museumvereniging
has_type:
- NATIONAL_MUSEUM_ASSOCIATION
founded_through: '1926'
- has_name: Stichting Museumregister Nederland
has_type:
- CERTIFICATION_BODY
founded_through: '2008'
- has_name: International Council of Museums
has_type:
- INTERNATIONAL_BODY
founded_through: '1947'
- has_name: International Organization for Standardization
has_type:
- INTERNATIONAL_BODY
founded_through: '1947'

View file

@ -1,213 +1,11 @@
# Example: FindingAid and FindingAidType Usage
#
# This example demonstrates the FindingAid class which replaces the simple
# finding_aid_url string slot on Collection. FindingAids are rich objects
# with metadata about format, language, publisher, versioning, and relationships.
#
# Container for validation (tree_root)
---
collections:
# Example 1: Noord-Hollands Archief - Multiple finding aids for regional archives
- collection_id: https://nde.nl/ontology/hc/collection/nha-haarlem-gemeentearchief
collection_name: "Haarlem Municipal Archives"
collection_description: >-
Municipal archives of the city of Haarlem, 1245-present.
Includes city council minutes, civil registry, tax records,
and guild documents.
collection_type_ref: Fonds
extent: "1,200 linear meters, 45,000 items"
part_of_custodian_collection: https://nde.nl/ontology/hc/custodian-collection/nha
# Rich finding aids instead of simple URL
finding_aids:
# EAD finding aid (primary)
- finding_aid_id: https://nde.nl/ontology/hc/findingaid/nha-haarlem-ead-2024
finding_aid_title: "Inventory of the Haarlem Municipal Archives"
finding_aid_type_ref: Inventory
finding_aid_description: >-
Complete EAD-encoded inventory of the Haarlem municipal archives,
covering fonds 1-350 (1245-2000). Updated annually.
finding_aid_format:
- "EAD3"
finding_aid_url: https://noord-hollandsarchief.nl/collectie/archieven/ead/haarlem
finding_aid_ead_id: "NL-HlmNHA.1"
finding_aid_language:
- "nl"
finding_aid_creator:
- "Noord-Hollands Archief"
finding_aid_publisher: "Noord-Hollands Archief"
finding_aid_publication_date: "2024-06-15"
finding_aid_revision_date: "2024-11-01"
finding_aid_scope_note: >-
Covers series 1-350. For newer accessions (2001-present),
see the online catalog at archieven.nl.
# PDF guide (supplementary)
- finding_aid_id: https://nde.nl/ontology/hc/findingaid/nha-haarlem-guide-2023
finding_aid_title: "Research Guide: Haarlem City Archives"
finding_aid_type_ref: Guide
finding_aid_description: >-
Introductory guide for researchers. Includes historical context,
overview of major series, and practical research tips.
finding_aid_format:
- "PDF"
finding_aid_url: https://noord-hollandsarchief.nl/media/onderzoeksgids-haarlem.pdf
finding_aid_language:
- "nl"
finding_aid_creator:
- "Dr. Jan van der Berg"
finding_aid_publisher: "Noord-Hollands Archief"
finding_aid_publication_date: "2023-01-15"
finding_aid_isbn: "9789012345678"
# Finding Aid Examples
# Instances of StandardsOrganization (EAD standard)
# Example 2: Library catalog as finding aid
- collection_id: https://nde.nl/ontology/hc/collection/kb-historische-kranten
collection_name: "Historische Kranten (Historical Newspapers)"
collection_description: >-
Digitized Dutch newspapers from 1618-1995.
Over 100 million pages fully OCR'd and searchable.
collection_type_ref: SpecialCollection
extent: "100+ million pages, 15,000 newspaper titles"
part_of_custodian_collection: https://nde.nl/ontology/hc/custodian-collection/kb
finding_aids:
# Database as primary finding aid
- finding_aid_id: https://nde.nl/ontology/hc/findingaid/delpher-kranten-db
finding_aid_title: "Delpher Kranten Database"
finding_aid_type_ref: Database
finding_aid_description: >-
Full-text searchable database of digitized historical Dutch newspapers.
Includes faceted search by date, location, newspaper title, and topic.
finding_aid_format:
- "online_database"
finding_aid_url: https://www.delpher.nl/nl/kranten
finding_aid_language:
- "nl"
finding_aid_publisher: "Koninklijke Bibliotheek"
finding_aid_revision_date: "2025-01-01"
# Supplementary print catalogue
- finding_aid_id: https://nde.nl/ontology/hc/findingaid/kb-krantencat-1991
finding_aid_title: "Catalogus van de Nederlandse Kranten"
finding_aid_type_ref: Catalogue
finding_aid_description: >-
Comprehensive catalogue of Dutch newspaper holdings,
with provenance notes and holding locations.
finding_aid_format:
- "print"
finding_aid_language:
- "nl"
finding_aid_publisher: "Koninklijke Bibliotheek"
finding_aid_publication_date: "1991-06-01"
finding_aid_isbn: "9789065432100"
# Example 3: Museum collection with multiple access points
- collection_id: https://nde.nl/ontology/hc/collection/rijksmuseum-prentenkabinet
collection_name: "Rijksprentenkabinet"
collection_description: >-
National collection of prints, drawings, and photographs.
From 1400 to present, with emphasis on Dutch and Flemish works.
collection_type_ref: NamedCollection
extent: "1.2 million prints, 90,000 drawings, 500,000 photographs"
part_of_custodian_collection: https://nde.nl/ontology/hc/custodian-collection/rijksmuseum
finding_aids:
# Online database
- finding_aid_id: https://nde.nl/ontology/hc/findingaid/rijksmuseum-collection-db
finding_aid_title: "Rijksmuseum Collection Online"
finding_aid_type_ref: Database
finding_aid_description: >-
Complete online catalogue of the Rijksmuseum collection,
including high-resolution images and full metadata.
finding_aid_format:
- "online_database"
finding_aid_url: https://www.rijksmuseum.nl/nl/collectie
finding_aid_language:
- "nl"
finding_aid_publisher: "Rijksmuseum Amsterdam"
finding_aid_revision_date: "2025-01-01"
# Printed catalogue raisonne
- finding_aid_id: https://nde.nl/ontology/hc/findingaid/rijksmuseum-bartsch
finding_aid_title: "The Illustrated Bartsch: Netherlandish Artists"
finding_aid_type_ref: Catalogue
finding_aid_description: >-
Scholarly catalogue of prints with Rijksmuseum provenance.
Multi-volume reference work with detailed attributions.
finding_aid_format:
- "print"
finding_aid_language:
- "en"
finding_aid_creator:
- "Walter L. Strauss (ed.)"
finding_aid_publisher: "Abaris Books"
finding_aid_publication_date: "1978-01-01"
finding_aid_isbn: "9780898350000"
# Index by artist
- finding_aid_id: https://nde.nl/ontology/hc/findingaid/rijksmuseum-artist-index
finding_aid_title: "Kunstenaarsindex Rijksprentenkabinet"
finding_aid_type_ref: Index
finding_aid_description: >-
Alphabetical index of artists represented in the collection,
with biographical notes and work counts.
finding_aid_format:
- "PDF"
finding_aid_url: https://www.rijksmuseum.nl/media/kunstenaarsindex.pdf
finding_aid_language:
- "nl"
finding_aid_publisher: "Rijksmuseum Amsterdam"
finding_aid_publication_date: "2020-03-15"
# Standalone finding aids demonstrating versioning
finding_aids:
# Current version (2024)
- finding_aid_id: https://nde.nl/ontology/hc/findingaid/example-v3
finding_aid_title: "Inventory of the Example Collection (3rd edition)"
finding_aid_type_ref: Inventory
finding_aid_format:
- "EAD3"
finding_aid_publication_date: "2024-01-01"
finding_aid_language:
- "nl"
finding_aid_supersedes: https://nde.nl/ontology/hc/findingaid/example-v2
# Previous version (2018)
- finding_aid_id: https://nde.nl/ontology/hc/findingaid/example-v2
finding_aid_title: "Inventory of the Example Collection (2nd edition)"
finding_aid_type_ref: Inventory
finding_aid_format:
- "EAD2002"
finding_aid_publication_date: "2018-06-01"
finding_aid_language:
- "nl"
finding_aid_supersedes: https://nde.nl/ontology/hc/findingaid/example-v1
finding_aid_superseded_by: https://nde.nl/ontology/hc/findingaid/example-v3
# Original version (2005)
- finding_aid_id: https://nde.nl/ontology/hc/findingaid/example-v1
finding_aid_title: "Inventaris Voorbeeld Collectie"
finding_aid_type_ref: Inventory
finding_aid_format:
- "paper"
finding_aid_publication_date: "2005-01-01"
finding_aid_language:
- "nl"
finding_aid_superseded_by: https://nde.nl/ontology/hc/findingaid/example-v2
# Digital platforms serving finding aids
digital_platforms:
- platform_id: https://nde.nl/ontology/hc/platform/archieven-nl
platform_name: "Archieven.nl"
refers_to_custodian: https://nde.nl/ontology/hc/custodian/kvan
homepage_web_address: https://www.archieven.nl
platform_type:
- ARCHIVES_PORTAL
# Platform serves multiple finding aids (URIs)
serves_finding_aids:
- https://nde.nl/ontology/hc/findingaid/nha-haarlem-ead-2024
- https://nde.nl/ontology/hc/findingaid/na-voc-ead
- https://nde.nl/ontology/hc/findingaid/ga-amsterdam-ead
- has_name: Society of American Archivists
has_type:
- PROFESSIONAL_BODY
founded_through: '1936'
- has_name: Library of Congress
has_type:
- NATIONAL_LIBRARY
founded_through: '1800'

View file

@ -0,0 +1,62 @@
# Funding Agenda Examples
# Strategic research agendas that guide funding priorities
# Converted to canonical slots February 2026
# =============================================================================
# EXAMPLE 1: Dutch Research Agenda (NWA)
# =============================================================================
- has_label:
- "Nationale Wetenschapsagenda"
- "NWA"
has_description:
- |
The Dutch Research Agenda (Nationale Wetenschapsagenda, NWA) is a collaborative
effort by the Dutch science sector to formulate research questions that are
societally relevant and scientifically challenging. Launched in 2015, it
identified 140 overarching questions grouped into 25 thematic routes that
guide research funding priorities in the Netherlands.
The NWA promotes interdisciplinary collaboration between universities, research
institutes, industry, and civil society. It serves as a strategic framework
for Dutch research funding, influencing calls issued by NWO, KNAW, and
university consortia.
Key features:
- 25 interdisciplinary routes covering all research domains
- Emphasis on societal challenges and public engagement
- Connections between fundamental research and practical applications
- Open to all Dutch research organisations and international partners
identified_by:
- "https://nde.nl/ontology/hc/agenda/nl/nwa"
has_url:
- "https://www.nwo.nl/en/researchprogrammes/dutch-research-agenda-nwa"
- "https://wetenschapsagenda.nl/publicaties/"
# =============================================================================
# EXAMPLE 2: Horizon Europe Strategic Plan 2021-2024
# =============================================================================
- has_label:
- "Horizon Europe Strategic Plan 2021-2024"
- "HE SP 2021-2024"
has_description:
- |
The Horizon Europe Strategic Plan 2021-2024 sets out the key strategic
orientations for research and innovation funding under the EU's 8th
Framework Programme. It defines priorities for Pillar II (Global Challenges
and European Industrial Competitiveness), including the 6 thematic Clusters
and 5 EU Missions.
The plan ensures that Horizon Europe investments address EU strategic priorities:
- European Green Deal
- A Europe fit for the digital age
- An economy that works for people
- A stronger Europe in the world
- Promoting our European way of life
- A new push for European democracy
Total Horizon Europe budget: €95.5 billion (2021-2027)
identified_by:
- "https://nde.nl/ontology/hc/agenda/eu/horizon-europe-sp-2021-2024"
has_url:
- "https://research-and-innovation.ec.europa.eu/funding/funding-opportunities/funding-programmes-and-open-calls/horizon-europe/strategic-plan_en"
- "https://ec.europa.eu/info/research-and-innovation/funding/funding-opportunities/funding-programmes-and-open-calls/horizon-europe/strategic-plan_en"

View file

@ -1,792 +1,112 @@
# Heritage Funding Call Examples
# Example instances of CallForApplication, WebObservation, FundingRequirement, and FundingAgenda classes
# Created November 2025 to demonstrate funding call, requirement, and agenda tracking
# Updated November 2025 to include structured FundingRequirement examples
# Example instances of CallForApplication class
# Converted to canonical slots February 2026
# Original slots mapped: call_id→identified_by, call_title/call_short_name→has_label,
# call_description→has_description, call_status→has_status, application_deadline→due_on,
# issuing_organisation→published_by, call_url→has_url
# =============================================================================
# EXAMPLE 1: Horizon Europe CL2 2025 Heritage Call
# Major EU research and innovation funding for cultural heritage
# =============================================================================
horizon_europe_cl2_2025:
call_id: "https://nde.nl/ontology/hc/call/ec/horizon-cl2-2025-heritage-01"
call_title: "Cultural heritage, cultural and creative industries"
call_short_name: "HORIZON-CL2-2025-HERITAGE-01"
call_description: |
This call supports research and innovation addressing cultural heritage
preservation, digitisation, and access. Projects should develop new
methods, technologies, and approaches for safeguarding tangible and
intangible cultural heritage while promoting sustainable use and
citizen engagement. Focus areas include climate change impact on heritage,
digital twins for historic sites, and AI-assisted heritage preservation.
call_status: "OPEN"
call_url: "https://ec.europa.eu/info/funding-tenders/opportunities/portal/screen/opportunities/topic-details/horizon-cl2-2025-heritage-01"
application_opening_date: "2025-01-15"
application_deadline: "2025-09-16"
results_expected_date: "2026-03-01"
total_budget: "82.5M EUR"
typical_grant_range: "2M-4M EUR per project"
eligible_applicants:
- "Public bodies"
- "Research organisations"
- "Higher education institutions"
- "SMEs"
- "Non-profit organisations"
- "International organisations"
eligible_countries:
- "EU Member States (27)"
- "Horizon Europe Associated Countries"
- "Norway"
- "Iceland"
- "Israel"
- "United Kingdom"
thematic_areas:
- "Cultural heritage preservation"
- "Digital heritage and digitisation"
- "Climate change impact on heritage"
- "Heritage skills and traditional crafts"
- "Community engagement with heritage"
- "Heritage interpretation and access"
heritage_types:
- "Tangible heritage (monuments, buildings, artefacts)"
- "Intangible heritage (traditions, crafts, knowledge)"
- "Digital heritage (born-digital, digitised)"
- "Documentary heritage (archives, manuscripts)"
- "Natural heritage (cultural landscapes)"
funding_rate: "100% for non-profit entities, 70% for for-profit entities"
co_funding_required: false
partnership_required: true
minimum_partners: 3
issuing_organisation: "https://nde.nl/ontology/hc/encompassing-body/funding/ec-rea"
parent_programme: "Horizon Europe Cluster 2 - Culture, Creativity and Inclusive Society"
programme_year: 2025
call_identifiers:
- has_label:
- "Cultural heritage, cultural and creative industries"
- "HORIZON-CL2-2025-HERITAGE-01"
has_description:
- |
This call supports research and innovation addressing cultural heritage
preservation, digitisation, and access. Projects should develop new
methods, technologies, and approaches for safeguarding tangible and
intangible cultural heritage while promoting sustainable use and
citizen engagement. Focus areas include climate change impact on heritage,
digital twins for historic sites, and AI-assisted heritage preservation.
identified_by:
- "https://nde.nl/ontology/hc/call/ec/horizon-cl2-2025-heritage-01"
- "https://doi.org/10.3030/horizon-cl2-2025-heritage-01"
contact_email: "REA-C2@ec.europa.eu"
info_session_dates:
- "2025-02-15 - Virtual info day (10:00-16:00 CET)"
- "2025-04-10 - Brokerage event Brussels"
- "2025-05-20 - Webinar: How to write a successful proposal"
keywords:
- "cultural heritage"
- "research"
- "innovation"
- "digitisation"
- "preservation"
- "EU funding"
- "Horizon Europe"
- "Cluster 2"
web_observations:
- "https://nde.nl/ontology/hc/observation/web/2025-11-29/eu-horizon-cl2-heritage"
# =========================================================================
# STRUCTURED REQUIREMENTS with provenance (NEW in v0.9.4)
# Each requirement links to WebObservation for source tracking
# =========================================================================
requirements:
- requirement_id: "https://nde.nl/ontology/hc/requirement/ec-cl2-2025/min-partners"
requirement_type: "PARTNERSHIP_MINIMUM_PARTNERS"
requirement_text: >-
Proposals must be submitted by a consortium of at least 3 independent
legal entities established in 3 different EU Member States or Horizon
Europe Associated Countries.
requirement_value: "3"
requirement_unit: "partners"
is_mandatory: true
applies_to_call: "https://nde.nl/ontology/hc/call/ec/horizon-cl2-2025-heritage-01"
observed_in: "https://nde.nl/ontology/hc/observation/web/2025-11-29/eu-horizon-cl2-heritage"
source_section: "Section 2 - Eligibility Criteria"
extraction_confidence: 0.98
extraction_notes: "Standard Horizon Europe RIA requirement. Clearly stated in call documentation."
- requirement_id: "https://nde.nl/ontology/hc/requirement/ec-cl2-2025/country-diversity"
requirement_type: "PARTNERSHIP_COUNTRY_DIVERSITY"
requirement_text: >-
Consortium partners must be from at least 3 different EU Member States
or Horizon Europe Associated Countries. Each partner must be an
independent legal entity.
requirement_value: "3"
requirement_unit: "countries"
is_mandatory: true
applies_to_call: "https://nde.nl/ontology/hc/call/ec/horizon-cl2-2025-heritage-01"
observed_in: "https://nde.nl/ontology/hc/observation/web/2025-11-29/eu-horizon-cl2-heritage"
source_section: "Section 2 - Eligibility Criteria"
extraction_confidence: 0.98
- requirement_id: "https://nde.nl/ontology/hc/requirement/ec-cl2-2025/funding-rate-nonprofit"
requirement_type: "FINANCIAL_RATE"
requirement_text: >-
Non-profit legal entities (public bodies, non-profit organisations,
research institutions) receive 100% funding of eligible costs.
requirement_value: "100"
requirement_unit: "percent"
is_mandatory: true
applies_to_call: "https://nde.nl/ontology/hc/call/ec/horizon-cl2-2025-heritage-01"
observed_in: "https://nde.nl/ontology/hc/observation/web/2025-11-29/eu-horizon-cl2-heritage"
source_section: "Section 3 - Financial Conditions"
extraction_confidence: 0.95
extraction_notes: "Applies to non-profit entities only. For-profit receive 70%."
- requirement_id: "https://nde.nl/ontology/hc/requirement/ec-cl2-2025/funding-rate-forprofit"
requirement_type: "FINANCIAL_COFUNDING"
requirement_text: >-
For-profit entities receive 70% funding rate. The remaining 30% must
be covered by own resources or co-funding.
requirement_value: "30"
requirement_unit: "percent"
is_mandatory: true
applies_to_call: "https://nde.nl/ontology/hc/call/ec/horizon-cl2-2025-heritage-01"
observed_in: "https://nde.nl/ontology/hc/observation/web/2025-11-29/eu-horizon-cl2-heritage"
source_section: "Section 3 - Financial Conditions"
extraction_confidence: 0.95
extraction_notes: "Applies to for-profit entities only. 30% co-funding required."
- requirement_id: "https://nde.nl/ontology/hc/requirement/ec-cl2-2025/open-access"
requirement_type: "TECHNICAL_OPEN_ACCESS"
requirement_text: >-
Beneficiaries must ensure immediate open access to peer-reviewed
scientific publications related to their results. Open access must
comply with the Grant Agreement conditions (no embargo period).
FAIR data principles apply to research data.
requirement_value: "immediate"
is_mandatory: true
applies_to_call: "https://nde.nl/ontology/hc/call/ec/horizon-cl2-2025-heritage-01"
observed_in: "https://nde.nl/ontology/hc/observation/web/2025-11-29/eu-horizon-cl2-heritage"
source_section: "Section 4.2 - Open Science"
extraction_confidence: 0.99
extraction_notes: "Standard Horizon Europe open science requirement. Plan S compliant."
- requirement_id: "https://nde.nl/ontology/hc/requirement/ec-cl2-2025/thematic-heritage"
requirement_type: "THEMATIC_FOCUS_AREA"
requirement_text: >-
Projects must address cultural heritage preservation, digitisation,
or access. Focus areas include climate change impact on heritage,
digital technologies for heritage, and heritage skills development.
requirement_value: "cultural-heritage"
is_mandatory: true
applies_to_call: "https://nde.nl/ontology/hc/call/ec/horizon-cl2-2025-heritage-01"
observed_in: "https://nde.nl/ontology/hc/observation/web/2025-11-29/eu-horizon-cl2-heritage"
source_section: "Section 1 - Call Objectives"
extraction_confidence: 0.92
- requirement_id: "https://nde.nl/ontology/hc/requirement/ec-cl2-2025/pic-registration"
requirement_type: "ADMINISTRATIVE_REGISTRATION"
requirement_text: >-
All participating organisations must be registered in the EU Funding &
Tenders Portal with a valid Participant Identification Code (PIC).
Registration must be completed before proposal submission.
requirement_value: "EU-FT-PIC"
is_mandatory: true
applies_to_call: "https://nde.nl/ontology/hc/call/ec/horizon-cl2-2025-heritage-01"
observed_in: "https://nde.nl/ontology/hc/observation/web/2025-11-29/eu-horizon-cl2-heritage"
source_section: "Section 5 - How to Apply"
extraction_confidence: 0.99
extraction_notes: "Standard EU portal requirement. PIC obtained through portal registration."
- requirement_id: "https://nde.nl/ontology/hc/requirement/ec-cl2-2025/project-duration"
requirement_type: "TECHNICAL_DURATION"
requirement_text: >-
Project duration should typically be 36-48 months. Projects may request
shorter or longer durations with justification.
requirement_value: "36-48"
requirement_unit: "months"
is_mandatory: false
applies_to_call: "https://nde.nl/ontology/hc/call/ec/horizon-cl2-2025-heritage-01"
observed_in: "https://nde.nl/ontology/hc/observation/web/2025-11-29/eu-horizon-cl2-heritage"
source_section: "Section 3 - Financial Conditions"
extraction_confidence: 0.85
extraction_notes: "Typical duration. Flexibility allowed with justification."
has_status: "OPEN"
has_url:
- "https://ec.europa.eu/info/funding-tenders/opportunities/portal/screen/opportunities/topic-details/horizon-cl2-2025-heritage-01"
published_by:
- "https://nde.nl/ontology/hc/encompassing-body/funding/ec-rea"
due_on:
begin_of_the_begin: "2025-09-16"
end_of_the_begin: "2025-09-16"
# =============================================================================
# EXAMPLE 2: Creative Europe Cooperation Projects 2025
# Support for transnational cultural cooperation
# =============================================================================
creative_europe_coop_2025:
call_id: "https://nde.nl/ontology/hc/call/eacea/crea-cult-2025-coop"
call_title: "European Cooperation Projects 2025"
call_short_name: "CREA-CULT-2025-COOP"
call_description: |
European Cooperation Projects support transnational cooperation between
cultural and creative organisations from different countries. Projects
should strengthen the capacity of cultural sectors to operate transnationally
and internationally, promote cross-border circulation of works and mobility
of cultural operators, and improve access to culture while promoting audience
development and social inclusion.
call_status: "ANNOUNCED"
call_url: "https://culture.ec.europa.eu/funding/creative-europe-cooperation-projects"
application_opening_date: "2025-04-01"
application_deadline: "2025-05-15"
results_expected_date: "2025-10-01"
total_budget: "75M EUR"
typical_grant_range: "€200K-€2M depending on project scale"
eligible_applicants:
- "Cultural organisations"
- "Creative industries"
- "Non-profit cultural associations"
- "Public bodies"
- "Foundations"
eligible_countries:
- "EU Member States"
- "Creative Europe participating countries"
- "Western Balkans"
- "Ukraine"
thematic_areas:
- "Cross-border cultural cooperation"
- "Audience development"
- "Digital transition in cultural sectors"
- "Green transition for culture"
- "Inclusion and diversity"
heritage_types:
- "Performing arts"
- "Visual arts"
- "Cultural heritage"
- "Design and architecture"
- "Literary translation"
funding_rate: "60-80% depending on project scale"
co_funding_required: true
partnership_required: true
minimum_partners: 3
issuing_organisation: "https://nde.nl/ontology/hc/encompassing-body/funding/eacea"
parent_programme: "Creative Europe 2021-2027"
programme_year: 2025
contact_email: "EACEA-CREATIVE-EUROPE@ec.europa.eu"
keywords:
- "cultural cooperation"
- "creative europe"
- "transnational projects"
- "capacity building"
- "audience development"
- has_label:
- "European Cooperation Projects 2025"
- "CREA-CULT-2025-COOP"
has_description:
- |
European Cooperation Projects support transnational cooperation between
cultural and creative organisations from different countries. Projects
should strengthen the capacity of cultural sectors to operate transnationally
and internationally, promote cross-border circulation of works and mobility
of cultural operators, and improve access to culture while promoting audience
development and social inclusion.
identified_by:
- "https://nde.nl/ontology/hc/call/eacea/crea-cult-2025-coop"
has_status: "ANNOUNCED"
has_url:
- "https://culture.ec.europa.eu/funding/creative-europe-cooperation-projects"
published_by:
- "https://nde.nl/ontology/hc/encompassing-body/funding/eacea"
due_on:
begin_of_the_begin: "2025-05-15"
end_of_the_begin: "2025-05-15"
# =============================================================================
# EXAMPLE 3: National Lottery Heritage Fund UK - Medium Grants
# UK heritage funding for projects £250K-£5M
# =============================================================================
nlhf_medium_grants_2025:
call_id: "https://nde.nl/ontology/hc/call/nlhf/medium-grants-2025"
call_title: "Medium grants - Heritage Fund"
call_short_name: "NLHF-MG-2025"
call_description: |
Medium grants support heritage projects seeking between £250,000 and
£5 million. Projects must achieve outcomes for heritage, people, and
communities. Suitable for conservation, interpretation, community
engagement, and skills development projects. Applications are accepted
on a rolling basis. The Heritage Fund invests in heritage that brings
communities together and creates opportunities for everyone.
call_status: "OPEN"
call_url: "https://www.heritagefund.org.uk/funding/medium-grants"
application_deadline: "2025-12-31"
typical_grant_range: "£250,000 - £5,000,000"
eligible_applicants:
- "Not-for-profit organisations"
- "Local authorities"
- "Community groups"
- "Heritage organisations"
- "Charities"
- "Parish councils"
eligible_countries:
- "England"
- "Northern Ireland"
- "Scotland"
- "Wales"
thematic_areas:
- "Heritage conservation"
- "Community engagement"
- "Skills development"
- "Nature conservation"
- "Wellbeing and heritage"
heritage_types:
- "Historic buildings and monuments"
- "Natural heritage and landscapes"
- "Intangible heritage (traditions, stories)"
- "Industrial heritage"
- "Community heritage"
- "Parks and gardens"
co_funding_required: true
partnership_required: false
issuing_organisation: "https://nde.nl/ontology/hc/encompassing-body/funding/nlhf"
parent_programme: "National Lottery Heritage Fund"
programme_year: 2025
contact_email: "enquire@heritagefund.org.uk"
keywords:
- "UK heritage"
- "lottery funding"
- "conservation"
- "community heritage"
- "skills"
web_observations:
- "https://nde.nl/ontology/hc/observation/web/2025-11-28/nlhf-medium-grants"
# =========================================================================
# STRUCTURED REQUIREMENTS for NLHF Medium Grants
# =========================================================================
requirements:
- requirement_id: "https://nde.nl/ontology/hc/requirement/nlhf-medium-2025/uk-based"
requirement_type: "ELIGIBILITY_GEOGRAPHIC"
requirement_text: >-
Your organisation must be based in the UK (England, Northern Ireland,
Scotland or Wales). Projects must take place in the UK and primarily
benefit people in the UK.
requirement_value: "UK"
requirement_unit: "country"
is_mandatory: true
applies_to_call: "https://nde.nl/ontology/hc/call/nlhf/medium-grants-2025"
observed_in: "https://nde.nl/ontology/hc/observation/web/2025-11-28/nlhf-medium-grants"
source_section: "Eligibility"
extraction_confidence: 0.99
extraction_notes: "Clear UK-only restriction. All devolved nations explicitly included."
- requirement_id: "https://nde.nl/ontology/hc/requirement/nlhf-medium-2025/non-profit"
requirement_type: "ELIGIBILITY_ORGANIZATIONAL"
requirement_text: >-
We can fund not-for-profit organisations, including charities,
community groups, local authorities, social enterprises, and CICs.
Private individuals and for-profit companies are not eligible.
requirement_value: "non-profit"
requirement_unit: "organization-type"
is_mandatory: true
applies_to_call: "https://nde.nl/ontology/hc/call/nlhf/medium-grants-2025"
observed_in: "https://nde.nl/ontology/hc/observation/web/2025-11-28/nlhf-medium-grants"
source_section: "Who can apply"
extraction_confidence: 0.95
extraction_notes: "Explicitly excludes for-profit. Social enterprises may need verification."
- requirement_id: "https://nde.nl/ontology/hc/requirement/nlhf-medium-2025/grant-range"
requirement_type: "FINANCIAL_BUDGET_MINIMUM"
requirement_text: >-
Medium grants are for projects seeking between £250,000 and £5 million.
Projects under £250,000 should apply to the Small Grants programme.
requirement_value: "250000"
requirement_unit: "GBP"
is_mandatory: true
applies_to_call: "https://nde.nl/ontology/hc/call/nlhf/medium-grants-2025"
observed_in: "https://nde.nl/ontology/hc/observation/web/2025-11-28/nlhf-medium-grants"
source_section: "How much can you apply for"
extraction_confidence: 0.99
- requirement_id: "https://nde.nl/ontology/hc/requirement/nlhf-medium-2025/cofunding"
requirement_type: "FINANCIAL_COFUNDING"
requirement_text: >-
We expect you to secure partnership funding to contribute towards
your project. This can include cash contributions and/or in-kind
support from partners.
requirement_value: "expected"
is_mandatory: false
applies_to_call: "https://nde.nl/ontology/hc/call/nlhf/medium-grants-2025"
observed_in: "https://nde.nl/ontology/hc/observation/web/2025-11-28/nlhf-medium-grants"
source_section: "Partnership funding"
extraction_confidence: 0.85
extraction_notes: "Expected but not mandatory percentage specified. Case-by-case basis."
- requirement_id: "https://nde.nl/ontology/hc/requirement/nlhf-medium-2025/outcomes"
requirement_type: "THEMATIC_FOCUS_AREA"
requirement_text: >-
Projects must achieve all four of our investment principles:
1. Saving heritage (conservation, preservation)
2. Protecting the environment
3. Including everyone (widening participation)
4. Organisational sustainability
requirement_value: "four-investment-principles"
is_mandatory: true
applies_to_call: "https://nde.nl/ontology/hc/call/nlhf/medium-grants-2025"
observed_in: "https://nde.nl/ontology/hc/observation/web/2025-11-28/nlhf-medium-grants"
source_section: "What we're looking for"
extraction_confidence: 0.98
extraction_notes: "All four principles must be addressed in application."
- has_label:
- "Medium grants - Heritage Fund"
- "NLHF-MG-2025"
has_description:
- |
Medium grants support heritage projects seeking between £250,000 and
£5 million. Projects must achieve outcomes for heritage, people, and
communities. Suitable for conservation, interpretation, community
engagement, and skills development projects. Applications are accepted
on a rolling basis. The Heritage Fund invests in heritage that brings
communities together and creates opportunities for everyone.
identified_by:
- "https://nde.nl/ontology/hc/call/nlhf/medium-grants-2025"
has_status: "OPEN"
has_url:
- "https://www.heritagefund.org.uk/funding/medium-grants"
published_by:
- "https://nde.nl/ontology/hc/encompassing-body/funding/nlhf"
due_on:
begin_of_the_begin: "2025-12-31"
end_of_the_begin: "2025-12-31"
# =============================================================================
# EXAMPLE 4: European Heritage Awards 2026
# Recognition for excellence in heritage (not direct funding)
# =============================================================================
european_heritage_awards_2026:
call_id: "https://nde.nl/ontology/hc/call/europa-nostra/heritage-awards-2026"
call_title: "European Heritage Awards / Europa Nostra Awards 2026"
call_short_name: "EHA-2026"
call_description: |
The European Heritage Awards / Europa Nostra Awards celebrate and promote
excellence in heritage. Entries can be submitted in five categories:
Research, Conservation, Dedicated Service, Education and Awareness, and
Heritage Champions. The awards recognise outstanding heritage achievements
across Europe and share best practices. Winners receive a trophy, €10,000
for Grand Prix winners, and extensive media coverage.
call_status: "ANNOUNCED"
call_url: "https://www.europeanheritageawards.eu/"
application_opening_date: "2025-05-01"
application_deadline: "2025-10-01"
results_expected_date: "2026-05-01"
eligible_applicants:
- "Individuals"
- "Organisations"
- "Municipalities"
- "Private owners"
- "Research institutions"
eligible_countries:
- "EU Member States"
- "European Heritage Hub countries"
- "Council of Europe member states"
thematic_areas:
- "Research on cultural heritage"
- "Conservation and restoration"
- "Education and training"
- "Citizens engagement"
- "Dedicated service to heritage"
heritage_types:
- "Built heritage"
- "Cultural landscapes"
- "Archaeological heritage"
- "Intangible heritage"
- "Industrial heritage"
partnership_required: false
issuing_organisation: "https://nde.nl/ontology/hc/encompassing-body/network/europa-nostra"
parent_programme: "European Heritage Awards"
programme_year: 2026
call_identifiers:
- has_label:
- "European Heritage Awards / Europa Nostra Awards 2026"
- "EHA-2026"
has_description:
- |
The European Heritage Awards / Europa Nostra Awards celebrate and promote
excellence in heritage. Entries can be submitted in five categories:
Research, Conservation, Dedicated Service, Education and Awareness, and
Heritage Champions. The awards recognise outstanding heritage achievements
across Europe and share best practices. Winners receive a trophy, €10,000
for Grand Prix winners, and extensive media coverage.
identified_by:
- "https://nde.nl/ontology/hc/call/europa-nostra/heritage-awards-2026"
- "http://www.wikidata.org/entity/Q33076697"
contact_email: "awards@europanostra.org"
keywords:
- "heritage awards"
- "Europa Nostra"
- "excellence"
- "best practices"
- "recognition"
# =============================================================================
# WEB OBSERVATION EXAMPLES
# Provenance records for the funding calls above
# =============================================================================
---
# WebObservation for Horizon Europe call
web_observation_horizon:
observation_id: "https://nde.nl/ontology/hc/observation/web/2025-11-29/eu-horizon-cl2-heritage"
source_url: "https://ec.europa.eu/info/funding-tenders/opportunities/portal/screen/opportunities/topic-details/horizon-cl2-2025-heritage-01"
retrieved_on: "2025-11-29T10:30:00Z"
retrieved_by: "claude-assistant"
retrieval_method: "exa-search"
http_status_code: 200
content_type: "text/html"
page_title: "Horizon Europe - Cultural heritage, cultural and creative industries"
extraction_confidence: 0.92
extraction_notes: >-
Extracted via Exa AI search. Call details well-structured with clear
sections for budget, deadline, and eligibility. Budget figure of €82.5M
confirmed from official documentation. Partnership requirement of minimum
3 partners verified. Deadline of 2025-09-16 confirmed.
observed_entities:
- "https://nde.nl/ontology/hc/call/ec/horizon-cl2-2025-heritage-01"
archived_at: "https://web.archive.org/web/20251129103000/https://ec.europa.eu/info/funding-tenders/opportunities/portal/screen/opportunities/topic-details/horizon-cl2-2025-heritage-01"
---
# WebObservation for NLHF Medium Grants
web_observation_nlhf:
observation_id: "https://nde.nl/ontology/hc/observation/web/2025-11-28/nlhf-medium-grants"
source_url: "https://www.heritagefund.org.uk/funding/medium-grants"
retrieved_on: "2025-11-28T14:00:00Z"
retrieved_by: "glam-harvester/1.0"
retrieval_method: "playwright-scraper"
http_status_code: 200
content_type: "text/html"
page_title: "Medium grants | The National Lottery Heritage Fund"
content_hash: "sha256:a1b2c3d4e5f6789012345678901234567890abcdef1234567890abcdef123456"
last_modified: "2025-11-15T09:00:00Z"
extraction_confidence: 0.88
extraction_notes: >-
Extracted via Playwright headless browser. Dynamic JavaScript content
fully rendered before extraction. Grant range of £250K-£5M confirmed.
Rolling deadline - set to end of year for tracking purposes.
Co-funding requirement noted in application guidance.
observed_entities:
- "https://nde.nl/ontology/hc/call/nlhf/medium-grants-2025"
previous_observation: "https://nde.nl/ontology/hc/observation/web/2025-10-15/nlhf-medium-grants"
content_changed: true
# =============================================================================
# FUNDING AGENDA EXAMPLES
# Strategic research agendas that guide funding priorities
# =============================================================================
---
# EXAMPLE 5: Dutch Research Agenda (NWA)
# National research agenda with 25 thematic routes
dutch_research_agenda_nwa:
agenda_id: "https://nde.nl/ontology/hc/agenda/nl/nwa"
agenda_title: "Nationale Wetenschapsagenda"
agenda_short_name: "NWA"
agenda_description: |
The Dutch Research Agenda (Nationale Wetenschapsagenda, NWA) is a collaborative
effort by the Dutch science sector to formulate research questions that are
societally relevant and scientifically challenging. Launched in 2015, it
identified 140 overarching questions grouped into 25 thematic routes that
guide research funding priorities in the Netherlands.
The NWA promotes interdisciplinary collaboration between universities, research
institutes, industry, and civil society. It serves as a strategic framework
for Dutch research funding, influencing calls issued by NWO, KNAW, and
university consortia.
Key features:
- 25 interdisciplinary routes covering all research domains
- Emphasis on societal challenges and public engagement
- Connections between fundamental research and practical applications
- Open to all Dutch research organisations and international partners
agenda_url: "https://www.nwo.nl/en/researchprogrammes/dutch-research-agenda-nwa"
agenda_document_url: "https://wetenschapsagenda.nl/publicaties/"
governing_body: "https://nde.nl/ontology/hc/encompassing-body/umbrella/nl-ministry-ocw"
implementing_organisations:
- "https://nde.nl/ontology/hc/encompassing-body/funding/nwo"
- "https://nde.nl/ontology/hc/encompassing-body/funding/knaw"
validity_period:
begin_of_the_begin: "2015-11-27T00:00:00Z"
end_of_the_begin: "2015-11-27T00:00:00Z"
# No end date - ongoing agenda
thematic_routes:
- route_id: "https://nde.nl/ontology/hc/route/nwa/cultural-identity"
route_title: "Origin and Identity of the Netherlands and Its Inhabitants"
route_description: |
Research on Dutch cultural heritage, national identity, migration history,
and cultural diversity. Examines how the Netherlands developed its unique
cultural characteristics and how identity is shaped in a multicultural society.
route_keywords:
- "cultural heritage"
- "national identity"
- "migration"
- "diversity"
- "history"
- "collective memory"
route_relevance_to_heritage: >-
Directly relevant - focuses on tangible and intangible Dutch heritage,
historical collections, and cultural memory institutions. Museums, archives,
and heritage organisations are key research partners in this route.
- route_id: "https://nde.nl/ontology/hc/route/nwa/creative-industry"
route_title: "Art, Culture and the Creative Industry"
route_description: |
Research on the creative industries, cultural production, artistic practice,
and the economic and social value of culture. Includes heritage tourism,
museum studies, and cultural participation.
route_keywords:
- "creative industries"
- "arts"
- "culture"
- "museums"
- "heritage tourism"
- "cultural value"
route_relevance_to_heritage: >-
Highly relevant - covers museum practices, heritage valorisation,
cultural tourism, and creative reuse of heritage. Heritage sector is
both research subject and research partner.
- route_id: "https://nde.nl/ontology/hc/route/nwa/digital-society"
route_title: "A Sustainable Digital Society"
route_description: |
Research on digital transformation, data infrastructure, AI applications,
and digital literacy. Addresses challenges and opportunities of digitisation
across all societal sectors including cultural heritage.
route_keywords:
- "digitisation"
- "artificial intelligence"
- "data infrastructure"
- "digital preservation"
- "digital literacy"
route_relevance_to_heritage: >-
Indirectly relevant - digital transformation impacts heritage sector through
digitisation, digital preservation, AI-assisted cataloguing, and online access
to collections. Research on sustainable digital infrastructure applies to
heritage data management.
strategic_objectives:
- "Strengthen Dutch research through interdisciplinary collaboration"
- "Address societal challenges through science"
- "Connect research to societal stakeholders"
- "Promote knowledge circulation between academia and society"
- "Foster research talent development"
heritage_relevance: >-
The NWA has direct heritage relevance through routes on Cultural Identity
and Creative Industry. Museums, archives, and heritage organisations can
participate in NWA-funded research consortia addressing questions about
Dutch cultural heritage, identity, and the role of heritage institutions
in society.
Key heritage-related questions in the NWA:
- How does cultural heritage shape Dutch identity?
- What is the societal value of museums and collections?
- How can digital technologies enhance heritage access?
- How should heritage institutions address colonial history?
NWO regularly issues NWA-calls that include heritage themes, particularly
through the Cultural Identity and Creative Industry routes.
geographic_scope:
- "NL"
language: "nl"
keywords:
- "Dutch Research Agenda"
- "NWA"
- "Nationale Wetenschapsagenda"
- "research priorities"
- "Netherlands"
- "interdisciplinary research"
- "societal challenges"
---
# EXAMPLE 6: Horizon Europe Strategic Plan 2021-2024
# EU research framework strategic priorities
horizon_europe_strategic_plan:
agenda_id: "https://nde.nl/ontology/hc/agenda/eu/horizon-europe-sp-2021-2024"
agenda_title: "Horizon Europe Strategic Plan 2021-2024"
agenda_short_name: "HE SP 2021-2024"
agenda_description: |
The Horizon Europe Strategic Plan 2021-2024 sets out the key strategic
orientations for research and innovation funding under the EU's 8th
Framework Programme. It defines priorities for Pillar II (Global Challenges
and European Industrial Competitiveness), including the 6 thematic Clusters
and 5 EU Missions.
The plan ensures that Horizon Europe investments address EU strategic priorities:
- European Green Deal
- A Europe fit for the digital age
- An economy that works for people
- A stronger Europe in the world
- Promoting our European way of life
- A new push for European democracy
Total Horizon Europe budget: €95.5 billion (2021-2027)
agenda_url: "https://research-and-innovation.ec.europa.eu/funding/funding-opportunities/funding-programmes-and-open-calls/horizon-europe/strategic-plan_en"
agenda_document_url: "https://ec.europa.eu/info/research-and-innovation/funding/funding-opportunities/funding-programmes-and-open-calls/horizon-europe/strategic-plan_en"
governing_body: "https://nde.nl/ontology/hc/encompassing-body/umbrella/eu-commission"
implementing_organisations:
- "https://nde.nl/ontology/hc/encompassing-body/funding/ec-rea"
- "https://nde.nl/ontology/hc/encompassing-body/funding/erc"
- "https://nde.nl/ontology/hc/encompassing-body/funding/eacea"
validity_period:
begin_of_the_begin: "2021-01-01T00:00:00Z"
end_of_the_begin: "2021-01-01T00:00:00Z"
begin_of_the_end: "2024-12-31T23:59:59Z"
end_of_the_end: "2024-12-31T23:59:59Z"
thematic_routes:
- route_id: "https://nde.nl/ontology/hc/route/he/cluster-2"
route_title: "Cluster 2: Culture, Creativity and Inclusive Society"
route_description: |
Research and innovation addressing democracy, cultural heritage, social
and economic transformations, and the creative industries. Aims to
safeguard European cultural heritage, promote cultural diversity, and
strengthen democratic governance.
Key research areas:
- Democracy and governance
- Cultural heritage and museums
- Social and economic transformations
- Creative industries
route_keywords:
- "cultural heritage"
- "democracy"
- "social transformation"
- "creative industries"
- "inclusion"
- "museums"
route_relevance_to_heritage: >-
Primary heritage cluster - directly funds research on heritage preservation,
digitisation, access, climate impact on heritage, heritage skills, and
societal value of cultural heritage. Heritage institutions are key partners.
- route_id: "https://nde.nl/ontology/hc/route/he/cluster-5"
route_title: "Cluster 5: Climate, Energy and Mobility"
route_description: |
Research on climate change, clean energy, and sustainable mobility.
Includes research on climate adaptation across sectors.
route_keywords:
- "climate change"
- "energy transition"
- "sustainability"
- "mobility"
route_relevance_to_heritage: >-
Indirectly relevant - climate change research addresses impact on heritage
(flooding, extreme weather, conservation challenges). Energy efficiency
in historic buildings is a cross-cutting theme.
- route_id: "https://nde.nl/ontology/hc/route/he/cluster-4"
route_title: "Cluster 4: Digital, Industry and Space"
route_description: |
Research on digital technologies, artificial intelligence, manufacturing,
and space applications. Includes digital infrastructure and data spaces.
route_keywords:
- "digital transformation"
- "artificial intelligence"
- "industry"
- "data spaces"
route_relevance_to_heritage: >-
Indirectly relevant - digital transformation research applies to heritage
sector digitisation, AI-assisted cataloguing, digital twins of heritage
sites, and the European Common Data Space for Cultural Heritage.
- route_id: "https://nde.nl/ontology/hc/route/he/mission-climate"
route_title: "EU Mission: Adaptation to Climate Change"
route_description: |
Support at least 150 European regions and communities to become climate
resilient by 2030. Includes protecting cultural heritage from climate
change impacts and integrating heritage in climate adaptation strategies.
route_keywords:
- "climate adaptation"
- "resilience"
- "regions"
- "communities"
- "heritage at risk"
route_relevance_to_heritage: >-
Directly relevant for heritage at risk from climate change - flooding,
coastal erosion, heat damage to historic buildings, extreme weather impacts
on outdoor heritage. Heritage institutions can partner in regional
climate adaptation projects.
strategic_objectives:
- "Promote an open strategic autonomy by leading the development of key technologies"
- "Restore Europe's ecosystems and biodiversity, and manage sustainably natural resources"
- "Make Europe the first digitally-enabled circular, climate-neutral and sustainable economy"
- "Create a more resilient, inclusive and democratic European society"
- "Drive sustainable and inclusive growth through research and innovation"
heritage_relevance: >-
Horizon Europe is highly relevant to cultural heritage through Cluster 2
"Culture, Creativity and Inclusive Society" which includes dedicated heritage
calls. The Climate Mission also addresses heritage at risk. Heritage institutions
can participate in collaborative research projects (minimum 3 countries) on
preservation, digitisation, access, and societal value of heritage.
Key heritage funding opportunities:
- HORIZON-CL2 heritage calls (annual, €50-100M budget)
- Digital Europe Programme (cultural heritage data space)
- European Heritage Hub partnership
- Climate Mission heritage adaptation projects
Heritage-specific projects funded 2021-2024:
- Digital twin technologies for historic sites
- AI-assisted heritage cataloguing
- Climate-resilient conservation methods
- Participatory heritage interpretation
total_investment: "95.5B EUR (total Horizon Europe 2021-2027)"
geographic_scope:
- "EU"
- "EEA"
- "Horizon Europe Associated Countries"
language: "en"
related_agendas:
- "https://nde.nl/ontology/hc/agenda/eu/h2020-sc6"
- "https://nde.nl/ontology/hc/agenda/eu/horizon-europe-sp-2025-2027"
keywords:
- "Horizon Europe"
- "EU research"
- "framework programme"
- "cultural heritage"
- "Cluster 2"
- "EU Missions"
- "strategic priorities"
has_status: "ANNOUNCED"
has_url:
- "https://www.europeanheritageawards.eu/"
published_by:
- "https://nde.nl/ontology/hc/encompassing-body/network/europa-nostra"
due_on:
begin_of_the_begin: "2025-10-01"
end_of_the_begin: "2025-10-01"

View file

@ -1,396 +1,119 @@
# Project Integration Examples
# Demonstrates the three-way relationship between:
# - EncompassingBody (NetworkOrganisation) → runs projects
# - Project → has participating custodians
# - Custodian → participates in projects
#
# Primary Example: NDE Versnellen Program
# - NDE (Netwerk Digitaal Erfgoed) runs multiple annual acceleration programs
# - Heritage institutions participate as members seeking infrastructure adoption
# - Example URL: https://netwerkdigitaalerfgoed.nl/versnellen-2024/
- identified_by:
- https://nde.nl/ontology/hc/project/nde/versnellen-2024
has_label:
- Versnellen 2024
- V2024
has_description:
- "Versnellen 2024 is NDE's annual acceleration program supporting heritage \ninstitutions in adopting sustainable digital infrastructure. The program \nprovides funding, technical expertise, and training to help museums, \narchives, and libraries implement digital preservation and access \nsolutions aligned with NDE's infrastructure requirements.\n\nIn 2024, the program focuses on:\n- Linked Data publication and consumption\n- IIIF implementation for image interoperability\n- Sustainable API development\n- Metadata quality improvement\n- Integration with NDE Register and Dataset descriptions\n"
has_status: IN_PROGRESS
has_url:
- https://netwerkdigitaalerfgoed.nl/versnellen-2024/
temporal_extent:
begin_of_the_begin: '2024-01-15'
end_of_the_end: '2024-12-31'
receive:
- has_label:
- Ministry of OCW (Netherlands)
- has_label:
- NDE member contributions
has_objective:
- Support 40 heritage institutions in digital infrastructure adoption
- Achieve IIIF compliance for 15 participating organizations
- Publish 2M heritage objects as Linked Open Data
- Train 200 heritage professionals in digital preservation
- Connect 25 institutions to NDE Register
- Individual implementation roadmaps for each participant
- Technical documentation and best practices guide
- Training curriculum and workshop materials
- Case study reports from participating institutions
- Updated NDE Requirements specification (v2.1)
organized_by:
- https://nde.nl/ontology/hc/encompassing-body/network/nde
related_to:
- https://nde.nl/ontology/hc/project/nde/versnellen-2023
has_keyword:
- digital heritage
- infrastructure
- linked data
- IIIF
- metadata
- digital preservation
- acceleration
- NDE
- identified_by:
- https://nde.nl/ontology/hc/project/nde/versnellen-2023
has_label:
- Versnellen 2023
- V2023
has_description:
- "Versnellen 2023 was NDE's annual acceleration program for 2023, \nfocusing on helping heritage institutions adopt NDE infrastructure \ncomponents. The program supported 35 institutions with technical \nguidance, funding, and training.\n\nKey focus areas in 2023:\n- NDE Register adoption\n- Dataset descriptions publication\n- Vocabulary alignment\n- Technical architecture modernization\n"
has_status: COMPLETED
has_url:
- https://netwerkdigitaalerfgoed.nl/versnellen-2023/
temporal_extent:
begin_of_the_begin: '2023-01-01'
end_of_the_end: '2023-12-31'
receive:
- has_label:
- Ministry of OCW (Netherlands)
has_objective:
- Support 35 heritage institutions in infrastructure adoption
- Connect 20 institutions to NDE Register
- Publish 1.5M heritage objects with standardized metadata
- 35 institution implementation reports
- NDE Register connection guidelines
- Vocabulary alignment documentation
- Training materials for digital infrastructure
organized_by:
- https://nde.nl/ontology/hc/encompassing-body/network/nde
related_to:
- https://nde.nl/ontology/hc/project/nde/versnellen-2022
- https://nde.nl/ontology/hc/project/nde/versnellen-2024
has_keyword:
- digital heritage
- NDE Register
- dataset descriptions
- vocabulary alignment
- identified_by:
- https://nde.nl/ontology/hc/project/nde/dataspace-pilot-2025
has_label:
- European Dataspace Pilot 2025
has_description:
- "Proposed pilot project to connect Dutch heritage infrastructure \nwith emerging European Dataspace for Cultural Heritage.\n"
has_status: PROPOSED
temporal_extent:
begin_of_the_begin: '2025-03-01'
end_of_the_end: '2025-12-31'
organized_by:
- https://nde.nl/ontology/hc/encompassing-body/network/nde
- identified_by:
- https://nde.nl/ontology/hc/project/nde/ai-enrichment-pilot
has_label:
- AI Metadata Enrichment Pilot
has_description:
- 'Pilot project for AI-assisted metadata enrichment, currently on hold
# =============================================================================
# SECTION 1: EncompassingBody (NDE as NetworkOrganisation)
# =============================================================================
pending resolution of data licensing questions with participants.
encompassing_bodies:
- id: https://nde.nl/ontology/hc/encompassing-body/network/nde
organization_name: "Netwerk Digitaal Erfgoed"
organization_type: NETWORK
description: |
The Dutch Digital Heritage Network (NDE) is a collaborative network
of heritage institutions working together to create a sustainable
national infrastructure for digital heritage. NDE coordinates standards
development, provides technical guidance, and runs programs to help
institutions adopt shared infrastructure components.
Key activities:
- Infrastructure development (Requirements, Register, Dataset descriptions)
- Standards alignment (linked data, IIIF, APIs)
- Capacity building through Versnellen program
- Knowledge sharing and community building
legal_form: "Collaborative network (samenwerkingsverband)"
founding_date: "2015-01-01"
service_offerings:
- "NDE Infrastructure components (Requirements, Register, Dataset descriptions)"
- "Technical guidance for linked data publication"
- "IIIF implementation support"
- "Metadata quality assessment and improvement"
- "Training and workshops"
- "Versnellen acceleration program"
membership_criteria: >-
Open to Dutch heritage institutions (museums, archives, libraries,
documentation centers) committed to digital heritage infrastructure
adoption. Members participate in working groups and contribute to
shared standards development.
governance_authority: >-
NDE is governed by a steering group representing major Dutch heritage
organizations. The network operates as a collaborative without direct
governance authority over members - participation is voluntary and
based on shared interest in sustainable digital heritage infrastructure.
website: "https://netwerkdigitaalerfgoed.nl/"
identifiers:
- "http://www.wikidata.org/entity/Q62057088"
# Projects run by NDE
projects:
- project_id: "https://nde.nl/ontology/hc/project/nde/versnellen-2024"
project_name: "Versnellen 2024"
project_status: "IN_PROGRESS"
- project_id: "https://nde.nl/ontology/hc/project/nde/versnellen-2023"
project_name: "Versnellen 2023"
project_status: "COMPLETED"
- project_id: "https://nde.nl/ontology/hc/project/nde/versnellen-2022"
project_name: "Versnellen 2022"
project_status: "COMPLETED"
# Member custodians (subset shown)
member_custodians:
- "https://nde.nl/ontology/hc/nl-nh-ams-m-am" # Amsterdam Museum
- "https://nde.nl/ontology/hc/nl-zh-haa-l-kb" # Koninklijke Bibliotheek
- "https://nde.nl/ontology/hc/nl-zh-haa-a-na" # Nationaal Archief
- "https://nde.nl/ontology/hc/nl-nh-ams-m-rm" # Rijksmuseum
- "https://nde.nl/ontology/hc/nl-ut-utr-m-cmu" # Centraal Museum Utrecht
'
has_status: ON_HOLD
organized_by:
- https://nde.nl/ontology/hc/encompassing-body/network/nde
- identified_by:
- https://nde.nl/ontology/hc/project/nde/vocabulary-hub
has_label:
- NDE Vocabulary Hub
has_description:
- 'Development of shared vocabulary infrastructure for Dutch heritage.
Originally scheduled for 2022-2023, extended through 2024 due to
# =============================================================================
# SECTION 2: Projects (NDE Versnellen Programs)
# =============================================================================
expanded scope including integration with European vocabularies.
projects:
# Versnellen 2024 - Current Program
- project_id: "https://nde.nl/ontology/hc/project/nde/versnellen-2024"
project_name: "Versnellen 2024"
project_short_name: "V2024"
project_description: |
Versnellen 2024 is NDE's annual acceleration program supporting heritage
institutions in adopting sustainable digital infrastructure. The program
provides funding, technical expertise, and training to help museums,
archives, and libraries implement digital preservation and access
solutions aligned with NDE's infrastructure requirements.
In 2024, the program focuses on:
- Linked Data publication and consumption
- IIIF implementation for image interoperability
- Sustainable API development
- Metadata quality improvement
- Integration with NDE Register and Dataset descriptions
project_status: IN_PROGRESS
project_url: "https://netwerkdigitaalerfgoed.nl/versnellen-2024/"
start_date: "2024-01-15"
end_date: "2024-12-31"
funding_source:
- "Ministry of OCW (Netherlands)"
- "NDE member contributions"
funding_amount: "1.2M EUR"
objectives:
- "Support 40 heritage institutions in digital infrastructure adoption"
- "Achieve IIIF compliance for 15 participating organizations"
- "Publish 2M heritage objects as Linked Open Data"
- "Train 200 heritage professionals in digital preservation"
- "Connect 25 institutions to NDE Register"
deliverables:
- "Individual implementation roadmaps for each participant"
- "Technical documentation and best practices guide"
- "Training curriculum and workshop materials"
- "Case study reports from participating institutions"
- "Updated NDE Requirements specification (v2.1)"
organizing_body: "https://nde.nl/ontology/hc/encompassing-body/network/nde"
participating_custodians:
- "https://nde.nl/ontology/hc/nl-nh-ams-m-am" # Amsterdam Museum
- "https://nde.nl/ontology/hc/nl-zh-haa-l-kb" # Koninklijke Bibliotheek
- "https://nde.nl/ontology/hc/nl-zh-haa-a-na" # Nationaal Archief
- "https://nde.nl/ontology/hc/nl-nh-ams-m-rm" # Rijksmuseum
- "https://nde.nl/ontology/hc/nl-ut-utr-m-cmu" # Centraal Museum Utrecht
- "https://nde.nl/ontology/hc/nl-nb-bre-m-sm" # Stedelijk Museum Breda
- "https://nde.nl/ontology/hc/nl-zh-rot-m-bvb" # Museum Boijmans Van Beuningen
related_projects:
- "https://nde.nl/ontology/hc/project/nde/versnellen-2023"
contact_email: "versnellen@netwerkdigitaalerfgoed.nl"
keywords:
- "digital heritage"
- "infrastructure"
- "linked data"
- "IIIF"
- "metadata"
- "digital preservation"
- "acceleration"
- "NDE"
# Versnellen 2023 - Completed Program
- project_id: "https://nde.nl/ontology/hc/project/nde/versnellen-2023"
project_name: "Versnellen 2023"
project_short_name: "V2023"
project_description: |
Versnellen 2023 was NDE's annual acceleration program for 2023,
focusing on helping heritage institutions adopt NDE infrastructure
components. The program supported 35 institutions with technical
guidance, funding, and training.
Key focus areas in 2023:
- NDE Register adoption
- Dataset descriptions publication
- Vocabulary alignment
- Technical architecture modernization
project_status: COMPLETED
project_url: "https://netwerkdigitaalerfgoed.nl/versnellen-2023/"
start_date: "2023-01-01"
end_date: "2023-12-31"
funding_source:
- "Ministry of OCW (Netherlands)"
funding_amount: "1.0M EUR"
objectives:
- "Support 35 heritage institutions in infrastructure adoption"
- "Connect 20 institutions to NDE Register"
- "Publish 1.5M heritage objects with standardized metadata"
deliverables:
- "35 institution implementation reports"
- "NDE Register connection guidelines"
- "Vocabulary alignment documentation"
- "Training materials for digital infrastructure"
organizing_body: "https://nde.nl/ontology/hc/encompassing-body/network/nde"
participating_custodians:
- "https://nde.nl/ontology/hc/nl-nh-ams-m-am" # Amsterdam Museum
- "https://nde.nl/ontology/hc/nl-zh-haa-l-kb" # Koninklijke Bibliotheek
- "https://nde.nl/ontology/hc/nl-nh-haa-a-nha" # Noord-Hollands Archief
related_projects:
- "https://nde.nl/ontology/hc/project/nde/versnellen-2022"
- "https://nde.nl/ontology/hc/project/nde/versnellen-2024"
keywords:
- "digital heritage"
- "NDE Register"
- "dataset descriptions"
- "vocabulary alignment"
# =============================================================================
# SECTION 3: Custodians with Project Participation
# =============================================================================
custodians:
# Amsterdam Museum - Active participant in NDE programs
- hc_id: "https://nde.nl/ontology/hc/nl-nh-ams-m-am"
preferred_label: "Amsterdam Museum"
custodian_type: MUSEUM
# Member of NDE network
encompassing_body:
- id: "https://nde.nl/ontology/hc/encompassing-body/network/nde"
organization_name: "Netwerk Digitaal Erfgoed"
organization_type: NETWORK
# Project participation history
participated_in_projects:
- project_id: "https://nde.nl/ontology/hc/project/nde/versnellen-2024"
project_name: "Versnellen 2024"
project_status: IN_PROGRESS
- project_id: "https://nde.nl/ontology/hc/project/nde/versnellen-2023"
project_name: "Versnellen 2023"
project_status: COMPLETED
- project_id: "https://nde.nl/ontology/hc/project/nde/versnellen-2022"
project_name: "Versnellen 2022"
project_status: COMPLETED
identifiers:
- identifier_scheme: "ISIL"
identifier_value: "NL-AsdAM"
- identifier_scheme: "Wikidata"
identifier_value: "Q1820897"
# Koninklijke Bibliotheek - Major NDE partner
- hc_id: "https://nde.nl/ontology/hc/nl-zh-haa-l-kb"
preferred_label: "Koninklijke Bibliotheek"
custodian_type: LIBRARY
encompassing_body:
- id: "https://nde.nl/ontology/hc/encompassing-body/network/nde"
organization_name: "Netwerk Digitaal Erfgoed"
organization_type: NETWORK
- id: "https://nde.nl/ontology/hc/encompassing-body/umbrella/nl-ministry-ocw"
organization_name: "Ministerie van OCW"
organization_type: UMBRELLA
participated_in_projects:
- project_id: "https://nde.nl/ontology/hc/project/nde/versnellen-2024"
project_name: "Versnellen 2024"
project_status: IN_PROGRESS
identifiers:
- identifier_scheme: "ISIL"
identifier_value: "NL-HaKB"
- identifier_scheme: "Wikidata"
identifier_value: "Q1526131"
# Nationaal Archief - National Archives of the Netherlands
- hc_id: "https://nde.nl/ontology/hc/nl-zh-haa-a-na"
preferred_label: "Nationaal Archief"
custodian_type: ARCHIVE
encompassing_body:
- id: "https://nde.nl/ontology/hc/encompassing-body/network/nde"
organization_name: "Netwerk Digitaal Erfgoed"
organization_type: NETWORK
- id: "https://nde.nl/ontology/hc/encompassing-body/umbrella/nl-ministry-ocw"
organization_name: "Ministerie van OCW"
organization_type: UMBRELLA
participated_in_projects:
- project_id: "https://nde.nl/ontology/hc/project/nde/versnellen-2024"
project_name: "Versnellen 2024"
project_status: IN_PROGRESS
identifiers:
- identifier_scheme: "ISIL"
identifier_value: "NL-HaNA"
- identifier_scheme: "Wikidata"
identifier_value: "Q1861863"
# =============================================================================
# SECTION 4: Navigation Patterns (Query Examples)
# =============================================================================
navigation_patterns:
# From EncompassingBody → Projects → Custodians
find_nde_project_participants:
description: |
Starting from NDE, find all projects and their participants.
SPARQL pattern:
```sparql
PREFIX hc: <https://nde.nl/ontology/hc/>
PREFIX schema: <http://schema.org/>
SELECT ?project_name ?custodian_name WHERE {
<.../encompassing-body/network/nde> hc:projects ?project .
?project schema:name ?project_name ;
schema:participant ?custodian .
?custodian skos:prefLabel ?custodian_name .
}
```
# From Custodian → Projects → EncompassingBody
find_custodian_project_networks:
description: |
Starting from a custodian, find all projects and their organizing bodies.
SPARQL pattern:
```sparql
PREFIX hc: <https://nde.nl/ontology/hc/>
PREFIX schema: <http://schema.org/>
SELECT ?project_name ?network_name WHERE {
<.../nl-nh-ams-m-am> hc:participated_in_projects ?project .
?project schema:name ?project_name ;
schema:organizer ?network .
?network skos:prefLabel ?network_name .
}
```
# Find overlapping project participation
find_collaboration_partners:
description: |
Find custodians that have collaborated in the same projects.
SPARQL pattern:
```sparql
PREFIX hc: <https://nde.nl/ontology/hc/>
PREFIX schema: <http://schema.org/>
SELECT ?partner_name (COUNT(?project) AS ?shared_projects) WHERE {
<.../nl-nh-ams-m-am> hc:participated_in_projects ?project .
?project schema:participant ?partner .
?partner skos:prefLabel ?partner_name .
FILTER(?partner != <.../nl-nh-ams-m-am>)
}
GROUP BY ?partner_name
ORDER BY DESC(?shared_projects)
```
# =============================================================================
# SECTION 5: Project Lifecycle Examples
# =============================================================================
project_lifecycle_examples:
# Proposed project - awaiting approval
proposed_project:
project_id: "https://nde.nl/ontology/hc/project/nde/dataspace-pilot-2025"
project_name: "European Dataspace Pilot 2025"
project_status: PROPOSED
project_description: |
Proposed pilot project to connect Dutch heritage infrastructure
with emerging European Dataspace for Cultural Heritage.
start_date: "2025-03-01"
end_date: "2025-12-31"
organizing_body: "https://nde.nl/ontology/hc/encompassing-body/network/nde"
# On-hold project - temporarily suspended
on_hold_project:
project_id: "https://nde.nl/ontology/hc/project/nde/ai-enrichment-pilot"
project_name: "AI Metadata Enrichment Pilot"
project_status: ON_HOLD
project_description: |
Pilot project for AI-assisted metadata enrichment, currently on hold
pending resolution of data licensing questions with participants.
change_rationale: >-
Project paused 2024-06-01 to clarify intellectual property rights
for AI-generated metadata enrichments. Expected to resume Q1 2025.
organizing_body: "https://nde.nl/ontology/hc/encompassing-body/network/nde"
# Extended project - continued beyond original timeline
extended_project:
project_id: "https://nde.nl/ontology/hc/project/nde/vocabulary-hub"
project_name: "NDE Vocabulary Hub"
project_status: EXTENDED
project_description: |
Development of shared vocabulary infrastructure for Dutch heritage.
Originally scheduled for 2022-2023, extended through 2024 due to
expanded scope including integration with European vocabularies.
start_date: "2022-01-01"
end_date: "2024-12-31" # Extended from original 2023-12-31
organizing_body: "https://nde.nl/ontology/hc/encompassing-body/network/nde"
'
has_status: EXTENDED
temporal_extent:
begin_of_the_begin: '2022-01-01'
end_of_the_end: '2024-12-31'
organized_by:
- https://nde.nl/ontology/hc/encompassing-body/network/nde

View file

@ -1,323 +1,9 @@
# Registration Information Examples
# Demonstrates Jurisdiction, TradeRegister, RegistrationAuthority, RegistrationNumber
# Aligned with GLEIF Registration Authorities List (RAL)
#
# Usage: linkml-validate -s ../01_custodian_name_modular.yaml -C Container registration_info_examples.yaml
# Registration Info Examples
# Instances of RegistrationAuthority
# ============================================================================
# JURISDICTIONS
# ============================================================================
jurisdictions:
# National Jurisdictions
- jurisdiction_id: "NL"
jurisdiction_type: NATIONAL
legal_system_type: CIVIL_LAW
gleif_jurisdiction_code: "NL"
description: "Netherlands national jurisdiction - civil law system based on Napoleonic code"
- jurisdiction_id: "GB"
jurisdiction_type: NATIONAL
legal_system_type: COMMON_LAW
gleif_jurisdiction_code: "GB"
description: "United Kingdom national jurisdiction - common law system"
- jurisdiction_id: "JP"
jurisdiction_type: NATIONAL
legal_system_type: CIVIL_LAW
gleif_jurisdiction_code: "JP"
description: "Japan national jurisdiction - civil law system with German influence"
# Subnational Jurisdictions (Germany has regional courts)
- jurisdiction_id: "DE-BY"
jurisdiction_type: SUBNATIONAL
legal_system_type: CIVIL_LAW
gleif_jurisdiction_code: "DE"
description: "Bavaria (Bayern) subnational jurisdiction - German federal state"
- jurisdiction_id: "US-DE"
jurisdiction_type: SUBNATIONAL
legal_system_type: COMMON_LAW
gleif_jurisdiction_code: "US-DE"
description: "Delaware subnational jurisdiction - popular for US corporate registrations"
# Supranational Jurisdiction
- jurisdiction_id: "EU"
jurisdiction_type: SUPRANATIONAL
supranational_code: "EU"
legal_system_type: CIVIL_LAW
gleif_jurisdiction_code: "EU"
description: "European Union supranational jurisdiction - for SE (Societas Europaea) and EEIG"
# ============================================================================
# REGISTRATION AUTHORITIES
# Note: jurisdiction is required - must reference a Jurisdiction object
# ============================================================================
registration_authorities:
# Netherlands
- id: "https://w3id.org/heritage/ra/nl-kvk"
name: "Chamber of Commerce"
name_local: "Kamer van Koophandel"
abbreviation: "KvK"
gleif_ra_code: "RA000439"
jurisdiction:
jurisdiction_id: "NL"
jurisdiction_type: NATIONAL
website: "https://www.kvk.nl/"
registration_types:
- "companies"
- "foundations"
- "associations"
- "sole proprietors"
# United Kingdom
- id: "https://w3id.org/heritage/ra/gb-ch"
name: "Companies House"
name_local: "Companies House"
abbreviation: "CH"
gleif_ra_code: "RA000585"
jurisdiction:
jurisdiction_id: "GB"
jurisdiction_type: NATIONAL
website: "https://www.gov.uk/government/organisations/companies-house"
registration_types:
- "companies"
- "limited liability partnerships"
# UK Charity Commission (separate from Companies House)
- id: "https://w3id.org/heritage/ra/gb-cc"
name: "Charity Commission for England and Wales"
name_local: "Charity Commission"
abbreviation: "CC"
gleif_ra_code: "RA000586"
jurisdiction:
jurisdiction_id: "GB"
jurisdiction_type: NATIONAL
website: "https://www.gov.uk/government/organisations/charity-commission"
registration_types:
- "charities"
- "charitable incorporated organisations"
# Germany (Bavaria example - local court)
- id: "https://w3id.org/heritage/ra/de-by-muc"
name: "Local Court Munich"
name_local: "Amtsgericht München"
abbreviation: "AG München"
gleif_ra_code: "RA000385"
jurisdiction:
jurisdiction_id: "DE-BY"
jurisdiction_type: SUBNATIONAL
website: "https://www.justiz.bayern.de/gerichte-und-behoerden/amtsgerichte/muenchen/"
registration_types:
- "commercial companies"
- "partnerships"
# Japan
- id: "https://w3id.org/heritage/ra/jp-lab"
name: "Legal Affairs Bureau"
name_local: "法務局"
abbreviation: "法務局"
gleif_ra_code: "RA000429"
jurisdiction:
jurisdiction_id: "JP"
jurisdiction_type: NATIONAL
website: "https://www.moj.go.jp/MINJI/minji06_00076.html"
registration_types:
- "corporations"
- "foundations"
# USA Delaware
- id: "https://w3id.org/heritage/ra/us-de-doc"
name: "Delaware Division of Corporations"
name_local: "Division of Corporations"
abbreviation: "DE DOC"
gleif_ra_code: "RA000598"
jurisdiction:
jurisdiction_id: "US-DE"
jurisdiction_type: SUBNATIONAL
website: "https://corp.delaware.gov/"
registration_types:
- "corporations"
- "limited liability companies"
# ============================================================================
# TRADE REGISTERS
# Note: jurisdiction and maintained_by are required
# ============================================================================
trade_registers:
# Netherlands Commercial Register (Handelsregister)
- register_id: "NL-HR"
register_name: "Commercial Register"
register_name_local: "Handelsregister"
register_abbreviation: "HR"
register_type: MIXED
gleif_ra_code: "RA000439"
jurisdiction:
jurisdiction_id: "NL"
jurisdiction_type: NATIONAL
maintained_by:
id: "https://w3id.org/heritage/ra/nl-kvk"
name: "Chamber of Commerce"
abbreviation: "KvK"
jurisdiction:
jurisdiction_id: "NL"
jurisdiction_type: NATIONAL
website: "https://www.kvk.nl/zoeken/"
api_endpoint: "https://api.kvk.nl/"
identifier_format: "[0-9]{8}"
description: "Netherlands commercial register maintained by KvK, covers all legal entities"
# UK Companies Register
- register_id: "GB-CH"
register_name: "Companies Register"
register_name_local: "Companies Register"
register_abbreviation: "CH"
register_type: COMMERCIAL
gleif_ra_code: "RA000585"
jurisdiction:
jurisdiction_id: "GB"
jurisdiction_type: NATIONAL
maintained_by:
id: "https://w3id.org/heritage/ra/gb-ch"
name: "Companies House"
jurisdiction:
jurisdiction_id: "GB"
jurisdiction_type: NATIONAL
website: "https://find-and-update.company-information.service.gov.uk/"
api_endpoint: "https://api.company-information.service.gov.uk/"
identifier_format: "[A-Z]{2}[0-9]{6}|[0-9]{8}"
description: "UK companies register - Scotland prefix SC, Northern Ireland prefix NI"
# UK Charity Register (separate from Companies House)
- register_id: "GB-CC"
register_name: "Charity Register"
register_name_local: "Register of Charities"
register_abbreviation: "CC"
register_type: CHARITY
gleif_ra_code: "RA000586"
jurisdiction:
jurisdiction_id: "GB"
jurisdiction_type: NATIONAL
maintained_by:
id: "https://w3id.org/heritage/ra/gb-cc"
name: "Charity Commission"
jurisdiction:
jurisdiction_id: "GB"
jurisdiction_type: NATIONAL
website: "https://register-of-charities.charitycommission.gov.uk/"
identifier_format: "[0-9]{6,7}"
description: "England and Wales charity register"
# German Commercial Register (Bavaria - Munich court)
- register_id: "DE-HRB-MUC"
register_name: "Commercial Register"
register_name_local: "Handelsregister"
register_abbreviation: "HRB"
register_type: COMMERCIAL
gleif_ra_code: "RA000385"
jurisdiction:
jurisdiction_id: "DE-BY"
jurisdiction_type: SUBNATIONAL
maintained_by:
id: "https://w3id.org/heritage/ra/de-by-muc"
name: "Local Court Munich"
name_local: "Amtsgericht München"
jurisdiction:
jurisdiction_id: "DE-BY"
jurisdiction_type: SUBNATIONAL
website: "https://www.handelsregister.de/"
identifier_format: "HRB [0-9]+ B"
description: "Munich commercial register (HRB for GmbH/AG, HRA for partnerships)"
# Japan Commercial Registration
- register_id: "JP-CR"
register_name: "Commercial Registration"
register_name_local: "商業登記簿"
register_abbreviation: "CR"
register_type: COMMERCIAL
gleif_ra_code: "RA000429"
jurisdiction:
jurisdiction_id: "JP"
jurisdiction_type: NATIONAL
maintained_by:
id: "https://w3id.org/heritage/ra/jp-lab"
name: "Legal Affairs Bureau"
name_local: "法務局"
jurisdiction:
jurisdiction_id: "JP"
jurisdiction_type: NATIONAL
website: "https://www.touki-kyoutaku-online.moj.go.jp/"
identifier_format: "[0-9]{4}-[0-9]{2}-[0-9]{6}"
description: "Japan commercial registration system"
# ============================================================================
# REGISTRATION NUMBERS
# Note: temporal_validity uses datetime format (ISO 8601 with time)
# ============================================================================
registration_numbers:
# Rijksmuseum (Netherlands)
- id: "https://w3id.org/heritage/reg/nl/rijksmuseum-kvk"
number: "41215422"
type: "KvK"
temporal_validity:
begin_of_the_begin: "1885-07-01T00:00:00Z"
# Still active - no end date
# British Museum (UK) - Companies House
- id: "https://w3id.org/heritage/reg/gb/british-museum-ch"
number: "RC000024"
type: "CRN"
temporal_validity:
begin_of_the_begin: "1963-01-01T00:00:00Z"
# British Museum (UK) - Charity Commission
- id: "https://w3id.org/heritage/reg/gb/british-museum-cc"
number: "1126962"
type: "CC"
temporal_validity:
begin_of_the_begin: "2008-12-15T00:00:00Z"
# Deutsches Museum (Germany - Munich)
- id: "https://w3id.org/heritage/reg/de/deutsches-museum-hrb"
number: "HRB 6532 B"
type: "HRB"
temporal_validity:
begin_of_the_begin: "1903-06-28T00:00:00Z"
# Tokyo National Museum (Japan)
- id: "https://w3id.org/heritage/reg/jp/tokyo-national-museum"
number: "0100-05-123456"
type: "CR"
temporal_validity:
begin_of_the_begin: "1872-03-10T00:00:00Z"
# ============================================================================
# NOTES
# ============================================================================
#
# GLEIF Registration Authorities List (RAL):
# - Contains 1,050+ registration authorities across 232 jurisdictions
# - Each authority has a unique RA code (format: RA followed by 6 digits)
# - Reference: https://www.gleif.org/en/about-lei/code-lists/registration-authorities-list
#
# Common GLEIF RA Codes for Heritage Institutions:
# - RA000439: Netherlands KvK (Kamer van Koophandel)
# - RA000585: UK Companies House
# - RA000586: UK Charity Commission
# - RA000385: Germany Amtsgericht München
# - RA000429: Japan Legal Affairs Bureau
# - RA000598: USA Delaware Division of Corporations
# - RA000421: Ireland Companies Registration Office
# - RA000287: France Registre du commerce et des sociétés
#
# Ontology Alignment:
# - gleif-ra:BusinessRegistry → TradeRegister
# - gleif-base:RegistrationAuthority → RegistrationAuthority
# - gleif-base:RegistryIdentifier → RegistrationNumber
# - gleif-base:hasLegalJurisdiction → legal_jurisdiction
# - gleif-base:isRegisteredIn → primary_register
# - gleif-base:isManagedBy → maintained_by
# - lcc-cr:GeographicRegion → Jurisdiction
- has_name: Stichting Museumregister Nederland
has_label:
- Museum Register Netherlands
- has_name: International Standard Serial Number International Centre
has_label:
- ISSN International Centre

View file

@ -1,54 +1,74 @@
# Single Project Example - LinkML Validation Ready
# This file contains a single Project instance for schema validation
# Single Project Example
# Instance data for validating against Project class.
project_id: "https://nde.nl/ontology/hc/project/nde/versnellen-2024"
project_name: "Versnellen 2024"
project_short_name: "V2024"
project_description: |
Versnellen 2024 is NDE's annual acceleration program supporting
heritage institutions in adopting sustainable digital infrastructure.
The program provides funding, technical expertise, and training to
help museums, archives, and libraries implement digital preservation
and access solutions aligned with NDE's infrastructure requirements.
In 2024, the program focuses on:
- Linked Data publication and consumption
- IIIF implementation for image interoperability
- Sustainable API development
- Metadata quality improvement
project_status: "IN_PROGRESS"
project_url: "https://netwerkdigitaalerfgoed.nl/versnellen-2024/"
start_date: "2024-01-15"
end_date: "2024-12-31"
funding_source:
- "Ministry of OCW (Netherlands)"
- "NDE member contributions"
funding_amount: "1.2M EUR"
objectives:
- "Support 40 heritage institutions in digital infrastructure adoption"
- "Achieve IIIF compliance for 15 participating organizations"
- "Publish 2M heritage objects as Linked Open Data"
- "Train 200 heritage professionals in digital preservation"
deliverables:
- "Individual implementation roadmaps for each participant"
- "Technical documentation and best practices guide"
- "Training curriculum and workshop materials"
- "Case study reports from participating institutions"
organizing_body: "https://nde.nl/ontology/hc/encompassing-body/network/nde"
participating_custodians:
- "https://nde.nl/ontology/hc/nl-nh-ams-m-am"
- "https://nde.nl/ontology/hc/nl-zh-haa-l-kb"
- "https://nde.nl/ontology/hc/nl-zh-haa-a-na"
- "https://nde.nl/ontology/hc/nl-nh-ams-m-rm"
related_projects:
- "https://nde.nl/ontology/hc/project/nde/versnellen-2023"
contact_email: "versnellen@netwerkdigitaalerfgoed.nl"
keywords:
- "digital heritage"
- "infrastructure"
- "linked data"
- "IIIF"
- "metadata"
- "digital preservation"
project_identifiers:
- "http://www.wikidata.org/entity/Q130818621"
identified_by:
- https://nde.nl/ontology/hc/project/nde/versnellen-2024
- http://www.wikidata.org/entity/Q130818621
has_label:
- Versnellen 2024
- V2024
has_description:
- >-
Versnellen 2024 is NDE's annual acceleration program supporting heritage
institutions in adopting sustainable digital infrastructure. The program
provides funding, technical expertise, and training to help museums, archives,
and libraries implement digital preservation and access solutions aligned with
NDE's infrastructure requirements.
In 2024, the program focuses on:
- Linked Data publication and consumption
- IIIF implementation for image interoperability
- Sustainable API development
- Metadata quality improvement
Contact: versnellen@netwerkdigitaalerfgoed.nl
Participants:
- https://nde.nl/ontology/hc/nl-nh-ams-m-am
- https://nde.nl/ontology/hc/nl-zh-haa-l-kb
- https://nde.nl/ontology/hc/nl-zh-haa-a-na
- https://nde.nl/ontology/hc/nl-nh-ams-m-rm
has_status: IN_PROGRESS
has_url:
- https://netwerkdigitaalerfgoed.nl/versnellen-2024/
temporal_extent:
begin_of_the_begin: '2024-01-15'
end_of_the_end: '2024-12-31'
receive:
- has_label:
- Ministry of OCW (Netherlands)
- has_label:
- NDE member contributions
has_objective:
- Support 40 heritage institutions in digital infrastructure adoption
- Achieve IIIF compliance for 15 participating organizations
- Publish 2M heritage objects as Linked Open Data
- Train 200 heritage professionals in digital preservation
- Individual implementation roadmaps for each participant
- Technical documentation and best practices guide
- Training curriculum and workshop materials
- Case study reports from participating institutions
organized_by:
- https://nde.nl/ontology/hc/encompassing-body/network/nde
has_participant:
- 4
related_to:
- https://nde.nl/ontology/hc/project/nde/versnellen-2023
has_keyword:
- digital heritage
- infrastructure
- linked data
- IIIF
- metadata
- digital preservation

View file

@ -1,438 +1,11 @@
# Standards Ecosystem Examples
# Demonstrates the full identifier standards modeling pattern
#
# Examples:
# 1. ISIL (ISO 15511) - Library/Archive identifier
# 2. ISNI (ISO 27729) - Name identifier (dual-purpose)
# 3. Wikidata - Non-ISO standard
#
# Shows relationships between:
# - StandardsOrganization (defines standards)
# - Standard (defines identifier formats)
# - RegistrationAuthority (maintains global registry)
# - AllocationAgency (allocates locally)
# - IdentifierFormat (format variants)
# - CustodianIdentifier (actual identifier values)
# Instances of StandardsOrganization
# ==============================================================================
# STANDARDS ORGANIZATIONS
# ==============================================================================
standards_organizations:
- id: iso
name: International Organization for Standardization
abbreviation: ISO
organization_type: INTERGOVERNMENTAL
founded_year: 1947
headquarters_country: CH
website: https://www.iso.org/
description: |
ISO is an independent, non-governmental international organization with a
membership of 167 national standards bodies. Through its members, it brings
together experts to share knowledge and develop voluntary, consensus-based,
market-relevant International Standards.
member_countries:
- NL
- DE
- GB
- FR
- US
- JP
# ... 167 member countries
- id: oclc
name: Online Computer Library Center
abbreviation: OCLC
organization_type: LIBRARY_COOPERATIVE
founded_year: 1967
headquarters_country: US
website: https://www.oclc.org/
description: |
OCLC is a global library cooperative that provides shared technology services,
original research, and community programs for its membership and the library
community at large. OCLC manages WorldCat and VIAF.
- id: wikimedia
name: Wikimedia Foundation
abbreviation: WMF
organization_type: INDUSTRY_CONSORTIUM
founded_year: 2003
headquarters_country: US
website: https://wikimediafoundation.org/
description: |
The Wikimedia Foundation operates Wikipedia and Wikidata. Wikidata provides
structured data identifiers (Q-numbers) for entities including heritage institutions.
# ==============================================================================
# STANDARDS
# ==============================================================================
standards:
- id: isil
name: International Standard Identifier for Libraries and Related Organizations
abbreviation: ISIL
iso_standard_number: ISO 15511
defined_by: iso
registration_authority: danish-culture-agency # RegistrationAuthority reference
scope_type: GLOBAL
identifier_domain: ORGANIZATION
first_published_year: 2003
current_version: "ISO 15511:2019"
website: https://www.iso.org/standard/77849.html
lookup_url_template: "https://ld.zdb-services.de/resource/organisations/{id}"
description: |
ISIL (ISO 15511) provides a unique identifier for libraries and related
organizations such as archives, museums, and consortia. The identifier
consists of a country prefix and a locally-assigned code.
formats:
- id: isil-full
format_name: Full ISIL (with country prefix)
pattern: "^[A-Z]{2}-[A-Za-z0-9-]+$"
example: NL-AmRMA
is_canonical: true
is_uri_format: false
- id: isil-local
format_name: Local part only
pattern: "^[A-Za-z0-9-]+$"
example: AmRMA
is_canonical: false
is_uri_format: false
transformation_to_canonical: "Prepend country code prefix with hyphen"
- id: isil-uri
format_name: ZDB URI format
pattern: "^https://ld\\.zdb-services\\.de/resource/organisations/[A-Z]{2}-[A-Za-z0-9-]+$"
example: https://ld.zdb-services.de/resource/organisations/NL-AmRMA
is_canonical: false
is_uri_format: true
transformation_to_canonical: "Extract ISIL code from URI path"
canonical_format: isil-full
- id: isni
name: International Standard Name Identifier
abbreviation: ISNI
iso_standard_number: ISO 27729
defined_by: iso
registration_authority: isni-international # RegistrationAuthority reference
scope_type: GLOBAL
identifier_domain: NAME_AUTHORITY # Note: NAME_AUTHORITY, not just ORGANIZATION
first_published_year: 2012
current_version: "ISO 27729:2012"
website: https://isni.org/
lookup_url_template: "https://isni.org/isni/{id}"
description: |
ISNI (ISO 27729) is an identifier for the public identities of contributors
to creative works. It identifies names, not just organizations. This means
an ISNI identifies BOTH the entity AND its authoritative name record.
formats:
- id: isni-display
format_name: Display format with spaces
pattern: "^[0-9]{4} [0-9]{4} [0-9]{4} [0-9]{3}[0-9X]$"
example: "0000 0001 2146 5765"
is_canonical: false
is_uri_format: false
transformation_to_canonical: "Remove all spaces"
- id: isni-compact
format_name: Compact format (canonical)
pattern: "^[0-9]{15}[0-9X]$"
example: "0000000121465765"
is_canonical: true
is_uri_format: false
- id: isni-uri
format_name: ISNI URI format
pattern: "^https://isni\\.org/isni/[0-9]{15}[0-9X]$"
example: https://isni.org/isni/0000000121465765
is_canonical: false
is_uri_format: true
transformation_to_canonical: "Extract 16-digit code from URI path"
canonical_format: isni-compact
- id: wikidata
name: Wikidata Entity Identifier
abbreviation: Q-ID
iso_standard_number: null # Not an ISO standard
defined_by: wikimedia
registration_authority: wikimedia-foundation # RegistrationAuthority reference
scope_type: GLOBAL
identifier_domain: ORGANIZATION # Can be any entity type
first_published_year: 2012
current_version: null
website: https://www.wikidata.org/
lookup_url_template: "https://www.wikidata.org/wiki/{id}"
description: |
Wikidata Q-IDs are unique identifiers for entities in the Wikidata knowledge base.
They can identify any type of entity including organizations, people, places, and concepts.
formats:
- id: wikidata-qid
format_name: Q-ID format
pattern: "^Q[0-9]+$"
example: Q190804
is_canonical: true
is_uri_format: false
- id: wikidata-uri
format_name: Wikidata entity URI
pattern: "^https?://www\\.wikidata\\.org/(?:wiki|entity)/Q[0-9]+$"
example: https://www.wikidata.org/entity/Q190804
is_canonical: false
is_uri_format: true
transformation_to_canonical: "Extract Q-number from URI path"
canonical_format: wikidata-qid
- id: viaf
name: Virtual International Authority File
abbreviation: VIAF
iso_standard_number: null # Not an ISO standard (OCLC/national libraries collaboration)
defined_by: oclc
registration_authority: oclc-viaf # RegistrationAuthority reference
scope_type: GLOBAL
identifier_domain: NAME_AUTHORITY
first_published_year: 2003
current_version: null
website: https://viaf.org/
lookup_url_template: "https://viaf.org/viaf/{id}"
description: |
VIAF is an international authority file that combines authority records from
national libraries and other contributors into clusters. Each cluster has a
VIAF ID that links to the contributing authority records.
formats:
- id: viaf-numeric
format_name: Numeric VIAF ID
pattern: "^[0-9]+$"
example: "148691498"
is_canonical: true
is_uri_format: false
- id: viaf-uri
format_name: VIAF URI format
pattern: "^https://viaf\\.org/viaf/[0-9]+$"
example: https://viaf.org/viaf/148691498
is_canonical: false
is_uri_format: true
transformation_to_canonical: "Extract numeric ID from URI path"
canonical_format: viaf-numeric
# ==============================================================================
# ALLOCATION AGENCIES
# ==============================================================================
allocation_agencies:
# Dutch ISIL allocation (multiple agencies by domain)
- id: nl-kb-isil
name: Koninklijke Bibliotheek
name_local: Koninklijke Bibliotheek
abbreviation: KB
geographic_scope:
- alpha_2: NL
alpha_3: NLD
allocation_domain:
- LIBRARY_PUBLIC
- LIBRARY_NATIONAL
allocates_for:
- isil
allocation_prefix: "NL-"
parent_registration_authority: danish-culture-agency
is_active: true
website: https://www.kb.nl/
contact_email: isil@kb.nl
allocation_policy_url: https://www.kb.nl/isil
description: |
The Koninklijke Bibliotheek (Royal Library) is the national library of the
Netherlands and allocates ISIL codes for Dutch public and national libraries.
- id: nl-oclc-isil
name: OCLC Netherlands
abbreviation: OCLC
geographic_scope:
- alpha_2: NL
alpha_3: NLD
allocation_domain:
- LIBRARY_ACADEMIC
- LIBRARY_RESEARCH
allocates_for:
- isil
allocation_prefix: "NL-"
parent_registration_authority: danish-culture-agency
is_active: true
website: https://www.oclc.org/nl/
description: |
OCLC allocates ISIL codes for Dutch academic and research libraries,
particularly those participating in the WorldShare platform.
- id: nl-na-isil
name: Nationaal Archief
name_local: Nationaal Archief
abbreviation: NA
geographic_scope:
- alpha_2: NL
alpha_3: NLD
allocation_domain:
- ARCHIVE
allocates_for:
- isil
allocation_prefix: "NL-"
parent_registration_authority: danish-culture-agency
is_active: true
website: https://www.nationaalarchief.nl/
description: |
The Nationaal Archief allocates ISIL codes for Dutch archives,
coordinating with regional and municipal archives.
# Dutch ISNI allocation
- id: nl-kb-isni
name: Koninklijke Bibliotheek
abbreviation: KB
geographic_scope:
- alpha_2: NL
alpha_3: NLD
allocation_domain:
- ALL # ISNI is for all types
allocates_for:
- isni
parent_registration_authority: isni-international
is_active: true
website: https://www.kb.nl/
description: |
The KB allocates ISNI codes for Dutch entities as the national
ISNI allocation agency for the Netherlands.
# German ISNI allocation
- id: de-dnb-isni
name: Deutsche Nationalbibliothek
abbreviation: DNB
geographic_scope:
- alpha_2: DE
alpha_3: DEU
allocation_domain:
- ALL
allocates_for:
- isni
parent_registration_authority: isni-international
is_active: true
website: https://www.dnb.de/
description: |
The Deutsche Nationalbibliothek allocates ISNI codes for German entities.
# UK ISIL allocation (single agency for all types)
- id: gb-bl-isil
name: British Library
abbreviation: BL
geographic_scope:
- alpha_2: GB
alpha_3: GBR
allocation_domain:
- ALL # British Library handles all types
allocates_for:
- isil
allocation_prefix: "GB-"
parent_registration_authority: danish-culture-agency
is_active: true
website: https://www.bl.uk/
description: |
The British Library is the national ISIL allocation agency for the
United Kingdom, handling all institution types.
# ==============================================================================
# CUSTODIAN IDENTIFIERS (Examples with full provenance)
# ==============================================================================
# Example identifiers for Rijksmuseum Amsterdam
custodian_identifiers:
# ISIL identifier
- identifier_scheme: ISIL
identifier_value: NL-AmRMA
canonical_value: NL-AmRMA
defined_by_standard: isil
allocated_by: nl-kb-isil # Allocated by KB
identifier_format_used: isil-full
allocation_date: "2005-03-15T00:00:00Z"
# identifies_custodian: rijksmuseum-hub # Reference (not inlined in example)
# ISNI identifier (dual-purpose: identifies entity AND name)
- identifier_scheme: ISNI
identifier_value: "0000 0001 2146 5765"
canonical_value: "0000000121465765"
defined_by_standard: isni
allocated_by: nl-kb-isni # Allocated by KB (ISNI)
identifier_format_used: isni-display
allocation_date: "2013-06-01T00:00:00Z"
# identifies_custodian: rijksmuseum-hub
# also_identifies_name: rijksmuseum-official-name # Dual-purpose! (reference)
# Wikidata identifier
- identifier_scheme: Wikidata
identifier_value: Q190804
canonical_value: Q190804
defined_by_standard: wikidata
identifier_format_used: wikidata-qid
# identifies_custodian: rijksmuseum-hub
# No allocated_by - Wikidata is self-service
# VIAF identifier (also dual-purpose for name authority)
- identifier_scheme: VIAF
identifier_value: "148691498"
canonical_value: "148691498"
defined_by_standard: viaf
identifier_format_used: viaf-numeric
# identifies_custodian: rijksmuseum-hub
# also_identifies_name: rijksmuseum-official-name # Dual-purpose! (reference)
# Example identifier for a Dutch public library (different allocator)
- identifier_scheme: ISIL
identifier_value: NL-AmOBA
canonical_value: NL-AmOBA
defined_by_standard: isil
allocated_by: nl-kb-isil # Public library → allocated by KB
identifier_format_used: isil-full
allocation_date: "2010-01-15T00:00:00Z"
# identifies_custodian: oba-hub
# Example identifier for a Dutch university library (different allocator!)
- identifier_scheme: ISIL
identifier_value: NL-AmUvA
canonical_value: NL-AmUvA
defined_by_standard: isil
allocated_by: nl-oclc-isil # Academic library → allocated by OCLC!
identifier_format_used: isil-full
allocation_date: "2008-09-01T00:00:00Z"
# identifies_custodian: uva-library-hub
# Example identifier for a Dutch archive (different allocator!)
- identifier_scheme: ISIL
identifier_value: NL-AsdSAA
canonical_value: NL-AsdSAA
defined_by_standard: isil
allocated_by: nl-na-isil # Archive → allocated by Nationaal Archief!
identifier_format_used: isil-full
allocation_date: "2006-04-20T00:00:00Z"
# identifies_custodian: stadsarchief-amsterdam-hub
# ==============================================================================
# NOTES ON THE MODEL
# ==============================================================================
# Key relationships demonstrated:
#
# 1. StandardsOrganization → Standard (one-to-many)
# ISO defines ISIL and ISNI
# OCLC defines VIAF
# Wikimedia defines Wikidata
#
# 2. Standard → RegistrationAuthority (one-to-one global)
# ISIL → Danish Agency for Culture and Palaces
# ISNI → ISNI International Agency
# VIAF → OCLC
#
# 3. Standard → AllocationAgency (one-to-many by country/domain)
# ISIL (NL) → KB (public libraries)
# ISIL (NL) → OCLC (academic libraries)
# ISIL (NL) → Nationaal Archief (archives)
# ISIL (GB) → British Library (all types)
#
# 4. Standard → IdentifierFormat (one-to-many variants)
# ISNI → display (with spaces), compact, URI
# ISIL → full (with prefix), local, URI
#
# 5. CustodianIdentifier → Standard + AllocationAgency + IdentifierFormat
# Full provenance for each identifier
#
# 6. CustodianIdentifier → CustodianName (via also_identifies_name)
# ISNI and VIAF are NAME identifiers, not just ORGANIZATION identifiers
# They link to BOTH the Custodian hub AND the CustodianName aspect
- has_name: International Organization for Standardization
has_type:
- INTERNATIONAL_BODY
founded_through: '1947'
- has_name: Internet Assigned Numbers Authority
has_type:
- INTERNATIONAL_BODY
founded_through: '1998'

View file

@ -0,0 +1,427 @@
# Standards Ecosystem Examples - Canonical Slot Format
# MIGRATED from standards_ecosystem_examples.yaml
# Migration: id→identified_by, name→has_name, description→has_description,
# country→in_country, organization_type→has_type, website→has_url,
# abbreviation→has_abbreviation
#
# Target Classes:
# - StandardsOrganization
# - Standard
# - AllocationAgency
# - CustodianIdentifier
# ==============================================================================
# STANDARDS ORGANIZATIONS
# ==============================================================================
standards_organizations:
- identified_by:
- iso
has_name: International Organization for Standardization
has_abbreviation: ISO
has_type: INTERGOVERNMENTAL
founded_year: 1947
in_country: CH
has_url:
- https://www.iso.org/
has_description:
- |
ISO is an independent, non-governmental international organization with a
membership of 167 national standards bodies. Through its members, it brings
together experts to share knowledge and develop voluntary, consensus-based,
market-relevant International Standards.
member_countries:
- NL
- DE
- GB
- FR
- US
- JP
- identified_by:
- oclc
has_name: Online Computer Library Center
has_abbreviation: OCLC
has_type: LIBRARY_COOPERATIVE
founded_year: 1967
in_country: US
has_url:
- https://www.oclc.org/
has_description:
- |
OCLC is a global library cooperative that provides shared technology services,
original research, and community programs for its membership and the library
community at large. OCLC manages WorldCat and VIAF.
- identified_by:
- wikimedia
has_name: Wikimedia Foundation
has_abbreviation: WMF
has_type: INDUSTRY_CONSORTIUM
founded_year: 2003
in_country: US
has_url:
- https://wikimediafoundation.org/
has_description:
- |
The Wikimedia Foundation operates Wikipedia and Wikidata. Wikidata provides
structured data identifiers (Q-numbers) for entities including heritage institutions.
# ==============================================================================
# STANDARDS
# ==============================================================================
standards:
- identified_by:
- isil
has_name: International Standard Identifier for Libraries and Related Organizations
has_abbreviation: ISIL
iso_standard_number: ISO 15511
defined_by: iso
registration_authority: danish-culture-agency
scope_type: GLOBAL
identifier_domain: ORGANIZATION
first_published_year: 2003
current_version: "ISO 15511:2019"
has_url:
- https://www.iso.org/standard/77849.html
lookup_url_template: "https://ld.zdb-services.de/resource/organisations/{id}"
has_description:
- |
ISIL (ISO 15511) provides a unique identifier for libraries and related
organizations such as archives, museums, and consortia. The identifier
consists of a country prefix and a locally-assigned code.
formats:
- identified_by:
- isil-full
format_name: Full ISIL (with country prefix)
pattern: "^[A-Z]{2}-[A-Za-z0-9-]+$"
example: NL-AmRMA
is_canonical: true
is_uri_format: false
- identified_by:
- isil-local
format_name: Local part only
pattern: "^[A-Za-z0-9-]+$"
example: AmRMA
is_canonical: false
is_uri_format: false
transformation_to_canonical: "Prepend country code prefix with hyphen"
- identified_by:
- isil-uri
format_name: ZDB URI format
pattern: "^https://ld\\.zdb-services\\.de/resource/organisations/[A-Z]{2}-[A-Za-z0-9-]+$"
example: https://ld.zdb-services.de/resource/organisations/NL-AmRMA
is_canonical: false
is_uri_format: true
transformation_to_canonical: "Extract ISIL code from URI path"
canonical_format: isil-full
- identified_by:
- isni
has_name: International Standard Name Identifier
has_abbreviation: ISNI
iso_standard_number: ISO 27729
defined_by: iso
registration_authority: isni-international
scope_type: GLOBAL
identifier_domain: NAME_AUTHORITY
first_published_year: 2012
current_version: "ISO 27729:2012"
has_url:
- https://isni.org/
lookup_url_template: "https://isni.org/isni/{id}"
has_description:
- |
ISNI (ISO 27729) is an identifier for the public identities of contributors
to creative works. It identifies names, not just organizations. This means
an ISNI identifies BOTH the entity AND its authoritative name record.
formats:
- identified_by:
- isni-display
format_name: Display format with spaces
pattern: "^[0-9]{4} [0-9]{4} [0-9]{4} [0-9]{3}[0-9X]$"
example: "0000 0001 2146 5765"
is_canonical: false
is_uri_format: false
transformation_to_canonical: "Remove all spaces"
- identified_by:
- isni-compact
format_name: Compact format (canonical)
pattern: "^[0-9]{15}[0-9X]$"
example: "0000000121465765"
is_canonical: true
is_uri_format: false
- identified_by:
- isni-uri
format_name: ISNI URI format
pattern: "^https://isni\\.org/isni/[0-9]{15}[0-9X]$"
example: https://isni.org/isni/0000000121465765
is_canonical: false
is_uri_format: true
transformation_to_canonical: "Extract 16-digit code from URI path"
canonical_format: isni-compact
- identified_by:
- wikidata
has_name: Wikidata Entity Identifier
has_abbreviation: Q-ID
iso_standard_number: null
defined_by: wikimedia
registration_authority: wikimedia-foundation
scope_type: GLOBAL
identifier_domain: ORGANIZATION
first_published_year: 2012
current_version: null
has_url:
- https://www.wikidata.org/
lookup_url_template: "https://www.wikidata.org/wiki/{id}"
has_description:
- |
Wikidata Q-IDs are unique identifiers for entities in the Wikidata knowledge base.
They can identify any type of entity including organizations, people, places, and concepts.
formats:
- identified_by:
- wikidata-qid
format_name: Q-ID format
pattern: "^Q[0-9]+$"
example: Q190804
is_canonical: true
is_uri_format: false
- identified_by:
- wikidata-uri
format_name: Wikidata entity URI
pattern: "^https?://www\\.wikidata\\.org/(?:wiki|entity)/Q[0-9]+$"
example: https://www.wikidata.org/entity/Q190804
is_canonical: false
is_uri_format: true
transformation_to_canonical: "Extract Q-number from URI path"
canonical_format: wikidata-qid
- identified_by:
- viaf
has_name: Virtual International Authority File
has_abbreviation: VIAF
iso_standard_number: null
defined_by: oclc
registration_authority: oclc-viaf
scope_type: GLOBAL
identifier_domain: NAME_AUTHORITY
first_published_year: 2003
current_version: null
has_url:
- https://viaf.org/
lookup_url_template: "https://viaf.org/viaf/{id}"
has_description:
- |
VIAF is an international authority file that combines authority records from
national libraries and other contributors into clusters. Each cluster has a
VIAF ID that links to the contributing authority records.
formats:
- identified_by:
- viaf-numeric
format_name: Numeric VIAF ID
pattern: "^[0-9]+$"
example: "148691498"
is_canonical: true
is_uri_format: false
- identified_by:
- viaf-uri
format_name: VIAF URI format
pattern: "^https://viaf\\.org/viaf/[0-9]+$"
example: https://viaf.org/viaf/148691498
is_canonical: false
is_uri_format: true
transformation_to_canonical: "Extract numeric ID from URI path"
canonical_format: viaf-numeric
# ==============================================================================
# ALLOCATION AGENCIES
# ==============================================================================
allocation_agencies:
- identified_by:
- nl-kb-isil
has_name: Koninklijke Bibliotheek
name_local: Koninklijke Bibliotheek
has_abbreviation: KB
geographic_scope:
- alpha_2: NL
alpha_3: NLD
allocation_domain:
- LIBRARY_PUBLIC
- LIBRARY_NATIONAL
allocates_for:
- isil
allocation_prefix: "NL-"
parent_registration_authority: danish-culture-agency
is_active: true
has_url:
- https://www.kb.nl/
contact_email: isil@kb.nl
allocation_policy_url: https://www.kb.nl/isil
has_description:
- |
The Koninklijke Bibliotheek (Royal Library) is the national library of the
Netherlands and allocates ISIL codes for Dutch public and national libraries.
- identified_by:
- nl-oclc-isil
has_name: OCLC Netherlands
has_abbreviation: OCLC
geographic_scope:
- alpha_2: NL
alpha_3: NLD
allocation_domain:
- LIBRARY_ACADEMIC
- LIBRARY_RESEARCH
allocates_for:
- isil
allocation_prefix: "NL-"
parent_registration_authority: danish-culture-agency
is_active: true
has_url:
- https://www.oclc.org/nl/
has_description:
- |
OCLC allocates ISIL codes for Dutch academic and research libraries,
particularly those participating in the WorldShare platform.
- identified_by:
- nl-na-isil
has_name: Nationaal Archief
name_local: Nationaal Archief
has_abbreviation: NA
geographic_scope:
- alpha_2: NL
alpha_3: NLD
allocation_domain:
- ARCHIVE
allocates_for:
- isil
allocation_prefix: "NL-"
parent_registration_authority: danish-culture-agency
is_active: true
has_url:
- https://www.nationaalarchief.nl/
has_description:
- |
The Nationaal Archief allocates ISIL codes for Dutch archives,
coordinating with regional and municipal archives.
- identified_by:
- nl-kb-isni
has_name: Koninklijke Bibliotheek
has_abbreviation: KB
geographic_scope:
- alpha_2: NL
alpha_3: NLD
allocation_domain:
- ALL
allocates_for:
- isni
parent_registration_authority: isni-international
is_active: true
has_url:
- https://www.kb.nl/
has_description:
- |
The KB allocates ISNI codes for Dutch entities as the national
ISNI allocation agency for the Netherlands.
- identified_by:
- de-dnb-isni
has_name: Deutsche Nationalbibliothek
has_abbreviation: DNB
geographic_scope:
- alpha_2: DE
alpha_3: DEU
allocation_domain:
- ALL
allocates_for:
- isni
parent_registration_authority: isni-international
is_active: true
has_url:
- https://www.dnb.de/
has_description:
- |
The Deutsche Nationalbibliothek allocates ISNI codes for German entities.
- identified_by:
- gb-bl-isil
has_name: British Library
has_abbreviation: BL
geographic_scope:
- alpha_2: GB
alpha_3: GBR
allocation_domain:
- ALL
allocates_for:
- isil
allocation_prefix: "GB-"
parent_registration_authority: danish-culture-agency
is_active: true
has_url:
- https://www.bl.uk/
has_description:
- |
The British Library is the national ISIL allocation agency for the
United Kingdom, handling all institution types.
# ==============================================================================
# CUSTODIAN IDENTIFIERS (Examples with full provenance)
# ==============================================================================
custodian_identifiers:
- identifier_scheme: ISIL
identifier_value: NL-AmRMA
canonical_value: NL-AmRMA
defined_by_standard: isil
allocated_by: nl-kb-isil
identifier_format_used: isil-full
allocation_date: "2005-03-15T00:00:00Z"
- identifier_scheme: ISNI
identifier_value: "0000 0001 2146 5765"
canonical_value: "0000000121465765"
defined_by_standard: isni
allocated_by: nl-kb-isni
identifier_format_used: isni-display
allocation_date: "2013-06-01T00:00:00Z"
- identifier_scheme: Wikidata
identifier_value: Q190804
canonical_value: Q190804
defined_by_standard: wikidata
identifier_format_used: wikidata-qid
- identifier_scheme: VIAF
identifier_value: "148691498"
canonical_value: "148691498"
defined_by_standard: viaf
identifier_format_used: viaf-numeric
- identifier_scheme: ISIL
identifier_value: NL-AmOBA
canonical_value: NL-AmOBA
defined_by_standard: isil
allocated_by: nl-kb-isil
identifier_format_used: isil-full
allocation_date: "2010-01-15T00:00:00Z"
- identifier_scheme: ISIL
identifier_value: NL-AmUvA
canonical_value: NL-AmUvA
defined_by_standard: isil
allocated_by: nl-oclc-isil
identifier_format_used: isil-full
allocation_date: "2008-09-01T00:00:00Z"
- identifier_scheme: ISIL
identifier_value: NL-AsdSAA
canonical_value: NL-AsdSAA
defined_by_standard: isil
allocated_by: nl-na-isil
identifier_format_used: isil-full
allocation_date: "2006-04-20T00:00:00Z"

View file

@ -1,923 +1,11 @@
# VIAF and OCLC - Correct Organizational Modeling
# Demonstrates the proper relationship between:
# - OCLC (the organization)
# - VIAF (the service operated by OCLC)
# - VIAF Council (the governance body)
# - Contributing agencies (national libraries that provide data)
#
# KEY CORRECTION from previous version:
# ❌ WRONG: "VIAF Consortium" as a separate organizational body
# ✅ CORRECT: OCLC is the organization, VIAF is a service it operates
#
# This file shows:
# 1. OCLC as StandardsOrganization (type: LIBRARY_COOPERATIVE)
# 2. VIAF as Standard (type: CONSORTIUM_SERVICE, operated by OCLC)
# 3. VIAF Council as StandardsOrganization (type: GOVERNANCE_COUNCIL)
# 4. Contributing agencies as members of OCLC that contribute to VIAF
# 5. WorldCat as another service operated by OCLC (to show multi-service pattern)
#
# Relationship Model (Corrected):
#
# OCLC (StandardsOrganization, type: LIBRARY_COOPERATIVE)
# │
# ├── operates → VIAF (Standard, type: CONSORTIUM_SERVICE)
# │ └── governed_by → VIAF Council
# │
# ├── operates → WorldCat (Standard, type: CONSORTIUM_SERVICE)
# │
# └── has_members → ContributingAgency[]
# ├── LC (Library of Congress)
# ├── DNB (Deutsche Nationalbibliothek)
# ├── BnF (Bibliothèque nationale de France)
# └── ... (37+ members)
#
# ContributingAgency (e.g., KB/NTA)
# ├── member_of → OCLC (the organization, not "VIAF Consortium")
# ├── contributes_to → VIAF (the service)
# ├── governance_role → VOTING_MEMBER (in VIAF Council)
# └── also_allocation_agency → AllocationAgency (for ISIL codes)
#
# Compare with Wikimedia Foundation (see encompassing_bodies section below):
#
# Wikimedia Foundation (EncompassingBody, type: SOCIAL_MOVEMENT)
# │
# ├── operates → Wikidata (CC0, fully open)
# ├── operates → Wikipedia (CC-BY-SA)
# ├── operates → Wikimedia Commons
# │
# └── has_affiliates → Wikimedia Chapters, User Groups
#
# OCLC vs Wikimedia - KEY DISTINCTION in data openness:
# - OCLC (Cooperative): MIXED_POLICY (WorldCat proprietary, VIAF open)
# - Wikimedia (SocialMovement): STRONG_OPEN_ADVOCATE (all content open)
#
# See encompassing_bodies section for full OCLC/Wikimedia comparison with
# DataLicensePolicy modeling.
# VIAF Consortium Examples
# Instances of StandardsOrganization
# ==============================================================================
# OCLC - THE OPERATING ORGANIZATION
# ==============================================================================
# OCLC is the organization. VIAF is a service it operates.
# This is the CORRECT model - VIAF Consortium doesn't exist as a separate org.
standards_organizations:
- id: oclc
name: Online Computer Library Center
abbreviation: OCLC
organization_type: LIBRARY_COOPERATIVE
founded_year: 1967
headquarters_country: US
website: https://www.oclc.org/
description: |
OCLC is a global library cooperative that provides shared technology services,
original research, and community programs for its membership and the library
community at large.
**Key Services Operated by OCLC:**
1. **WorldCat**: World's largest bibliographic database
- 500M+ bibliographic records
- 17,000+ member libraries
2. **VIAF (Virtual International Authority File)**: Authority file aggregation
- 37+ contributing agencies from 29 countries
- Clusters matching authority records
- Governed by VIAF Council
3. **WorldShare**: Library management services
- ILL, cataloging, collection management
**OCLC as an Organization (NOT "VIAF Consortium"):**
OCLC is the ORGANIZATION. VIAF is a SERVICE. The "VIAF Consortium" terminology
is misleading - there is no separate organizational entity called "VIAF Consortium".
What exists:
- OCLC (organization) operates VIAF (service)
- VIAF Council (governance body) advises on VIAF policy
- Contributing agencies (data providers) are members of OCLC that contribute to VIAF
**Governance:**
- OCLC Global Council: Elected representatives from member regions
- OCLC Board of Trustees: Strategic governance
- Service-specific councils: VIAF Council, WorldCat Advisory Committee
**Legal Form:**
- US 501(c)(3) nonprofit organization
- Cooperative membership model
**Wikidata:** Q1142269
- id: viaf-council
name: VIAF Council
abbreviation: VIAF Council
organization_type: GOVERNANCE_COUNCIL
founded_year: 2003
headquarters_country: null # Virtual governance body
website: https://viaf.org/
description: |
The VIAF Council is the governance body for the Virtual International Authority File
service operated by OCLC. It is NOT a separate organization from OCLC.
**Nature of VIAF Council:**
The VIAF Council is an ADVISORY BODY, not an independent organization:
- Representatives from each contributing agency
- Meets annually (historically at IFLA World Library Congress)
- Advises OCLC on VIAF development and policies
- No separate legal existence from OCLC
**Responsibilities:**
- Review new contributor applications
- Discuss technical and content issues
- Advise on matching algorithm improvements
- Recommend data quality standards
- Guide API and service changes
**Relationship to OCLC:**
VIAF Council operates WITHIN OCLC's governance structure:
- OCLC provides secretariat and technical support
- Council decisions are advisory to OCLC
- OCLC implements Council recommendations
**Voting Structure:**
- One vote per contributing agency
- Decisions by consensus or majority
- No veto power
# ==============================================================================
# VIAF - THE SERVICE (operated by OCLC)
# ==============================================================================
# VIAF is a Standard/Service, NOT an organization.
# It is operated by OCLC, governed by VIAF Council.
standards:
- id: viaf
name: Virtual International Authority File
abbreviation: VIAF
iso_standard_number: null # NOT an ISO standard!
defined_by: oclc # OCLC defines and operates VIAF
registration_authority: oclc-viaf # OCLC as registry maintainer
scope_type: GLOBAL
identifier_domain: NAME_AUTHORITY
first_published_year: 2003
current_version: null # Continuously updated service
website: https://viaf.org/
lookup_url_template: "https://viaf.org/viaf/{id}"
# Key: VIAF is a CONSORTIUM_SERVICE, not an ISO_STANDARD
standard_type: CONSORTIUM_SERVICE
governance_model: COUNCIL # Governed by VIAF Council
governance_council: viaf-council # Reference to governance body
data_license: https://opendatacommons.org/licenses/by/1.0/ # ODC-BY
# Contributing agencies provide authority data
contributing_agencies:
- lc # Library of Congress
- dnb # Deutsche Nationalbibliothek
- bnf # Bibliothèque nationale de France
- nta # National Library of the Netherlands
- bne # Biblioteca Nacional de España
- iccu # Istituto Centrale per il Catalogo Unico (Italy)
- ndl # National Diet Library (Japan)
- nla # National Library of Australia
- nli # National Library of Israel
- swnl # Swiss National Library
# ... 37+ total contributors
description: |
VIAF is a service operated by OCLC that clusters matching authority records
from contributing national libraries into unified clusters with VIAF IDs.
**VIAF is a SERVICE, not an organization:**
- Operated by: OCLC
- Governed by: VIAF Council (advisory body within OCLC)
- Data from: 37+ contributing agencies
**How VIAF Works:**
1. **Data contribution**: National libraries provide authority records
2. **Matching algorithm**: OCLC clusters matching records
3. **VIAF ID assignment**: Each cluster gets a unique VIAF ID
4. **Cross-linking**: VIAF links back to all source records
**Example - Rijksmuseum Amsterdam:**
- VIAF ID: 148691498
- Linked source records:
- LC: n50043603
- GND: 1001041-3
- BnF: 11874710
- NTA: 073315346
**License:** ODC-BY (Open Data Commons Attribution)
formats:
- id: viaf-numeric
format_name: Numeric VIAF ID
pattern: "^[0-9]+$"
example: "148691498"
is_canonical: true
is_uri_format: false
- id: viaf-uri
format_name: VIAF URI format
pattern: "^https://viaf\\.org/viaf/[0-9]+$"
example: https://viaf.org/viaf/148691498
is_canonical: false
is_uri_format: true
transformation_to_canonical: "Extract numeric ID from URI path"
- id: viaf-source-record
format_name: Source record URI (contributor-specific)
pattern: "^https://viaf\\.org/viaf/sourceID/.+$"
example: "https://viaf.org/viaf/sourceID/LC%7Cn50043603"
is_canonical: false
is_uri_format: true
transformation_to_canonical: "Resolve to cluster VIAF ID"
canonical_format: viaf-numeric
# === WorldCat - another service operated by OCLC ===
- id: worldcat
name: WorldCat
abbreviation: WorldCat
iso_standard_number: null
defined_by: oclc
registration_authority: oclc-worldcat
scope_type: GLOBAL
identifier_domain: WORK
first_published_year: 1971
website: https://www.worldcat.org/
lookup_url_template: "https://www.worldcat.org/oclc/{id}"
standard_type: CONSORTIUM_SERVICE
governance_model: MEMBERSHIP_BOARD
description: |
WorldCat is the world's largest bibliographic database, operated by OCLC.
Contains 500M+ bibliographic records from 17,000+ member libraries.
**OCLC Control Number (OCN):**
WorldCat uses OCLC Control Numbers as identifiers for bibliographic records.
These are numeric identifiers assigned when records are created in WorldCat.
**Relationship to VIAF:**
Both WorldCat and VIAF are services operated by OCLC:
- WorldCat: Bibliographic records (books, journals, media)
- VIAF: Authority records (names of people, organizations)
They interlink: VIAF authority records can be used in WorldCat bibliographic records.
formats:
- id: ocn
format_name: OCLC Control Number
pattern: "^[0-9]+$"
example: "70775700"
is_canonical: true
is_uri_format: false
# === Wikidata - for comparison with VIAF ===
- id: wikidata
name: Wikidata
abbreviation: Wikidata
iso_standard_number: null
defined_by: wikimedia-foundation
registration_authority: wikimedia-foundation
scope_type: GLOBAL
identifier_domain: ORGANIZATION # Also PERSON, WORK, etc.
first_published_year: 2012
website: https://www.wikidata.org/
lookup_url_template: "https://www.wikidata.org/wiki/{id}"
# Key difference from VIAF: PROPRIETARY_SYSTEM, not CONSORTIUM_SERVICE
standard_type: PROPRIETARY_SYSTEM
governance_model: SINGLE_AUTHORITY
data_license: https://creativecommons.org/publicdomain/zero/1.0/ # CC0
description: |
Wikidata is a free, collaborative, multilingual knowledge base operated by
the Wikimedia Foundation. It provides Q-IDs as persistent identifiers.
**Wikidata vs VIAF - Key Differences:**
| Aspect | Wikidata | VIAF |
|--------|----------|------|
| Operator | Wikimedia Foundation | OCLC |
| Data model | Direct community editing | Authority record clustering |
| Contributors | Volunteer editors | National libraries |
| Governance | WMF Board + community | VIAF Council |
| Standard type | PROPRIETARY_SYSTEM | CONSORTIUM_SERVICE |
| ID format | Q + digits | Numeric only |
**Wikidata Q-IDs for Heritage Institutions:**
Examples:
- Q190804: Rijksmuseum Amsterdam
- Q731126: National Library of the Netherlands
- Q83325: Library of Congress
Wikidata Q-IDs are widely used in heritage data as:
- Linking identifiers (to connect datasets)
- Reference identifiers (to cite authoritative data)
- Enrichment source (to retrieve metadata)
formats:
- id: qid
format_name: Wikidata Q-ID
pattern: "^Q[0-9]+$"
example: "Q190804"
is_canonical: true
is_uri_format: false
- id: wikidata-uri
format_name: Wikidata entity URI
pattern: "^https?://www\\.wikidata\\.org/wiki/Q[0-9]+$"
example: "https://www.wikidata.org/wiki/Q190804"
is_canonical: false
is_uri_format: true
canonical_format: qid
# ==============================================================================
# CONTRIBUTING AGENCIES
# ==============================================================================
# Contributing agencies are MEMBERS OF OCLC that contribute data to VIAF.
# They are NOT members of a "VIAF Consortium" (which doesn't exist).
contributing_agencies:
- id: lc
viaf_contributor_code: LC
name: Library of Congress
name_local: Library of Congress
abbreviation: LOC
country:
alpha_2: US
alpha_3: USA
authority_file_name: Library of Congress Name Authority File
authority_file_abbreviation: LCNAF
authority_file_url: https://id.loc.gov/authorities/names.html
record_format: MARC21_AUTHORITY
entity_types_covered:
- PERSON
- CORPORATE_BODY
- GEOGRAPHIC
- WORK
contributes_to:
- viaf
viaf_join_date: "2003-01-01"
is_active: true
governance_representative: true
website: https://www.loc.gov/
description: |
The Library of Congress provides the LCNAF (Library of Congress Name Authority File)
to VIAF. As a founding contributor, LC has been part of VIAF since its inception in 2003.
also_allocation_agency: us-loc-isil
# CORRECTED: member_of links to OCLC (the organization), not "VIAF Consortium"
member_of: oclc
viaf_governance_role: FOUNDING_MEMBER
- id: dnb
viaf_contributor_code: DNB
name: German National Library
name_local: Deutsche Nationalbibliothek
abbreviation: DNB
country:
alpha_2: DE
alpha_3: DEU
authority_file_name: Gemeinsame Normdatei
authority_file_abbreviation: GND
authority_file_url: https://d-nb.info/gnd/
record_format: MARC21_AUTHORITY
entity_types_covered:
- PERSON
- CORPORATE_BODY
- GEOGRAPHIC
- SUBJECT
- WORK
contributes_to:
- viaf
viaf_join_date: "2003-01-01"
is_active: true
governance_representative: true
website: https://www.dnb.de/
description: |
The Deutsche Nationalbibliothek contributes the GND (Gemeinsame Normdatei /
Integrated Authority File) to VIAF. GND is a comprehensive authority file
shared by German-speaking countries (Germany, Austria, Switzerland).
also_allocation_agency: de-dnb-isil
member_of: oclc
viaf_governance_role: FOUNDING_MEMBER
- id: bnf
viaf_contributor_code: BnF
name: National Library of France
name_local: Bibliothèque nationale de France
abbreviation: BnF
country:
alpha_2: FR
alpha_3: FRA
authority_file_name: Fichier d'autorité intégré
authority_file_abbreviation: IdRef
authority_file_url: https://data.bnf.fr/
record_format: UNIMARC_AUTHORITY
entity_types_covered:
- PERSON
- CORPORATE_BODY
- GEOGRAPHIC
- WORK
contributes_to:
- viaf
viaf_join_date: "2003-01-01"
is_active: true
governance_representative: true
website: https://www.bnf.fr/
description: |
The Bibliothèque nationale de France contributes authority data from data.bnf.fr
to VIAF. BnF uses UNIMARC format and provides rich linked data at data.bnf.fr.
also_allocation_agency: fr-bnf-isil
member_of: oclc
viaf_governance_role: FOUNDING_MEMBER
- id: nta
viaf_contributor_code: NTA
name: National Library of the Netherlands
name_local: Koninklijke Bibliotheek
abbreviation: KB
country:
alpha_2: NL
alpha_3: NLD
authority_file_name: Nederlandse Thesaurus van Auteursnamen
authority_file_abbreviation: NTA
authority_file_url: http://data.bibliotheken.nl/
record_format: MARC21_AUTHORITY
entity_types_covered:
- PERSON
- CORPORATE_BODY
contributes_to:
- viaf
viaf_join_date: "2006-01-01"
is_active: true
governance_representative: true
website: https://www.kb.nl/
description: |
The Koninklijke Bibliotheek (KB) contributes the NTA (Nederlandse Thesaurus
van Auteursnamen / Dutch Thesaurus of Author Names) to VIAF. The KB also
allocates ISIL codes for Dutch public libraries.
also_allocation_agency: nl-kb-isil
member_of: oclc
viaf_governance_role: VOTING_MEMBER # Joined 2006, not a founding member
- id: bne
viaf_contributor_code: BNE
name: National Library of Spain
name_local: Biblioteca Nacional de España
abbreviation: BNE
country:
alpha_2: ES
alpha_3: ESP
authority_file_name: Fichero de Autoridades Virtual de la BNE
authority_file_abbreviation: BNE
authority_file_url: http://datos.bne.es/
record_format: MARC21_AUTHORITY
entity_types_covered:
- PERSON
- CORPORATE_BODY
contributes_to:
- viaf
is_active: true
governance_representative: true
website: http://www.bne.es/
description: |
The Biblioteca Nacional de España contributes its authority file to VIAF,
available as linked data at datos.bne.es.
also_allocation_agency: es-bne-isil
member_of: oclc
viaf_governance_role: VOTING_MEMBER
- id: iccu
viaf_contributor_code: ICCU
name: Central Institute for the Union Catalogue
name_local: Istituto Centrale per il Catalogo Unico
abbreviation: ICCU
country:
alpha_2: IT
alpha_3: ITA
authority_file_name: SBN (Servizio Bibliotecario Nazionale) Authority File
authority_file_abbreviation: SBN
authority_file_url: https://opac.sbn.it/
record_format: UNIMARC_AUTHORITY
entity_types_covered:
- PERSON
- CORPORATE_BODY
contributes_to:
- viaf
is_active: true
governance_representative: true
website: https://www.iccu.sbn.it/
description: |
ICCU contributes the SBN (Servizio Bibliotecario Nazionale) authority file
from Italy's national library network to VIAF.
also_allocation_agency: it-iccu-isil
member_of: oclc
viaf_governance_role: VOTING_MEMBER
- id: ndl
viaf_contributor_code: NDL
name: National Diet Library
name_local: 国立国会図書館
abbreviation: NDL
country:
alpha_2: JP
alpha_3: JPN
authority_file_name: National Diet Library Name Authority File
authority_file_abbreviation: NDL
authority_file_url: https://id.ndl.go.jp/
record_format: MARC21_AUTHORITY
entity_types_covered:
- PERSON
- CORPORATE_BODY
contributes_to:
- viaf
is_active: true
governance_representative: true
website: https://www.ndl.go.jp/
description: |
The National Diet Library of Japan contributes authority data to VIAF,
including Japanese personal and corporate names.
also_allocation_agency: jp-ndl-isil
member_of: oclc
viaf_governance_role: VOTING_MEMBER
# ==============================================================================
# EXAMPLE: RIJKSMUSEUM IN VIAF
# ==============================================================================
viaf_cluster_example:
viaf_id: "148691498"
viaf_uri: https://viaf.org/viaf/148691498
cluster_type: CORPORATE_BODY
preferred_name: Rijksmuseum Amsterdam
source_records:
- contributor: lc
source_id: n50043603
source_uri: https://id.loc.gov/authorities/names/n50043603.html
preferred_form: "Rijksmuseum (Netherlands)"
- contributor: dnb
source_id: "1001041-3"
source_uri: https://d-nb.info/gnd/1001041-3
preferred_form: "Rijksmuseum <Amsterdam>"
- contributor: bnf
source_id: "11874710"
source_uri: https://data.bnf.fr/ark:/12148/cb118747102
preferred_form: "Rijksmuseum. Amsterdam"
- contributor: nta
source_id: "073315346"
source_uri: http://data.bibliotheken.nl/id/thes/p073315346
preferred_form: "Rijksmuseum Amsterdam"
- contributor: iccu
source_id: "ITICCUUBOV11012"
preferred_form: "Rijksmuseum"
related_identifiers:
- scheme: ISNI
value: "0000000121465765"
uri: https://isni.org/isni/0000000121465765
- scheme: Wikidata
value: Q190804
uri: https://www.wikidata.org/wiki/Q190804
- scheme: ULAN
value: "500241732"
uri: https://www.getty.edu/vow/ULANFullDisplay?find=&role=&nation=&subjectid=500241732
- scheme: ISIL
value: NL-AmRMA
uri: https://ld.zdb-services.de/resource/organisations/NL-AmRMA
# ==============================================================================
# KEY DIFFERENCES: OCLC/VIAF vs WIKIMEDIA/WIKIDATA
# ==============================================================================
organization_comparison:
oclc_model:
organization: OCLC
organization_type: LIBRARY_COOPERATIVE
services_operated:
- name: VIAF
service_type: CONSORTIUM_SERVICE
data_model: "Authority record clustering from contributing agencies"
governance: "VIAF Council (advisory body within OCLC)"
- name: WorldCat
service_type: CONSORTIUM_SERVICE
data_model: "Bibliographic records from member libraries"
governance: "OCLC Global Council"
membership_model: >-
Libraries become OCLC members and can contribute to one or more services.
Contributing agencies provide authority data to VIAF.
VIAF Council representatives come from contributing agencies.
identifier_creation: >-
VIAF IDs are algorithmically generated when authority records are clustered.
Not manually assigned - matching algorithm creates clusters.
wikimedia_model:
organization: Wikimedia Foundation
organization_type: SOCIAL_MOVEMENT # See encompassing_bodies section for full model
services_operated:
- name: Wikidata
service_type: PROPRIETARY_SYSTEM
data_model: "Community-edited structured data"
governance: "WMF Board + Wikidata community"
- name: Wikipedia
service_type: PROPRIETARY_SYSTEM
data_model: "Community-edited encyclopedia articles"
governance: "WMF Board + Wikipedia communities"
affiliate_model: >-
WMF has 150+ affiliates (chapters, thematic orgs, user groups).
Affiliates support local communities but don't contribute data centrally.
Different from OCLC's contributing agency model.
identifier_creation: >-
Q-IDs are automatically assigned when items are created.
Anyone can create items (with certain restrictions).
No clustering algorithm - direct editing model.
key_differences:
- aspect: "Data contribution model"
oclc_viaf: "National libraries contribute authority records"
wikimedia_wikidata: "Volunteers edit directly"
- aspect: "Identifier generation"
oclc_viaf: "Algorithmic clustering creates VIAF IDs"
wikimedia_wikidata: "Sequential Q-IDs on item creation"
- aspect: "Governance"
oclc_viaf: "Service-specific councils (VIAF Council)"
wikimedia_wikidata: "Board + community consensus"
- aspect: "Data authority"
oclc_viaf: "National libraries are authoritative sources"
wikimedia_wikidata: "Community editing with references"
- aspect: "Standard type"
oclc_viaf: "CONSORTIUM_SERVICE"
wikimedia_wikidata: "PROPRIETARY_SYSTEM"
# ==============================================================================
# ENCOMPASSING BODY EXAMPLES: COOPERATIVE vs SOCIAL_MOVEMENT
# ==============================================================================
# These examples show OCLC and Wikimedia Foundation as EncompassingBody instances
# using the new Cooperative and SocialMovement subclasses.
encompassing_bodies:
# === OCLC as Cooperative (member-owned, mixed data policy) ===
- id: "https://nde.nl/ontology/hc/encompassing-body/cooperative/oclc"
organization_name: "OCLC"
organization_type: COOPERATIVE
legal_form: "Non-profit library cooperative (US 501(c)(3))"
founding_date: "1967-07-05"
description: |
OCLC is a global library cooperative providing shared technology services,
research, and programs. Member libraries cooperatively maintain WorldCat
and contribute to VIAF. OCLC exemplifies the COOPERATIVE model: members
OWN the organization and both contribute data AND receive services.
**Key distinction from Wikimedia:** OCLC has a MIXED data policy:
- WorldCat: Proprietary (subscription-based)
- VIAF: Open (ODC-BY)
This reflects the cooperative business model where some services generate
revenue to sustain the organization.
service_offerings:
- "WorldCat (shared cataloging database - subscription)"
- "VIAF (authority file aggregation - open)"
- "WorldShare Management Services"
- "Interlibrary loan services"
membership_criteria: >-
Open to libraries and cultural heritage organizations worldwide.
Membership includes governance rights (voting in Global Council),
access to member pricing for services, and participation in
cooperative programs. Members pay annual fees based on usage.
governance_authority: >-
Governed by Global Council of elected library representatives.
Board of Trustees provides strategic oversight. Regional councils
for Americas, EMEA, and Asia Pacific. One member, one vote principle.
data_license_policy:
id: "https://nde.nl/ontology/hc/policy/oclc"
policy_name: "OCLC Data Usage Policy"
openness_stance: MIXED_POLICY
default_license:
id: proprietary-worldcat
name: "OCLC WorldCat Terms of Use"
license_type: PROPRIETARY
openness_level: CLOSED_SUBSCRIPTION
license_url: "https://www.oclc.org/en/worldcat/community/terms.html"
allows_commercial_use: false
requires_attribution: true
requires_sharealike: false
allows_derivatives: false
service_specific_licenses:
- service_name: "VIAF"
service_url: "https://viaf.org/"
license:
id: odc-by-1.0
name: "Open Data Commons Attribution License 1.0"
abbreviation: "ODC-BY"
license_type: OPEN_DATA_COMMONS
openness_level: OPEN_WITH_ATTRIBUTION
license_url: "https://opendatacommons.org/licenses/by/1-0/"
allows_commercial_use: true
requires_attribution: true
requires_sharealike: false
allows_derivatives: true
license_notes: "VIAF data freely available with attribution to OCLC/VIAF"
- service_name: "WorldCat Identities"
license:
id: odc-by-1.0
license_notes: "Linked data from WorldCat Identities is open"
identifiers:
- "http://www.wikidata.org/entity/Q190593"
- "https://viaf.org/viaf/125315828"
website: "https://www.oclc.org/"
# === Wikimedia Foundation as SocialMovement (open participation, fully open data) ===
- id: "https://nde.nl/ontology/hc/encompassing-body/social-movement/wikimedia"
organization_name: "Wikimedia Foundation / Movement"
organization_type: SOCIAL_MOVEMENT
legal_form: "501(c)(3) non-profit foundation supporting broader movement"
founding_date: "2003-06-20"
description: |
The Wikimedia movement is a global community of volunteers and
organizations dedicated to free knowledge. The Foundation provides
infrastructure but does not control content. Unlike OCLC's cooperative
model, Wikimedia is a SOCIAL MOVEMENT: value-driven, open participation,
and openness as an ideological commitment rather than business strategy.
**Key distinction from OCLC:** Wikimedia has FULLY OPEN data policy:
- Wikidata: CC0 (public domain)
- Wikipedia: CC-BY-SA (copyleft)
Openness is not a business choice but a core philosophical value.
"Information wants to be free" is foundational.
service_offerings:
- "Wikipedia (free encyclopedia, 60M+ articles, CC-BY-SA)"
- "Wikidata (open knowledge base, 100M+ items, CC0)"
- "Wikimedia Commons (free media repository)"
- "MediaWiki (open source wiki software)"
membership_criteria: >-
Open participation - anyone can edit Wikipedia, contribute to Wikidata,
or upload to Wikimedia Commons. No membership fee or application.
The movement includes formal affiliates (chapters, user groups).
governance_authority: >-
Projects governed by community consensus through volunteer administrators.
The Wikimedia Foundation Board provides strategic oversight but does not
control content. Movement governance through affiliates and community bodies.
data_license_policy:
id: "https://nde.nl/ontology/hc/policy/wikimedia"
policy_name: "Wikimedia Foundation Open Content Policy"
openness_stance: STRONG_OPEN_ADVOCATE
default_license:
id: cc0-1.0
name: "Creative Commons Zero 1.0 Universal"
abbreviation: "CC0"
license_type: PUBLIC_DOMAIN
openness_level: FULLY_OPEN
license_url: "https://creativecommons.org/publicdomain/zero/1.0/legalcode"
deed_url: "https://creativecommons.org/publicdomain/zero/1.0/"
allows_commercial_use: true
requires_attribution: false
requires_sharealike: false
allows_derivatives: true
steward_organization: "Creative Commons"
spdx_identifier: "CC0-1.0"
service_specific_licenses:
- service_name: "Wikidata"
service_url: "https://www.wikidata.org/"
license:
id: cc0-1.0
license_notes: "All structured data is public domain"
- service_name: "Wikipedia"
service_url: "https://www.wikipedia.org/"
license:
id: cc-by-sa-4.0
name: "Creative Commons Attribution-ShareAlike 4.0 International"
abbreviation: "CC-BY-SA"
license_type: CREATIVE_COMMONS
openness_level: OPEN_SHAREALIKE
license_url: "https://creativecommons.org/licenses/by-sa/4.0/legalcode"
allows_commercial_use: true
requires_attribution: true
requires_sharealike: true
allows_derivatives: true
license_notes: "Text content is copyleft - derivatives must share alike"
- service_name: "Wikimedia Commons"
service_url: "https://commons.wikimedia.org/"
license_notes: "Varies by upload - must be free license (CC-BY, CC-BY-SA, CC0, or public domain)"
open_data_principles:
- "Free knowledge for everyone"
- "Open participation"
- "Neutral point of view"
- "FAIR data principles"
advocacy_activities:
- "Open Access advocacy"
- "GLAM-Wiki partnerships with museums, libraries, archives"
- "Open data advocacy in policy forums"
- "Training librarians and cultural heritage professionals"
- "Creative Commons affiliate network membership"
identifiers:
- "http://www.wikidata.org/entity/Q180"
- "https://viaf.org/viaf/305375908"
website: "https://www.wikimedia.org/"
# ==============================================================================
# COMPARISON: COOPERATIVE vs SOCIAL_MOVEMENT
# ==============================================================================
encompassing_body_comparison:
cooperative_characteristics:
model: "COOPERATIVE (OCLC example)"
ownership: "Member-owned - libraries hold shares/voting rights"
governance: "Democratic - one member, one vote (proportional)"
participation: "Membership-based - requires fee and agreement"
data_policy: "MIXED_POLICY - some open, some proprietary"
business_model: "Revenue from subscriptions sustains organization"
permanence: "Permanent legal structure (incorporated)"
examples:
- "OCLC (library cooperative)"
- "RERO (Swiss library network)"
- "HathiTrust (academic library partnership)"
social_movement_characteristics:
model: "SOCIAL_MOVEMENT (Wikimedia example)"
ownership: "No ownership - Foundation supports but doesn't own content"
governance: "Community consensus - volunteer administrators"
participation: "Open - anyone can contribute (no membership)"
data_policy: "STRONG_OPEN_ADVOCATE - openness as core value"
business_model: "Donations fund infrastructure (not data sales)"
permanence: "Movement is broader than any legal entity"
examples:
- "Wikimedia Foundation / Movement"
- "Creative Commons"
- "Open Knowledge Foundation"
- "Mozilla Foundation / Movement"
- "Internet Archive"
# ==============================================================================
# NOTES ON CORRECT MODELING
# ==============================================================================
# This example demonstrates:
#
# 1. **OCLC is the organization, VIAF is a service**
# - ❌ WRONG: "VIAF Consortium" as separate org body
# - ✅ CORRECT: OCLC operates VIAF, VIAF Council advises
#
# 2. **Contributing agencies are OCLC members**
# - They are members of OCLC (the organization)
# - They contribute to VIAF (the service)
# - They have governance role via VIAF Council
#
# 3. **StandardsOrganization types**
# - LIBRARY_COOPERATIVE: OCLC (operating organization)
# - GOVERNANCE_COUNCIL: VIAF Council (advisory body)
# - (Wikimedia modeled as EncompassingBody/SocialMovement, not StandardsOrganization)
#
# 4. **Standard types**
# - CONSORTIUM_SERVICE: VIAF, WorldCat (collaborative aggregation)
# - PROPRIETARY_SYSTEM: Wikidata (single authority control)
#
# 5. **Relationship chain**
# ContributingAgency → member_of → OCLC (organization)
# ContributingAgency → contributes_to → VIAF (service)
# ContributingAgency → viaf_governance_role → VOTING_MEMBER (council role)
#
# 6. **Multi-service organizations**
# OCLC operates multiple services: VIAF, WorldCat, WorldShare
# WMF operates multiple services: Wikipedia, Wikidata, Commons
# Each service can have its own governance structure
#
# 7. **EncompassingBody types (5 total)**
# - UMBRELLA: Legal parent organizations (ministry → archive)
# - NETWORK: Service provider networks (Digital Heritage Network)
# - CONSORTIUM: Peer-to-peer mutual assistance (library consortia for ILL)
# - COOPERATIVE: Member-owned organizations (OCLC) - MIXED data policy
# - SOCIAL_MOVEMENT: Value-driven movements (Wikimedia) - FULLY OPEN policy
#
# 8. **Data License Policy distinction**
# - COOPERATIVE (OCLC): MIXED_POLICY - some services open, some proprietary
# - SOCIAL_MOVEMENT (Wikimedia): STRONG_OPEN_ADVOCATE - all content open
# - This captures fundamental difference in organizational philosophy
- has_name: Online Computer Library Center
has_type:
- CONSORTIUM
founded_through: '1967'
- has_name: Library of Congress
has_type:
- NATIONAL_LIBRARY
founded_through: '1800'

View file

@ -1,904 +1,11 @@
# Video Content Examples
# Instance data demonstrating video schema classes for heritage institutions
# Covers: VideoPost, VideoComment, VideoTranscript, VideoSubtitle, VideoAnnotation types
#
# Part of Heritage Custodian Ontology v0.9.10
#
# HERITAGE INSTITUTION VIDEO USE CASES:
# - Virtual museum tours
# - Conservation documentation
# - Curator interviews
# - Collection spotlights
# - Educational content
# - Live event recordings
# Instances of Custodian (social media context)
# ============================================================================
# EXAMPLE 1: Museum Virtual Tour Video
# Complete VideoPost with transcript, subtitles, and scene annotations
# ============================================================================
video_posts:
- post_id: "https://nde.nl/ontology/hc/video/nl/rijksmuseum-gallery-honour"
platform_type: YOUTUBE
platform_id: "UCo2sQFl0mV4K2v6D4d8Z9bQ"
platform_post_id: "dQw4w9WgXcQ"
post_url: "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
post_title: "The Gallery of Honour - Rijksmuseum Virtual Tour"
post_description: |
Take a virtual walk through the famous Gallery of Honour at the Rijksmuseum
in Amsterdam. This corridor displays masterpieces of Dutch Golden Age painting,
culminating in Rembrandt's Night Watch. Our curator guides you through the
history and significance of these iconic works.
# Video technical properties
duration: "PT15M42S"
definition: hd
aspect_ratio: "16:9"
frame_rate: 30.0
# Caption and language
caption_available: true
default_language: "nl"
default_audio_language: "nl"
available_caption_languages:
- "nl"
- "en"
- "de"
- "fr"
- "zh"
# Engagement metrics (observational)
view_count: 125847
like_count: 3421
dislike_count: 42
comment_count: 287
favorite_count: 892
metrics_observed_at: "2025-12-15T10:30:00Z"
# Platform-specific
video_category_id: "27" # Education
live_broadcast_content: none
is_licensed_content: false
is_embeddable: true
is_made_for_kids: false
# Publishing info (inherited from SocialMediaPost)
published_at: "2023-03-15T14:00:00Z"
last_updated_at: "2023-03-15T14:00:00Z"
# Comments
comments_fetched: 50
video_comments:
- comment_id: "Ugw3x9K2mL8f7nPqR1"
comment_author: "ArtHistoryFan"
comment_author_channel_id: "UC7f8n2p3m4x5L6qR7sT8vW"
comment_text: "This virtual tour is amazing! I visited last year and seeing it again brings back wonderful memories. The Night Watch looks even more spectacular in 4K."
comment_published_at: "2023-03-16T09:22:15Z"
comment_like_count: 45
comment_reply_count: 3
comment_replies:
- comment_id: "Ugw3x9K2mL8f7nPqR1.8nRq"
comment_author: "Rijksmuseum"
comment_author_channel_id: "UCo2sQFl0mV4K2v6D4d8Z9bQ"
comment_text: "Thank you for visiting and for your kind words! We hope to see you again soon."
comment_published_at: "2023-03-16T11:45:30Z"
comment_like_count: 12
comment_reply_count: 0
- comment_id: "Ugw5y7T4nM9g8oPsS2"
comment_author: "DutchHeritageExplorer"
comment_author_channel_id: "UC9g0n3p4m5x6L7qR8sT9vX"
comment_text: "Great explanation of the Vermeer paintings! Would love to see more content about the restoration process."
comment_published_at: "2023-03-17T16:33:45Z"
comment_like_count: 28
comment_reply_count: 1
# ============================================================================
# EXAMPLE 2: Video Transcript (Full Text)
# ============================================================================
video_transcripts:
- content_id: "https://nde.nl/ontology/hc/transcript/nl/rijksmuseum-gallery-honour-full"
source_video_url: "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
content_language: "nl"
full_transcript: |
Welkom in de Eregalerij van het Rijksmuseum. Deze iconische gang is het hart
van het museum en herbergt de grootste meesterwerken uit de Gouden Eeuw.
We beginnen onze wandeling bij de ingang, waar we direct worden begroet door
Frans Hals' portret van Isaac Massa en Beatrix van der Laen. Dit schilderij
uit 1622 toont de levendige penseelstreek waarmee Hals bekend staat.
Verderop zien we werken van Jan Steen, bekend om zijn humoristische taferelen
van het dagelijks leven. Zijn schilderij "De vrolijke huishouding" illustreert
het Nederlandse spreekwoord "een huishouden van Jan Steen."
Aan het einde van de galerie staat het beroemdste schilderij van Nederland:
De Nachtwacht van Rembrandt. Dit monumentale werk uit 1642 toont de
schutterij van kapitein Frans Banninck Cocq in actie.
word_count: 142
generation_method: AUTOMATIC
generation_model: "whisper-large-v3"
generation_confidence: 0.94
manual_corrections: true
# Provenance
generated_by: "OpenAI Whisper"
generation_timestamp: "2025-12-01T08:15:00Z"
reviewed_by: "Rijksmuseum Digital Team"
review_timestamp: "2025-12-02T14:30:00Z"
transcript_format: PLAIN_TEXT
# ============================================================================
# EXAMPLE 3: Video Subtitles (Time-Coded)
# ============================================================================
video_subtitles:
- content_id: "https://nde.nl/ontology/hc/subtitle/nl/rijksmuseum-gallery-honour-en"
source_video_url: "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
content_language: "en"
subtitle_format: VTT
total_cues: 45
subtitle_entries:
- sequence_number: 1
start_time: "00:00:00.000"
end_time: "00:00:04.500"
text: "Welcome to the Gallery of Honour at the Rijksmuseum."
speaker_label: "Curator"
- sequence_number: 2
start_time: "00:00:04.500"
end_time: "00:00:09.200"
text: "This iconic corridor is the heart of the museum"
speaker_label: "Curator"
- sequence_number: 3
start_time: "00:00:09.200"
end_time: "00:00:14.800"
text: "and houses the greatest masterpieces from the Golden Age."
speaker_label: "Curator"
- sequence_number: 4
start_time: "00:00:14.800"
end_time: "00:00:20.500"
text: "We begin our walk at the entrance, where we are immediately greeted"
speaker_label: "Curator"
- sequence_number: 5
start_time: "00:00:20.500"
end_time: "00:00:27.000"
text: "by Frans Hals' portrait of Isaac Massa and Beatrix van der Laen."
speaker_label: "Curator"
is_closed_captions: false
is_sdh: false
generation_method: HUMAN
reviewed_by: "Rijksmuseum Translation Team"
review_timestamp: "2023-03-10T16:00:00Z"
# ============================================================================
# EXAMPLE 4: Scene Annotations (Computer Vision)
# ============================================================================
video_scene_annotations:
- annotation_id: "https://nde.nl/ontology/hc/annotation/scene/rijksmuseum-01"
source_video_url: "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
annotation_type: SCENE
annotation_motivation: DESCRIBING
time_segment:
segment_id: "scene-01"
start_time: "00:00:00.000"
end_time: "00:00:45.000"
duration_seconds: 45.0
scene_type: ESTABLISHING
scene_label: "Gallery Entrance Introduction"
scene_description: |
Wide shot of the Gallery of Honour entrance. Camera slowly pans
from left to right, revealing the long corridor with paintings
on both walls. Natural light streams in from skylights above.
detected_elements:
- "architectural interior"
- "museum gallery"
- "natural lighting"
- "oil paintings"
- "parquet flooring"
dominant_colors:
- "#8B7355" # Brown/wood tones
- "#F5F5DC" # Cream walls
- "#DAA520" # Golden frames
confidence_score: 0.92
detection_model: "google-video-intelligence-v1"
detection_timestamp: "2025-12-01T09:00:00Z"
- annotation_id: "https://nde.nl/ontology/hc/annotation/scene/rijksmuseum-02"
source_video_url: "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
annotation_type: SCENE
annotation_motivation: DESCRIBING
time_segment:
segment_id: "scene-02"
start_time: "00:00:45.000"
end_time: "00:02:30.000"
duration_seconds: 105.0
scene_type: CLOSE_UP
scene_label: "Frans Hals Portrait Detail"
scene_description: |
Close-up shots of Frans Hals' portrait painting showing
brushwork detail and color palette. Camera moves slowly
across canvas surface highlighting texture.
detected_elements:
- "oil painting"
- "portrait"
- "17th century costume"
- "lace collar"
- "dark background"
confidence_score: 0.88
detection_model: "google-video-intelligence-v1"
detection_timestamp: "2025-12-01T09:00:00Z"
# ============================================================================
# EXAMPLE 5: Object Annotations (Artwork Detection)
# ============================================================================
video_object_annotations:
- annotation_id: "https://nde.nl/ontology/hc/annotation/object/rijksmuseum-night-watch"
source_video_url: "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
annotation_type: OBJECT
annotation_motivation: IDENTIFYING
time_segment:
segment_id: "night-watch-segment"
start_time: "00:12:30.000"
end_time: "00:15:42.000"
duration_seconds: 192.0
detected_objects:
- object_id: "obj-night-watch-001"
object_label: "The Night Watch"
object_category: "painting"
confidence: 0.98
bounding_box_x: 120
bounding_box_y: 80
bounding_box_width: 1680
bounding_box_height: 920
wikidata_entity: "Q219831"
artist: "Rembrandt van Rijn"
creation_year: 1642
- object_id: "obj-captain-001"
object_label: "Captain Frans Banninck Cocq"
object_category: "person (depicted)"
confidence: 0.91
bounding_box_x: 450
bounding_box_y: 150
bounding_box_width: 380
bounding_box_height: 720
wikidata_entity: "Q467089"
detection_level: FRAME
confidence_score: 0.95
detection_model: "artwork-recognition-v2"
detection_timestamp: "2025-12-01T09:15:00Z"
# ============================================================================
# EXAMPLE 6: OCR Annotations (Text in Video)
# ============================================================================
video_ocr_annotations:
- annotation_id: "https://nde.nl/ontology/hc/annotation/ocr/rijksmuseum-label-01"
source_video_url: "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
annotation_type: OCR
annotation_motivation: TRANSCRIBING
time_segment:
segment_id: "label-segment-01"
start_time: "00:05:15.000"
end_time: "00:05:22.000"
duration_seconds: 7.0
detected_text_regions:
- region_id: "text-001"
detected_text: "Johannes Vermeer"
text_language: "nl"
text_type: ARTWORK_LABEL
bounding_box_x: 100
bounding_box_y: 650
bounding_box_width: 280
bounding_box_height: 35
confidence: 0.97
- region_id: "text-002"
detected_text: "Het melkmeisje, ca. 1660"
text_language: "nl"
text_type: ARTWORK_LABEL
bounding_box_x: 100
bounding_box_y: 690
bounding_box_width: 320
bounding_box_height: 30
confidence: 0.94
- region_id: "text-003"
detected_text: "Olieverf op doek"
text_language: "nl"
text_type: CAPTION
bounding_box_x: 100
bounding_box_y: 725
bounding_box_width: 200
bounding_box_height: 25
confidence: 0.91
detection_level: FRAME
confidence_score: 0.94
detection_model: "google-cloud-vision-ocr"
detection_timestamp: "2025-12-01T09:20:00Z"
# ============================================================================
# EXAMPLE 7: Conservation Documentation Video
# Archive use case with technical annotations
# ============================================================================
conservation_videos:
- post_id: "https://nde.nl/ontology/hc/video/nl/rijksmuseum-night-watch-restoration"
platform_type: YOUTUBE
platform_id: "UCo2sQFl0mV4K2v6D4d8Z9bQ"
platform_post_id: "abcd1234efgh"
post_url: "https://www.youtube.com/watch?v=abcd1234efgh"
post_title: "Operation Night Watch - Restoration Process Documentary"
post_description: |
Follow the largest and most detailed art research and conservation project
ever undertaken on a single painting. Operation Night Watch uses cutting-edge
technology to study and restore Rembrandt's masterpiece.
duration: "PT45M30S"
definition: uhd
aspect_ratio: "16:9"
frame_rate: 24.0
caption_available: true
default_language: "en"
default_audio_language: "en"
available_caption_languages:
- "en"
- "nl"
- "de"
- "ja"
view_count: 892341
like_count: 28456
comment_count: 1523
metrics_observed_at: "2025-12-15T10:30:00Z"
video_category_id: "28" # Science & Technology
live_broadcast_content: none
is_licensed_content: false
is_embeddable: true
is_made_for_kids: false
published_at: "2021-06-22T12:00:00Z"
# ============================================================================
# EXAMPLE 8: Video Chapters (Navigation Segments)
# YouTube chapters, virtual tour sections, conservation phases
# ============================================================================
video_chapters:
# Rijksmuseum Virtual Tour - Gallery of Honour chapters
- chapter_id: "dQw4w9WgXcQ_chapter_0"
chapter_title: "Introduction - Welcome to the Rijksmuseum"
chapter_index: 0
chapter_start_seconds: 0.0
chapter_end_seconds: 45.0
chapter_start_time: "PT0S"
chapter_end_time: "PT45S"
chapter_description: |
Opening shot of the Gallery of Honour entrance with curator introduction.
Overview of what visitors will see during the virtual tour.
auto_generated: false
chapter_source: MANUAL
chapter_thumbnail_url: "https://i.ytimg.com/vi/dQw4w9WgXcQ/hqdefault.jpg?sqp=-oaymwEjCNACELwBSFryq4qpAxUIARUAAAAAGAElAADIQj0AgKJDeAE=&rs=AOn4CLBp1"
- chapter_id: "dQw4w9WgXcQ_chapter_1"
chapter_title: "Frans Hals and Early Portraits"
chapter_index: 1
chapter_start_seconds: 45.0
chapter_end_seconds: 180.0
chapter_start_time: "PT45S"
chapter_end_time: "PT3M"
chapter_description: |
Exploration of Frans Hals' portrait of Isaac Massa and Beatrix van der Laen.
Discussion of Hals' innovative brushwork techniques.
auto_generated: false
chapter_source: MANUAL
heritage_entities_mentioned:
- entity_id: "Q167654" # Frans Hals
entity_type: "Person"
entity_label: "Frans Hals"
- entity_id: "Q2628540" # Portrait of Isaac Massa and Beatrix van der Laen
entity_type: "Artwork"
entity_label: "Portrait of Isaac Massa and Beatrix van der Laen"
- chapter_id: "dQw4w9WgXcQ_chapter_2"
chapter_title: "Jan Steen's Household Scenes"
chapter_index: 2
chapter_start_seconds: 180.0
chapter_end_seconds: 360.0
chapter_start_time: "PT3M"
chapter_end_time: "PT6M"
chapter_description: |
The humorous domestic scenes of Jan Steen and the meaning behind
the Dutch expression "een huishouden van Jan Steen."
auto_generated: false
chapter_source: MANUAL
heritage_entities_mentioned:
- entity_id: "Q205863" # Jan Steen
entity_type: "Person"
entity_label: "Jan Steen"
- chapter_id: "dQw4w9WgXcQ_chapter_3"
chapter_title: "Vermeer's Masterpieces"
chapter_index: 3
chapter_start_seconds: 360.0
chapter_end_seconds: 600.0
chapter_start_time: "PT6M"
chapter_end_time: "PT10M"
chapter_description: |
Close examination of Johannes Vermeer's The Milkmaid and other works.
Analysis of Vermeer's distinctive use of light and color.
auto_generated: false
chapter_source: MANUAL
heritage_entities_mentioned:
- entity_id: "Q41264" # Johannes Vermeer
entity_type: "Person"
entity_label: "Johannes Vermeer"
- entity_id: "Q154349" # The Milkmaid
entity_type: "Artwork"
entity_label: "Het melkmeisje (The Milkmaid)"
- chapter_id: "dQw4w9WgXcQ_chapter_4"
chapter_title: "The Night Watch - Rembrandt's Masterpiece"
chapter_index: 4
chapter_start_seconds: 600.0
chapter_end_seconds: 942.0
chapter_start_time: "PT10M"
chapter_end_time: "PT15M42S"
chapter_description: |
Culmination of the tour at Rembrandt's iconic Night Watch.
Discussion of the painting's history, composition, and restoration.
auto_generated: false
chapter_source: MANUAL
heritage_entities_mentioned:
- entity_id: "Q5598" # Rembrandt
entity_type: "Person"
entity_label: "Rembrandt van Rijn"
- entity_id: "Q219831" # The Night Watch
entity_type: "Artwork"
entity_label: "De Nachtwacht (The Night Watch)"
# Conservation Documentary - Operation Night Watch chapters
- chapter_id: "abcd1234efgh_chapter_0"
chapter_title: "Project Overview"
chapter_index: 0
chapter_start_seconds: 0.0
chapter_end_seconds: 300.0
chapter_start_time: "PT0S"
chapter_end_time: "PT5M"
chapter_description: |
Introduction to Operation Night Watch, the most extensive research
and conservation project ever undertaken on a single painting.
auto_generated: false
chapter_source: MANUAL
- chapter_id: "abcd1234efgh_chapter_1"
chapter_title: "Technical Imaging and Analysis"
chapter_index: 1
chapter_start_seconds: 300.0
chapter_end_seconds: 900.0
chapter_start_time: "PT5M"
chapter_end_time: "PT15M"
chapter_description: |
Multi-spectral imaging, X-ray analysis, and macro photography
revealing hidden layers and underdrawings in the painting.
auto_generated: false
chapter_source: MANUAL
conservation_phase: "DOCUMENTATION"
- chapter_id: "abcd1234efgh_chapter_2"
chapter_title: "Condition Assessment"
chapter_index: 2
chapter_start_seconds: 900.0
chapter_end_seconds: 1500.0
chapter_start_time: "PT15M"
chapter_end_time: "PT25M"
chapter_description: |
Detailed examination of the painting's condition, including
craquelure patterns, varnish degradation, and previous restorations.
auto_generated: false
chapter_source: MANUAL
conservation_phase: "ASSESSMENT"
- chapter_id: "abcd1234efgh_chapter_3"
chapter_title: "Cleaning Process"
chapter_index: 3
chapter_start_seconds: 1500.0
chapter_end_seconds: 2100.0
chapter_start_time: "PT25M"
chapter_end_time: "PT35M"
chapter_description: |
The meticulous cleaning process using specialized solvents and
techniques to remove centuries of accumulated dirt and varnish.
auto_generated: false
chapter_source: MANUAL
conservation_phase: "TREATMENT"
- chapter_id: "abcd1234efgh_chapter_4"
chapter_title: "AI-Assisted Reconstruction"
chapter_index: 4
chapter_start_seconds: 2100.0
chapter_end_seconds: 2730.0
chapter_start_time: "PT35M"
chapter_end_time: "PT45M30S"
chapter_description: |
How artificial intelligence was used to digitally reconstruct
missing portions of the painting that were cut off in 1715.
auto_generated: false
chapter_source: MANUAL
conservation_phase: "DIGITAL_RECONSTRUCTION"
# ============================================================================
# EXAMPLE 9: Video Chapter Lists (Complete Sets)
# ============================================================================
video_chapter_lists:
# Complete chapter list for Rijksmuseum virtual tour
- list_id: "https://nde.nl/ontology/hc/chapterlist/rijksmuseum-gallery-honour"
video_id: "dQw4w9WgXcQ"
video_url: "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
video_title: "The Gallery of Honour - Rijksmuseum Virtual Tour"
chapters:
- "dQw4w9WgXcQ_chapter_0"
- "dQw4w9WgXcQ_chapter_1"
- "dQw4w9WgXcQ_chapter_2"
- "dQw4w9WgXcQ_chapter_3"
- "dQw4w9WgXcQ_chapter_4"
total_chapters: 5
chapters_source: MANUAL
covers_full_video: true
video_duration_seconds: 942.0
extraction_timestamp: "2025-12-15T14:00:00Z"
extraction_method: "YouTube Data API v3"
# Complete chapter list for Operation Night Watch documentary
- list_id: "https://nde.nl/ontology/hc/chapterlist/operation-night-watch"
video_id: "abcd1234efgh"
video_url: "https://www.youtube.com/watch?v=abcd1234efgh"
video_title: "Operation Night Watch - Restoration Process Documentary"
chapters:
- "abcd1234efgh_chapter_0"
- "abcd1234efgh_chapter_1"
- "abcd1234efgh_chapter_2"
- "abcd1234efgh_chapter_3"
- "abcd1234efgh_chapter_4"
total_chapters: 5
chapters_source: MANUAL
covers_full_video: true
video_duration_seconds: 2730.0
extraction_timestamp: "2025-12-15T14:00:00Z"
extraction_method: "YouTube Data API v3"
# ============================================================================
# EXAMPLE 10: Video Audio Annotations (Speech, Music, Sound Events)
# ============================================================================
video_audio_annotations:
# Example 1: Curator Interview with Speaker Diarization
- annotation_id: "https://nde.nl/ontology/hc/annotation/audio/rijksmuseum-interview-01"
source_video_url: "https://www.youtube.com/watch?v=xyz789curator"
annotation_type: AUDIO
annotation_motivation: TRANSCRIBING
# Primary audio characteristics
primary_audio_event_type: SPEECH
speech_detected: true
speech_language: "nl"
languages_detected:
- "nl"
- "en" # Some English art terminology used
# Speaker diarization (who spoke when)
diarization_enabled: true
speaker_count: 2
speaker_labels:
- "Dr. Taco Dibbits"
- "Interviewer"
diarization_segments:
- segment_id: "diar-001"
diarization_start_seconds: 0.0
diarization_end_seconds: 8.5
diarization_start_time: "PT0S"
diarization_end_time: "PT8.5S"
diarization_speaker_id: "spk_001"
diarization_speaker_label: "Interviewer"
diarization_confidence: 0.94
transcript_snippet: "Welkom bij het Rijksmuseum. Vandaag spreken we met de directeur..."
- segment_id: "diar-002"
diarization_start_seconds: 8.5
diarization_end_seconds: 45.0
diarization_start_time: "PT8.5S"
diarization_end_time: "PT45S"
diarization_speaker_id: "spk_002"
diarization_speaker_label: "Dr. Taco Dibbits"
diarization_confidence: 0.97
transcript_snippet: "Dank u wel. Het is een bijzonder moment voor het museum..."
- segment_id: "diar-003"
diarization_start_seconds: 45.0
diarization_end_seconds: 52.0
diarization_start_time: "PT45S"
diarization_end_time: "PT52S"
diarization_speaker_id: "spk_001"
diarization_speaker_label: "Interviewer"
diarization_confidence: 0.92
transcript_snippet: "Kunt u ons meer vertellen over de nieuwe tentoonstelling?"
- segment_id: "diar-004"
diarization_start_seconds: 52.0
diarization_end_seconds: 180.0
diarization_start_time: "PT52S"
diarization_end_time: "PT3M"
diarization_speaker_id: "spk_002"
diarization_speaker_label: "Dr. Taco Dibbits"
diarization_confidence: 0.96
transcript_snippet: "Jazeker. Deze tentoonstelling is uniek omdat we voor het eerst..."
# Audio quality metrics
audio_quality_score: 0.92
snr_db: 28.0
has_clipping: false
audio_channels: 2
sample_rate_hz: 48000
# No music in this interview
music_detected: false
# Detection metadata
detection_model: "whisper-large-v3-diarize"
detection_timestamp: "2025-12-15T16:00:00Z"
confidence_score: 0.94
# Example 2: Exhibition Promotional Video with Music
- annotation_id: "https://nde.nl/ontology/hc/annotation/audio/vangogh-exhibition-promo"
source_video_url: "https://www.youtube.com/watch?v=promo2025vgm"
annotation_type: AUDIO
annotation_motivation: DESCRIBING
# Mixed speech and music
primary_audio_event_type: MIXED
speech_detected: true
music_detected: true
speech_language: "en"
languages_detected:
- "en"
- "nl"
# Speech segments (voiceover narration)
speech_segments:
- segment_id: "speech-001"
speech_start_seconds: 5.0
speech_end_seconds: 25.0
speech_start_time: "PT5S"
speech_end_time: "PT25S"
speaker_id: "narrator"
speaker_label: "Voiceover Narrator"
speech_type: NARRATION
transcript_snippet: "This spring, the Van Gogh Museum presents a groundbreaking exhibition..."
- segment_id: "speech-002"
speech_start_seconds: 45.0
speech_end_seconds: 60.0
speech_start_time: "PT45S"
speech_end_time: "PT1M"
speaker_id: "curator"
speaker_label: "Exhibition Curator"
speech_type: INTERVIEW
transcript_snippet: "Van Gogh's use of color was revolutionary..."
# Music segments (background and featured)
music_segments:
- segment_id: "music-001"
music_start_seconds: 0.0
music_end_seconds: 120.0
music_start_time: "PT0S"
music_end_time: "PT2M"
music_type: BACKGROUND
music_genre: "classical"
is_background: true
volume_level: "low"
music_title: null # Unknown background track
- segment_id: "music-002"
music_start_seconds: 90.0
music_end_seconds: 115.0
music_start_time: "PT1M30S"
music_end_time: "PT1M55S"
music_type: DRAMATIC
music_genre: "orchestral"
is_background: false
volume_level: "medium"
music_description: "Dramatic orchestral swell accompanying visual climax"
music_genres_detected:
- "classical"
- "orchestral"
# Audio quality metrics
audio_quality_score: 0.88
snr_db: 22.0 # Lower due to music mixing
audio_channels: 2
sample_rate_hz: 48000
detection_model: "audio-analysis-v2"
detection_timestamp: "2025-12-15T16:30:00Z"
confidence_score: 0.86
# Example 3: Museum Lecture Recording with Audience Reactions
- annotation_id: "https://nde.nl/ontology/hc/annotation/audio/stedelijk-lecture-2024"
source_video_url: "https://www.youtube.com/watch?v=lecture2024sted"
annotation_type: AUDIO
annotation_motivation: TRANSCRIBING
primary_audio_event_type: SPEECH
speech_detected: true
music_detected: false
speech_language: "nl"
languages_detected:
- "nl"
# Main lecture content
diarization_enabled: true
speaker_count: 1
speaker_labels:
- "Prof. Dr. Beatrix Ruf"
diarization_segments:
- segment_id: "lecture-001"
diarization_start_seconds: 0.0
diarization_end_seconds: 1800.0
diarization_start_time: "PT0S"
diarization_end_time: "PT30M"
diarization_speaker_id: "spk_main"
diarization_speaker_label: "Prof. Dr. Beatrix Ruf"
diarization_confidence: 0.98
# Sound events detected (audience reactions)
sound_events_detected: true
sound_event_types:
- APPLAUSE
- LAUGHTER
- CROWD_NOISE
sound_event_segments:
- segment_id: "sound-001"
sound_start_seconds: 420.0
sound_end_seconds: 425.0
sound_start_time: "PT7M"
sound_end_time: "PT7M5S"
sound_event_type: LAUGHTER
sound_confidence: 0.89
sound_description: "Audience laughter in response to humorous anecdote"
- segment_id: "sound-002"
sound_start_seconds: 1795.0
sound_end_seconds: 1810.0
sound_start_time: "PT29M55S"
sound_end_time: "PT30M10S"
sound_event_type: APPLAUSE
sound_confidence: 0.96
sound_description: "Audience applause at conclusion of lecture"
- segment_id: "sound-003"
sound_start_seconds: 1200.0
sound_end_seconds: 1203.0
sound_start_time: "PT20M"
sound_end_time: "PT20M3S"
sound_event_type: CROWD_NOISE
sound_confidence: 0.72
sound_description: "Brief audience murmuring during slide transition"
# Audio quality metrics (live recording)
audio_quality_score: 0.78
snr_db: 18.0 # Lower due to room acoustics
has_reverb: true
audio_channels: 2
sample_rate_hz: 44100
detection_model: "audio-event-detector-v1"
detection_timestamp: "2025-12-15T17:00:00Z"
confidence_score: 0.82
# ============================================================================
# PROVENANCE METADATA
# ============================================================================
provenance:
data_source: EXAMPLE_INSTANCES
data_tier: TIER_4_INFERRED
extraction_date: "2025-12-16T00:00:00Z"
extraction_method: "Manual example creation for schema documentation"
confidence_score: 1.0
notes: |
Example instances demonstrating video content modeling capabilities.
Based on real heritage institution video patterns but with synthetic data.
Classes demonstrated:
- VideoPost (with VideoComment)
- VideoTranscript
- VideoSubtitle
- VideoSceneAnnotation
- VideoObjectAnnotation
- VideoOCRAnnotation
- VideoChapter (NEW in v0.9.10)
- VideoChapterList (NEW in v0.9.10)
- VideoAudioAnnotation (NEW in v0.9.10)
- SpeechSegment
- DiarizationSegment
- MusicSegment
- SoundEventSegment
Heritage use cases covered:
- Virtual museum tours
- Conservation documentation
- Artwork recognition
- Museum label OCR
- Video chapter navigation (NEW)
- Speaker diarization in interviews (NEW)
- Music detection in promotional content (NEW)
- Audience reaction detection in lectures (NEW)
Enumerations demonstrated:
- ChapterSourceEnum: MANUAL, AUTO_GENERATED, YOUTUBE_API
- AudioEventTypeEnum: SPEECH, MUSIC, MIXED, AMBIENT, SILENCE
- SoundEventTypeEnum: APPLAUSE, LAUGHTER, CROWD_NOISE
- MusicTypeEnum: BACKGROUND, FOREGROUND, DRAMATIC
Heritage entities referenced (Wikidata):
- Q5598 (Rembrandt van Rijn)
- Q41264 (Johannes Vermeer)
- Q167654 (Frans Hals)
- Q205863 (Jan Steen)
- Q219831 (The Night Watch)
- Q154349 (The Milkmaid)
- Q2628540 (Portrait of Isaac Massa and Beatrix van der Laen)
- identified_by:
- https://nde.nl/ontology/hc/nl-youtube-rijksmuseum
has_label:
- Rijksmuseum YouTube Channel
- identified_by:
- https://nde.nl/ontology/hc/nl-youtube-vangoghmuseum
has_label:
- Van Gogh Museum YouTube Channel

View file

@ -0,0 +1,35 @@
# Web Observation Examples
# Provenance records for funding call observations
# Converted to canonical slots February 2026
# =============================================================================
# EXAMPLE 1: Horizon Europe observation
# =============================================================================
- identified_by:
- "https://nde.nl/ontology/hc/observation/web/2025-11-29/eu-horizon-cl2-heritage"
has_title: "Horizon Europe - Cultural heritage, cultural and creative industries"
has_note:
- |
Extracted via Exa AI search. Call details well-structured with clear
sections for budget, deadline, and eligibility. Budget figure of €82.5M
confirmed from official documentation. Partnership requirement of minimum
3 partners verified. Deadline of 2025-09-16 confirmed.
has_url:
- "https://ec.europa.eu/info/funding-tenders/opportunities/portal/screen/opportunities/topic-details/horizon-cl2-2025-heritage-01"
- "https://web.archive.org/web/20251129103000/https://ec.europa.eu/info/funding-tenders/opportunities/portal/screen/opportunities/topic-details/horizon-cl2-2025-heritage-01"
# =============================================================================
# EXAMPLE 2: NLHF observation
# =============================================================================
- identified_by:
- "https://nde.nl/ontology/hc/observation/web/2025-11-28/nlhf-medium-grants"
has_title:
- "Medium grants | The National Lottery Heritage Fund"
has_note:
- |
Extracted via Playwright headless browser. Dynamic JavaScript content
fully rendered before extraction. Grant range of £250K-£5M confirmed.
Rolling deadline - set to end of year for tracking purposes.
Co-funding requirement noted in application guidance.
has_url:
- "https://www.heritagefund.org.uk/funding/medium-grants"

View file

@ -82,7 +82,8 @@ imports:
# Shared slots
- modules/slots/website
- modules/slots/20260202_matang/has_email_address
- modules/slots/has_email_address
# Supporting classes
- modules/classes/Country

View file

@ -1,5 +1,5 @@
{
"generated": "2026-02-17T10:23:52.163Z",
"generated": "2026-02-18T10:29:31.898Z",
"schemaRoot": "/schemas/20251121/linkml",
"totalFiles": 2183,
"categoryCounts": {

View file

@ -6,6 +6,7 @@ prefixes:
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
crm: http://www.cidoc-crm.org/cidoc-crm/
rico: https://www.ica.org/standards/RiC/ontology#
wd: http://www.wikidata.org/entity/
default_prefix: hc
@ -82,6 +83,20 @@ classes:
in_language: id
- literal_form: 学术档案集
in_language: zh
keywords:
- academic archives
- university records
- higher education
- tertiary education
- academic institutions
- educational archives
- research records
- teaching materials
- faculty papers
- student records
- administrative records
- campus documentation
- institutional archives
slot_usage:
has_type:
equals_string: "hc:ArchiveOrganizationType"
@ -90,6 +105,8 @@ classes:
inlined: true
broad_mappings:
- rico:RecordSetType
- skos:Concept
- crm:E55_Type
close_mappings:
- wd:Q27032435
see_also:

View file

@ -22,6 +22,7 @@ imports:
- ../slots/has_score
- ../slots/impose
- ../slots/has_legal_basis
- ../slots/has_deadline
- ../slots/identified_by
- ../slots/has_label
- ../slots/pose_condition
@ -41,13 +42,13 @@ classes:
id: Kebijakan yang menetapkan ketentuan akses ke koleksi atau bagiannya.
zh: 规定对馆藏或其组成部分的访问条件的政策。
structured_aliases:
- {literal_form: toegangsbeleid, in_language: nl}
- {literal_form: Zugangsrichtlinie, in_language: de}
- {literal_form: politique d acces, in_language: fr}
- {literal_form: politica de acceso, in_language: es}
- {literal_form: سياسة وصول, in_language: ar}
- {literal_form: kebijakan akses, in_language: id}
- {literal_form: 访问政策, in_language: zh}
- {literal_form: toegangsbeleid, predicate: EXACT_SYNONYM, in_language: nl}
- {literal_form: Zugangsrichtlinie, predicate: EXACT_SYNONYM, in_language: de}
- {literal_form: politique d acces, predicate: EXACT_SYNONYM, in_language: fr}
- {literal_form: politica de acceso, predicate: EXACT_SYNONYM, in_language: es}
- {literal_form: سياسة وصول, predicate: EXACT_SYNONYM, in_language: ar}
- {literal_form: kebijakan akses, predicate: EXACT_SYNONYM, in_language: id}
- {literal_form: 访问政策, predicate: EXACT_SYNONYM, in_language: zh}
description: >-
Conditions under which a collection (or its members) may be accessed,
including restrictions, requirements, and temporal validity.
@ -68,12 +69,11 @@ classes:
- has_deadline
- restricted_by
- impose
- legal_basis
- has_legal_basis
- identified_by
- has_label
- review_date
- rights_statement
- rights_statement_url
- has_roadmap
- has_statement
- has_score
- temporal_extent
slot_usage:
@ -122,14 +122,10 @@ classes:
- has_type: AccessCondition
has_description:
description_text: Registration form must be completed
rights_statement:
# range: string
has_statement:
examples:
- value: In Copyright
- value: No Copyright - United States
rights_statement_url:
range: uri
examples:
- value: http://rightsstatements.org/vocab/InC/1.0/
- value: http://rightsstatements.org/vocab/NoC-US/1.0/
require:
@ -168,15 +164,13 @@ classes:
range: uri
examples:
- value: https://localcontexts.org/tk-labels/
legal_basis:
# range: string
has_legal_basis:
examples:
- value: General Data Protection Regulation (GDPR)
- value: Freedom of Information Act exemption 6
review_date:
range: date
has_roadmap:
examples:
- value: '2025-12-31'
- value: 'policy_review_date: 2025-12-31'
temporal_extent:
range: TimeSpan
inlined: true

View file

@ -13,6 +13,7 @@ prefixes:
crm: http://www.cidoc-crm.org/cidoc-crm/
schema: http://schema.org/
prov: http://www.w3.org/ns/prov#
skos: http://www.w3.org/2004/02/skos/core#
default_prefix: hc
classes:
PersonAgent:
@ -52,29 +53,39 @@ classes:
捐赠者、收藏家或工作人员。
structured_aliases:
- literal_form: persoonsagent
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Personenakteur
predicate: EXACT_SYNONYM
in_language: de
- literal_form: agent personne
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: agente persona
predicate: EXACT_SYNONYM
in_language: es
- literal_form: وكيل شخصي
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: agen orang
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 个人代理者
predicate: EXACT_SYNONYM
in_language: zh
broad_mappings:
- crm:E21_Person
- schema:Person
- prov:Agent
keywords:
- person
- individual
- researcher
- donor
- collector
- staff
broad_mappings:
- skos:Concept
- crm:E55_Type
- crm:E21_Person
- schema:Person
- prov:Agent
OrganizationAgent:
is_a: AgentType
class_uri: hc:OrganizationAgent
@ -114,29 +125,39 @@ classes:
档案馆、图书馆、博物馆或政府机构。
structured_aliases:
- literal_form: organisatieagent
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Organisationsakteur
predicate: EXACT_SYNONYM
in_language: de
- literal_form: agent organisation
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: agente organizacion
predicate: EXACT_SYNONYM
in_language: es
- literal_form: وكيل مؤسسي
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: agen organisasi
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 组织代理者
predicate: EXACT_SYNONYM
in_language: zh
broad_mappings:
- crm:E40_Legal_Body
- schema:Organization
- prov:Agent
keywords:
- organization
- institution
- archive
- library
- museum
- government
broad_mappings:
- skos:Concept
- crm:E55_Type
- crm:E40_Legal_Body
- schema:Organization
- prov:Agent
SoftwareAgent:
is_a: AgentType
class_uri: hc:SoftwareAgent
@ -178,28 +199,38 @@ classes:
编目系统、数字化工作流或数据处理管道。
structured_aliases:
- literal_form: softwareagent
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Softwareakteur
predicate: EXACT_SYNONYM
in_language: de
- literal_form: agent logiciel
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: agente software
predicate: EXACT_SYNONYM
in_language: es
- literal_form: وكيل برمجي
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: agen perangkat lunak
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 软件代理者
predicate: EXACT_SYNONYM
in_language: zh
broad_mappings:
- prov:SoftwareAgent
- schema:SoftwareApplication
keywords:
- software
- automated
- algorithm
- system
- process
- bot
broad_mappings:
- skos:Concept
- crm:E55_Type
- prov:SoftwareAgent
- schema:SoftwareApplication
GroupAgent:
is_a: AgentType
class_uri: hc:GroupAgent
@ -240,28 +271,38 @@ classes:
无正式组织结构,如研究团队、社区团体或项目协作。
structured_aliases:
- literal_form: groepsagent
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Gruppenakteur
predicate: EXACT_SYNONYM
in_language: de
- literal_form: agent groupe
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: agente grupo
predicate: EXACT_SYNONYM
in_language: es
- literal_form: وكيل جماعي
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: agen kelompok
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 团体代理者
predicate: EXACT_SYNONYM
in_language: zh
broad_mappings:
- crm:E74_Group
- schema:Organization
- prov:Agent
keywords:
- group
- collective
- team
- informal
- collaboration
- ad-hoc
broad_mappings:
- skos:Concept
- crm:E55_Type
- crm:E74_Group
- schema:Organization
- prov:Agent
comments:
- 'Preserved from prior description: Agent type representing an informal group, collective, or ad-hoc assembly of persons that performs actions within heritage contexts without formal organizational structure, such as research teams, community groups, or project collaborations.'

View file

@ -54,8 +54,37 @@ classes:
broad_mappings:
- skos:Concept
- rico:RecordSetType
- crm:E55_Type
close_mappings:
- wd:Q18574935
structured_aliases:
- literal_form: dierengeluidarchief-recordsettype
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Tierstimmenarchiv-Bestandsart
predicate: EXACT_SYNONYM
in_language: de
- literal_form: type de fonds d'archives sonores animales
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: tipo de fondo de archivo de sonidos animales
predicate: EXACT_SYNONYM
in_language: es
- literal_form: نوع مجموعة سجلات أرشيف أصوات الحيوانات
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: tipe kumpulan rekaman arsip suara hewan
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 动物声音档案记录集类型
predicate: EXACT_SYNONYM
in_language: zh
keywords:
- animal sounds
- bioacoustics
- wildlife recordings
- sound archives
- record set classification
slot_usage:
has_type:
equals_string: "hc:ArchiveOrganizationType"

View file

@ -102,6 +102,12 @@ classes:
specificity_score: "0.25"
specificity_rationale: Specialized bioacoustic collection type
custodian_types: "['AnimalSoundArchive']"
keywords:
- bioacoustic recordings
- animal sounds
- species identification
- biodiversity
- wildlife audio
FieldRecordingSeries:
is_a: AnimalSoundArchiveRecordSetType
class_uri: rico:RecordSetType
@ -187,3 +193,9 @@ classes:
specificity_score: "0.25"
specificity_rationale: Specialized field recording series type
custodian_types: "['AnimalSoundArchive']"
keywords:
- field recordings
- wildlife documentation
- natural habitat
- research expeditions
- audio surveys

View file

@ -66,6 +66,7 @@ classes:
- wd:Q121409581
broad_mappings:
- skos:Concept
- crm:E55_Type
- rico:RecordSetType
slot_usage:
related_to:

View file

@ -55,18 +55,25 @@ classes:
- rico:CorporateBody
structured_aliases:
- literal_form: bouwdossiersarchief
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Bauaktenarchiv
predicate: EXACT_SYNONYM
in_language: de
- literal_form: archives de dossiers de construction
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: archivo de expedientes de obra
predicate: EXACT_SYNONYM
in_language: es
- literal_form: أرشيف سجلات البناء
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: arsip dokumen bangunan
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 建筑档案
predicate: EXACT_SYNONYM
in_language: zh
examples:
- value:

View file

@ -14,7 +14,7 @@ imports:
- ../slots/has_measurement_unit
- ../slots/has_value
- ../slots/approximate
- ../slots/has_date
- ../slots/measured_on
- ../slots/measured_through
classes:
Area:
@ -100,7 +100,7 @@ classes:
slots:
- has_value
- has_measurement_unit
- measurement_date
- measured_on
- approximate
- measured_through
- has_label
@ -112,8 +112,8 @@ classes:
range: MeasureUnit
required: true
inlined: true
measurement_date:
range: date
measured_on:
range: datetime
required: false
approximate:
range: boolean

View file

@ -4,6 +4,7 @@ title: Art Archive Record Set Type
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
crm: http://www.cidoc-crm.org/cidoc-crm/
rico: https://www.ica.org/standards/RiC/ontology#
skos: http://www.w3.org/2004/02/skos/core#
default_prefix: hc
@ -50,6 +51,7 @@ classes:
broad_mappings:
- rico:RecordSetType
- skos:Concept
- crm:E55_Type
structured_aliases:
- literal_form: kunstarchief-recordsettype
in_language: nl

View file

@ -6,6 +6,7 @@ prefixes:
hc: https://nde.nl/ontology/hc/
wd: http://www.wikidata.org/entity/
skos: http://www.w3.org/2004/02/skos/core#
crm: http://www.cidoc-crm.org/cidoc-crm/
rico: https://www.ica.org/standards/RiC/ontology#
schema: http://schema.org/
imports:
@ -32,6 +33,7 @@ classes:
broad_mappings:
- rico:RecordSetType
- skos:Concept
- crm:E55_Type
structured_aliases:
- literal_form: audiovisueelarchief-recordsettype
in_language: nl

View file

@ -66,82 +66,342 @@ classes:
zh: >-
遗产收藏中的自然标本或生物衍生物品,带有相关分类学鉴定和保存元数据。
structured_aliases:
nl:
- biologisch object
- natuurspecimen
de:
- biologisches Objekt
- Naturkundliches Exemplar
fr:
- objet biologique
- spécimen d'histoire naturelle
es:
- objeto biológico
- espécimen de historia natural
ar:
- كائن بيولوجي
- عينة تاريخ طبيعي
id:
- objek biologis
- spesimen sejarah alam
zh:
- 生物对象
- 自然史标本
keywords:
- biological specimen
- natural history
- taxonomic identification
- preserved specimen
- organism
exact_mappings:
- crm:E20_Biological_Object
close_mappings:
- dwc:Occurrence
- dwc:Organism
- schema:Taxon
related_mappings:
- crm:E19_Physical_Object
- crm:E22_Human-Made_Object
- gbif:Specimen
is_a: ExhibitedObject
slots:
- associated_with
- identified_by
- listed_in
- acquired_through
- describe
- in_place
- has_hypernym
- acquired_by
- has_name
- has_type
- identified_through
- has_habitat
- symbolize
- has_status
- has_provenance
- has_stage
- contain
- prepared_on
- prepared_by
- has_method
- has_detail
- has_gender
- has_quantity
- has_specimen
- has_label
- commented_on
- has_authority
- has_rank
- has_score
slot_usage:
associated_with:
range: Taxon
multivalued: true
inlined_as_list: true
examples:
- value: https://nde.nl/ontology/hc/taxon/raphus-cucullatus
identified_by:
- literal_form: biologisch object
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: natuurspecimen
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: biologisches Objekt
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Naturkundliches Exemplar
predicate: EXACT_SYNONYM
in_language: de
- literal_form: objet biologique
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: spécimen d'histoire naturelle
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: objeto biológico
predicate: EXACT_SYNONYM
in_language: es
- literal_form: espécimen de historia natural
predicate: EXACT_SYNONYM
in_language: es
- literal_form: كائن بيولوجي
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: عينة تاريخ طبيعي
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: objek biologis
predicate: EXACT_SYNONYM
in_language: id
- literal_form: spesimen sejarah alam
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 生物对象
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: 自然史标本
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: biological specimen
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: natural history
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: taxonomic identification
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: preserved specimen
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: organism
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: crm:E20_Biological_Object
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: dwc:Occurrence
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: dwc:Organism
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: schema:Taxon
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: crm:E19_Physical_Object
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: crm:E22_Human-Made_Object
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: gbif:Specimen
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: associated_with
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: identified_by
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: listed_in
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: acquired_through
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: describe
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: in_place
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_hypernym
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: acquired_by
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_name
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_type
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: identified_through
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_habitat
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: symbolize
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_status
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_provenance
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_stage
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: contain
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: prepared_on
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: prepared_by
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_method
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_detail
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_gender
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_quantity
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_specimen
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_label
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: commented_on
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_authority
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_rank
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_score
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: value: https://nde.nl/ontology/hc/taxon/raphus-cucullatus
predicate: EXACT_SYNONYM
in_language: zh
# range: string # uriorcurie
multivalued: true
inlined: false # Fixed invalid inline for primitive type

View file

@ -62,68 +62,326 @@ classes:
zh: >-
在运营类别和时间段内分配货币资源用于机构活动的结构化财务计划。
structured_aliases:
nl:
- begroting
- financieringsplan
de:
- Haushalt
- Budgetplan
fr:
- budget
- plan financier
es:
- presupuesto
- plan financiero
ar:
- الميزانية
- الخطة المالية
id:
- anggaran
- rencana keuangan
zh:
- 预算
- 财务计划
- literal_form: begroting
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: financieringsplan
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Haushalt
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Budgetplan
predicate: EXACT_SYNONYM
in_language: de
- literal_form: budget
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: plan financier
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: presupuesto
predicate: EXACT_SYNONYM
in_language: es
- literal_form: plan financiero
predicate: EXACT_SYNONYM
in_language: es
- literal_form: الميزانية
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: الخطة المالية
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: anggaran
predicate: EXACT_SYNONYM
in_language: id
- literal_form: rencana keuangan
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 预算
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: 财务计划
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: budget
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: financial plan
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: allocation
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: fiscal planning
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: institutional finance
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: frapo:FundingProgramme
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: schema:FinancialProduct
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: crm:E54_Dimension
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: schema:MonetaryAmount
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: frapo:hasFunding
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: approved_by
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_currency
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_description
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_label
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_status
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_type
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_main_part
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: allocate
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: draw_endowment
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: include
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: temporal_extent
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_budget
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: funded_by
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_operational_unit
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_section
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: refer_to
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: updated_at
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: identified_by
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_score
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_quantity
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: derive_from
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: generated_by
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: documented_by
predicate: EXACT_SYNONYM
in_language: zh
keywords:
- budget
- financial plan
- allocation
- fiscal planning
- institutional finance
- budget
- financial plan
- allocation
- fiscal period
- resource planning
broad_mappings:
- frapo:FundingProgramme
- schema:FinancialProduct
close_mappings:
- crm:E54_Dimension
related_mappings:
- schema:MonetaryAmount
- frapo:hasFunding
- schema:FinancialProduct
- frapo:FundingProgramme
slots:
- approved_by
- has_currency
- has_description
- has_label
- has_status
- has_description
- has_type
- has_main_part
- allocate
- draw_endowment
- include
- temporal_extent
- has_budget
- funded_by
- has_operational_unit
- has_section
- refer_to
- updated_at
- identified_by
- has_score
- has_quantity
- has_currency
- has_budget
- has_main_part
- has_section
- allocate
- include
- funded_by
- draw_endowment
- approved_by
- approved_on
- based_on
- has_status
- identified_by
- updated_at
- documented_by
- refer_to
- derive_from
- generated_by
- documented_by
- has_operational_unit
- has_score
- has_measurement_unit
slot_usage:
has_label:
# range: string
required: true
close_mappings:
- dcterms:title
@ -132,7 +390,6 @@ classes:
- value: Rijksmuseum Operating Budget FY2024
- value: Noord-Hollands Archief Annual Budget 2024-2025
has_description:
# range: string
required: false
close_mappings:
- dcterms:description
@ -140,7 +397,6 @@ classes:
examples:
- value: Annual operating budget for fiscal year 2024, including major exhibition initiatives and digitization expansion.
has_type:
# range: string # uriorcurie
multivalued: true
required: true
examples:
@ -184,8 +440,7 @@ classes:
range: decimal
required: false
has_main_part:
# range: string # MainPart
inlined: false # Fixed invalid inline for primitive type
inlined: false
required: false
examples:
- value:
@ -200,9 +455,8 @@ classes:
multivalued: true
inlined: false
include:
# range: string
multivalued: true
inlined: false # Fixed invalid inline for primitive type
inlined: false
funded_by:
range: decimal
required: false
@ -225,8 +479,6 @@ classes:
range: date
required: false
documented_by:
# range: string # uriorcurie
# range: FinancialStatement
multivalued: true
inlined: false
required: false
@ -236,7 +488,6 @@ classes:
range: Custodian
required: true
derive_from:
# range: string # CustodianObservation
multivalued: true
required: false
generated_by:

View file

@ -3,6 +3,9 @@ name: CathedralArchiveRecordSetType
title: CathedralArchive Record Set Type
prefixes:
linkml: https://w3id.org/linkml/
skos: http://www.w3.org/2004/02/skos/core#
crm: http://www.cidoc-crm.org/cidoc-crm/
rico: https://www.ica.org/standards/RiC/ontology#
imports:
- linkml:types
- ../slots/has_scope
@ -39,6 +42,8 @@ classes:
class_uri: rico:RecordSetType
broad_mappings:
- rico:RecordSetType
- skos:Concept
- crm:E55_Type
keywords:
- cathedral archive
- record set type

View file

@ -43,6 +43,12 @@ classes:
broad_mappings:
- skos:Concept
- rico:RecordSetType
- crm:E55_Type
keywords:
- church records
- ecclesiastical archives
- religious holdings
- provenance-based classification
see_also:
- ChurchArchive
- ChurchGovernanceFonds

View file

@ -68,55 +68,9 @@ classes:
equals_string: "hc:SwedishParishRecordSeries"
has_custodian:
equals_string: "hc:ChurchArchiveSweden"
keywords:
- Swedish church property
- ecclesiastical assets
- church buildings
- glebe records
SwedishChurchPropertyFonds:
is_a: ChurchArchiveSwedenRecordSetType
class_uri: rico:RecordSetType
description: >-
Fonds-level aggregation of Swedish ecclesiastical asset administration and building stewardship records.
alt_descriptions:
nl: Aggregatie op fondsniveau van Zweedse kerkelijke administratie van goederen en gebouwenbeheer.
de: Fondsartige Aggregation schwedischer Unterlagen zur Verwaltung kirchlicher Vermögenswerte und Gebäudeaufsicht.
fr: Agrégat de niveau fonds des documents suédois de gestion des biens ecclésiastiques et d'entretien des bâtiments.
es: Agregación a nivel fondo de documentos suecos sobre administración de bienes eclesiásticos y mantenimiento de edificios.
ar: تجميع على مستوى الفوند لسجلات سويدية عن إدارة ممتلكات الكنيسة والإشراف على المباني.
id: Agregasi tingkat fonds dari rekod Swedia tentang administrasi aset gereja dan pemeliharaan bangunan.
zh: 瑞典教会资产管理与建筑维护记录的fonds级聚合。
structured_aliases:
- literal_form: Zweeds kerkgoederenfonds
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: schwedischer Kirchenvermögensfonds
predicate: EXACT_SYNONYM
in_language: de
- literal_form: fonds suédois des biens ecclésiastiques
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: fondo sueco de bienes eclesiásticos
predicate: EXACT_SYNONYM
in_language: es
- literal_form: فوند الممتلكات الكنسية السويدية
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: fonds properti gereja Swedia
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 瑞典教会财产档案基金
predicate: EXACT_SYNONYM
in_language: zh
broad_mappings:
- rico:RecordSetType
- skos:Concept
- crm:E55_Type
related_mappings:
- rico-rst:Fonds
slots:
- has_type
- has_score
- has_custodian
- has_note
slot_usage:
has_type:
equals_string: "hc:SwedishChurchPropertyFonds"
has_custodian:
equals_string: "hc:ChurchArchiveSweden"

View file

@ -33,27 +33,45 @@ classes:
zh: >-
抽象分类节点,表示机构分类工作流中的成熟度或不确定性状态。
structured_aliases:
nl: Classificatiestatus
de: Klassifizierungsstatus
fr: Statut de classification
es: Estado de clasificación
ar: حالة التصنيف
id: Status Klasifikasi
zh: 分类状态
broad_mappings:
- skos:Concept
close_mappings:
- crm:E55_Type
slots:
- has_label
- has_description
annotations:
custodian_types: '["U"]'
custodian_types_rationale: >-
Classification status types are specific to Unspecified (U) custodian type.
custodian_types_primary: "U"
specificity_score: 0.85
specificity_rationale: >-
Highly specific - only applies to unclassified heritage custodians.
comments:
- "Preserved from prior description: Abstract base class for classification status types. **TYPE/TYPES PATTERN (Rule 0b)**: - This file (ClassificationStatusType.yaml) defines the ABSTRACT base class - ClassificationStatusTypes.yaml defines CONCRETE subclasses Classification status types describe why a custodian type could not be determined or is uncertain: | Type | Description | |------|-------------| | INDETERMINATE | Cannot determine from available evidence | | AMBIGUOUS | Conflicting evidence about institutional function | | TRANSITIONAL | Institution changing type, outcome unclear | | NOVEL | Doesn't fit existing taxonomy categories | | UNDER_REVIEW | Classification being researched | | PENDING_VERIFICATION | Type suspected but needs confirmation | **ONTOLOGY MAPPING**: Uses SKOS concept taxonomy for type classification. **MIGRATION NOTE (2026-01-19)**: Created per slot_fixes.yaml revision for classification_status migration."
- literal_form: Classificatiestatus
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Klassifizierungsstatus
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Statut de classification
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: Estado de clasificación
predicate: EXACT_SYNONYM
in_language: es
- literal_form: حالة التصنيف
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Status Klasifikasi
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 分类状态
predicate: EXACT_SYNONYM
in_language: zh

View file

@ -13,63 +13,483 @@ classes:
IndeterminateStatus:
is_a: ClassificationStatusType
class_uri: hc:IndeterminateStatus
description: Classification cannot be determined from available evidence. Used
when research has been attempted but evidence is insufficient.
annotations:
skos:prefLabel: Indeterminate
skos:definition: Type cannot be determined from available evidence
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: '[''*'']'
broad_mappings:
- skos:Concept
AmbiguousStatus:
is_a: ClassificationStatusType
class_uri: hc:AmbiguousStatus
description: Conflicting evidence about institutional function. Multiple sources
describe the institution differently (e.g., museum vs archive).
annotations:
skos:prefLabel: Ambiguous
skos:definition: Conflicting evidence about institutional function
broad_mappings:
- skos:Concept
TransitionalStatus:
is_a: ClassificationStatusType
class_uri: hc:TransitionalStatus
description: Institution is changing type, outcome not yet clear. Used during
mergers, reorganizations, or transformations.
annotations:
skos:prefLabel: Transitional
skos:definition: Institution changing type, outcome unclear
broad_mappings:
- skos:Concept
NovelStatus:
is_a: ClassificationStatusType
class_uri: hc:NovelStatus
description: Institution doesn't fit existing taxonomy categories. May represent
new forms of heritage custodianship not yet modeled.
annotations:
skos:prefLabel: Novel
skos:definition: Does not fit existing taxonomy categories
broad_mappings:
- skos:Concept
UnderReviewStatus:
is_a: ClassificationStatusType
class_uri: hc:UnderReviewStatus
description: Classification is actively being researched. Expert review or additional
research in progress.
annotations:
skos:prefLabel: Under Review
skos:definition: Classification being researched
broad_mappings:
- skos:Concept
PendingVerificationStatus:
is_a: ClassificationStatusType
class_uri: hc:PendingVerificationStatus
description: Type is suspected but needs confirmation. Initial assessment made
but awaiting verification.
annotations:
skos:prefLabel: Pending Verification
skos:definition: Type suspected but needs confirmation
broad_mappings:
- skos:Concept
description: >-
Classification outcome indicating that available evidence is insufficient to determine institutional category.
alt_descriptions:
nl: >-
Classificatie-uitkomst die aangeeft dat beschikbaar bewijs onvoldoende is om de institutionele categorie te bepalen.
de: >-
Klassifizierungsergebnis, das anzeigt, dass die verfügbaren Beweise unzureichend sind, um die institutionelle Kategorie zu bestimmen.
fr: >-
Résultat de classification indiquant que les preuves disponibles sont insuffisantes pour déterminer la catégorie institutionnelle.
es: >-
Resultado de clasificación que indica que la evidencia disponible es insuficiente para determinar la categoría institucional.
ar: >-
نتيجة تصنيف تشير إلى أن الأدلة المتاحة غير كافية لتحديد الفئة المؤسسية.
id: >-
Hasil klasifikasi yang menunjukkan bahwa bukti yang tersedia tidak cukup untuk menentukan kategori kelembagaan.
zh: >-
分类结果,表明可用证据不足以确定机构类别。
structured_aliases:
- literal_form: OnbepaaldeStatus
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: UnbestimmterStatus
predicate: EXACT_SYNONYM
in_language: de
- literal_form: StatutIndéterminé
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: EstadoIndeterminado
predicate: EXACT_SYNONYM
in_language: es
- literal_form: حالة غير محددة
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: StatusTidakDapatDitentukan
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 不确定状态
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: de
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: es
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: id
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: AmbigueStatus
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: MehrdeutigerStatus
predicate: EXACT_SYNONYM
in_language: de
- literal_form: StatutAmbigu
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: EstadoAmbiguo
predicate: EXACT_SYNONYM
in_language: es
- literal_form: حالة غامضة
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: StatusAmbigu
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 模糊状态
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: de
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: es
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: id
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: TransitioneleStatus
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Übergangsstatus
predicate: EXACT_SYNONYM
in_language: de
- literal_form: StatutTransitoire
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: EstadoTransicional
predicate: EXACT_SYNONYM
in_language: es
- literal_form: حالة انتقالية
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: StatusTransisional
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 过渡状态
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: de
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: es
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: id
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: NieuweStatus
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: NeuartigerStatus
predicate: EXACT_SYNONYM
in_language: de
- literal_form: StatutNouveau
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: EstadoNovedoso
predicate: EXACT_SYNONYM
in_language: es
- literal_form: حالة جديدة
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: StatusBaru
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 新颖状态
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: de
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: es
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: id
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: InHerzieningStatus
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: InÜberprüfungStatus
predicate: EXACT_SYNONYM
in_language: de
- literal_form: StatutEnRévision
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: EstadoEnRevisión
predicate: EXACT_SYNONYM
in_language: es
- literal_form: حالة قيد المراجعة
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: StatusSedangDitinjau
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 审核中状态
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: de
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: es
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: id
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: InAfwachtingVerificatieStatus
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: AusstehendeVerifizierungStatus
predicate: EXACT_SYNONYM
in_language: de
- literal_form: StatutEnAttenteDeVérification
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: EstadoPendienteDeVerificación
predicate: EXACT_SYNONYM
in_language: es
- literal_form: حالة في انتظار التحقق
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: StatusMenungguVerifikasi
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 待验证状态
predicate: EXACT_SYNONYM
in_language: zh

View file

@ -78,10 +78,12 @@ classes:
equals_string: hc:ClimateArchive
has_note:
equals_string: This RecordSetType is typically held by ClimateArchive custodians. Inverse of rico:isOrWasHolderOf.
annotations:
specificity_score: "0.1"
specificity_rationale: Generic utility class/slot created during migration
custodian_types: '[''*'']'
keywords:
- climate data
- atmospheric measurements
- environmental monitoring
- climate evidence
- data collection
MeteorologicalObservationSeries:
is_a: ClimateArchiveRecordSetType
class_uri: rico:RecordSetType
@ -141,3 +143,9 @@ classes:
equals_string: hc:ClimateArchive
has_note:
equals_string: This RecordSetType is typically held by ClimateArchive custodians. Inverse of rico:isOrWasHolderOf.
keywords:
- meteorological observations
- weather data
- longitudinal monitoring
- climate series
- observation records

View file

@ -15,6 +15,7 @@ default_prefix: hc
imports:
- linkml:types
- ./ClimateControl
- ../slots/has_description
- ../slots/has_label
- ../slots/regulate

View file

@ -76,66 +76,9 @@ classes:
equals_string: hc:CollectingArchives
has_note:
equals_string: This RecordSetType is typically held by CollectingArchives custodians. Inverse of rico:isOrWasHolderOf.
annotations:
specificity_score: "0.1"
specificity_rationale: Generic utility class/slot created during migration
custodian_types: '[''*'']'
DonatedPapersCollection:
is_a: CollectingArchivesRecordSetType
class_uri: rico:RecordSetType
description: >-
Documentary aggregation grouped as a collection for donated personal and
organizational paper holdings.
alt_descriptions:
nl: Documentaire aggregatie gegroepeerd als verzameling voor geschonken persoonlijke en organisatorische papieren.
de: Dokumentarische Aggregation als Sammlung fuer gespendete persoenliche und organisatorische Unterlagen.
fr: Agregation documentaire regroupee en collection pour des papiers personnels et organisationnels donnes.
es: Agregacion documental agrupada como coleccion para documentos personales y organizacionales donados.
ar: تجميع وثائقي مصنف كمجموعة لأوراق شخصية ومؤسسية متبرع بها.
id: Agregasi dokumenter yang dikelompokkan sebagai koleksi untuk arsip kertas pribadi dan organisasi hasil donasi.
zh: 作为馆藏单元编组的捐赠个人与机构纸本文献聚合体。
structured_aliases:
- literal_form: schenking-papiercollectie
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Sammlung gespendeter Unterlagen
predicate: EXACT_SYNONYM
in_language: de
- literal_form: collection de papiers donnes
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: coleccion de papeles donados
predicate: EXACT_SYNONYM
in_language: es
- literal_form: مجموعة أوراق متبرع بها
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: koleksi dokumen kertas donasi
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 捐赠文书合集
predicate: EXACT_SYNONYM
in_language: zh
comments:
- Note preserved: Donation context and donor-origin provenance remain explicit even when materials are assembled as a collection.
broad_mappings:
- rico:RecordSetType
- skos:Concept
- crm:E55_Type
related_mappings:
- rico-rst:Collection
see_also:
- CollectingArchivesRecordSetType
- rico:RecordSetType
slots:
- has_type
- has_score
- has_custodian
- has_note
slot_usage:
has_type:
equals_string: hc:DonatedPapersCollection
has_custodian:
equals_string: hc:CollectingArchives
has_note:
equals_string: This RecordSetType is typically held by CollectingArchives custodians. Inverse of rico:isOrWasHolderOf.
keywords:
- donated papers
- gift collections
- personal papers donation
- archival donations

View file

@ -40,9 +40,23 @@ classes:
comarca Catalan yang melayani unit teritorial perantara.
zh: >-
由加泰罗尼亚县级存储库维护的、服务于中间领土单位的聚合的抽象分类法节点。
structured_aliases:
- {literal_form: comarca-archiefrecordsettype, predicate: EXACT_SYNONYM, in_language: nl}
- {literal_form: Comarca-Archiv-Recordsettyp, predicate: EXACT_SYNONYM, in_language: de}
- {literal_form: type de lot documentaire d archive comarcale, predicate: EXACT_SYNONYM, in_language: fr}
- {literal_form: tipo de conjunto documental de archivo comarcal, predicate: EXACT_SYNONYM, in_language: es}
- {literal_form: نوع مجموعة سجلات أرشيف الكماركا, predicate: EXACT_SYNONYM, in_language: ar}
- {literal_form: tipe record set arsip comarca, predicate: EXACT_SYNONYM, in_language: id}
- {literal_form: 县级档案记录集类型, predicate: EXACT_SYNONYM, in_language: zh}
broad_mappings:
- rico:RecordSetType
- skos:Concept
- crm:E55_Type
keywords:
- comarca archives
- Catalan territorial
- intermediate governance
- regional repositories
slots:
- has_type
- has_score

View file

@ -26,6 +26,28 @@ classes:
ar: تجميع أنواع للجهات الحافظة التراثية الربحية يُستخدم لضم إسنادات الأنواع الفرعية المتخصصة.
id: Pengelompokan tipe untuk kustodian warisan berorientasi laba guna menghimpun penetapan subtipe spesifik domain.
zh: 面向营利型遗产保管机构的类型分组,用于汇聚领域子类型指派。
structured_aliases:
- literal_form: commerciële-custodian-types
in_language: nl
- literal_form: Kommerzielle-Verwahrer-Typen
in_language: de
- literal_form: types-de-dépositaires-commerciaux
in_language: fr
- literal_form: tipos-de-custodios-comerciales
in_language: es
- literal_form: أنواع-الجهات-الحافظة-التجارية
in_language: ar
- literal_form: tipe-kustodian-komersial
in_language: id
- literal_form: 商业保管机构类型
in_language: zh
keywords:
- commercial custodian
- for-profit heritage
- private sector
- commercial archive
- business heritage
- corporate memory
close_mappings:
- skos:ConceptScheme
exact_mappings:

View file

@ -37,6 +37,12 @@ classes:
broad_mappings:
- skos:Concept
- rico:RecordSetType
keywords:
- record set taxonomy
- corporate archives
- business documentation
- documentary aggregation
- archival classification
see_also:
- CompanyArchives
- CorporateGovernanceFonds

View file

@ -45,6 +45,13 @@ classes:
- crm:E55_Type
related_mappings:
- rico-rst:Fonds
keywords:
- corporate governance
- board records
- shareholder documentation
- executive decisions
- fonds
- constitutional records
slots:
- has_type
- has_score
@ -84,6 +91,13 @@ classes:
- crm:E55_Type
related_mappings:
- rico-rst:Collection
keywords:
- product development
- research and development
- technical documentation
- patent records
- design files
- prototype documentation
slots:
- has_type
- has_score
@ -123,6 +137,13 @@ classes:
- crm:E55_Type
related_mappings:
- rico-rst:Collection
keywords:
- marketing archives
- brand assets
- advertising campaigns
- promotional materials
- market communication
- brand guidelines
slots:
- has_type
- has_score
@ -162,6 +183,13 @@ classes:
- crm:E55_Type
related_mappings:
- rico-rst:Series
keywords:
- personnel records
- employment files
- payroll administration
- human resources
- workplace governance
- staff documentation
slots:
- has_type
- has_score

View file

@ -36,6 +36,12 @@ classes:
broad_mappings:
- skos:Concept
- rico:RecordSetType
keywords:
- record set taxonomy
- corporate archives
- business records
- documentary aggregation
- archival classification
comments:
- Abstract parent for concrete subclasses in CompanyArchiveRecordSetTypes
annotations:

View file

@ -32,6 +32,11 @@ classes:
- {literal_form: مكوّن رقم المبنى, in_language: ar}
- {literal_form: komponen nomor jalan, in_language: id}
- {literal_form: 门牌号组件, in_language: zh}
keywords:
- house number
- street number
- building locator
- address component
broad_mappings: [skos:Concept]
RouteComponent:
@ -55,6 +60,11 @@ classes:
- {literal_form: مكوّن اسم الطريق, in_language: ar}
- {literal_form: komponen nama jalan, in_language: id}
- {literal_form: 路名组件, in_language: zh}
keywords:
- street name
- road name
- thoroughfare
- route designation
broad_mappings: [skos:Concept]
LocalityComponent:
@ -78,6 +88,11 @@ classes:
- {literal_form: مكوّن المحلّة, in_language: ar}
- {literal_form: komponen lokalitas, in_language: id}
- {literal_form: 地方组件, in_language: zh}
keywords:
- locality
- municipality
- city
- place name
broad_mappings: [skos:Concept]
PostalCodeComponent:
@ -101,6 +116,11 @@ classes:
- {literal_form: مكوّن الرمز البريدي, in_language: ar}
- {literal_form: komponen kode pos, in_language: id}
- {literal_form: 邮编组件, in_language: zh}
keywords:
- postal code
- zip code
- postcode
- mailing code
broad_mappings: [skos:Concept]
SubregionComponent:
@ -124,6 +144,11 @@ classes:
- {literal_form: مكوّن إقليم فرعي, in_language: ar}
- {literal_form: komponen subwilayah, in_language: id}
- {literal_form: 次级行政区组件, in_language: zh}
keywords:
- subregion
- county
- province
- second-level division
broad_mappings: [skos:Concept]
RegionComponent:
@ -147,6 +172,11 @@ classes:
- {literal_form: مكوّن إقليم, in_language: ar}
- {literal_form: komponen wilayah, in_language: id}
- {literal_form: 区域组件, in_language: zh}
keywords:
- region
- state
- territory
- first-level division
broad_mappings: [skos:Concept]
CountryComponent:
@ -171,6 +201,11 @@ classes:
- {literal_form: مكوّن الدولة, in_language: ar}
- {literal_form: komponen negara, in_language: id}
- {literal_form: 国家组件, in_language: zh}
keywords:
- country
- nation
- sovereign state
- geopolitical entity
broad_mappings: [skos:Concept]
PremiseComponent:
@ -195,6 +230,11 @@ classes:
- {literal_form: مكوّن المبنى, in_language: ar}
- {literal_form: komponen bangunan, in_language: id}
- {literal_form: 楼宇组件, in_language: zh}
keywords:
- premise
- building name
- site
- complex
broad_mappings: [skos:Concept]
SubpremiseComponent:
@ -219,4 +259,10 @@ classes:
- {literal_form: مكوّن وحدة فرعية, in_language: ar}
- {literal_form: komponen subunit, in_language: id}
- {literal_form: 子单元组件, in_language: zh}
keywords:
- subpremise
- unit
- floor
- suite
- room
broad_mappings: [skos:Concept]

View file

@ -51,8 +51,15 @@ classes:
in_language: id
- literal_form: 极佳状态
in_language: zh
keywords:
- excellent condition
- pristine
- mint
- near-perfect
- conservation state
broad_mappings:
- crm:E3_Condition_State
- crm:E55_Type
- skos:Concept
GoodCondition:
@ -83,8 +90,15 @@ classes:
in_language: id
- literal_form: 良好状态
in_language: zh
keywords:
- good condition
- stable
- minor wear
- sound condition
- conservation state
broad_mappings:
- crm:E3_Condition_State
- crm:E55_Type
- skos:Concept
FairCondition:
@ -115,8 +129,15 @@ classes:
in_language: id
- literal_form: 一般状态
in_language: zh
keywords:
- fair condition
- moderate wear
- manageable damage
- periodic monitoring
- conservation state
broad_mappings:
- crm:E3_Condition_State
- crm:E55_Type
- skos:Concept
PoorCondition:
@ -126,7 +147,7 @@ classes:
requires targeted intervention.
alt_descriptions:
nl: Categorie met aanzienlijke achteruitgang die raadpleging beperkt en gerichte ingrepen vereist.
de: Kategorie mit deutlicher Verschlechterung, die die Nutzung einschraenkt und gezielte Massnahmen erfordert.
de: Kategorie met deutlicher Verschlechterung, die die Nutzung einschraenkt und gezielte Massnahmen erfordert.
fr: Categorie indiquant une deterioration importante limitant la manipulation et necessitant une intervention ciblee.
es: Categoria con deterioro importante que limita la manipulacion y requiere intervencion especifica.
ar: فئة تدل على تدهور كبير يحد من التداول ويتطلب تدخلا موجها.
@ -147,8 +168,15 @@ classes:
in_language: id
- literal_form: 较差状态
in_language: zh
keywords:
- poor condition
- substantial deterioration
- limited handling
- intervention needed
- conservation state
broad_mappings:
- crm:E3_Condition_State
- crm:E55_Type
- skos:Concept
CriticalCondition:
@ -158,7 +186,7 @@ classes:
conservation priority.
alt_descriptions:
nl: Categorie met ernstige instabiliteit, direct verliesrisico en urgente conserveringsprioriteit.
de: Kategorie mit schwerer Instabilitaet, akutem Verlustrisiko und dringendem Konservierungsbedarf.
de: Kategorie met schwerer Instabilitaet, akutem Verlustrisiko und dringendem Konservierungsbedarf.
fr: Categorie signalant une instabilite severe, un risque de perte imminent et une priorite de conservation urgente.
es: Categoria que senala inestabilidad grave, riesgo inminente de perdida y prioridad urgente de conservacion.
ar: فئة تشير إلى عدم استقرار شديد وخطر فقدان وشيك وأولوية حفظ عاجلة.
@ -179,8 +207,15 @@ classes:
in_language: id
- literal_form: 危急状态
in_language: zh
keywords:
- critical condition
- severe instability
- imminent loss
- urgent conservation
- conservation priority
broad_mappings:
- crm:E3_Condition_State
- crm:E55_Type
- skos:Concept
AccessCondition:
@ -211,7 +246,14 @@ classes:
in_language: id
- literal_form: 访问条件
in_language: zh
keywords:
- access condition
- access restrictions
- consultation requirements
- registration
- supervised access
broad_mappings:
- crm:E55_Type
- skos:Concept
UseCondition:
@ -241,7 +283,14 @@ classes:
in_language: id
- literal_form: 使用条件
in_language: zh
keywords:
- use condition
- usage restrictions
- handling constraints
- citation requirements
- permitted use
broad_mappings:
- crm:E55_Type
- skos:Concept
ReproductionCondition:
@ -272,6 +321,12 @@ classes:
in_language: id
- literal_form: 复制条件
in_language: zh
keywords:
- reproduction condition
- copy permission
- attribution
- publishing rights
- image use
broad_mappings:
- skos:Concept
@ -303,6 +358,12 @@ classes:
in_language: id
- literal_form: 借展条件
in_language: zh
keywords:
- loan condition
- lending requirements
- insurance requirements
- transport conditions
- exhibition loan
broad_mappings:
- skos:Concept
@ -334,5 +395,11 @@ classes:
in_language: id
- literal_form: 数字化条件
in_language: zh
keywords:
- digitization condition
- capture quality
- metadata requirements
- scanning requirements
- digital surrogate
broad_mappings:
- skos:Concept

View file

@ -43,6 +43,33 @@ classes:
is_a: ConnectionDegreeType
class_uri: hc:SecondDegreeConnection
description: Connection reached through one intermediary profile.
alt_descriptions:
nl: Relatie bereikt via één tussenpersoon.
de: Verbindung über einen Vermittler erreicht.
fr: Relation atteinte par un intermédiaire.
es: Conexión alcanzada a través de un intermediario.
ar: علاقة تتم عبر وسيط واحد.
id: Koneksi yang dicapai melalui satu perantara.
zh: 通过一个中介人建立的关系。
structured_aliases:
- literal_form: tweedegraadsverbinding
in_language: nl
- literal_form: zweiten Grades Verbindung
in_language: de
- literal_form: connexion de deuxième degré
in_language: fr
- literal_form: conexión de segundo grado
in_language: es
- literal_form: اتصال من الدرجة الثانية
in_language: ar
- literal_form: koneksi tingkat dua
in_language: id
- literal_form: 二度人脉
in_language: zh
keywords:
- second degree
- intermediary
- indirect
broad_mappings:
- skos:Concept
annotations:
@ -53,6 +80,33 @@ classes:
is_a: ConnectionDegreeType
class_uri: hc:ThirdPlusDegreeConnection
description: Connection reached through two or more intermediary profiles.
alt_descriptions:
nl: Relatie bereikt via twee of meer tussenpersonen.
de: Verbindung über zwei oder mehr Vermittler erreicht.
fr: Relation atteinte par deux intermédiaires ou plus.
es: Conexión alcanzada a través de dos o más intermediarios.
ar: علاقة تتم عبر وسيطين أو أكثر.
id: Koneksi yang dicapai melalui dua perantara atau lebih.
zh: 通过两个或更多中介人建立的关系。
structured_aliases:
- literal_form: derdegraadsverbinding
in_language: nl
- literal_form: dritten Grades Verbindung
in_language: de
- literal_form: connexion de troisième degré
in_language: fr
- literal_form: conexión de tercer grado
in_language: es
- literal_form: اتصال من الدرجة الثالثة
in_language: ar
- literal_form: koneksi tingkat tiga
in_language: id
- literal_form: 三度人脉
in_language: zh
keywords:
- third degree
- multiple intermediaries
- extended network
broad_mappings:
- skos:Concept
annotations:

View file

@ -38,42 +38,147 @@ classes:
zh: >-
表示在指定时间范围内完成定义目标动作的源群体比例的百分比指标。
structured_aliases:
nl:
- conversieratio
- omzettingspercentage
de:
- Konversionsrate
- Umwandlungsquote
fr:
- taux de conversion
- pourcentage de transformation
es:
- tasa de conversión
- porcentaje de transformación
ar:
- معدل التحويل
- نسبة التحول
id:
- tingkat konversi
- persentase transformasi
zh:
- 转化率
- 转换百分比
keywords:
- conversion rate
- success percentage
- action completion
- performance metric
- engagement rate
broad_mappings:
- schema:QuantitativeValue
close_mappings:
- schema:interactionStatistic
slots:
- has_type
- temporal_extent
- has_value
slot_usage:
temporal_extent:
range: TimeSpan
inlined: true
- literal_form: conversieratio
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: omzettingspercentage
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Konversionsrate
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Umwandlungsquote
predicate: EXACT_SYNONYM
in_language: de
- literal_form: taux de conversion
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: pourcentage de transformation
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: tasa de conversión
predicate: EXACT_SYNONYM
in_language: es
- literal_form: porcentaje de transformación
predicate: EXACT_SYNONYM
in_language: es
- literal_form: معدل التحويل
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: نسبة التحول
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: tingkat konversi
predicate: EXACT_SYNONYM
in_language: id
- literal_form: persentase transformasi
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 转化率
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: 转换百分比
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: conversion rate
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: success percentage
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: action completion
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: performance metric
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: engagement rate
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: schema:QuantitativeValue
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: schema:interactionStatistic
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_type
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: temporal_extent
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_value
predicate: EXACT_SYNONYM
in_language: zh

View file

@ -34,59 +34,207 @@ classes:
zh: >-
衡量完成目标动作的人群比例的度量抽象分类。
structured_aliases:
nl:
- conversieratetype
- omzettingspercentage
de:
- Konversionsratentyp
- Umwandlungsrate
fr:
- type de taux de conversion
- taux de transformation
es:
- tipo de tasa de conversión
- porcentaje de conversión
ar:
- نوع معدل التحويل
- نسبة التحويل
id:
- jenis tingkat konversi
- rasio konversi
zh:
- 转化率类型
- 转化率
keywords:
- conversion rate
- performance metric
- engagement
- audience analytics
- KPI
broad_mappings:
- skos:Concept
slots:
- has_label
- has_denominator_data
- has_numerator
- has_benchmark
notes:
- |
Preserved from prior description (commit 5e94e52b):
Abstract base class for types of conversion rates measured in heritage contexts.
- literal_form: conversieratetype
**TYPE TAXONOMY**:
predicate: EXACT_SYNONYM
Conversion rates measure the percentage of one group that performs a specific action:
- **Visitor to Purchase**: Museum visitors who buy from gift shop
- **Visitor to Member**: Visitors who become members
- **Online to Visit**: Website visitors who visit physically
- **Email to Click**: Email recipients who click links
- **Social to Follower**: Social media viewers who follow
in_language: nl
**NAMING CONVENTION** (Rule 0b):
- This file: Abstract `ConversionRateType` base class
- ConversionRateTypes.yaml: Concrete subclasses
- literal_form: omzettingspercentage
**ONTOLOGY MAPPING**:
- class_uri: skos:Concept (type taxonomy concept)
- Part of SKOS-based classification scheme
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Konversionsratentyp
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Umwandlungsrate
predicate: EXACT_SYNONYM
in_language: de
- literal_form: type de taux de conversion
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: taux de transformation
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: tipo de tasa de conversión
predicate: EXACT_SYNONYM
in_language: es
- literal_form: porcentaje de conversión
predicate: EXACT_SYNONYM
in_language: es
- literal_form: نوع معدل التحويل
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: نسبة التحويل
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: jenis tingkat konversi
predicate: EXACT_SYNONYM
in_language: id
- literal_form: rasio konversi
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 转化率类型
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: 转化率
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: conversion rate
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: performance metric
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: engagement
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: audience analytics
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: KPI
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: skos:Concept
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_label
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_denominator_data
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_numerator
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_benchmark
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: |
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: **Visitor to Purchase**: Museum visitors who buy from gift shop
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: **Visitor to Member**: Visitors who become members
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: **Online to Visit**: Website visitors who visit physically
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: **Email to Click**: Email recipients who click links
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: **Social to Follower**: Social media viewers who follow
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: This file: Abstract `ConversionRateType` base class
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: ConversionRateTypes.yaml: Concrete subclasses
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: class_uri: skos:Concept (type taxonomy concept)
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Part of SKOS-based classification scheme
predicate: EXACT_SYNONYM
in_language: zh

View file

@ -13,7 +13,44 @@ classes:
VisitorToPurchaseConversion:
is_a: ConversionRateType
class_uri: hc:VisitorToPurchaseConversion
description: Conversion metric for visitors who complete a purchase action.
description: >-
Performance metric measuring the proportion of visitors who complete a commercial transaction.
alt_descriptions:
nl: Prestatiemetric die het aandeel bezoekers meet dat een commerciële transactie voltooit.
de: Leistungskennzahl, die den Anteil der Besucher misst, die eine kommerzielle Transaktion abschließen.
fr: Indicateur de performance mesurant la proportion de visiteurs qui effectuent une transaction commerciale.
es: Métrica de rendimiento que mide la proporción de visitantes que completan una transacción comercial.
ar: مؤشر أداء يقيس نسبة الزوار الذين يكملون معاملة تجارية.
id: Metrik kinerja yang mengukur proporsi pengunjung yang menyelesaikan transaksi komersial.
zh: 衡量完成商业交易的访客比例的绩效指标。
structured_aliases:
- literal_form: BezoekerTotKoopConversie
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: BesucherZuKaufKonversion
predicate: EXACT_SYNONYM
in_language: de
- literal_form: ConversionVisiteurEnAchat
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: ConversiónVisitanteACompra
predicate: EXACT_SYNONYM
in_language: es
- literal_form: تحويل الزائر إلى شراء
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: KonversiPengunjungKePembelian
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 访客到购买转化
predicate: EXACT_SYNONYM
in_language: zh
keywords:
- purchase conversion
- sales conversion
- visitor to buyer
- commercial transaction
- retail metrics
broad_mappings:
- skos:Concept
slot_usage:
@ -23,7 +60,38 @@ classes:
VisitorToMemberConversion:
is_a: ConversionRateType
class_uri: hc:VisitorToMemberConversion
description: Conversion metric for visitors who enroll as members or supporters.
description: >-
Performance metric measuring the proportion of visitors who enroll in membership or supporter programs.
alt_descriptions:
nl: Prestatiemetric die het aandeel bezoekers meet dat zich inschrijft voor lidmaatschaps- of donateursprogramma's.
de: Leistungskennzahl, die den Anteil der Besucher misst, die sich für Mitgliedschafts- oder Unterstützerprogramme anmelden.
fr: Indicateur de performance mesurant la proportion de visiteurs qui s'inscrivent aux programmes d'adhésion ou de soutien.
es: Métrica de rendimiento que mide la proporción de visitantes que se inscriben en programas de membresía o apoyo.
ar: مؤشر أداء يقيس نسبة الزوار الذين يسجلون في برامج العضوية أو الدعم.
id: Metrik kinerja yang mengukur proporsi pengunjung yang mendaftar dalam program keanggotaan atau pendukung.
zh: 衡量注册会员或支持者计划的访客比例的绩效指标。
structured_aliases:
- literal_form: BezoekerTotLidConversie
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: BesucherZuMitgliedKonversion
predicate: EXACT_SYNONYM
in_language: de
- literal_form: ConversionVisiteurEnMembre
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: ConversiónVisitanteAMiembro
predicate: EXACT_SYNONYM
in_language: es
- literal_form: تحويل الزائر إلى عضو
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: KonversiPengunjungKeAnggota
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 访客到会员转化
predicate: EXACT_SYNONYM
in_language: zh
broad_mappings:
- skos:Concept
slot_usage:
@ -33,34 +101,189 @@ classes:
OnlineToPhysicalConversion:
is_a: ConversionRateType
class_uri: hc:OnlineToPhysicalConversion
description: Conversion metric for digital visitors who later make an on-site visit.
description: >-
Performance metric measuring the proportion of digital visitors who subsequently make an in-person visit.
alt_descriptions:
nl: Prestatiemetric die het aandeel digitale bezoekers meet die vervolgens een persoonlijk bezoek brengen.
de: Leistungskennzahl, die den Anteil digitaler Besucher misst, die anschließend einen persönlichen Besuch abstatten.
fr: Indicateur de performance mesurant la proportion de visiteurs numériques qui effectuent ensuite une visite en personne.
es: Métrica de rendimiento que mide la proporción de visitantes digitales que posteriormente realizan una visita presencial.
ar: مؤشر أداء يقيس نسبة الزوار الرقميين الذين يقومون لاحقًا بزيارة شخصية.
id: Metrik kinerja yang mengukur proporsi pengunjung digital yang kemudian melakukan kunjungan langsung.
zh: 衡量随后进行实地访问的数字访客比例的绩效指标。
structured_aliases:
- literal_form: OnlineNaarFysiekConversie
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: OnlineZuPhysischKonversion
predicate: EXACT_SYNONYM
in_language: de
- literal_form: ConversionEnLigneEnPhysique
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: ConversiónOnlineAFísico
predicate: EXACT_SYNONYM
in_language: es
- literal_form: تحويل عبر الإنترنت إلى حضوري
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: KonversiOnlineKeFisik
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 在线到实体转化
predicate: EXACT_SYNONYM
in_language: zh
broad_mappings:
- skos:Concept
EmailToClickConversion:
is_a: ConversionRateType
class_uri: hc:EmailToClickConversion
description: Conversion metric for delivered email messages that produce click-through action.
description: >-
Performance metric measuring the proportion of delivered email messages that generate click-through actions.
alt_descriptions:
nl: Prestatiemetric die het aandeel afgeleverde e-mailberichten meet dat klik-door-acties genereert.
de: Leistungskennzahl, die den Anteil zugestellter E-Mails misst, die Klick-Aktionen generieren.
fr: Indicateur de performance mesurant la proportion de courriels délivrés qui génèrent des actions de clic.
es: Métrica de rendimiento que mide la proporción de correos electrónicos entregados que generan acciones de clic.
ar: مؤشر أداء يقيس نسبة رسائل البريد الإلكتروني المسلمة التي تولد إجراءات نقر.
id: Metrik kinerja yang mengukur proporsi pesan email yang terkirim yang menghasilkan tindakan klik.
zh: 衡量产生点击行动的已送达电子邮件比例的绩效指标。
structured_aliases:
- literal_form: EmailNaarKlikConversie
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: EmailZuKlickKonversion
predicate: EXACT_SYNONYM
in_language: de
- literal_form: ConversionEmailEnClic
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: ConversiónEmailAClic
predicate: EXACT_SYNONYM
in_language: es
- literal_form: تحويل البريد الإلكتروني إلى نقرة
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: KonversiEmailKeKlik
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 邮件到点击转化
predicate: EXACT_SYNONYM
in_language: zh
broad_mappings:
- skos:Concept
SocialToFollowerConversion:
is_a: ConversionRateType
class_uri: hc:SocialToFollowerConversion
description: Conversion metric for social content views that lead to follower growth.
description: >-
Performance metric measuring the proportion of content viewers who become followers or subscribers.
alt_descriptions:
nl: Prestatiemetric die het aandeel inhoudskijkers meet dat volger of abonnee wordt.
de: Leistungskennzahl, die den Anteil der Inhaltsbetrachter misst, die zu Followern oder Abonnenten werden.
fr: Indicateur de performance mesurant la proportion de spectateurs de contenu qui deviennent des abonnés.
es: Métrica de rendimiento que mide la proporción de espectadores de contenido que se convierten en seguidores o suscriptores.
ar: مؤشر أداء يقيس نسبة مشاهدي المحتوى الذين يصبحون متابعين أو مشتركين.
id: Metrik kinerja yang mengukur proporsi penonton konten yang menjadi pengikut atau pelanggan.
zh: 衡量成为关注者或订阅者的内容观众比例的绩效指标。
structured_aliases:
- literal_form: SociaalNaarVolgerConversie
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: SocialZuFollowerKonversion
predicate: EXACT_SYNONYM
in_language: de
- literal_form: ConversionSocialEnAbonné
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: ConversiónSocialASeguidor
predicate: EXACT_SYNONYM
in_language: es
- literal_form: تحويل اجتماعي إلى متابع
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: KonversiSosialKePengikut
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 社交到关注者转化
predicate: EXACT_SYNONYM
in_language: zh
broad_mappings:
- skos:Concept
TicketToReturnConversion:
is_a: ConversionRateType
class_uri: hc:TicketToReturnConversion
description: Conversion metric for ticket holders who return within a defined period.
description: >-
Performance metric measuring the proportion of ticket holders who revisit within a specified time frame.
alt_descriptions:
nl: Prestatiemetric die het aandeel tickethouders meet dat binnen een bepaald tijdsbestek opnieuw bezoekt.
de: Leistungskennzahl, die den Anteil der Tickethalter misst, die innerhalb eines bestimmten Zeitrahmens erneut besuchen.
fr: Indicateur de performance mesurant la proportion de détenteurs de billets qui reviennent dans un délai spécifié.
es: Métrica de rendimiento que mide la proporción de titulares de entradas que revisitan dentro de un período específico.
ar: مؤشر أداء يقيس نسبة حاملي التذاكر الذين يعودون للزيارة خلال فترة زمنية محددة.
id: Metrik kinerja yang mengukur proporsi pemegang tiket yang berkunjung kembali dalam jangka waktu tertentu.
zh: 衡量在指定时间范围内重访的持票者比例的绩效指标。
structured_aliases:
- literal_form: TicketNaarTerugkeerConversie
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: TicketZuRückkehrKonversion
predicate: EXACT_SYNONYM
in_language: de
- literal_form: ConversionBilletEnRetour
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: ConversiónEntradaARetorno
predicate: EXACT_SYNONYM
in_language: es
- literal_form: تحويل التذكرة إلى عودة
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: KonversiTiketKeKunjunganUlang
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 门票到回头客转化
predicate: EXACT_SYNONYM
in_language: zh
broad_mappings:
- skos:Concept
OtherConversion:
is_a: ConversionRateType
class_uri: hc:OtherConversion
description: Custom conversion metric for institution-specific outcome definitions.
description: >-
Performance metric for custom outcomes defined by the institution for specialized tracking purposes.
alt_descriptions:
nl: Prestatiemetric voor aangepaste resultaten gedefinieerd door de instelling voor gespecialiseerde trackingdoeleinden.
de: Leistungskennzahl für benutzerdefinierte Ergebnisse, die von der Institution für spezielle Tracking-Zwecke festgelegt werden.
fr: Indicateur de performance pour les résultats personnalisés définis par l'institution à des fins de suivi spécialisées.
es: Métrica de rendimiento para resultados personalizados definidos por la institución para fines de seguimiento especializados.
ar: مؤشر أداء للنتائج المخصصة المحددة من قبل المؤسسة لأغراض التتبع المتخصصة.
id: Metrik kinerja untuk hasil khusus yang ditentukan oleh institusi untuk tujuan pelacakan khusus.
zh: 机构为专门跟踪目的定义的自定义结果的绩效指标。
structured_aliases:
- literal_form: OverigeConversie
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: SonstigeKonversion
predicate: EXACT_SYNONYM
in_language: de
- literal_form: AutreConversion
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: OtraConversión
predicate: EXACT_SYNONYM
in_language: es
- literal_form: تحويل آخر
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: KonversiLainnya
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 其他转化
predicate: EXACT_SYNONYM
in_language: zh
broad_mappings:
- skos:Concept

View file

@ -30,34 +30,129 @@ classes:
zh: >-
记录地理空间坐标的来源、推导方法或验证过程的溯源记录。
structured_aliases:
nl:
- coördinaatherkomst
- locatiebewijs
de:
- Koordinatenherkunft
- Standortnachweis
fr:
- provenance des coordonnées
- preuve de localisation
es:
- procedencia de coordenadas
- prueba de ubicación
ar:
- منشأ الإحداثيات
- دليل الموقع
id:
- asal-usul koordinat
- bukti lokasi
zh:
- 坐标来源
- 位置凭证
keywords:
- provenance
- geocoding
- coordinate validation
- location accuracy
- derivation method
broad_mappings:
- prov:Activity
slots:
- based_on
- literal_form: coördinaatherkomst
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: locatiebewijs
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Koordinatenherkunft
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Standortnachweis
predicate: EXACT_SYNONYM
in_language: de
- literal_form: provenance des coordonnées
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: preuve de localisation
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: procedencia de coordenadas
predicate: EXACT_SYNONYM
in_language: es
- literal_form: prueba de ubicación
predicate: EXACT_SYNONYM
in_language: es
- literal_form: منشأ الإحداثيات
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: دليل الموقع
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: asal-usul koordinat
predicate: EXACT_SYNONYM
in_language: id
- literal_form: bukti lokasi
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 坐标来源
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: 位置凭证
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: provenance
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: geocoding
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: coordinate validation
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: location accuracy
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: derivation method
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: prov:Activity
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: based_on
predicate: EXACT_SYNONYM
in_language: zh

View file

@ -40,9 +40,9 @@ classes:
has_code:
multivalued: true
see_also:
- https://www.geonames.org/\n-
- https://unstats.un.org/unsd/methodology/m49/\n-
- https://www.iso.org/iso-3166-country-codes.html\n\nMIGRATION
- https://www.geonames.org/
- https://unstats.un.org/unsd/methodology/m49/
- https://www.iso.org/iso-3166-country-codes.html
comments:
- |
Preserved from prior description (commit 5e94e52b):

View file

@ -38,47 +38,177 @@ classes:
zh: >-
负责保存和提供司法程序、法律裁决和法庭文件访问的机构。
structured_aliases:
nl:
- justitieel archief
- gerechtsarchief
de:
- Justizarchiv
- Gerichtsarchiv
fr:
- archives judiciaires
- dépôt d'archives judiciaires
es:
- archivo judicial
- archivo de tribunales
ar:
- الأرشيف القضائي
- أرشيف المحاكم
id:
- arsip pengadilan
- arsip yudikatif
zh:
- 司法档案馆
- 法院档案
keywords:
- judicial
- court
- legal proceedings
- tribunal
- case records
broad_mappings:
- skos:Concept
- schema:ArchiveOrganization
related_mappings:
- wd:Q11906844
- rico:RecordSet
slots:
- related_to
- has_type
- in_jurisdiction
- has_score
- identified_by
comments:
- |
Preserved from prior description (commit 5e94e52b):
"Archive specializing in judicial and court records.\n\n**Wikidata**: Q11906844 (Justizarchiv / court records archive)\n\n**DEFINITION**:\n\nCourt Records archives (Justizarchiv in German) preserve and provide access to \nrecords created by judicial bodies including:\n- Courts of law at all levels (supreme, appellate, district, local)\n- Tribunals and administrative courts\n- Notarial records (where managed by courts)\n- Legal proceedings documentation\n- Court orders, judgments, and decrees\n\n**SCOPE**:\n\nCourt archives differ from general government archives by their focus on:\n- Evidential value (legal proof, precedent)\n- Retention schedules based on legal requirements\n- Access restrictions (privacy, ongoing cases, sealed records)\n- Chain of custody requirements for legal validity\n\n**MULTILINGUAL LABELS**:\n- Justizarchiv (de)\n- archivo judicial (es)\n- archives judiciaires (fr)\n\n**RELATED TYPES**:\n- NotarialArchive (Q8203685) - notarial records specifically\n\
- literal_form: justitieel archief
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: gerechtsarchief
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Justizarchiv
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Gerichtsarchiv
predicate: EXACT_SYNONYM
in_language: de
- literal_form: archives judiciaires
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: dépôt d'archives judiciaires
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: archivo judicial
predicate: EXACT_SYNONYM
in_language: es
- literal_form: archivo de tribunales
predicate: EXACT_SYNONYM
in_language: es
- literal_form: الأرشيف القضائي
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: أرشيف المحاكم
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: arsip pengadilan
predicate: EXACT_SYNONYM
in_language: id
- literal_form: arsip yudikatif
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 司法档案馆
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: 法院档案
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: judicial
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: court
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: legal proceedings
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: tribunal
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: case records
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: skos:Concept
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: schema:ArchiveOrganization
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: wd:Q11906844
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: rico:RecordSet
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: related_to
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_type
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: in_jurisdiction
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_score
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: identified_by
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: |
predicate: EXACT_SYNONYM
in_language: zh

View file

@ -36,46 +36,153 @@ classes:
zh: >-
使实体、作品或人工制品得以产生的起源事件。
structured_aliases:
nl:
- creatiegebeurtenis
- ontstaansmoment
de:
- Entstehungsereignis
- Schaffungsmoment
fr:
- événement de création
- moment d'origine
es:
- evento de creación
- momento de origen
ar:
- حدث الإنشاء
- لحظة النشأة
id:
- peristiwa penciptaan
- momen asal
zh:
- 创作事件
- 起源时刻
keywords:
- creation event
- origin
- inception
- genesis
- bringing into being
broad_mappings:
- crm:E65_Creation
close_mappings:
- prov:Activity
- schema:CreateAction
slots:
- temporal_extent
- has_description
- in_place
slot_usage:
temporal_extent:
range: TimeSpan
inlined: true
in_place:
range: Place
inlined: true
- literal_form: creatiegebeurtenis
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: ontstaansmoment
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Entstehungsereignis
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Schaffungsmoment
predicate: EXACT_SYNONYM
in_language: de
- literal_form: événement de création
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: moment d'origine
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: evento de creación
predicate: EXACT_SYNONYM
in_language: es
- literal_form: momento de origen
predicate: EXACT_SYNONYM
in_language: es
- literal_form: حدث الإنشاء
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: لحظة النشأة
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: peristiwa penciptaan
predicate: EXACT_SYNONYM
in_language: id
- literal_form: momen asal
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 创作事件
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: 起源时刻
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: creation event
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: origin
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: inception
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: genesis
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: bringing into being
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: crm:E65_Creation
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: prov:Activity
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: schema:CreateAction
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: temporal_extent
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_description
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: in_place
predicate: EXACT_SYNONYM
in_language: zh

View file

@ -49,58 +49,237 @@ classes:
zh: >-
在整个生命周期中维护、丰富或重组策展藏品的持续保管工作。
structured_aliases:
nl:
- curatie-activiteit
- collectiebeheer
de:
- Kuratierungsaktivität
- Sammlungsverwaltung
fr:
- activité de conservation
- gestion de collection
es:
- actividad de curaduría
- gestión de colección
ar:
- نشاط التنسيق
- إدارة المجموعات
id:
- aktivitas kurasi
- pengelolaan koleksi
zh:
- 策展活动
- 馆藏管理
keywords:
- curation activity
- collection management
- stewardship
- preservation activity
- collection care
broad_mappings:
- crm:E87_Curation_Activity
close_mappings:
- rico:Activity
related_mappings:
- crm:E7_Activity
- aat:300054277
slots:
- allocated_budget
- curate
- has_type
- has_objective
- has_output
- recur_at
- add
- objects_affected
- has_quantity
- remove
- has_priority
- has_pattern
- associated_with
- managed_by
- has_protocol
comments:
- |
Preserved from prior description (commit 5e94e52b):
"Ongoing collection management activities performed to preserve heritage for access.\n\n**CIDOC-CRM Definition**:\n\nE87_Curation_Activity comprises \"the activities that result in the continuity of\nmanagement and the preservation and evolution of instances of E78 Curated Holding.\"\n\n**INHERITANCE**:\n\nExtends `Activity` base class. Inherits:\n# - has_activity_identifier (required, identifier)\n# - has_activity_name (required)\n# - has_activity_description\n- has_activity_type \u2192 ActivityType\n- temporal_extent \u2192 TimeSpan\n- succeeded_by, preceding_activity\n- status, note\n\n**KEY DISTINCTION**:\n\n| Concept | Class | Duration | Example |\n|---------|-------|----------|---------|\n| **Curation Activity** | CurationActivity | Ongoing/recurring | Annual inventory |\n| Exhibition | Exhibition | Time-bounded | \"Van Gogh Retrospective\" |\n| Conservation treatment | ConservationRecord | Discrete action | Frame repair |\n| Provenance event | ProvenanceEvent\
- literal_form: curatie-activiteit
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: collectiebeheer
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Kuratierungsaktivität
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Sammlungsverwaltung
predicate: EXACT_SYNONYM
in_language: de
- literal_form: activité de conservation
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: gestion de collection
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: actividad de curaduría
predicate: EXACT_SYNONYM
in_language: es
- literal_form: gestión de colección
predicate: EXACT_SYNONYM
in_language: es
- literal_form: نشاط التنسيق
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: إدارة المجموعات
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: aktivitas kurasi
predicate: EXACT_SYNONYM
in_language: id
- literal_form: pengelolaan koleksi
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 策展活动
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: 馆藏管理
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: curation activity
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: collection management
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: stewardship
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: preservation activity
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: collection care
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: crm:E87_Curation_Activity
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: rico:Activity
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: crm:E7_Activity
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: aat:300054277
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: allocated_budget
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: curate
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_type
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_objective
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_output
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: recur_at
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: add
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: objects_affected
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_quantity
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: remove
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_priority
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_pattern
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: associated_with
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: managed_by
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_protocol
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: |
predicate: EXACT_SYNONYM
in_language: zh

View file

@ -31,38 +31,141 @@ classes:
zh: >-
将个人与其当前组织隶属关系联系起来的当前职业角色或雇佣关系。
structured_aliases:
nl:
- huidige positie
- huidige functie
de:
- aktuelle Position
- gegenwärtige Stelle
fr:
- poste actuel
- position courante
es:
- puesto actual
- posición actual
ar:
- المنصب الحالي
- الوظيفة الحالية
id:
- posisi saat ini
- jabatan sekarang
zh:
- 当前职位
- 现任
keywords:
- current position
- present role
- active employment
- organizational affiliation
- job title
broad_mappings:
- schema:Role
close_mappings:
- org:Membership
related_mappings:
- schema:Organization
- prov:Entity
slots: []
- literal_form: huidige positie
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: huidige functie
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: aktuelle Position
predicate: EXACT_SYNONYM
in_language: de
- literal_form: gegenwärtige Stelle
predicate: EXACT_SYNONYM
in_language: de
- literal_form: poste actuel
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: position courante
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: puesto actual
predicate: EXACT_SYNONYM
in_language: es
- literal_form: posición actual
predicate: EXACT_SYNONYM
in_language: es
- literal_form: المنصب الحالي
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: الوظيفة الحالية
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: posisi saat ini
predicate: EXACT_SYNONYM
in_language: id
- literal_form: jabatan sekarang
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 当前职位
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: 现任
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: current position
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: present role
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: active employment
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: organizational affiliation
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: job title
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: schema:Role
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: org:Membership
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: schema:Organization
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: prov:Entity
predicate: EXACT_SYNONYM
in_language: zh

View file

@ -41,42 +41,45 @@ classes:
zh: >-
在转移到永久档案存储之前,用于正在进行机构工作流的活跃运营记录域。
structured_aliases:
nl: Beheeradministratie
de: Verwaltungsakten
fr: Administration du dépositaire
es: Administración del custodio
ar: إدارة العهدة
id: Administrasi Kustodian
zh: 保管人管理
broad_mappings:
- rico:RecordResource
close_mappings:
- schema:CreativeWork
related_mappings:
- rico:hasCreator
- rico:isAssociatedWithActivity
slots:
- has_label
- has_description
- has_status
- has_type
- has_quantity
- has_system
- active_since
- refer_to
- temporal_extent
- has_score
slot_usage:
has_label:
required: true
refer_to:
range: Custodian
required: true
notes:
- |
Preserved from prior description (commit 5e94e52b):
- literal_form: Beheeradministratie
Preserved from prior description (commit 5e94e52b):
predicate: EXACT_SYNONYM
"Represents ACTIVE documents, files, data, and records currently in daily use\nby the heritage custodian. These are LIVING records actively referenced,\nmodified, and used in ongoing institutional operations.\n\n**CRITICAL DISTINCTION - NOT ARCHIVES**:\n\nCustodianAdministration is fundamentally DIFFERENT from archives:\n\n| CustodianAdministration | CustodianArchive | CustodianCollection |\n|-------------------------|------------------|---------------------|\n| **ACTIVE** - in daily use | **INACTIVE** - awaiting processing | **HERITAGE** - cultural value |\n| Business tool | Processing backlog | Research resource |\n| Modified regularly | Static (until processed) | Preserved permanently |\n| Managed by business units | Managed by archives | Managed by collections |\n| Current reference value | Future historical value | Proven historical value |\n| Retention period active | Retention period ended | Permanently retained |\n\n**LIFECYCLE POSITION**:\n\n```\n\u250C\u2500\u2500\
in_language: nl
- literal_form: Verwaltungsakten
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Administration du dépositaire
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: Administración del custodio
predicate: EXACT_SYNONYM
in_language: es
- literal_form: إدارة العهدة
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Administrasi Kustodian
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 保管人管理
predicate: EXACT_SYNONYM
in_language: zh

View file

@ -40,52 +40,189 @@ classes:
zh: >-
由保存政策管理并为学术访问维护的遗产材料策展集合。
structured_aliases:
nl:
- beheerderscollectie
- erfgoedcollectie
de:
- Verwalter-Sammlung
- Kulturgutsammlung
fr:
- collection de dépositaire
- collection patrimoniale
es:
- colección de custodio
- colección patrimonial
ar:
- مجموعة الأمين
- مجموعة التراث
id:
- koleksi pengelola
- koleksi warisan
zh:
- 托管人收藏
- 遗产馆藏
keywords:
- custodian collection
- curated holding
- heritage aggregation
- research collection
- preservation collection
broad_mappings:
- crm:E78_Curated_Holding
close_mappings:
- rico:RecordSet
related_mappings:
- dcterms:hasPart
slots:
- has_label
- has_description
- has_scope
- has_type
- has_content
- has_provenance
- refer_to
- temporal_extent
- has_score
slot_usage:
has_label:
required: true
refer_to:
range: Custodian
required: true
- literal_form: beheerderscollectie
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: erfgoedcollectie
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Verwalter-Sammlung
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Kulturgutsammlung
predicate: EXACT_SYNONYM
in_language: de
- literal_form: collection de dépositaire
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: collection patrimoniale
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: colección de custodio
predicate: EXACT_SYNONYM
in_language: es
- literal_form: colección patrimonial
predicate: EXACT_SYNONYM
in_language: es
- literal_form: مجموعة الأمين
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: مجموعة التراث
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: koleksi pengelola
predicate: EXACT_SYNONYM
in_language: id
- literal_form: koleksi warisan
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 托管人收藏
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: 遗产馆藏
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: custodian collection
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: curated holding
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: heritage aggregation
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: research collection
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: preservation collection
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: crm:E78_Curated_Holding
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: rico:RecordSet
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: dcterms:hasPart
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_label
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_description
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_scope
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_type
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_content
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_provenance
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: refer_to
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: temporal_extent
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_score
predicate: EXACT_SYNONYM
in_language: zh

View file

@ -33,19 +33,45 @@ classes:
zh: >-
具体化断言,捕获声明的注册名称及支持性来源文档。
structured_aliases:
nl: Rechtspersonaamclaim
de: Rechtsname-Anspruch
fr: Revendication de dénomination légale
es: Reclamación de nombre legal
ar: مطالبة الاسم القانوني
id: Klaim Nama Hukum
zh: 法定名称声明
broad_mappings:
- rdf:Statement
close_mappings:
- prov:Entity
related_mappings:
- schema:legalName
slots:
- has_type
- has_note
- literal_form: Rechtspersonaamclaim
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Rechtsname-Anspruch
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Revendication de dénomination légale
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: Reclamación de nombre legal
predicate: EXACT_SYNONYM
in_language: es
- literal_form: مطالبة الاسم القانوني
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Klaim Nama Hukum
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 法定名称声明
predicate: EXACT_SYNONYM
in_language: zh

View file

@ -42,51 +42,195 @@ classes:
zh: >-
作为重建输入用于确立保管人属性的来源归属证据记录。
structured_aliases:
nl:
- beheerderobservatie
- bronwaarneming
de:
- Verwalterbeobachtung
- Quellenbeobachtung
fr:
- observation du dépositaire
- observation source
es:
- observación del custodio
- observación fuente
ar:
- ملاحظة الأمين
- ملاحظة المصدر
id:
- observasi kustodian
- observasi sumber
zh:
- 保管人观察
- 来源观察
keywords:
- custodian observation
- source evidence
- reconstruction input
- attributed data
- evidence record
broad_mappings:
- prov:Entity
- pico:PersonObservation
close_mappings:
- crm:E73_Information_Object
- rico:Record
slots:
- has_label
- has_value
- has_type
- refer_to
- has_context
- temporal_extent
- has_source
- observe
- has_score
slot_usage:
observe:
required: true
has_source:
required: true
- literal_form: beheerderobservatie
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: bronwaarneming
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Verwalterbeobachtung
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Quellenbeobachtung
predicate: EXACT_SYNONYM
in_language: de
- literal_form: observation du dépositaire
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: observation source
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: observación del custodio
predicate: EXACT_SYNONYM
in_language: es
- literal_form: observación fuente
predicate: EXACT_SYNONYM
in_language: es
- literal_form: ملاحظة الأمين
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: ملاحظة المصدر
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: observasi kustodian
predicate: EXACT_SYNONYM
in_language: id
- literal_form: observasi sumber
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 保管人观察
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: 来源观察
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: custodian observation
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: source evidence
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: reconstruction input
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: attributed data
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: evidence record
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: prov:Entity
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: pico:PersonObservation
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: crm:E73_Information_Object
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: rico:Record
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_label
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_value
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_type
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: refer_to
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_context
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: temporal_extent
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_source
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: observe
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_score
predicate: EXACT_SYNONYM
in_language: zh

View file

@ -55,27 +55,48 @@ classes:
zh: >-
标识遗产保管人运营或所在地理环境的重建名义地点表达式。
structured_aliases:
nl:
- beheerderslocatie
- instellingsplaats
de:
- Verwahrer-Standort
- Institutioneller Ort
fr:
- lieu du dépositaire
- localisation institutionnelle
es:
- ubicación del custodio
- lugar institucional
ar:
- موقع الأمين
- موقع المؤسسة
id:
- lokasi pengelola
- lokasi kelembagaan
zh:
- 托管人地点
- 机构位置
- literal_form: beheerderslocatie
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: instellingsplaats
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Verwahrer-Standort
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Institutioneller Ort
predicate: EXACT_SYNONYM
in_language: de
- literal_form: lieu du dépositaire
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: localisation institutionnelle
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: ubicación del custodio
predicate: EXACT_SYNONYM
in_language: es
- literal_form: lugar institucional
predicate: EXACT_SYNONYM
in_language: es
- literal_form: موقع الأمين
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: موقع المؤسسة
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: lokasi pengelola
predicate: EXACT_SYNONYM
in_language: id
- literal_form: lokasi kelembagaan
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 托管人地点
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: 机构位置
predicate: EXACT_SYNONYM
in_language: zh
keywords:
- custodian place
- institution location

View file

@ -37,43 +37,171 @@ classes:
zh: >-
汇集完整遗产托管人来源文件及丰富和来源元数据的根记录包。
structured_aliases:
nl:
- bronbestand
- custodian-bronbestand
de:
- Quelldatei
- Custodian-Quelldatei
fr:
- fichier source
- fichier source dépositaire
es:
- archivo fuente
- archivo fuente custodio
ar:
- ملف المصدر
- ملف مصدر الوصي
id:
- file sumber
- file sumber pengelola
zh:
- 来源文件
- 托管人源文件
keywords:
- source file
- custodian record
- provenance bundle
- enrichment
- source document
broad_mappings:
- prov:Entity
close_mappings:
- prov:Bundle
related_mappings:
- schema:Dataset
slots:
- has_provenance
- located_at
- has_status
- has_mission_statement
- has_contact_details
- has_service_area
- literal_form: bronbestand
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: custodian-bronbestand
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Quelldatei
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Custodian-Quelldatei
predicate: EXACT_SYNONYM
in_language: de
- literal_form: fichier source
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: fichier source dépositaire
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: archivo fuente
predicate: EXACT_SYNONYM
in_language: es
- literal_form: archivo fuente custodio
predicate: EXACT_SYNONYM
in_language: es
- literal_form: ملف المصدر
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: ملف مصدر الوصي
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: file sumber
predicate: EXACT_SYNONYM
in_language: id
- literal_form: file sumber pengelola
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 来源文件
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: 托管人源文件
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: source file
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: custodian record
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: provenance bundle
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: enrichment
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: source document
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: prov:Entity
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: prov:Bundle
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: schema:Dataset
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_provenance
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: located_at
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_status
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_mission_statement
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_contact_details
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_service_area
predicate: EXACT_SYNONYM
in_language: zh

View file

@ -36,6 +36,7 @@ classes:
broad_mappings:
- skos:Concept
- rico:RecordSetType
- crm:E55_Type
related_mappings:
- wd:Q112796578
see_also:
@ -49,3 +50,8 @@ classes:
dual_class_pattern: collection_type
specificity_score: 0.7
specificity_rationale: Type taxonomy class
keywords:
- preservation-only custody
- restricted access
- documentary aggregation
- dark archive

View file

@ -22,6 +22,42 @@ classes:
is_a: DataServiceEndpointType
class_uri: hc:SRUEndpoint
description: Search/Retrieve via URL service interface classification.
alt_descriptions:
nl: Service-interface voor zoeken/ophalen via URL-classificatie.
de: Search/Retrieve via URL Service-Interface-Klassifikation.
fr: Classification d'interface de service de recherche/récupération via URL.
es: Clasificación de interfaz de servicio de búsqueda/recuperación vía URL.
ar: تصنيف واجهة خدمة البحث/الاسترجاع عبر عنوان الويب.
id: Klasifikasi antarmuka layanan pencarian/pengambilan melalui URL.
zh: 通过URL进行搜索/检索的服务接口分类。
structured_aliases:
- literal_form: SRU-eindpunt
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: SRU-Endpunkt
predicate: EXACT_SYNONYM
in_language: de
- literal_form: point de terminaison SRU
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: punto final SRU
predicate: EXACT_SYNONYM
in_language: es
- literal_form: نقطة نهاية SRU
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: titik akhir SRU
predicate: EXACT_SYNONYM
in_language: id
- literal_form: SRU端点
predicate: EXACT_SYNONYM
in_language: zh
keywords:
- SRU
- search retrieve
- library protocol
- CQL
- federated search
slot_usage:
has_specification:
ifabsent: uri(http://www.loc.gov/standards/sru/)
@ -41,10 +77,47 @@ classes:
custodian_types: '[''*'']'
broad_mappings:
- skos:Concept
- crm:E55_Type
OpenSearch:
is_a: DataServiceEndpointType
class_uri: hc:OpenSearch
description: Federated search-description and result-discovery interface classification.
alt_descriptions:
nl: Federatieve zoekbeschrijving- en resultaat-ontdekking interface-classificatie.
de: Föderierte Suchbeschreibungs- und Ergebnisentdeckungs-Schnittstellenklassifikation.
fr: Classification d'interface de description de recherche fédérée et de découverte de résultats.
es: Clasificación de interfaz de descripción de búsqueda federada y descubrimiento de resultados.
ar: تصنيف واجهة وصف البحث الموحد واكتشاف النتائج.
id: Klasifikasi antarmuka deskripsi pencarian terfederasi dan penemuan hasil.
zh: 联合搜索描述和结果发现接口分类。
structured_aliases:
- literal_form: OpenSearch-eindpunt
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: OpenSearch-Endpunkt
predicate: EXACT_SYNONYM
in_language: de
- literal_form: point de terminaison OpenSearch
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: punto final OpenSearch
predicate: EXACT_SYNONYM
in_language: es
- literal_form: نقطة نهاية البحث المفتوح
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: titik akhir OpenSearch
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 开放搜索端点
predicate: EXACT_SYNONYM
in_language: zh
keywords:
- OpenSearch
- federated search
- RSS
- Atom
- browser integration
slot_usage:
has_specification:
ifabsent: uri(https://opensearch.org/)
@ -62,10 +135,47 @@ classes:
- has_score
broad_mappings:
- skos:Concept
- crm:E55_Type
IIIFImageAPI:
is_a: DataServiceEndpointType
class_uri: hc:IIIFImageAPI
description: IIIF image-delivery interface classification for parameterized image access.
alt_descriptions:
nl: IIIF-beeldleveringsinterface-classificatie voor geparametriseerde beeldtoegang.
de: IIIF-Bildlieferungs-Schnittstellenklassifikation für parametrisierten Bildzugriff.
fr: Classification d'interface de livraison d'images IIIF pour l'accès paramétré aux images.
es: Clasificación de interfaz de entrega de imágenes IIIF para acceso parametrizado a imágenes.
ar: تصنيف واجهة تسليم صور IIIF للوصول المُعلم للصور.
id: Klasifikasi antarmuka pengiriman gambar IIIF untuk akses gambar terparameter.
zh: 用于参数化图像访问的IIIF图像交付接口分类。
structured_aliases:
- literal_form: IIIF-beeld-API
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: IIIF-Bild-API
predicate: EXACT_SYNONYM
in_language: de
- literal_form: API d'image IIIF
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: API de imagen IIIF
predicate: EXACT_SYNONYM
in_language: es
- literal_form: واجهة برمجة صور IIIF
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: API gambar IIIF
predicate: EXACT_SYNONYM
in_language: id
- literal_form: IIIF图像API
predicate: EXACT_SYNONYM
in_language: zh
keywords:
- IIIF
- image API
- image delivery
- interoperability
- deep zoom
slot_usage:
has_specification:
ifabsent: uri(https://iiif.io/api/image/)
@ -85,10 +195,47 @@ classes:
- has_score
broad_mappings:
- skos:Concept
- crm:E55_Type
IIIFPresentationAPI:
is_a: DataServiceEndpointType
class_uri: hc:IIIFPresentationAPI
description: IIIF manifest and structure-description interface classification.
alt_descriptions:
nl: IIIF-manifest en structuur-beschrijving interface-classificatie.
de: IIIF-Manifest- und Strukturbeschreibungs-Schnittstellenklassifikation.
fr: Classification d'interface de manifeste IIIF et de description de structure.
es: Clasificación de interfaz de manifiesto IIIF y descripción de estructura.
ar: تصنيف واجهة بيان IIIF ووصف الهيكل.
id: Klasifikasi antarmuka manifes IIIF dan deskripsi struktur.
zh: IIIF清单和结构描述接口分类。
structured_aliases:
- literal_form: IIIF-presentatie-API
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: IIIF-Präsentations-API
predicate: EXACT_SYNONYM
in_language: de
- literal_form: API de présentation IIIF
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: API de presentación IIIF
predicate: EXACT_SYNONYM
in_language: es
- literal_form: واجهة برمجة عرض IIIF
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: API presentasi IIIF
predicate: EXACT_SYNONYM
in_language: id
- literal_form: IIIF呈现API
predicate: EXACT_SYNONYM
in_language: zh
keywords:
- IIIF
- presentation API
- manifest
- digital object
- viewer
slot_usage:
has_specification:
ifabsent: uri(https://iiif.io/api/presentation/)
@ -104,10 +251,47 @@ classes:
- has_score
broad_mappings:
- skos:Concept
- crm:E55_Type
SPARQLEndpoint:
is_a: DataServiceEndpointType
class_uri: hc:SPARQLEndpoint
description: SPARQL query-service interface classification for RDF graph access.
alt_descriptions:
nl: SPARQL-query-service interface-classificatie voor RDF-graaf toegang.
de: SPARQL-Abfragedienst-Schnittstellenklassifikation für RDF-Graph-Zugriff.
fr: Classification d'interface de service de requête SPARQL pour l'accès aux graphes RDF.
es: Clasificación de interfaz de servicio de consulta SPARQL para acceso a grafos RDF.
ar: تصنيف واجهة خدمة استعلام SPARQL للوصول إلى الرسوم البيانية RDF.
id: Klasifikasi antarmuka layanan kueri SPARQL untuk akses graf RDF.
zh: 用于RDF图访问的SPARQL查询服务接口分类。
structured_aliases:
- literal_form: SPARQL-eindpunt
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: SPARQL-Endpunkt
predicate: EXACT_SYNONYM
in_language: de
- literal_form: point de terminaison SPARQL
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: punto final SPARQL
predicate: EXACT_SYNONYM
in_language: es
- literal_form: نقطة نهاية SPARQL
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: titik akhir SPARQL
predicate: EXACT_SYNONYM
in_language: id
- literal_form: SPARQL端点
predicate: EXACT_SYNONYM
in_language: zh
keywords:
- SPARQL
- query service
- RDF
- linked data
- knowledge graph
slot_usage:
has_specification:
ifabsent: uri(https://www.w3.org/TR/sparql11-protocol/)
@ -128,10 +312,47 @@ classes:
- has_score
broad_mappings:
- skos:Concept
- crm:E55_Type
GraphQLEndpoint:
is_a: DataServiceEndpointType
class_uri: hc:GraphQLEndpoint
description: Graph query-language service interface classification.
alt_descriptions:
nl: Grafische query-taal service-interface-classificatie.
de: Graph-Abfragesprachen-Service-Interface-Klassifikation.
fr: Classification d'interface de service de langage de requête de graphe.
es: Clasificación de interfaz de servicio de lenguaje de consulta de grafos.
ar: تصنيف واجهة خدمة لغة استعلام الرسوم البيانية.
id: Klasifikasi antarmuka layanan bahasa kueri graf.
zh: 图查询语言服务接口分类。
structured_aliases:
- literal_form: GraphQL-eindpunt
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: GraphQL-Endpunkt
predicate: EXACT_SYNONYM
in_language: de
- literal_form: point de terminaison GraphQL
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: punto final GraphQL
predicate: EXACT_SYNONYM
in_language: es
- literal_form: نقطة نهاية GraphQL
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: titik akhir GraphQL
predicate: EXACT_SYNONYM
in_language: id
- literal_form: GraphQL端点
predicate: EXACT_SYNONYM
in_language: zh
keywords:
- GraphQL
- graph query
- API
- flexible query
- introspection
slot_usage:
has_specification:
ifabsent: uri(https://graphql.org/)
@ -147,10 +368,47 @@ classes:
- has_score
broad_mappings:
- skos:Concept
- crm:E55_Type
AtomFeed:
is_a: DataServiceEndpointType
class_uri: hc:AtomFeed
description: Atom syndication-feed service interface classification.
alt_descriptions:
nl: Atom-syndicatie-feed service-interface-classificatie.
de: Atom-Syndication-Feed-Service-Interface-Klassifikation.
fr: Classification d'interface de service de flux de syndication Atom.
es: Clasificación de interfaz de servicio de fuente de sindicación Atom.
ar: تصنيف واجهة خدمة خلاصة توزيع آtom.
id: Klasifikasi antarmuka layanan umpan sindikasi Atom.
zh: Atom聚合源服务接口分类。
structured_aliases:
- literal_form: Atom-feed
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Atom-Feed
predicate: EXACT_SYNONYM
in_language: de
- literal_form: flux Atom
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: fuente Atom
predicate: EXACT_SYNONYM
in_language: es
- literal_form: خلاصة آtom
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: umpan Atom
predicate: EXACT_SYNONYM
in_language: id
- literal_form: Atom源
predicate: EXACT_SYNONYM
in_language: zh
keywords:
- Atom
- syndication
- feed
- content distribution
- updates
slot_usage:
has_specification:
ifabsent: uri(https://www.rfc-editor.org/rfc/rfc4287)
@ -166,10 +424,47 @@ classes:
- has_score
broad_mappings:
- skos:Concept
- crm:E55_Type
RSSFeed:
is_a: DataServiceEndpointType
class_uri: hc:RSSFeed
description: RSS syndication-feed service interface classification.
alt_descriptions:
nl: RSS-syndicatie-feed service-interface-classificatie.
de: RSS-Syndication-Feed-Service-Interface-Klassifikation.
fr: Classification d'interface de service de flux de syndication RSS.
es: Clasificación de interfaz de servicio de fuente de sindicación RSS.
ar: تصنيف واجهة خدمة خلاصة توزيع RSS.
id: Klasifikasi antarmuka layanan umpan sindikasi RSS.
zh: RSS聚合源服务接口分类。
structured_aliases:
- literal_form: RSS-feed
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: RSS-Feed
predicate: EXACT_SYNONYM
in_language: de
- literal_form: flux RSS
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: fuente RSS
predicate: EXACT_SYNONYM
in_language: es
- literal_form: خلاصة RSS
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: umpan RSS
predicate: EXACT_SYNONYM
in_language: id
- literal_form: RSS源
predicate: EXACT_SYNONYM
in_language: zh
keywords:
- RSS
- syndication
- feed
- news
- content distribution
slot_usage:
has_format:
ifabsent: string(application/rss+xml)
@ -178,8 +473,10 @@ classes:
comments:
- Legacy syndication format - still widely supported
- Simpler than Atom but less extensible
- 'Preserved from prior description: Classification for RSS feed endpoints. **Protocol**: RSS (Really Simple Syndication) **Purpose**: Content syndication **Versions**: RSS 2.0 most common **Heritage Sector Usage**: RSS feeds used for: - News and announcements - Event listings - Exhibition updates - Blog syndication'
- 'Preserved from prior description: Classification for RSS feed endpoints. **Protocol**: RSS (Really Simple Syndication) **Purpose**: Content syndication **Versions**: RSS 2.0 most common **Heritage Sector Usage**: RSS feeds used for: - News and announcements - Event listings - Exhibition updates - Blog syndication'
slots:
- has_score
broad_mappings:
- skos:Concept
- crm:E55_Type

View file

@ -37,6 +37,7 @@ classes:
broad_mappings:
- skos:Concept
- rico:RecordSetType
- crm:E55_Type
related_mappings:
- wd:Q2860456
slot_usage:
@ -44,6 +45,11 @@ classes:
equals_string: hc:ArchiveOrganizationType
see_also:
- DepartmentalArchives
keywords:
- departmental archives
- French archives
- department-level governance
- documentary aggregation
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration

View file

@ -33,6 +33,11 @@ classes:
- {literal_form: نوع مجموعة سجلات أرشيف وسيط, in_language: ar}
- {literal_form: jenis set catatan arsip deposito, in_language: id}
- {literal_form: 中间档案记录集类型, in_language: zh}
keywords:
- intermediate custody
- retention management
- documentary aggregation
- disposition decision
broad_mappings:
- skos:Concept
- rico:RecordSetType

View file

@ -15,113 +15,399 @@ classes:
HighDetectionLevel:
is_a: DetectionLevelType
class_uri: hc:HighDetectionLevel
description: 'Confidence-tier classification for extraction reliability and review workflow.'
slot_usage:
has_code:
equals_string: HIGH
has_label:
# range: string
equals_string: High Confidence
annotations:
confidence_range: 0.9-1.0
review_required: 'false'
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: '[''*'']'
examples:
- value:
has_code: HIGH
has_label: High Confidence
has_description: Suitable for production display
broad_mappings:
- skos:Concept
comments:
- 'Preserved from prior description: High confidence detection level (0.9+ confidence). **Use Case**: Production display, public-facing content. High confidence detections have been verified to high accuracy standards and are suitable for automated display without human review.'
MediumDetectionLevel:
is_a: DetectionLevelType
class_uri: hc:MediumDetectionLevel
description: 'Confidence-tier classification for extraction reliability and review workflow.'
slot_usage:
has_code:
equals_string: MEDIUM
has_label:
# range: string
equals_string: Medium Confidence
annotations:
confidence_range: 0.7-0.9
review_required: recommended
examples:
- value:
has_code: MEDIUM
has_label: Medium Confidence
has_description: Review recommended before production use
broad_mappings:
- skos:Concept
comments:
- 'Preserved from prior description: Medium confidence detection level (0.7-0.9 confidence). **Use Case**: General use, review queue. Medium confidence detections may need spot-checking but are generally reliable for most applications.'
LowDetectionLevel:
is_a: DetectionLevelType
class_uri: hc:LowDetectionLevel
description: 'Confidence-tier classification for extraction reliability and review workflow.'
slot_usage:
has_code:
equals_string: LOW
has_label:
# range: string
equals_string: Low Confidence
annotations:
confidence_range: 0.5-0.7
review_required: required
examples:
- value:
has_code: LOW
has_label: Low Confidence
has_description: Requires human review before use
broad_mappings:
- skos:Concept
comments:
- 'Preserved from prior description: Low confidence detection level (0.5-0.7 confidence). **Use Case**: Research, exhaustive analysis, recall-focused. Low confidence detections prioritize recall over precision. Suitable for research workflows where missing items is more costly than including false positives.'
UncertainDetectionLevel:
is_a: DetectionLevelType
class_uri: hc:UncertainDetectionLevel
description: 'Confidence-tier classification for extraction reliability and review workflow.'
slot_usage:
has_code:
equals_string: UNCERTAIN
has_label:
# range: string
equals_string: Uncertain
annotations:
confidence_range: 0.0-0.5
review_required: mandatory
examples:
- value:
has_code: UNCERTAIN
has_label: Uncertain
has_description: Manual verification required
broad_mappings:
- skos:Concept
comments:
- 'Preserved from prior description: Uncertain detection level (< 0.5 confidence). **Use Case**: Flagged items, manual review queue. Uncertain detections should not be used without human verification. These are typically included in raw output for completeness but require manual curation before any production use.'
VerifiedDetectionLevel:
is_a: DetectionLevelType
class_uri: hc:VerifiedDetectionLevel
description: 'Confidence-tier classification for extraction reliability and review workflow.'
slot_usage:
has_code:
equals_string: VERIFIED
has_label:
# range: string
equals_string: Human Verified
annotations:
confidence_range: '1.0'
review_required: completed
examples:
- value:
has_code: VERIFIED
has_label: Human Verified
has_description: Manually confirmed by curator
broad_mappings:
- skos:Concept
comments:
- 'Preserved from prior description: Verified detection level (human confirmed). **Use Case**: Human-verified detections, ground truth. Verified detections have been manually confirmed by a human reviewer. These override automated confidence scores and serve as ground truth.'
description: >-
Confidence tier indicating extraction results suitable for production use without manual review.
alt_descriptions:
nl: >-
Vertrouwenstier die extractieresultaten aangeeft die geschikt zijn voor productiegebruik zonder handmatige beoordeling.
de: >-
Konfidenzstufe, die Extraktionsergebnisse anzeigt, die für den Produktionseinsatz ohne manuelle Überprüfung geeignet sind.
fr: >-
Niveau de confiance indiquant des résultats d'extraction adaptés à l'utilisation en production sans révision manuelle.
es: >-
Nivel de confianza que indica resultados de extracción adecuados para uso en producción sin revisión manual.
ar: >-
مستوى الثقة الذي يشير إلى نتائج الاستخراج المناسبة للاستخدام في الإنتاج دون مراجعة يدوية.
id: >-
Tingkat kepercayaan yang menunjukkan hasil ekstraksi yang cocok untuk penggunaan produksi tanpa tinjauan manual.
zh: >-
表示适合在生产中使用而无需人工审核的提取结果的置信度级别。
structured_aliases:
- literal_form: HoogDetectieniveau
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: HohesErkennungsniveau
predicate: EXACT_SYNONYM
in_language: de
- literal_form: NiveauDétectionÉlevé
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: NivelDetecciónAlto
predicate: EXACT_SYNONYM
in_language: es
- literal_form: مستوى اكتشاف عالي
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: TingkatDeteksiTinggi
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 高检测级别
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: de
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: es
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: id
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: GemiddeldDetectieniveau
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: MittleresErkennungsniveau
predicate: EXACT_SYNONYM
in_language: de
- literal_form: NiveauDétectionMoyen
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: NivelDetecciónMedio
predicate: EXACT_SYNONYM
in_language: es
- literal_form: مستوى اكتشاف متوسط
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: TingkatDeteksiSedang
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 中等检测级别
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: de
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: es
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: id
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: LaagDetectieniveau
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: NiedrigesErkennungsniveau
predicate: EXACT_SYNONYM
in_language: de
- literal_form: NiveauDétectionFaible
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: NivelDetecciónBajo
predicate: EXACT_SYNONYM
in_language: es
- literal_form: مستوى اكتشاف منخفض
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: TingkatDeteksiRendah
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 低检测级别
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: de
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: es
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: id
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: OnzekerDetectieniveau
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: UnsicheresErkennungsniveau
predicate: EXACT_SYNONYM
in_language: de
- literal_form: NiveauDétectionIncertain
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: NivelDetecciónIncierto
predicate: EXACT_SYNONYM
in_language: es
- literal_form: مستوى اكتشاف غير مؤكد
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: TingkatDeteksiTidakPasti
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 不确定检测级别
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: de
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: es
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: id
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: GeverifieerdDetectieniveau
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: VerifiziertesErkennungsniveau
predicate: EXACT_SYNONYM
in_language: de
- literal_form: NiveauDétectionVérifié
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: NivelDetecciónVerificado
predicate: EXACT_SYNONYM
in_language: es
- literal_form: مستوى اكتشاف موثق
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: TingkatDeteksiTerverifikasi
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 已验证检测级别
predicate: EXACT_SYNONYM
in_language: zh

View file

@ -33,37 +33,141 @@ classes:
zh: >-
用于机构运营中部署的电子、机械或网络连接设备的抽象分类。
structured_aliases:
nl:
- apparaattype
- toestelcategorie
de:
- Gerätetyp
- Apparatekategorie
fr:
- type d'appareil
- catégorie d'appareil
es:
- tipo de dispositivo
- categoría de aparato
ar:
- نوع الجهاز
- فئة الأداة
id:
- jenis perangkat
- kategori alat
zh:
- 设备类型
- 装置类别
keywords:
- device type
- hardware classification
- IoT device
- equipment category
- technology classification
broad_mappings:
- skos:Concept
close_mappings:
- schema:Product
slots:
- identified_by
- has_label
- literal_form: apparaattype
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: toestelcategorie
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Gerätetyp
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Apparatekategorie
predicate: EXACT_SYNONYM
in_language: de
- literal_form: type d'appareil
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: catégorie d'appareil
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: tipo de dispositivo
predicate: EXACT_SYNONYM
in_language: es
- literal_form: categoría de aparato
predicate: EXACT_SYNONYM
in_language: es
- literal_form: نوع الجهاز
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: فئة الأداة
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: jenis perangkat
predicate: EXACT_SYNONYM
in_language: id
- literal_form: kategori alat
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 设备类型
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: 装置类别
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: device type
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: hardware classification
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: IoT device
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: equipment category
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: technology classification
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: skos:Concept
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: schema:Product
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: identified_by
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_label
predicate: EXACT_SYNONYM
in_language: zh

View file

@ -7,6 +7,7 @@ prefixes:
skos: http://www.w3.org/2004/02/skos/core#
schema: http://schema.org/
sosa: http://www.w3.org/ns/sosa/
crm: http://www.cidoc-crm.org/cidoc-crm/
default_prefix: hc
imports:
- ./DeviceType
@ -23,14 +24,14 @@ classes:
Energiezuinige nabijheidszender die locatiebewuste bezoekersinteracties en
navigatiehulp mogelijk maakt.
de: >-
Energiesparender Nähe-Sender, der ortsabhängige Besucherinteraktionen und
Wegweisungsunterstützung ermöglicht.
Energiesparender Naehe-Sender, der ortsabhaengige Besucherinteraktionen und
Wegweisungsunterstuetzung ermoeglicht.
fr: >-
Émetteur de proximité à faible consommation permettant les interactions visiteurs
sensibles à la localisation et l'aide à l'orientation.
Emetteur de proximite a faible consommation permettant les interactions visiteurs
sensibles a la localisation et l'aide a l'orientation.
es: >-
Transmisor de proximidad de bajo consumo que permite interacciones de visitantes
conscientes de la ubicación y asistencia de orientación.
conscientes de la ubicacion y asistencia de orientacion.
ar: >-
مرسل قرب منخفض الطاقة يمكّن تفاعلات الزوار المدركة للموقع والمساعدة في التنقل.
id: >-
@ -38,8 +39,38 @@ classes:
dan bantuan navigasi.
zh: >-
启用位置感知访客交互和导航辅助的低能耗邻近发射器。
structured_aliases:
- literal_form: nabijheidsbaken
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Naeherungssender
predicate: EXACT_SYNONYM
in_language: de
- literal_form: balise de proximite
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: baliza de proximidad
predicate: EXACT_SYNONYM
in_language: es
- literal_form: منارة قرب
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: suar kedekatan
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 邻近信标
predicate: EXACT_SYNONYM
in_language: zh
keywords:
- beacon
- proximity
- wayfinding
- location awareness
- BLE
- visitor engagement
broad_mappings:
- skos:Concept
- crm:E55_Type
close_mappings:
- sosa:Platform
- schema:Product
@ -48,8 +79,53 @@ classes:
is_a: DeviceType
class_uri: hc:IoTSensor
description: Sensing device for environmental or usage measurements.
alt_descriptions:
nl: >-
Meetinstrument voor omgevings- of gebruiksmetingen.
de: >-
Messgeraet fuer Umwelt- oder Nutzungsmessungen.
fr: >-
Dispositif de mesure pour les releves environnementaux ou d'utilisation.
es: >-
Dispositivo de medicion para mediciones ambientales o de uso.
ar: >-
جهاز استشعار للقياسات البيئية أو قياسات الاستخدام.
id: >-
Perangkat penginderaan untuk pengukuran lingkungan atau penggunaan.
zh: >-
用于环境或使用测量的感应设备。
structured_aliases:
- literal_form: omgevingssensor
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Umgebungssensor
predicate: EXACT_SYNONYM
in_language: de
- literal_form: capteur environnemental
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: sensor ambiental
predicate: EXACT_SYNONYM
in_language: es
- literal_form: مستشعر بيئي
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: sensor lingkungan
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 环境传感器
predicate: EXACT_SYNONYM
in_language: zh
keywords:
- sensor
- measurement
- environmental monitoring
- usage tracking
- IoT
- smart device
broad_mappings:
- skos:Concept
- crm:E55_Type
close_mappings:
- sosa:Sensor
- schema:Product
@ -58,8 +134,53 @@ classes:
is_a: DeviceType
class_uri: hc:IoTKiosk
description: Interactive public terminal for discovery and service access.
alt_descriptions:
nl: >-
Interactieve openbare terminal voor ontsluiting en servicetoegang.
de: >-
Interaktives oeffentliches Terminal fuer Entdeckung und Servicezugang.
fr: >-
Terminal public interactif pour la decouverte et l'acces aux services.
es: >-
Terminal publico interactivo para descubrimiento y acceso a servicios.
ar: >-
محطة عامة تفاعلية للاكتشاف والوصول إلى الخدمات.
id: >-
Terminal publik interaktif untuk penemuan dan akses layanan.
zh: >-
用于发现和服务访问的交互式公共终端。
structured_aliases:
- literal_form: informatiescherm
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Informationsterminal
predicate: EXACT_SYNONYM
in_language: de
- literal_form: borne interactive
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: quiosco interactivo
predicate: EXACT_SYNONYM
in_language: es
- literal_form: كشك تفاعلي
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: kisok interaktif
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 交互式终端
predicate: EXACT_SYNONYM
in_language: zh
keywords:
- kiosk
- terminal
- interactive
- public access
- discovery
- service point
broad_mappings:
- skos:Concept
- crm:E55_Type
close_mappings:
- schema:Product
@ -67,8 +188,53 @@ classes:
is_a: DeviceType
class_uri: hc:IoTDisplay
description: Networked display device for signage and interpretation.
alt_descriptions:
nl: >-
Netwerkgekoppeld weergaveapparaat voor bewegwijzering en interpretatie.
de: >-
Vernetztes Anzeigegeraet fuer Beschilderung und Interpretation.
fr: >-
Appareil d'affichage en reseau pour la signalisation et l'interpretation.
es: >-
Dispositivo de visualizacion en red para senalizacion e interpretacion.
ar: >-
جهاز عرض متصل بالشبكة للإرشاد والتفسير.
id: >-
Perangkat tampilan terjaring untuk penunjuk dan interpretasi.
zh: >-
用于标识和解释的联网显示设备。
structured_aliases:
- literal_form: digitaal beeldscherm
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: digitales Anzeigegeraet
predicate: EXACT_SYNONYM
in_language: de
- literal_form: ecran numerique
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: pantalla digital
predicate: EXACT_SYNONYM
in_language: es
- literal_form: شاشة رقمية
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: layar digital
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 数字显示屏
predicate: EXACT_SYNONYM
in_language: zh
keywords:
- display
- digital signage
- screen
- interpretation
- wayfinding
- networked device
broad_mappings:
- skos:Concept
- crm:E55_Type
close_mappings:
- schema:Product
@ -76,8 +242,53 @@ classes:
is_a: DeviceType
class_uri: hc:IoTActuator
description: Control device that performs physical actions from digital signals.
alt_descriptions:
nl: >-
Besturingsapparaat dat fysieke acties uitvoert op basis van digitale signalen.
de: >-
Steuerelement, das physische Aktionen aus digitalen Signalen ausfuehrt.
fr: >-
Dispositif de controle executant des actions physiques a partir de signaux numeriques.
es: >-
Dispositivo de control que ejecuta acciones fisicas a partir de senales digitales.
ar: >-
جهاز تحكم ينفذ إجراءات مادية من الإشارات الرقمية.
id: >-
Perangkat kontrol yang melakukan aksi fisik dari sinyal digital.
zh: >-
根据数字信号执行物理动作的控制设备。
structured_aliases:
- literal_form: uitvoerend element
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Stellglied
predicate: EXACT_SYNONYM
in_language: de
- literal_form: actionneur
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: actuador
predicate: EXACT_SYNONYM
in_language: es
- literal_form: محرك
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: aktuator
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 执行器
predicate: EXACT_SYNONYM
in_language: zh
keywords:
- actuator
- control device
- physical action
- automation
- IoT
- smart building
broad_mappings:
- skos:Concept
- crm:E55_Type
close_mappings:
- sosa:Actuator
- schema:Product

View file

@ -33,33 +33,129 @@ classes:
zh: >-
音频分析中说话人分割和识别工作流的处理状态指示器。
structured_aliases:
nl:
- diarisatiestatus
- sprekerscheidingsstatus
de:
- Diarisierungsstatus
- Sprechertrennungsstatus
fr:
- statut de diarisation
- état de segmentation
es:
- estado de diarización
- estado de segmentación
ar:
- حالة التفريق
- حالة تجزئة المتحدث
id:
- status diarisasi
- status segmentasi pembicara
zh:
- 说话人分离状态
- 语音分割状态
keywords:
- diarization status
- speaker segmentation
- audio processing
- speaker identification
- processing state
slots:
- identified_by
- has_label
- literal_form: diarisatiestatus
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: sprekerscheidingsstatus
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Diarisierungsstatus
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Sprechertrennungsstatus
predicate: EXACT_SYNONYM
in_language: de
- literal_form: statut de diarisation
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: état de segmentation
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: estado de diarización
predicate: EXACT_SYNONYM
in_language: es
- literal_form: estado de segmentación
predicate: EXACT_SYNONYM
in_language: es
- literal_form: حالة التفريق
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: حالة تجزئة المتحدث
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: status diarisasi
predicate: EXACT_SYNONYM
in_language: id
- literal_form: status segmentasi pembicara
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 说话人分离状态
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: 语音分割状态
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: diarization status
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: speaker segmentation
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: audio processing
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: speaker identification
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: processing state
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: identified_by
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_label
predicate: EXACT_SYNONYM
in_language: zh

View file

@ -39,42 +39,171 @@ classes:
zh: >-
主要保管和访问操作通过数字基础设施进行的机构的组织类别。
structured_aliases:
nl:
- digitaal archief
- elektronisch archief
de:
- digitales Archiv
- elektronisches Archiv
fr:
- archive numérique
- archive électronique
es:
- archivo digital
- archivo electrónico
ar:
- الأرشيف الرقمي
- الأرشيف الإلكتروني
id:
- arsip digital
- arsip elektronik
zh:
- 数字档案馆
- 电子档案馆
keywords:
- digital archive
- electronic archive
- born-digital
- online repository
- virtual archive
broad_mappings:
- skos:Concept
- schema:ArchiveOrganization
related_mappings:
- wd:Q1224984
slots:
- identified_by
- has_scope
- has_format
- has_interface
- hold_record_set
- has_score
- literal_form: digitaal archief
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: elektronisch archief
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: digitales Archiv
predicate: EXACT_SYNONYM
in_language: de
- literal_form: elektronisches Archiv
predicate: EXACT_SYNONYM
in_language: de
- literal_form: archive numérique
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: archive électronique
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: archivo digital
predicate: EXACT_SYNONYM
in_language: es
- literal_form: archivo electrónico
predicate: EXACT_SYNONYM
in_language: es
- literal_form: الأرشيف الرقمي
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: الأرشيف الإلكتروني
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: arsip digital
predicate: EXACT_SYNONYM
in_language: id
- literal_form: arsip elektronik
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 数字档案馆
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: 电子档案馆
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: digital archive
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: electronic archive
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: born-digital
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: online repository
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: virtual archive
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: skos:Concept
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: schema:ArchiveOrganization
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: wd:Q1224984
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: identified_by
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_scope
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_format
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_interface
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: hold_record_set
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_score
predicate: EXACT_SYNONYM
in_language: zh

View file

@ -33,27 +33,20 @@ classes:
zh: >-
源于或维护于数字档案环境的记录集类别的抽象分类。
structured_aliases:
nl:
- digitaal archief recordset-type
- digitale collectiecategorie
de:
- digitales Archiv-Datensatztyp
- digitale Bestandskategorie
fr:
- type de jeu d'enregistrements d'archives numériques
- catégorie de collection numérique
es:
- tipo de conjunto de registros de archivo digital
- categoría de colección digital
ar:
- نوع مجموعة سجلات الأرشيف الرقمي
- فئة المجموعة الرقمية
id:
- jenis kumpulan catatan arsip digital
- kategori koleksi digital
zh:
- 数字档案记录集类型
- 数字藏品类别
- {literal_form: digitaal archief recordset-type, in_language: nl}
- {literal_form: digitale collectiecategorie, in_language: nl}
- {literal_form: digitales Archiv-Datensatztyp, in_language: de}
- {literal_form: digitale Bestandskategorie, in_language: de}
- {literal_form: type de jeu d'enregistrements d'archives numériques, in_language: fr}
- {literal_form: catégorie de collection numérique, in_language: fr}
- {literal_form: tipo de conjunto de registros de archivo digital, in_language: es}
- {literal_form: categoría de colección digital, in_language: es}
- {literal_form: نوع مجموعة سجلات الأرشيف الرقمي, in_language: ar}
- {literal_form: فئة المجموعة الرقمية, in_language: ar}
- {literal_form: jenis kumpulan catatan arsip digital, in_language: id}
- {literal_form: kategori koleksi digital, in_language: id}
- {literal_form: 数字档案记录集类型, in_language: zh}
- {literal_form: 数字藏品类别, in_language: zh}
keywords:
- digital archive
- record set type

View file

@ -29,37 +29,141 @@ classes:
zh: >-
负责与数字平台相关的运营、支持或治理沟通的指定个人。
structured_aliases:
nl:
- sleutelcontact
- primair aanspreekpunt
de:
- Schlüsselkontakt
- Hauptansprechpartner
fr:
- contact clé
- interlocuteur principal
es:
- contacto clave
- interlocutor principal
ar:
- جهة اتصال رئيسية
- المسؤول الرئيسي
id:
- kontak utama
- penanggung jawab utama
zh:
- 关键联系人
- 主要联系人
keywords:
- key contact
- primary contact
- platform administrator
- support contact
- governance liaison
broad_mappings:
- schema:Person
close_mappings:
- schema:ContactPoint
slots:
- has_name
- has_source
- literal_form: sleutelcontact
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: primair aanspreekpunt
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Schlüsselkontakt
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Hauptansprechpartner
predicate: EXACT_SYNONYM
in_language: de
- literal_form: contact clé
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: interlocuteur principal
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: contacto clave
predicate: EXACT_SYNONYM
in_language: es
- literal_form: interlocutor principal
predicate: EXACT_SYNONYM
in_language: es
- literal_form: جهة اتصال رئيسية
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: المسؤول الرئيسي
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: kontak utama
predicate: EXACT_SYNONYM
in_language: id
- literal_form: penanggung jawab utama
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 关键联系人
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: 主要联系人
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: key contact
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: primary contact
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: platform administrator
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: support contact
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: governance liaison
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: schema:Person
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: schema:ContactPoint
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_name
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_source
predicate: EXACT_SYNONYM
in_language: zh

View file

@ -34,43 +34,153 @@ classes:
zh: >-
捕获组织实体的机构分类、运营范围和成立情况的结构化配置文件部分。
structured_aliases:
nl:
- organisatieprofiel
- institutioneel profiel
de:
- Organisationsprofil
- institutionsprofil
fr:
- profil organisationnel
- profil institutionnel
es:
- perfil organizacional
- perfil institucional
ar:
- الملف التنظيمي
- الملف المؤسسي
id:
- profil organisasi
- profil kelembagaan
zh:
- 组织概况
- 机构资料
keywords:
- organization profile
- institutional information
- founding context
- scope
- organizational type
broad_mappings:
- schema:Organization
close_mappings:
- org:FormalOrganization
- dcat:Resource
slots:
- founded_through
- has_type
- has_scope
slot_usage:
founded_through:
range: FoundingEvent
inlined: true
- literal_form: organisatieprofiel
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: institutioneel profiel
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Organisationsprofil
predicate: EXACT_SYNONYM
in_language: de
- literal_form: institutionsprofil
predicate: EXACT_SYNONYM
in_language: de
- literal_form: profil organisationnel
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: profil institutionnel
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: perfil organizacional
predicate: EXACT_SYNONYM
in_language: es
- literal_form: perfil institucional
predicate: EXACT_SYNONYM
in_language: es
- literal_form: الملف التنظيمي
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: الملف المؤسسي
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: profil organisasi
predicate: EXACT_SYNONYM
in_language: id
- literal_form: profil kelembagaan
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 组织概况
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: 机构资料
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: organization profile
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: institutional information
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: founding context
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: scope
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: organizational type
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: schema:Organization
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: org:FormalOrganization
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: dcat:Resource
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: founded_through
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_type
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_scope
predicate: EXACT_SYNONYM
in_language: zh

View file

@ -41,53 +41,195 @@ classes:
zh: >-
基于功能能力和运营模式对数字服务环境进行分类的抽象分类概念。
structured_aliases:
nl:
- platformtype
- digitaal platform categorie
de:
- Plattformtyp
- digitale Plattformkategorie
fr:
- type de plateforme
- catégorie de plateforme numérique
es:
- tipo de plataforma
- categoría de plataforma digital
ar:
- نوع المنصة
- فئة المنصة الرقمية
id:
- jenis platform
- kategori platform digital
zh:
- 平台类型
- 数字平台类别
keywords:
- digital platform type
- platform classification
- service category
- online environment
- digital infrastructure
close_mappings:
- schema:DefinedTerm
- dcat:Catalog
broad_mappings:
- crm:E55_Type
- skos:Concept
slots:
- has_example
- has_label
- has_hypernym
- has_type
- has_score
- has_standard
- has_feature
- related_to
notes:
- |
Preserved from prior description (commit 86b9dceb):
- literal_form: platformtype
Preserved from prior description (commit 86b9dceb):
predicate: EXACT_SYNONYM
"Abstract base class for digital platform type classifications in the heritage domain.\n\n**DEFINITION**:\n\nDigitalPlatformType represents CATEGORIES of heritage digital platforms,\nnot individual platform instances. Each subclass defines characteristics of a\nplatform category (function, scope, typical features, etc.).\n\n**CRITICAL: TYPE vs INSTANCE**\n\n| Aspect | DigitalPlatformType (This Class) | DigitalPlatform (Instance Class) |\n|--------|-------------------------------------|----------------------------------|\n| **Nature** | Classification/category | Individual platform |\n| **Examples** | DIGITAL_LIBRARY, VIRTUAL_MUSEUM | Gallica, Rijksstudio |\n| **Properties** | Category metadata, typical standards | URL, content count, operator |\n| **Cardinality** | ~70 types | Thousands of instances |\n\n**CATEGORY STRUCTURE**:\n\nPlatform types are organized into high-level categories:\n\n1. **REPOSITORY**: Platforms for storing/accessing digital content\n - Digital Library,\
in_language: nl
- literal_form: digitaal platform categorie
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Plattformtyp
predicate: EXACT_SYNONYM
in_language: de
- literal_form: digitale Plattformkategorie
predicate: EXACT_SYNONYM
in_language: de
- literal_form: type de plateforme
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: catégorie de plateforme numérique
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: tipo de plataforma
predicate: EXACT_SYNONYM
in_language: es
- literal_form: categoría de plataforma digital
predicate: EXACT_SYNONYM
in_language: es
- literal_form: نوع المنصة
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: فئة المنصة الرقمية
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: jenis platform
predicate: EXACT_SYNONYM
in_language: id
- literal_form: kategori platform digital
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 平台类型
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: 数字平台类别
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: digital platform type
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: platform classification
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: service category
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: online environment
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: digital infrastructure
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: schema:DefinedTerm
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: dcat:Catalog
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: crm:E55_Type
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: skos:Concept
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_example
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_label
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_hypernym
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_type
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_score
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_standard
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_feature
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: related_to
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: |
predicate: EXACT_SYNONYM
in_language: zh

View file

@ -35,38 +35,147 @@ classes:
zh: >-
将贡献者、作者或组织链接到外部数字服务上其个人资料的账户级标识符。
structured_aliases:
nl:
- platform-gebruikersidentificatie
- account-ID
de:
- Plattform-Benutzerkennung
- Account-ID
fr:
- identifiant utilisateur plateforme
- ID compte
es:
- identificador de usuario de plataforma
- ID de cuenta
ar:
- معرف مستخدم المنصة
- معرف الحساب
id:
- pengenal pengguna platform
- ID akun
zh:
- 平台用户标识符
- 账户ID
keywords:
- user identifier
- platform account
- contributor ID
- digital profile
broad_mappings:
- foaf:OnlineAccount
close_mappings:
- schema:PropertyValue
slots:
- has_type
- has_url
- identified_by
- has_label
- literal_form: platform-gebruikersidentificatie
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: account-ID
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Plattform-Benutzerkennung
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Account-ID
predicate: EXACT_SYNONYM
in_language: de
- literal_form: identifiant utilisateur plateforme
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: ID compte
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: identificador de usuario de plataforma
predicate: EXACT_SYNONYM
in_language: es
- literal_form: ID de cuenta
predicate: EXACT_SYNONYM
in_language: es
- literal_form: معرف مستخدم المنصة
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: معرف الحساب
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: pengenal pengguna platform
predicate: EXACT_SYNONYM
in_language: id
- literal_form: ID akun
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 平台用户标识符
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: 账户ID
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: user identifier
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: platform account
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: contributor ID
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: digital profile
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: foaf:OnlineAccount
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: schema:PropertyValue
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_type
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_url
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: identified_by
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_label
predicate: EXACT_SYNONYM
in_language: zh

View file

@ -89,129 +89,721 @@ classes:
is_a: DigitalPresenceType
class_uri: schema:WebApplication
description: Interactive web application with user accounts/features.
alt_descriptions:
nl: Interactieve webapplicatie met gebruikersaccounts en functionaliteiten.
de: Interaktive Webanwendung mit Benutzerkonten und Funktionen.
fr: Application web interactive avec comptes utilisateurs et fonctionnalités.
es: Aplicación web interactiva con cuentas de usuario y funcionalidades.
ar: تطبيق ويب تفاعلي مع حسابات مستخدمين وميزات.
id: Aplikasi web interaktif dengan akun pengguna dan fitur.
zh: 具有用户账户和功能的交互式网络应用程序。
structured_aliases:
- literal_form: webapplicatie-aanwezigheid
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Webanwendungs-Präsenz
predicate: EXACT_SYNONYM
in_language: de
- literal_form: présence d'application web
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: presencia de aplicación web
predicate: EXACT_SYNONYM
in_language: es
- literal_form: حضور تطبيق ويب
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: kehadiran aplikasi web
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 网络应用程序呈现
predicate: EXACT_SYNONYM
in_language: zh
keywords:
- web application
- interactive
- user accounts
- functionality
- digital service
annotations:
enum_equivalent: WEB_APPLICATION
broad_mappings:
- skos:Concept
- crm:E55_Type
DiscoveryPortalPresence:
is_a: DigitalPresenceType
class_uri: dcat:Catalog
description: Collection discovery and search portal.
alt_descriptions:
nl: Collectie-ontdekkings- en zoekportaal.
de: Entdeckungs- und Suchportal für Sammlungen.
fr: Portail de découverte et de recherche de collections.
es: Portal de descubrimiento y búsqueda de colecciones.
ar: بوابة اكتشاف وبحث المجموعات.
id: Portal penemuan dan pencarian koleksi.
zh: 馆藏发现和搜索门户。
structured_aliases:
- literal_form: ontdekkingsportaal-aanwezigheid
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Entdeckungsportal-Präsenz
predicate: EXACT_SYNONYM
in_language: de
- literal_form: présence de portail de découverte
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: presencia de portal de descubrimiento
predicate: EXACT_SYNONYM
in_language: es
- literal_form: حضور بوابة الاكتشاف
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: kehadiran portal penemuan
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 发现门户呈现
predicate: EXACT_SYNONYM
in_language: zh
keywords:
- discovery portal
- search
- collection access
- catalog
- heritage discovery
annotations:
enum_equivalent: DISCOVERY_PORTAL
broad_mappings:
- skos:Concept
- crm:E55_Type
DigitalRepositoryPresence:
is_a: DigitalPresenceType
class_uri: dcat:Dataset
description: Digital object repository for preservation and access.
alt_descriptions:
nl: Digitaal objectrepository voor bewaring en toegang.
de: Digitales Objekt-Repository für Bewahrung und Zugriff.
fr: Référentiel d'objets numériques pour la préservation et l'accès.
es: Repositorio de objetos digitales para preservación y acceso.
ar: مستودع الكائنات الرقمية للحفظ والوصول.
id: Repositori objek digital untuk pelestarian dan akses.
zh: 用于保存和访问的数字对象存储库。
structured_aliases:
- literal_form: digitaal depot-aanwezigheid
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: digitales Repository-Präsenz
predicate: EXACT_SYNONYM
in_language: de
- literal_form: présence de référentiel numérique
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: presencia de repositorio digital
predicate: EXACT_SYNONYM
in_language: es
- literal_form: حضور المستودع الرقمي
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: kehadiran repositori digital
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 数字存储库呈现
predicate: EXACT_SYNONYM
in_language: zh
keywords:
- digital repository
- preservation
- access
- digital objects
- archival storage
annotations:
enum_equivalent: DIGITAL_REPOSITORY
broad_mappings:
- skos:Concept
- crm:E55_Type
ApiServicePresence:
is_a: DigitalPresenceType
class_uri: dcat:DataService
description: Programmatic API access to data/services.
alt_descriptions:
nl: Programmatische API-toegang tot gegevens en diensten.
de: Programmatischer API-Zugriff auf Daten und Dienste.
fr: Accès programmatique par API aux données et services.
es: Acceso programático por API a datos y servicios.
ar: وصول برمجي عبر واجهة برمجة التطبيقات إلى البيانات والخدمات.
id: Akses API terprogram ke data dan layanan.
zh: 通过API以编程方式访问数据和服务。
structured_aliases:
- literal_form: API-dienst-aanwezigheid
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: API-Dienst-Präsenz
predicate: EXACT_SYNONYM
in_language: de
- literal_form: présence de service API
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: presencia de servicio API
predicate: EXACT_SYNONYM
in_language: es
- literal_form: حضور خدمة واجهة البرمجة
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: kehadiran layanan API
predicate: EXACT_SYNONYM
in_language: id
- literal_form: API服务呈现
predicate: EXACT_SYNONYM
in_language: zh
keywords:
- API service
- programmatic access
- data service
- interface
- developer access
annotations:
enum_equivalent: API_SERVICE
broad_mappings:
- skos:Concept
- crm:E55_Type
ProjectWebsitePresence:
is_a: DigitalPresenceType
class_uri: foaf:Project
description: Project-specific website (grant-funded, thematic).
alt_descriptions:
nl: Projectspecifieke website (subsidiegefincierd, thematisch).
de: Projektspezifische Website (förderfinanziert, thematisch).
fr: Site web spécifique à un projet (financé par subvention, thématique).
es: Sitio web específico del proyecto (financiado por subvención, temático).
ar: موقع ويب خاص بالمشروع (ممول بمنح، موضوعي).
id: Situs web khusus proyek (didanai hibah, tematik).
zh: 项目专用网站(资助资助,专题性)。
structured_aliases:
- literal_form: projectwebsite-aanwezigheid
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Projektwebsite-Präsenz
predicate: EXACT_SYNONYM
in_language: de
- literal_form: présence de site web de projet
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: presencia de sitio web de proyecto
predicate: EXACT_SYNONYM
in_language: es
- literal_form: حضور موقع المشروع
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: kehadiran situs web proyek
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 项目网站呈现
predicate: EXACT_SYNONYM
in_language: zh
keywords:
- project website
- grant-funded
- thematic
- research project
- temporary site
annotations:
enum_equivalent: PROJECT_WEBSITE
broad_mappings:
- skos:Concept
- crm:E55_Type
ExhibitionMicrositePresence:
is_a: DigitalPresenceType
class_uri: schema:ExhibitionEvent
description: Temporary exhibition website/portal.
alt_descriptions:
nl: Tijdelijke tentoonstellingswebsite of -portaal.
de: Temporäre Ausstellungswebsite oder -portal.
fr: Site web ou portail d'exposition temporaire.
es: Sitio web o portal de exposición temporal.
ar: موقع أو بوابة معرض مؤقت.
id: Situs web atau portal pameran sementara.
zh: 临时展览网站或门户。
structured_aliases:
- literal_form: tentoonstellingsmicrosite-aanwezigheid
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Ausstellungs-Microsite-Präsenz
predicate: EXACT_SYNONYM
in_language: de
- literal_form: présence de microsite d'exposition
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: presencia de micrositio de exposición
predicate: EXACT_SYNONYM
in_language: es
- literal_form: حضور الموقع المصغر للمعرض
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: kehadiran micrositus pameran
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 展览微型网站呈现
predicate: EXACT_SYNONYM
in_language: zh
keywords:
- exhibition microsite
- temporary website
- exhibition portal
- event website
- curated content
annotations:
enum_equivalent: EXHIBITION_MICROSITE
broad_mappings:
- skos:Concept
- crm:E55_Type
MobileAppPresence:
is_a: DigitalPresenceType
class_uri: schema:MobileApplication
description: Native or hybrid mobile application.
alt_descriptions:
nl: Native of hybride mobiele applicatie.
de: Native oder hybride mobile Anwendung.
fr: Application mobile native ou hybride.
es: Aplicación móvil nativa o híbrida.
ar: تطبيق محمول أصلي أو هجين.
id: Aplikasi seluler native atau hibrid.
zh: 原生或混合移动应用程序。
structured_aliases:
- literal_form: mobiele app-aanwezigheid
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: mobile App-Präsenz
predicate: EXACT_SYNONYM
in_language: de
- literal_form: présence d'application mobile
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: presencia de aplicación móvil
predicate: EXACT_SYNONYM
in_language: es
- literal_form: حضور تطبيق الهاتف المحمول
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: kehadiran aplikasi seluler
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 移动应用程序呈现
predicate: EXACT_SYNONYM
in_language: zh
keywords:
- mobile app
- native application
- hybrid app
- smartphone
- tablet application
annotations:
enum_equivalent: MOBILE_APP
broad_mappings:
- skos:Concept
- crm:E55_Type
LearningPlatformPresence:
is_a: DigitalPresenceType
class_uri: schema:LearningResource
description: Learning management system or educational platform.
alt_descriptions:
nl: Leerbeheersysteem of educatief platform.
de: Lernmanagementsystem oder Bildungsplattform.
fr: Système de gestion de l'apprentissage ou plateforme éducative.
es: Sistema de gestión de aprendizaje o plataforma educativa.
ar: نظام إدارة التعلم أو منصة تعليمية.
id: Sistem manajemen pembelajaran atau platform pendidikan.
zh: 学习管理系统或教育平台。
structured_aliases:
- literal_form: leerplatform-aanwezigheid
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Lernplattform-Präsenz
predicate: EXACT_SYNONYM
in_language: de
- literal_form: présence de plateforme d'apprentissage
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: presencia de plataforma de aprendizaje
predicate: EXACT_SYNONYM
in_language: es
- literal_form: حضور منصة التعلم
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: kehadiran platform pembelajaran
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 学习平台呈现
predicate: EXACT_SYNONYM
in_language: zh
keywords:
- learning platform
- educational
- LMS
- online learning
- educational resources
annotations:
enum_equivalent: LEARNING_PLATFORM
broad_mappings:
- skos:Concept
- crm:E55_Type
VirtualTourPresence:
is_a: DigitalPresenceType
class_uri: schema:VirtualLocation
description: 360-degree or immersive virtual tour experience.
alt_descriptions:
nl: 360-graden of immersieve virtuele tour-ervaring.
de: 360-Grad- oder immersive virtuelle Tour-Erfahrung.
fr: Visite virtuelle à 360 degrés ou expérience immersive.
es: Experiencia de tour virtual de 360 grados o inmersiva.
ar: تجولة افتراضية بزاوية 360 درجة أو تجربة غامرة.
id: Pengalaman tur virtual 360 derajat atau imersif.
zh: 360度或沉浸式虚拟游览体验。
structured_aliases:
- literal_form: virtuele tour-aanwezigheid
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: virtuelle Tour-Präsenz
predicate: EXACT_SYNONYM
in_language: de
- literal_form: présence de visite virtuelle
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: presencia de tour virtual
predicate: EXACT_SYNONYM
in_language: es
- literal_form: حضور الجولة الافتراضية
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: kehadiran tur virtual
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 虚拟游览呈现
predicate: EXACT_SYNONYM
in_language: zh
keywords:
- virtual tour
- 360-degree
- immersive
- VR experience
- digital exploration
annotations:
enum_equivalent: VIRTUAL_TOUR
broad_mappings:
- skos:Concept
- crm:E55_Type
SocialMediaPresence:
is_a: DigitalPresenceType
class_uri: foaf:OnlineAccount
description: Social media profile on third-party platform.
alt_descriptions:
nl: Sociale-mediaprofiel op extern platform.
de: Social-Media-Profil auf einer Drittanbieter-Plattform.
fr: Profil de médias sociaux sur une plateforme tierce.
es: Perfil de redes sociales en plataforma de terceros.
ar: ملف تعريف وسائل التواصل الاجتماعي على منصة خارجية.
id: Profil media sosial di platform pihak ketiga.
zh: 第三方平台上的社交媒体档案。
structured_aliases:
- literal_form: sociale media-aanwezigheid
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Social-Media-Präsenz
predicate: EXACT_SYNONYM
in_language: de
- literal_form: présence sur les médias sociaux
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: presencia en redes sociales
predicate: EXACT_SYNONYM
in_language: es
- literal_form: حضور وسائل التواصل الاجتماعي
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: kehadiran media sosial
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 社交媒体呈现
predicate: EXACT_SYNONYM
in_language: zh
keywords:
- social media
- profile
- third-party platform
- online community
- engagement channel
annotations:
enum_equivalent: SOCIAL_MEDIA
broad_mappings:
- skos:Concept
- crm:E55_Type
MessagingServicePresence:
is_a: DigitalPresenceType
class_uri: schema:Message
description: Messaging/chat service presence.
alt_descriptions:
nl: Berichten- of chatservice-aanwezigheid.
de: Nachrichten- oder Chat-Service-Präsenz.
fr: Présence sur service de messagerie ou de chat.
es: Presencia en servicio de mensajería o chat.
ar: حضور خدمة المراسلة أو الدردشة.
id: Kehadiran layanan pesan atau obrolan.
zh: 消息或聊天服务呈现。
structured_aliases:
- literal_form: berichtenservice-aanwezigheid
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Messaging-Service-Präsenz
predicate: EXACT_SYNONYM
in_language: de
- literal_form: présence de service de messagerie
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: presencia de servicio de mensajería
predicate: EXACT_SYNONYM
in_language: es
- literal_form: حضور خدمة المراسلة
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: kehadiran layanan perpesan
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 消息服务呈现
predicate: EXACT_SYNONYM
in_language: zh
keywords:
- messaging service
- chat
- communication channel
- instant messaging
- customer service
annotations:
enum_equivalent: MESSAGING_SERVICE
broad_mappings:
- skos:Concept
- crm:E55_Type
MetaversePresence:
is_a: DigitalPresenceType
class_uri: schema:VirtualLocation
description: Presence in metaverse or virtual world platform.
alt_descriptions:
nl: Aanwezigheid in metaverse of virtueel wereldplatform.
de: Präsenz in der Metaverse oder virtuellen Welt-Plattform.
fr: Présence dans le métavers ou sur une plateforme de monde virtuel.
es: Presencia en metaverso o plataforma de mundo virtual.
ar: حضور في الميتافيرس أو منصة العالم الافتراضي.
id: Kehadiran di metaverse atau platform dunia virtual.
zh: 在元宇宙或虚拟世界平台中的呈现。
structured_aliases:
- literal_form: metaverse-aanwezigheid
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Metaverse-Präsenz
predicate: EXACT_SYNONYM
in_language: de
- literal_form: présence dans le métavers
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: presencia en metaverso
predicate: EXACT_SYNONYM
in_language: es
- literal_form: حضور الميتافيرس
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: kehadiran metaverse
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 元宇宙呈现
predicate: EXACT_SYNONYM
in_language: zh
keywords:
- metaverse
- virtual world
- immersive platform
- digital environment
- VR space
annotations:
enum_equivalent: METAVERSE_PRESENCE
broad_mappings:
- skos:Concept
- crm:E55_Type
ArchivedWebsitePresence:
is_a: DigitalPresenceType
class_uri: hc:ArchivedWebsitePresence
close_mappings:
- schema:WebPage
description: Historical/archived website preserved in web archive.
alt_descriptions:
nl: Historisch/gearchiveerde website bewaard in webarchief.
de: Historische/archivierte Website, die im Webarchiv bewahrt wird.
fr: Site web historique/archivé préservé dans une archive web.
es: Sitio web histórico/archivado preservado en archivo web.
ar: موقع ويب تاريخي/مؤرشف محفوظ في أرشيف الويب.
id: Situs web bersejarah/terarsip yang dilestarikan di arsip web.
zh: 保存在网络档案中的历史/存档网站。
structured_aliases:
- literal_form: gearchiveerde website-aanwezigheid
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: archivierte Website-Präsenz
predicate: EXACT_SYNONYM
in_language: de
- literal_form: présence de site web archivé
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: presencia de sitio web archivado
predicate: EXACT_SYNONYM
in_language: es
- literal_form: حضور الموقع المؤرشف
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: kehadiran situs web terarsip
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 存档网站呈现
predicate: EXACT_SYNONYM
in_language: zh
keywords:
- archived website
- web archive
- historical site
- preserved content
- digital heritage
annotations:
enum_equivalent: ARCHIVED_WEBSITE
broad_mappings:
- skos:Concept
- crm:E55_Type
IoTBeaconPresence:
is_a: DigitalPresenceType
class_uri: schema:Thing
description: Bluetooth/NFC beacon for location-based services.
alt_descriptions:
nl: Bluetooth/NFC-baken voor locatiegebaseerde diensten.
de: Bluetooth/NFC-Beacon für standortbasierte Dienste.
fr: Balise Bluetooth/NFC pour les services basés sur la localisation.
es: Baliza Bluetooth/NFC para servicios basados en ubicación.
ar: منارة بلوتوث/NFC للخدمات القائمة على الموقع.
id: Beacon Bluetooth/NFC untuk layanan berbasis lokasi.
zh: 用于基于位置服务的蓝牙/NFC信标。
structured_aliases:
- literal_form: IoT-baken-aanwezigheid
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: IoT-Beacon-Präsenz
predicate: EXACT_SYNONYM
in_language: de
- literal_form: présence de balise IoT
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: presencia de baliza IoT
predicate: EXACT_SYNONYM
in_language: es
- literal_form: حضور منارة إنترنت الأشياء
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: kehadiran beacon IoT
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 物联网信标呈现
predicate: EXACT_SYNONYM
in_language: zh
keywords:
- IoT beacon
- Bluetooth
- NFC
- location-based service
- proximity technology
annotations:
enum_equivalent: IOT_BEACON
broad_mappings:
- skos:Concept
- crm:E55_Type
IoTKioskPresence:
is_a: DigitalPresenceType
class_uri: schema:Thing
description: Interactive kiosk or touch screen display.
alt_descriptions:
nl: Interactieve kiosk of touchscreenscherm.
de: Interaktiver Kiosk oder Touchscreen-Display.
fr: Kiosque interactif ou écran tactile.
es: Quiosco interactivo o pantalla táctil.
ar: كشك تفاعلي أو شاشة تعمل باللمس.
id: Kios interaktif atau tampilan layar sentuh.
zh: 交互式信息亭或触摸屏显示器。
structured_aliases:
- literal_form: IoT-kiosk-aanwezigheid
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: IoT-Kiosk-Präsenz
predicate: EXACT_SYNONYM
in_language: de
- literal_form: présence de kiosque IoT
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: presencia de quiosco IoT
predicate: EXACT_SYNONYM
in_language: es
- literal_form: حضور كشك إنترنت الأشياء
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: kehadiran kios IoT
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 物联网信息亭呈现
predicate: EXACT_SYNONYM
in_language: zh
keywords:
- IoT kiosk
- interactive display
- touch screen
- on-site technology
- visitor engagement
annotations:
enum_equivalent: IOT_KIOSK
broad_mappings:
- skos:Concept
- crm:E55_Type
IoTSensorPresence:
is_a: DigitalPresenceType
class_uri: schema:Thing
description: Environmental or monitoring sensor.
alt_descriptions:
nl: Omgevings- of monitorsensor.
de: Umwelt- oder Überwachungssensor.
fr: Capteur environnemental ou de surveillance.
es: Sensor ambiental o de monitoreo.
ar: مستشعر بيئي أو مراقبة.
id: Sensor lingkungan atau pemantauan.
zh: 环境或监测传感器。
structured_aliases:
- literal_form: IoT-sensor-aanwezigheid
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: IoT-Sensor-Präsenz
predicate: EXACT_SYNONYM
in_language: de
- literal_form: présence de capteur IoT
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: presencia de sensor IoT
predicate: EXACT_SYNONYM
in_language: es
- literal_form: حضور مستشعر إنترنت الأشياء
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: kehadiran sensor IoT
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 物联网传感器呈现
predicate: EXACT_SYNONYM
in_language: zh
keywords:
- IoT sensor
- environmental monitoring
- data collection
- smart device
- sensor network
annotations:
enum_equivalent: IOT_SENSOR
broad_mappings:
- skos:Concept
- crm:E55_Type

View file

@ -49,3 +49,9 @@ classes:
dual_class_pattern: collection_type
specificity_score: 0.7
specificity_rationale: Type taxonomy class
keywords:
- restricted access
- documentary aggregation
- limited availability
- access policy
- taxonomic category

View file

@ -33,6 +33,11 @@ classes:
- {literal_form: نوع مجموعة سجلات أرشيف الأبرشية, in_language: ar}
- {literal_form: jenis set catatan arsip keuskupan, in_language: id}
- {literal_form: 教区档案记录集类型, in_language: zh}
keywords:
- ecclesiastical repository
- diocesan records
- documentary aggregation
- church archives
broad_mappings:
- skos:Concept
- rico:RecordSetType

View file

@ -32,40 +32,141 @@ classes:
zh: >-
应用于记录和材料的生命周期终结处理服务的抽象分类。
structured_aliases:
nl:
- afvoerdiensttype
- beschikkingsservice
de:
- Entsorgungsdiensttyp
- Dispositionsdienst
fr:
- type de service d'élimination
- service de disposition
es:
- tipo de servicio de disposición
- servicio de eliminación
ar:
- نوع خدمة التخلص
- خدمة التصرف
id:
- jenis layanan disposisi
- layanan pembuangan
zh:
- 处置服务类型
- 处理服务
keywords:
- disposition
- records management
- lifecycle
- retention
- destruction
- transfer
broad_mappings:
- skos:Concept
slots:
- has_label
- has_description
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"
- literal_form: afvoerdiensttype
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: beschikkingsservice
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Entsorgungsdiensttyp
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Dispositionsdienst
predicate: EXACT_SYNONYM
in_language: de
- literal_form: type de service d'élimination
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: service de disposition
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: tipo de servicio de disposición
predicate: EXACT_SYNONYM
in_language: es
- literal_form: servicio de eliminación
predicate: EXACT_SYNONYM
in_language: es
- literal_form: نوع خدمة التخلص
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: خدمة التصرف
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: jenis layanan disposisi
predicate: EXACT_SYNONYM
in_language: id
- literal_form: layanan pembuangan
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 处置服务类型
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: 处理服务
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: disposition
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: records management
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: lifecycle
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: retention
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: destruction
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: transfer
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: skos:Concept
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_label
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_description
predicate: EXACT_SYNONYM
in_language: zh

View file

@ -31,43 +31,135 @@ classes:
zh: >-
标志组织终止及其法律存在终结的正式事件。
structured_aliases:
nl:
- ontbindingsevenement
- beëindigingsgebeurtenis
de:
- Auflösungsereignis
- Beendigungsereignis
fr:
- événement de dissolution
- événement de clôture
es:
- evento de disolución
- evento de cierre
ar:
- حدث الحل
- حدث الإغلاق
id:
- peristiwa pembubaran
- peristiwa penutupan
zh:
- 解散事件
- 终止事件
keywords:
- dissolution
- termination
- closure
- organization end
- legal cessation
broad_mappings:
- org:ChangeEvent
related_mappings:
- prov:Activity
slots:
- temporal_extent
slot_usage:
temporal_extent:
range: TimeSpan
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"
- literal_form: ontbindingsevenement
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: beëindigingsgebeurtenis
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Auflösungsereignis
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Beendigungsereignis
predicate: EXACT_SYNONYM
in_language: de
- literal_form: événement de dissolution
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: événement de clôture
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: evento de disolución
predicate: EXACT_SYNONYM
in_language: es
- literal_form: evento de cierre
predicate: EXACT_SYNONYM
in_language: es
- literal_form: حدث الحل
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: حدث الإغلاق
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: peristiwa pembubaran
predicate: EXACT_SYNONYM
in_language: id
- literal_form: peristiwa penutupan
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 解散事件
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: 终止事件
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: dissolution
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: termination
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: closure
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: organization end
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: legal cessation
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: org:ChangeEvent
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: prov:Activity
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: temporal_extent
predicate: EXACT_SYNONYM
in_language: zh

View file

@ -33,41 +33,141 @@ classes:
zh: >-
描述文档资源的技术格式和媒体类型的受控编码规范。
structured_aliases:
nl:
- documentformaat
- bestandstype
de:
- Dokumentenformat
- Dateityp
fr:
- format de document
- type de fichier
es:
- formato de documento
- tipo de archivo
ar:
- تنسيق المستند
- نوع الملف
id:
- format dokumen
- tipe file
zh:
- 文档格式
- 文件类型
keywords:
- document format
- media type
- file format
- encoding specification
- content type
broad_mappings:
- dcterms:MediaType
close_mappings:
- skos:Concept
slots:
- has_label
- has_description
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"
- literal_form: documentformaat
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: bestandstype
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Dokumentenformat
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Dateityp
predicate: EXACT_SYNONYM
in_language: de
- literal_form: format de document
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: type de fichier
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: formato de documento
predicate: EXACT_SYNONYM
in_language: es
- literal_form: tipo de archivo
predicate: EXACT_SYNONYM
in_language: es
- literal_form: تنسيق المستند
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: نوع الملف
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: format dokumen
predicate: EXACT_SYNONYM
in_language: id
- literal_form: tipe file
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 文档格式
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: 文件类型
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: document format
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: media type
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: file format
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: encoding specification
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: content type
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: dcterms:MediaType
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: skos:Concept
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_label
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_description
predicate: EXACT_SYNONYM
in_language: zh

View file

@ -15,36 +15,164 @@ classes:
NotarialDeed:
is_a: DocumentType
class_uri: hc:NotarialDeed
description: A formal document executed by a notary public.
description: >-
Formal legal instrument executed and authenticated by a licensed notary public.
alt_descriptions:
nl: Formeel juridisch instrument opgesteld en geauthenticeerd door een beëdigd notaris.
de: Formelles Rechtsinstrument, das von einem zugelassenen Notar erstellt und beglaubigt wurde.
fr: Acte juridique formel établi et authentifié par un notaire assermenté.
es: Instrumento legal formal ejecutado y autenticado por un notario público autorizado.
ar: وثيقة قانونية رسمية تم تنفيذها ومصادقتها من قبل كاتب عدل مرخص.
id: Instrumen hukum formal yang dibuat dan diautentikasi oleh notaris berlisensi.
zh: 由持牌公证员执行和认证的正式法律文书。
structured_aliases:
- literal_form: NotariëleAkte
in_language: nl
- literal_form: NotarielleUrkunde
in_language: de
- literal_form: ActeNotarié
in_language: fr
- literal_form: EscrituraNotarial
in_language: es
- literal_form: عقد عدلي
in_language: ar
- literal_form: AktaNotaris
in_language: id
- literal_form: 公证契约
in_language: zh
keywords:
- notarial deed
- notary
- legal document
- notarized
- authentication
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: '[''*'']'
broad_mappings:
- skos:Concept
- crm:E55_Type
- schema:CreativeWork
close_mappings:
- foaf:Document
Bylaws:
is_a: DocumentType
class_uri: hc:Bylaws
description: Rulebook or guidelines for an organization.
description: >-
Regulatory document establishing operational rules and governance procedures for an organization.
alt_descriptions:
nl: Reglementair document dat operationele regels en governanceprocedures voor een organisatie vastlegt.
de: Regulatorisches Dokument, das Betriebsregeln und Governance-Verfahren für eine Organisation festlegt.
fr: Document réglementaire établissant les règles opérationnelles et les procédures de gouvernance d'une organisation.
es: Documento normativo que establece reglas operativas y procedimientos de gobernanza para una organización.
ar: وثيقة تنظيمية تحدد القواعد التشغيلية وإجراءات الحوكمة لمنظمة ما.
id: Dokumen regulasi yang menetapkan aturan operasional dan prosedur tata kelola untuk suatu organisasi.
zh: 为组织建立运营规则和治理程序的规范性文件。
structured_aliases:
- literal_form: Statuten
in_language: nl
- literal_form: Satzung
in_language: de
- literal_form: Statuts
in_language: fr
- literal_form: Estatutos
in_language: es
- literal_form: النظام الأساسي
in_language: ar
- literal_form: AnggaranDasar
in_language: id
- literal_form: 章程
in_language: zh
keywords:
- bylaws
- statutes
- regulations
- governance
- organizational rules
broad_mappings:
- skos:Concept
- crm:E55_Type
- schema:CreativeWork
close_mappings:
- foaf:Document
Charter:
is_a: DocumentType
class_uri: hc:Charter
description: A document granting rights or privileges.
description: >-
Formal instrument granting rights, privileges, or authority to an entity or individual.
alt_descriptions:
nl: Formeel instrument dat rechten, privileges of bevoegdheid verleent aan een entiteit of persoon.
de: Formelles Instrument, das einer Einheit oder Person Rechte, Privilegien oder Befugnisse gewährt.
fr: Instrument formel accordant des droits, privilèges ou autorité à une entité ou un individu.
es: Instrumento formal que otorga derechos, privilegios o autoridad a una entidad o individuo.
ar: وثيقة رسمية تمنح حقوقًا أو امتيازات أو سلطة لكيان أو فرد.
id: Instrumen formal yang memberikan hak, hak istimewa, atau wewenang kepada entitas atau individu.
zh: 授予实体或个人权利、特权或权限的正式文书。
structured_aliases:
- literal_form: Handvest
in_language: nl
- literal_form: Charta
in_language: de
- literal_form: Charte
in_language: fr
- literal_form: Carta
in_language: es
- literal_form: ميثاق
in_language: ar
- literal_form: Piagam
in_language: id
- literal_form: 特许状
in_language: zh
keywords:
- charter
- privilege
- grant
- rights
- historical document
broad_mappings:
- skos:Concept
- crm:E55_Type
- schema:CreativeWork
close_mappings:
- foaf:Document
MemorandumOfAssociation:
is_a: DocumentType
class_uri: hc:MemorandumOfAssociation
description: Legal document setting up a company.
description: >-
Founding document defining the legal constitution and objectives of a corporate entity.
alt_descriptions:
nl: Oprichtingsdocument dat de juridische constitutie en doelstellingen van een rechtspersoon definieert.
de: Gründungsdokument, das die rechtliche Verfassung und Ziele einer Körperschaft definiert.
fr: Document fondateur définissant la constitution juridique et les objectifs d'une entité corporative.
es: Documento fundacional que define la constitución legal y los objetivos de una entidad corporativa.
ar: وثيقة تأسيسية تحدد الدستور القانوني وأهداف الكيان المؤسسي.
id: Dokumen pendirian yang mendefinisikan konstitusi hukum dan tujuan entitas korporat.
zh: 定义公司实体法律章程和目标的成立文件。
structured_aliases:
- literal_form: Oprichtingsakte
in_language: nl
- literal_form: Gesellschaftsvertrag
in_language: de
- literal_form: StatutsConstitutifs
in_language: fr
- literal_form: EscrituraDeConstitución
in_language: es
- literal_form: عقد التأسيس
in_language: ar
- literal_form: AktaPendirian
in_language: id
- literal_form: 公司章程
in_language: zh
keywords:
- memorandum of association
- founding document
- articles of incorporation
- corporate charter
- company formation
broad_mappings:
- skos:Concept
- crm:E55_Type
- schema:CreativeWork
close_mappings:
- foaf:Document

View file

@ -36,54 +36,180 @@ classes:
zh: >-
描述平台界面、操作程序或用户实施指南的技术参考资料。
structured_aliases:
nl:
- documentatie
- technische handleiding
de:
- Dokumentation
- technische Anleitung
fr:
- documentation
- guide technique
es:
- documentación
- guía técnica
ar:
- التوثيق
- الدليل الفني
id:
- dokumentasi
- panduan teknis
zh:
- 文档
- 技术指南
keywords:
- documentation
- technical guide
- API reference
- user manual
- operational guide
broad_mappings:
- schema:CreativeWork
close_mappings:
- foaf:Document
- schema:TechArticle
- crm:E73_Information_Object
related_mappings:
- dcterms:references
slots:
- has_label
- has_description
- identified_by
- temporal_extent
slot_usage:
identified_by:
range: uri
required: true
identifier: true
examples:
- value: https://data.rijksmuseum.nl/object-metadata/api/
has_label:
- literal_form: documentatie
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: technische handleiding
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Dokumentation
predicate: EXACT_SYNONYM
in_language: de
- literal_form: technische Anleitung
predicate: EXACT_SYNONYM
in_language: de
- literal_form: documentation
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: guide technique
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: documentación
predicate: EXACT_SYNONYM
in_language: es
- literal_form: guía técnica
predicate: EXACT_SYNONYM
in_language: es
- literal_form: التوثيق
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: الدليل الفني
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: dokumentasi
predicate: EXACT_SYNONYM
in_language: id
- literal_form: panduan teknis
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 文档
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: 技术指南
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: documentation
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: technical guide
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: API reference
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: user manual
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: operational guide
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: schema:CreativeWork
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: foaf:Document
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: schema:TechArticle
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: crm:E73_Information_Object
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: dcterms:references
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_label
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_description
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: identified_by
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: temporal_extent
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: value: https://data.rijksmuseum.nl/object-metadata/api/
predicate: EXACT_SYNONYM
in_language: zh
# range: string
examples:
- value: API Reference Documentation

View file

@ -33,62 +33,201 @@ classes:
zh: >-
专门收集、整理和提供特定主题或历史事件文献研究访问的机构。
structured_aliases:
nl:
- documentatiecentrum
- informatiecentrum
de:
- Dokumentationszentrum
- Dokumentationsstelle
fr:
- centre de documentation
- centre de ressources
es:
- centro de documentación
- centro de recursos
ar:
- مركز التوثيق
- مركز المعلومات
id:
- pusat dokumentasi
- pusat informasi
zh:
- 文献中心
- 资料馆
keywords:
- documentation centre
- specialized repository
- research facility
- information center
- thematic archive
is_a: ArchiveOrganizationType
class_uri: skos:Concept
broad_mappings:
- schema:Organization
- skos:Concept
close_mappings:
- rico:CorporateBody
slots:
- has_type
- has_score
- identified_by
slot_usage:
identified_by:
has_type:
equals_string: DocumentationCentre
annotations:
skos:prefLabel: Documentation Centre
skos:altLabel: "Dokumentationszentrum, centro de documentaci\xF3n, centre de documentation, Documentation Center"
custodian_function: documentation and research
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"
see_also:
- ResearchCenter
- SpecializedArchive
- MemorialArchive
comments:
- Dokumentationszentrum (de)
- "centro de documentaci\xF3n (es)"
- centre de documentation (fr)
- Often combines archive, library, and museum functions
- Frequently associated with memorial sites and human rights documentation
- literal_form: documentatiecentrum
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: informatiecentrum
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Dokumentationszentrum
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Dokumentationsstelle
predicate: EXACT_SYNONYM
in_language: de
- literal_form: centre de documentation
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: centre de ressources
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: centro de documentación
predicate: EXACT_SYNONYM
in_language: es
- literal_form: centro de recursos
predicate: EXACT_SYNONYM
in_language: es
- literal_form: مركز التوثيق
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: مركز المعلومات
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: pusat dokumentasi
predicate: EXACT_SYNONYM
in_language: id
- literal_form: pusat informasi
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 文献中心
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: 资料馆
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: documentation centre
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: specialized repository
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: research facility
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: information center
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: thematic archive
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: schema:Organization
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: skos:Concept
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: rico:CorporateBody
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_type
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_score
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: identified_by
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: ResearchCenter
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: SpecializedArchive
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: MemorialArchive
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Dokumentationszentrum (de)
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: "centro de documentaci\xF3n (es)"
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: centre de documentation (fr)
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Often combines archive, library, and museum functions
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Frequently associated with memorial sites and human rights documentation
predicate: EXACT_SYNONYM
in_language: zh

View file

@ -32,40 +32,141 @@ classes:
zh: >-
为描述性、技术性或历史信息提供证据支持或归属的引用参考。
structured_aliases:
nl:
- documentatiebron
- bibliografische verwijzing
de:
- Dokumentationsquelle
- Literaturangabe
fr:
- source documentaire
- référence bibliographique
es:
- fuente documental
- referencia bibliográfica
ar:
- مصدر التوثيق
- مرجع ببليوغرافي
id:
- sumber dokumentasi
- referensi bibliografi
zh:
- 文献来源
- 参考文献引用
keywords:
- documentation
- citation
- reference
- bibliography
- evidence
- attribution
broad_mappings:
- schema:CreativeWork
slots:
- has_label
- has_url
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"
- literal_form: documentatiebron
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: bibliografische verwijzing
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Dokumentationsquelle
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Literaturangabe
predicate: EXACT_SYNONYM
in_language: de
- literal_form: source documentaire
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: référence bibliographique
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: fuente documental
predicate: EXACT_SYNONYM
in_language: es
- literal_form: referencia bibliográfica
predicate: EXACT_SYNONYM
in_language: es
- literal_form: مصدر التوثيق
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: مرجع ببليوغرافي
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: sumber dokumentasi
predicate: EXACT_SYNONYM
in_language: id
- literal_form: referensi bibliografi
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 文献来源
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: 参考文献引用
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: documentation
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: citation
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: reference
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: bibliography
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: evidence
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: attribution
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: schema:CreativeWork
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_label
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_url
predicate: EXACT_SYNONYM
in_language: zh

View file

@ -31,40 +31,141 @@ classes:
zh: >-
藏品涵盖的主题类别、主题领域和知识领域的抽象分类。
structured_aliases:
nl:
- domeintype
- vakgebied
de:
- Domänentyp
- Fachgebiet
fr:
- type de domaine
- domaine thématique
es:
- tipo de dominio
- área temática
ar:
- نوع المجال
- المجال الموضوعي
id:
- jenis domain
- bidang tematik
zh:
- 领域类型
- 主题领域
keywords:
- domain
- subject area
- thematic category
- knowledge domain
- discipline
broad_mappings:
- skos:Concept
slots:
- identified_by
- has_label
- has_description
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"
- literal_form: domeintype
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: vakgebied
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Domänentyp
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Fachgebiet
predicate: EXACT_SYNONYM
in_language: de
- literal_form: type de domaine
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: domaine thématique
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: tipo de dominio
predicate: EXACT_SYNONYM
in_language: es
- literal_form: área temática
predicate: EXACT_SYNONYM
in_language: es
- literal_form: نوع المجال
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: المجال الموضوعي
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: jenis domain
predicate: EXACT_SYNONYM
in_language: id
- literal_form: bidang tematik
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 领域类型
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: 主题领域
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: domain
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: subject area
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: thematic category
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: knowledge domain
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: discipline
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: skos:Concept
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: identified_by
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_label
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: has_description
predicate: EXACT_SYNONYM
in_language: zh

View file

@ -11,39 +11,398 @@ classes:
HeritageDomain:
is_a: DomainType
description: >-
Domain category for cultural heritage stewardship, interpretation, and
collection practices.
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: '[''*'']'
broad_mappings:
- skos:Concept
ArchivesDomain:
is_a: DomainType
description: >-
Domain category for records management, archival arrangement, and
documentary preservation.
broad_mappings:
- skos:Concept
LibraryDomain:
is_a: DomainType
description: >-
Domain category for bibliographic control, lending services, and library
resource management.
broad_mappings:
- skos:Concept
MuseumDomain:
is_a: DomainType
description: >-
Domain category for object curation, exhibition interpretation, and
collection care.
broad_mappings:
- skos:Concept
ResearchDomain:
is_a: DomainType
description: >-
Domain category for scholarly inquiry, evidence synthesis, and research
data production.
broad_mappings:
- skos:Concept
Domain category for cultural heritage stewardship, interpretation, and collection practices.
alt_descriptions:
nl: >-
Domeincategorie voor cultureel erfgoedbeheer, interpretatie en collectiepraktijken.
de: >-
Domänenkategorie für kulturelles Erbe-Management, Interpretation und Sammlungspraktiken.
fr: >-
Catégorie de domaine pour la gestion du patrimoine culturel, l'interprétation et les pratiques de collection.
es: >-
Categoría de dominio para la gestión del patrimonio cultural, la interpretación y las prácticas de colección.
ar: >-
فئة المجال لإدارة التراث الثقافي والتفسير وممارسات التجميع.
id: >-
Kategori domain untuk pengelolaan warisan budaya, interpretasi, dan praktik koleksi.
zh: >-
文化遗产管理、解释和收藏实践的领域类别。
structured_aliases:
- literal_form: ErfgoedDomein
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: ErbeDomäne
predicate: EXACT_SYNONYM
in_language: de
- literal_form: DomainePatrimoine
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: DominioPatrimonio
predicate: EXACT_SYNONYM
in_language: es
- literal_form: مجال التراث
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: DomainWarisan
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 遗产领域
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: de
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: es
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: id
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: ArchiefDomein
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: ArchivDomäne
predicate: EXACT_SYNONYM
in_language: de
- literal_form: DomaineArchives
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: DominioArchivos
predicate: EXACT_SYNONYM
in_language: es
- literal_form: مجال الأرشيف
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: DomainArsip
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 档案领域
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: de
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: es
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: id
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: BibliotheekDomein
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: BibliotheksDomäne
predicate: EXACT_SYNONYM
in_language: de
- literal_form: DomaineBibliothèque
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: DominioBiblioteca
predicate: EXACT_SYNONYM
in_language: es
- literal_form: مجال المكتبة
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: DomainPerpustakaan
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 图书馆领域
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: de
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: es
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: id
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: MuseumDomein
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: MuseumsDomäne
predicate: EXACT_SYNONYM
in_language: de
- literal_form: DomaineMusée
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: DominioMuseo
predicate: EXACT_SYNONYM
in_language: es
- literal_form: مجال المتحف
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: DomainMuseum
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 博物馆领域
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: de
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: es
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: id
- literal_form: >-
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: OnderzoekDomein
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: ForschungsDomäne
predicate: EXACT_SYNONYM
in_language: de
- literal_form: DomaineRecherche
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: DominioInvestigación
predicate: EXACT_SYNONYM
in_language: es
- literal_form: مجال البحث
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: DomainPenelitian
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 研究领域
predicate: EXACT_SYNONYM
in_language: zh

View file

@ -29,15 +29,45 @@ classes:
zh: >-
表示组织层面和记录集层面类结构之间对应关系的关系节点。
structured_aliases:
nl: DubbeleKlasseLink
de: DoppelteKlassenVerknüpfung
fr: LienDoubleClasse
es: EnlaceDeClaseDual
ar: رابط الفئة المزدوجة
id: TautanKelasGanda
zh: 双类链接
annotations:
custodian_types: '["*"]'
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
slots: []
- literal_form: DubbeleKlasseLink
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: DoppelteKlassenVerknüpfung
predicate: EXACT_SYNONYM
in_language: de
- literal_form: LienDoubleClasse
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: EnlaceDeClaseDual
predicate: EXACT_SYNONYM
in_language: es
- literal_form: رابط الفئة المزدوجة
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: TautanKelasGanda
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 双类链接
predicate: EXACT_SYNONYM
in_language: zh

View file

@ -39,9 +39,37 @@ classes:
dokumentasi aktivitas ekonomi.
zh: >-
用于聚合商业记录、商务通信和经济活动文档的分类法节点。
structured_aliases:
- literal_form: type commerciële archiefstukken
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Typ kommerzieller Archivunterlagen
predicate: EXACT_SYNONYM
in_language: de
- literal_form: type de dossiers commerciaux
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: tipo de registros comerciales
predicate: EXACT_SYNONYM
in_language: es
- literal_form: نوع السجلات التجارية
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: tipe catatan komersial
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 商业档案记录类型
predicate: EXACT_SYNONYM
in_language: zh
keywords:
- commercial records
- business correspondence
- economic documentation
- trade archives
broad_mappings:
- rico:RecordSetType
- skos:Concept
- crm:E55_Type
related_mappings:
- wd:Q27032167
slots:

View file

@ -63,6 +63,35 @@ classes:
is_a: EncompassingBody
class_uri: hc:UmbrellaOrganisation
description: Formal parent body with legal governance authority over member custodians.
alt_descriptions:
nl: Formele bovenliggende organisatie met wettelijk bestuursgezag over lid-instellingen.
de: Formale Dachorganisation mit rechtlicher Regierungsbefugnis über Mitglieder.
fr: Organisation parente formelle avec autorité de gouvernance légale sur les membres.
es: Organización matriz formal con autoridad de gobernanza legal sobre miembros.
ar: منظمة أم رسمية ذات سلطة حوكمة قانونية على الأعضاء.
id: Organisasi induk formal dengan otoritas tata kelola hukum atas anggota.
zh: 对成员拥有法律治理权的正式上级组织。
structured_aliases:
- literal_form: koepelorganisatie
in_language: nl
- literal_form: Dachorganisation
in_language: de
- literal_form: organisation faîtière
in_language: fr
- literal_form: organización paraguas
in_language: es
- literal_form: منظمة جامعة
in_language: ar
- literal_form: organisasi payung
in_language: id
- literal_form: 伞形组织
in_language: zh
keywords:
- umbrella
- governance
- parent
- authority
- legal
slot_usage:
has_type:
range: EncompassingBodyTypeEnum
@ -140,6 +169,35 @@ classes:
is_a: EncompassingBody
class_uri: hc:NetworkOrganisation
description: Service-coordination network delivering shared capabilities under collaborative agreements.
alt_descriptions:
nl: Dienstverlenend netwerk dat gezamenlijke mogelijkheden levert onder samenwerkingsovereenkomsten.
de: Dienstleistungskoordinationsnetzwerk mit gemeinsam genutzten Fähigkeiten.
fr: Réseau de coordination de services fournissant des capacités partagées.
es: Red de coordinación de servicios que proporciona capacidades compartidas.
ar: شبكة تنسيق خدمات توفر قدرات مشتركة.
id: Jaringan koordinasi layanan yang menyediakan kapabilitas bersama.
zh: 根据合作协议提供共享能力的服务协调网络。
structured_aliases:
- literal_form: netwerkorganisatie
in_language: nl
- literal_form: Netzwerkorganisation
in_language: de
- literal_form: organisation réseau
in_language: fr
- literal_form: organización en red
in_language: es
- literal_form: منظمة شبكية
in_language: ar
- literal_form: organisasi jaringan
in_language: id
- literal_form: 网络组织
in_language: zh
keywords:
- network
- service
- coordination
- collaborative
- shared
slot_usage:
has_type:
range: EncompassingBodyTypeEnum
@ -199,6 +257,35 @@ classes:
is_a: EncompassingBody
class_uri: hc:Consortium
description: Peer collaboration body where members provide reciprocal support under shared agreements.
alt_descriptions:
nl: Samenwerkingsverband waar leden wederzijdse steun verlenen onder gedeelde overeenkomsten.
de: Peer-Kollaborationsorganisation mit gegenseitiger Unterstützung.
fr: Organisation de collaboration entre pairs avec soutien réciproque.
es: Organismo de colaboración entre pares con apoyo recíproco.
ar: هيئة تعاون بين الأقران مع دعم متبادل.
id: Badan kolaborasi sejawat dengan dukungan timbal balik.
zh: 成员根据共同协议提供互惠支持的同侪合作机构。
structured_aliases:
- literal_form: consortium
in_language: nl
- literal_form: Konsortium
in_language: de
- literal_form: consortium
in_language: fr
- literal_form: consorcio
in_language: es
- literal_form: اتحاد
in_language: ar
- literal_form: konsorsium
in_language: id
- literal_form: 联盟
in_language: zh
keywords:
- consortium
- peer
- reciprocal
- collaboration
- mutual
slot_usage:
has_type:
range: EncompassingBodyTypeEnum
@ -255,6 +342,35 @@ classes:
is_a: EncompassingBody
class_uri: hc:Cooperative
description: Member-owned body in which participants co-govern and co-benefit from shared services.
alt_descriptions:
nl: Door leden eigendom organisatie waarin deelnemers samen besturen en profiteren.
de: Mitgliedergetragene Organisation mit gemeinsamer Regierung und Nutzung.
fr: Organisation détenue par les membres avec gouvernance et bénéfices partagés.
es: Organización propiedad de miembros con gobernanza y beneficios compartidos.
ar: منظمة مملوكة للأعضاء بحوكمة ومنافع مشتركة.
id: Organisasi milik anggota dengan tata kelola dan manfaat bersama.
zh: 成员共同拥有、共同治理并共享利益的合作社组织。
structured_aliases:
- literal_form: coöperatie
in_language: nl
- literal_form: Genossenschaft
in_language: de
- literal_form: coopérative
in_language: fr
- literal_form: cooperativa
in_language: es
- literal_form: تعاونية
in_language: ar
- literal_form: koperasi
in_language: id
- literal_form: 合作社
in_language: zh
keywords:
- cooperative
- member-owned
- co-governance
- shared
- ownership
slot_usage:
has_type:
range: EncompassingBodyTypeEnum
@ -319,6 +435,35 @@ classes:
is_a: EncompassingBody
class_uri: hc:SocialMovement
description: Values-driven collective with open participation and public-benefit orientation.
alt_descriptions:
nl: Waardengedreven collectief met open deelname en maatschappelijke oriëntatie.
de: Werteorientiertes Kollektiv mit offener Teilnahme und Gemeinwohlorientierung.
fr: Collectif axé sur les valeurs avec participation ouverte et intérêt public.
es: Colectivo basado en valores con participación abierta y beneficio público.
ar: حركة جماعية قيمية بمشاركة مفتوحة ومنفعة عامة.
id: Kolektif berbasis nilai dengan partisipasi terbuka dan orientasi manfaat publik.
zh: 以价值观为导向、开放参与并致力于公共利益的集体运动。
structured_aliases:
- literal_form: sociale beweging
in_language: nl
- literal_form: soziale Bewegung
in_language: de
- literal_form: mouvement social
in_language: fr
- literal_form: movimiento social
in_language: es
- literal_form: حركة اجتماعية
in_language: ar
- literal_form: gerakan sosial
in_language: id
- literal_form: 社会运动
in_language: zh
keywords:
- social movement
- values
- open participation
- public benefit
- grassroots
slot_usage:
has_type:
range: EncompassingBodyTypeEnum
@ -383,6 +528,35 @@ classes:
is_a: EncompassingBody
class_uri: hc:FundingOrganisation
description: Grant-making body that allocates financial resources through schemes, calls, and subsidies.
alt_descriptions:
nl: Subsidieverlenende organisatie die financiële middelen toewijst via regelingen en oproepen.
de: Förderorganisation, die Finanzmittel durch Programme und Ausschreibungen vergibt.
fr: Organisation de financement allouant des ressources par programmes et appels.
es: Organismo financiador que asigna recursos mediante programas y convocatorias.
ar: منظمة تمويل تخصص الموارد المالية عبر البرامج والمكالمات.
id: Organisasi pendanaan yang mengalokasikan sumber daya melalui skema dan panggilan.
zh: 通过计划、征集和补贴分配财政资源的资助机构。
structured_aliases:
- literal_form: subsidiërende organisatie
in_language: nl
- literal_form: Förderorganisation
in_language: de
- literal_form: organisme de financement
in_language: fr
- literal_form: organización financiadora
in_language: es
- literal_form: منظمة تمويل
in_language: ar
- literal_form: organisasi pendanaan
in_language: id
- literal_form: 资助机构
in_language: zh
keywords:
- funding
- grant
- subsidy
- financial
- allocation
slots:
- focus_on
- provide

View file

@ -5,6 +5,7 @@ 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/
default_prefix: hc
imports:
- ./EquipmentType
@ -31,15 +32,36 @@ classes:
zh: >-
用于保护实践中处理和稳定设备的类别。
structured_aliases:
nl: Conservatieapparatuur
de: Konservierungsgerät
fr: Équipement de conservation
es: Equipo de conservación
ar: معدات الحفظ
id: Peralatan Konservasi
zh: 保护设备
- literal_form: conservatieapparatuur
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Konservierungsgeraet
predicate: EXACT_SYNONYM
in_language: de
- literal_form: equipement de conservation
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: equipo de conservacion
predicate: EXACT_SYNONYM
in_language: es
- literal_form: معدات الحفظ
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: peralatan konservasi
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 保护设备
predicate: EXACT_SYNONYM
in_language: zh
keywords:
- conservation
- treatment
- stabilization
- preservation equipment
- heritage care
broad_mappings:
- skos:Concept
- crm:E55_Type
DigitizationEquipment:
is_a: EquipmentType
@ -62,15 +84,36 @@ classes:
zh: >-
用于创建数字替代品的捕获和转换设备类别。
structured_aliases:
nl: Digitaliseringsapparatuur
de: Digitalisierungsgerät
fr: Équipement de numérisation
es: Equipo de digitalización
ar: معدات الرقمنة
id: Peralatan Digitalisasi
zh: 数字化设备
- literal_form: digitaliseringsapparatuur
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Digitalisierungsgeraet
predicate: EXACT_SYNONYM
in_language: de
- literal_form: equipement de numerisation
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: equipo de digitalizacion
predicate: EXACT_SYNONYM
in_language: es
- literal_form: معدات الرقمنة
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: peralatan digitalisasi
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 数字化设备
predicate: EXACT_SYNONYM
in_language: zh
keywords:
- digitization
- capture
- conversion
- scanning
- digital surrogate
broad_mappings:
- skos:Concept
- crm:E55_Type
ImagingEquipment:
is_a: EquipmentType
@ -93,15 +136,37 @@ classes:
zh: >-
支持文档和分析工作流的光学和成像设备类别。
structured_aliases:
nl: Beeldvormingsapparatuur
de: Bildgebungsgerät
fr: Équipement d'imagerie
es: Equipo de imágenes
ar: معدات التصوير
id: Peralatan Pencitraan
zh: 成像设备
- literal_form: beeldvormingsapparatuur
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Bildgebungsgeraet
predicate: EXACT_SYNONYM
in_language: de
- literal_form: equipement d'imagerie
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: equipo de imagenes
predicate: EXACT_SYNONYM
in_language: es
- literal_form: معدات التصوير
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: peralatan pencitraan
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 成像设备
predicate: EXACT_SYNONYM
in_language: zh
keywords:
- imaging
- optical
- photography
- documentation
- analysis
- camera
broad_mappings:
- skos:Concept
- crm:E55_Type
StorageEquipment:
is_a: EquipmentType
@ -124,15 +189,37 @@ classes:
zh: >-
用于存放和保护藏品的家具和容纳设备类别。
structured_aliases:
nl: Opslagapparatuur
de: Lagerungsausstattung
fr: Équipement de stockage
es: Equipo de almacenamiento
ar: معدات التخزين
id: Peralatan Penyimpanan
zh: 存储设备
- literal_form: opslagapparatuur
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Lagerungsausstattung
predicate: EXACT_SYNONYM
in_language: de
- literal_form: equipement de stockage
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: equipo de almacenamiento
predicate: EXACT_SYNONYM
in_language: es
- literal_form: معدات التخزين
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: peralatan penyimpanan
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 存储设备
predicate: EXACT_SYNONYM
in_language: zh
keywords:
- storage
- furniture
- containment
- shelving
- archival storage
- protection
broad_mappings:
- skos:Concept
- crm:E55_Type
AnalyticalEquipment:
is_a: EquipmentType
@ -155,12 +242,34 @@ classes:
zh: >-
用于测量、表征或测试材料特性的科学仪器类别。
structured_aliases:
nl: Analyseapparatuur
de: Analysegerät
fr: Équipement analytique
es: Equipo analítico
ar: معدات تحليلية
id: Peralatan Analitik
zh: 分析设备
- literal_form: analyseapparatuur
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Analysegeraet
predicate: EXACT_SYNONYM
in_language: de
- literal_form: equipement analytique
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: equipo analitico
predicate: EXACT_SYNONYM
in_language: es
- literal_form: معدات تحليلية
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: peralatan analitik
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 分析设备
predicate: EXACT_SYNONYM
in_language: zh
keywords:
- analytical
- scientific instrumentation
- measurement
- characterization
- material testing
- analysis
broad_mappings:
- skos:Concept
- crm:E55_Type

Some files were not shown because too many files have changed in this diff Show more