@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:kingdom	rdf:type	owl:ObjectProperty ,
		rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns4:	<http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#> .
dbo:kingdom	rdfs:subPropertyOf	ns4:specializes .
@prefix wikidata:	<http://www.wikidata.org/entity/> .
dbo:kingdom	owl:equivalentProperty	wikidata:P75 ;
	rdfs:domain	dbo:Species ;
	rdfs:comment	"In biology, kingdom (Latin: regnum, pl. regna) is a taxonomic rank, which is either the highest rank or in the more recent three-domain system, the rank below domain."@en ,
		"Le r\u00E8gne (du latin \u00AB regnum \u00BB) est, dans les taxinomies classiques, le plus haut niveau de classification des \u00EAtres vivants, en raison de leurs caract\u00E8res communs."@fr ;
	owl:sameAs	dbo:kingdom ;
	rdfs:label	"\u754C_(\u5206\u985E\u5B66)"@ja ,
		"kingdom"@en ,
		"r\u00E8gne (biologie)"@fr ,
		"rijk"@nl ,
		"\u03B2\u03B1\u03C3\u03AF\u03BB\u03B5\u03B9\u03BF"@el ,
		"reich"@de ,
		"regno"@it .
@prefix prov:	<http://www.w3.org/ns/prov#> .
@prefix ns7:	<http://mappings.dbpedia.org/index.php/OntologyProperty:> .
dbo:kingdom	prov:wasDerivedFrom	ns7:kingdom .