@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:Individual owl:disjointWith ns0:SomeItems . ns0:ProductOrServiceModel owl:disjointWith ns0:SomeItems . ns0:ProductOrServicesSomeInstancesPlaceholder owl:equivalentClass ns0:SomeItems . ns0:SomeItems metadata_def:mappingLoom "someitems" ; metadata_def:mappingSameURI ns0:SomeItems ; metadata_def:prefLabel "Some items" ; metadata:prefixIRI "gr:SomeItems" ; a owl:Class ; rdfs:comment """A placeholder instance for unknown instances of a mass-produced commodity. This is used as a computationally cheap work-around for such instances that are not individually exposed on the Web but just stated to exist (i.e., which are existentially quantified). Example: An instance of this class can represent an anonymous set of green Siemens1234 phones. It is different from the gr:ProductOrServiceModel Siemens1234, since this refers to the make and model, and it is different from a particular instance of this make and model (e.g. my individual phone) since the latter can be sold only once. Note: This class is the new, shorter form of the former gr:ProductOrServicesSomeInstancesPlaceholder. Compatibility with schema.org: This class is (approximately) a subclass of http://schema.org/Product."""@en ; rdfs:isDefinedBy ns1:v1 ; rdfs:label "Some items"@en ; rdfs:subClassOf ns0:ProductOrService, schema:Product .
@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:Individual
    owl:disjointWith ns0:SomeItems .

ns0:ProductOrServiceModel
    owl:disjointWith ns0:SomeItems .

ns0:ProductOrServicesSomeInstancesPlaceholder
    owl:equivalentClass ns0:SomeItems .

ns0:SomeItems
    metadata_def:mappingLoom "someitems" ;
    metadata_def:mappingSameURI ns0:SomeItems ;
    metadata_def:prefLabel "Some items" ;
    metadata:prefixIRI "gr:SomeItems" ;
    a owl:Class ;
    rdfs:comment """A placeholder instance for unknown instances of a mass-produced commodity. This is used as a computationally cheap work-around for such instances that are not individually exposed on the Web but just stated to exist (i.e., which are existentially quantified).

Example: An instance of this class can represent an anonymous set of green Siemens1234 phones. It is different from the gr:ProductOrServiceModel Siemens1234, since this refers to the make and model, and it is different from a particular instance of this make and model (e.g. my individual phone) since the latter can be sold only once.

Note: This class is the new, shorter form of the former gr:ProductOrServicesSomeInstancesPlaceholder.
		
Compatibility with schema.org: This class is (approximately) a subclass of http://schema.org/Product."""@en ;
    rdfs:isDefinedBy ns1:v1 ;
    rdfs:label "Some items"@en ;
    rdfs:subClassOf ns0:ProductOrService, schema:Product .