@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix ns1: . @prefix prov: . @prefix foaf: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:SemVer ; a , , ; rdfs:comment "Given a version number MAJOR.MINOR.PATCH, increment the: MAJOR version when you make incompatible API changes MINOR version when you add functionality in a backward compatible manner PATCH version when you make backward compatible bug fixes Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format."; rdfs:label "SemVer | Semantic Versioning for software"; rdfs:seeAlso . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-3462-0967 . } sub:pubinfo { orcid:0000-0002-3462-0967 foaf:name "Fred van de Brug" . this: dct:created "2025-09-15T06:22:21.065Z"^^xsd:dateTime; dct:creator orcid:0000-0002-3462-0967; dct:license ; npx:hasNanopubType ; npx:introduces sub:SemVer; npx:wasCreatedAt ; rdfs:label "FAIR-practice: SemVer | Semantic Versioning for software"; prov:wasDerivedFrom ; nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC0SjQ1p76p5tFSMAJGpGEHLe9aSzOR1k9uUSo6YwSvnHiJJf4fdmWxoyrKL4MNQ9J1Lh7cfRWcubKQ1aSjnAK2z23+vPzg17VNpe14kaeffCJlZBqa0w917JwfIsOEhtBwPerfXxPCCcUOXKa7UEkoA4SCTswLWZXx4EOuifdjLQIDAQAB"; npx:hasSignature "W/kK7ZzRSZOIYy/AcDImZoToNc1rM+y1VfdL7b5YgW9eMN1Wk/e4BjP82TK02evUhHvbNjTZXEfMR3jHoPcLMxGnll1ykxRHZUVN3SqWnPl0ccsT9v6s2qfmuTETOOMn9h+XXlEJOdDQk6W4O7NC238q/2nTj+pkZM7V9KHH19U="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-3462-0967 . }