All Downloads are FREE. Search and download functionalities are using the official Maven repository.

lspace.ns.vocab.schema.encodingFormat.scala Maven / Gradle / Ivy

The newest version!
package lspace.ns.vocab.schema
import lspace.ns.vocab.schema._
import lspace.Label.D._
import lspace.Label.P._
import lspace.structure.{Property => LProperty, PropertyDef}
object encodingFormat extends PropertyDef(
        iri = "http://schema.org/encodingFormat",
        iris = Set("http://schema.org/encodingFormat"),
        label = "encodingFormat",
        comment = """Media type typically expressed using a MIME format (see IANA site and MDN reference) e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.).

In cases where a CreativeWork has several media type representations, encoding can be used to indicate each MediaObject alongside particular encodingFormat information.

Unregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry.""", `@extends` = List(), `@range` = List(URL.ontology, `@string`) ){ override lazy val properties: List[LProperty] = List() trait Properties }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy