@prefix dc: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix npx: .
@prefix xsd: .
@prefix skos: .
@prefix rdfs: .
@prefix orcid: .
@prefix fip: .
@prefix latest: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
fip:FIP-Metadata-related-Question rdfs:isDefinedBy latest:;
rdfs:label "FIP Metadata-related Question"@en;
rdfs:subClassOf fip:FIP-Question;
skos:definition "A FIP question that is relevant for metadata (as compared to the data themselves)"@en .
}
sub:provenance {
sub:assertion dc:creator orcid:0000-0001-8888-635X, orcid:0000-0002-1267-0234, orcid:0000-0003-2195-3997 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
npx:hasSignature "ZYbXjg/y0PmF6tUlkeAOu49Q9WlZevYvghr/Dj9+f/riwNgzvRwLYOoFF3snL3BEjwm4gS8X7XQQ3nvNhRsydo/Ua+CLLvGOzb5CN5sy2D0o8EYvHtUwzJClRLLDcQ3bB5ILzeghU6pfSs4TRO3a7IjG6U8XqelkxySrukGpDbo=";
npx:hasSignatureTarget this: .
this: dc:created "2025-01-08T12:09:13.845+01:00"^^xsd:dateTime;
dc:creator orcid:0000-0001-8888-635X, orcid:0000-0002-1267-0234, orcid:0000-0003-2195-3997;
dc:license ;
npx:introduces fip:FIP-Metadata-related-Question;
npx:supersedes .
}