schema:variableMeasured leaf node


URI

http://schema.org/variableMeasured

Label

hasVariableMeasured

Description

A property that indicates the variables measured in a dataset.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) schema:variableMeasured 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:variableMeasured a owl:DatatypeProperty ;
    rdfs:label "hasVariableMeasured"@en ;
    rdfs:comment "A property that indicates the variables measured in a dataset."@en ;
    rdfs:range xsd:string .