Nanopublication

< Home

ID

https://w3id.org/np/RAUP8ri9ScfkmYM7y6ZurdVLIKtIYJdOt1wcENdqZI6Jo

Formats

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

Content

@prefix this: <https://w3id.org/np/RAUP8ri9ScfkmYM7y6ZurdVLIKtIYJdOt1wcENdqZI6Jo> .
@prefix sub: <https://w3id.org/np/RAUP8ri9ScfkmYM7y6ZurdVLIKtIYJdOt1wcENdqZI6Jo/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  <https://w3id.org/spaces/semic> a <https://w3id.org/kpxl/gen/terms/Alliance>, <https://w3id.org/kpxl/gen/terms/Space>;
    dct:description """SEMIC Conference is the European Commission’s flagship event on semantic interoperability and digital government. It brings together decision makers, public administrations, technical experts, researchers, innovators and practitioners working to make digital public services easier to connect, reuse and scale across Europe. 

The conference is part of the SEMIC initiative, which supports semantic interoperability among interconnected e-Government systems. Through the SEMIC Support Centre, the initiative provides resources, guidance and a community of practice for public administrations and organisations working towards a more interoperable European administration, in line with the Interoperable Europe Act.""";
    rdfs:label "SEMIC Conference";
    <http://www.w3.org/2002/07/owl#sameAs> <https://interoperable-europe.ec.europa.eu/collection/semic-conference>;
    <https://w3id.org/kpxl/gen/terms/hasAdmin> orcid:0000-0001-8492-0354;
    <https://w3id.org/kpxl/gen/terms/hasRootDefinition> this: .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0001-8492-0354 .
}

sub:pubinfo {
  orcid:0000-0001-8492-0354 foaf:name "Ashley Caselli" .
  
  this: dct:created "2026-09-17T12:02:20.383Z"^^xsd:dateTime;
    dct:creator orcid:0000-0001-8492-0354;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces <https://w3id.org/spaces/semic>;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>,
      <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAaFzgOYyFc-yzvqOcECAqY-FVkxvIKpd4ZA_4DQVyus8> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCaQXE2B2hJ6QdWxaWerU4F/XOtCQdj2OkdrIYd1kpMY9hIUh8boxaO3uOBeqvvqKLf5HjpRF4DT1eghOSsa2Dhd5HRTM/XIamvwWkHpN4oB3Ml19pAAzjTqczYmFLfgG67mGL5+vSA8VEdHtKQCrvP4SpTibMBP1qaxt3k1tqD6wIDAQAB";
    npx:hasSignature "Kg746W51xgaYpUO3ZsHwyoIukRBLauMzCpt0zt/+db3miku7OdUWz17yLG5myVKT6SagQySYlApw4FBdpH4WZGG2Jc+qa1ojXPaF1/yU0bOaVjMHHgkCouxH35yELIBJmBgUIQbJ6ciIsrGudsstCQZmdYJHuIzUKAslbN5aTdI=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0001-8492-0354 .
}