Nanopublication

< Home

ID

https://w3id.org/np/RA9Ya0IHpCHEUDjb8vIyiiE2f5Q8zlrXYwJzyP8ufGTUk

Formats

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

Content

@prefix this: <https://w3id.org/np/RA9Ya0IHpCHEUDjb8vIyiiE2f5Q8zlrXYwJzyP8ufGTUk> .
@prefix sub: <https://w3id.org/np/RA9Ya0IHpCHEUDjb8vIyiiE2f5Q8zlrXYwJzyP8ufGTUk/> .
@prefix gen: <https://w3id.org/kpxl/gen/terms/> .
@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/2025> a gen:Event, gen:Space;
    dct:description """The 2025 conference focused on \"Interoperability for Impact\", aligning closely with the objectives of the Interoperable Europe Act. It showcased how interoperability directly supports EU digital goals, transforming visionary aspirations into tangible realities.

SEMIC 2025 addressed the critical role of interoperability in the public sector, examining concrete actions and policies that enhance connectivity across Europe’s digital public services.""";
    <http://schema.org/endDate> "2025-11-26T00:00:00+01:00"^^xsd:dateTime;
    <http://schema.org/startDate> "2025-11-25T00:00:00+01:00"^^xsd:dateTime;
    rdfs:label "SEMIC 2025";
    gen:hasAdmin orcid:0000-0001-8492-0354;
    gen:hasRootDefinition this:;
    gen:isSubSpaceOf <https://w3id.org/spaces/semic> .
}

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:03:50.070Z"^^xsd:dateTime;
    dct:creator orcid:0000-0001-8492-0354;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:introduces <https://w3id.org/spaces/semic/2025>;
    npx:supersedes <https://w3id.org/np/RAXepq2CqaKfSqJqesO5Wr2xy9bP9jPxpIicun_xrVQL8>;
    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/RAKc76yHLDbloE6ObluzYQsfX37v6qrZXbYeIKpe8-YUo>, <https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw>,
      <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAHgTuFC9TXMrIvt8we_kBYYJQ4vglfVoUbTxw2amWMZs> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCaQXE2B2hJ6QdWxaWerU4F/XOtCQdj2OkdrIYd1kpMY9hIUh8boxaO3uOBeqvvqKLf5HjpRF4DT1eghOSsa2Dhd5HRTM/XIamvwWkHpN4oB3Ml19pAAzjTqczYmFLfgG67mGL5+vSA8VEdHtKQCrvP4SpTibMBP1qaxt3k1tqD6wIDAQAB";
    npx:hasSignature "mRKTloXBIwLH5ZbIfRt/egLQlWoq1W6NEcxL3XV7Z2EVj91RNGkw4bSQZ1CWgIO9yLK327WAmpWppCvz+O3E1Ky4b6EkA9GNXn3guIg4pPe2jPrG0gZQwaywbZKpt7ngFnLTbZzzfsJiKdkMXPZ0cOeukFvIO/uvKFBLyDFz5YI=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0001-8492-0354 .
  
  <https://w3id.org/spaces/semic> nt:hasLabelFromApi "SEMIC Conference - SEMIC Conference is the European Commission’s flagship event on semantic inte..." .
}