@prefix fip: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix dct: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
a fip:Available-FAIR-Enabling-Resource,
fip:FAIR-Enabling-Resource, fip:Metadata-schema, fip:Provenance-model, fip:Semantic-model;
rdfs:comment "DCAT-AP is a specification based on the Data Catalogue Vocabulary (DCAT) developed by W3C and provides a common specification for describing public sector datasets in Europe to enable the exchange of descriptions of datasets among data portals.";
rdfs:label "DCAT-AP | Data Catalog Vocabulary Application Profile for Data Portals in Europe";
rdfs:seeAlso .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0003-2195-3997 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtpcftn7kbe6toJbOTDQaCcCssEFSWqt6J4rZ02w+TfY7/eIOgJZYOlpL6G3AzO2RNmVYWRPSlMiykaFuaRuBitvk1GKfGdprfZbvXwmeOxpqCTRBQX9EnFyQyd+Ra/ajfw/UsG8skeu1xnUEpnQbpgbQYc/fvhJNN0UwEc77mOwIDAQAB";
npx:hasSignature "mhWHo43vkK9uWAv4RkPKbylpHbdQieB9loLt5jB5e03pjwkYNwGAJOuYNWBC4mECfwD5wwkRXiVnJGAu+2At1N9Yw3+bgmSA+vyhIDjdxRhJDoTXEhRiVF093rMZlaaTAQ/I8QovtXdSWLeaSx9whlQl8Itah+T65TUHoAOcn0E=";
npx:hasSignatureTarget this: .
this: dct:created "2022-07-19T16:06:21.371+02:00"^^xsd:dateTime;
dct:creator orcid:0000-0003-2195-3997;
npx:introduces ;
npx:supersedes ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
}