- Implement `normalize_linkml_alt_descriptions.py` to convert structured alt_descriptions to the expected scalar form. - Implement `normalize_linkml_structured_aliases.py` to flatten language-keyed structured_aliases into a standard list-of-objects format. - Implement `validate_linkml_schema_integrity.py` to validate the integrity of LinkML schema bundles, checking for import resolution, YAML parsing, and reference existence.
59 lines
2.1 KiB
YAML
59 lines
2.1 KiB
YAML
id: https://w3id.org/nde/ontology/PersonOrOrganization
|
|
name: PersonOrOrganization
|
|
title: Person or Organization
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
schema: http://schema.org/
|
|
dcterms: http://purl.org/dc/terms/
|
|
prov: http://www.w3.org/ns/prov#
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
rdfs: http://www.w3.org/2000/01/rdf-schema#
|
|
org: http://www.w3.org/ns/org#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
default_prefix: hc
|
|
imports:
|
|
- ../classes/AgentType
|
|
- linkml:types
|
|
- ../slots/identified_by
|
|
- ../slots/has_score
|
|
- ../slots/has_level
|
|
classes:
|
|
PersonOrOrganization:
|
|
description: >-
|
|
Abstract category for agents that can be either a person or an organization.
|
|
Represents entities that can act as creators, collectors, donors, or custodians
|
|
of archival materials when the specific nature is uncertain or variable.
|
|
alt_descriptions:
|
|
nl: Abstracte categorie voor agenten die persoon of organisatie kunnen zijn.
|
|
de: Abstrakte Kategorie für Akteure, die Person oder Organisation sein können.
|
|
fr: Catégorie abstraite pour les agents pouvant être personne ou organisation.
|
|
es: Categoría abstracta para agentes que pueden ser persona u organización.
|
|
structured_aliases:
|
|
- literal_form: persoon of organisatie
|
|
in_language: nl
|
|
- literal_form: Person oder Organisation
|
|
in_language: de
|
|
- literal_form: personne ou organisation
|
|
in_language: fr
|
|
comments:
|
|
- Abstract category for agents when type is uncertain or variable.
|
|
is_a: AgentType
|
|
class_uri: skos:Concept
|
|
broad_mappings:
|
|
- skos:Concept
|
|
slots:
|
|
- has_score
|
|
- identified_by
|
|
slot_usage:
|
|
identified_by:
|
|
has_level:
|
|
equals_string: abstract category
|
|
annotations:
|
|
skos:prefLabel: Person or Organization
|
|
skos:altLabel: "Person oder Organisation, persona u organización, personne ou organisation, Agent"
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|
|
see_also:
|