- Migrate 236+ class files from custodian_types to has_or_had_custodian_type - Archive deprecated slots: custodian_type, custodian_types, custodian_type_broader/narrower/related - Update main schema and manifest imports - Fix Custodian.yaml class to use new slot - Fix annotation format (list→scalar) in has_or_had_custodian_type.yaml Rules applied: - Rule 39: RiC-O naming convention (hasOrHad pattern) - Rule 43: Slot nouns must be singular (multivalued:true for cardinality) - Rule 38: Slot centralization with semantic URI
43 lines
1.5 KiB
YAML
43 lines
1.5 KiB
YAML
id: https://w3id.org/nde/ontology/PersonOrOrganization
|
|
name: PersonOrOrganization
|
|
title: Person or Organization
|
|
classes:
|
|
PersonOrOrganization:
|
|
description: Class of agents that can be either a person or an organization. This
|
|
abstract category represents entities that can act as creators, collectors,
|
|
donors, or custodians of archival materials. In heritage contexts, it is often
|
|
necessary to reference agents whose specific nature (individual or organizational)
|
|
may be uncertain or variable.
|
|
is_a: ArchiveOrganizationType
|
|
class_uri: skos:Concept
|
|
slots:
|
|
- specificity_annotation
|
|
- template_specificity
|
|
- wikidata_entity
|
|
slot_usage:
|
|
wikidata_entity:
|
|
equals_string: Q106559804
|
|
specificity_annotation:
|
|
range: SpecificityAnnotation
|
|
inlined: true
|
|
template_specificity:
|
|
range: TemplateSpecificityScores
|
|
inlined: true
|
|
organizational_level:
|
|
equals_string: abstract category
|
|
annotations:
|
|
skos:prefLabel: Person or Organization
|
|
skos:altLabel: Person oder Organisation, persona u organización, personne ou
|
|
organisation, Agent
|
|
see_also:
|
|
- Organization
|
|
- Person
|
|
- CorporateBody
|
|
comments:
|
|
- Person oder Organisation (de)
|
|
- persona u organización (es)
|
|
- personne ou organisation (fr)
|
|
- Abstract category for agents
|
|
- Maps to foaf:Agent or schema:Thing
|
|
- Use when agent type is uncertain or variable
|
|
imports:
|