@prefix this: <http://purl.org/np/RAEYEu7qNT0Yb4APVNlt-xWbjAG99uLqhg9bmwpSZgqWE> .
@prefix sub: <http://purl.org/np/RAEYEu7qNT0Yb4APVNlt-xWbjAG99uLqhg9bmwpSZgqWE#> .
@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 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 {
  <https://w3id.org/kpxl/biodiv/hasSubjectLifeCycleStage> a rdf:Property , <http://www.w3.org/2002/07/owl#ObjectProperty> ;
    rdfs:domain <https://w3id.org/biolink/vocab/OrganismTaxonToEntityAssociation> ;
    rdfs:label "refers to the subject taxon's life cycle stage" ;
    rdfs:range <http://purl.obolibrary.org/obo/UBERON_0000105> ;
    <http://www.w3.org/2004/02/skos/core#definition> "This relation links a taxon-to-entity association to the specific life cycle stage of the taxon (in subject position) that the association is relevant for." .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCjDGQCS1S+SRnERDuYDXOugdYUP0efEquHJEEHAbU/uLzBVlga89zqrNPCS7fBE6lArBUWEmT8eLKdMapyqvAzI1J3jUWTMhDJF+XFBkUiuiFfNSc4vJJcmi0yujtnuzXsRIG202jyaP4f5ULoskFwaZOSBZJfiE0dsB3D7DTIAQIDAQAB" ;
    npx:hasSignature "lO1+K+oTNO8ymAjail9HEQI1m/r/7kESRNguVnegHeZHJMIn1pWET+lK2R5969KSzV57fdopdAiwcwYuZpt1OGX8WEicAxReX9D5EmhohwF90hvofrWtLlxAOmGys2DdJxP/YG3gvKQeRd7jMXzt3WdAo1ns4OY6wjGgonlm5dE=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-04-26T09:00:03.979Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    npx:introduces <https://w3id.org/kpxl/biodiv/hasSubjectLifeCycleStage> ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAMTyPDQyS434cj3Wwgy8JmJyhQRi2Sh9VbCY2Eq1kBlE> .
}