Class: Test
A unit test for a rule, specifies an intended output for an input
URI: mappingrules:Test
classDiagram
class Test
click Test href "../Test"
Test : input
Test : output
Test : prefix
Slots
Name |
Cardinality and Range |
Description |
Inheritance |
---|---|---|---|
0..1 |
Input string for the rule |
direct |
|
0..1 |
Output based on the rule |
direct |
|
0..1 |
The prefix that qualifies for the rule |
direct |
Usages
used by |
used in |
type |
used |
---|---|---|---|
range |
Identifier and Mapping Information
Schema Source
from schema: https://w3id.org/oak/mapping-rules-datamodel
Mappings
Mapping Type |
Mapped Value |
---|---|
self |
mappingrules:Test |
native |
mappingrules:Test |
LinkML Source
Direct
```yaml
name: Test
description: A unit test for a rule, specifies an intended output for an input
from_schema: https://w3id.org/oak/mapping-rules-datamodel
attributes:
input:
name: input
description: Input string for the rule.
from_schema: https://w3id.org/oak/synonymizer-datamodel
rank: 1000
domain_of:
- Test
output:
name: output
description: Output based on the rule.
from_schema: https://w3id.org/oak/synonymizer-datamodel
rank: 1000
domain_of:
- Test
prefix:
name: prefix
description: The prefix that qualifies for the rule.
from_schema: https://w3id.org/oak/synonymizer-datamodel
domain_of:
- RuleSet
- Synonymizer
- Test
</details>
### Induced
<details>
```yaml
name: Test
description: A unit test for a rule, specifies an intended output for an input
from_schema: https://w3id.org/oak/mapping-rules-datamodel
attributes:
input:
name: input
description: Input string for the rule.
from_schema: https://w3id.org/oak/synonymizer-datamodel
rank: 1000
alias: input
owner: Test
domain_of:
- Test
range: string
output:
name: output
description: Output based on the rule.
from_schema: https://w3id.org/oak/synonymizer-datamodel
rank: 1000
alias: output
owner: Test
domain_of:
- Test
range: string
prefix:
name: prefix
description: The prefix that qualifies for the rule.
from_schema: https://w3id.org/oak/synonymizer-datamodel
alias: prefix
owner: Test
domain_of:
- RuleSet
- Synonymizer
- Test
range: string