EVORAO

Slot: provided entity type (providedEntityType)

Identifies the type of entity (ontology class) described by the response to a query. Values should be expressed as IRIs (e.g., from an ontology).

URI: EVORAO:providedEntityType Alias: providedEntityType

Inheritance

Applicable Classes

Name Description Modifies Slot
DataProvider An external API (Application Programming Interface) or Endpoint that permits … yes

Properties

Comments

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self EVORAO:providedEntityType
native EVORAO:providedEntityType
related dcat:servesDataset
close dct:type, schema:additionalType

LinkML Source

```yaml name: providedEntityType description: Identifies the type of entity (ontology class) described by the response to a query. Values should be expressed as IRIs (e.g., from an ontology). title: provided entity type comments: - This property defines what the response is about, independent of its serialization. - Values should be ontology class IRIs (e.g. https://w3id.org/evorao/Virus). from_schema: https://w3id.org/evorao/ close_mappings: - dct:type - schema:additionalType related_mappings: - dcat:servesDataset rank: 1000 is_a: iri alias: providedEntityType domain_of: - DataProvider range: uri required: true multivalued: true ```