diff --git a/utilities/acceptance-tests/suites/MultiLabels/TestMultipleLabels.n3 b/utilities/acceptance-tests/suites/MultiLabels/TestMultipleLabels.n3
new file mode 100644
index 00000000..3a7631a8
--- /dev/null
+++ b/utilities/acceptance-tests/suites/MultiLabels/TestMultipleLabels.n3
@@ -0,0 +1,52 @@
+@prefix foaf: .
+@prefix vcard: .
+@prefix obo: .
+@prefix rdfs: .
+@prefix vitro: .
+@prefix xsd: .
+@prefix owl: .
+@prefix vivo: .
+
+
+ a foaf:Person ,
+ vivo:FacultyMember ,
+ foaf:Agent ,
+ owl:Thing ,
+ obo:BFO_0000002 ,
+ obo:BFO_0000001 ,
+ obo:BFO_0000004 ;
+ rdfs:label "Furter, Frank "^^xsd:string ;
+ rdfs:label "Test Label 1 "^^xsd:string ;
+ rdfs:label "Test Label 2 "^^xsd:string ;
+ obo:ARG_2000028 ;
+ vitro:mostSpecificType vivo:FacultyMember .
+
+
+ a obo:BFO_0000031 ,
+ vcard:Kind ,
+ obo:ARG_2000379 ,
+ owl:Thing ,
+ obo:IAO_0000030 ,
+ obo:BFO_0000002 ,
+ obo:BFO_0000001 ,
+ vcard:Individual ;
+ obo:ARG_2000029 ;
+ vitro:mostSpecificType vcard:Individual ;
+ vcard:hasName .
+
+
+ a vcard:Name ,
+ vcard:Geographical ,
+ vcard:TimeZone ,
+ owl:Thing ,
+ vcard:Organizational ,
+ vcard:Geo ,
+ vcard:Communication ,
+ vcard:Explanatory ,
+ vcard:Identification ,
+ vcard:Security ,
+ vcard:Addressing ,
+ vcard:Calendar ;
+ vitro:mostSpecificType vcard:Name ;
+ vcard:familyName "Furter"^^xsd:string ;
+ vcard:givenName "Frank"^^xsd:string .