@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:statisticLabel	rdf:type	owl:ObjectProperty ,
		rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbo:statisticLabel	rdfs:domain	dbo:BaseballPlayer ;
	owl:sameAs	dbo:statisticLabel ;
	rdfs:label	"statistic label"@en .
@prefix prov:	<http://www.w3.org/ns/prov#> .
@prefix ns5:	<http://mappings.dbpedia.org/index.php/OntologyProperty:> .
dbo:statisticLabel	prov:wasDerivedFrom	ns5:statisticLabel .