@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix latest: .
@prefix md: .
@prefix icc: .
@prefix fair: .
@prefix rdfs: .
@prefix xsd: .
@prefix pav: .
@prefix np: .
@prefix orcid: .
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: dcterms:created "2019-09-20T11:43:15.275+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-1267-0234, orcid:0000-0002-4182-7560;
dcterms:license .
}