@prefix this: <https://w3id.org/np/RAFQSg60pQAfJRE3EtfHUVRNLQYEsnytZx4HAC9auTmB4> .
@prefix sub: <https://w3id.org/np/RAFQSg60pQAfJRE3EtfHUVRNLQYEsnytZx4HAC9auTmB4#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@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#> .
@prefix npx: <http://purl.org/nanopub/x/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:assertion rdfs:label """An educational framework is a conceptual structure that can be used to describe the various elements needed to deliver education. Examples of such elements can be:
- Educational facilities
- Educational Fields
- Educational Training and others.""" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0009-6749-9946 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCuc/szAvxvATAPvDfBUddPn4qLnaFZzRu97KB4GQnnifHx5NYaY5gWj5668KnYmmwO1+fhqlzU4X58Odo7AVuVKDATqAtNv3Pvl5QJ6FKEWhDO3raqL763rf7vfbkkJkljJGkiVx4Vxxc6hj9jg5IH9bOsvLV+1DhSmRqUmprtAwIDAQAB" ;
    npx:hasSignature "bj+9MlC82GHwrv9yXGDryf747idH5TLkTCJOgz0ErENpvup5XWWIl9KtzF13Gua2YBmbMdQl+gXnp1xqTr4r9YQqDyf8o2zugNYCwa0py50SrXGNIWLdgUNWfU4JUDk70M2vP2MJ3apajUTJO/6hD26FiBMUPbE/6L8bfXtYsi0=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-10-03T16:26:43.101Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0009-6749-9946 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    rdfs:label "An educational framework is a conceptual structure that can be used to describe the various eleme..." ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAak_WcDrVrf6UX0W5cKsP-vz8-3jMHtYA260xO2yg3mE> .
}