@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: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
sub:DCAT-AP a fip:Available-FAIR-Enabling-Resource, fip:Data-schema, fip:FAIR-Enabling-Resource,
fip:Metadata-schema, fip:Provenance-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 "DCTI8hEJ6uBdtesBaFCAXvTl19s2g4l7H1TbR+l14Xir/7iVnJkZLe8Pxn3KlOO2vueMpg6/hjME8Fx9dqM1T1ucqO0W4W/xCvxlVrUgHiaVJ26MnIh17+C2H4+1JYoDF4lWfXqltTeUmnzp4Xj8ywy/+83wb/u2/0Wbm7WeXL8=";
npx:hasSignatureTarget this: .
this: dct:created "2022-01-23T15:39:25.815+01:00"^^xsd:dateTime;
dct:creator orcid:0000-0003-2195-3997;
npx:introduces sub:DCAT-AP;
npx:supersedes ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
}