@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@prefix rdfs: .
@prefix prov: .
@prefix np: .
@prefix orcid: .
@prefix nt: .
@prefix npx: .
@prefix fip: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:DAAI a fip:Authentication-and-authorization-technique, fip:FAIR-Enabling-Resource,
fip:FAIR-Enabling-Resource-to-be-Developed;
rdfs:comment "DiSSCo Federated Authentication and Authorization Infrastructure";
rdfs:label "DiSSCo Federated Authentication and Authorization Infrastructure" .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0001-8050-0299 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCK0bP9YbOpX9gkjJ2pgsWHTSa7bNQUGoh1LmmALJZyElQjEswZH0UgweLiB0qO74y9XGnbjFUDJiQGeVML6XugTWR29ujRUk9vOU0YKe2ZXTjSm87bMD4S7w2kTIKg1EFu27TKmJwR1l4RoGJpB0YMzR/zris//sbDhpKYPUaA0QIDAQAB";
npx:hasSignature "BwvWjYdVe8e6aIqodir5AniNHlDK7LgySSoUvJakHlp48lFrIuF+ch284PhW90K0JoM+KwgkUwpFxkgD3QBtW3ooRtFmts16RYKOOh2z9rU258tkqhZeFl2i+D13vlzjgib742MuoEhXJ/HCUE1ZXlgyhnLwbTxqc2P006/yOoU=";
npx:hasSignatureTarget this: .
this: dcterms:created "2020-10-05T11:41:46.973+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0001-8050-0299;
npx:introduces sub:DAAI;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}