sub:assertion {
ns1:AOP ns1:hasAbstract "sjdfjsdfjslsfd" ;
ns1:hasAuthor "xyz" ;
ns1:hasDevelopmentStrategy ns1:DevelopmentStrategy ;
ns1:hasFormData """{
\"ID\": \"32\",
\"objectID\": \"c2e78f95-ef36-47b3-8249-f565eb08c158\",
\"Author\": [
\"xyz\"
],
\"Summary\": {
\"Events\": [
{}
],
\"Relationships\": [
{}
],
\"PrototypicalStressors\": [
{}
],
\"LifeStageApplicability\": [
{}
],
\"TaxonomicApplicability\": [
{}
],
\"SexApplicability\": [
{}
]
},
\"References\": [
{}
],
\"Title\": \"Androgen receptor \",
\"ShortName\": \"testing\",
\"Abstract\": \"sjdfjsdfjslsfd\",
\"DevelopmentStrategy\": {
\"Context\": \"sdfsfsdf\",
\"Strategy\": \"fdfsfsfs\"
}
}""" ;
ns1:hasID "32" ;
ns1:hasReferences ns1:References ;
ns1:hasShortName "testing" ;
ns1:hasSummary ns1:Summary ;
ns1:hasTitle "Androgen receptor " .
ns1:DevelopmentStrategy ns1:hasContext "sdfsfsdf" ;
ns1:hasStrategy "fdfsfsfs" .
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 .
}