@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:Verve_Records____1	rdf:type	ns2:SocialPerson .
@prefix dbo:	<http://dbpedia.org/ontology/> .
dbr:Verve_Records____1	rdf:type	dbo:Company ,
		ns2:Agent .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbr:Verve_Records____1	rdf:type	owl:Thing .
@prefix schema:	<http://schema.org/> .
dbr:Verve_Records____1	rdf:type	schema:Organization .
@prefix wikidata:	<http://www.wikidata.org/entity/> .
dbr:Verve_Records____1	rdf:type	wikidata:Q24229398 ,
		dbo:Agent ,
		wikidata:Q18127 ,
		wikidata:Q4830453 ,
		dbo:Organisation ,
		wikidata:Q43229 ,
		dbo:RecordLabel ;
	owl:sameAs	dbr:Verve_Records____1 .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
dbr:Verve_Records____1	foaf:homepage	<https://www.ververecords.com/> .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dbr:Verve_Records____1	dbo:foundingYear	"1956"^^xsd:gYear ;
	dbo:foundedBy	dbr:Norman_Granz ;
	dbo:distributingCompany	dbr:Verve_Records ;
	dbo:distributingLabel	dbr:Verve_Records ;
	dbo:location	dbr:New_York_City ;
	dbo:genre	dbr:Jazz ;
	dbo:parentCompany	dbr:Verve_Records ,
		dbr:Universal_Music_Group .