EVORAO

Slot: name (name)

A word or set of words used to identify and refer to an entity.

URI: foaf:name Alias: name

Applicable Classes

Name Description Modifies Slot
ContactPoint Entity serving as focal point of information yes
File Digital document or record stored in a specific format that contains data or … yes
Organization A social entity established to meet needs or pursue specific goals no
Person An individual no
ResearchInfrastructure A research infrastructure (RI) no
Provider A provider of products or services, as a specific organization no
Data Subclass of File representing structured or unstructured datasets, often used… no
Audio Subclass of File representing sound recordings or audio tracks no
Video Subclass of File representing moving visual media, such as recordings, presen… no
Image Subclass of File representing visual content such as pictures, diagrams, or i… no
Originator The individual or organization responsible for the original discovery, isolat… no
Document Subclass of File representing textual or written files such as reports, manua… no
PersonOrOrganization A person or an organization yes

Properties

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self foaf:name
native EVORAO:name
exact schema:name, vcard:fn
close rdfs:label, dct:title

LinkML Source

```yaml name: name description: A word or set of words used to identify and refer to an entity. title: name from_schema: https://w3id.org/evorao/ exact_mappings: - schema:name - vcard:fn close_mappings: - rdfs:label - dct:title rank: 1000 slot_uri: foaf:name alias: name domain_of: - PersonOrOrganization - File - ContactPoint range: string required: true multivalued: false ```