Nanopublication

< Home

ID

https://w3id.org/np/RAvtiBTUlQjbb8BBD3KUM9ygMneqlNG83Hp-pCxc5uMMo

Formats

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

Content

@prefix this: <https://w3id.org/np/RAvtiBTUlQjbb8BBD3KUM9ygMneqlNG83Hp-pCxc5uMMo> .
@prefix sub: <https://w3id.org/np/RAvtiBTUlQjbb8BBD3KUM9ygMneqlNG83Hp-pCxc5uMMo#> .
@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 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:FDP-MetaEdit a <https://w3id.org/fair/fip/terms/Available-FAIR-Supporting-Resource>,
      <https://w3id.org/fair/fip/terms/Editor>;
    <http://schema.org/url> <https://github.com/FAIRDataTeam/FAIRDataPoint-client>;
    <http://usefulinc.com/ns/doap#implements> <https://w3id.org/np/RAy59lsH2sdj4mqR3O-Lce8hNx9wuReROvP6RSEQBo3YA>;
    rdfs:comment "The FDP has a metadeta editor that allows the viewing and editing of metadata in the client application.";
    rdfs:label "FDP Metadata Editor";
    <http://www.w3.org/ns/oa#hasPurpose> <http://purl.obolibrary.org/obo/T4FS_0000527>;
    <https://w3id.org/fair/fip/terms/allows-integrated-use-of-semantic-artefacts> <http://semanticscience.org/resource/SIO_000269> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0004-1020-475X .
}

sub:pubinfo {
  orcid:0009-0004-1020-475X foaf:name "Sander van Boom" .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCAuqxY3QUcV5n9Of0reE0mGlSSTm/d9n4EQQ2Om4iGiR6WhwTEPEqcm+iuDKPllnHH9xYUotllxefBJShbsisk/9x8Z4/HXR6IfyyuwS6AwdAVtcS8fMtcUa1QeoOXj77yZK14YYkmFYf417kN2QI8sRiVLqdLfU9e4XfMwA8gAwIDAQAB";
    npx:hasSignature "cE7Rq7E9vdnQOQ98HJylf0MOOlikhmAVDnIZpkZP4t9xYxTezBRhGkWN0YTOk4FM5CaBGFZvwBGyxXyAeXVwcXJsT1wVev+VGI5rPxGBiOiOsRT/VhFZHABSt+NywDL2qXMJnlpfEwVRrMstv9m5mUguhPvrs2Sg4Fo7peYySQc=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0009-0004-1020-475X .
  
  this: dct:created "2025-01-31T00:27:27.797Z"^^xsd:dateTime;
    dct:creator orcid:0009-0004-1020-475X;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:hasNanopubType <https://w3id.org/fair/fip/terms/FAIR-Supporting-Resource>, <https://w3id.org/fair/fip/terms/FAIR-Supporting-Service>;
    npx:introduces sub:FDP-MetaEdit;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw>,
      <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAVlXw1PmzY1eDCnIaJZ49mKjvby1xvbIPOO3OpDzgee0> .
}