Image - Pelagicore/tracker-ivi GitHub Wiki

Used to represent images and photographs. This class is a good example of the flatter structure of the ivi ontology. Almost all properties used to represent an image are contained in this class, which means fewer tables need accessing when modifying the properties of an image.

Properties

  • imagetitle
  • Comment: The title describing the image, such as "Vacation in Bahamas"
  • Cardinality: 1
  • Range: xsd:string
  • imagewidth
  • Comment: Width of the image in pixels
  • Cardinality: 1
  • Range: xsd:string
  • imageheight
  • Comment: Height of the image in pixels
  • Cardinality: 1
  • Range: xsd:integer
  • imageartist
  • Comment: Artist of the image, typically the photographer if this is a photography
  • Cardinality: 1
  • Range: xsd:string
  • imagedate
  • Comment: The date when the image was created, if this is a photography this would typically be the date on which the photograph was taken.
  • Cardinality: 1
  • Range: xsd:string
  • imageorientation
  • Comment: The orientation of the image, such as "landscape" or "portrait"
  • Cardinality: 1
  • Range: xsd:string
  • imagecameramake
  • Comment: The make of the camera used if this is a photography, this is a string such as "Hasselblad"
  • Cardinality: 1
  • Range: xsd:string
  • imagecameramodel
  • Comment: The model of the make of the camera used, if any. Example: "V-System 500"
  • Cardinality: 1
  • Range: xsd:string
  • imagecopyright
    • Comment: Copyright notice
  • Cardinality: 1
  • Range: xsd:string
  • imagewhitebalance
  • Comment: If this is a photograph, this value indicates the white balance expressed in Kelvins
  • Cardinality: 1
  • Range: xsd:integer
  • imagefstop
    • Comment: The f-stop setting used on the camera if this is a photograph
  • Cardinality: 1
  • Range: xsd:integer
  • imageflash
    • Comment: Indicates whether the flash was active or not if this is a photograph
  • Cardinality: 1
  • Range: xsd:boolean
  • imageexposuretime
  • Comment: The exposure time setting on the camera if this is a photograph
  • Cardinality: 1
  • Range: xsd:integer
  • imageiso
  • Comment: The ISO setting on the camera if this is a photograph
  • Cardinality: 1
  • Range: xsd:integer
  • imagedescription
  • Comment: A textual description of the image
  • Cardinality: 1
  • Range: xsd:string
  • imagemeteringmode
  • Comment: The metering mode setting of the camera if this is a photograph
  • Cardinality: 1
  • Range: xsd:string
  • imagecreator
  • Comment: The creator, or artist of this image. If this is a photograph this would normally be the photographer
  • Cardinality: 1
  • Range: ivi:Artist
  • imagecomment
  • Comment: A comment regarding the image
  • Cardinality: 1
  • Range: xsd:string
  • imagecity
  • Comment: The city in which the image was created
  • Cardinality: 1
  • Range: xsd:string
  • imagestate
  • Comment: The state or geographical region in which the image was created
  • Cardinality: 1
  • Range: xsd:string
  • imageaddress
  • Comment: The street address at which the image was created
  • Cardinality: 1
  • Range: xsd:string
  • imagecountry
  • Comment: The country in which the image was created
  • Cardinality: 1
  • Range: xsd:string
  • imagegpsaltitude
  • Comment: The altitude at which the image was created
  • Cardinality: 1
  • Range: xsd:integer
  • imagegpslongitude
  • Comment: The longitude at which the image was created
  • Cardinality: 1
  • Range: xsd:integer
  • imagegpslatitude
  • Comment: The latitude at which the image was created
  • Cardinality: 1
  • Range: xsd:int
  • imagegpsdirection
  • Comment: The direction in which the image was created, this would be the direction the camera faced when producing the image if the image is a photograph
  • Cardinality: 1
  • Range: xsd:integer
  • imagefile
  • Comment: A reference to the file on disk containing the image and metadata described by this class
  • Cardinality: 1
  • Range: ivi:File