@prefix ns1: <http://purl.org/np/> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix this: <http://purl.org/np/RAHeT2xCbPGvumhtX6ZIeUVXQECgiUuVP-QVQJdguZL78> .
@prefix sub: <http://purl.org/np/RAHeT2xCbPGvumhtX6ZIeUVXQECgiUuVP-QVQJdguZL78#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@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/gff/rao/terms/Content-analysis> dct:description "Analyzing the content of written, visual, or audio materials (e.g., texts, videos, images)." ;
    a fip:Methodology ;
    rdfs:label "Content analysis" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0003-2195-3997 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCFntPrMZqvg2kVhCNArNnEn37ddXGwZ/0r4C8CS4lDry7C7YkYgng9yb0UMZQUHiTVkR/5A4m/xjE+Vy+AnwcWUeB75SfGZjE5ylI6VeHjTHi9+2hh2PHYIWnkhU4WHl3COEnxSSa/VouvPzZ2BIWLH6fTrq7NNL3RF5hGegGG0QIDAQAB" ;
    npx:hasSignature "H1UGXweJoiSE9Z+jrGv3zMKnxbesnfRzjTqSek2cIt4Q9tEJVrDd5x+cRRO8QwQm3Wf7U/oSzWxA0bnQei8qn6peXufOPFon1mDHaYD/2b+w3/XEoiuEWpL3YTYd7rIWgamh/zh8d7Agw/ZFiRLLgNuQcmQI9UEAfieodOaNGxw=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-09-11T07:57:49.833Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0003-2195-3997 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces <https://w3id.org/gff/rao/terms/Content-analysis> ;
    npx:supersedes ns1:RAgaj4tfRqeMAzA1K89DA1Qetq-cRZOzgKpW8Vh2Qg7Ow ;
    rdfs:label "Methodology: Content analysis" ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 , ns1:RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI ;
    nt:wasCreatedFromTemplate ns1:RAgWS0DiYQS2v1TEGo-AQpyeYRkk9pa1LPKf9PbnrcDkY .
}