@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:ENG02321_1.1.1.2.d cp:dependentVariable ;
cp:eSEstimate "-2.21566E-1"^^xsd:double;
cp:effectSizeSampleSize "1.5E2"^^xsd:double;
cp:effectSizeVariance "2.69494E-2"^^xsd:double;
cp:has-stderr "1.34038E-2"^^xsd:double;
cp:independentVariable "https://data.cooperationdatabank.org/vocab/prop/gender" .
}
sub:provenance {
sub:assertion dcterms:creator "Jeffrey J McNally", "Michele K Surbey";
dcterms:date "1997-11-01:00"^^xsd:gYearMonth;
prov:wasDerivedFrom cr:ENG02321_1;
cp:doi ;
cp:higherInclusive "2.6E1"^^xsd:double;
cp:lowerInclusive "1.7E1"^^xsd:double;
cp:maleProportion "4.66667E-1"^^xsd:double;
cp:meanAge "1.94E1"^^xsd:double;
cp:numberOfObservations "150"^^xsd:int;
cp:overallMeanContributions "4.803E0"^^xsd:double;
cp:overallN "150"^^xsd:int;
cp:overallPercentageEndowmentContributed "7.606E-1"^^xsd:double;
cp:overallStandardDeviation "1.083E0"^^xsd:double;
cp:publicationStatus ;
cp:studyDilemmaType ;
cp:studyExperimentalSetting ;
cp:studyGameIncentive ;
cp:studyGroupSize "2"^^xsd:int;
cp:studyMatchingProtocol ;
cp:studyNumberOfChoices "6"^^xsd:int;
cp:studyOneShot ;
cp:yearOfDataCollection "1996"^^xsd:int .
rdfs:label "Published Article" .
rdfs:label "Prisoner's Dilemma Game" .
rdfs:label "Field" .
rdfs:label "Hypothetical" .
rdfs:label "Stranger" .
rdfs:label "One-shot" .
}
sub:pubinfo {
this: pav:createdBy ;
pav:createdOn "2020-12-17T00:27:41.748Z"^^xsd:dateTime;
pav:createdWith ;
pav:importedBy ;
pav:importedFrom ;
pav:importedOn "2020-12-01T00:00:00.000Z"^^xsd:dateTime;
pav:license .
}