You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm doing some more testing of defined terms in the ldac comprehensive mode, with linguisticGenre and communicationMode (this is under the Language subtab at the file level).
On the current test, when I add Formulaic as the linguisticGenre and save the crate, the json correctly adds Formulaic as the linguisticGenre, but then lists all of the linguisticGenreTerms following this, instead of only the one that was selected.
{
"@id": "#temp-1",
"@type": "File",
"name": "temp-1",
"communicationMode": [],
"materialType": "",
"linguisticGenre": {
"@id": "ldac:Formulaic"
}
},
{
"@id": "ldac:Dialogue",
"@type": "DefinedTerm",
"description": "An interactive discourse with two or more participants. Examples of dialogues include conversations, interviews, correspondence, consultations, greetings and leave-takings.",
"inDefinedTermSet": {
"@id": "ldac:LinguisticGenreTerms"
},
"name": "Dialogue"
},
{
"@id": "ldac:Drama",
"@type": "DefinedTerm",
"description": "A planned, creative rendition of discourse with two or more participants intended for presentation to an audience.",
"inDefinedTermSet": {
"@id": "ldac:LinguisticGenreTerms"
},
"name": "Drama"
},
{
"@id": "ldac:Lexicon",
"@type": "DefinedTerm",
"description": "The resource includes a systematic listing of lexical items.",
"inDefinedTermSet": {
"@id": "ldac:LinguisticGenreTerms"
},
"name": "Lexicon"
},
{
"@id": "ldac:Informational",
"@type": "DefinedTerm",
"description": "Discourse whose primary purpose is to inform the audience about the natural or social world.",
"inDefinedTermSet": {
"@id": "ldac:LinguisticGenreTerms"
},
"name": "Informational"
},
{
"@id": "ldac:Formulaic",
"@type": "DefinedTerm",
"description": "The resource is a ritually or conventionally structured discourse.",
"inDefinedTermSet": {
"@id": "ldac:LinguisticGenreTerms"
},
"name": "Formulaic"
}
I'm doing some more testing of defined terms in the ldac comprehensive mode, with linguisticGenre and communicationMode (this is under the Language subtab at the file level).
On the current test, when I add Formulaic as the linguisticGenre and save the crate, the json correctly adds Formulaic as the linguisticGenre, but then lists all of the linguisticGenreTerms following this, instead of only the one that was selected.
Full json output included: ro-crate-metadata.json
The text was updated successfully, but these errors were encountered: