{
	"@context": {
		"@base": "https://wandystan.eu/statistics/",
		"@vocab": "http://purl.org/linked-data/cube#",
		"dcterms": "http://purl.org/dc/terms/",
		"foaf": "http://xmlns.com/foaf/0.1/",
		"prop": "https://wandystan.eu/statistics/property/",
		"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
		"time": "http://www.w3.org/2006/time#",
		"xsd": "http://www.w3.org/2001/XMLSchema#",

		"Agent": "foaf:Agent",
		"Instant": "time:Instant",
		"Interval": "time:Interval",
		"comment": {
			"@id": "rdfs:comment",
			"@container": "@language"
		},
		"componentAttachment": {
			"@type": "@vocab"
		},
		"componentProperty": {
			"@type": "@vocab"
		},
		"dataset": {
			"@id": "dataSet",
			"@type": "@id"
		},
		"date": {
			"@id": "prop:date",
			"@type": "xsd:date"
		},
		"description": {
			"@id": "dcterms:description",
			"@container": "@language"
		},
		"dimension": {
			"@type": "@id"
		},
		"hasBeginning": {
			"@id": "time:hasBeginning",
			"@type": "@id"
		},
		"hasEnd": {
			"@id": "time:hasEnd",
			"@type": "@id"
		},
		"issued": {
			"@id": "dcterms:issued",
			"@type": "xsd:date"
		},
		"key": {
			"@id": "sliceStructure",
			"@type": "@id"
		},
		"label": {
			"@id": "rdfs:label",
			"@container": "@language"
		},
		"measure": {
			"@type": "@id"
		},
		"name": "foaf:name",
		"name_fnv1a32sum": {
			"@id": "prop:name_fnv1a32sum",
			"@type": "xsd:hexBinary"
		},
		"observations": "observation",
		"period": {
			"@id": "prop:period",
			"@type": "prop:ISO8601-1"
		},
		"posts": {
			"@id": "prop:posts",
			"@type": "xsd:nonNegativeInteger"
		},
		"publisher": {
			"@id": "dcterms:publisher",
			"@type": "@id"
		},
		"sender": "prop:sender",
		"sliceKey": {
			"@type": "@id"
		},
		"slices": {
			"@id": "slice",
			"@type": "@id"
		},
		"structure": {
			"@id": "structure",
			"@type": "@id"
		},
		"subject": {
			"@id": "dcterms:subject",
			"@type": "@id"
		},
		"timestamp": {
			"@id": "time:inXSDDateTimeStamp",
			"@type": "xsd:dateTimeStamp"
		},
		"title": {
			"@id": "dcterms:title",
			"@container": "@language"
		}
	}
}
