@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.org/goodrelations/v1#> . @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/> . ns0:acceptedPaymentMethods a owl:ObjectProperty ; rdfs:comment "The gr:PaymentMethod or methods accepted by the gr:BusinessEntity for the given gr:Offering."@en ; rdfs:isDefinedBy ns1:v1 ; rdfs:label "accepted payment methods (0..*)"@en ; rdfs:range ns0:PaymentMethod .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/goodrelations/v1#> .
@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/> .

ns0:acceptedPaymentMethods
    a owl:ObjectProperty ;
    rdfs:comment "The gr:PaymentMethod or methods accepted by the gr:BusinessEntity for the given gr:Offering."@en ;
    rdfs:isDefinedBy ns1:v1 ;
    rdfs:label "accepted payment methods (0..*)"@en ;
    rdfs:range ns0:PaymentMethod .