@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:ENG01171_1.1.1.2.d cp:dependentVariable ;
cp:eSEstimate "1.09243E-1"^^xsd:double;
cp:effectSizeSampleSize "1.84E2"^^xsd:double;
cp:effectSizeVariance "2.62433E-2"^^xsd:double;
cp:has-stderr "1.19426E-2"^^xsd:double;
cp:independentVariable "https://data.cooperationdatabank.org/vocab/prop/giveTakeFrame" .
}
sub:provenance {
sub:assertion dcterms:creator "Ben Loerakker", "Frans van Winden", "Maximilian Olaf Hoyer",
"Naddge Bault";
dcterms:date "2014-01-01"^^xsd:gYear;
prov:wasDerivedFrom cr:ENG01171_1;
cp:doi ;
cp:maleProportion "4.50758E-1"^^xsd:double;
cp:meanAge "2.1814E1"^^xsd:double;
cp:numberOfObservations "264"^^xsd:int;
cp:overallMeanContributions "2.10068E0"^^xsd:double;
cp:overallN "264"^^xsd:int;
cp:overallPercentageEndowmentContributed "3.00097E-1"^^xsd:double;
cp:overallStandardDeviation "2.3301E0"^^xsd:double;
cp:publicationStatus ;
cp:studyDilemmaType ;
cp:studyExperimentalSetting ;
cp:studyGameIncentive ;
cp:studyGroupSize "2"^^xsd:int;
cp:studyMatchingProtocol ;
cp:studyNumberOfChoices "8"^^xsd:int;
cp:studyOneShot ;
cp:yearOfDataCollection "2012"^^xsd:int, "2013"^^xsd:int .
rdfs:label "Published Article" .
rdfs:label "Public Goods Game" .
rdfs:label "Lab" .
rdfs:label "Monetary" .
rdfs:label "Partner" .
rdfs:label "Repeated" .
}
sub:pubinfo {
this: pav:createdBy ;
pav:createdOn "2020-12-16T23:55:51.975Z"^^xsd:dateTime;
pav:createdWith ;
pav:importedBy ;
pav:importedFrom ;
pav:importedOn "2020-12-01T00:00:00.000Z"^^xsd:dateTime;
pav:license .
}