@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 schema: <http://schema.org/> . @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:ProductOrServiceModel . ns0:BusinessEntity owl:disjointWith ns0:ProductOrServiceModel . ns0:Individual owl:disjointWith ns0:ProductOrServiceModel . ns0:ProductOrServiceModel metadata_def:mappingLoom "productorservicemodel" ; metadata_def:mappingSameURI ns0:ProductOrServiceModel ; metadata_def:prefLabel "Product or service model" ; metadata:prefixIRI "gr:ProductOrServiceModel" ; a owl:Class ; rdfs:comment """A product or service model is a intangible entity that specifies some characteristics of a group of similar, usually mass-produced products, in the sense of a prototype. In case of mass-produced products, there exists a relation gr:hasMakeAndModel between the actual product or service (gr:Individual or gr:SomeItems) and the prototype (gr:ProductOrServiceModel). GoodRelations treats product or service models as \"prototypes\" instead of a completely separate kind of entities, because this allows using the same domain-specific properties (e.g. gr:weight) for describing makes and models and for describing actual products. Examples: Ford T, Volkswagen Golf, Sony Ericsson W123 cell phone Note: An actual product or service (gr:Individual) by default shares the features of its model (e.g. the weight). However, this requires non-standard reasoning. See http://wiki.goodrelations-vocabulary.org/Axioms for respective rule sets. Compatibility with schema.org: This class is (approximately) a subclass of http://schema.org/Product."""@en ; rdfs:isDefinedBy ns1:v1 ; rdfs:label "Product or service model"@en ; rdfs:subClassOf ns0:ProductOrService, schema:Product ; owl:disjointWith ns0:SomeItems . ns0:hasMakeAndModel rdfs:range ns0:ProductOrServiceModel . ns0:isVariantOf rdfs:domain ns0:ProductOrServiceModel ; rdfs:range ns0:ProductOrServiceModel . ns0:predecessorOf rdfs:domain ns0:ProductOrServiceModel ; rdfs:range ns0:ProductOrServiceModel . ns0:successorOf rdfs:domain ns0:ProductOrServiceModel ; rdfs:range ns0:ProductOrServiceModel .
@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 schema: <http://schema.org/> .
@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:ProductOrServiceModel .

ns0:BusinessEntity
    owl:disjointWith ns0:ProductOrServiceModel .

ns0:Individual
    owl:disjointWith ns0:ProductOrServiceModel .

ns0:ProductOrServiceModel
    metadata_def:mappingLoom "productorservicemodel" ;
    metadata_def:mappingSameURI ns0:ProductOrServiceModel ;
    metadata_def:prefLabel "Product or service model" ;
    metadata:prefixIRI "gr:ProductOrServiceModel" ;
    a owl:Class ;
    rdfs:comment """A product or service model is a intangible entity that specifies some characteristics of a group of similar, usually mass-produced products, in the sense of a prototype. In case of mass-produced products, there exists a relation gr:hasMakeAndModel between the actual product or service (gr:Individual or gr:SomeItems) and the prototype (gr:ProductOrServiceModel). GoodRelations treats product or service models as \"prototypes\" instead of a completely separate kind of entities, because this allows using the same domain-specific properties (e.g. gr:weight) for describing makes and models and for describing actual products.

Examples: Ford T, Volkswagen Golf, Sony Ericsson W123 cell phone

Note: An actual product or service (gr:Individual) by default shares the features of its model (e.g. the weight). However, this requires non-standard reasoning. See http://wiki.goodrelations-vocabulary.org/Axioms for respective rule sets.
	
Compatibility with schema.org: This class is (approximately) a subclass of http://schema.org/Product."""@en ;
    rdfs:isDefinedBy ns1:v1 ;
    rdfs:label "Product or service model"@en ;
    rdfs:subClassOf ns0:ProductOrService, schema:Product ;
    owl:disjointWith ns0:SomeItems .

ns0:hasMakeAndModel
    rdfs:range ns0:ProductOrServiceModel .

ns0:isVariantOf
    rdfs:domain ns0:ProductOrServiceModel ;
    rdfs:range ns0:ProductOrServiceModel .

ns0:predecessorOf
    rdfs:domain ns0:ProductOrServiceModel ;
    rdfs:range ns0:ProductOrServiceModel .

ns0:successorOf
    rdfs:domain ns0:ProductOrServiceModel ;
    rdfs:range ns0:ProductOrServiceModel .