@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <https://w3id.org/np/o/ntemplate/np/possibleValuesFrom/RAQ6gaNFaKYL4PBu0RAdV8ukuojPqBX0XHDdaggINm6Y0> .
@prefix sub: <https://w3id.org/np/o/ntemplate/np/possibleValuesFrom/RAQ6gaNFaKYL4PBu0RAdV8ukuojPqBX0XHDdaggINm6Y0#> .
@prefix latest: <https://w3id.org/np/o/ntemplate/latest/possibleValuesFrom> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix orcid: <https://orcid.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  nt:possibleValuesFrom a owl:ObjectProperty ;
    rdfs:domain nt:UriPlaceholder ;
    rdfs:isDefinedBy latest: ;
    rdfs:label "possible values from"@en ;
    rdfs:range np:Nanopublication ;
    skos:definition "Points to a nanopublication with possible values for a given restricted-choice or guided-choice placeholder."@en .
}
sub:provenance {
  sub:assertion dcterms:creator orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
  this: dcterms:created "2022-02-09T16:57:27.348+01:00"^^xsd:dateTime ;
    dcterms:creator orcid:0000-0002-1267-0234 ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces nt:possibleValuesFrom ;
    npx:supersedes <https://w3id.org/np/o/ntemplate/np/possibleValuesFrom/RA35OeWl1NN7RAdEiSpGMGb5t7Rdjq_i5suS7SnP8v-fI> .
}