@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix npx: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:annotation a nt:LocalResource; rdfs:label "an annotation" . sub:assertion dct:description "Such a nanopublication represents an annotation of a text according to the Web Annotation Vocabulary."; a nt:AssertionTemplate; rdfs:label "Annotating a text"; nt:hasStatement sub:st0, sub:st1, sub:st1.1, sub:st2, sub:st3, sub:st4, sub:st5, sub:st6, sub:st7, sub:st8; nt:hasTag "Annotations" . sub:body a nt:LocalResource; rdfs:label "an annotation body" . sub:body-text a nt:LongLiteralPlaceholder; rdfs:label "write your annotation text here" . sub:quote a nt:LiteralPlaceholder; rdfs:label "the copy of the text being selected" . sub:quote-prefix a nt:LiteralPlaceholder; rdfs:label "a snippet of text immediately before the selected text" . sub:quote-suffix a nt:LiteralPlaceholder; rdfs:label "a snippet of text immediately after the selected text" . sub:selector a nt:LocalResource; rdfs:label "a selector" . sub:source a nt:UriPlaceholder; rdfs:label "the URI/URL of the source that is being annotated" . sub:st0 rdf:object ; rdf:predicate rdf:type; rdf:subject sub:annotation . sub:st1 rdf:object sub:body; rdf:predicate ; rdf:subject sub:annotation . sub:st1.1 rdf:object sub:body-text; rdf:predicate ; rdf:subject sub:body . sub:st2 rdf:object sub:target; rdf:predicate ; rdf:subject sub:annotation . sub:st3 rdf:object sub:source; rdf:predicate ; rdf:subject sub:target . sub:st4 rdf:object sub:selector; rdf:predicate ; rdf:subject sub:target . sub:st5 rdf:object ; rdf:predicate rdf:type; rdf:subject sub:selector . sub:st6 rdf:object sub:quote-prefix; rdf:predicate ; rdf:subject sub:selector; a nt:OptionalStatement . sub:st7 rdf:object sub:quote; rdf:predicate ; rdf:subject sub:selector . sub:st8 rdf:object sub:quote-suffix; rdf:predicate ; rdf:subject sub:selector; a nt:OptionalStatement . sub:target a nt:LocalResource; rdfs:label "a target" . rdf:type rdfs:label "is a - connects a thing (left) to the class (right) it belongs to" . rdfs:label "annotation - a web annotation of a document or other thing" . rdfs:label "text quote selector - a text quote selector describes a range of text by copying it, and including some of the text immediately before (a prefix) and after (a suffix)" . rdfs:label "refers to part of text that says - refers to a copy of the text which is being selected" . rdfs:label "has as body - connects an annotation to its body element" . rdfs:label "has as selector - connects an annotation to its selector" . rdfs:label "has the source - links to the source that is being annotated" . rdfs:label "has as target - connects an annotation to its target" . rdfs:label "refers to part of text right after - refers to a snippet of content that occurs immediately before the content which is being selected" . rdfs:label "refers to part of text right before - refers to a snippet of content that occurs immediately after the content which is being selected" . rdfs:label "has value - links an identifier to its (textual) value" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCjDGQCS1S+SRnERDuYDXOugdYUP0efEquHJEEHAbU/uLzBVlga89zqrNPCS7fBE6lArBUWEmT8eLKdMapyqvAzI1J3jUWTMhDJF+XFBkUiuiFfNSc4vJJcmi0yujtnuzXsRIG202jyaP4f5ULoskFwaZOSBZJfiE0dsB3D7DTIAQIDAQAB"; npx:hasSignature "eB1v0GcQeij5difnfoG5U/0c5xHSABZ1l3mQ12O/OtJy4ubz1NP/f6D+2hwAsVTxdiXsZqclnF//GEUkc9NEHkZoE6CZcasvQjM69IkfvgPBDGdNWf3/mXSD4wznRz3YFXq/iyU0xf+dsvVP1bYneOQCVPFn22JVNMsWNw1buro="; npx:hasSignatureTarget this: . this: dct:created "2023-03-03T15:51:19.786Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate ; nt:wasCreatedFromTemplate . }