@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@prefix pav: .
@prefix prov: .
@prefix np: .
@prefix rdfs: .
@prefix gen: .
@prefix cld: .
@prefix fair: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
cld:associatedCollection fair:A;
gen:isLocatedAt ;
rdfs:label "Authentication and Authorization Infrastructure"@en .
}
sub:provenance {
sub:assertion prov:hadPrimarySource ;
prov:wasAttributedTo .
}
sub:pubinfo {
this: dcterms:created "2020-02-08T18:05:11+01:00"^^xsd:dateTime;
pav:createdBy .
}