@prefix this: <http://purl.org/np/RAd6V5ySUb4xw5Vpi5F8Xtk1PtXm9yngResDcOdZwfUP4> .
@prefix sub: <http://purl.org/np/RAd6V5ySUb4xw5Vpi5F8Xtk1PtXm9yngResDcOdZwfUP4#> .
@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:ShowVoc <http://schema.org/url> <https://showvoc.op.europa.eu/#/home> ;
    a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Supporting-Resource , fip:Registry ;
    rdfs:comment "ShowVoc is a web-based, multilingual, platform for publishing and consulting OWL ontologies, SKOS(/XL) thesauri, Ontolex-lemon lexicons and generic RDF datasets." ;
    rdfs:label "ShowVoc" ;
    rdfs:seeAlso <https://showvoc.uniroma2.it/> ;
    fip:has-target-group fip:Cross-domain-communities ;
    fip:metadata-availability-in-years fip:Less-than-10-years .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-2749-8588 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "RldFjDR52u1/Nzp5m0hS5Rkl68sW1ajpzhjIi4uqiG/zMzhEyxK3ms6zGQycNJh8TwJRPR4kqgMIAPPklx5a4pmMXpjx/IzfqtvDKJMo1pWA6lGnElyJ1p9i7FMwVQK7B1hhIDx6zuSwhZ9FY+jqGRa1lRYT1DKvOiQpjjtuRgo=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2024-01-12T09:13:04Z"^^xsd:dateTime ;
    dct:creator <https://sip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:ShowVoc ;
    prov:wasDerivedFrom <https://w3id.org/sip/wizard/aedaa2d6-5b76-4698-a83b-b5bd5b9de944> .
}