@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:ENG01339_1.1.2.3.d cp:dependentVariable ;
cp:eSEstimate "6.11028E-1"^^xsd:double;
cp:effectSizeSampleSize "5.2E1"^^xsd:double;
cp:effectSizeVariance "8.0513E-2"^^xsd:double;
cp:has-stderr "3.93488E-2"^^xsd:double;
cp:independentVariable "https://data.cooperationdatabank.org/vocab/prop/anchor" .
}
sub:provenance {
sub:assertion dcterms:creator "Joachim Kimmerle", "Ulrike Cress";
dcterms:date "2013-01-01:00"^^xsd:gYearMonth;
prov:wasDerivedFrom cr:ENG01339_1;
cp:doi ;
cp:maleProportion "4.26667E-1"^^xsd:double;
cp:meanAge "2.723E1"^^xsd:double;
cp:numberOfObservations "75"^^xsd:int;
cp:overallMeanContributions "3.698E0"^^xsd:double;
cp:overallN "75"^^xsd:int;
cp:overallPercentageEndowmentContributed "4.10889E-1"^^xsd:double;
cp:overallStandardDeviation "2.6E0"^^xsd:double;
cp:publicationStatus ;
cp:studyDilemmaType ;
cp:studyExperimentalSetting ;
cp:studyGameIncentive ;
cp:studyGroupSize "6"^^xsd:int;
cp:studyMatchingProtocol ;
cp:studyNumberOfChoices "10"^^xsd:int;
cp:studyOneShot ;
cp:yearOfDataCollection "2013"^^xsd:int .
rdfs:label "Published Article" .
rdfs:label "Public Goods Game" .
rdfs:label "Online" .
rdfs:label "Monetary lottery" .
rdfs:label "Partner" .
rdfs:label "Repeated" .
}
sub:pubinfo {
this: pav:createdBy ;
pav:createdOn "2020-12-17T00:00:25.238Z"^^xsd:dateTime;
pav:createdWith ;
pav:importedBy ;
pav:importedFrom ;
pav:importedOn "2020-12-01T00:00:00.000Z"^^xsd:dateTime;
pav:license .
}