@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix schema: <http://schema.org/> .
@prefix this: <http://purl.org/np/RAmN8IuA4UH2ttqSwpH4sQ_Yc5WPKmmIwdnrHD-U7WcTw> .
@prefix sub: <http://purl.org/np/RAmN8IuA4UH2ttqSwpH4sQ_Yc5WPKmmIwdnrHD-U7WcTw#> .
@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 {
  <http://lexvo.org/id/iso639-3/> rdfs:label "use language" .
  dcterms:description rdfs:label "has Description of the resource" .
  sub:Actor a nt:IntroducedResource , nt:LocalResource .
  sub:Category a nt:GuidedChoicePlaceholder ;
    nt:possibleValue sub:communications , sub:history , sub:languages , sub:literature , sub:media , sub:music .
  sub:Description a nt:LongLiteralPlaceholder .
  sub:DesignProcedure a nt:ExternalUriPlaceholder .
  sub:DomainAudience a nt:GuidedChoicePlaceholder , nt:LiteralPlaceholder ;
    nt:possibleValue sub:adult , sub:children , sub:listener , sub:viewer , sub:young .
  sub:ExtendFormat 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:Format a nt:GuidedChoicePlaceholder ;
    nt:possibleValue sub:AIFF , sub:GZIP , sub:HTML , sub:JPEG , sub:JPG-2000 , sub:PDF , sub:PNG , sub:TAR , sub:TIFF , sub:TXT , sub:WAVE , sub:XML , sub:ZIP .
  sub:Homepage a nt:UriPlaceholder .
  sub:LinguisticObject a nt:GuidedChoicePlaceholder ;
    nt:possibleValue sub:english , sub:french , sub:german .
  <http://purl.org/np/RAmN8IuA4UH2ttqSwpH4sQ_Yc5WPKmmIwdnrHD-U7WcTw#Place/Location> a nt:LiteralPlaceholder .
  sub:Profession a nt:GuidedChoicePlaceholder ;
    nt:possibleValue sub:arts , sub:marketing , sub:psychology , sub:writing .
  sub:Resource_name a nt:LiteralPlaceholder .
  sub:Type a nt:GuidedChoicePlaceholder ;
    nt:possibleValue sub:Image , sub:dataset , sub:music , sub:text .
  sub:UserRights a nt:LongLiteralPlaceholder .
  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:st4 , sub:st5 , sub:st6 , sub:st7 , sub:st8 , sub:st9 , sub:st90 , sub:st91 , sub:st92 , sub:st93 , sub:st94 .
  sub:hasCategory rdfs:label "has Category of the resource" .
  sub:hasDesignProcedure rdfs:label "has design or procedure applied to the resource" .
  sub:hasDomainAudience rdfs:label "has Domain audience of the resource" .
  sub:hasFormat rdfs:label "has Format of the resource" .
  sub:hasLocation rdfs:label "has Location" .
  sub:hasProfession rdfs:label "has Profession" .
  sub:hasType rdfs:label "has Type of the resource" .
  sub:hasUserRights rdfs:label "has User rights of the resource" .
  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:hasProfession ;
    rdf:subject sub:Actor .
  sub:st3 rdf:object sub:Homepage ;
    rdf:predicate schema:url ;
    rdf:subject sub:actor ;
    a nt:OptionalStatement , nt:RepeatableStatement .
  sub:st4 rdf:object <http://purl.org/np/RAmN8IuA4UH2ttqSwpH4sQ_Yc5WPKmmIwdnrHD-U7WcTw#Place/Location> ;
    rdf:predicate sub:hasLocation ;
    rdf:subject sub:actor .
  sub:st5 rdf:object sub:Resource_name ;
    rdf:predicate <https://www.w3.org/TR/rdf-schema/#ch_langstring> ;
    rdf:subject sub:actor .
  sub:st6 rdf:object sub:Type ;
    rdf:predicate sub:hasType ;
    rdf:subject sub:actor .
  sub:st7 rdf:object sub:Category ;
    rdf:predicate sub:hasCategory ;
    rdf:subject sub:actor .
  sub:st8 rdf:object sub:DomainAudience ;
    rdf:predicate sub:hasDomainAudience ;
    rdf:subject sub:actor ;
    a nt:OptionalStatement , nt:RepeatableStatement .
  sub:st9 rdf:object sub:Description ;
    rdf:predicate dcterms:description ;
    rdf:subject sub:actor .
  sub:st90 rdf:object sub:UserRights ;
    rdf:predicate sub:hasUserRights ;
    rdf:subject sub:actor .
  sub:st91 rdf:object sub:Format ;
    rdf:predicate sub:hasFormat ;
    rdf:subject sub:actor .
  sub:st92 rdf:object sub:ExtendFormat ;
    rdf:predicate <https://www.w3.org/TR/xmlschema-2/#decimal> ;
    rdf:subject sub:actor ;
    a rdf:Statement , nt:RepeatableStatement .
  sub:st93 rdf:object sub:DesignProcedure ;
    rdf:predicate sub:hasDesignProcedure ;
    rdf:subject sub:actor .
  sub:st94 rdf:object sub:LinguisticObject ;
    rdf:predicate <http://lexvo.org/id/iso639-3/> ;
    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_langstring> rdfs:label "has Name of e-humanity resource" .
  <https://www.w3.org/TR/rdf-schema/#ch_type> rdfs:label "has field of activity" .
  <https://www.w3.org/TR/xmlschema-2/#decimal> rdfs:label "has Extend to the format resource" .
}
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 "UrS2s4Qm+9uFSJNs4E9dVGMXo1z0/L07aK1PH75BVnypekQKOUON8BLk8YK8sY1mTYlP6lo6L8ZW5Kz4fFlaQVnk5CUTqXhqR7C3+aXaK44BuWJ/QG4sRY4ZYusLWFE6sdSKzWksOcxt7WovLyMRrJzXkLznPStx3BokcWND/Qw=" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2023-04-08T03:59:50.602Z"^^xsd:dateTime ;
    dcterms:creator orcid:0000-0002-1110-8004 ;
    npx:supersedes <http://purl.org/np/RAHftGDkzE5uXGzYMgbUxndseNU8Ci1RdHIk2woGfH5DU> ;
    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> .
}