@prefix : <http://purl.allotrope.org/voc/afo/domain/REC/2026/03/cell-counting#> .
@prefix ro: <http://purl.obolibrary.org/obo/RO> .
@prefix bfo: <http://purl.obolibrary.org/obo/BFO> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix iao: <http://purl.obolibrary.org/obo/IAO> .
@prefix map: <http://purl.allotrope.org/ontologies/mapping/instances#> .
@prefix org: <http://www.w3.org/ns/org#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pav: <http://purl.org/pav/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sio: <http://semanticscience.org/resource/> .
@prefix xml: <http://www.w3.org/xml/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix af-c: <http://purl.allotrope.org/ontologies/common#> .
@prefix af-e: <http://purl.allotrope.org/ontologies/equipment#> .
@prefix af-m: <http://purl.allotrope.org/ontologies/material#> .
@prefix af-p: <http://purl.allotrope.org/ontologies/process#> .
@prefix af-q: <http://purl.allotrope.org/ontologies/quality#> .
@prefix af-r: <http://purl.allotrope.org/ontologies/result#> .
@prefix af-x: <http://purl.allotrope.org/ontologies/property#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix qudt: <http://qudt.org/schema/qudt#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix af-cq: <http://purl.allotrope.org/ontologies/common/qualifier#> .
@prefix af-fn: <http://purl.allotrope.org/ontologies/function#> .
@prefix af-rl: <http://purl.allotrope.org/ontologies/role#> .
@prefix af-cur: <http://purl.allotrope.org/ontologies/curation#> .
@prefix af-map: <http://purl.allotrope.org/ontologies/mapping#> .
@base <http://purl.allotrope.org/voc/afo/domain/REC/2026/03/cell-counting#> .

<http://purl.allotrope.org/voc/afo/domain/REC/2026/03/cell-counting> rdf:type owl:Ontology ;
                                                                                owl:versionIRI <http://purl.allotrope.org/voc/afo/domain/REC/2026/03/cell-counting> ;
                                                                                owl:imports <http://purl.allotrope.org/voc/afo/REC/2026/03/afo> ;
                                                                                dct:contributor <http://www.allotrope.org> ;
                                                                                dct:issued "2026-03-30T12:00:00Z"^^xsd:dateTime ;
                                                                                dct:license <http://purl.allotrope.org/voc/creative-commons-attribution-license> ;
                                                                                dct:modified "2025-12-16T12:00:00Z"^^xsd:dateTime ;
                                                                                dct:publisher <http://www.allotrope.org> ;
                                                                                dct:rights <http://purl.allotrope.org/voc/attribution> ,
                                                                                           <http://purl.allotrope.org/voc/copyright> ;
                                                                                dct:rightsHolder <http://www.allotrope.org> ;
                                                                                dct:title "AFO Cell Counter Domain Ontology (REC/2026/03)" ;
                                                                                owl:priorVersion <http://purl.allotrope.org/voc/afo/domain/REC/2019/12/cell-counting> ;
                                                                                owl:versionInfo "REC/2026/03" .

#################################################################
#    Classes
#################################################################

###  http://purl.allotrope.org/ontologies/equipment#AFE_0000524
af-e:AFE_0000524 rdf:type owl:Class ;
                 rdfs:subClassOf af-e:AFE_0002145 ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty ro:_0000056 ;
                                   owl:someValuesFrom af-p:AFP_0000032
                                 ] ;
                 af-x:AFX_0002818 "true"^^xsd:boolean ;
                 skos:altLabel "cell counter analyzer" ,
                               "cell counter device" ,
                               "cell counter instrument" ,
                               "cell density module" ,
                               "cell viability module" ,
                               "off-line analyzer" ;
                 skos:definition "A device used to count the number of cells present in known volume of sample to determine the overall concentration cells per unit volume. [Allotrope]" ;
                 skos:prefLabel "cell counter" .


###  http://purl.allotrope.org/ontologies/function#AFFN_0000198
af-fn:AFFN_0000198 rdf:type owl:Class ;
                   owl:equivalentClass [ owl:intersectionOf ( af-fn:AFFN_0000036
                                                              [ rdf:type owl:Restriction ;
                                                                owl:onProperty bfo:_0000054 ;
                                                                owl:someValuesFrom af-p:AFP_0003629
                                                              ]
                                                            ) ;
                                         rdf:type owl:Class
                                       ] ;
                   af-x:AFX_0002798 "true"^^xsd:boolean ;
                   skos:definition "To count cells is the function to count cells. [Allotrope]" ;
                   skos:prefLabel "to count cells" .


###  http://purl.allotrope.org/ontologies/process#AFP_0000032
af-p:AFP_0000032 rdf:type owl:Class ;
                 rdfs:subClassOf af-p:AFP_0000378 ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty ro:_0000057 ;
                                   owl:someValuesFrom af-m:AFM_0000341
                                 ] ;
                 skos:altLabel "cell counter analysis" ,
                               "cell counting analysis" ;
                 skos:definition "Cell counter assay is a cellular assay that uses various methods to quantify cells in a culture. [Allotrope]" ;
                 skos:prefLabel "cell counter assay" .


###  http://purl.allotrope.org/ontologies/process#AFP_0003628
af-p:AFP_0003628 rdf:type owl:Class ;
                 owl:equivalentClass [ owl:intersectionOf ( af-p:AFP_0003627
                                                            [ rdf:type owl:Restriction ;
                                                              owl:onProperty af-x:AFX_0002750 ;
                                                              owl:someValuesFrom af-q:AFQ_0000181
                                                            ]
                                                          ) ;
                                       rdf:type owl:Class
                                     ] ;
                 af-x:AFX_0002798 "true"^^xsd:boolean ;
                 skos:definition "Cell density measurement is a measurement of the number density of cells. [Allotrope]" ;
                 skos:prefLabel "cell density measurement" .


###  http://purl.allotrope.org/ontologies/process#AFP_0003629
af-p:AFP_0003629 rdf:type owl:Class ;
                 owl:equivalentClass [ owl:intersectionOf ( af-p:AFP_0001645
                                                            [ rdf:type owl:Restriction ;
                                                              owl:onProperty af-x:AFX_0002750 ;
                                                              owl:someValuesFrom af-q:AFQ_0000184
                                                            ]
                                                          ) ;
                                       rdf:type owl:Class
                                     ] ;
                 rdfs:subClassOf af-p:AFP_0001645 ;
                 af-x:AFX_0002798 "true"^^xsd:boolean ;
                 skos:definition "Cell counting is the counting of cells. [Allotrope]" ;
                 skos:prefLabel "cell counting" .


###  http://purl.allotrope.org/ontologies/quality#AFQ_0000181
af-q:AFQ_0000181 rdf:type owl:Class ;
                 rdfs:subClassOf af-q:AFQ_0000180 ;
                 skos:definition "Cell density is the number density of a population of cells. [Allotrope]" ;
                 skos:prefLabel "cell density" .


###  http://purl.allotrope.org/ontologies/quality#AFQ_0000182
af-q:AFQ_0000182 rdf:type owl:Class ;
                 rdfs:subClassOf af-q:AFQ_0000181 ;
                 skos:altLabel "viable cell density" ;
                 skos:definition "Viable cell density is the cell density of the partition of viable cells. [Allotrope]" ;
                 skos:prefLabel "viable cell density (quality)" .


###  http://purl.allotrope.org/ontologies/quality#AFQ_0000183
af-q:AFQ_0000183 rdf:type owl:Class ;
                 rdfs:subClassOf af-q:AFQ_0000181 ;
                 skos:altLabel "total cell density" ;
                 skos:definition "Total cell density is the cell density of the total partition of cells. [Allotrope]" ;
                 skos:prefLabel "total cell density (quality)" .


###  http://purl.allotrope.org/ontologies/quality#AFQ_0000184
af-q:AFQ_0000184 rdf:type owl:Class ;
                 rdfs:subClassOf af-q:AFQ_0000179 ,
                                 [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                          owl:onProperty bfo:_0000051 ;
                                                          owl:someValuesFrom af-m:AFM_0000341
                                                        ]
                                                        [ rdf:type owl:Restriction ;
                                                          owl:onProperty ro:_0000080 ;
                                                          owl:someValuesFrom af-m:AFM_0000275
                                                        ]
                                                      ) ;
                                   rdf:type owl:Class
                                 ] ;
                 af-x:AFX_0002798 "true"^^xsd:boolean ;
                 skos:altLabel "amount of cells" ;
                 skos:definition "Cell count is the amount of cells within a whole. [Allotrope]" ;
                 skos:prefLabel "cell count" .


###  http://purl.allotrope.org/ontologies/quality#AFQ_0000185
af-q:AFQ_0000185 rdf:type owl:Class ;
                 rdfs:subClassOf af-q:AFQ_0000184 ;
                 af-x:AFX_0002808 af-x:AFX_0000609 ;
                 skos:altLabel "viable cell count" ;
                 skos:definition "Viable cell count is the cell count of the partition of viable cells. [Allotrope]" ;
                 skos:prefLabel "viable cell count (quality)" .


###  http://purl.allotrope.org/ontologies/quality#AFQ_0000186
af-q:AFQ_0000186 rdf:type owl:Class ;
                 rdfs:subClassOf af-q:AFQ_0000184 ;
                 af-x:AFX_0002808 af-x:AFX_0000608 ;
                 skos:altLabel "total cell count" ;
                 skos:definition "Total cell count is the cell count over a mereological sum of a partitioned aggregate of cells. [Allotrope]" ;
                 skos:prefLabel "total cell count (quality)" .


###  http://purl.allotrope.org/ontologies/quality#AFQ_0000187
af-q:AFQ_0000187 rdf:type owl:Class ;
                 rdfs:subClassOf af-q:AFQ_0000184 ;
                 af-x:AFX_0002808 af-x:AFX_0000606 ;
                 skos:altLabel "dead cell count" ;
                 skos:definition "Dead cell count is the cell count of the partition of dead cells. [Allotrope]" ;
                 skos:prefLabel "dead cell count (quality)" .


###  http://purl.allotrope.org/ontologies/quality#AFQ_0000188
af-q:AFQ_0000188 rdf:type owl:Class ;
                 rdfs:subClassOf af-q:AFQ_0000036 ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty ro:_0000080 ;
                                   owl:someValuesFrom af-e:AFE_0000524
                                 ] ;
                 af-x:AFX_0002798 "true"^^xsd:boolean ;
                 skos:altLabel "cell counter setting" ;
                 skos:definition "A cell counter configuration is a device configuration of a cell counter device. [Allotrope]" ;
                 skos:prefLabel "cell counter configuration" .


###  http://purl.allotrope.org/ontologies/quality#AFQ_0000189
af-q:AFQ_0000189 rdf:type owl:Class ;
                 owl:equivalentClass [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/PATO_0001334>
                                                            [ rdf:type owl:Restriction ;
                                                              owl:onProperty ro:_0000080 ;
                                                              owl:someValuesFrom af-m:AFM_0000341
                                                            ]
                                                          ) ;
                                       rdf:type owl:Class
                                     ] ;
                 af-x:AFX_0002798 "true"^^xsd:boolean ;
                 skos:definition "A cell diameter is the diameter of a cell. [Allotrope]" ;
                 skos:prefLabel "cell diameter" .


###  http://purl.allotrope.org/ontologies/quality#AFQ_0000361
af-q:AFQ_0000361 rdf:type owl:Class ;
                 rdfs:subClassOf af-q:AFQ_0000181 ;
                 skos:altLabel "dead cell density" ;
                 skos:definition "Dead cell density is the cell density of the partition of dead cells. [Allotrope]" ;
                 skos:prefLabel "dead cell density (quality)" .


###  http://purl.allotrope.org/ontologies/quality#AFQ_0000362
af-q:AFQ_0000362 rdf:type owl:Class ;
                 rdfs:subClassOf af-q:AFQ_0000184 ;
                 af-x:AFX_0002808 af-x:AFX_0000606 ;
                 skos:altLabel "fluorescent tag positive cell count" ;
                 skos:definition "Fluorescent tag positive cell count is the cell count of the partition of fluorescent tag positive cells. [Allotrope]" ;
                 skos:prefLabel "fluorescent tag positive count (quality)" .


###  http://purl.allotrope.org/ontologies/quality#AFQ_0000363
af-q:AFQ_0000363 rdf:type owl:Class ;
                 rdfs:subClassOf af-q:AFQ_0000181 ;
                 skos:altLabel "fluorescent tag positive cell density" ;
                 skos:definition "Fluorescent tag positive cell density is the cell density of the partition of fluorescent tag positive cells. [Allotrope]" ;
                 skos:prefLabel "fluorescent tag positive cell density (quality)" .


###  http://purl.allotrope.org/ontologies/result#AFR_0000471
af-r:AFR_0000471 rdf:type owl:Class ;
                 owl:equivalentClass [ owl:intersectionOf ( af-r:AFR_0000207
                                                            [ rdf:type owl:Restriction ;
                                                              owl:onProperty af-x:AFX_0002734 ;
                                                              owl:someValuesFrom af-p:AFP_0000032
                                                            ]
                                                          ) ;
                                       rdf:type owl:Class
                                     ] ;
                 af-x:AFX_0002798 "true"^^xsd:boolean ;
                 skos:altLabel "cell counter analysis result" ,
                               "cell counter measurement result" ;
                 skos:changeNote "2018-03-09 Added to cell counting domain [OSTHUS]" ;
                 skos:definition "A cell counter result is an assay result that is the result of a cell counter assay. [Allotrope]" ;
                 skos:prefLabel "cell counter result" .


###  http://purl.allotrope.org/ontologies/result#AFR_0001106
af-r:AFR_0001106 rdf:type owl:Class ;
                 rdfs:subClassOf af-r:AFR_0000923 ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty af-x:AFX_0002730 ;
                                   owl:someValuesFrom [ owl:intersectionOf ( af-rl:AFRL_0000299
                                                                             [ rdf:type owl:Restriction ;
                                                                               owl:onProperty af-x:AFX_0002731 ;
                                                                               owl:someValuesFrom af-p:AFP_0000032
                                                                             ]
                                                                           ) ;
                                                        rdf:type owl:Class
                                                      ]
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty bfo:_0000050 ;
                                   owl:someValuesFrom af-r:AFR_0000471
                                 ] ;
                 skos:altLabel "cell counter result facet" ;
                 skos:definition "A cell counter result data is a facet of a document about a cell counting assay that is about a some result of the cell counting assay. [Allotrope]" ;
                 skos:prefLabel "cell counter result datum" .


###  http://purl.allotrope.org/ontologies/result#AFR_0001107
af-r:AFR_0001107 rdf:type owl:Class ;
                 rdfs:subClassOf af-r:AFR_0001505 ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty af-x:AFX_0000354 ;
                                   owl:someValuesFrom af-p:AFP_0000032
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty af-x:AFX_0002730 ;
                                   owl:someValuesFrom [ owl:intersectionOf ( af-rl:AFRL_0000019
                                                                             [ rdf:type owl:Restriction ;
                                                                               owl:onProperty af-x:AFX_0002731 ;
                                                                               owl:someValuesFrom af-p:AFP_0000032
                                                                             ]
                                                                           ) ;
                                                        rdf:type owl:Class
                                                      ]
                                 ] ;
                 skos:altLabel "cell counter parameter" ;
                 skos:definition "A cell counter parameter datum is a facet of a document about a cell counting assay that is about a some parameter of the cell counting assay. [Allotrope]" ;
                 skos:prefLabel "cell counter setting" .


###  http://purl.allotrope.org/ontologies/result#AFR_0001108
af-r:AFR_0001108 rdf:type owl:Class ;
                 rdfs:subClassOf af-r:AFR_0000989 ,
                                 af-r:AFR_0001106 ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty af-x:AFX_0002816 ;
                                   owl:someValuesFrom af-q:AFQ_0000182
                                 ] ;
                 skos:altLabel "viable cell density" ,
                               "viable density" ;
                 skos:definition "Viable cell density is a cell counter result data that quantifies the number density of the viable cells in the sample in the cell counting assay. [Allotrope]" ;
                 skos:prefLabel "viable cell density (cell counter)" .


###  http://purl.allotrope.org/ontologies/result#AFR_0001109
af-r:AFR_0001109 rdf:type owl:Class ;
                 rdfs:subClassOf af-r:AFR_0000989 ,
                                 af-r:AFR_0001107 ,
                                 af-r:AFR_0001243 ;
                 skos:altLabel "dilution ratio" ;
                 skos:definition "Cell density dilution factor is a cell counter parameter data that describes the dilution factor of the solution prepared for the cell counting assay. [Allotrope]" ;
                 skos:prefLabel "cell density dilution factor" .


###  http://purl.allotrope.org/ontologies/result#AFR_0001110
af-r:AFR_0001110 rdf:type owl:Class ;
                 rdfs:subClassOf af-r:AFR_0001107 ,
                                 af-r:AFR_0001243 ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty af-x:AFX_0002730 ;
                                   owl:someValuesFrom af-rl:AFRL_0000368
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty af-x:AFX_0002806 ;
                                   owl:someValuesFrom af-m:AFM_0000341
                                 ] ;
                 skos:altLabel "cell type" ,
                               "cell type (cell counter)" ;
                 skos:changeNote "2023-09-31 Changed pref label to clarify term usage. [Allotrope]" ;
                 skos:definition "Cell type processing method is cell counter parameter data that describes the type of cells analyzed in the cell counting assay. [Allotrope]" ;
                 skos:prefLabel "cell type processing method" .


###  http://purl.allotrope.org/ontologies/result#AFR_0001111
af-r:AFR_0001111 rdf:type owl:Class ;
                 rdfs:subClassOf af-r:AFR_0000989 ,
                                 af-r:AFR_0001106 ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty af-x:AFX_0002816 ;
                                   owl:someValuesFrom <http://purl.obolibrary.org/obo/PATO_0000169>
                                 ] ;
                 skos:altLabel "viability" ;
                 skos:definition "Viability is a cell counter result data that quantifies the viability of the cells analyzed. [Allotrope]" ;
                 skos:prefLabel "viability (cell counter)" .


###  http://purl.allotrope.org/ontologies/result#AFR_0001112
af-r:AFR_0001112 rdf:type owl:Class ;
                 rdfs:subClassOf af-r:AFR_0000989 ,
                                 af-r:AFR_0001106 ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty af-x:AFX_0002816 ;
                                   owl:someValuesFrom af-q:AFQ_0000183
                                 ] ;
                 skos:altLabel "total cell density" ,
                               "total density" ;
                 skos:definition "Total cell density is a cell counter result data that quantifies the number density of the cells in the sample in the cell counting assay. [Allotrope]" ;
                 skos:prefLabel "total cell density (cell counter)" .


###  http://purl.allotrope.org/ontologies/result#AFR_0001113
af-r:AFR_0001113 rdf:type owl:Class ;
                 rdfs:subClassOf af-r:AFR_0000989 ,
                                 af-r:AFR_0001106 ,
                                 [ owl:intersectionOf ( af-r:AFR_0001213
                                                        [ rdf:type owl:Restriction ;
                                                          owl:onProperty af-x:AFX_0002730 ;
                                                          owl:someValuesFrom af-rl:AFRL_0000320
                                                        ]
                                                      ) ;
                                   rdf:type owl:Class
                                 ] ;
                 skos:altLabel "average live cell diameter" ,
                               "average live cell diameter (cell counter)" ,
                               "average live diameter" ,
                               "average viable diameter" ,
                               "live cell diameter" ,
                               "viable cell diameter" ;
                 skos:changeNote "2023-06-26 Renamed to average viable cell diameter to align with other usages of viable cell in prefLabels. [Allotrope]" ;
                 skos:definition "Average viable cell diameter is a cell counter result data that states the average diameter of the viable cells measured. [Allotrope]" ;
                 skos:prefLabel "average viable cell diameter (cell counter)" .


###  http://purl.allotrope.org/ontologies/result#AFR_0001114
af-r:AFR_0001114 rdf:type owl:Class ;
                 rdfs:subClassOf af-r:AFR_0000984 ,
                                 af-r:AFR_0001106 ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty af-x:AFX_0002816 ;
                                   owl:someValuesFrom af-q:AFQ_0000186
                                 ] ;
                 skos:definition "Total cell count is a cell counter result data that states the total number of cells that were counted in the cell counting measurement. [Allotrope]" ;
                 skos:prefLabel "total cell count" .


###  http://purl.allotrope.org/ontologies/result#AFR_0001115
af-r:AFR_0001115 rdf:type owl:Class ;
                 rdfs:subClassOf af-r:AFR_0000984 ,
                                 af-r:AFR_0001106 ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty af-x:AFX_0002816 ;
                                   owl:someValuesFrom af-q:AFQ_0000185
                                 ] ;
                 skos:altLabel "live cell count" ,
                               "live count" ,
                               "total live count" ,
                               "viable count" ;
                 skos:definition "Viable cell count is a cell counter result data that states the number of viable cells that were counted in the cell counting assay. [Allotrope]" ;
                 skos:prefLabel "viable cell count" .


###  http://purl.allotrope.org/ontologies/result#AFR_0002048
af-r:AFR_0002048 rdf:type owl:Class ;
                 rdfs:subClassOf af-r:AFR_0000984 ,
                                 af-r:AFR_0001106 ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty af-x:AFX_0002816 ;
                                   owl:someValuesFrom af-q:AFQ_0000187
                                 ] ;
                 skos:altLabel "dead count" ;
                 skos:definition "Dead cell count is a cell counter result data that states the number of dead cells that were counted in the cell counting assay. [Allotrope]" ;
                 skos:prefLabel "dead cell count" .


###  http://purl.allotrope.org/ontologies/result#AFR_0002334
af-r:AFR_0002334 rdf:type owl:Class ;
                 rdfs:subClassOf af-r:AFR_0001583 ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty af-x:AFX_0002816 ;
                                   owl:someValuesFrom af-q:AFQ_0000189
                                 ] ;
                 skos:altLabel "cell diameter" ;
                 skos:definition "Total cell diameter is is a facet that quantifies a diameter of any (living or dead) cell. [Allotrope]" ;
                 skos:prefLabel "total cell diameter" .


###  http://purl.allotrope.org/ontologies/result#AFR_0002335
af-r:AFR_0002335 rdf:type owl:Class ;
                 rdfs:subClassOf af-r:AFR_0000989 ,
                                 af-r:AFR_0001106 ,
                                 af-r:AFR_0002334 ,
                                 [ owl:intersectionOf ( af-r:AFR_0001213
                                                        [ rdf:type owl:Restriction ;
                                                          owl:onProperty af-x:AFX_0002730 ;
                                                          owl:someValuesFrom af-rl:AFRL_0000320
                                                        ]
                                                      ) ;
                                   rdf:type owl:Class
                                 ] ;
                 skos:altLabel "average cell diameter" ,
                               "total cell diameter" ;
                 skos:definition "Average total cell diameter is a cell counter result data that states the average diameter of the cells (living or dead) measured. [Allotrope]" ;
                 skos:prefLabel "average total cell diameter" .


###  http://purl.allotrope.org/ontologies/result#AFR_0002336
af-r:AFR_0002336 rdf:type owl:Class ;
                 rdfs:subClassOf af-r:AFR_0001060 ,
                                 af-r:AFR_0001106 ;
                 skos:altLabel "cell diameter distribution" ;
                 skos:definition "Total cell diameter distribution is a cell counter result data that states the distribution of the diameters of the cells (living or dead) measured. [Allotrope]" ;
                 skos:prefLabel "total cell diameter distribution" .


###  http://purl.allotrope.org/ontologies/result#AFR_0002859
af-r:AFR_0002859 rdf:type owl:Class ;
                 rdfs:subClassOf af-c:AFC_0000160 ,
                                 iao:_0000310 ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty ro:_0002351 ;
                                   owl:someValuesFrom af-r:AFR_0002860
                                 ] ;
                 skos:definition "A cell counting aggregate document is a document that aggregates cell counting documents. [Allotrope]" ;
                 skos:prefLabel "cell counting aggregate document" .


###  http://purl.allotrope.org/ontologies/result#AFR_0002860
af-r:AFR_0002860 rdf:type owl:Class ;
                 rdfs:subClassOf iao:_0000310 ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty iao:_0000136 ;
                                   owl:someValuesFrom af-p:AFP_0003629
                                 ] ;
                 skos:definition "A cell counting document is a document that encompasses the information associated with a cell counting run. [Allotrope]" ;
                 skos:prefLabel "cell counting document" .


###  http://purl.allotrope.org/ontologies/result#AFR_0002863
af-r:AFR_0002863 rdf:type owl:Class ;
                 rdfs:subClassOf af-r:AFR_0001696 ;
                 skos:definition "A minimum cell diameter setting is a data processing setting that specifies the minimum diameter used to identify a cell in a cell counting assay. [Allotrope]" ;
                 skos:prefLabel "minimum cell diameter setting" .


###  http://purl.allotrope.org/ontologies/result#AFR_0002864
af-r:AFR_0002864 rdf:type owl:Class ;
                 rdfs:subClassOf af-r:AFR_0001696 ;
                 skos:definition "A maximum cell diameter setting is a data processing setting that specifies the maximum diameter used to identify a cell in a cell counting assay. [Allotrope]" ;
                 skos:prefLabel "maximum cell diameter setting" .


###  http://purl.allotrope.org/ontologies/result#AFR_0002865
af-r:AFR_0002865 rdf:type owl:Class ;
                 rdfs:subClassOf af-r:AFR_0000989 ,
                                 af-r:AFR_0001106 ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty af-x:AFX_0002816 ;
                                   owl:someValuesFrom af-q:AFQ_0000361
                                 ] ;
                 skos:altLabel "dead cell density" ,
                               "dead density" ;
                 skos:definition "Dead cell density is a cell counter result data that quantifies the number density of the dead cells in the sample in the cell counting assay. [Allotrope]" ;
                 skos:prefLabel "dead cell density (cell counter)" .


###  http://purl.allotrope.org/ontologies/result#AFR_0002866
af-r:AFR_0002866 rdf:type owl:Class ;
                 rdfs:subClassOf af-r:AFR_0000989 ,
                                 af-r:AFR_0001106 ,
                                 af-r:AFR_0002107 ,
                                 [ owl:intersectionOf ( af-r:AFR_0001213
                                                        [ rdf:type owl:Restriction ;
                                                          owl:onProperty af-x:AFX_0002730 ;
                                                          owl:someValuesFrom af-rl:AFRL_0000320
                                                        ]
                                                      ) ;
                                   rdf:type owl:Class
                                 ] ;
                 skos:altLabel "average dead cell diameter" ,
                               "average dead diameter" ,
                               "dead cell diameter" ;
                 skos:definition "Average dead cell diameter is a cell counter result data that states the average diameter of the dead cells measured. [Allotrope]" ;
                 skos:prefLabel "average dead cell diameter (cell counter)" .


###  http://purl.allotrope.org/ontologies/result#AFR_0002867
af-r:AFR_0002867 rdf:type owl:Class ;
                 rdfs:subClassOf af-r:AFR_0001106 ,
                                 af-r:AFR_0002874 ,
                                 [ owl:intersectionOf ( af-r:AFR_0001213
                                                        [ rdf:type owl:Restriction ;
                                                          owl:onProperty af-x:AFX_0002730 ;
                                                          owl:someValuesFrom af-rl:AFRL_0000320
                                                        ]
                                                      ) ;
                                   rdf:type owl:Class
                                 ] ;
                 skos:definition "An average total cell circularity is a cell counter result datum that quantifies the circularity of all cells in a cell counting assay. [Allotrope]" ;
                 skos:prefLabel "average total cell circularity" .


###  http://purl.allotrope.org/ontologies/result#AFR_0002868
af-r:AFR_0002868 rdf:type owl:Class ;
                 rdfs:subClassOf af-r:AFR_0001106 ,
                                 af-r:AFR_0002874 ,
                                 [ owl:intersectionOf ( af-r:AFR_0001213
                                                        [ rdf:type owl:Restriction ;
                                                          owl:onProperty af-x:AFX_0002730 ;
                                                          owl:someValuesFrom af-rl:AFRL_0000320
                                                        ]
                                                      ) ;
                                   rdf:type owl:Class
                                 ] ;
                 skos:definition "An average viable cell circularity is a cell counter result datum that quantifies the circularity of all viable cells in a cell counting assay. [Allotrope]" ;
                 skos:prefLabel "average viable cell circularity" .


###  http://purl.allotrope.org/ontologies/result#AFR_0002871
af-r:AFR_0002871 rdf:type owl:Class ;
                 rdfs:subClassOf af-r:AFR_0000984 ,
                                 af-r:AFR_0001106 ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty af-x:AFX_0002816 ;
                                   owl:someValuesFrom af-q:AFQ_0000185
                                 ] ;
                 skos:definition "Fluorescent tag positive cell count is a cell counter result data that states the number of fluorescent tag positive cells that were counted in the cell counting assay. [Allotrope]" ;
                 skos:prefLabel "fluorescent tag positive cell count" .


###  http://purl.allotrope.org/ontologies/result#AFR_0002872
af-r:AFR_0002872 rdf:type owl:Class ;
                 rdfs:subClassOf af-r:AFR_0000989 ,
                                 af-r:AFR_0001106 ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty af-x:AFX_0002816 ;
                                   owl:someValuesFrom af-q:AFQ_0000363
                                 ] ;
                 skos:definition "Fluorescent tag positive cell density is a cell counter result data that quantifies the number density of the fluorescent tag positive cells in the sample in the cell counting assay. [Allotrope]" ;
                 skos:prefLabel "fluorescent tag positive cell density" .


###  http://purl.allotrope.org/ontologies/result#AFR_0002873
af-r:AFR_0002873 rdf:type owl:Class ;
                 rdfs:subClassOf af-r:AFR_0001106 ;
                 skos:definition "A fluorescent tag positive percentage is a cell counter result datum that quantifies the percentage of fluorescent tag positive cells in the sample in the cell counting assay. [Allotrope]" ;
                 skos:prefLabel "fluorescent tag positive percentage" .


###  http://purl.org/dc/terms/LicenseDocument
dct:LicenseDocument rdf:type owl:Class .


###  http://purl.org/dc/terms/RightsStatement
dct:RightsStatement rdf:type owl:Class .


#################################################################
#    Individuals
#################################################################

###  http://www.allotrope.org
<http://www.allotrope.org> rdf:type owl:NamedIndividual ,
                                    foaf:Organization ;
                           foaf:name "Allotrope Foundation" .


###  http://purl.allotrope.org/voc/attribution
<http://purl.allotrope.org/voc/attribution> rdf:type owl:NamedIndividual ,
                                                     dct:RightsStatement ;
                                            dct:description """
These taxonomies contain material or may constitute derivative works of material which may be subject to copyright by one of the following organizations.  By using these taxonomies, you agree to the following terms and conditions applicable to its contents:
******************************************************************************
Copyright Notice and Terms for IUPAC Gold Book
______________________________________________________________________________
Copyright © 1998, Regents of the University of California
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
******************************************************************************
Copyright Notice and Terms for PSI-MS (Proteomics Standards Initiative - Mass Spectrometry) Mass spectrometer output files and spectra interpretation
_____________________________________________________________________________
Created by Matt Chambers, Andreas Bertsch, Marius Kallhardt, Eric Deutsch Fredrik Levander, Pierre-Alain Binz, and Gerhard Mayer. Publisher: HUPO Proteomics Standards Initiative Mass Spectrometry Standards Working Group and HUPO Proteomics Standards Initiative Proteomics Informatics Working Group. This work is used pursuant to a Creative Commons license available here: http://creativecommons.org/licenses/by/3.0/legalcode

******************************************************************************
Attribution Notice for National Center for Biomedical Ontology materials.

This work contains material from the Cell Ontology and Clinical Measurement Ontology, available here: http://bioportal.bioontology.org/.
******************************************************************************
Attribution Notice for ChEBI
This work contains material from the European Bioinformatics Institute’s ChEBI database.
******************************************************************************
Attribution Notice for Quantities Units Dimensions Data Types (http://www.qudt.org/)
This work contains content from www.qudt.org and is used pursuant to a Creative Commons License available here: http://creativecommons.org/licenses/by-sa/3.0/us/legalcode. The original work may have been modified.
******************************************************************************
Copyright and Attribution Notice for Dublin Core Metadata Initiative Document
This work contains material from the following DCMI document used pursuant to a creative commons license available here: https://creativecommons.org/licenses/by/4.0/legalcode. This material may have been modified or changed.
Timestamped URL:          http://dublincore.org/documents/2012/06/14/dcmi-terms/
Date Issued:                       2012-06-14
Document Status:            This is a DCMI Recommendation.
Copyright © 1995-2015 DCMI. All Rights Reserved. DCMI liability, trademark/service mark, document use and software licensing rules apply.
******************************************************************************

""" ;
                                            dct:title "Derivative works attribution" .


###  http://purl.allotrope.org/voc/copyright
<http://purl.allotrope.org/voc/copyright> rdf:type owl:NamedIndividual ,
                                                   dct:RightsStatement ;
                                          dct:description "Copyright © 2015-2026 Allotrope Foundation" ;
                                          dct:rightsHolder <http://www.allotrope.org> ;
                                          dct:title "Copyright © 2015-2026 Allotrope Foundation" .


###  http://purl.allotrope.org/voc/creative-commons-attribution-license
<http://purl.allotrope.org/voc/creative-commons-attribution-license> rdf:type owl:NamedIndividual ,
                                                                              dct:LicenseDocument ;
                                                                     dct:description """This work is licensed under a Creative Commons Attribution 4.0 International License http://creativecommons.org/licenses/by/4.0/.

THESE MATERIALS ARE PROVIDED \"AS IS\" AND ALLOTROPE EXPRESSLY DISCLAIMS ALL WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, INCLUDING, WITHOUT LIMITATION, THE WARRANTIES OF NON-INFRINGEMENT, TITLE, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

Copyright © 2015-2026 Allotrope Foundation
""" ;
                                                                     dct:rightsHolder <http://www.allotrope.org> ;
                                                                     dct:title "Creative Commons Attribution 4.0 International Public License" .


###  Generated by the OWL API (version 5.5.1) https://github.com/owlcs/owlapi/
