sub:assertion {
ns1:KeyEvent ns1:hasAuthor ns1:Author ;
ns1:hasComponents ns1:Components ;
ns1:hasFormData """{
\"ID\": \"2020\",
\"objectID\": \"cf4e968b-6b9c-4292-82ff-82bef8d3a299\",
\"Components\": [
{}
],
\"Overview\": {
\"IncludedInAOP\": [
{}
],
\"TaxonomicApplicability\": [
{}
],
\"LifeStages\": [
{}
],
\"SexApplicability\": [
{}
]
},
\"References\": [
{}
],
\"Title\": \"great war\",
\"ShortName\": \"ww\",
\"Author\": [
null
],
\"Summary\": {
\"Events\": [
{}
],
\"Relationships\": [
{}
],
\"PrototypicalStressors\": [
{}
],
\"LifeStageApplicability\": [
{}
],
\"TaxonomicApplicability\": [
{}
],
\"SexApplicability\": [
{}
]
}
}""" ;
ns1:hasID "2020" ;
ns1:hasOverview ns1:Overview ;
ns1:hasReferences ns1:References ;
ns1:hasShortName "ww" ;
ns1:hasSummary ns1:Summary ;
ns1:hasTitle "great war" .
ns1:Overview ns1:hasIncludedInAOP ns1:IncludedInAOP ;
ns1:hasLifeStages ns1:LifeStages ;
ns1:hasSexApplicability ns1:SexApplicability ;
ns1:hasTaxonomicApplicability ns1:TaxonomicApplicability .
ns1:Summary ns1:hasEvents ns1:Events ;
ns1:hasLifeStageApplicability ns1:LifeStageApplicability ;
ns1:hasPrototypicalStressors ns1:PrototypicalStressors ;
ns1:hasRelationships ns1:Relationships ;
ns1:hasSexApplicability ns1:SexApplicability ;
ns1:hasTaxonomicApplicability ns1:TaxonomicApplicability .
}