Nanopublication

< Home

ID

https://w3id.org/np/RAEYfMmCzYz8I0By-YIDd6MaUi5hMfFbSvIVOkui3P_l4

Formats

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

Content

@prefix this: <https://w3id.org/np/RAEYfMmCzYz8I0By-YIDd6MaUi5hMfFbSvIVOkui3P_l4> .
@prefix sub: <https://w3id.org/np/RAEYfMmCzYz8I0By-YIDd6MaUi5hMfFbSvIVOkui3P_l4#> .
@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 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 ns1: <http://purl.org/np/> .
@prefix prov: <http://www.w3.org/ns/prov#> .

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" .
  
  rdf:type rdfs:label "is a" .
  
  <https://w3id.org/kpxl/grlc/endpoint> rdfs:label "has the endpoint" .
  
  <https://w3id.org/kpxl/grlc/grlc-query> rdfs:label "grlc query" .
  
  <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:st0, sub:st1, sub:st2, sub:st3, sub:st9;
    nt:hasTag "Queries" .
  
  sub:description a nt:LongLiteralPlaceholder;
    rdfs:label "description of the query" .
  
  sub:endpoint a nt:ExternalUriPlaceholder;
    rdfs:label "endpoint URL" .
  
  sub:query a nt:IntroducedResource, nt:LocalResource, nt:UriPlaceholder;
    rdfs:label "short ID for query, used as URI suffix" .
  
  sub:sparql a nt:LongLiteralPlaceholder;
    rdfs:label "SPARQL query template" .
  
  sub:st0 rdf:object <https://w3id.org/kpxl/grlc/grlc-query>;
    rdf:predicate rdf:type;
    rdf:subject sub:query .
  
  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 a nt:OptionalStatement;
    rdf:object sub:endpoint;
    rdf:predicate <https://w3id.org/kpxl/grlc/endpoint>;
    rdf:subject sub:query .
  
  sub:st9 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 "ZSC5oeaL4Ywcjx1I8MoMX7/VMgN+iERn4GR/P+9Tj22lllGq51m7XmsAix6A1zd7ct+I5PG3v3ZEmtOw4TFyKYNT7KyUfTMTnE/0gCLOtx3fSMIIDYTLA6oZxCFjjlzMjRe5q4MOziZGfv5v2O2O322s8U7B03qylgT+6VGrBXI=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2024-02-05T07:32:41.739Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:supersedes <https://w3id.org/np/RAudK4ORjXGwI9qgskgq4WqkGfY2SO8IN8t5Xs2hLqRiY>;
    rdfs:label "Template: Defining a grlc query";
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM,
      ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90, ns1:RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI;
    nt:wasCreatedFromTemplate ns1:RAJwu5sVubRqXY4t2gkSoGxWkMyZqnpkGTCPiTlmvi4so .
}