@prefix this: <http://purl.org/np/RAFz1IXXggs5cOrlefOW8gD9phvzGi8kCqaWv0laSCUL8> .
@prefix sub: <http://purl.org/np/RAFz1IXXggs5cOrlefOW8gD9phvzGi8kCqaWv0laSCUL8#> .
@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:SA a fip:Digital-Object-Type ;
    rdfs:comment "Semantic artefacts are machine-actionable formalisations of concepts such as controlled vocabularies, thesauri, and ontologies which facilitate the extraction and representation of knowledge within data sets using annotations or assertions, and enabling sharing and reuse by humans and machines. " ;
    rdfs:label "SA | semantic artefacts" ;
    rdfs:seeAlso <https://www.fairsfair.eu/news/fairsfair-preliminary-recommendations-and-principles-improve-fairness-semantic-artefacts-now> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-2749-8588 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "MuCWMcp4671aizRFZ58U00iXYaeveL4rM9dW7Qne4SLDN6YfYrww7jEh/XQDxCMvyKQfqfKCO+4UHxRv3nVaClbyMbfcZHCpiNr8dmmDEK/LockMkWPg05dw9CLkgUQkbYe9WiLz+8FK9gu+LFczlzeCFlksKW6YLHOpuQTRi84=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-12-05T13:18:05Z"^^xsd:dateTime ;
    dct:creator <https://sip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:SA ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/bca38004-dcdc-4259-8b24-a89b9f64e70d> .
}