schema:measurementTechnique leaf node


URI

http://schema.org/measurementTechnique

Label

hasMeasurementTechnique

Description

A technique or technology used in a dataset, corresponding to the method used for measuring the 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.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) schema:measurementTechnique xsd:string

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

schema:measurementTechnique a owl:DatatypeProperty ;
    rdfs:label "hasMeasurementTechnique"@en ;
    rdfs:comment "A technique or technology used in a dataset, corresponding to the method used for measuring the 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."@en ;
    rdfs:range xsd:string .