@prefix this: <http://purl.org/np/RAzWAUrhiGW_iSdzGDfNTOP5q0RZXebiCC-UqusxeGAWU> .
@prefix sub: <http://purl.org/np/RAzWAUrhiGW_iSdzGDfNTOP5q0RZXebiCC-UqusxeGAWU#> .
@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  dct:description rdfs:label "can be described as follows:" .
  sub:assertion a nt:AssertionTemplate ;
    rdfs:label "Defining a new variable according to the I-ADOPT Framework" ;
    nt:hasDefaultProvenance <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:hasRequiredPubinfoElement <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> ;
    nt:hasStatement sub:st0 , sub:st1 , sub:st10 , sub:st2 , sub:st3 , sub:st4 , sub:st5 , sub:st6 , sub:st7 , sub:st8 , sub:st9 ;
    nt:hasTag "Other" .
  sub:class a nt:RestrictedChoicePlaceholder ;
    rdfs:label "the URI of the class this individual belongs to" ;
    nt:possibleValue <https://w3id.org/iadopt/ont/Variable> ;
    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:constraintOfContextObject a nt:ValuePlaceholder ;
    rdfs:label "label or URL of a constraint of a context object" .
  sub:constraintOfMatrix a nt:ValuePlaceholder ;
    rdfs:label "label or URL of a constraint of a matrix" .
  sub:constraintOfObjectOfInterest a nt:ValuePlaceholder ;
    rdfs:label "label or URL of a constraint of an object of interest" .
  sub:contextObject a nt:ValuePlaceholder ;
    rdfs:label "label or URL of a context object" .
  sub:description a nt:LongLiteralPlaceholder ;
    rdfs:label "description of the individual" .
  sub:individual a nt:IntroducedResource , nt:LocalResource , nt:UriPlaceholder ;
    rdfs:label "short name, used as URI suffix" .
  sub:matrix a nt:ValuePlaceholder ;
    rdfs:label "label or URL of a matrix" .
  sub:name a nt:LongLiteralPlaceholder ;
    rdfs:label "long name of variable" .
  sub:objecOfInterest a nt:ValuePlaceholder ;
    rdfs:label "label or URL of an object of interest" .
  sub:property a nt:ValuePlaceholder ;
    rdfs:label "label or URL of property" .
  sub:seeAlsoLink a nt:UriPlaceholder ;
    rdfs:label "a URL where more information about this individual can be found" .
  sub:st0 rdf:object sub:class ;
    rdf:predicate rdf:type ;
    rdf:subject sub:individual ;
    a rdf:Statement ;
    nt:statementOrder "0" .
  sub:st1 rdf:object sub:name ;
    rdf:predicate rdfs:label ;
    rdf:subject sub:individual ;
    a rdf:Statement ;
    nt:statementOrder "1" .
  sub:st10 rdf:object sub:contextObject ;
    rdf:predicate <https://w3id.org/iadopt/ont/hasContextObject> ;
    rdf:subject sub:individual ;
    a nt:OptionalStatement , nt:RepeatableStatement ;
    nt:statementOrder "10" .
  sub:st2 rdf:object sub:description ;
    rdf:predicate dct:description ;
    rdf:subject sub:individual ;
    a rdf:Statement ;
    nt:statementOrder "2" .
  sub:st3 rdf:object sub:seeAlsoLink ;
    rdf:predicate rdfs:seeAlso ;
    rdf:subject sub:individual ;
    a nt:OptionalStatement ;
    nt:statementOrder "3" .
  sub:st4 rdf:object sub:property ;
    rdf:predicate <https://w3id.org/iadopt/ont/hasProperty> ;
    rdf:subject sub:individual ;
    a rdf:Statement ;
    nt:statementOrder "4" .
  sub:st5 rdf:object sub:constraintOfObjectOfInterest ;
    rdf:predicate <https://w3id.org/iadopt/ont/hasConstraint> ;
    rdf:subject sub:individual ;
    a nt:OptionalStatement , nt:RepeatableStatement ;
    nt:statementOrder "5" .
  sub:st6 rdf:object sub:objecOfInterest ;
    rdf:predicate <https://w3id.org/iadopt/ont/hasObjectOfInterest> ;
    rdf:subject sub:individual ;
    a rdf:Statement ;
    nt:statementOrder "6" .
  sub:st7 rdf:object sub:constraintOfMatrix ;
    rdf:predicate <https://w3id.org/iadopt/ont/hasConstraint> ;
    rdf:subject sub:individual ;
    a nt:OptionalStatement , nt:RepeatableStatement ;
    nt:statementOrder "7" .
  sub:st8 rdf:object sub:matrix ;
    rdf:predicate <https://w3id.org/iadopt/ont/hasMatrix> ;
    rdf:subject sub:individual ;
    a nt:OptionalStatement ;
    nt:statementOrder "8" .
  sub:st9 rdf:object sub:constraintOfContextObject ;
    rdf:predicate <https://w3id.org/iadopt/ont/hasConstraint> ;
    rdf:subject sub:individual ;
    a nt:OptionalStatement , nt:RepeatableStatement ;
    nt:statementOrder "9" .
  rdf:type rdfs:label "is a" .
  rdfs:label rdfs:label "is called" .
  rdfs:seeAlso rdfs:label "is further explained at" .
  <https://w3id.org/iadopt/ont/hasConstraint> rdfs:label "has as constraint a" .
  <https://w3id.org/iadopt/ont/hasContextObject> rdfs:label "has as context object a" .
  <https://w3id.org/iadopt/ont/hasMatrix> rdfs:label "has as matrix a" .
  <https://w3id.org/iadopt/ont/hasObjectOfInterest> rdfs:label "has as object of interest a" .
  <https://w3id.org/iadopt/ont/hasProperty> rdfs:label "has as property a" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0003-2195-3997 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtpcftn7kbe6toJbOTDQaCcCssEFSWqt6J4rZ02w+TfY7/eIOgJZYOlpL6G3AzO2RNmVYWRPSlMiykaFuaRuBitvk1GKfGdprfZbvXwmeOxpqCTRBQX9EnFyQyd+Ra/ajfw/UsG8skeu1xnUEpnQbpgbQYc/fvhJNN0UwEc77mOwIDAQAB" ;
    npx:hasSignature "R6mftbBF/oIgwdHXZztOMf9xTt7AhqmvwG+tZu10NdhaYa8cZtSvzMGbr/+yIsQkjjFT6fCWwBvaxhfyXTt3T+Ux89lzwlWe1Mpix1qmTyOFsXsYUhbRPHznc6rB3sfdBFTv2n14i9pbdUQS9bmWlxwLcFWOsFxnEmr+ER9clSo=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2022-05-11T21:30:40.189+02:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 , orcid:0000-0003-2195-3997 ;
    npx:supersedes <http://purl.org/np/RADp8ZvwBOWp1zmTRLKM2ZM1AoLQlwiVh3PJ2A5ZrBSuU> ;
    prov:wasDerivedFrom <http://purl.org/np/RAZR0ieT8ynmPI28fdQheCRDbL8znCeN_udhiSbQHXBS8> ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RA2vCBXZf-icEcVRGhulJXugTGxpsV5yVr9yqCI1bQh4A> , <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RARMBqX_-9lnhkaqk4BuxfLcC6H5cqTlzdtDzeDIwuKdU> .
}