Nanopublication

< Home

ID

https://w3id.org/np/RAp6se1m1-5iHNusulzov4Tglz1GP9ObzXMkE2c2uGrNM

Formats

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

Content

@prefix this: <https://w3id.org/np/RAp6se1m1-5iHNusulzov4Tglz1GP9ObzXMkE2c2uGrNM> .
@prefix sub: <https://w3id.org/np/RAp6se1m1-5iHNusulzov4Tglz1GP9ObzXMkE2c2uGrNM/> .
@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#> .
@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:CLO a fip:Available-FAIR-Supporting-Resource, fip:Domain-Specific-FAIR-Supporting-Resource,
      fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Semantic-model, fip:Structured-vocabulary;
    <http://schema.org/url> <https://raw.githubusercontent.com/CLO-ontology/CLO/master/src/ontology/clo_merged.owl>;
    rdfs:comment "A community-based ontology of cell lines that is developed to unify publicly available cell line entry data from multiple sources to a standardized logically defined format based on consensus design patterns.";
    rdfs:label "Cell Line Ontology";
    rdfs:seeAlso <https://obofoundry.org/ontology/clo.html>;
    skos:closeMatch obo:clo.owl, <https://dx.doi.org/10.25504/FAIRsharing.4dvtcz>, <https://github.com/CLO-Ontology/CLO>,
      <https://obofoundry.org/ontology/clo.html>, <https://www.ebi.ac.uk/ols4/ontologies/clo>;
    schema:version "2026.06.19";
    fip:has-description-source <https://github.com/CLO-ontology/CLO>;
    fip:implements <http://purl.org/np/RA0X5QIF9-MAfgr2WQDHhWj2nkpSbbdS_4hci5rekBZqk#OWL>;
    fip:in-scope-of obo:NCIT_C15188;
    fip:registered-on <https://doi.org/10.25504/FAIRsharing.847069> .
}

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-14T19:54:07Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:CLO;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/4262698a-69e7-43dc-878b-96d6249d1504> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "PmWYAL6h8li17Dfr2H1mz4gtpPnpfiJiORx4GSbedaZ/ewbxPPEomnN353WZsoALxxRm0toNUyEsRThVQPe6w0chtA40VoGWU884AiONJL5okBKXvIJ2HpsebvmTLTOLlj1oarIFCwMNlau2/n2/Ak8y13KfEFlcGmoZF+/NY6w=";
    npx:hasSignatureTarget this: .
}