https://cacontology.projectvic.org/synthesis#count
Count value reported for a category.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-synthesis:DistributionObservation | cacontology-synthesis:count | xsd:integer |
@prefix cacontology-synthesis: <https://cacontology.projectvic.org/synthesis#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-synthesis:count a owl:DatatypeProperty ;
rdfs:label "count"@en ;
rdfs:comment "Count value reported for a category."@en ;
rdfs:domain cacontology-synthesis:DistributionObservation ;
rdfs:range xsd:integer .