Nanopublication

< Home

ID

https://w3id.org/np/RAQLETXaxPTEvZdt7Cx761TwcHLzBKPF3J6bM5YCY2llY

Formats

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

Content

@prefix this: <https://w3id.org/np/RAQLETXaxPTEvZdt7Cx761TwcHLzBKPF3J6bM5YCY2llY> .
@prefix sub: <https://w3id.org/np/RAQLETXaxPTEvZdt7Cx761TwcHLzBKPF3J6bM5YCY2llY#> .
@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:XML a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:Knowledge-representation-language;
    <http://schema.org/url> <https://www.w3.org/XML/>;
    rdfs:comment "Extensible Markup Language (XML) is a simple, very flexible text format derived from SGML (ISO 8879). Originally designed to meet the challenges of large-scale electronic publishing, XML is also playing an increasingly important role in the exchange of a wide variety of data on the Web and elsewhere.";
    rdfs:label "eXtensible Markup Language (XML)";
    rdfs:seeAlso <https://www.w3.org/XML/> .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-1321-7319 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "OM0PRRh0W7DuuxvALc44s8p6gDW1AQjdgfcqyiqoWvBe9R1X7h6626/arb5u7HqnAHQBZAs9+OxBwY0L6En34+8lYrIQLy6Vk6gsotpQe8MEul2N5sp9yNGJJEeRqJy4e5vwlq5IdC0+9CJW756N0DeOBhzxT7C1xp4cX9FpgjU=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2024-05-07T09:53:35Z"^^xsd:dateTime;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:XML;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/2cf5dcb1-1235-493b-9a5e-ea16920c9387> .
}