Nanopublication

< Home

ID

https://w3id.org/np/RApUw-PpMB71s3V78_xr_dcMOCs5Y5OTOHnznwrKNLnxA

Formats

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

Content

@prefix this: <https://w3id.org/np/RApUw-PpMB71s3V78_xr_dcMOCs5Y5OTOHnznwrKNLnxA> .
@prefix sub: <https://w3id.org/np/RApUw-PpMB71s3V78_xr_dcMOCs5Y5OTOHnznwrKNLnxA/> .
@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#> .
@prefix obo: <http://purl.obolibrary.org/obo/> .

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

sub:assertion {
  sub:I-ADOPT-S a fip:FAIR-Representation-Service, fip:FAIR-Supporting-Resource, fip:FAIR-Supporting-Resource-to-be-Developed;
    obo:RO_0002233 <http://purl.org/dc/dcmitype/Text>;
    obo:RO_0002234 <http://purl.org/np/RAutRQwoS4d5eLq7eBV1xsnWZ2spDYH4xfhhRzOxSZdhs#RDF>;
    rdfs:comment "This service allows to add semantic context about the observable property described in digital objects in a structured way semi-automatically and enables multi-faceted search in catalogs.";
    rdfs:label "Automated I-ADOPT Service";
    rdfs:seeAlso <https://fairification-framework.readthedocs.io/en/latest/services/ff-iadopt/> .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-2195-3997 .
}

sub:pubinfo {
  this: dct:created "2025-09-30T07:36:55Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:I-ADOPT-S;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/74f43e68-20d9-496e-b1db-82122dbc0848> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "F0GUXpZZ8WhVHzTQBSN22hhe0hpqmRWKG8rdoQADLB+9eN6d4L1nPuvtLQfYmE7qBt93B3QLbnyRqOq3rWaw1Sa6Mogic/tFme5fsc2ZXqWMn8lkd+08Zi51I39APxnauJ45xCrpLG1vvqTjBigdZZjfzVV1QEYhXh30okodCkg=";
    npx:hasSignatureTarget this: .
}