@prefix this: <https://w3id.org/np/RAKqvAB5e_xBNbzu22rqgEOCrNZyI7syDVtT40LDz2hFY> .
@prefix sub: <https://w3id.org/np/RAKqvAB5e_xBNbzu22rqgEOCrNZyI7syDVtT40LDz2hFY/> .
@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#> .
@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 {
  sub:01_type <http://www.w3.org/ns/shacl#hasValue> <https://w3id.org/iadopt/ont/Variable> ;
    <http://www.w3.org/ns/shacl#maxCount> "1" ;
    <http://www.w3.org/ns/shacl#minCount> "1" ;
    <http://www.w3.org/ns/shacl#path> rdf:type .
  sub:02_conformsTo <http://www.w3.org/ns/shacl#maxCount> "1" ;
    <http://www.w3.org/ns/shacl#minCount> "1" ;
    <http://www.w3.org/ns/shacl#path> dct:conformsTo .
  sub:03_prefLabel <http://www.w3.org/ns/shacl#maxCount> "1" ;
    <http://www.w3.org/ns/shacl#minCount> "1" ;
    <http://www.w3.org/ns/shacl#path> <http://www.w3.org/2004/02/skos/core#prefLabel> .
  sub:04_altLabel <http://www.w3.org/ns/shacl#maxCount> "1" ;
    <http://www.w3.org/ns/shacl#path> <http://www.w3.org/2004/02/skos/core#altLabel> .
  sub:05_description <http://www.w3.org/ns/shacl#maxCount> "1" ;
    <http://www.w3.org/ns/shacl#minCount> "1" ;
    <http://www.w3.org/ns/shacl#path> <http://www.w3.org/2004/02/skos/core#definition> .
  sub:06_statModifier <http://www.w3.org/ns/shacl#maxCount> "1" ;
    <http://www.w3.org/ns/shacl#path> <https://w3id.org/iadopt/ont/hasStatisticalModifier> .
  sub:07_property <http://www.w3.org/ns/shacl#maxCount> "1" ;
    <http://www.w3.org/ns/shacl#minCount> "1" ;
    <http://www.w3.org/ns/shacl#path> <https://w3id.org/iadopt/ont/hasProperty> .
  sub:08_OoI <http://www.w3.org/ns/shacl#maxCount> "1" ;
    <http://www.w3.org/ns/shacl#minCount> "1" ;
    <http://www.w3.org/ns/shacl#path> <https://w3id.org/iadopt/ont/hasObjectOfInterest> .
  sub:09_matrix <http://www.w3.org/ns/shacl#maxCount> "1" ;
    <http://www.w3.org/ns/shacl#path> <https://w3id.org/iadopt/ont/hasMatrix> .
  sub:10_context <http://www.w3.org/ns/shacl#maxCount> "1" ;
    <http://www.w3.org/ns/shacl#path> <https://w3id.org/iadopt/ont/hasContextObject> .
  sub:11_constraint <http://www.w3.org/ns/shacl#maxCount> "1" ;
    <http://www.w3.org/ns/shacl#path> <https://w3id.org/iadopt/ont/hasConstraint> .
  sub:12_seeAlso <http://www.w3.org/ns/shacl#maxCount> "1" ;
    <http://www.w3.org/ns/shacl#path> rdfs:seeAlso .
  sub:I-ADOPT-Variable dct:conformsTo <https://w3id.org/np/RAprU0T8cWWRNseTC15oQn5oaoiIIgpPx9QMmBZNPsehg/basic-fdo-profile-profile> ;
    a <https://w3id.org/fdoc/o/terms/FdoProfile> , <https://w3id.org/fdof/ontology#FAIRDigitalObject> ;
    rdfs:label "I-ADOPT Variable" ;
    <https://w3id.org/fdoc/o/terms/hasShape> sub:nodeShape .
  sub:nodeShape a <http://www.w3.org/ns/shacl#NodeShape> ;
    <http://www.w3.org/ns/shacl#property> sub:01_type , sub:02_conformsTo , sub:03_prefLabel , sub:04_altLabel , sub:05_description , sub:06_statModifier , sub:07_property , sub:08_OoI , sub:09_matrix , sub:10_context , sub:11_constraint , sub:12_seeAlso ;
    <http://www.w3.org/ns/shacl#targetClass> <https://w3id.org/fdof/ontology#FAIRDigitalObject> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0003-2195-3997 .
}
sub:pubinfo {
  dct:conformsTo nt:hasLabelFromApi "conforms to - Links an FDO to the FDO profile it complies with." .
  rdf:type nt:hasLabelFromApi "has the type - This relation connects an FDO to its types." .
  orcid:0000-0003-2195-3997 foaf:name "Barbara Magagna" .
  this: dct:created "2026-03-09T21:21:07.681Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0003-2195-3997 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:hasNanopubType nt:AssertionTemplate ;
    npx:introduces sub:I-ADOPT-Variable ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    prov:wasDerivedFrom <https://w3id.org/np/RAJbduMbW71ekYhULtjXdE6qeM0-WUt-WAB3HHA1vYPgE> ;
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU> ;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw> , <https://w3id.org/np/RAMEgudZsQ1bh1fZhfYnkthqH6YSXpghSE_DEN1I-6eAI> , <https://w3id.org/np/RARW4MsFkHuwjycNElvEVtuMjpf4yWDL10-0C5l2MqqRQ> , <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI> ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RALwVLnRJ4Y6ZkRC-fDiU0E8QB0XfWBRS0ntWyDMh1l8I> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCM0tu3I/KK6A/qPha/6pfngQZ4LBQpLnKAcIUuZLnSEb0epJ2IoY3zh/4N42us/6LpCHgZZZtSOTm5/KVo+OTDIqo294PpEZAO70u5DcMcGMC5OufzxGKs3Dwdo6XqPiDHxXuiaKCTO7/ABWAi7CtFoMrqJAHfeyqe82dAiH2IiwIDAQAB" ;
    npx:hasSignature "UQrEYGS1IHvZZDInuKrkHi13fg24VgkQzqDik8J/RPwYH73SBhvlQb2hn3TuLDnRw1rBtuvlXKcICcvikhIxTe0ecUG5gx9BedM9JebNdr3XvtFsLAc68818H1w+kmjt7gpfPCPo8wsrDIeOgRlfyhLiO82FPCEXSRcnMGvOvzA=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0003-2195-3997 .
}