@prefix this: <http://purl.org/np/RA7prJiIamB4HDNpeApGj0AKF98egjHH1K8jRLf-7p_iQ> .
@prefix sub: <http://purl.org/np/RA7prJiIamB4HDNpeApGj0AKF98egjHH1K8jRLf-7p_iQ#> .
@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 {
  sub:FDOType a nt:UriPlaceholder ;
    rdfs:label "FDO Type URI" .
  sub:ObjectLocation a nt:UriPlaceholder ;
    rdfs:label "content URL" .
  sub:assertion a nt:AssertionTemplate ;
    rdfs:label "Declaring a FAIR Digital Object" ;
    nt:hasNanopubLabelPattern "FAIR Digital Object: ${label}" ;
    nt:hasStatement sub:st1 , sub:st3 , sub:st4 , sub:st9 ;
    nt:hasTag "FDO" .
  sub:fdo a nt:LocalResource , nt:UriPlaceholder ;
    rdfs:label "short ID suffix for this FDO" .
  sub:label a nt:LiteralPlaceholder ;
    rdfs:label "short label or name for this FDO" .
  sub:st1 rdf:object sub:label ;
    rdf:predicate rdfs:label ;
    rdf:subject sub:fdo .
  sub:st3 rdf:object sub:FDOType ;
    rdf:predicate rdf:type ;
    rdf:subject sub:fdo .
  sub:st4 rdf:object sub:ObjectLocation ;
    rdf:predicate <http://www.w3.org/ns/dcat#downloadURL> ;
    rdf:subject sub:fdo .
  sub:st9 rdf:object nt:NANOPUB ;
    rdf:predicate <https://w3id.org/fdof/ontology#hasMetadata> ;
    rdf:subject sub:fdo .
  rdf:type rdfs:label "is a" .
  rdfs:label rdfs:label "has the label" .
  <http://www.w3.org/ns/dcat#downloadURL> rdfs:label "has the content URL" .
  <https://w3id.org/fdof/ontology#hasMetadata> rdfs:label "has its metadata in" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" ;
    npx:hasSignature "IH8xC764XIsLAD/FomrmhaeZ4MQNFo7yHVT+WbmlPx6I+TQU3H9CKW/qtUV90Aq0AHY6jQc0HZKM6Myn59ElEbw4SmRm6FCOUFqNC4xMdRsh/p9TM/fgrfSzcd4xTFIf8W17NKD3qdm73hrQVjzOCgs6If4mMkHPFyb9Vxzpkug=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0002-1267-0234 .
  this: dct:created "2024-07-03T12:15:52.858Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:supersedes ns1:RAxjf5cjkVrLgm-hLvsGtm3dSsEQbqtugqapTgOGsS4Do ;
    npx:wasCreatedAt <http://localhost:37373/> ;
    rdfs:label "Template: Declaring a FAIR Digital Object" ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 , ns1:RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RALtjkZX1lYrTL2eCZp4VTW6vGGxiDZ-aaU-s1Z0Fcs2I> .
  orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
}