gr:hasWarrantyScope leaf node


URI

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

Label

has warranty scope (0..1)

Description

This states the gr:WarrantyScope of a given gr:WarrantyPromise.

Usage

DOMAINPROPERTYRANGE
gr:WarrantyPromise gr:hasWarrantyScope gr:WarrantyScope

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#> .

gr:hasWarrantyScope a owl:ObjectProperty ;
    rdfs:label "has warranty scope (0..1)"@en ;
    rdfs:comment "This states the gr:WarrantyScope of a given gr:WarrantyPromise."@en ;
    rdfs:domain gr:WarrantyPromise ;
    rdfs:isDefinedBy <http://purl.org/goodrelations/v1> ;
    rdfs:range gr:WarrantyScope .