gr:quantitativeProductOrServiceProperty


URI

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

Label

quantitative product or service property (0..*)

Description

This is the super property of all quantitative properties for products and services. All properties in product or service ontologies that specify quantitative characteristics, for which an interval is at least theoretically an appropriate value, are subproperties of this property.

Usage

DOMAINPROPERTYRANGE
Blank node (see implementation) gr:quantitativeProductOrServiceProperty gr:QuantitativeValue

Implementation

@prefix gr: <http://purl.org/goodrelations/v1#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

gr:quantitativeProductOrServiceProperty a owl:ObjectProperty ;
    rdfs:label "quantitative product or service property (0..*)"@en ;
    rdfs:comment "This is the super property of all quantitative  properties for products and services. All properties in product or service ontologies that specify quantitative characteristics, for which an interval is at least theoretically an appropriate value, are subproperties of this property."@en ;
    rdfs:domain [ a owl:Class ;
            owl:unionOf ( gr:ProductOrService <http://schema.org/Product> ) ] ;
    rdfs:isDefinedBy <http://purl.org/goodrelations/v1> ;
    rdfs:range gr:QuantitativeValue .