@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:assertion dct:description "Such a nanopublication expresses that two given identifiers are equivalent or closely related."; a nt:AssertionTemplate; rdfs:label "Mapping two equivalent or related resource identifiers"; nt:hasNanopubLabelPattern "${resource1} - ${mappingPredicate} - ${resource2}"; nt:hasStatement sub:st0; nt:hasTag "General"; nt:hasTargetNanopubType . sub:mappingPredicate a nt:RestrictedChoicePlaceholder; nt:possibleValue , , . sub:resource1 a nt:UriPlaceholder; rdfs:label "the first resource identifier" . sub:resource2 a nt:UriPlaceholder; rdfs:label "the second resource identifier" . sub:st0 rdf:object sub:resource2; rdf:predicate sub:mappingPredicate; rdf:subject sub:resource1; a rdf:Statement; nt:statementOrder "0" . rdfs:label "can in some situations be considered the same as" . rdfs:label "is (almost) exactly the same as" . rdfs:label "is related to" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "o0bhYBpG+UG3lNwbns+DDyX0OEMEIxhe8gbd11T1/O3xI3vFs2RyYy+hQb7QJP3kA0WAzWnsSERKUfPSfZ6W5hP9HG4yEumzaNkQ0IYoDL7VVU8fPAzqCFyW/yNOwrzXQc4/L1MmF/MfUVsg2225A0UhFVwShAqLZwMNlu9rVEU="; npx:hasSignatureTarget this: . this: dct:created "2023-08-28T11:36:57.382+02:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:supersedes ; rdfs:label "Template: Mapping two equivalent or related resource identifiers"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . }