Nanopublication

< Home

ID

https://w3id.org/np/RAvoZ390GAR8Sd36P1ZMEo1TCe8-PAM4hF80j_0tNu-UQ

Formats

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

Content

@prefix this: <https://w3id.org/np/RAvoZ390GAR8Sd36P1ZMEo1TCe8-PAM4hF80j_0tNu-UQ> .
@prefix sub: <https://w3id.org/np/RAvoZ390GAR8Sd36P1ZMEo1TCe8-PAM4hF80j_0tNu-UQ#> .
@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: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:CLARIN-VLO a fip:Available-FAIR-Supporting-Resource, fip:Domain-Specific-Registry,
      fip:FAIR-Enabling-Resource, fip:Registry;
    <http://schema.org/url> <https://vlo.clarin.eu/>;
    rdfs:comment "The Virtual Language Observatory (VLO) faceted browser was developed within CLARIN as a means to explore linguistic resources, services and tools available within CLARIN and related communities.";
    rdfs:label "CLARIN VLO | CLARIN Virtual Language Observatory" .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-1261-9930 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "NUmOiR2L9e7tHD24O2sF1bdXNCJzTQQQ7mR7y6o/YwyFJdqOg/99qxzkb6/vx6h/BYPta/zm5/fF4e35Ta8iZI7PGFUCJLwjfCk7rMcXG4eoD8DK4wd9nVPH83AOtqzx7XX0N9lbwjmOpIbGmYviHqce8yYTrmsHXV2ymJlWKqk=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2025-04-16T14:16:59Z"^^xsd:dateTime;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:CLARIN-VLO;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/d8ed40ed-8920-4089-a7a6-9fb590d87193> .
}