Nanopublication

< Home

ID

https://w3id.org/np/RAzlc3Cm2kKnP_9z-MCFX624kQvZSURsO8UPM64Oe2LX0

Formats

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

Content

@prefix this: <https://w3id.org/np/RAzlc3Cm2kKnP_9z-MCFX624kQvZSURsO8UPM64Oe2LX0> .
@prefix sub: <https://w3id.org/np/RAzlc3Cm2kKnP_9z-MCFX624kQvZSURsO8UPM64Oe2LX0/> .
@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:Loom a fip:Available-FAIR-Supporting-Resource, fip:Domain-Agnostic-FAIR-Supporting-Resource,
      fip:FAIR-Representation-Service, fip:FAIR-Supporting-Resource;
    obo:RO_0002233 <http://purl.org/dc/dcmitype/Text>;
    obo:RO_0002234 <https://w3id.org/np/RAQy_EWHjCh-ARWWzc44pR1JeFiIxFQyNYNt-_IyflkQM#RO-Crate>;
    <http://schema.org/url> <https://knowledgeloom.tib.eu/>;
    rdfs:comment "This knowledge integration and synthesis service supports the reuse, integration, synthesis, and transfer of scientific knowledge in line with FAIR principles. Knowledge Loom forms part of the knowledge-service workflow when case-study outputs are produced through analytical pipelines and need to be represented as scientific statements linked to supporting data, code, outputs and provenance. This approach provides machine-readable scientific knowledge and links scientific statements to associated evidence by structuring findings with registered data types and converting Python/R objects into JSON-LD. The final RO-Crate can be seamlessly integrated into ROHub for enhanced sharing and preservation.";
    rdfs:label "TIB Knowledge Loom";
    rdfs:seeAlso <https://gitlab.com/TIBHannover/lki/knowledge-loom/> .
}

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

sub:pubinfo {
  this: dct:created "2026-06-29T21:31:27Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:Loom;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/d94d5da8-0333-470d-9c6a-fdfb559701b5> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "lo3SogM4eST/KIMQnU3i0WRbpGqCMfKG8YuoCJD/ILVXY6/ECVAE2JvRPL6g1S4D3iiHTW9dmoOF6PWx5GAgCBVw5dKG1OxpCzacHKtbxfeYSeuSNIaSTOt0JvENvHqD5SuYc5ZWY8fyZprYPaJf0turdVyjYqBQ3spEvRSvNBY=";
    npx:hasSignatureTarget this: .
}