@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { dct:date rdfs:label "has the date" . dct:description rdfs:label "has the description" . rdfs:label "is about" . rdf:type rdfs:label "is a" . rdfs:label rdfs:label "has the label" . rdfs:seeAlso rdfs:label "has more info at" . sub:assertion a nt:AssertionTemplate; rdfs:label "Reporting an issue"; nt:hasStatement sub:st1, sub:st2, sub:st2b, sub:st2c, sub:st3, sub:st4, sub:st5; nt:hasTag "Issues" . sub:date a nt:LiteralPlaceholder; rdfs:label "date (and time) of issue"; nt:hasDatatype xsd:dateTime . sub:description a nt:LongLiteralPlaceholder; rdfs:label "free-text description" . sub:issue a nt:IntroducedResource, nt:LocalResource; rdfs:label "This issue" . sub:issueResource a nt:ExternalUriPlaceholder; rdfs:label "the resource this issue is about" . sub:label a nt:LiteralPlaceholder; rdfs:label "label of the issue" . sub:observer a nt:AgentPlaceholder; rdfs:label "observer of the issue" . sub:seeAlsoResource a nt:ExternalUriPlaceholder; rdfs:label "a pointer to a resource with more info" . sub:st0 rdf:object ; rdf:predicate rdf:type; rdf:subject sub:issue . sub:st1 rdf:object sub:label; rdf:predicate rdfs:label; rdf:subject sub:issue . sub:st2 rdf:object ; rdf:predicate ; rdf:subject sub:issue . sub:st2b rdf:object sub:issueResource; rdf:predicate ; rdf:subject sub:issue . sub:st2c rdf:object sub:seeAlsoResource; rdf:predicate rdfs:seeAlso; rdf:subject sub:issue; a nt:OptionalStatement, nt:RepeatableStatement . sub:st3 rdf:object sub:observer; rdf:predicate ; rdf:subject sub:issue; a nt:RepeatableStatement . sub:st4 rdf:object sub:date; rdf:predicate dct:date; rdf:subject sub:issue . sub:st5 rdf:object sub:description; rdf:predicate dct:description; rdf:subject sub:issue; a nt:OptionalStatement . rdfs:label "HTTP Resolution Error" . rdfs:label "Issue Occurrence" . rdfs:label "has the encountered error" . } 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-09-10T16:23:23.199+02:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:supersedes ; npx:wasCreatedAt ; rdfs:label "Reporting an issue"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "LHui3+nhmVeANt+u7y1YrMp3gR2dgqUgTF9GqcJqNVHiL/pUXZzZFrhTVkygkpyxWNNfu5UG9pfAPBLObuTMD9ztKsleCRKH2XPWm3p+9K0WaEVZ2Kt1EwVTkG06rdE/O8ytdwX36971uB1N1FBUm6Z1G73O5KZtnpyho8+YYtM="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }