@prefix this: . @prefix sub: . @prefix schema: . @prefix gen: . @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:vocabulary-development schema:about ; rdfs:comment "This is an example nanopublication demonstrating the 'Defining a use case for a resource' template. It declares vocabulary development and maintenance as a use case category, to which concrete examples can then be attached with the 'Providing an example for a use case' template."; rdfs:label "Example: Vocabulary development and maintenance"; rdfs:subClassOf gen:UseCase; gen:isUseCaseFor . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { nt:hasLabelFromApi "ontology - specification of a conceptualization" . orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: dct:created "2026-07-30T10:33:48Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:hasNanopubType npx:ExampleNanopub, gen:UseCase; npx:introduces sub:vocabulary-development; rdfs:label "Use case: Example: Vocabulary development and maintenance"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "BWdFomewuKePtCWN8IWEZKEimmT6F1Kkph+zzz66fC6oasanJPMVj4s/owvmHb4wFuFaW4TPC90KPNd+qVgDQTmbKSieRFQ46WYgGrm/YEvyjb3sx2VIumdXh52kVVS07AVf6BgtQLc8FRcnXjheCkmy2d/ytE/6c2xD8vroVho="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }