we have different Types of articles
so i just used my improvisation to solve it .
Type of the Document: Journal Article , Collection Article , Book
i made a get request to see if there is any other possibilities
and it appear that there is various kinds of articles
serial , jorunal , article etc ....
so my solution was to have many cased in the xslt
if there is any document_type with the word article then it should take
the journal article as property
if there is Book then take the Book
otherwise it should take the type Other.
TODOS:
adding the resourceType element with its subproperty
this adjustment is to enrich the metadata and also to validate it.
Issue description:
we have different Types of articles so i just used my improvisation to solve it . Type of the Document: Journal Article , Collection Article , Book
i made a get request to see if there is any other possibilities and it appear that there is various kinds of articles serial , jorunal , article etc .... so my solution was to have many cased in the xslt if there is any document_type with the word article then it should take the journal article as property if there is Book then take the Book otherwise it should take the type Other.
TODOS:
adding the resourceType element with its subproperty
this adjustment is to enrich the metadata and also to validate it.