@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbo:	<http://dbpedia.org/ontology/> .
dbo:amateurTitle	rdf:type	rdf:Property .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbo:amateurTitle	rdf:type	owl:DatatypeProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbo:amateurTitle	rdfs:label	"amateur title"@en ,
		"\u0430\u043C\u0430\u0442\u0435\u0440\u0441\u043A\u0430 \u0442\u0438\u0442\u0443\u043B\u0430"@sr ,
		"Amateurtitel"@de ;
	rdfs:domain	dbo:Boxer .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dbo:amateurTitle	rdfs:range	xsd:string ;
	rdfs:isDefinedBy	dbo: ;
	owl:sameAs	dbo:amateurTitle .
@prefix prov:	<http://www.w3.org/ns/prov#> .
@prefix ns6:	<http://mappings.dbpedia.org/index.php/OntologyProperty:> .
dbo:amateurTitle	prov:wasDerivedFrom	ns6:amateurTitle .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
dbo:amateurTitle	wdrs:describedby	<http://dbpedia.org/ontology/data/definitions.ttl> .