@prefix this: <http://purl.org/np/RA1POYiQsQQI1wrYIgbo756fcHrfoOlqR0Bzqrjd8YLxY> .
@prefix sub: <http://purl.org/np/RA1POYiQsQQI1wrYIgbo756fcHrfoOlqR0Bzqrjd8YLxY#> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .
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 "Expressing that two things are connected" ;
    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: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: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=" .
  <http://semanticscience.org/resource/SIO_000203> rdfs:label "is connected 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 "cngmNI5FLokgPbBm8F/xqBPvp7BYE7ITf0glaWbzK6irRb6o6SGGLSo5p6q9gCi7wWVsmYjaVueTHdGz2+PtOZlJpTGZbAFK3pPJ7z62Byn5dfIC2wfAXOsmerkJhKPsTBxJGoGJIFUFeg5DaCAywzI+3IoDq7ZRW3L71JLv5WA=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2022-01-27T09:27:35.656+01:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RARMBqX_-9lnhkaqk4BuxfLcC6H5cqTlzdtDzeDIwuKdU> .
}