@prefix this: <https://data.cooperationdatabank.org/coda/nanopub/nano1#RA2wXnlhjhMKIV3a7tKZYu8PqNKkphmLgcQazTBAT2wII> .
@prefix sub: <https://data.cooperationdatabank.org/coda/nanopub/nano1#RA2wXnlhjhMKIV3a7tKZYu8PqNKkphmLgcQazTBAT2wII.> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pav: <http://purl.org/pav/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix cp: <https://data.cooperationdatabank.org/vocab/prop/> .
@prefix cr: <https://data.cooperationdatabank.org/id/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  cr:ENG01890_1.1.1.2.d cp:dependentVariable <https://data.cooperationdatabank.org/id/dependentvariable/withdrawals> ;
    cp:eSEstimate 2.96494E-1 ;
    cp:effectSizeSampleSize 1.23E2 ;
    cp:effectSizeVariance 3.38541E-2 ;
    cp:has-stderr 1.65903E-2 ;
    cp:independentVariable "https://data.cooperationdatabank.org/vocab/prop/groupSize" , "https://data.cooperationdatabank.org/vocab/prop/groupSizeLevel" , "https://data.cooperationdatabank.org/vocab/prop/numberOfDecisionMakers" .
}
sub:provenance {
  sub:assertion prov:wasDerivedFrom cr:ENG01890_1 ;
    cp:doi <http://dx.doi.org/10.1177/0093650205283102> ;
    cp:maleProportion 3.25203E-1 ;
    cp:numberOfObservations "123"^^xsd:int ;
    cp:overallN "123"^^xsd:int ;
    cp:overallPercentageEndowmentContributed 7.13E-1 ;
    cp:publicationStatus <https://data.cooperationdatabank.org/id/publicationstatus/1> ;
    cp:replenishmentRate 1.2E0 ;
    cp:studyDilemmaType <https://data.cooperationdatabank.org/id/studydilemmatype/3> ;
    cp:studyExperimentalSetting <https://data.cooperationdatabank.org/id/studyexperimentalsetting/3> ;
    cp:studyGameIncentive <https://data.cooperationdatabank.org/id/studygameincentive/1> ;
    cp:studyGroupSize "3"^^xsd:int , "4"^^xsd:int ;
    cp:studyMatchingProtocol <https://data.cooperationdatabank.org/id/studymatchingprotocol/2> ;
    cp:studyNumberOfChoices "26"^^xsd:int ;
    cp:studyOneShot <https://data.cooperationdatabank.org/id/studyoneshot/0> ;
    cp:yearOfDataCollection "2003"^^xsd:int .
  <https://data.cooperationdatabank.org/id/publicationstatus/1> rdfs:label "Published Article" .
  <https://data.cooperationdatabank.org/id/studydilemmatype/3> rdfs:label "Resource Dilemma" .
  <https://data.cooperationdatabank.org/id/studyexperimentalsetting/3> rdfs:label "Class" .
  <https://data.cooperationdatabank.org/id/studygameincentive/1> rdfs:label "Monetary" .
  <https://data.cooperationdatabank.org/id/studymatchingprotocol/2> rdfs:label "Partner" .
  <https://data.cooperationdatabank.org/id/studyoneshot/0> rdfs:label "Repeated" .
}
sub:pubinfo {
  this: pav:createdBy <http://orcid.org/0000-0002-1144-6265> ;
    pav:createdOn "2020-12-16T23:19:17.377Z"^^xsd:dateTime ;
    pav:createdWith <https://github.com/ImranAsif48/CodaToNanopub> ;
    pav:importedBy <http://orcid.org/0000-0002-1144-6265> ;
    pav:importedFrom <https://data.cooperationdatabank.org/coda/databank/download.trig.gz> ;
    pav:importedOn "2020-12-01T00:00:00.000Z"^^xsd:dateTime ;
    pav:license <https://creativecommons.org/licenses/by-sa/3.0/> .
}