Nanopublication

< Home

ID

https://w3id.org/np/RAah4LA3J4fSWXTO7Xa7KGL_9B4TfoeVyzMX5e9n3EEMA

Formats

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

Content

@prefix this: <https://w3id.org/np/RAah4LA3J4fSWXTO7Xa7KGL_9B4TfoeVyzMX5e9n3EEMA> .
@prefix sub: <https://w3id.org/np/RAah4LA3J4fSWXTO7Xa7KGL_9B4TfoeVyzMX5e9n3EEMA/> .
@prefix schema: <http://schema.org/> .
@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 wd: <http://www.wikidata.org/entity/> .
@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 {
  orcid:0000-0001-8492-0354 foaf:name "Ashley Caselli" .
  
  sub:kgf2022-semantic-regulation-compliance a wd:Q604733;
    dct:description "The presentation discusses the development of a semantic-based automated regulation compliance checking system (CCS): what a CCS is; why a CCS is important; how a CCS can benefit from RDF. Finally, a prototype will be shown, using urban underground data of the Geneva canton and regulations that apply on those.";
    dct:isPartOf <https://w3id.org/spaces/knowledge-graph-forum/2022>;
    schema:about wd:Q33002955, wd:Q54872, wd:Q626741;
    schema:location "SIT Academy, Zurich";
    schema:startDate "2022-09-29T00:00:00+02:00"^^xsd:dateTime;
    rdfs:label "Semantic Regulation Compliance Checking: A real-world scenario involving urban underground data";
    rdfs:seeAlso <https://github.com/zazuko/knowledge-graph-forum/blob/master/2022/Zazuko_KG_Forum_2022-CUI_Semantic_Regulation_Compliance.pdf>;
    wd:P823 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-08-26T11:07:57.000Z"^^xsd:dateTime;
    dct:creator orcid:0000-0001-8492-0354;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:introduces sub:kgf2022-semantic-regulation-compliance;
    rdfs:label "Presentation: Semantic Regulation Compliance Checking: A real-world scenario involving urban underground data";
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>,
      <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RA6H0egRhSnBa9H978pg30xqBdghOBP0o4jbIaWJ1LVIY> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj5Fw+fVfCC6ClwgcL2L38ZSMVdNE8Wi4zwbAWbtkb2P6n1ejabfNLdPRkAO2gIcpQcd6pKjhVxyDn7c1yCGpMMfhSmvEpUWv8Zu7rt3VvRWnTNrky9iH1cAUPPz/gYNHzCXeLbtQTmIPaTjMYPp9IQf4Pf6PH4x6SgHOJLpK1cRZZZ5A3XjfwfisRAYw+TzL6d4ProjNyfAkQAgiy4s6j489EbWCkCCb0XxM9Uiw430EssbLOO2sQw/gZmusB8lVmCuWbmZkMUnXWPYWZSKXezSVqTo4voA3S5LJrLUwfmiu60cT7n9s3zT2m+ODrf/NPb34OfIC9DRE6fgn3qi5gQIDAQAB";
    npx:hasSignature "FvsZ4w8kT08pLXPKIR7Tsc4CiBipmElWKBP19SdIeiFikpZySlAgmkD/5d8esUqEJwyQfX/PeTjUy9/NqBiHFlLNj3xFCOIppcchJJPWG/iMEDJ7waz3XAWE5YcVGqrLJyfdY80x+CXvQfP1KiiOoSXxEDkna3F49x2oCubiTuqJ2kEFRAmDGfBvMUcnDJIogsyq8RC92MHdMDoSWEWxLzH65IemKJdo6mhCgJ4yvVNak1duFXES8xTMKy8pzXmp9Ahh1VZuVAUzmtNSan4qw6JSfXVhktyWRYcWTH48q7GYAE0cprq713AYJaClJQ4Z9iA80GJc0xp8tf1Iac1iUQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0001-8492-0354 .
}