Nanopublication

< Home

ID

https://w3id.org/np/RATpPeJTGXM6QFLZbL0JrsfiMnfFHKXdmDQPHWt_wiTq4

Formats

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

Content

@prefix this: <https://w3id.org/np/RATpPeJTGXM6QFLZbL0JrsfiMnfFHKXdmDQPHWt_wiTq4> .
@prefix sub: <https://w3id.org/np/RATpPeJTGXM6QFLZbL0JrsfiMnfFHKXdmDQPHWt_wiTq4#> .
@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#> .
@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 {
  dct:description rdfs:label "has the description" .
  
  dct:isPartOf rdfs:label "is a part of" .
  
  rdf:type rdfs:label "is a" .
  
  rdfs:label rdfs:label "is called" .
  
  rdfs:seeAlso rdfs:label "has the website" .
  
  <http://www.w3.org/2004/02/skos/core#related> rdfs:label "is related to" .
  
  <https://schema.org/ResearchProject> rdfs:label "research project" .
  
  <https://schema.org/endDate> rdfs:label "ends on" .
  
  <https://schema.org/funder> rdfs:label "is funded by" .
  
  <https://schema.org/identifier> rdfs:label "has identifier" .
  
  <https://schema.org/startDate> rdfs:label "starts on" .
  
  <https://w3id.org/fair/fip/terms/has-research-domain> rdfs:label "has the research domain" .
  
  sub:assertion a nt:AssertionTemplate;
    dct:description "Template for defining a research project";
    rdfs:label "Defining a research project";
    nt:hasStatement sub:st0, sub:st1, sub:st10, sub:st2, sub:st3, sub:st4, sub:st5, sub:st6,
      sub:st7, sub:st8, sub:st9;
    nt:hasTag "Projects";
    nt:hasTargetNanopubType <https://schema.org/ResearchProject> .
  
  sub:description a nt:LiteralPlaceholder;
    rdfs:label "description of the research project" .
  
  sub:domain a nt:RestrictedChoicePlaceholder;
    rdfs:label "choose domain";
    nt:possibleValuesFrom ns1:RACXDZHEowTYDAzZvdmD0qIGpXZwY5ghMRBBlt6N8Iu5s .
  
  sub:enddate a nt:LiteralPlaceholder;
    rdfs:label "YYYY, YYYY-MM, or YYYY-MM-DD";
    nt:hasRegex "[0-9][0-9][0-9][0-9](-[01][0-9](-[0-3][0-9])?)?" .
  
  sub:funder a nt:UriPlaceholder;
    rdfs:label "identifier of the research project funder" .
  
  sub:largerproject a nt:UriPlaceholder;
    rdfs:label "identifier of larger research project" .
  
  sub:name a nt:LiteralPlaceholder;
    rdfs:label "the name of the research project" .
  
  sub:otherproject a nt:UriPlaceholder;
    rdfs:label "identifier of related research projects" .
  
  sub:projectID a nt:UriPlaceholder;
    rdfs:label "identifier (from funder) of the research project" .
  
  sub:researchproject a nt:IntroducedResource, nt:LocalResource;
    rdfs:label "This research project" .
  
  sub:st0 rdf:object <https://schema.org/ResearchProject>;
    rdf:predicate rdf:type;
    rdf:subject sub:researchproject .
  
  sub:st1 rdf:object sub:name;
    rdf:predicate rdfs:label;
    rdf:subject sub:researchproject .
  
  sub:st10 a nt:OptionalStatement, nt:RepeatableStatement;
    rdf:object sub:otherproject;
    rdf:predicate <http://www.w3.org/2004/02/skos/core#related>;
    rdf:subject sub:researchproject .
  
  sub:st2 rdf:object sub:description;
    rdf:predicate dct:description;
    rdf:subject sub:researchproject .
  
  sub:st3 a nt:OptionalStatement;
    rdf:object sub:website;
    rdf:predicate rdfs:seeAlso;
    rdf:subject sub:researchproject .
  
  sub:st4 a nt:OptionalStatement, nt:RepeatableStatement;
    rdf:object sub:domain;
    rdf:predicate <https://w3id.org/fair/fip/terms/has-research-domain>;
    rdf:subject sub:researchproject .
  
  sub:st5 a nt:OptionalStatement, nt:RepeatableStatement;
    rdf:object sub:funder;
    rdf:predicate <https://schema.org/funder>;
    rdf:subject sub:researchproject .
  
  sub:st6 a nt:OptionalStatement;
    rdf:object sub:projectID;
    rdf:predicate <https://schema.org/identifier>;
    rdf:subject sub:researchproject .
  
  sub:st7 rdf:object sub:startdate;
    rdf:predicate <https://schema.org/startDate>;
    rdf:subject sub:researchproject .
  
  sub:st8 rdf:object sub:enddate;
    rdf:predicate <https://schema.org/endDate>;
    rdf:subject sub:researchproject .
  
  sub:st9 a nt:OptionalStatement;
    rdf:object sub:largerproject;
    rdf:predicate dct:isPartOf;
    rdf:subject sub:researchproject .
  
  sub:startdate a nt:LiteralPlaceholder;
    rdfs:label "YYYY, YYYY-MM, or YYYY-MM-DD";
    nt:hasRegex "[0-9][0-9][0-9][0-9](-[01][0-9](-[0-3][0-9])?)?" .
  
  sub:website a nt:UriPlaceholder;
    rdfs:label "a link to the research project's website" .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-4930-2662 .
}

sub:pubinfo {
  orcid:0000-0002-4930-2662 foaf:name "Alessa An Gambardella" .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCEJGVv2xFV8o+Ojt3f0N2LgtZTt4+24Lxp8esEZiFYKryDGBYaR0Ef4ajadqtlSpvUHlwNlVIF7XRWiGd64P8drVnqPtpRtxJ+SOl0UNvxuHzUjeWlOYKpKZ/UgrGwVSSR3LvwqXOM9qUkWqy0IQ2KsFbJHHwzgNbcEZuZOD+/WQIDAQAB";
    npx:hasSignature "RjxmlTP0h0W+OT7gpQvhfLhEni/QMNeAKd70majeizKK91NxLWR6NHid+/TIwu41eBCzH++24YCqjfmZeTGL8fLtXr1+bY1eajKZ7CQLoUfFRoi5VcrOyEwE7YmSS6aK+WzJiRu5j0olUCffwqIuQIXTXzvJ46gboynEDNMYCWo=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-4930-2662 .
  
  this: dct:created "2024-12-13T09:59:38.973Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-4930-2662;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:hasNanopubType <https://schema.org/ResearchProject>;
    npx:supersedes <https://w3id.org/np/RA0JKLCpoiSNw4dhhPgPvzgvwb6IFznq78KZaiJLV0gT8>;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    rdfs:label "Template: Defining a research project";
    prov:wasDerivedFrom <https://w3id.org/np/RAUmKjQbBpacPtvaGQNuXi7I5XwzZbEKWkQ7yS8K31sOg>;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM;
    nt:wasCreatedFromPubinfoTemplate ns1:RABngHbKpoJ3U9Nebc8mX_KUdv_vXw28EejqAyQya5zVA,
      <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw>, <https://w3id.org/np/RA5R_qv3VsZIrDKd8Mr37x3HoKCsKkwN5tJVqgQsKhjTE>,
      <https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw>, <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAGBEisKAxwcQTdfR7ALwCeQBrUVeU23F8uFvFmO-H6F0> .
}