https://cacontology.projectvic.org/synthesis#denominator
Denominator / total coded occurrences for the distribution context.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-synthesis:DistributionObservation | cacontology-synthesis:denominator | 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:denominator a owl:DatatypeProperty ;
rdfs:label "denominator"@en ;
rdfs:comment "Denominator / total coded occurrences for the distribution context."@en ;
rdfs:domain cacontology-synthesis:DistributionObservation ;
rdfs:range xsd:integer .