@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://theme-e.adaptcentre.ie/dave#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns1: <http://purl.org/linked-data/cube#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
ns0:computedOn
    a ns1:DimensionProperty, owl:NamedIndividual, owl:ObjectProperty ;
    rdfs:comment "This property indicates the data resource or dataset that is being analysed using a Data Value metric."@en ;
    rdfs:domain ns0:ValueMeasurement ;
    rdfs:label "computed on"@en ;
    rdfs:range dcat:Dataset .
 
 
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://theme-e.adaptcentre.ie/dave#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns1: <http://purl.org/linked-data/cube#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
ns0:computedOn
    a ns1:DimensionProperty, owl:NamedIndividual, owl:ObjectProperty ;
    rdfs:comment "This property indicates the data resource or dataset that is being analysed using a Data Value metric."@en ;
    rdfs:domain ns0:ValueMeasurement ;
    rdfs:label "computed on"@en ;
    rdfs:range dcat:Dataset .