Nanopublication

< Home

ID

https://w3id.org/np/RAzCqBlzIxLoo2hz9muow8Bd1XAlznzUzm0GLU6TJDZOM

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix this: <https://w3id.org/np/RAzCqBlzIxLoo2hz9muow8Bd1XAlznzUzm0GLU6TJDZOM> .
@prefix sub: <https://w3id.org/np/RAzCqBlzIxLoo2hz9muow8Bd1XAlznzUzm0GLU6TJDZOM#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix ns1: <http://purl.org/np/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:SemVer a <https://w3id.org/fair/fip/terms/Available-FAIR-Supporting-Resource>,
      <https://w3id.org/fair/fip/terms/FAIR-Practice>, <https://w3id.org/fair/fip/terms/FAIR-Supporting-Resource>;
    <http://schema.org/url> <https://semver.org/>;
    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 <https://semver.org/> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-3462-0967 .
}

sub:pubinfo {
  orcid:0000-0002-3462-0967 foaf:name "Fred van de Brug" .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC0SjQ1p76p5tFSMAJGpGEHLe9aSzOR1k9uUSo6YwSvnHiJJf4fdmWxoyrKL4MNQ9J1Lh7cfRWcubKQ1aSjnAK2z23+vPzg17VNpe14kaeffCJlZBqa0w917JwfIsOEhtBwPerfXxPCCcUOXKa7UEkoA4SCTswLWZXx4EOuifdjLQIDAQAB";
    npx:hasSignature "MmlxgZCJSopv5fjb94ssVA4OsqgoPppAIJwDP2CVoTvvBiF0o96jz9g8btbN+nN8t3GergPHIst2icOzDdJYJtkSEo6QYp1J476A+qClGEKo7PrefTQt1kHOz0O5khgj5UuTRGzPZjelm8kIKgjVd/mojWmY9OvdrwwKSZZ2zkM=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-3462-0967 .
  
  this: dct:created "2024-04-05T10:16:08.977Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-3462-0967;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:hasNanopubType <https://w3id.org/fair/fip/terms/FAIR-Supporting-Resource>;
    npx:introduces sub:SemVer;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    rdfs:label "FAIR-practice: SemVer | Semantic Versioning for software";
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM,
      ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAjEvf8XHfMUiYYekjVgV3NWJDrWTCPiRkHExuL7PFyvI> .
}