@prefix this: <https://w3id.org/np/RAptsWW75HUYiNAgGwh6mjupiikY3KsqsPJ-eb9uhC7tA> .
@prefix sub: <https://w3id.org/np/RAptsWW75HUYiNAgGwh6mjupiikY3KsqsPJ-eb9uhC7tA/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@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 {
  dct:conformsTo dct:conformsTo <https://w3id.org/np/RAPydxVo5qyeX2SZRuoJo55I6C3Z226bmElOCxAicboF8/fdo-attribute-profile> ;
    dct:description "Links an FDO to the FDO profile it complies with." ;
    a <http://www.w3.org/2002/07/owl#ObjectProperty> , <https://w3id.org/fdoc/o/terms/FdoAttribute> , <https://w3id.org/fdof/ontology#FAIRDigitalObject> ;
    rdfs:domain <https://w3id.org/fdof/ontology#FAIRDigitalObject> ;
    rdfs:label "conforms to" ;
    rdfs:range <https://w3id.org/fdoc/o/terms/FdoProfile> .
}
sub:provenance {
  sub:assertion prov:wasDerivedFrom <https://www.dublincore.org/specifications/dublin-core/dcmi-terms/> .
}
sub:pubinfo {
  orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
  this: dct:created "2025-09-03T10:50:24.935Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces dct:conformsTo ;
    npx:supersedes <https://w3id.org/np/RA0_VbLGm98xc0tbdZ7tjwpn6oOLE5B6Z4aCTgV2UnGa4> ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    nt:wasCreatedFromProvenanceTemplate ns1:RAcTpoh5Ra0ssqmcpOgWdaZ_YiPE6demO6cpw-2RvSNs8 ;
    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/RAhQeCZiniHyzJRZnYs9TbnvbkoMn2xmusNax5rAMSHmE> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB" ;
    npx:hasSignature "VTPzrlO9cZeoV1wfPrr0D7Tod4sW2ZmJ+Tt8MDXwuFVyOl9BN3Q/FsOVOj7kMW+EVUdsnPTVEXESfzZL+jgWD+fBaLoaZWvOKA496ou8m1e2x9r8lVsb1RcC61SyVIBcxbAaxtRHJ2Zrg39w5lZAM9KJE3mpFjhw7SV/tvrQJRs=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0002-1267-0234 .
}