Class: AudioFacet
"An audio facet is a grouping of characteristics unique to a digital representation of sound."
classDiagram
class AudioFacet
Facet <|-- AudioFacet
AudioFacet : audioType
AudioFacet ..> string : audioType
AudioFacet : bitRate
AudioFacet ..> integer : bitRate
AudioFacet : duration
AudioFacet ..> integer : duration
AudioFacet : format
AudioFacet ..> string : format
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- Facet
- AudioFacet
- Facet
- UcoInherentCharacterizationThing
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
bitRate | 0..1 xsd:integer |
"The bitrate of the audio in bits per second | direct |
duration | 0..1 xsd:integer |
"The duration of the phone call in seconds | direct |
audioType | 0..1 xsd:string |
"The type of a audio | direct |
format | 0..1 xsd:string |
"The format of the audio | direct |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-observable
Mappings
Mapping Type | Mapped Value |
---|---|
self | observable:AudioFacet |
native | observable:AudioFacet |
LinkML Source
Direct
name: AudioFacet
description: '"An audio facet is a grouping of characteristics unique to a digital
representation of sound."'
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
is_a: Facet
slots:
- bitRate
- duration
- audioType
- format
Induced
name: AudioFacet
description: '"An audio facet is a grouping of characteristics unique to a digital
representation of sound."'
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
is_a: Facet
attributes:
bitRate:
name: bitRate
description: '"The bitrate of the audio in bits per second."'
from_schema: https://w3id.org/lmodel/uco-observable
exact_mappings:
- wikidata:Q194158
close_mappings:
- sumo:BitsPerSecond
rank: 1000
alias: bitRate
owner: AudioFacet
domain_of:
- AudioFacet
range: integer
duration:
name: duration
description: '"The duration of the phone call in seconds."'
from_schema: https://w3id.org/lmodel/uco-observable
exact_mappings:
- lm_core:Duration
rank: 1000
alias: duration
owner: AudioFacet
domain_of:
- AudioFacet
- CalendarEntryFacet
- CallFacet
range: integer
audioType:
name: audioType
description: '"The type of a audio. For example: music or speech."'
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
alias: audioType
owner: AudioFacet
domain_of:
- AudioFacet
range: string
format:
name: format
description: '"The format of the audio. For example: mp3 or flac."'
from_schema: https://w3id.org/lmodel/uco-observable
exact_mappings:
- wikidata:Q758871
broad_mappings:
- edam.format:1915
- NCIT:C42761
- WIKIDATA:Q45109547
rank: 1000
alias: format
owner: AudioFacet
domain_of:
- AudioFacet
range: string