@prefix this: <https://w3id.org/np/RAcxlB1yK_mSQ_b9ICHVinnpKz-2gWw_Uthp5YRVzpPLM> .
@prefix sub: <https://w3id.org/np/RAcxlB1yK_mSQ_b9ICHVinnpKz-2gWw_Uthp5YRVzpPLM#> .
@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 {
  rdf:type rdfs:label "is a" .
  rdfs:label rdfs:label "has the label" .
  <https://w3id.org/fdof/ontology#FAIRDigitalObject> rdfs:label "FAIR Digital Object (FDO)" .
  <https://w3id.org/fdof/ontology#hasEncodingFormat> rdfs:label "has the format" .
  <https://w3id.org/fdof/ontology#hasInformationObjectType> rdfs:label "has the type of" .
  <https://w3id.org/fdof/ontology#hasMetadata> rdfs:label "has its metadata in" .
  <https://w3id.org/fdof/ontology#materializes> rdfs:label "is a concrete materialization of" .
  <https://w3id.org/fdof/types#Article> rdfs:label "Article" .
  <https://w3id.org/fdof/types#Dataset> rdfs:label "Dataset" .
  <https://w3id.org/fdof/types#Ontology> rdfs:label "Ontology" .
  <https://w3id.org/fdof/types#Photograph> rdfs:label "Photograph" .
  sub:assertion a nt:AssertionTemplate ;
    rdfs:label "Declaring a general FAIR Digital Object (experimental)" ;
    nt:hasNanopubLabelPattern "FAIR Digital Object: ${label}" ;
    nt:hasStatement sub:st0 , sub:st1 , sub:st3 , sub:st4 , sub:st5 , sub:st9 ;
    nt:hasTag "FDO" .
  sub:extra-obj a nt:ValuePlaceholder ;
    rdfs:label "object URI/literal" .
  sub:extra-pred a nt:UriPlaceholder ;
    rdfs:label "predicate URI" .
  sub:fdo a nt:IntroducedResource , nt:LocalResource , nt:UriPlaceholder ;
    rdfs:label "full URI (e.g. handle.net) or short suffix" .
  sub:format a nt:ExternalUriPlaceholder ;
    rdfs:label "MIME type, such as \"text/csv\" or \"application/trig\"" ;
    nt:hasPrefix "https://iana.org/assignments/media-types/" ;
    nt:hasPrefixLabel "the MIME type" .
  sub:label a nt:LiteralPlaceholder ;
    rdfs:label "label or name for this FDO" .
  sub:materialization a nt:ExternalUriPlaceholder ;
    rdfs:label "materialization URI" .
  sub:st0 rdf:object <https://w3id.org/fdof/ontology#FAIRDigitalObject> ;
    rdf:predicate rdf:type ;
    rdf:subject sub:fdo .
  sub:st1 rdf:object sub:label ;
    rdf:predicate rdfs:label ;
    rdf:subject sub:fdo ;
    a nt:OptionalStatement .
  sub:st3 rdf:object sub:type ;
    rdf:predicate <https://w3id.org/fdof/ontology#hasInformationObjectType> ;
    rdf:subject sub:fdo ;
    a nt:OptionalStatement .
  sub:st4 rdf:object nt:NANOPUB ;
    rdf:predicate <https://w3id.org/fdof/ontology#hasMetadata> ;
    rdf:subject sub:fdo .
  sub:st5 a nt:GroupedStatement , nt:OptionalStatement , nt:RepeatableStatement ;
    nt:hasStatement sub:st5a , sub:st5b .
  sub:st5a rdf:object sub:fdo ;
    rdf:predicate <https://w3id.org/fdof/ontology#materializes> ;
    rdf:subject sub:materialization .
  sub:st5b rdf:object sub:format ;
    rdf:predicate <https://w3id.org/fdof/ontology#hasEncodingFormat> ;
    rdf:subject sub:materialization .
  sub:st9 rdf:object sub:extra-obj ;
    rdf:predicate sub:extra-pred ;
    rdf:subject sub:fdo ;
    a nt:OptionalStatement , nt:RepeatableStatement .
  sub:type a nt:GuidedChoicePlaceholder ;
    rdfs:label "FDO Type URI" ;
    nt:possibleValue <https://w3id.org/fdof/types#Article> , <https://w3id.org/fdof/types#Dataset> , <https://w3id.org/fdof/types#Ontology> , <https://w3id.org/fdof/types#Photograph> ;
    nt:possibleValuesFromApi "https://w3id.org/np/l/nanopub-query-1.1/repo/type/f90cda43071e5afd9dbbd07452380c057c26010dd4e1105cdc108f35fc7280c0?query=prefix%20rdfs%3A%20%3Chttp%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23%3E%0Aprefix%20np%3A%20%3Chttp%3A%2F%2Fwww.nanopub.org%2Fnschema%23%3E%0Aprefix%20npa%3A%20%3Chttp%3A%2F%2Fpurl.org%2Fnanopub%2Fadmin%2F%3E%0Aprefix%20npx%3A%20%3Chttp%3A%2F%2Fpurl.org%2Fnanopub%2Fx%2F%3E%0A%0Aselect%20%3Fthing%20%3Flabel%20where%20%7B%0A%20%20graph%20npa%3Agraph%20%7B%0A%20%20%20%20%3Fnp%20npa%3AhasValidSignatureForPublicKey%20%3Fpubkey%20.%0A%20%20%20%20filter%20not%20exists%20%7B%20%3Fnpx%20npx%3Ainvalidates%20%3Fnp%20%3B%20npa%3AhasValidSignatureForPublicKey%20%3Fpubkey%20.%20%7D%0A%20%20%20%20%3Fnp%20npx%3Aintroduces%20%3Fthing%20.%0A%20%20%20%20%3Fnp%20np%3AhasAssertion%20%3Fa%20.%0A%20%20%7D%0A%20%20graph%20%3Fa%20%7B%0A%20%20%20%20%3Fthing%20rdfs%3Alabel%20%3Flabel%20.%0A%20%20%20%20filter%28contains%28lcase%28str%28%3Flabel%29%29%2C%20lcase%28%22 %22%29%29%29%0A%20%20%7D%0A%7D%0Alimit%2010" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
  orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB" ;
    npx:hasSignature "2JEl1TvHqPsJig0RNmuc+BWJv8l7wblpIEIOe/TgwftLGq8wD5ElC6uTtPiquzPtjJ5pBhrzrEMbNmCmQ7VBdY02R2XThGCEiqJ79gk3BmA31aJvANsmY52QLvOOuLKpzfaIkFf1Sxc2JlD8NQF9/1DEw9YTAlTqkwCh1QmBODs=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0002-1267-0234 .
  this: dct:created "2025-04-11T10:23:16.334Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:supersedes <https://w3id.org/np/RA85gSgHX6HrF88ncqt_FUiqJptrElz1WX1FD9QtD9pqY> ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    rdfs:label "Template: Declaring a general FAIR Digital Object (experimental)" ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw> , <https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw> , <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI> ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAGBEisKAxwcQTdfR7ALwCeQBrUVeU23F8uFvFmO-H6F0> .
}