Nanopublication

< Home

ID

https://w3id.org/np/RA8lgWQi1WrBzv5HhV2J5pdb8dzu8zp69JOogNDWADdYw

Formats

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

Content

@prefix this: <https://w3id.org/np/RA8lgWQi1WrBzv5HhV2J5pdb8dzu8zp69JOogNDWADdYw> .
@prefix sub: <https://w3id.org/np/RA8lgWQi1WrBzv5HhV2J5pdb8dzu8zp69JOogNDWADdYw/> .
@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#> .
@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 {
  <http://example.org/hasSamplingPermit> rdfs:label "has a sampling permit" .
  
  <http://purl.obolibrary.org/obo/NCIT_C25662> rdfs:label "sampling" .
  
  <http://purl.obolibrary.org/obo/NCIT_C43376> rdfs:label "Biologically-Derived Material" .
  
  <http://www.molmod.info/semantics/pims-ii.ttl#Intention> rdfs:label "an intention" .
  
  rdf:type rdfs:label "is an instance of" .
  
  <http://www.w3.org/2002/07/owl#sameAs> rdfs:label "is the same as" .
  
  <http://www.w3.org/2003/01/geo/wgs84_pos#location> rdfs:label "has the location" .
  
  <https://w3id.org/biolink/vocab/predicate> rdfs:label "refers to the relation" .
  
  <https://w3id.org/biolink/vocab/subject> rdfs:label "refers to" .
  
  <https://w3id.org/biolink/vocab/timepoint> rdfs:label "has the timepoint" .
  
  <https://w3id.org/mixs/0001151> rdfs:label "purpose of sampling" .
  
  sub:assertion a nt:AssertionTemplate, nt:UnlistedTemplate;
    dct:description "Declares the intention to collect a sample consisting of biological material or containing biological material of some sort for a specific purpose.";
    rdfs:label "Declaring intention to sample biological material";
    nt:hasStatement sub:st01, sub:st02, sub:st03, sub:st04, sub:st05, sub:st06, sub:st07,
      sub:st08, sub:st09, sub:st10, sub:st11, sub:st12, sub:st13;
    nt:hasTag "naturalProducts" .
  
  sub:association a nt:IntroducedResource .
  
  sub:environmentMaterial a nt:GuidedChoicePlaceholder;
    rdfs:label "specify the type of environmental sample (ENVO ontology)";
    nt:possibleValuesFromApi "https://www.ebi.ac.uk/ols/api/select?ontology=envo&q=" .
  
  sub:location a nt:ExternalUriPlaceholder;
    rdfs:label "GeoNames location ID (e.g. https://sws.geonames.org/2761367/ for Vienna, Austria)";
    nt:hasRegex "https://sws\\.geonames\\.org/[0-9]+/" .
  
  sub:permit a nt:ValuePlaceholder;
    rdfs:label "specify the permit ID or URL" .
  
  sub:purpose rdfs:label "sampling purpose" .
  
  sub:sampling rdfs:label "sampling activity" .
  
  sub:samplingPurpose a nt:GuidedChoicePlaceholder;
    rdfs:label "specify the purpose of sampling (MESH ontology)";
    nt:possibleValuesFromApi "https://www.ebi.ac.uk/ols/api/select?ontology=mesh&q=" .
  
  sub:st01 rdf:object <http://www.molmod.info/semantics/pims-ii.ttl#Intention>;
    rdf:predicate rdf:type;
    rdf:subject sub:association .
  
  sub:st02 rdf:object sub:sampling;
    rdf:predicate <https://w3id.org/biolink/vocab/predicate>;
    rdf:subject sub:association .
  
  sub:st03 rdf:object <http://purl.obolibrary.org/obo/NCIT_C25662>;
    rdf:predicate <http://www.w3.org/2002/07/owl#sameAs>;
    rdf:subject sub:sampling .
  
  sub:st04 rdf:object sub:targetMaterial;
    rdf:predicate <https://w3id.org/biolink/vocab/subject>;
    rdf:subject sub:association .
  
  sub:st05 rdf:object <http://purl.obolibrary.org/obo/NCIT_C43376>;
    rdf:predicate <http://www.w3.org/2002/07/owl#sameAs>;
    rdf:subject sub:targetMaterial .
  
  sub:st06 a nt:OptionalStatement, nt:RepeatableStatement;
    rdf:object sub:environmentMaterial;
    rdf:predicate rdf:type;
    rdf:subject sub:targetMaterial .
  
  sub:st07 a nt:OptionalStatement, nt:RepeatableStatement;
    rdf:object sub:tissueMaterial;
    rdf:predicate rdf:type;
    rdf:subject sub:targetMaterial .
  
  sub:st08 rdf:object sub:location;
    rdf:predicate <http://www.w3.org/2003/01/geo/wgs84_pos#location>;
    rdf:subject sub:association .
  
  sub:st09 a nt:OptionalStatement;
    rdf:object sub:timepoint;
    rdf:predicate <https://w3id.org/biolink/vocab/timepoint>;
    rdf:subject sub:association .
  
  sub:st10 rdf:object sub:purpose;
    rdf:predicate <https://w3id.org/biolink/vocab/predicate>;
    rdf:subject sub:association .
  
  sub:st11 rdf:object <https://w3id.org/mixs/0001151>;
    rdf:predicate <http://www.w3.org/2002/07/owl#sameAs>;
    rdf:subject sub:purpose .
  
  sub:st12 rdf:object sub:samplingPurpose;
    rdf:predicate rdf:type;
    rdf:subject sub:purpose .
  
  sub:st13 a nt:OptionalStatement, nt:RepeatableStatement;
    rdf:object sub:permit;
    rdf:predicate <http://example.org/hasSamplingPermit>;
    rdf:subject sub:association .
  
  sub:targetMaterial rdfs:label "sample material" .
  
  sub:timepoint a nt:LiteralPlaceholder;
    rdfs:label "time expressed in XSD DateTime format, e.g. '2023-03-30T22:17:11Z'";
    nt:hasRegex "-?([1-9]\\d\\d\\d+|0\\d\\d\\d)-(0[1-9]|1[0-2])-(0[1-9]|[12]\\d|3[01])T(([01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d(\\.\\d+)?|24:00:00(\\.0+)?)(Z|[+-](0\\d|1[0-4]):[0-5]\\d)?" .
  
  sub:tissueMaterial a nt:GuidedChoicePlaceholder;
    rdfs:label "specify the type of tissue sample (BTO ontology)";
    nt:possibleValuesFromApi "https://www.ebi.ac.uk/ols/api/select?ontology=bto&q=" .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0001-6534-6609 .
}

sub:pubinfo {
  orcid:0000-0001-6534-6609 foaf:name "Mitja M. Zdouc" .
  
  this: dct:created "2026-07-09T14:30:15.956Z"^^xsd:dateTime;
    dct:creator orcid:0000-0001-6534-6609;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:embeds sub:assertion;
    npx:supersedes <https://w3id.org/np/RAsOBbtqmrJ7dCiZJhJMcXnBEsb9nN8JhBi7rneHkgo2A>;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    rdfs:label "Declaring intention to sample biological material";
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>,
      <https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw>, <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAhAAhrQ7o6vVphjp267_JjFBC2CxpER7NEDjLKBkX0WU/template> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnj9AmTE2Q7RxppglmQDLGezpd8yHXSVP7AqgUhyZ36SjaTCdhOlYhCIapxtat5RBYFjIQ5OreKs7GRf29kXtKqAsBR4skDZ10RviKdb52YvZEC+r1CsqOOuMCpG8fQhIWiD53PonxeeyjL9RXWFh1n4lGQ+Bo8qhIQQKgjEHnpwOgb+rLSg1V/K0j6DDW21ScOC1w1FGn+rgf2U3f0jnr9/EL8wV6uhUsRmVyPQF5YqoYsu1e10cxoXO3A63BZFg6GYeUWBenxlSo/8ZIM0Q/mk3Rt6W46aj9srX9o6KyQotN1Hux6QkgtG6usCaQEHr0g37Ip6NMPScT/rTfu3fZwIDAQAB";
    npx:hasSignature "O4mf87Q08QCzFL3f3JJtzYDWFfpXwxJ7PAhbCb8jfZThGxiqGMUwffGIAumWEHk0oZG1/coZYw6at4gSMm/i9TFznO0t2AjXXe0z/Wv7J526jmXyYzMR6LYos2NWIYTCoVd7TA5kdt38ZoJtN/zeRi54TEQPc7TKH8swd4ytjloFcvpRXL6OyvMTFizPzbhDCY+gCAscXJtD7A7d/6CGMNf1C4RfFAcerLFaPqG8Kme2M3TB8GOU5rpfq7dTGSgEEZJOGRyEgkJ8u3fX2KgvYVrEF3nvG2t1kBqFGalk1u/xjMUw6LZ1VwHmd8ldX2qzRYBjtPczd6Q2L60yvShgoA==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0001-6534-6609 .
}