34 lines
1.4 KiB
YAML
34 lines
1.4 KiB
YAML
id: https://nde.nl/ontology/hc/classes/WikidataContact
|
|
name: WikidataContact
|
|
title: WikidataContact
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
prov: http://www.w3.org/ns/prov#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
vcard: http://www.w3.org/2006/vcard/ns#
|
|
imports:
|
|
- linkml:types
|
|
# default_range: string
|
|
classes:
|
|
WikidataContact:
|
|
description: "Contact information extracted from Wikidata including phone numbers\
|
|
\ (P1329), email addresses (P968), and fax numbers (P2900). Supports multiple\
|
|
\ values for phone and email fields.\nOntology mapping rationale: - class_uri\
|
|
\ is schema:ContactPoint because this class aggregates\n contact details (phone,\
|
|
\ email, fax) as Schema.org defines\n- close_mappings includes vcard:Contact\
|
|
\ from vCard ontology which\n serves similar purpose for contact information\
|
|
\ modeling\n- related_mappings includes prov:Entity (traceable contact data)\n\
|
|
\ and schema:Organization (contact info typically belongs to orgs)"
|
|
class_uri: schema:ContactPoint
|
|
close_mappings:
|
|
- vcard:Contact
|
|
related_mappings:
|
|
- prov:Entity
|
|
- schema:Organization
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: '[''*'']'
|
|
slots: []
|