@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbnary:	<http://kaiko.getalp.org/dbnary#> .
@prefix qb:	<http://purl.org/linked-data/cube#> .
dbnary:wiktionaryDumpVersion	rdf:type	qb:DimensionProperty .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbnary:wiktionaryDumpVersion	rdf:type	owl:DatatypeProperty ,
		owl:NamedIndividual .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbnary:wiktionaryDumpVersion	rdfs:label	"Wiktionary Dump Version"@en .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dbnary:wiktionaryDumpVersion	rdfs:range	xsd:string ;
	rdfs:comment	"version number of the wiktionary dump from which the lexical data is extracted."@en .