Slot: query method (queryMethod)
The http request method used to access the requested query url.
URI: EVORAO:queryMethod
Alias: queryMethod
Applicable Classes
| Name |
Description |
Modifies Slot |
| DataProvider |
An external API (Application Programming Interface) or Endpoint that permits … |
yes |
Properties
Schema Source
- from schema: https://w3id.org/evorao/
Mappings
| Mapping Type |
Mapped Value |
| self |
EVORAO:queryMethod |
| native |
EVORAO:queryMethod |
| broad |
schema:httpMethod |
| close |
dcat:endpointDescription |
LinkML Source
```yaml
name: queryMethod
description: The http request method used to access the requested query url.
title: query method
from_schema: https://w3id.org/evorao/
close_mappings:
- dcat:endpointDescription
broad_mappings:
- schema:httpMethod
rank: 1000
alias: queryMethod
domain_of:
- DataProvider
range: string
required: true
multivalued: false
equals_string_in:
- GET
- POST
```