glam/schemas/20251121/linkml/modules/classes/ResearchSourceData.yaml
2026-01-31 00:15:53 +01:00

71 lines
2.6 KiB
YAML

id: https://nde.nl/ontology/hc/classes/ResearchSourceData
name: ResearchSourceData
title: ResearchSourceData
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#
imports:
- linkml:types
- ../slots/expires_on_expired_at
- ./TimeSpan
- ./Timestamp
default_range: string
classes:
ResearchSourceData:
description: "Structured data from WHOIS research sources including domain registrant information (name, address, city, state, country, postal code), organization, contact details (email, phone), and domain lifecycle dates (creation, update, expiration, registration). Used for institutional identity verification.\nOntology mapping rationale: - class_uri is prov:Entity because this is structured data extracted\n from a WHOIS research source with provenance implications\n- close_mappings includes schema:Organization as the data primarily\n describes organizational registrant information\n- related_mappings includes prov:PrimarySource as WHOIS is an\n authoritative data source"
class_uri: prov:Entity
close_mappings:
- schema:Organization
related_mappings:
- prov:PrimarySource
attributes:
registrant_name:
range: string
description: WHOIS registrant name
registrant_address:
range: string
description: WHOIS registrant address
registrant_city:
range: string
description: WHOIS registrant city
registrant_state:
range: string
description: WHOIS registrant state/province
registrant_country:
range: string
description: WHOIS registrant country
registrant_postal_code:
range: string
description: WHOIS registrant postal code
organization:
range: string
description: Organization name
email:
range: string
description: Contact email
phone:
range: string
description: Contact phone
creation_date:
range: string
description: Domain creation date
updated_date:
range: string
description: Domain updated date
expires_on_expired_at:
range: TimeSpan
inlined: true
description: Domain expiration date. MIGRATED from expiration_date (2026-01-26).
domain_registered:
range: string
description: Domain registration date
registry:
range: string
description: Domain registrar name
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"