@prefix this: <https://w3id.org/np/RAgcFAGWX5zXUQy3CuNH5Jl0iwNAsyGqATUhTDqL2rtDA> .
@prefix sub: <https://w3id.org/np/RAgcFAGWX5zXUQy3CuNH5Jl0iwNAsyGqATUhTDqL2rtDA#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:osf a <https://w3id.org/fair/fip/terms/FAIR-Implementation-Community> ;
    rdfs:comment "The Open Science framework or (OSF) is an online platform that enables researchers to transparently plan, collect, analyze, and share their work throughout the entire research life cycle. Each tool available on the OSF is specifically designed to promote the integrity of research while supporting researchers' individual comfort levels related to sharing and collaboration." ;
    rdfs:label "OSF | Open Science Framework" ;
    rdfs:seeAlso <https://osf.io> ;
    <https://w3id.org/gff/fip/terms/has-maturity-level> <https://w3id.org/gff/fip/terms/Mature-community> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-6155-6104 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDU5ITnlc9RmUDLhkh64hYHCEn2qJEFcEAy0sacXHcWrlD+5ABoHryt2PoxSH1VTwALcJvIokCGoWMouHI/d5fL/0v1w0qAqhtFdMAVtpTPzBsqh4uFecucaQ49bRM2173rn2MfVjvG/3I5R7kwIJbu5bFpdUXx7yozenBFbEVRrwIDAQAB" ;
    npx:hasSignature "uEeOcrpa1brt4cXjpiguliMNr9AhipnRhiOHqE+sD2ILhrP+ndh7c5mhrEISPKyegCXHcup0MGCJJ9NfCzoevUOc5BMKJ7T9ixfHBti7bYnO5x6lm7NKQmY4GoytKXUTnLC18IOlAbF35q00NYBUBE9EshoGmXhhAxwXZ7kWmuU=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-11-15T19:12:33.595Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-6155-6104 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:osf ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90> ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAtAx5OhfRQNznws9oehBtCebM-6o1PigKdfnkjc4yYow> .
}