@prefix this: . @prefix sub: . @prefix xsd: . @prefix dct: . @prefix pav: . @prefix prov: . @prefix np: . @prefix rdfs: . @prefix dc: . @prefix cld: . @prefix fair: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { cld:associatedCollection fair:A; dc:creator , ; dc: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 ; prov:wasAttributedTo . } sub:pubinfo { this: dct:created "2020-02-08T18:05:11+01:00"^^xsd:dateTime; pav:createdBy . }