Slot: query_string
The query portion of the URL. For example: the query portion of the URL
http://www.example.com/search?q=bad&sort=date is
q=bad&sort=date.
URI: ocsf:query_string Alias: query_string
Applicable Classes
| Name | Description | Modifies Slot |
|---|---|---|
| QueryInfo | The query info object holds information related to data access within a | yes |
| Url | The Uniform Resource Locator (URL) object describes the characteristics of a | yes |
Properties
Type and Range
| Property | Value |
|---|---|
| Range | String |
| Domain Of | Url, QueryInfo |
Cardinality and Requirements
| Property | Value |
|---|---|
Aliases
- HTTP Query String
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/ocsf
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | ocsf:query_string |
| native | ocsf:query_string |
LinkML Source
name: query_string
description: 'The query portion of the URL. For example: the query portion of the
URL
<code>http://www.example.com/search?q=bad&sort=date</code> is
<code>q=bad&sort=date</code>.'
from_schema: https://w3id.org/lmodel/ocsf
aliases:
- HTTP Query String
rank: 1000
alias: query_string
domain_of:
- Url
- QueryInfo
range: string