Nanopublication

< Home

ID

https://w3id.org/np/RAZM45T_7r-dsH2LY7Pg4ISFVW67BH3CyCXIvcwOxXVO0

Formats

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

Content

@prefix this: <https://w3id.org/np/RAZM45T_7r-dsH2LY7Pg4ISFVW67BH3CyCXIvcwOxXVO0> .
@prefix sub: <https://w3id.org/np/RAZM45T_7r-dsH2LY7Pg4ISFVW67BH3CyCXIvcwOxXVO0/> .
@prefix schema: <http://schema.org/> .
@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 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/semantics/2026-eu> schema:organizer <https://orcid.org/0000-0001-9924-9153> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo <https://orcid.org/0000-0002-1267-0234>;
    prov:wasDerivedFrom <https://2026-eu.semantics.cc/page/oc.html> .
}

sub:pubinfo {
  schema:organizer a gen:InverseRoleProperty .
  
  <https://orcid.org/0000-0001-9924-9153> foaf:name "Allard Oelen" .
  
  this: dct:created "2026-09-07T07:25:34Z"^^xsd:dateTime;
    dct:creator <https://orcid.org/0000-0002-1267-0234>;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:hasNanopubType gen:RoleInstantiation;
    rdfs:label "SEMANTiCS 2026 has organizer: Allard Oelen";
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RAefFjYMSnydcZtTqdT8TG8rJeJa76ryG7h10VHQiWKgY>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA-N4_kFxcruvBTlo1yJv29E4SLOXsx5KO_th69PprMrA>,
      <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>, <https://w3id.org/np/RAYrlN4s93vVe9LGI-gmPLTb-QZGHKd0mxx8VxJ3XVhuw>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAJPOQhTRnawqzJqOvjOngHYp_IT1HqKiD7YKD_ERkyT8> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
    npx:hasSignature "Co7llkWOf9QcIh6qGJ6Vdb+RSM4NiJOn/23RIT+nPPq0ynG+XoKJq/kiE6LGKDwIXXGjcjwoRNVQw/DP3WOXdY4MDjrVNer4wYSdQI+pyoLEhtTuLwjcfMPio0UHLh2nWFv5Dv5HMzR/63oblDA+HjClWA/u79qcjO4pEXEbhrY=";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0002-1267-0234> .
}