@prefix this: <https://w3id.org/np/RAGUWnXKhfKYwmMoDK-LVXlEnnGdAuzFZKR9FZsXHJsxQ> .
@prefix sub: <https://w3id.org/np/RAGUWnXKhfKYwmMoDK-LVXlEnnGdAuzFZKR9FZsXHJsxQ#> .
@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 ns1: <http://purl.org/np/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  dct:description rdfs:label "is described as follows:" .
  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/Constraint> rdfs:label "I-ADOPT Constraint" .
  <https://w3id.org/iadopt/ont/Variable> rdfs:label "I-ADOPT Variable" .
  <https://w3id.org/iadopt/ont/hasConstraint> rdfs:label "has constraint" .
  <https://w3id.org/iadopt/ont/hasContextObject> rdfs:label "has context object" .
  <https://w3id.org/iadopt/ont/hasMatrix> rdfs:label "has matrix" .
  <https://w3id.org/iadopt/ont/hasObjectOfInterest> rdfs:label "has object of interest" .
  <https://w3id.org/iadopt/ont/hasProperty> rdfs:label "has property" .
  sub:alternativename a nt:LongLiteralPlaceholder ;
    rdfs:label "alternative label" .
  sub:assertion a nt:AssertionTemplate ;
    rdfs:label "Defining a new variable according to the I-ADOPT Framework" ;
    nt:hasDefaultProvenance ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:hasRequiredPubinfoElement ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM ;
    nt:hasStatement sub:st0 , sub:st1 , sub:st2 , sub:st3 , sub:st4 , sub:st5 , sub:st6 , sub:st7 , sub:st92 , sub:st93 , sub:st94 .
  sub:comment a nt:LongLiteralPlaceholder ;
    rdfs:label "comment" .
  sub:constraint a nt:ValuePlaceholder ;
    rdfs:label "label or URI of a constraint" .
  sub:contextObject a nt:ValuePlaceholder ;
    rdfs:label "label or URI of a context object" .
  sub:definition a nt:LongLiteralPlaceholder ;
    rdfs:label "definition of the variable" .
  sub:entity a nt:ValuePlaceholder ;
    rdfs:label "label or URI of a constraint entity" .
  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 URI of a matrix" .
  sub:name a nt:LongLiteralPlaceholder ;
    rdfs:label "preferred label" .
  sub:objecOfInterest a nt:ValuePlaceholder ;
    rdfs:label "label or URI of an object of interest" .
  sub:property a nt:ValuePlaceholder ;
    rdfs:label "label or URI of a property" .
  sub:seeAlsoLink a nt:UriPlaceholder ;
    rdfs:label "a URL where more information about this variable can be found" .
  sub:st0 rdf:object <https://w3id.org/iadopt/ont/Variable> ;
    rdf:predicate rdf:type ;
    rdf:subject sub:individual .
  sub:st1 rdf:object sub:name ;
    rdf:predicate rdfs:label ;
    rdf:subject sub:individual .
  sub:st2 rdf:object sub:alternativename ;
    rdf:predicate rdfs:label ;
    rdf:subject sub:individual ;
    a nt:OptionalStatement .
  sub:st3 rdf:object sub:definition ;
    rdf:predicate dct:description ;
    rdf:subject sub:individual ;
    a nt:OptionalStatement .
  sub:st4 rdf:object sub:property ;
    rdf:predicate <https://w3id.org/iadopt/ont/hasProperty> ;
    rdf:subject sub:individual .
  sub:st5 rdf:object sub:objecOfInterest ;
    rdf:predicate <https://w3id.org/iadopt/ont/hasObjectOfInterest> ;
    rdf:subject sub:individual .
  sub:st6 rdf:object sub:matrix ;
    rdf:predicate <https://w3id.org/iadopt/ont/hasMatrix> ;
    rdf:subject sub:individual ;
    a nt:OptionalStatement .
  sub:st7 rdf:object sub:contextObject ;
    rdf:predicate <https://w3id.org/iadopt/ont/hasContextObject> ;
    rdf:subject sub:individual ;
    a nt:OptionalStatement , nt:RepeatableStatement .
  sub:st8 rdf:object sub:constraint ;
    rdf:predicate <https://w3id.org/iadopt/ont/hasConstraint> ;
    rdf:subject sub:individual .
  sub:st9 rdf:object <https://w3id.org/iadopt/ont/Constraint> ;
    rdf:predicate rdf:type ;
    rdf:subject sub:constraint .
  sub:st91 rdf:object sub:entity ;
    rdf:predicate <https://w3id.org/iadopt/ont/constrains> ;
    rdf:subject sub:constraint .
  sub:st92 a nt:GroupedStatement , nt:OptionalStatement , nt:RepeatableStatement ;
    nt:hasStatement sub:st8 , sub:st9 , sub:st91 .
  sub:st93 rdf:object sub:seeAlsoLink ;
    rdf:predicate rdfs:seeAlso ;
    rdf:subject sub:individual ;
    a nt:OptionalStatement .
  sub:st94 rdf:object sub:comment ;
    rdf:predicate dct:description ;
    rdf:subject sub:individual ;
    a nt:OptionalStatement .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0003-2195-3997 .
}
sub:pubinfo {
  orcid:0000-0003-2195-3997 foaf:name "Barbara Magagna" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCFntPrMZqvg2kVhCNArNnEn37ddXGwZ/0r4C8CS4lDry7C7YkYgng9yb0UMZQUHiTVkR/5A4m/xjE+Vy+AnwcWUeB75SfGZjE5ylI6VeHjTHi9+2hh2PHYIWnkhU4WHl3COEnxSSa/VouvPzZ2BIWLH6fTrq7NNL3RF5hGegGG0QIDAQAB" ;
    npx:hasSignature "UAX7cyEKr2+nl6b/FS3OMu71r875c1RFqYsGkYzPXcPjHoXqGXJSG8jgXTzVyoUwjo/WWjtAkVok4BDAdEbvCUNtzP0q01DJZ45vHPIJRp6M7/8hVCWPrCb1A6i/LLmN1o057D3a71BeCMezCdhHJs8hksPB8kWU2kQ6qpHEzg0=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0003-2195-3997 .
  this: dct:created "2024-09-02T08:25:28.820Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 , orcid:0000-0003-2195-3997 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:supersedes <https://w3id.org/np/RAuVUzi8JozINze8qHf_9341L8JemU304xqQy_o0Qg-jQ> ;
    npx:wasCreatedAt <https://nanodash.petapico.org/> ;
    rdfs:label "Template: Defining a new variable according to the I-ADOPT Framework" ;
    prov:wasDerivedFrom ns1:RA5oI_nRWvSLBzSIMgm1ZQDjI6bKhYzoIlmj8ZZsJfRck , ns1:RAZR0ieT8ynmPI28fdQheCRDbL8znCeN_udhiSbQHXBS8 ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RA2vCBXZf-icEcVRGhulJXugTGxpsV5yVr9yqCI1bQh4A , ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RABngHbKpoJ3U9Nebc8mX_KUdv_vXw28EejqAyQya5zVA , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 , ns1:RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RALtjkZX1lYrTL2eCZp4VTW6vGGxiDZ-aaU-s1Z0Fcs2I> .
}