{
	"@context": [
		"http://www.w3.org/ns/odrl.jsonld",
		"http://www.w3.org/2006/vcard/ns",
		{
			"tdm": "http://www.w3.org/ns/tdmrep/",
			"stm": "http://www.stm-assoc.org/standards/ns/tdmrep/",
			"odrl:leftOperand": {"@type": "@id"},
			"odrl:rightOperand": {"@type": "@id"},
			"vcard:hasTelephone": {"@type": "@id"},
			"vcard:hasEmail": {"@type": "@id"}
		}
	],
	"uid": "https://www.springernature.com/policies/tdm/tdmrep-policy/1",
	"@type": "Offer",
	"profile": "http://www.w3.org/ns/tdmrep",
	"assigner": {
		"uid": "https://springernature.com",
		"vcard:fn": "Springer Nature KgaA",
		"vcard:nickname": "Springer Nature",
		"vcard:hasEmail": "mailto:Datasolutions@springernature.com",
		"vcard:hasAddress": {
			"vcard:street-address": "Heidelberger Platz 3",
			"vcard:postal-code": "14197",
			"vcard:locality": "Berlin",
			"vcard:country-name": "Germany"
		},
		"vcard:hasTelephone": "tel:+1 800 777 4643",
		"vcard:hasURL": "https://dev.springernature.com/tdm-reservation-policy/"
	},
	"permission": [
		{
			"target": "https://www.springernature.com#all-content",
			"action": "tdm:mine",
			"constraint": [
				{
					"odrl:leftOperand": "purpose",
					"operator": "eq",
					"odrl:rightOperand": "stm:eu-dsm-article3"
				}
			],
			"duty": [
				{
					"action": "obtainConsent"
				}
			]
		},
		{
			"target": "https://www.springernature.com#all-content",
			"action": "tdm:mine",
			"constraint": [
				{
					"odrl:leftOperand": "purpose",
					"operator": "neq",
					"odrl:rightOperand": "stm:eu-dsm-article3"
				}
			],
			"duty": [
				{
					"action": "obtainConsent"
				}
			]
		}
	]
}