@prefix npx: . @prefix dcterms: . @prefix this: . @prefix sub: . @prefix latest: . @prefix fair: . @prefix np: . @prefix prov: . @prefix rdfs: . @prefix xsd: . @prefix orcid: . @prefix skos: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { fair:F3 a fair:FAIR-SubPrinciple; rdfs:isDefinedBy latest:; rdfs:label "F3"@en; skos:definition "metadata clearly and explicitly include the identifier of the data it describes"@en . } sub:provenance { sub:assertion prov:hadPrimarySource . } sub:pubinfo { this: dcterms:created "2019-07-12T08:07:27.988+02:00"^^xsd:dateTime; dcterms:creator orcid:0000-0002-1267-0234, orcid:0000-0003-4727-9435; dcterms:rights ; npx:supersedes . }