44 lines
1.6 KiB
YAML
44 lines
1.6 KiB
YAML
id: https://nde.nl/ontology/hc/slot/affect
|
|
name: affect
|
|
title: affect
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: https://schema.org/
|
|
dcterms: http://purl.org/dc/terms/
|
|
prov: http://www.w3.org/ns/prov#
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
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:
|
|
affect:
|
|
title: Affect
|
|
description: |
|
|
to have an effect on; make a difference to
|
|
slot_uri: hc:affect
|
|
range: string # uriorcurie
|
|
# range: Organization
|
|
multivalued: true
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
specificity_score: 0.4
|
|
specificity_rationale: Broad applicability across custodian types.
|
|
# Semantic mappings (SKOS predicates)
|
|
# From: prov-o.ttl - PROV-O Influence model
|
|
exact_mappings:
|
|
- prov:influenced # prov-o.ttl: Inverse of wasInfluencedBy
|
|
close_mappings:
|
|
- prov:wasInfluencedBy # prov-o.ttl: Entity/Activity/Agent was influenced by another
|
|
related_mappings:
|
|
- prov:Influence # prov-o.ttl: Class for qualified influence relationships
|
|
- prov:ActivityInfluence # prov-o.ttl: Activity's effect on another resource
|
|
- prov:EntityInfluence # prov-o.ttl: Entity's effect on another resource
|
|
- prov:AgentInfluence # prov-o.ttl: Agent's effect on another resource
|
|
- crm:P15_was_influenced_by # CIDOC-CRM: Activity influenced by entity/event
|
|
aliases:
|
|
- affects_or_affect
|