@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:ENG00638_1.1.1.2.d cp:dependentVariable ;
cp:eSEstimate "-9.08429E-1"^^xsd:double;
cp:effectSizeSampleSize "8.1E1"^^xsd:double;
cp:effectSizeVariance "5.44843E-2"^^xsd:double;
cp:has-stderr "2.59354E-2"^^xsd:double;
cp:independentVariable "https://data.cooperationdatabank.org/vocab/prop/leadershipRole" .
}
sub:provenance {
sub:assertion dcterms:creator "David de Cremer", "Eric van Dijk";
dcterms:date "2005-01-01"^^xsd:gYear;
prov:wasDerivedFrom cr:ENG00638_1;
cp:doi ;
cp:numberOfObservations "81"^^xsd:int;
cp:overallMeanContributions "7.034E2"^^xsd:double;
cp:overallMeanWithdrawal "1.966E2"^^xsd:double;
cp:overallN "81"^^xsd:int;
cp:overallPercentageEndowmentContributed "7.81556E-1"^^xsd:double;
cp:overallStandardDeviation "1.777E1"^^xsd:double;
cp:publicationStatus ;
cp:studyDilemmaType ;
cp:studyExperimentalSetting ;
cp:studyGameIncentive ;
cp:studyGroupSize "5"^^xsd:int;
cp:studyMatchingProtocol ;
cp:studyNumberOfChoices "901"^^xsd:int;
cp:studyOneShot ;
cp:yearOfDataCollection "2004"^^xsd:int .
rdfs:label "Published Article" .
rdfs:label "Resource Dilemma" .
rdfs:label "Lab" .
rdfs:label "Hypothetical" .
rdfs:label "Stranger" .
rdfs:label "One-shot" .
}
sub:pubinfo {
this: pav:createdBy ;
pav:createdOn "2020-12-17T00:41:33.869Z"^^xsd:dateTime;
pav:createdWith ;
pav:importedBy ;
pav:importedFrom ;
pav:importedOn "2020-12-01T00:00:00.000Z"^^xsd:dateTime;
pav:license .
}