https://w3id.org/np/RAxQWlDwrGKz4fKCVGX23WHCMlZjDHEGXu7JcMOBv85t0
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAxQWlDwrGKz4fKCVGX23WHCMlZjDHEGXu7JcMOBv85t0> .
@prefix sub: <https://w3id.org/np/RAxQWlDwrGKz4fKCVGX23WHCMlZjDHEGXu7JcMOBv85t0/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix npfdo: <https://w3id.org/npfdo/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
npfdo:Skill a owl:Class;
rdfs:isDefinedBy npfdo:;
rdfs:label "Skill"@en;
skos:altLabel "agent skill"@en;
skos:definition "An agent skill: a packaged, versioned set of instructions and supporting files that equips an AI agent or its runtime to perform a class of task, installed into a client rather than executed as a standalone program."@en;
skos:example "The nanopub skill published by Knowledge Pixels."@en;
skos:scopeNote "Excludes human competences and excludes software libraries and standalone programs. A skill is instruction-first material with optional scripts; its SKILL.md and supporting files are its materialisation."@en .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0001-8888-635X .
}
sub:pubinfo {
this: dct:conformsTo <https://w3id.org/np/RAYTT7oW0dbPdx3PqIA1m9XBLRGYVqmAhzLY7vLTMG1GI>;
dct:created "2026-09-27T20:31:50Z"^^xsd:dateTime;
dct:creator orcid:0000-0001-8888-635X;
dct:license <https://creativecommons.org/licenses/by/4.0/>;
npx:hasNanopubType npfdo:FDORecord;
npx:introduces npfdo:Skill;
nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA-N4_kFxcruvBTlo1yJv29E4SLOXsx5KO_th69PprMrA>,
<https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>, <https://w3id.org/np/RALmzqHlrRfeTD8ESZdKFyDNYY6eFuyQ8GAe_4N5eVytc>,
<https://w3id.org/np/RAQV2LjRzG8BQ8wXb6Kbyytc8vVAUeS4pFdoOkG2WA_yI/template>;
nt:wasCreatedFromTemplate <https://w3id.org/np/RA5OrG1-PCAa3Z4kTLKTxq8lhgNAsopAtQM5h0-xj3MSA/template> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD3w/IUb755GIzp3ueODYkgELhyq4Clygb5Kspge50xo+n8uC/IvXwi+ukRjEpdfX/JZ09yKUCJ2AMMr/QchrsP1Xhg9Q3fEZ4E12XqFd5jX00Qs0K5XZwjBaV8NdDTJW9I4gpcyh0cry7hSBAWHkXEkqbK+lQvR4UFAKejFq6u/wIDAQAB";
npx:hasSignature "rZp/EdRNComPODPcI6G8kXYKV/E6BpkW/mI7oi7GjWeioHHau1h0wHdF2SLrDu15UN0B7LwXUb7I4+2eukAzb+r2wABITjJNwFk0w4fTUZ+lc3vqE7+IQYo3Zu9p6AX727rt0gbunvPtIZypr+Y+bwhgpbb6FmRQagBlSUdLXYE=";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0001-8888-635X .
}