57 lines
2.1 KiB
YAML
57 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:
|
|
- linkml:types
|
|
- ../slots/has_or_had_identifier
|
|
- ../slots/specificity_annotation
|
|
- ../slots/has_or_had_score
|
|
- ./WikiDataIdentifier
|
|
- ./SpecificityAnnotation
|
|
- ./TemplateSpecificityScore
|
|
- ./TemplateSpecificityType
|
|
- ./TemplateSpecificityTypes
|
|
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
|
|
- has_or_had_score
|
|
- has_or_had_identifier
|
|
slot_usage:
|
|
has_or_had_identifier:
|
|
description: Wikidata identifier for Person or Organization concept
|
|
organizational_level:
|
|
equals_string: abstract category
|
|
annotations:
|
|
skos:prefLabel: Person or Organization
|
|
skos:altLabel: "Person oder Organisation, persona u organizaci\xF3n, personne ou organisation, Agent"
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|
|
custodian_types_rationale: Universal utility concept
|
|
see_also:
|
|
- Organization
|
|
- Person
|
|
- CorporateBody
|
|
comments:
|
|
- Person oder Organisation (de)
|
|
- "persona u organizaci\xF3n (es)"
|
|
- personne ou organisation (fr)
|
|
- Abstract category for agents
|
|
- Maps to foaf:Agent or schema:Thing
|
|
- Use when agent type is uncertain or variable
|