@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbo:	<http://dbpedia.org/ontology/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbo:result	rdf:type	owl:DatatypeProperty ,
		rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbo:result	rdfs:domain	dbo:MilitaryConflict .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dbo:result	rdfs:range	xsd:string ;
	owl:sameAs	dbo:result ;
	rdfs:label	"result"@en ,
		"\u03B1\u03C0\u03BF\u03C4\u03AD\u03BB\u03B5\u03C3\u03BC\u03B1"@el ,
		"Folge"@de .
@prefix prov:	<http://www.w3.org/ns/prov#> .
@prefix ns6:	<http://mappings.dbpedia.org/index.php/OntologyProperty:> .
dbo:result	prov:wasDerivedFrom	ns6:result .