https://cacontology.projectvic.org/synthesis#hasObservation
Optional direct link from a report to distribution observations it contains.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-synthesis:Report | cacontology-synthesis:hasObservation | cacontology-synthesis:DistributionObservation |
@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#> .
cacontology-synthesis:hasObservation a owl:ObjectProperty ;
rdfs:label "has observation"@en ;
rdfs:comment "Optional direct link from a report to distribution observations it contains."@en ;
rdfs:domain cacontology-synthesis:Report ;
rdfs:range cacontology-synthesis:DistributionObservation .