@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix schema: <http://schema.org/> .
@prefix this: <http://purl.org/np/RAlVnYs6Ei2DbYNwWsMYeZh7viRRjxLL2NOvkR-YKjd44> .
@prefix sub: <http://purl.org/np/RAlVnYs6Ei2DbYNwWsMYeZh7viRRjxLL2NOvkR-YKjd44#> .
@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:Actor a nt:LocalResource .
  sub:Fieldofactivity a nt:GuidedChoicePlaceholder ;
    nt:possibleValue sub:communications , sub:computer , sub:history , sub:information , sub:languages , sub:literature , sub:media , sub:music .
  sub:Homepage a nt:ExternalUriPlaceholder .
  sub:Literal rdfs:label "has Profession" .
  sub:Profession a nt:GuidedChoicePlaceholder ;
    nt:possibleValue sub:arts , sub:marketing , sub:psychology , sub:writing .
  sub:assertion dcterms:description "Creating e_humanity data template for validation" ;
    a nt:AssertionTemplate ;
    rdfs:label "E- Humanity Fair Data Validation" ;
    nt:hasStatement sub:st0 , sub:st1 , sub:st2 , sub:st3 .
  sub:name a nt:LiteralPlaceholder .
  sub:st0 rdf:object sub:name ;
    rdf:predicate <https://www.w3.org/TR/rdf-schema/#ch_label> ;
    rdf:subject sub:Actor .
  sub:st1 rdf:object sub:Fieldofactivity ;
    rdf:predicate <https://www.w3.org/TR/rdf-schema/#ch_type> ;
    rdf:subject sub:Actor .
  sub:st2 rdf:object sub:Profession ;
    rdf:predicate sub:Literal ;
    rdf:subject sub:Actor .
  sub:st3 rdf:object sub:Homepage ;
    rdf:predicate schema:url ;
    rdf:subject sub:actor .
  schema:url rdfs:label "has Homepage URL" .
  <https://www.w3.org/TR/rdf-schema/#ch_label> rdfs:label "has name" .
  <https://www.w3.org/TR/rdf-schema/#ch_type> rdfs:label "has field of activity" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1110-8004 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQChHMi2DCrCckpDy96eGXQPNaFhgVok/TdcUjkMwoQ+NkEAq5u8vbmTjNuG898n6sSt684e+KoiEjH45AlcuqPa4hswIdM351F+D0zmSNSwUMXk6qeJ7LshIqOtDPJieXPztr/xIxaZAc8AdAB/gxW8qyxfCCtxtOupsVEC9rNeyQIDAQAB" ;
    npx:hasSignature "Tpwc2bj1vY3Pt4VpLQu70UorhHTDKp2fZ7Zx8Oss9uDbL1YtzWdhcT0wUGq+MGNF/m5EeRpJ99TNLOmvEuNfSxmv/pL0DeU0ZPrQvwe7vQNCRy2CFAOCyJssbcPxm+jGhlYE9HofaVHLS4819jgOq/ZxjCZZSzPeRHsJJAlUsNQ=" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2023-04-06T16:14:50.611Z"^^xsd:dateTime ;
    dcterms:creator orcid:0000-0002-1110-8004 ;
    npx:supersedes <http://purl.org/np/RA0QQRoXxFH1Vl99urt43qaXwCq54JjQd3l75AQq6T-mo> ;
    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/RAkONP_jLqAbok3FgtutnKcLs4IHr9KiAuslQNnfEJIwY> .
}