@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:UML a fip:Available-FAIR-Supporting-Resource, fip:Domain-Agnostic-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Knowledge-representation-language; ; rdfs:comment "A specification defining a graphical language for visualizing, specifying, constructing, and documenting the artifacts of distributed object systems."; rdfs:label "Unified Modeling Language"; fip:has-description-source . } sub:provenance { sub:assertion dct:creator orcid:0009-0009-3640-3024 . } sub:pubinfo { this: dct:created "2026-05-22T08:48:40Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:UML; prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "owmx1kJDJ7I/0u3o8WUp4XNC9W6+uH8Mi4iQHBjuIvaHH+oRxSTIBrWmg7BGeEKnzjxgSoWmyM1Pt1unOpexRse/j8mKf7cOl7bKVlDtxc/jYc18rQoSN3whLtJK3Bt1/byxoVVFhicVbbGvDBoFOFzBq9cZKD+1oqUe20cxzXk="; npx:hasSignatureTarget this: . }