23 lines
602 B
YAML
23 lines
602 B
YAML
id: https://nde.nl/ontology/hc/class/GivenName
|
|
name: GivenName
|
|
title: Given Name
|
|
description: >-
|
|
A given name, first name, or forename.
|
|
MIGRATED from given_name slot per Rule 53.
|
|
Follows foaf:givenName or schema:givenName.
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
foaf: http://xmlns.com/foaf/0.1/
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_or_had_label
|
|
- ../slots/has_or_had_description
|
|
default_prefix: hc
|
|
classes:
|
|
GivenName:
|
|
class_uri: foaf:givenName
|
|
slots:
|
|
- has_or_had_label
|
|
- has_or_had_description
|