- Introduced setpoint_max, setpoint_min, setpoint_tolerance, setpoint_type, setpoint_unit, setpoint_value, temperature_target, track_id, typical_http_methods, typical_metadata_standard, typical_response_formats, typical_scope, typical_technical_feature, unit_code, unit_symbol, unit_type, wikidata_entity, wikidata_equivalent, and wikidata_id slots. - Each slot includes a unique identifier, name, title, description, and annotations for custodian types and specificity score.
35 lines
1.1 KiB
YAML
35 lines
1.1 KiB
YAML
# conversion_source_population slot
|
|
# Created to fix ambiguous attribute warning in ConversionRateTypes
|
|
# Replaces inline source_population attribute
|
|
|
|
id: https://nde.nl/ontology/hc/slot/conversion_source_population
|
|
name: conversion_source_population_slot
|
|
title: Conversion Source Population Slot
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
default_range: string
|
|
|
|
slots:
|
|
conversion_source_population:
|
|
slot_uri: hc:sourcePopulation
|
|
range: string
|
|
description: |
|
|
The group being measured (denominator) in a conversion rate calculation.
|
|
|
|
This identifies the total population from which conversions are measured.
|
|
examples:
|
|
- value: "museum/venue visitors"
|
|
description: Total visitors to the physical venue
|
|
- value: "website visitors"
|
|
description: Total unique website visitors
|
|
- value: "email recipients"
|
|
description: Total number of emails delivered
|
|
- value: "social media content viewers"
|
|
description: Total views on social media content
|