@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix npx: . @prefix xsd: . @prefix skos: . @prefix rdfs: . @prefix orcid: . @prefix fip: . @prefix latest: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { fip:has-research-domain a rdf:Property; rdfs:domain fip:FAIR-Implementation-Community; rdfs:isDefinedBy latest:; rdfs:label "has reasearch domain"@en; skos:definition "Connects a FAIR Implementation Community with research domains"@en . } sub:provenance { sub:assertion dct:creator orcid:0000-0001-8888-635X, orcid:0000-0002-1267-0234, orcid:0000-0003-2195-3997 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "V3C7P/aHLN7VWK7h+XCNOkHgfIq2tUsXnp0zPgRVCFFi6mFPj+wNPQJRBthM0YUe3wuux0UUrpUQMo/6zjC5NkSNdHXedAhA9222s9A3z7HYLQ2bYgb6wK2IvZ/M9n1mXrDUrqNF0xT1nW1ygNiExSdYmonXUUTSuOgeAXCyvsg="; npx:hasSignatureTarget this: . this: dct:created "2025-01-08T14:11:56.477+01:00"^^xsd:dateTime; dct:creator orcid:0000-0001-8888-635X, orcid:0000-0002-1267-0234, orcid:0000-0003-2195-3997; dct:license ; npx:introduces fip:has-research-domain . }