@prefix dc: . @prefix dcterms: . @prefix foaf: . @prefix gr: . @prefix ov: . @prefix owl: . @prefix rdf: . @prefix rdfs: . owl:Class a rdfs:Class ; rdfs:label "Class" . a foaf:Document ; dcterms:hasFormat , , , , ; dcterms:title "Description of Payment charge specification" ; foaf:primaryTopic gr:PaymentChargeSpecification . dcterms:source a rdf:Property ; rdfs:label "Source"@en . rdf:type a rdf:Property ; rdfs:label "type" . rdfs:comment a rdf:Property ; rdfs:label "comment" . rdfs:isDefinedBy a rdf:Property ; rdfs:label "isDefinedBy" . rdfs:label a rdf:Property ; rdfs:label "label" . rdfs:subClassOf a rdf:Property ; rdfs:label "subClassOf" . owl:disjointWith a rdf:Property ; rdfs:label "disjointWith" . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of Payment charge specification" . dc:format "text/n3" ; dcterms:title "Notation3 description of Payment charge specification" . dc:format "text/plain" ; dcterms:title "NTriples description of Payment charge specification" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of Payment charge specification" . dc:format "text/turtle" ; dcterms:title "Turtle description of Payment charge specification" . a owl:Ontology ; rdfs:label "GoodRelations Ontology"@en ; dc:title "The GoodRelations Vocabulary for Semantic Web-based E-Commerce"@en ; dcterms:license . gr:DeliveryChargeSpecification a owl:Class ; rdfs:label "Delivery charge specification"@en . gr:PaymentChargeSpecification a owl:Class ; rdfs:label "Payment charge specification"@en ; rdfs:comment """A payment charge specification is a conceptual entity that specifies the additional costs asked for settling the payment after accepting a given gr:Offering using a particular gr:PaymentMethod. A payment charge specification is characterized by (1) a monetary amount per order specified as a literal value of type float in combination with a Currency, (2) the payment method, and (3) a whether this charge includes local sales taxes, namely VAT. A gr:Offering may be linked to multiple payment charge specifications that specify alternative charges for various payment methods. Examples: Payment by VISA or Mastercard costs a fee of 3 Euros including VAT, payment by bank transfer in advance is free of charge. The total amount of this surcharge is specified as a float value of the gr:hasCurrencyValue property. The currency is specified via the gr:hasCurrency datatype property. Whether the price includes VAT or not is indicated by the gr:valueAddedTaxIncluded datatype property. The gr:PaymentMethod to which this charge applies is specified using the gr:appliesToPaymentMethod object property. If the price can only be given as a range, use gr:hasMaxCurrencyValue and gr:hasMinCurrencyValue for the upper and lower bounds. Important: When querying for the price, always use gr:hasMaxCurrencyValue and gr:hasMinCurrencyValue."""@en ; rdfs:isDefinedBy ; rdfs:subClassOf gr:PriceSpecification ; owl:disjointWith gr:DeliveryChargeSpecification, gr:UnitPriceSpecification . gr:PriceSpecification a owl:Class ; rdfs:label "Price specification"@en . gr:UnitPriceSpecification a owl:Class ; rdfs:label "Unit price specification"@en . [] a ov:RequestedDocument ; dcterms:source .