@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://dbkwik.webdatacommons.org/ontology/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns1:abstract	rdf:type	owl:DatatypeProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:abstract	rdfs:label	"abstract" ;
	rdfs:domain	owl:Class .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
ns1:abstract	rdfs:range	xsd:string ;
	rdfs:comment	"The abstract of the wikipage." .
@prefix ns5:	<http://open.vocab.org/terms/> .
ns1:	ns5:defines	ns1:abstract .