@prefix this: <https://w3id.org/np/RA1NQeh9MHpRCMwCfNIIXoabJlz23gEN0TUYVj3lVnZCo> .
@prefix sub: <https://w3id.org/np/RA1NQeh9MHpRCMwCfNIIXoabJlz23gEN0TUYVj3lVnZCo#> .
@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 {
  rdf:type rdfs:label "is a" .
  prov:wasAssociatedWith rdfs:label "was associated with" .
  prov:wasGeneratedBy rdfs:label "was generated by" .
  <https://sense-nets.xyz/nlpFacilitatedActivity> rdfs:label "NLP facilitated activity" .
  sub:activity a nt:LocalResource ;
    rdfs:label "an activity" .
  sub:assertion a nt:ProvenanceTemplate ;
    rdfs:label "Generated by a NLP facilitated activity" ;
    nt:hasStatement sub:st01 , sub:st02 , sub:st04 , sub:st05 .
  sub:creator a nt:UriPlaceholder ;
    rdfs:label "ORCID identifier of the person who performed the formalization" ;
    nt:hasPrefix "https://orcid.org/" ;
    nt:hasPrefixLabel "https://orcid.org/" ;
    nt:hasRegex "[0-9]{4}-[0-9]{4}-[0-9]{4}-[0-9]{3}[0-9X]" .
  sub:st01 rdf:object sub:activity ;
    rdf:predicate prov:wasGeneratedBy ;
    rdf:subject nt:ASSERTION .
  sub:st02 rdf:object <https://sense-nets.xyz/nlpFacilitatedActivity> ;
    rdf:predicate rdf:type ;
    rdf:subject sub:activity .
  sub:st04 rdf:object <https://sense-nets.xyz/> ;
    rdf:predicate prov:wasAssociatedWith ;
    rdf:subject sub:activity .
  sub:st05 rdf:object sub:creator ;
    rdf:predicate prov:wasAttributedTo ;
    rdf:subject nt:ASSERTION .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0006-8801-650X .
}
sub:pubinfo {
  orcid:0009-0006-8801-650X foaf:name "Shahar Oriel Kagan" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCiGALNWVeZ5kIOtDZszUkx4x2/Xi3iR8eKo42D2BrSA0QweID9Yfp9DrdrYSikPE82zvgyeQJizKBrdzBQjgLK9OASxjOtus/BivEzHKxZojTDD40Z/842Ss7V1NOBLcnRG+/CDa3hYaif1f+Kc0lxIsid33GYuGJNa4NXsHmMDwIDAQAB" ;
    npx:hasSignature "m7oTJbbJRnr9lsgWKLUA9hTgGQ2hdVWRfH+NRJNcqdLIxPrWPby6RYLV0QGjjYNs/IYr13UQ3139PXtpyNIGRdd/oiYEXi67qVRTXilS0DWjaS4Gqiq6wloUdanYkFMVdWLcBeJFtYHOn75cBKKl+h2zlL1XHvfBkFltEsscwrY=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0006-8801-650X .
  this: dct:created "2024-02-20T19:23:28.387Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 , orcid:0009-0006-8801-650X ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    rdfs:label "Provenance template: Generated by a NLP facilitated activity" ;
    prov:wasDerivedFrom ns1:RAE1wniOy0yO39PlK9QkQ-wqbC3q-R2nXraP5huu8W39k ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RA2vCBXZf-icEcVRGhulJXugTGxpsV5yVr9yqCI1bQh4A , ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RABngHbKpoJ3U9Nebc8mX_KUdv_vXw28EejqAyQya5zVA , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 ;
    nt:wasCreatedFromTemplate ns1:RAC9IHfkC1m8A4qbLcNO5XOiJQvZksk-tAybh4OI7TBOY .
}