@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbo:	<http://dbpedia.org/ontology/> .
dbo:opponents	rdf:type	rdf:Property .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbo:opponents	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns4:	<http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#> .
dbo:opponents	rdfs:subPropertyOf	ns4:hasParticipant ;
	rdfs:domain	dbo:MilitaryConflict ;
	rdfs:comment	"\"opponent in a military conflict, an organisation, country, or group of countries. \""@en ;
	owl:sameAs	dbo:opponents ;
	rdfs:label	"opponents"@en ,
		"Gegner"@de .
@prefix prov:	<http://www.w3.org/ns/prov#> .
@prefix ns6:	<http://mappings.dbpedia.org/index.php/OntologyProperty:> .
dbo:opponents	prov:wasDerivedFrom	ns6:opponents .