@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix rdfs: .
@prefix prov: .
@prefix pav: .
@prefix np: .
@prefix xsd: .
@prefix cp: .
@prefix cr: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
cr:ENG01927_1.2.3.4.d cp:dependentVariable ;
cp:eSEstimate "-1.77723E-1"^^xsd:double;
cp:effectSizeSampleSize "7.2E1"^^xsd:double;
cp:effectSizeVariance "5.57749E-2"^^xsd:double;
cp:has-stderr "2.78326E-2"^^xsd:double;
cp:independentVariable "https://data.cooperationdatabank.org/vocab/prop/emotion" .
}
sub:provenance {
sub:assertion dcterms:creator "Evan Polman", "Sharon H. Kim";
dcterms:date "2013-08-29"^^xsd:date;
prov:wasDerivedFrom cr:ENG01927_1;
cp:doi ;
cp:maleProportion "5.37931E-1"^^xsd:double;
cp:numberOfObservations "145"^^xsd:int;
cp:overallMeanContributions "1.44516E2"^^xsd:double;
cp:overallN "145"^^xsd:int;
cp:overallPercentageEndowmentContributed "4.8172E-1"^^xsd:double;
cp:overallStandardDeviation "7.7554E1"^^xsd:double;
cp:publicationStatus ;
cp:studyDilemmaType ;
cp:studyExperimentalSetting ;
cp:studyGroupSize "4"^^xsd:int;
cp:studyMPCR "5.0E-1"^^xsd:double;
cp:studyMatchingProtocol ;
cp:studyNumberOfChoices "301"^^xsd:int;
cp:studyOneShot ;
cp:yearOfDataCollection "2013"^^xsd:int .
rdfs:label "Published Article" .
rdfs:label "Public Goods Game" .
rdfs:label "Online" .
rdfs:label "Stranger" .
rdfs:label "One-shot" .
}
sub:pubinfo {
this: pav:createdBy ;
pav:createdOn "2020-12-17T00:15:29.421Z"^^xsd:dateTime;
pav:createdWith ;
pav:importedBy ;
pav:importedFrom ;
pav:importedOn "2020-12-01T00:00:00.000Z"^^xsd:dateTime;
pav:license .
}