@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:newAction rdfs:label "new..."; ; "scheme" . sub:skos-scheme-concepts-view a , ; dct:title "Concepts"; rdfs:label "View of concepts in a SKOS scheme"; sub:newAction; ; "scheme" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: dct:created "2025-10-29T09:57:16.272Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:skos-scheme-concepts-view; npx:wasCreatedAt ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB"; npx:hasSignature "gMyigsbdgtfjkJy/Mfl783oqU2Zon7CytjAtfdoRWEcywemj5Nxl2rcbXDRZkZbE9DsHjy+/PcG3G9WsU6IlMNTQUhz7EHuvYrtFHz2TYD3Xvo7NwFU9W+7j/RuyxPzKloaRmdTv4NelFJkCjK+L5oI4m8z28fSpWMW26Ig9tUE="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . nt:hasLabelFromApi "Defining a new SKOS concept - Such a nanopublication defines a concept according to the SKOS standard." . nt:hasLabelFromApi "Get the concepts of a SKOS scheme - This query returns all concepts that specify to be in the given SKOS scheme." . }