@prefix this: <https://w3id.org/np/RAgIlomuR39mN-Z39bbv59-h2DgQBnLyNdL22YmOJ_VHM> .
@prefix sub: <https://w3id.org/np/RAgIlomuR39mN-Z39bbv59-h2DgQBnLyNdL22YmOJ_VHM#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix ns1: <http://purl.org/np/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:assertion a nt:PubinfoTemplate , nt:UnlistedTemplate ;
    rdfs:label "Labels from APIs" ;
    nt:hasStatement sub:st1 .
  sub:label a nt:LiteralPlaceholder ;
    rdfs:label "the label of the thing that was retrieved from an API" .
  sub:st1 rdf:object sub:label ;
    rdf:predicate nt:hasLabelFromApi ;
    rdf:subject sub:thing ;
    a nt:OptionalStatement , nt:RepeatableStatement .
  sub:thing a nt:UriPlaceholder ;
    rdfs:label "the thing that has a label" .
  nt:hasLabelFromApi rdfs:label "has the label from an API" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" ;
    npx:hasSignature "BEQd+EN+IabFCywyRDWdnbz+K/A6rnyqTqEyDaeg02RcLPr81h25QpkNtXmHAGUL1++6YIli3dDAOIc1Kb8chU37yD1Ecd/F+Kfk0UEVh4VBXKbvmFDhLuNn2+avczG54P3c4+7IllWE9KL/F/MS9iyijdjCaCb0m257uIR8FNQ=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-11-13T15:39:51.702+01:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    rdfs:label "Pubinfo template: Labels from APIs" ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 ;
    nt:wasCreatedFromTemplate ns1:RAdRCvpGWTW0lTGKktdw7JxFinmnVEN0EwFEWHrh7W1Nc .
}