gr:appliesToPaymentMethod leaf node


URI

http://purl.org/goodrelations/v1#appliesToPaymentMethod

Label

applies to payment method (1..*)

Description

This property specifies the gr:PaymentMethod to which the gr:PaymentChargeSpecification applies.

Usage

DOMAINPROPERTYRANGE
gr:PaymentChargeSpecification gr:appliesToPaymentMethod gr:PaymentMethod

Implementation

@prefix gr: <http://purl.org/goodrelations/v1#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

gr:appliesToPaymentMethod a owl:ObjectProperty ;
    rdfs:label "applies to payment method (1..*)"@en ;
    rdfs:comment "This property specifies the gr:PaymentMethod to which the gr:PaymentChargeSpecification applies."@en ;
    rdfs:domain gr:PaymentChargeSpecification ;
    rdfs:isDefinedBy <http://purl.org/goodrelations/v1> ;
    rdfs:range gr:PaymentMethod .