@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@prefix rdf: .
@prefix rdfs: .
@prefix prov: .
@prefix np: .
@prefix orcid: .
@prefix skos: .
@prefix nt: .
@prefix npx: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
sub:assertion a nt:AssertionTemplate;
rdfs:label "Mapping two equivalent or similar resource identifiers";
nt:hasStatement sub:st0 .
sub:mappingPredicate a nt:RestrictedChoicePlaceholder;
nt:possibleValue skos:closeMatch, skos:exactMatch, skos:relatedMatch .
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"^^xsd:integer .
skos:closeMatch rdfs:label "can in some situations be considered the same as" .
skos:exactMatch rdfs:label "is (almost) exactly the same as" .
skos:relatedMatch 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 "Rmz2TjrKCIDrzylIGrbf4GBBNFBgDvPNMMxkuc7TxHBk4zIUhoxWiMk+Xh4WKjtQlOad+tgvJZ7g8TGVcor36yIynZr95sjXkcfFruYVbmML67Z/v2GRyfBCoGDJbBdUo0IHwR0kfTrAp+Oe8v8qqaTJtA+Ie7G3dxg4FA5LIIo=";
npx:hasSignatureTarget this: .
this: dcterms:created "2020-11-24T13:21:14.965+01:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-1267-0234 .
}