@prefix this: <https://w3id.org/np/RAQWi7WbhrhQKZZnYNy68g4GWz-NkX3DDCBP6nkt19CJg> .
@prefix sub: <https://w3id.org/np/RAQWi7WbhrhQKZZnYNy68g4GWz-NkX3DDCBP6nkt19CJg#> .
@prefix schema: <http://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: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <https://doi.org/10.25504/FAIRsharing.4dvtcz> schema:url <https://github.com/CLO-ontology/CLO> ;
    a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:FAIR-Specification , fip:Semantic-model , fip:Structured-vocabulary ;
    rdfs:comment "The Cell Line Ontology (CLO) is a community-driven ontology that is developed to standardize and integrate cell line information and support computer-assisted reasoning. Thousands of cell lines have been artificially developed and used for different applications. Integration of data from multiple sources is a challenge, confounded by lack of consistent naming conventions, contamination of cell lines, and provision of the same cell lines by multiple commercial sources but with different biological attributes. CLO is a community-based effort to represent all cell lines in a standard ontology approach." ;
    rdfs:label "Cell Line Ontology | CLO" ;
    rdfs:seeAlso <https://doi.org/10.25504/FAIRsharing.4dvtcz> ;
    skos:closeMatch <https://obofoundry.org/ontology/clo.html> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0009-0004-2157-1408 ;
    prov:wasDerivedFrom <https://doi.org/10.25504/FAIRsharing.4dvtcz> .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "ldNC7FODV6nfQFWBUyQNmxISqKsdDumEk/jszdWg1o1YEjaaLRMf+Ozuog1HBSHKILd64OlPGKccZI9l1x+ZPNZ7CEsyOVDZj05nl9Xph+2Hx38t+/f8xuLmRkqFQOvpjWuLN1buAcGIXZ2chDP+tyz92Do+einKrIVJEyW+Es4=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-07-04T00:16:10Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:describes <https://doi.org/10.25504/FAIRsharing.4dvtcz> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/aa05ce92-600d-4c2b-8c5f-f1173dc07133> .
}