Ontology Version: 2.11.0

cacontology-synthesis:hasObservation leaf node


URI

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

Label

has observation

Description

Optional direct link from a report to distribution observations it contains.

Usage

DOMAINPROPERTYRANGE
cacontology-synthesis:Report cacontology-synthesis:hasObservation cacontology-synthesis:DistributionObservation

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