@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbr:	<http://dbpedia.org/resource/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbr:The_Chiffons__The_Chiffons__1	rdf:type	owl:Thing .
@prefix schema:	<http://schema.org/> .
dbr:The_Chiffons__The_Chiffons__1	rdf:type	schema:MusicGroup .
@prefix ns4:	<http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#> .
dbr:The_Chiffons__The_Chiffons__1	rdf:type	ns4:Agent ,
		ns4:SocialPerson .
@prefix wikidata:	<http://www.wikidata.org/entity/> .
dbr:The_Chiffons__The_Chiffons__1	rdf:type	wikidata:Q215380 ,
		schema:Organization ,
		wikidata:Q43229 .
@prefix dbo:	<http://dbpedia.org/ontology/> .
dbr:The_Chiffons__The_Chiffons__1	rdf:type	dbo:Organisation ,
		dbo:Agent ,
		dbo:Group ,
		dbo:Band ,
		wikidata:Q24229398 ;
	owl:sameAs	dbr:The_Chiffons__The_Chiffons__1 .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
dbr:The_Chiffons__The_Chiffons__1	foaf:name	"The Chiffons"@en .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dbr:The_Chiffons__The_Chiffons__1	dbo:activeYearsStartYear	"1960"^^xsd:gYear ;
	dbo:recordLabel	dbr:Laurie_Records ;
	dbo:hometown	dbr:The_Bronx ,
		dbr:United_States ,
		dbr:New_York_City ;
	dbo:genre	dbr:Pop_music ;
	dbo:alias	"The Four Pennies"@en ;
	dbo:bandMember	dbr:Judy_Craig .