@prefix this: <https://w3id.org/np/RAhQeZQbEsVk0J52PlUIMx32QyiAh_XUopkKXLCHOoi3c> .
@prefix sub: <https://w3id.org/np/RAhQeZQbEsVk0J52PlUIMx32QyiAh_XUopkKXLCHOoi3c#> .
@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: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:isidore obo:ECO_9000001 <http://purl.org/np/RAnAWGdeI_1GGmDAqv-vZjby5XqbL2ZujNz1vgwK_6cRI#DOI> ;
    <http://schema.org/url> <https://isidore.science> ;
    a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Enabling-Resource , fip:Registry ;
    rdfs:comment "ISIDORE is a search engine providing access to digital data from the Humanities and Social Sciences (SSH). Open to all and in particular to teachers, researchers, PhD students and students, it is based on the principles of Linked Data and provides open access to data." ;
    rdfs:label "ISIDORE" ;
    fip:has-target-group fip:Domain-specific-communities .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-1429-1251 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "ZaY0ZKKoDeCAJNl5R6kkARxsDyb6cXY4t/oEHSSahzVFuhHQPh0KtJzwJuxkY09hDL1RT3JYNf2BAORvQ50mP3AuRZ/kDD6qYlgxo+RtbS77FDpsEJo4Tqe05FVRqAXq4M4dPUW3moXceO2csaGGTv6O4ENZvTIvxSV95tlwo7o=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2024-06-26T15:21:23Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:isidore ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/185cee40-d39f-4632-98cb-957edb0306de> .
}