@prefix schema: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix dct: .
@prefix npx: .
@prefix xsd: .
@prefix orcid: .
@prefix rdfs: .
@prefix fip: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:BIBFRAME a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Metadata-schema;
schema:url ;
rdfs:comment "BIBFRAME (Bibliographic Framework) is an initiative to evolve bibliographic description standards to a linked data model, in order to make bibliographic information more useful both within and outside the library community. Some communities uses BIBFRAME instead of MARC21.";
rdfs:label "BIBFRAME 2.0" .
}
sub:provenance {
sub:assertion dct:creator orcid:0000-0002-1261-9930 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
npx:hasSignature "hSMmBCIJkU3qo/DFB7Aaj5iva/o2S2z7cJFhlCEQcRbS4nvcW2SYkCWafWOse9QH9xatyh0fE66Vh8aIHkxbK+k0ShydzMpwPsGpWZORLVMRd072CPTX5pDDKlGpmdDV46ReSFDFlY3zILP0qLRvSAoA+j+pzJ5gsoBlycEoR7I=";
npx:hasSignatureTarget this: .
this: dct:created "2023-07-13T19:45:15Z"^^xsd:dateTime;
dct:creator ;
dct:license ;
npx:introduces sub:BIBFRAME;
prov:wasDerivedFrom .
}