Nanopublication

< Home

ID

https://w3id.org/np/RA_VsRncO5Lw51Duu8qTVTsDXlaim8ykAbb5WHOgvvht0

Formats

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

Content

@prefix this: <https://w3id.org/np/RA_VsRncO5Lw51Duu8qTVTsDXlaim8ykAbb5WHOgvvht0> .
@prefix sub: <https://w3id.org/np/RA_VsRncO5Lw51Duu8qTVTsDXlaim8ykAbb5WHOgvvht0/> .
@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/endorse/2025> a <https://w3id.org/kpxl/gen/terms/Event>,
      <https://w3id.org/kpxl/gen/terms/Space>;
    dct:description "The European Data Conference on Reference Data and Semantics (ENDORSE) serves as a platform for sharing knowledge, experience and best practices about the management of interoperable reference data and semantic technologies.";
    <http://schema.org/endDate> "2025-10-09T00:00:00.0+01:00"^^xsd:dateTime;
    <http://schema.org/startDate> "2025-10-08T00:00:00.0+01:00"^^xsd:dateTime;
    rdfs:label "The European Data Conference on Reference Data and Semantics (ENDORSE)";
    <http://www.w3.org/2002/07/owl#sameAs> <https://op.europa.eu/en/web/endorse-2025/conference>;
    <https://w3id.org/kpxl/gen/terms/hasAdmin> orcid:0000-0001-8492-0354 .
}

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-04-08T10:44:03.616Z"^^xsd:dateTime;
    dct:creator orcid:0000-0001-8492-0354;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:introduces <https://w3id.org/spaces/endorse/2025>;
    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/RA5gFoRkA3_i8qpoC7-1iqyHF4SNQj84x2UEwuUfhdo94> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCaQXE2B2hJ6QdWxaWerU4F/XOtCQdj2OkdrIYd1kpMY9hIUh8boxaO3uOBeqvvqKLf5HjpRF4DT1eghOSsa2Dhd5HRTM/XIamvwWkHpN4oB3Ml19pAAzjTqczYmFLfgG67mGL5+vSA8VEdHtKQCrvP4SpTibMBP1qaxt3k1tqD6wIDAQAB";
    npx:hasSignature "Th0C/V1xhVs3rROVrzqvg80f7VGbOlSSFFeTtJB31lFZGRoAOy4rg7q5/siMtsyYSLpF1Q+Qtcm54oK4jBXnqOAok545TqYup85aVLJLz8xEVUja29PjMZuiUne53F6eSd09GTd82RongDz0C59XSy5geySiuVDx4O9iWyOwNA8=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0001-8492-0354 .
}