Nanopublication

< Home

ID

https://w3id.org/np/RAAJQN3B9fKD_OrbgoTlddpjYuebyNdU7uLM3sXWts29Q

Formats

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

Content

@prefix this: <https://w3id.org/np/RAAJQN3B9fKD_OrbgoTlddpjYuebyNdU7uLM3sXWts29Q> .
@prefix sub: <https://w3id.org/np/RAAJQN3B9fKD_OrbgoTlddpjYuebyNdU7uLM3sXWts29Q/> .
@prefix schema: <https://schema.org/> .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@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:PAV a fip:Available-FAIR-Supporting-Resource, fip:Domain-Agnostic-FAIR-Supporting-Resource,
      fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Metadata-schema, fip:Provenance-model,
      fip:Semantic-model, fip:Structured-vocabulary;
    <http://schema.org/url> <http://purl.org/pav/>;
    rdfs:comment """A lightweight ontology for tracking Provenance, Authoring and Versioning. PAV specializes the W3C provenance ontology PROV-O in order to describe authorship, curation and digital creation of online resources.
  This ontology describes the defined PAV properties and their usage. Note that PAV does not define any explicit classes or domain/ranges, as every property is meant to be used directly on the described online resource.""";
    rdfs:label "Provenance, Authoring and Versioning Ontology (PAV)";
    rdfs:seeAlso <https://pav-ontology.github.io/pav/>;
    skos:closeMatch <http://dx.doi.org/10.1186/2041-1480-4-37>, <https://dx.doi.org/10.25504/FAIRsharing.nbfwwv>;
    schema:version "2.3.1";
    fip:has-description-source <https://pav-ontology.github.io/pav/>;
    fip:implements <http://purl.org/np/RA0X5QIF9-MAfgr2WQDHhWj2nkpSbbdS_4hci5rekBZqk#OWL>;
    fip:registered-on <https://w3id.org/np/RABCC9AvUlQSO_hcQAm48fqU4ntOyN6ADj37CrG9IbRKM#BioPortal> .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-6875-5360, orcid:0009-0001-3353-2172, orcid:0009-0004-2157-1408 .
}

sub:pubinfo {
  this: dct:created "2026-07-14T20:07:03Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:PAV;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/117d08d9-2149-46e6-a69f-0f475670b96d> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "XkK1kjNhvfMYhUWrDrC0RBOX3IVEPwW6N3JFwLq3TOUUNoMhVfjw2+xg6/4wo24wj4VX8W5OZwvwYIRAbe3JJtJjVkdeXPIAa6I/6AsAYFpUU+/V+PpzlgyvV7k6FwtSbrgm550tBQseZSLnU4bhNR/IXoO7ZZ+2bkr+HOGhUPo=";
    npx:hasSignatureTarget this: .
}