@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <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 metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns1: <http://purl.org/goodrelations/> . ns0:Brand owl:disjointWith ns0:WarrantyPromise . ns0:BusinessEntity owl:disjointWith ns0:WarrantyPromise . ns0:BusinessEntityType owl:disjointWith ns0:WarrantyPromise . ns0:BusinessFunction owl:disjointWith ns0:WarrantyPromise . ns0:DayOfWeek owl:disjointWith ns0:WarrantyPromise . ns0:DeliveryMethod owl:disjointWith ns0:WarrantyPromise . ns0:Location owl:disjointWith ns0:WarrantyPromise . ns0:Offering owl:disjointWith ns0:WarrantyPromise . ns0:OpeningHoursSpecification owl:disjointWith ns0:WarrantyPromise . ns0:PaymentMethod owl:disjointWith ns0:WarrantyPromise . ns0:PriceSpecification owl:disjointWith ns0:WarrantyPromise . ns0:ProductOrService owl:disjointWith ns0:WarrantyPromise . ns0:QuantitativeValue owl:disjointWith ns0:WarrantyPromise . ns0:TypeAndQuantityNode owl:disjointWith ns0:WarrantyPromise . ns0:WarrantyPromise metadata_def:mappingLoom "warrantypromise" ; metadata_def:mappingSameURI ns0:WarrantyPromise ; metadata_def:prefLabel "Warranty promise" ; metadata:prefixIRI "gr:WarrantyPromise" ; a owl:Class ; rdfs:comment """This is a conceptual entity that holds together all aspects of the n-ary relation gr:hasWarrantyPromise. A Warranty promise is an entity representing the duration and scope of services that will be provided to a customer free of charge in case of a defect or malfunction of the gr:ProductOrService. A warranty promise is characterized by its temporal duration (usually starting with the date of purchase) and its gr:WarrantyScope. The warranty scope represents the types of services provided (e.g. labor and parts, just parts) of the warranty included in an gr:Offering. The actual services may be provided by the gr:BusinessEntity making the offering, by the manufacturer of the product, or by a third party. There may be multiple warranty promises associated with a particular offering, which differ in duration and scope (e.g. pick-up service during the first 12 months, just parts and labor for 36 months). Examples: 12 months parts and labor, 36 months parts"""@en ; rdfs:isDefinedBy ns1:v1 ; rdfs:label "Warranty promise"@en ; rdfs:subClassOf owl:Thing ; owl:disjointWith ns0:WarrantyScope . ns0:durationOfWarrantyInMonths rdfs:domain ns0:WarrantyPromise . ns0:hasWarrantyPromise rdfs:range ns0:WarrantyPromise . ns0:hasWarrantyScope rdfs:domain ns0:WarrantyPromise .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <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 metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns1: <http://purl.org/goodrelations/> .

ns0:Brand
    owl:disjointWith ns0:WarrantyPromise .

ns0:BusinessEntity
    owl:disjointWith ns0:WarrantyPromise .

ns0:BusinessEntityType
    owl:disjointWith ns0:WarrantyPromise .

ns0:BusinessFunction
    owl:disjointWith ns0:WarrantyPromise .

ns0:DayOfWeek
    owl:disjointWith ns0:WarrantyPromise .

ns0:DeliveryMethod
    owl:disjointWith ns0:WarrantyPromise .

ns0:Location
    owl:disjointWith ns0:WarrantyPromise .

ns0:Offering
    owl:disjointWith ns0:WarrantyPromise .

ns0:OpeningHoursSpecification
    owl:disjointWith ns0:WarrantyPromise .

ns0:PaymentMethod
    owl:disjointWith ns0:WarrantyPromise .

ns0:PriceSpecification
    owl:disjointWith ns0:WarrantyPromise .

ns0:ProductOrService
    owl:disjointWith ns0:WarrantyPromise .

ns0:QuantitativeValue
    owl:disjointWith ns0:WarrantyPromise .

ns0:TypeAndQuantityNode
    owl:disjointWith ns0:WarrantyPromise .

ns0:WarrantyPromise
    metadata_def:mappingLoom "warrantypromise" ;
    metadata_def:mappingSameURI ns0:WarrantyPromise ;
    metadata_def:prefLabel "Warranty promise" ;
    metadata:prefixIRI "gr:WarrantyPromise" ;
    a owl:Class ;
    rdfs:comment """This is a conceptual entity that holds together all aspects of the n-ary relation gr:hasWarrantyPromise.

A Warranty promise is an entity representing the duration and scope of services that will be provided to a customer free of charge in case of a defect or malfunction of the gr:ProductOrService. A warranty promise is characterized by its temporal duration (usually starting with the date of purchase) and its gr:WarrantyScope. The warranty scope represents the types of services provided (e.g. labor and parts, just parts) of the warranty included in an gr:Offering. The actual services may be provided by the gr:BusinessEntity making the offering, by the manufacturer of the product, or by a third party. There may be multiple warranty promises associated with a particular offering, which differ in duration and scope (e.g. pick-up service during the first 12 months, just parts and labor for 36 months).

Examples: 12 months parts and labor, 36 months parts"""@en ;
    rdfs:isDefinedBy ns1:v1 ;
    rdfs:label "Warranty promise"@en ;
    rdfs:subClassOf owl:Thing ;
    owl:disjointWith ns0:WarrantyScope .

ns0:durationOfWarrantyInMonths
    rdfs:domain ns0:WarrantyPromise .

ns0:hasWarrantyPromise
    rdfs:range ns0:WarrantyPromise .

ns0:hasWarrantyScope
    rdfs:domain ns0:WarrantyPromise .