@prefix this: <https://w3id.org/np/RA8b2fgqTYxTzWh4fBECxu_a-uTtkWPwZrDjfZOBSKx4c> .
@prefix sub: <https://w3id.org/np/RA8b2fgqTYxTzWh4fBECxu_a-uTtkWPwZrDjfZOBSKx4c/> .
@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 {
  rdf:type rdfs:label "is a" .
  rdfs:label rdfs:label "has the label" .
  <https://w3id.org/fdoc/o/terms/hasFdoProfile> rdfs:label "has the FDO profile" .
  <https://w3id.org/fdof/ontology#FAIRDigitalObject> rdfs:label "FAIR Digital Object" .
  <https://w3id.org/fdof/ontology#isMaterializedBy> rdfs:label "has the materialization" .
  sub:assertion dct:description "This template allows for defining an FDO according to an FDO Profile for testing." ;
    a nt:AssertionTemplate ;
    rdfs:label "Defining a test FDO" ;
    nt:hasStatement sub:st01 , sub:st02 , sub:st03 , sub:st04 ;
    nt:hasTag "FDO" .
  sub:fdo a nt:IntroducedResource , nt:LocalResource , nt:UriPlaceholder ;
    rdfs:label "short ID used as URI suffix" .
  sub:label a nt:LiteralPlaceholder ;
    rdfs:label "human-readable label of the FDO" .
  sub:st01 rdf:object <https://w3id.org/fdof/ontology#FAIRDigitalObject> ;
    rdf:predicate rdf:type ;
    rdf:subject sub:fdo .
  sub:st02 rdf:object sub:label ;
    rdf:predicate rdfs:label ;
    rdf:subject sub:fdo .
  sub:st03 rdf:object <https://w3id.org/np/RABPR2eJ7dbuf_OPDLztvRZI-el2_wBFkVBiPCLmr1Q50/test-fdo-profile> ;
    rdf:predicate <https://w3id.org/fdoc/o/terms/hasFdoProfile> ;
    rdf:subject sub:fdo .
  sub:st04 rdf:object sub:url ;
    rdf:predicate <https://w3id.org/fdof/ontology#isMaterializedBy> ;
    rdf:subject sub:fdo .
  sub:url a nt:ExternalUriPlaceholder ;
    rdfs:label "URL where file can be accessed" .
  <https://w3id.org/np/RABPR2eJ7dbuf_OPDLztvRZI-el2_wBFkVBiPCLmr1Q50/test-fdo-profile> rdfs:label "Simple Test FDO Profile" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
  orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
  this: dct:created "2025-05-22T18:19:20.374Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    rdfs:label "Template: Defining a test FDO" ;
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU> ;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw> , <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI> ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RA5reLVXOCPQFWr2UiCJb19ES7NwOpQRmudb17e2iB0c4> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB" ;
    npx:hasSignature "z7SNd9p1lNlMO2X3/Bism4jKyf3B/epNJopwh5OdBnXNrPFpDnbXIZhZgUBM4bvO1xa6FOsuzvbR9div2/41Y/uQuw10ZFCEDD5wfabFt8xGlwAwiKrrUfJoAd+BfH900eSfzensUyXqv8EuuJjIdlJrusH/NROHbxTB+vkgAOI=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0002-1267-0234 .
}