gr:amountOfThisGood leaf node


URI

http://purl.org/goodrelations/v1#amountOfThisGood

Label

amount of this good (1..1)

Description

This property specifies the quantity of the goods included in the gr:Offering via this gr:TypeAndQuantityNode. The quantity is given in the unit of measurement attached to the gr:TypeAndQuantityNode.

Usage

DOMAINPROPERTYRANGE
gr:TypeAndQuantityNode gr:amountOfThisGood xsd:float

Implementation

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

gr:amountOfThisGood a owl:DatatypeProperty ;
    rdfs:label "amount of this good (1..1)"@en ;
    rdfs:comment "This property specifies the quantity of the goods included in the gr:Offering via this gr:TypeAndQuantityNode. The quantity is given in the unit of measurement attached to the gr:TypeAndQuantityNode."@en ;
    rdfs:domain gr:TypeAndQuantityNode ;
    rdfs:isDefinedBy <http://purl.org/goodrelations/v1> ;
    rdfs:range xsd:float .