Nanopublication

< Home

ID

http://purl.org/np/RAEbbFIMF_kwp2rY1NqhhKHBiIXXL4_UgTC1hyd6l-cJs

Formats

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

Content

@prefix this: <http://purl.org/np/RAEbbFIMF_kwp2rY1NqhhKHBiIXXL4_UgTC1hyd6l-cJs> .
@prefix sub: <http://purl.org/np/RAEbbFIMF_kwp2rY1NqhhKHBiIXXL4_UgTC1hyd6l-cJs#> .
@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 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 {
  sub:assertion a nt:AssertionTemplate;
    dct:description """<p>Such nanopublications express biology-related relations, such as that a chemical can treat a disease or that a given type of protein interacts with another one.</p>

<p>The relations of this template are based on the <a href=\"https://biolink.github.io/biolink-model/docs/\">Biolink model</a>.</p>""";
    rdfs:label "Expressing a biological relation using Biolink";
    nt:hasStatement sub:st1;
    nt:hasTag "Biology" .
  
  sub:obj a nt:GuidedChoicePlaceholder;
    rdfs:label "object of the biological relation";
    nt:possibleValuesFromApi "https://www.ebi.ac.uk/ols/api/select?fieldList=iri,label,description&q=" .
  
  sub:rel a nt:RestrictedChoicePlaceholder;
    rdfs:label "identifier of biological relation";
    nt:possibleValuesFrom <http://purl.org/np/RAYOsXf6wLjW5R7f7Sjg4bjbYzKnxF5hS7EPHa73sCnP4> .
  
  sub:st1 rdf:object sub:obj;
    rdf:predicate sub:rel;
    rdf:subject sub:subj .
  
  sub:subj a nt:GuidedChoicePlaceholder;
    rdfs:label "subject of the biological relation";
    nt:possibleValuesFromApi "https://www.ebi.ac.uk/ols/api/select?fieldList=iri,label,description&q=" .
}

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 "egqcYrOoq9qZ0FZXOIgRctqoEXmHXUSHa6auA72rz0PjCes0kpSHuuIu0BjEl13k7Ye8hBvgxm3OU3XOc7lt3fqd1g95KrDYyv1SEXuLbhuPoFzbcrcFrsYbgYHBN1EaQ1OZGaOY82J+dLOAHQahLsAvx1nLR1zB+H8IKKWvkhU=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2023-04-04T08:34:04.248Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    npx:supersedes <http://purl.org/np/RAhfQetHoDi8_6DrEgCbG12DW_mNxnh-WqZq7HaD7B2Ng>;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>,
      <http://purl.org/np/RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI>;
    nt:wasCreatedFromTemplate <http://purl.org/np/RA6mo9EIIcGA9jewFh6Ql7uiEIy4HpOefEr21rs_qURdQ> .
}