@prefix rdf: . @prefix gr: . @prefix owl: . gr:hasWarrantyScope rdf:type owl:ObjectProperty . @prefix rdfs: . gr:hasWarrantyScope rdfs:comment "This states the gr:WarrantyScope of a given gr:WarrantyPromise."@en , "This states the Warranty Scope of a given Warranty Promise."@en ; rdfs:domain gr:WarrantyPromise . @prefix ns4: . gr:hasWarrantyScope rdfs:isDefinedBy ns4:v1 ; rdfs:label "has warranty scope (0..1)"@en , "hasWarrantyScope (0..1)"@en ; rdfs:range gr:WarrantyScope . @prefix pwdr: . @prefix ns6: . gr:hasWarrantyScope pwdr:describedby ns6:v1 .