@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 { a fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:FAIR-Supporting-Resource-to-be-Developed, fip:Metadata-schema, fip:Semantic-model, 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"; fip:implements . } sub:provenance { sub:assertion dct:creator orcid:0000-0001-8869-3718 . } sub:pubinfo { this: dct:created "2026-04-14T16:59:12Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces ; npx:supersedes ; prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "XUkx7Yz+hnGXhtD6RVyckYV8c5QS1HIZo3KAtgmYZohZ39ZG//ylFffQCUSE9hMu9BMX0cu97nVIFKuvg1B/oitpv1HKfhlTAuWBYBfgAPTZCgXD6bkBEjT68metY9xJwOM7lmELY3eKkOrBTzeFE29gt9hAQB+1ALy0lRvef9o="; npx:hasSignatureTarget this: . }