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

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 ```