@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a ; rdfs:isDefinedBy ; rdfs:label "Crosswalk"@en; rdfs:subClassOf ; "A specification consisting of a set of rules that define how (meta)data elements or attributes from one schema can be aligned and mapped to (meta)data elements or attributes in another schema that share the same constraints and thus share the same semantic role."@en; . } sub:provenance { sub:assertion dct:creator , , . } sub:pubinfo { this: dct:created "2026-08-11T17:48:16Z"^^xsd:dateTime; dct:creator , , ; dct:license ; npx:introduces ; npx:supersedes ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "KLqvgSl8NvaA+TNRuBi5/HDO9Paqn+0coM08t341zIgJ7VNABQ6E1493Hy8LLMoeW67MlPVB55e9B4RDQKDPpF+BGCs+29HB6VJNV8LuLVIdXgqZ61v8K0X8nVJiLzy3miF2Q6/PGyzrrdjrw0Ly3Vfe2L2CAx1ws20FlUUzNHQ="; npx:hasSignatureTarget this:; npx:signedBy . }