Class: RasterPictureFacet
"A raster picture facet is a grouping of characteristics unique to a raster (or bitmap) image."
URI: master:RasterPictureFacet
 classDiagram
    class RasterPictureFacet
      Facet <|-- RasterPictureFacet
      RasterPictureFacet : bitsPerPixel
      RasterPictureFacet : camera
          RasterPictureFacet ..> ObservableObject : camera
      RasterPictureFacet : imageCompressionMethod
      RasterPictureFacet : pictureHeight
      RasterPictureFacet : pictureType
      RasterPictureFacet : pictureWidth
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- Facet
- RasterPictureFacet
 
 
 - Facet
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| camera | 0..1  ObservableObject  | 
"The name/make of the camera that was used for taking the picture | direct | 
| bitsPerPixel | 0..1  Integer  | 
direct | |
| pictureHeight | 0..1  Integer  | 
direct | |
| pictureWidth | 0..1  Integer  | 
"The width of the picture in pixels | direct | 
| imageCompressionMethod | 0..1  String  | 
direct | |
| pictureType | 0..1  String  | 
"The type of a picture, for example a thumbnail | direct | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:RasterPictureFacet | 
| native | master:RasterPictureFacet | 
LinkML Source
Direct
name: RasterPictureFacet
description: '"A raster picture facet is a grouping of characteristics unique to a
  raster (or bitmap) image."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slots:
- camera
- bitsPerPixel
- pictureHeight
- pictureWidth
- imageCompressionMethod
- pictureType
Induced
name: RasterPictureFacet
description: '"A raster picture facet is a grouping of characteristics unique to a
  raster (or bitmap) image."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
attributes:
  camera:
    name: camera
    description: '"The name/make of the camera that was used for taking the picture."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: camera
    owner: RasterPictureFacet
    domain_of:
    - RasterPictureFacet
    range: ObservableObject
  bitsPerPixel:
    name: bitsPerPixel
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: bitsPerPixel
    owner: RasterPictureFacet
    domain_of:
    - RasterPictureFacet
    range: integer
  pictureHeight:
    name: pictureHeight
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: pictureHeight
    owner: RasterPictureFacet
    domain_of:
    - RasterPictureFacet
    range: integer
  pictureWidth:
    name: pictureWidth
    description: '"The width of the picture in pixels."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: pictureWidth
    owner: RasterPictureFacet
    domain_of:
    - RasterPictureFacet
    range: integer
  imageCompressionMethod:
    name: imageCompressionMethod
    from_schema: https://w3id.org/lmodel/uco-master
    narrow_mappings:
    - wikidata:Q1361381
    - wikidata:Q2877
    - wikidata:Q1396414
    - wikidata:Q355236
    - wikidata:Q2872
    broad_mappings:
    - wikidata:Q412438
    rank: 1000
    alias: imageCompressionMethod
    owner: RasterPictureFacet
    domain_of:
    - RasterPictureFacet
    range: string
  pictureType:
    name: pictureType
    description: '"The type of a picture, for example a thumbnail."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: pictureType
    owner: RasterPictureFacet
    domain_of:
    - RasterPictureFacet
    range: string