@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.org/linked-data/cube#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://purl.org/linked-data/> . ns0:codeList a owl:ObjectProperty ; rdfs:comment "gives the code list associated with a CodedProperty"@en ; rdfs:domain ns0:CodedProperty ; rdfs:isDefinedBy ns1:cube ; rdfs:label "code list"@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/linked-data/cube#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://purl.org/linked-data/> .

ns0:codeList
    a owl:ObjectProperty ;
    rdfs:comment "gives the code list associated with a CodedProperty"@en ;
    rdfs:domain ns0:CodedProperty ;
    rdfs:isDefinedBy ns1:cube ;
    rdfs:label "code list"@en .