@prefix dcterms: <
http://purl.org/dc/terms/
> .
@prefix dce: <
http://purl.org/dc/elements/1.1/
> .
@prefix this: <
http://example.org/nanopub-validator-example.RAoli7vQKk_E5mqwenRUS1yr9BS3eODBX1hPRvjCtJJ0Y
> .
@prefix sub: <
http://example.org/nanopub-validator-example.RAoli7vQKk_E5mqwenRUS1yr9BS3eODBX1hPRvjCtJJ0Y#
> .
@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 cld: <
http://example.org/cld/terms#
> .
@prefix fair: <
https://w3id.org/fair/principles/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.00011.
>
cld:associatedCollection
fair:A
;
dce:creator
<
http://www.consilium.europa.eu
> , <
https://www.europarl.europa.eu
> ;
dce:description
"the protection of natural persons with regard to the processing of personal data" ;
rdfs:label
"European General Data Protection Regulation"@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-08T18:05:11+01:00"^^
xsd:dateTime
;
pav:createdBy
<
http://orcid.org/0000-0002-3633-1464
> .
}