Nanopublication

< Home

ID

https://w3id.org/np/RAudK4ORjXGwI9qgskgq4WqkGfY2SO8IN8t5Xs2hLqRiY

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix this: <https://w3id.org/np/RAudK4ORjXGwI9qgskgq4WqkGfY2SO8IN8t5Xs2hLqRiY> .
@prefix sub: <https://w3id.org/np/RAudK4ORjXGwI9qgskgq4WqkGfY2SO8IN8t5Xs2hLqRiY#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix ns1: <http://purl.org/np/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .

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

sub:assertion {
  dct:description rdfs:label "has the description" .
  
  dct:title rdfs:label "has the title" .
  
  <https://w3id.org/kpxl/grlc/sparql> rdfs:label "has the query" .
  
  sub:assertion a nt:AssertionTemplate;
    rdfs:label "Defining a grlc query";
    nt:hasStatement sub:st1, sub:st2, sub:st3;
    nt:hasTag "Queries" .
  
  sub:description a nt:LongLiteralPlaceholder;
    rdfs:label "description of the query" .
  
  sub:query a nt:IntroducedResource, nt:LocalResource;
    rdfs:label "this query" .
  
  sub:sparql a nt:LongLiteralPlaceholder;
    rdfs:label "SPARQL query template" .
  
  sub:st1 rdf:object sub:title;
    rdf:predicate dct:title;
    rdf:subject sub:query .
  
  sub:st2 rdf:object sub:description;
    rdf:predicate dct:description;
    rdf:subject sub:query .
  
  sub:st3 rdf:object sub:sparql;
    rdf:predicate <https://w3id.org/kpxl/grlc/sparql>;
    rdf:subject sub:query .
  
  sub:title a nt:LiteralPlaceholder;
    rdfs:label "title of the query" .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCjDGQCS1S+SRnERDuYDXOugdYUP0efEquHJEEHAbU/uLzBVlga89zqrNPCS7fBE6lArBUWEmT8eLKdMapyqvAzI1J3jUWTMhDJF+XFBkUiuiFfNSc4vJJcmi0yujtnuzXsRIG202jyaP4f5ULoskFwaZOSBZJfiE0dsB3D7DTIAQIDAQAB";
    npx:hasSignature "INVMGoYLlJOVO5Y1U/SVJoFWrkrK4K19qXYnvFLkLb7byGYDyWZ/pVGGuANqNitIpNfjc2GkTtnbTOzlLl3niGfFwhJygpqhorbQL/oLFRSQDgb/gkFBDNjBml5xC4VSps0ZXoM0xgfHoBS6syCQErNSf/+r0mEF4qmPWbqKQd0=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2024-02-03T16:02:07.616Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    rdfs:label "Template: Defining a grlc query";
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM,
      ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90;
    nt:wasCreatedFromTemplate ns1:RAJwu5sVubRqXY4t2gkSoGxWkMyZqnpkGTCPiTlmvi4so .
}