@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:DYNCATAnnotationSchema a fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:FAIR-Supporting-Resource-to-be-Developed, fip:Metadata-schema, fip:Structured-vocabulary; rdfs:comment "Ontology based annotation schema used to annotate DYNCAT data and models. It is based on the Elementary Multiperspective Material Ontology and relevant doman ontologies."; rdfs:label "DYNCAT Annotation Schema" . } sub:provenance { sub:assertion dct:creator orcid:0000-0001-8869-3718 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "ImbecOOLqlWpphHuPsxQLDBT52nYD2kF2YXATi9xDvOS6XlKcaGIA9xL08MfOVN4EBvVNZq225bqfUeT7uS74V+x3yPuZf0/goTq6sxgDhM2Knj+WCItJSrHUuR1PovAXtATgmBAtNlDErO37Q6lDHSm3bESA0e5ss2yB2VVJsc="; npx:hasSignatureTarget this: . this: dct:created "2025-05-02T09:09:51Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:DYNCATAnnotationSchema; prov:wasDerivedFrom . }