III · 22

Patent Format (KEV)

The KEV serialization for patent grants and applications, with descriptors for patent number, country, kind code, applicant, assignee, and inventor.

The Patent KEV format covers patent grants and applications. Its identifier is info:ofi/fmt:kev:mtx:patent.

Format identifier

rft_val_fmt=info:ofi/fmt:kev:mtx:patent

Descriptor keys

KeyDescriptionExample
rft.patent_numberPatent number (without country prefix)7654321
rft.ccCountry code of the granting authorityUS
rft.kindKind code (WIPO Standard ST.16): A1, B2, S1, etc.B2
rft.titleTitle of the inventionMethod for Indexing Documents
rft.applicantApplicant (repeatable)Example Corp.
rft.assigneeAssignee (repeatable)Example Corp.
rft.inventorInventor (repeatable)Smith, Anne
rft.prioritydatePriority date2008-04-15
rft.applnumberApplication number12/345,678
rft.applccCountry code of the applicationUS
rft.appldateApplication filing date2008-12-01
rft.dateDate of grant or publication2010-06-22

Worked example

ctx_ver=Z39.88-2004
&rft_val_fmt=info:ofi/fmt:kev:mtx:patent
&rft.patent_number=7654321
&rft.cc=US
&rft.kind=B2
&rft.title=Method+and+System+for+Document+Indexing
&rft.inventor=Doe%2C+Jane
&rft.inventor=Roe%2C+Richard
&rft.assignee=Example+Corporation
&rft.applnumber=12%2F345%2C678
&rft.applcc=US
&rft.appldate=2008-12-01
&rft.date=2010-06-22
&rfr_id=info:sid/example.com:patentdb

Notes

  • Country and kind codes follow WIPO Standard ST.3 (country) and ST.16 (kind), respectively.
  • Inventors and applicants may be repeated.
  • The full patent designation in print — e.g. "US 7,654,321 B2" — is built from rft.cc + rft.patent_number + rft.kind.

Sources