@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://ns.inria.fr/provoc#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://purl.org/goodrelations/v1#> . @prefix ns2: <http://www.heppnetz.de/ontologies/goodrelations/v1#> . ns0:belongsToBrand a owl:ObjectProperty ; rdfs:comment "This specifies the brand of a range or a product."@en ; rdfs:domain ns0:ProductOrServiceRange, ns1:ProductOrService ; rdfs:range ns2:Brand .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://ns.inria.fr/provoc#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://purl.org/goodrelations/v1#> .
@prefix ns2: <http://www.heppnetz.de/ontologies/goodrelations/v1#> .

ns0:belongsToBrand
    a owl:ObjectProperty ;
    rdfs:comment "This specifies the brand of a range or a product."@en ;
    rdfs:domain ns0:ProductOrServiceRange, ns1:ProductOrService ;
    rdfs:range ns2:Brand .