Ontology Version: 2.11.0

cacontology-synthesis:denominator leaf node


URI

https://cacontology.projectvic.org/synthesis#denominator

Label

denominator

Description

Denominator / total coded occurrences for the distribution context.

Usage

DOMAINPROPERTYRANGE
cacontology-synthesis:DistributionObservation cacontology-synthesis:denominator xsd:integer

Implementation

@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 .