- Jan 2023
-
www.sparontologies.net www.sparontologies.net
-
Annotating an in-text reference pointer with a citation function
```turtle @prefix : http://www.sparontologies.net/example/ . @prefix cito: http://purl.org/spar/cito/ . @prefix c4o: http://purl.org/spar/c4o/ . @prefix oa: http://www.w3.org/ns/oa# . @prefix per: http://data.semanticweb.org/person/ .
:annotation a oa:Annotation ; oa:hasBody :citation ; oa:hasTarget :in-text-ref-pointer ; oa:annotatedBy per:silvio-peroni .
:citation a cito:Citation; cito:hasCitingEntity :paper-a ; cito:hasCitationEvent cito:extends ; cito:hasCitedEntity :paper-b .
:in-text-ref-pointer a c4o:InTextReferencePointer ; c4o:hasContent "[6]" . ```
-
Annotating a citation with an additional text-defined citation function
```turtle @prefix : http://www.sparontologies.net/example/ . @prefix cito: http://purl.org/spar/cito . @prefix cnt: http://www.w3.org/2011/content# . @prefix oa: http://www.w3.org/ns/oa# .
:annotation a oa:Annotation; oa:motivatedBy oa:commenting ; oa:hasBody :comment ; oa:hasTarget :citation .
:comment a cnt:ContentAsText ; cnt:chars "I'm citing that paper because it initiated this whole new field of research." .
:citation a cito:Citation; cito:hasCitingEntity :paper-a ; cito:hasCitationCharacterization cito:cites ; cito:hasCitedEntity :paper-b . ```
-
- May 2022
-
twitter.com twitter.com
-
You can now tag citations in @CiteULike with #CITO! Add the tag "cito--(relationship)--permalink". Example:"cito--usesmethodin--423382".
-
-
jodischneider.com jodischneider.com
-
Machine Tags
cito--cites--1375511
says “this article CiTO:cites article 137511”.
-
-
jbiomedsem.biomedcentral.com jbiomedsem.biomedcentral.com
-
A CiTO citation network
-
-
opencitations.net opencitations.net
Tags
Annotators
URL
-
-
opencitations.net opencitations.net
Tags
Annotators
URL
-
-
semanticpublishing.wordpress.com semanticpublishing.wordpress.com
-
sparontologies.github.io sparontologies.github.io
-
http://purl.org/spar/cito/Citation
Tags
Annotators
URL
-