@prefix this: <https://w3id.org/np/RA4i99tAE6JVXTfP5EQUNxuqzrqbaLHMqhzFbVo15Ooi0> .
@prefix sub: <https://w3id.org/np/RA4i99tAE6JVXTfP5EQUNxuqzrqbaLHMqhzFbVo15Ooi0/> .
@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 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 ns1: <http://purl.org/np/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  prov:wasAttributedTo rdfs:label "is attributed to" .
  sub:assertion a nt:ProvenanceTemplate ;
    rdfs:label "Attributed to ROR-registered Research Organization" ;
    nt:hasStatement sub:st1 , sub:st2 .
  sub:organization a nt:RestrictedChoicePlaceholder ;
    rdfs:label "ROR identifier (https://ror.org/...)" ;
    nt:hasRegex "https://ror\\.org/[0-9a-z]+|[a-zA-Z0-9_\\-]+" .
  sub:st1 rdf:object nt:CREATOR ;
    rdf:predicate prov:wasAttributedTo ;
    rdf:subject nt:ASSERTION .
  sub:st2 rdf:object sub:organization ;
    rdf:predicate prov:wasAttributedTo ;
    rdf:subject nt:ASSERTION .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-4930-2662 .
}
sub:pubinfo {
  orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
  orcid:0000-0002-4930-2662 foaf:name "Alessa An Gambardella" .
  this: dct:created "2025-06-06T11:35:05.206Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 , orcid:0000-0002-4930-2662 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    rdfs:label "Provenance template: Attributed to ROR-registered Research Organization" ;
    prov:wasDerivedFrom <https://w3id.org/np/RAW4qDSeYWgZwQDIPBOKlaCoSQiLZeavVCNsJMCcpU3kY> ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw> , <https://w3id.org/np/RAMEgudZsQ1bh1fZhfYnkthqH6YSXpghSE_DEN1I-6eAI> , <https://w3id.org/np/RARW4MsFkHuwjycNElvEVtuMjpf4yWDL10-0C5l2MqqRQ> , <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI> ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RA4G-jlJDG3s1FYMQOLEVbqMMNLYBSSy1YNyPs4G0lH68> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCEJGVv2xFV8o+Ojt3f0N2LgtZTt4+24Lxp8esEZiFYKryDGBYaR0Ef4ajadqtlSpvUHlwNlVIF7XRWiGd64P8drVnqPtpRtxJ+SOl0UNvxuHzUjeWlOYKpKZ/UgrGwVSSR3LvwqXOM9qUkWqy0IQ2KsFbJHHwzgNbcEZuZOD+/WQIDAQAB" ;
    npx:hasSignature "MhIt/Eyz/Fd72geqdnLBSA/XtEerUXLb/4s4P1Go0g9gkfBmAMZOANBAUBvwOlr7jRNdVffrcE+PqAyBrIKIF3ECzimxMDEj3WnF9XJ6n6yGDLBJ71qZpNmNvnEmikO+bUG9jLa+TwvNqi03D41qxF+pp+ClpO1HO1L0w6btEqU=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0002-4930-2662 .
}