@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://w3id.org/dppo/ontology/dpp-info/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:characteristic a owl:ObjectProperty ; rdfs:comment "The characteristic that the piece of information is about."@en ; rdfs:domain ns0:ProductCharacteristic ; rdfs:label "characteristic"@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://w3id.org/dppo/ontology/dpp-info/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:characteristic
    a owl:ObjectProperty ;
    rdfs:comment "The characteristic that the piece of information is about."@en ;
    rdfs:domain ns0:ProductCharacteristic ;
    rdfs:label "characteristic"@en .