@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RA0rZbsI6wj_023UFP6RGfEK0oP-Gq_fCOjLehxrjgOLQ> .
@prefix sub: <http://purl.org/np/RA0rZbsI6wj_023UFP6RGfEK0oP-Gq_fCOjLehxrjgOLQ#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:assertion a nt:AssertionTemplate ;
    rdfs:label "Declaring my membership in a community" ;
    nt:hasStatement sub:st1 ;
    nt:hasTag "Meta" .
  sub:community a nt:GuidedChoicePlaceholder ;
    rdfs:label "community" ;
    nt:possibleValuesFromApi "http://purl.org/nanopub/api/find_signed_things?type=https%3A%2F%2Fw3id.org%2Ffair%2Ffip%2Fterms%2FFAIR-Implementation-Community&searchterm=" .
  sub:st1 rdf:object sub:community ;
    rdf:predicate <https://schema.org/member> ;
    rdf:subject nt:CREATOR .
  <https://schema.org/member> rdfs:label "declare to be member of" .
}
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 "b5Bzhoxvo9g0STlu8XSoGZhtTgr2ro/kg0P6rkvGEp6TKNa6KzOhI3+y0wNpuG1IG0lIMYR7YZpAuuqdFoSmkQJGrzQFO7w8XKsiQvi2D1PD/5jvThrQAz2emHBDntgUifgACh7UjNQVaXZlaL9921J+AhYJNFIr2rnCry0F7jA=" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2023-01-29T17:01:51.529+01:00"^^xsd:dateTime ;
    dcterms:creator orcid:0000-0002-1267-0234 , orcid:0000-0003-2195-3997 ;
    npx:supersedes <http://purl.org/np/RAKgSghKAoIAKKNhusJ14QP1y5ypaPv93MUpSWtdSBnBA> ;
    prov:wasDerivedFrom <http://purl.org/np/RAUchgmSKOLF5iGHU-Fb-qS5lTTEBuWpeJf-UgDFivUKc> ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RA2vCBXZf-icEcVRGhulJXugTGxpsV5yVr9yqCI1bQh4A> , <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RARI-clBK1koP34y4Trhbn1txQRs6Zjg9rMlO6S3FcPeY> .
}