https://w3id.org/np/RAcOmYGNr6BepK7Yet9YozAFkJ5GluxKWmkvtTsJyBAts
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAcOmYGNr6BepK7Yet9YozAFkJ5GluxKWmkvtTsJyBAts> .
@prefix sub: <https://w3id.org/np/RAcOmYGNr6BepK7Yet9YozAFkJ5GluxKWmkvtTsJyBAts/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
<http://semanticscience.org/resource/SIO_000203> rdfs:label "is connected to" .
sub:assertion a nt:AssertionTemplate;
rdfs:label "Expressing that two things are connected";
nt:hasNanopubLabelPattern "${thing1} - is connected to - ${thing2}";
nt:hasStatement sub:st1;
nt:hasTag "General" .
sub:st1 rdf:object sub:thing2;
rdf:predicate <http://semanticscience.org/resource/SIO_000203>;
rdf:subject sub:thing1 .
sub:thing1 a nt:ExternalUriPlaceholder, nt:GuidedChoicePlaceholder;
rdfs:label "a thing";
nt:possibleValuesFromApi "http://purl.org/nanopub/api/find_signed_things?type=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Class&searchterm=",
"https://www.wikidata.org/w/api.php?action=wbsearchentities&language=en&format=json&limit=5&search=" .
sub:thing2 a nt:ExternalUriPlaceholder, nt:GuidedChoicePlaceholder;
rdfs:label "another thing";
nt:possibleValuesFromApi "http://purl.org/nanopub/api/find_signed_things?type=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Class&searchterm=",
"https://www.wikidata.org/w/api.php?action=wbsearchentities&language=en&format=json&limit=5&search=" .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
this: dct:created "2026-09-24T09:38:44+00:00"^^xsd:dateTime;
dct:creator orcid:0000-0002-1267-0234;
dct:license <https://creativecommons.org/licenses/by/4.0/>;
npx:supersedes <http://purl.org/np/RA0SpJLtUxah49JxD-BQ64FjPw_0VqaBeYY3jMtIPZUVc>;
rdfs:label "Template: Expressing that two things are connected";
skos:changeNote "Guided choices that must refer to existing resources are now also external URI placeholders, so Nanodash no longer offers to mint a typed plain name locally for them: thing2, thing1.";
nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>,
<http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90>, <https://w3id.org/np/RAKc76yHLDbloE6ObluzYQsfX37v6qrZXbYeIKpe8-YUo>,
<https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw>;
nt:wasCreatedFromTemplate <http://purl.org/np/RANjqEfLnGSzLuq0heRSXN0psYWW0oX4v3W8w7osb3xfs> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
npx:hasSignature "MCyLwW5mPxYgbfTSUg4lV//tYNkp8tzHutcImt1YzE12fsYt3GSpEBB2lRqJbnObN6wNdHEYXHGRJZIvReZqmszgLXocFiwCeLH2HKtCMeYvHyZo7xVFiVEuSU0hjTkMrPPpbOfxALk3jVxLhsQCZgcR1ZXfJuiJpI3WTj0s7pg=";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0002-1267-0234 .
}