@prefix dcterms: <
http://purl.org/dc/terms/
> .
@prefix this: <
http://purl.org/np/RAjqGxG3uPcnpa7RA1h-QiSnGZqRhnQNCboV4bl-Vj0m8
> .
@prefix sub: <
http://purl.org/np/RAjqGxG3uPcnpa7RA1h-QiSnGZqRhnQNCboV4bl-Vj0m8#
> .
@prefix xsd: <
http://www.w3.org/2001/XMLSchema#
> .
@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 dctypes: <
http://purl.org/dc/dcmitype/
> .
@prefix void: <
http://rdfs.org/ns/void#
> .
@prefix foaf: <
http://xmlns.com/foaf/0.1/
> .
@prefix npx: <
http://purl.org/nanopub/x/
> .
sub:Head
{
this:
np:hasAssertion
sub:assertion
;
np:hasProvenance
sub:provenance
;
np:hasPublicationInfo
sub:pubinfo
;
a
np:Nanopublication
.
}
sub:assertion
{
sub:dataset
dcterms:description
"Bio2RDF is an open-source project that uses Semantic Web technologies to build and provide the largest network of Linked Data for the Life Sciences." ;
dcterms:title
"Bio2RDF" ;
void:sparqlEndpoint
<
https://bio2rdf.org/sparql/
> ;
a
dctypes:Dataset
;
foaf:page
<
https://bio2rdf.org/
> .
}
sub:provenance
{
sub:assertion
prov:wasAttributedTo
orcid:0000-0002-1501-1082
.
}
sub:pubinfo
{
sub:sig
npx:hasAlgorithm
"RSA" ;
npx:hasPublicKey
"MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCR9fz0fKCdWOWC+pxhkQhEM/ppbdIYe5TLSdj+lJzSlv9mYBaPgrzVezSwwbmhlHBPDZa4/vHycU315BdmUGq+pXllp9+rWFfrb+kBJwhZjpG6BeyyXBsRFz4jmQVxl/ZYHilQTh/XalYzKkEAyTiEMPee4Kz61PaWOKH24CsnOQIDAQAB" ;
npx:hasSignature
"NDi5t+SMo33xbQ1x2C8wu+iTknOAkZp7rRKJmfaiIpbp20FE34XTgz6Oe3+tkgwg6aff1TEgqax4gCz028Dxeqk49tnkp8OU/P3WrInkRcI3YsGj68FSJ3ZPXnte5gq+M5sfj0Ifn2bkiGVGyX2s9pTsWL/n+sl7sAH5SUxO4uI=" ;
npx:hasSignatureTarget
this:
.
this:
dcterms:created
"2020-04-14T11:13:11.320Z"^^
xsd:dateTime
;
dcterms:creator
orcid:0000-0002-1501-1082
;
nt:wasCreatedFromTemplate
<
http://purl.org/np/RAVF_WDsJRkRXXWgaJx5p9EnjLIguIv0-GqDlbfBtBPcQ
> .
}