@prefix this: <https://w3id.org/np/RAxT9QR0eG5T-j06TPsVp5sjaRMgnCM_q3waTKfqnu0w8> .
@prefix sub: <https://w3id.org/np/RAxT9QR0eG5T-j06TPsVp5sjaRMgnCM_q3waTKfqnu0w8#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@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:WP-MS <http://schema.org/url> <https://wordpress.com/support/courses/seo/understand-metadata-for-seo/> ;
    a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Enabling-Resource , fip:FAIR-Specification , fip:Metadata-schema ;
    rdfs:comment "This is the template used when adding a Wordpress article." ;
    rdfs:label "WP-MS | Wordpress Metadata Schema" ;
    rdfs:seeAlso <https://wordpress.com/support/courses/seo/understand-metadata-for-seo/> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-8649-4213 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "mAws05bvxGOZb780i9cihm7k+0KWh6RaHu+TaVVc0yalgmc5xIlUpSkzHwToZ4vQlytJTMUU6j7XfKPodBXuMWiqDMRXIt5cU7WOyUTfs2h/tmHc7DtM65otO3e+on1WEEFJI1Tkj6rohGN+F+EnYe6VXbg8K+612bSj+eMaYn0=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-06-27T13:55:29Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:WP-MS ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/3af99422-4b71-4bb7-9f4f-db919ce05e77> .
}