@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:ENG01341_1.1.1.3.d cp:dependentVariable ;
cp:eSEstimate "7.17308E-1"^^xsd:double;
cp:effectSizeSampleSize "1.04E2"^^xsd:double;
cp:effectSizeVariance "4.09495E-2"^^xsd:double;
cp:has-stderr "1.9843E-2"^^xsd:double;
cp:independentVariable "https://data.cooperationdatabank.org/vocab/prop/anchor" .
}
sub:provenance {
sub:assertion dcterms:creator "Halszka Jarodzka", "Joachim Kimmerle", "Katrin Wodzicki",
"Ulrike Cress";
dcterms:date "2011-01-01"^^xsd:gYear;
prov:wasDerivedFrom cr:ENG01341_1;
cp:doi ;
cp:maleProportion "3.16129E-1"^^xsd:double;
cp:meanAge "2.612E1"^^xsd:double;
cp:numberOfObservations "158"^^xsd:int;
cp:overallMeanContributions "4.11E0"^^xsd:double;
cp:overallN "158"^^xsd:int;
cp:overallPercentageEndowmentContributed "4.56667E-1"^^xsd:double;
cp:overallStandardDeviation "2.29E0"^^xsd:double;
cp:publicationStatus ;
cp:studyDilemmaType ;
cp:studyExperimentalSetting ;
cp:studyGameIncentive ;
cp:studyGroupSize "6"^^xsd:int;
cp:studyKindex "2.0E-1"^^xsd:double;
cp:studyMatchingProtocol ;
cp:studyNumberOfChoices "10"^^xsd:int;
cp:studyOneShot ;
cp:yearOfDataCollection "2010"^^xsd:int .
rdfs:label "Published Article" .
rdfs:label "Prisoner's Dilemma Game" .
rdfs:label "Online" .
rdfs:label "Non-monetary lottery" .
rdfs:label "Partner" .
rdfs:label "Repeated" .
}
sub:pubinfo {
this: pav:createdBy ;
pav:createdOn "2020-12-17T00:00:27.195Z"^^xsd:dateTime;
pav:createdWith ;
pav:importedBy ;
pav:importedFrom ;
pav:importedOn "2020-12-01T00:00:00.000Z"^^xsd:dateTime;
pav:license .
}