@prefix this: . @prefix sub: . @prefix np: . @prefix owl: . @prefix nt: . @prefix xsd: . @prefix skos: . @prefix dm: . @prefix rdfs: . @prefix dct: . @prefix npx: . @prefix prov: . @prefix foaf: . @prefix dsm: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { dsm:GeneralPurposeMetadataSchema a owl:Class; dct:isPartOf dm:; dct:source ; rdfs:label "general purpose metadata schema"; rdfs:subClassOf dsm:MetadataSchema; skos:definition "General metadata schemas have a reduced learning curve and reduced expertise requirements, but their description may be inadequate in a specific domain. They include what are considered the essential elements to describe any data. Such schemas therefore lack domain-specificity and granularity."; skos:example "CSV", "JSON", "TSV" . } sub:provenance { sub:assertion prov:wasAttributedTo ; prov:wasDerivedFrom . } sub:pubinfo { foaf:name "FAIRplus DSM Bot" . this: dct:created "2026-09-05T09:18:21Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:hasNanopubType owl:Class; npx:introduces dsm:GeneralPurposeMetadataSchema; rdfs:label "general purpose metadata schema"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAur0EZ85ThsweXM0E4IAh4SCglHSV8EAYZLx+GLcV2er7SDGxlHUqwEvVvuan4Hu4LMENmzOjpLdTkJF9dVZvkTfhd6CAX3+ry0ef6qAE9M1mNMHNm43Lq7ip1MVHC+xbmTvoFDkvs9wpnddAEVPTfwS370Bi/rpvzc6v6xfWsNNl/Okk+PE2S1jvA3Qk85phqwsIwbD5P5Xk1FVPlX1sh8h4F4/Iyyy0pbmiydYj3TRFYyXp6Wr58w7vRapSgCCAw6S9p/mxZCNyVJDeEOnWbeBRfi9BQdZdvdB2AB6HBlGds4sdt2mvHGxy6uPFgiOD2r32RvCBuMkTxSBipG8UrQIDAQAB"; npx:hasSignature "sj9tPlCF/IB1DPGd9ChF0HLpGsjIQ3oAGiwSnLJZTEUSgi/rbKHsapQMenL9tyPfXHR8QxG6aYArJ8Ag3+lV0gIvfIynUBei8AhA289Ii71hu699Lmy4VeBIKSfyLkf2v3l3meCMn2kNMKOhLcMu8XKw7y7b7zDv9gVB6YkeBcyp01OEBYqGk9gLZKMMpTe0CYFY3C1n3W0hHfpXuUkmFwoCjPFaCSihOYknO8WLgv7pw94E+zLGfO8REsHryzwl7/DYp81YYdxY3hp+7fDA1rhzCeC3p/A9amOLMmXHtXsc9KtKnY/JpGNUe2H9PtqLQ+vC3D1LqbB8NX3mwtDu1g=="; npx:hasSignatureTarget this:; npx:signedBy . }