Skip to content

Class: RasterPictureFacet

"A raster picture facet is a grouping of characteristics unique to a raster (or bitmap) image."

URI: observable:RasterPictureFacet

classDiagram class RasterPictureFacet Facet <|-- RasterPictureFacet RasterPictureFacet : bitsPerPixel RasterPictureFacet ..> integer : bitsPerPixel RasterPictureFacet : camera RasterPictureFacet ..> ObservableObject : camera RasterPictureFacet : imageCompressionMethod RasterPictureFacet ..> string : imageCompressionMethod RasterPictureFacet : pictureHeight RasterPictureFacet ..> integer : pictureHeight RasterPictureFacet : pictureType RasterPictureFacet ..> string : pictureType RasterPictureFacet : pictureWidth RasterPictureFacet ..> integer : pictureWidth

Inheritance

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
xsd:integer
direct
pictureHeight 0..1
xsd:integer
direct
pictureWidth 0..1
xsd:integer
"The width of the picture in pixels direct
imageCompressionMethod 0..1
xsd:string
direct
pictureType 0..1
xsd:string
"The type of a picture, for example a thumbnail direct

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self observable:RasterPictureFacet
native observable: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-observable
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-observable
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-observable
    rank: 1000
    alias: camera
    owner: RasterPictureFacet
    domain_of:
    - RasterPictureFacet
    range: ObservableObject
  bitsPerPixel:
    name: bitsPerPixel
    from_schema: https://w3id.org/lmodel/uco-observable
    rank: 1000
    alias: bitsPerPixel
    owner: RasterPictureFacet
    domain_of:
    - RasterPictureFacet
    range: integer
  pictureHeight:
    name: pictureHeight
    from_schema: https://w3id.org/lmodel/uco-observable
    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-observable
    rank: 1000
    alias: pictureWidth
    owner: RasterPictureFacet
    domain_of:
    - RasterPictureFacet
    range: integer
  imageCompressionMethod:
    name: imageCompressionMethod
    from_schema: https://w3id.org/lmodel/uco-observable
    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-observable
    rank: 1000
    alias: pictureType
    owner: RasterPictureFacet
    domain_of:
    - RasterPictureFacet
    range: string