@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:	<http://schema.org/> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
schema:PaymentMethod	rdf:type	rdfs:Class ;
	rdfs:subClassOf	schema:Enumeration ;
	rdfs:label	"PaymentMethod" ;
	rdfs:comment	"A payment method is a standardized procedure for transferring the monetary amount for a purchase. Payment methods are characterized by the legal and technical structures used, and by the organization or group carrying out the transaction.\n\n    Commonly used values:\n\n    http://purl.org/goodrelations/v1#ByBankTransferInAdvance\n    http://purl.org/goodrelations/v1#ByInvoice\n    http://purl.org/goodrelations/v1#Cash\n    http://purl.org/goodrelations/v1#CheckInAdvance\n    http://purl.org/goodrelations/v1#COD\n    http://purl.org/goodrelations/v1#DirectDebit\n    http://purl.org/goodrelations/v1#GoogleCheckout\n    http://purl.org/goodrelations/v1#PayPal\n    http://purl.org/goodrelations/v1#PaySwarm\n        " .
@prefix dcterms:	<http://purl.org/dc/terms/> .
@prefix ns4:	<http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#> .
schema:PaymentMethod	dcterms:source	ns4:source_GoodRelationsClass .