﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1606	Identifiers (isbns and such) need work	bdarcus	dstillman	"I'm just noting the following as the content of an ISBN field:

{{{
0202306070 (cloth alk. paper) 0202306089 (pbk. alk. paper)
}}}

When this is exported as RDF, it yields (when converted to turtle):

{{{
    dc:identifier ""ISBN 0202306070 (cloth alk. paper) 0202306089 (pbk. alk. paper)"" ;
}}}

So two obvious things, beyond the more general point that this is really not helpful. First, please allow multiple ISBN fields (or we can talk about alternative ways to model this using FRBR). Second, please clean the data so it conforms to the datatype. E.g. ultimate output should be:

{{{
    bibo:isbn ""0202306070"" ;
    bibo:isbn ""0202306089"" ;
}}}"	defect	new	major		uncategorized	1.0			ajlyon@…
