@prefix dcterms: <
http://purl.org/dc/terms/
> .
@prefix dce: <
http://purl.org/dc/elements/1.1/
> .
@prefix this: <
http://example.org/nanopub-validator-example.RAYgn3FV3tYZUZITJuSLS0vZCX817-nKt6l2MJYuaJa3I
> .
@prefix sub: <
http://example.org/nanopub-validator-example.RAYgn3FV3tYZUZITJuSLS0vZCX817-nKt6l2MJYuaJa3I#
> .
@prefix xsd: <
http://www.w3.org/2001/XMLSchema#
> .
@prefix pav: <
http://purl.org/pav/
> .
@prefix prov: <
http://www.w3.org/ns/prov#
> .
@prefix np: <
http://www.nanopub.org/nschema#
> .
@prefix rdfs: <
http://www.w3.org/2000/01/rdf-schema#
> .
@prefix marcrel: <
http://www.loc.gov/loc.terms/relators/
> .
@prefix gen: <
http://example.org/gen/terms#
> .
sub:Head
{
this:
np:hasAssertion
sub:assertion
;
np:hasProvenance
sub:provenance
;
np:hasPublicationInfo
sub:pubinfo
;
a
np:Nanopublication
.
}
sub:assertion
{
<
http://www.dx.doi.org/10.11922/sciencedb.00005.
>
gen:isLocatedAt
<
https://beacon-network.org/
> ;
dce:description
"""allows data owners to choose the access level (open, registered or controlled) to publish their
genomics data and define which type of data may be provided to each type of data requestors""" ;
marcrel:OWN
"GA4GH and ELIXIR" ;
rdfs:label
"Beacon network"@en .
}
sub:provenance
{
sub:assertion
prov:hadPrimarySource
<
https://doi.org/10.1162/dint_a_00027
> ;
prov:wasAttributedTo
<
http://orcid.org/0000-0001-9368-6424
> .
}
sub:pubinfo
{
this:
dcterms:created
"2020-02-07T18:05:11+01:00"^^
xsd:dateTime
;
pav:createdBy
<
http://orcid.org/0000-0002-3633-1464
> .
}