@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.org/dqm-vocabulary/v1/dqm#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:addProperty rdfs:subPropertyOf ns0:cleansingProperty . ns0:addValue rdfs:subPropertyOf ns0:cleansingProperty . ns0:cleansingProperty a owl:DatatypeProperty ; rdfs:comment "Cleansing properties are properties of data cleansing rules."@en ; rdfs:label "Cleansing Property"@en . ns0:currentValue rdfs:subPropertyOf ns0:cleansingProperty . ns0:newValue rdfs:subPropertyOf ns0:cleansingProperty .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/dqm-vocabulary/v1/dqm#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:addProperty
    rdfs:subPropertyOf ns0:cleansingProperty .

ns0:addValue
    rdfs:subPropertyOf ns0:cleansingProperty .

ns0:cleansingProperty
    a owl:DatatypeProperty ;
    rdfs:comment "Cleansing properties are properties of data cleansing rules."@en ;
    rdfs:label "Cleansing Property"@en .

ns0:currentValue
    rdfs:subPropertyOf ns0:cleansingProperty .

ns0:newValue
    rdfs:subPropertyOf ns0:cleansingProperty .