@prefix this: . @prefix sub: . @prefix np: . @prefix nt: . @prefix xsd: . @prefix skos: . @prefix orcid: . @prefix rdfs: . @prefix gen: . @prefix dct: . @prefix rdf: . @prefix npx: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { dct:subject rdfs:label "has the topic" . rdfs:comment rdfs:label "has the description" . rdfs:label rdfs:label "has the title" . gen:isUseCaseFor rdfs:label "is a use case for" . sub:assertion a nt:AssertionTemplate; dct:description "Declare an existing resource (identified by its URI — e.g. a Space, project, dataset, or any URI) as a use case for a given Space or Maintained Resource, with an optional title, description, and general topic."; rdfs:label "Describing a use case for a resource"; nt:hasNanopubLabelPattern "${useCase} is a use case for ${entity}"; nt:hasStatement sub:st01, sub:st02, sub:st03, sub:st04; nt:hasTargetNanopubType gen:isUseCaseFor . sub:body a nt:LongLiteralPlaceholder; rdfs:label "description of the use case" . sub:entity a nt:ExternalUriPlaceholder, nt:GuidedChoicePlaceholder; rdfs:label "the Space or Maintained Resource this is a use case for"; nt:possibleValuesFromApi "https://w3id.org/np/l/nanopub-query-1.1/api/RAyMrQ89RECTi9gZK5q7gjL1wKTiP8StkLy0NIkkCiyew/find-things?type=https://w3id.org/kpxl/gen/terms/MaintainedResource", "https://w3id.org/np/l/nanopub-query-1.1/api/RAyMrQ89RECTi9gZK5q7gjL1wKTiP8StkLy0NIkkCiyew/find-things?type=https://w3id.org/kpxl/gen/terms/Space" . sub:st01 rdf:object sub:entity; rdf:predicate gen:isUseCaseFor; rdf:subject sub:useCase . sub:st02 a nt:OptionalStatement; rdf:object sub:title; rdf:predicate rdfs:label; rdf:subject sub:useCase . sub:st03 a nt:OptionalStatement; rdf:object sub:body; rdf:predicate rdfs:comment; rdf:subject sub:useCase . sub:st04 a nt:OptionalStatement; rdf:object sub:subject; rdf:predicate dct:subject; rdf:subject sub:useCase . sub:subject a nt:GuidedChoicePlaceholder; rdfs:label "general topic/category (optional)"; nt:possibleValuesFromApi "https://www.wikidata.org/w/api.php?action=wbsearchentities&language=en&format=json&limit=5&search=" . sub:title a nt:LiteralPlaceholder; rdfs:label "title/label for the use case (optional)" . sub:useCase a nt:ExternalUriPlaceholder; rdfs:label "the use case (an existing URI, e.g. a Space, project, or dataset)" . } 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 "2026-09-24T09:38:44+00:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:hasNanopubType gen:isUseCaseFor; npx:supersedes ; rdfs:label "Describing a use case for a resource"; skos:changeNote "Guided choices that must refer to existing resources are now also external URI placeholders, so Nanodash no longer offers to mint a typed plain name locally for them: entity."; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "GLbihwUBY1h/5Cjhmjx+Cd86ZviS+L+0nBZqXuOMKh0Ps1AwVlS826MddL0l42zxWJR+ISgkfX9Ytnf70nZ6jlbDLj2YXUDPNiqE1OSipm9GASu1K+CJ07qMdXHAb79WG4daoSUWd+lRywq8Y5N7BRUXuWljEHaIFm7RJFawmiE="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }