Class: FrequencyQuantifier
classDiagram
class FrequencyQuantifier
RelationshipQuantifier <|-- FrequencyQuantifier
FrequencyQuantifier : has_count
FrequencyQuantifier : has_percentage
FrequencyQuantifier : has_quotient
FrequencyQuantifier : has_total
Inheritance
- RelationshipQuantifier
- FrequencyQuantifier
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| has_count | 0..1 xsd:integer |
number of things with a particular property | direct |
| has_total | 0..1 xsd:integer |
total number of things in a particular reference set | direct |
| has_quotient | 0..1 xsd:double |
direct | |
| has_percentage | 0..1 xsd:double |
equivalent to has quotient multiplied by 100 | direct |
Mixin Usage
| mixed into | description |
|---|---|
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/base
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | base:FrequencyQuantifier |
| native | base:FrequencyQuantifier |
LinkML Source
Direct
name: frequency quantifier
from_schema: https://w3id.org/lmodel/base
rank: 1000
is_a: relationship quantifier
mixin: true
slots:
- has count
- has total
- has quotient
- has percentage
Induced
name: frequency quantifier
from_schema: https://w3id.org/lmodel/base
rank: 1000
is_a: relationship quantifier
mixin: true
attributes:
has count:
name: has count
description: number of things with a particular property
from_schema: https://w3id.org/lmodel/base
exact_mappings:
- LOINC:has_count
- dwc:individualCount
- SIO:000900
narrow_mappings:
- IAO:0000596
- sumo:memberCount
- sumo:memberTypeCount
broad_mappings:
- sumo:Counting
rank: 1000
is_a: aggregate statistic
domain: named thing
alias: has_count
owner: frequency quantifier
domain_of:
- frequency quantifier
range: integer
has total:
name: has total
description: total number of things in a particular reference set
from_schema: https://w3id.org/lmodel/base
rank: 1000
is_a: aggregate statistic
domain: named thing
alias: has_total
owner: frequency quantifier
domain_of:
- frequency quantifier
range: integer
has quotient:
name: has quotient
from_schema: https://w3id.org/lmodel/base
rank: 1000
is_a: aggregate statistic
domain: named thing
alias: has_quotient
owner: frequency quantifier
domain_of:
- frequency quantifier
range: double
has percentage:
name: has percentage
description: equivalent to has quotient multiplied by 100
from_schema: https://w3id.org/lmodel/base
rank: 1000
is_a: aggregate statistic
domain: named thing
alias: has_percentage
owner: frequency quantifier
domain_of:
- frequency quantifier
range: double