@prefix this: <http://purl.org/np/RA693yLCbNKNCvblBUntUDPddGgz3cRjnchASkEI7ITFA> .
@prefix sub: <http://purl.org/np/RA693yLCbNKNCvblBUntUDPddGgz3cRjnchASkEI7ITFA#> .
@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#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:LACDR-DDS a fip:FAIR-Implementation-Community ;
    rdfs:comment "At the division of Drug Discovery & Safety we are interested in the efficacy and safety of new drugs and novel means to decipher these aspects. Hence, we employ advanced imaging and high-throughput screening techniques next to computational approaches such as chem- and bioinformatics." ;
    rdfs:label "Division of Drug Discovery & Safety, LACDR, Leiden University" ;
    rdfs:seeAlso <https://www.universiteitleiden.nl/en/science/drug-research/drug-discovery-and-safety> ;
    fip:has-research-domain <http://www.fairsharing.org/ontology/subject/SRAO_0000318> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-7525-9218 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "QOqHlCSol8MNGDUSocT3RmPiU23ehaCPahezwf0qJykPk7K6A/Bc9E9IGx6L/mTLjOcbMmu1PUhLCXR6QIJXQXugaFUrHCt3WKoJNmXa2c4qqkXjIzxfwU+auJPFfUtPJXcKEw4zsEFqf/55Xsh/5eLsgCFh7wT7O6H36wIgTx8=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-01-16T14:20:45Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:LACDR-DDS ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/e9298b46-3a33-4a76-8dce-1bfaa3be83a5> .
}