Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7659213
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T13:18:12+00:00 2026-05-31T13:18:12+00:00

Is there a somewhat standardized way to semantically mark up citations in HTML? I

  • 0

Is there a somewhat standardized way to semantically mark up citations in HTML? I know that when I’m citing from a website i can do:

<q title="Article by John" cite="http://example.com/article">quoted text...</q>

But I was rather thinking something a bit more precise, maybe using RDFa and Dublin Core. Along the lines of:

<q cite="http://example.com/article">quoted text...</q>
<span xmlns:dc="http://purl.org/dc/elements/1.1/" about="#berkman">
    <cite property="dc:title">Find It Fast: How to Uncover Expert Information on Any Subject</cite>
    <span property="dc:creator">Berkman, R. I.</span>
    <span property="dc:date">1994</span>
    <span property="dc:publisher">New York: HarperPerennial</span>
    <span property="dc:type">book</span>
</span>

Then I could run some Javascript or XSLT over it to display the citation as a hover-text or footnote or something (HTML5 recommendation on footnotes). But this way seems to be rather loose on semantics. Isn’t there a smart way to associate the quoted text (in the q tag) with an RDF triple? Like:

"quoted text..." voc:isQuotedFrom _b1.
_b1 dc:title "Find it Fast";
    dc:creator "Berkman, R. I.".

I’ve stubled over BibTeXML and a proposed Citation microformat but they (as well as all usages of Dublin Core I’ve seen) always seem to focus on the metadata of a specific book (as it might appear in a bibliography) and not on how to mark up a citation and reference it to a book.

Any thoughts or tips appreciated, thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T13:18:13+00:00Added an answer on May 31, 2026 at 1:18 pm

    Use the BIBO Ontology – it has all the terms you want:

    http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html

    In particular:

    bibo:citedBy
    bibo:cites
    bibo:Quote
    

    RDF doesn’t support literals as subjects.

    So in the example above I would recommend the following, based on the new RDFa-Core Specification:

    <div vocab="http://purl.org/ontology/bibo/" typeof="Quote">
        <span rel="cites" resource="http://mybookstore.com/books#berkman"></span>
        <q cite="http://example.com/article" property="shortDescription">quoted text...</q>
    </div>
    
    <span about="http://mybookstore.com/books#berkman" typeof="Book" prefix="dc: http://purl.org/dc/elements/1.1/" vocab="http://purl.org/ontology/bibo/">
        <cite property="dc:title">Find It Fast: How to Uncover Expert Information on Any Subject</cite>
        <span property="dc:creator">Berkman, R. I.</span>
        <span property="dc:date">1994</span>
        <span property="dc:publisher">New York: HarperPerennial</span>
    </span>
    

    This would resolve to the following rdf:

    @prefix dc: <http://purl.org/dc/elements/1.1/> .
    @prefix bibo: <http://purl.org/ontology/bibo/> .
    @prefix mybooks: <http://mybookstore.com/books#> .
    @prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
    
    _:b1 rdf:type bibo:Quote;
         bibo:cites mybooks:berkman;
         bibo:shortDescription "quoted text...".
    
    mybooks:berkman rdf:type bibo:Book;
            dc:title "Find It Fast: How to Uncover Expert Information on Any Subject";
            dc:creator "Berkman, R. I.";
            dc:date "1994";
            dc:publisher "New York: HarperPerennial".
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know that this is somewhat subjective, but I wonder if there is a
Is there a standard way to do this? I realize this can be somewhat
Somewhat of a follow-on question from here: Is there a NO-OP tag in HTML?
I have a somewhat messily-formatted Objective-C code base. Is there a way to have
so I know there are somewhat similar questions on here, but I haven't been
Besides the (somewhat dated) papers that appear in Wikipedia's ref section, are there good
Are there alternatives to PHP that perform faster and have somewhat the same feature
Is there a somewhat orthodox way to enter ex mode faster, like with a
So I know that I can retrieve the youtube thumbnail by going here: http://img.youtube.com/vi/BoVBdxftEF8/0.jpg
Is there a parser that: is able to parse Python 2.6+ code, and can

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.