@prefix this: . @prefix sub: . @prefix latest: . @prefix fip: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . @prefix dct: . @prefix np: . @prefix npx: . @prefix orcid: . @prefix skos: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { fip:has-declaration-index a rdf:Property; rdfs:domain fip:FAIR-Supporting-Resource; rdfs:isDefinedBy latest:; rdfs:label "has declaration index"@en; rdfs:range npx:NanopubIndex; skos:definition "Connects a FAIR Implementation Profile or a Semantic Interoperability Profile to the index of their declarations."@en . } sub:provenance { sub:assertion dct:creator orcid:0000-0001-8888-635X, orcid:0000-0002-1267-0234, orcid:0000-0003-2195-3997 . } sub:pubinfo { this: dct:created "2024-07-17T16:08:48.465+02:00"^^xsd:dateTime; dct:creator orcid:0000-0001-8888-635X, orcid:0000-0002-1267-0234, orcid:0000-0003-2195-3997; dct:license . }