@prefix this: <https://w3id.org/fair/matrix_declarations/np/DataRepositoryQuestion/RABznxJo33BgucrKiakd0GBiWvRpMg8oJfonCv_w3P-yo> .
@prefix sub: <https://w3id.org/fair/matrix_declarations/np/DataRepositoryQuestion/RABznxJo33BgucrKiakd0GBiWvRpMg8oJfonCv_w3P-yo#> .
@prefix latest: <https://w3id.org/fair/matrix_declarations/latest/DataRepositoryQuestion> .
@prefix md: <https://w3id.org/fair/matrix_declarations/terms/> .
@prefix icc: <https://w3id.org/fair/icc/terms/> .
@prefix fair: <https://w3id.org/fair/principles/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix pav: <http://purl.org/pav/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix orcid: <https://orcid.org/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  md:DataRepositoryQuestion a icc:Choice ;
    rdfs:comment "In the case that you are a researcher heavily creating data and depositing it in a repository, please, indicate the repositories you are using and which you will subsequently describe. If you are a repository manager describe your repository. Local as well domain or central repositories are in use, often these are just local servers with discs that are managed by a data manager. Please, also specify a PID that points to that repository. F4 applies: (Meta)data are registered or indexed in a searchable resource. Examples for repositories are: local (can be many), domain (can be many), generic (B2SAFE, B2SHARE, B2DROP, ZENODO, GITHUB, Dropbox, FIGSHARE, etc.)"@en ;
    rdfs:isDefinedBy latest: ;
    rdfs:label "Which repositories do you use for data?"@en ;
    icc:refers-to-principle fair:F4 .
}
sub:provenance {
  sub:assertion pav:authoredBy orcid:0000-0001-8888-635X , orcid:0000-0002-4182-7560 , orcid:0000-0003-2195-3997 , orcid:0000-0003-3538-0106 , orcid:0000-0003-3934-0072 , orcid:0000-0003-4818-2360 .
}
sub:pubinfo {
  this: dct:created "2019-09-20T11:43:15.275+02:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 , orcid:0000-0002-4182-7560 ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> .
}