@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix skos: . @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:GitHub a fip:Available-FAIR-Supporting-Resource, fip:Domain-Agnostic-FAIR-Supporting-Resource, fip:FAIR-Supporting-Resource, fip:FAIR-Supporting-Software; ; rdfs:comment "GitHub Inc. is a Git-based software repository that provides version control. It offers all of the distributed version control and source code management (SCM) functionality of Git as well as adding its own features. It provides access control and several collaboration features such as bug tracking, feature requests, task management, and wikis for each project. It provides a number of different access levels, from free through to paid services."; rdfs:label "GitHub Source Control"; skos:closeMatch . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-6514-0173; prov:wasDerivedFrom . } sub:pubinfo { this: dct:created "2026-04-10T09:50:21Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:GitHub; prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "CDOlv82PWw1DebZaicv4gwAv3unpnzdTpiUcykXo0nXmIA22Hdh+f/VJcaqGoHY1lgTc8tZ0sWs73fahZKp244i2HiCfx4bCd5p5o5LpuZn6zf+LycqycPl2cJicaaCaMTj/sWAwRY4v++TTxODbDdwm8PNJdy4VEqDeIDzwIs8="; npx:hasSignatureTarget this: . }