http://purl.org/goodrelations/v1#hasWarrantyScope
This states the gr:WarrantyScope of a given gr:WarrantyPromise.
DOMAIN | PROPERTY | RANGE |
---|---|---|
gr:WarrantyPromise | gr:hasWarrantyScope | gr:WarrantyScope |
@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 .