41 lines
1.8 KiB
YAML
41 lines
1.8 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
|
|
attributes:
|
|
phone_number:
|
|
range: string
|
|
description: Phone number(s) (P1329) - can be string or array of strings
|
|
inlined: true
|
|
email_address:
|
|
range: string
|
|
description: Email address (P968)
|
|
email:
|
|
range: string
|
|
description: Email address(es) (alias for email_address) - can be string or array of strings
|
|
inlined: true
|
|
fax_number:
|
|
range: string
|
|
description: Fax number (P2900)
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|