@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbr:	<http://dbpedia.org/resource/> .
@prefix ns2:	<http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#> .
dbr:Billy_Pirie__CareerStation__7	rdf:type	ns2:TimeInterval .
@prefix dbo:	<http://dbpedia.org/ontology/> .
dbr:Billy_Pirie__CareerStation__7	rdf:type	dbo:TimePeriod ,
		dbo:CareerStation .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbr:Billy_Pirie__CareerStation__7	owl:sameAs	dbr:Billy_Pirie__CareerStation__7 .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dbr:Billy_Pirie__CareerStation__7	dbo:years	"1976"^^xsd:gYear ;
	dbo:team	<http://dbpedia.org/resource/Dundee_F.C.> ;
	dbo:numberOfMatches	112 ;
	dbo:numberOfGoals	93 .
dbr:Billy_Pirie	dbo:careerStation	dbr:Billy_Pirie__CareerStation__7 .