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

lspace.ns.vocab.schema.measurementTechnique.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 measurementTechnique extends PropertyDef(
        iri = "http://schema.org/measurementTechnique",
        iris = Set("http://schema.org/measurementTechnique"),
        label = "measurementTechnique",
        comment = """A technique or technology used in a Dataset (or DataDownload, DataCatalog),
corresponding to the method used for measuring the corresponding variable(s) (described using variableMeasured). This is oriented towards scientific and scholarly dataset publication but may have broader applicability; it is not intended as a full representation of measurement, but rather as a high level summary for dataset discovery.

For example, if variableMeasured is: molecule concentration, measurementTechnique could be: "mass spectrometry" or "nmr spectroscopy" or "colorimetry" or "immunofluorescence".

If the variableMeasured is "depression rating", the measurementTechnique could be "Zung Scale" or "HAM-D" or "Beck Depression Inventory".

If there are several variableMeasured properties recorded for some given data object, use a PropertyValue for each variableMeasured and attach the corresponding measurementTechnique.""", `@extends` = List(), `@range` = List(`@string`, URL.ontology) ){ override lazy val properties: List[LProperty] = List() trait Properties }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy