Skip to content

Class: AudioFacet

"An audio facet is a grouping of characteristics unique to a digital representation of sound."

URI: master:AudioFacet

classDiagram class AudioFacet Facet <|-- AudioFacet AudioFacet : audioType AudioFacet : bitRate AudioFacet : duration AudioFacet : format

Inheritance

Slots

Name Cardinality and Range Description Inheritance
bitRate 0..1
Integer
"The bitrate of the audio in bits per second direct
duration 0..1
Integer
"The duration of the phone call in seconds direct
audioType 0..1
String
"The type of a audio direct
format 0..1
String
"The format of the audio direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/uco-master

Mappings

Mapping Type Mapped Value
self master:AudioFacet
native master: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-master
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-master
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-master
    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-master
    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-master
    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-master
    exact_mappings:
    - wikidata:Q758871
    broad_mappings:
    - edam.format:1915
    - NCIT:C42761
    - WIKIDATA:Q45109547
    rank: 1000
    alias: format
    owner: AudioFacet
    domain_of:
    - AudioFacet
    range: string