Nanopublication

< Home

ID

http://purl.org/np/RAg2bxVJPGlreLbgK8bQI6P42qFYZaY_6iasMYXNc1BQU

Formats

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

Content

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAg2bxVJPGlreLbgK8bQI6P42qFYZaY_6iasMYXNc1BQU> .
@prefix sub: <http://purl.org/np/RAg2bxVJPGlreLbgK8bQI6P42qFYZaY_6iasMYXNc1BQU#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix orcid: <https://orcid.org/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .

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

sub:assertion {
  sub:OBO a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Structured-vocabulary;
    rdfs:comment "OBO Foundry Biological Collections Ontology";
    rdfs:label "OBO Foundry Biological Collections Ontology" .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0001-8050-0299 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCK0bP9YbOpX9gkjJ2pgsWHTSa7bNQUGoh1LmmALJZyElQjEswZH0UgweLiB0qO74y9XGnbjFUDJiQGeVML6XugTWR29ujRUk9vOU0YKe2ZXTjSm87bMD4S7w2kTIKg1EFu27TKmJwR1l4RoGJpB0YMzR/zris//sbDhpKYPUaA0QIDAQAB";
    npx:hasSignature "gAkBcQyOp3rCktofJb4Q8Azd+faJafVL1iD8MI+UP1s7dkqbW1NkPnAI+YGEY8otYlPto1bJ5HFeF4FnB7wg59E/rQGaW2i5KIPJG4raafd1SfNZPJdxOlA+6UHtNOzj+oBw0WDzzoPOP/IATXb1LPKD6w/2hSsMCTz1cxnFt4s=";
    npx:hasSignatureTarget this: .
  
  this: dcterms:created "2020-10-05T11:22:57.947+02:00"^^xsd:dateTime;
    dcterms:creator orcid:0000-0001-8050-0299;
    npx:introduces sub:OBO;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAHvHX5qjbdnYXsZWsRMO3KuFekGUFR6LuPjigZns9_VA> .
}