@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbr:	<http://dbpedia.org/resource/> .
@prefix dbo:	<http://dbpedia.org/ontology/> .
dbr:Chatichai_Choonhavan__MilitaryService__1	rdf:type	dbo:MilitaryService ,
		dbo:TimePeriod ,
		dbo:CareerStation .
@prefix ns3:	<http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#> .
dbr:Chatichai_Choonhavan__MilitaryService__1	rdf:type	ns3:TimeInterval .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbr:Chatichai_Choonhavan__MilitaryService__1	owl:sameAs	dbr:Chatichai_Choonhavan__MilitaryService__1 ;
	dbo:battle	dbr:World_War_II ,
		dbr:Burma_campaign ,
		dbr:Korean_War ,
		dbr:Franco-Thai_War .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dbr:Chatichai_Choonhavan__MilitaryService__1	dbo:serviceStartYear	"1940"^^xsd:gYear ;
	dbo:serviceEndYear	"1958"^^xsd:gYear ;
	dbo:country	dbr:Thailand .
dbr:Chatichai_Choonhavan	dbo:militaryService	dbr:Chatichai_Choonhavan__MilitaryService__1 .