Nanopublication

< Home

ID

https://w3id.org/np/RAgFZiPcWxh7OANxuDIlftTAIFZNYJjq1hg5F-8MCcn0s

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAgFZiPcWxh7OANxuDIlftTAIFZNYJjq1hg5F-8MCcn0s> .
@prefix sub: <https://w3id.org/np/RAgFZiPcWxh7OANxuDIlftTAIFZNYJjq1hg5F-8MCcn0s#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/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 {
  sub:Apache-License-v1.1 a fip:Available-FAIR-Enabling-Resource, fip:Data-usage-license,
      fip:FAIR-Enabling-Resource;
    <http://schema.org/url> <https://www.apache.org/licenses/LICENSE-1.1>;
    rdfs:comment "The Apache License is a permissive free software license written by the Apache Software Foundation (ASF). The Apache License 1.1 removes the 'advertising clause' (section 3 of the 1.0 license); derived products are no longer required to include attribution in their advertising materials, only in their documentation.";
    rdfs:label "Apache-License-v1.1 | Apache Software License v1.1" .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-5819-7713 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "LWuyE/ZXuzOE4L2uUp6yWv/U7ki4oYdtQNZinh4A3D77xBYmPG+G4cHfhYx3T1N7s19g4OsUWldhuv4k+8QFyEh98n0SYxvCzwOVdFksEx4Q3lvCyAWtTMhf+GuH89H/uGaEqxQj4gkE4xGnR0DpEjNVcAOu+7GEQj9x0Oq6GW4=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2025-05-23T14:37:05Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:Apache-License-v1.1;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/0bf63326-17f1-41e9-8dc5-5b59cd2f2aa1> .
}