@prefix this: <http://purl.org/np/RAxjf5cjkVrLgm-hLvsGtm3dSsEQbqtugqapTgOGsS4Do> .
@prefix sub: <http://purl.org/np/RAxjf5cjkVrLgm-hLvsGtm3dSsEQbqtugqapTgOGsS4Do#> .
@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 rdfs:label "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 "A0zliUEBlRkN32k6aQprapjVaJ+fNi/qgvZMnNj0wlvxAUHIWyDEly64mirkU4hw07S6YhJ90o6qf6DIe/uXxgtFWH1HCmB6nEpjFiyfB8C4KW6zfhdkpxmxrNpsCb9lUc6yvci7uVleyKJg3m+Zc95X2GODHdj9Mn3eJ9BEd/Y=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0002-1267-0234 .
  this: dct:created "2024-07-03T12:14:00.996Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:supersedes ns1:RAqZg-vVGZFl4BtJma9y-a8GE_ARNfpiI_tDeNuKAL4To ;
    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" .
}