Changes

Jump to navigation Jump to search
'''Details from [[Joe Reilly]] [[Work Logs]] [[Joe Reilly (Work Log)|(log page)]]'''
Created a text document of textpaths for the following nodes: patent number, filing number, grant date, kind, type, application number, and filing date. Saved file in E:\McNair\Projects\SimplerPatentData\data\examples\Patent Schema Reconciliation. Checked/updated each node in [[Equivalent XPath and APS Queries]], and listed examples.  Added xpaths to both [[Equivalent XPath and APS Queries]], and Patent Schema Reconciliation text.txt in E:\McNair\Projects\SimplerPatentData\data\examples\Patent Schema Reconciliation for the following nodes: PATENT_TYPETITLEPCT_DOCUMENT_NUMBERPATENT_COUNTRYPATENT_NUMBERPATENT_KINDPATENT_GRANT_DATEAPPLICATION_NUMBERAPPLICATION_FILING_DATEPRIORITY_CLAIMS_DATEPRIORITY_CLAIMS_COUNTRYPRIORITY_CLAIMS_PATENT_NUMBERIPCR_SUBCLASSIPCR_MAIN_GROUPIPCR_SUB_GROUP  For the following nodes, I only added their xpaths to [[Equivalent XPath and APS Queries]]. Xpaths for these nodes still need to be added to Patent Schema Reconciliation text.txt in E:\McNair\Projects\SimplerPatentData\data\examples\Patent Schema Reconciliation.  CPC_SUBCLASSCPC_MAIN_GROUPCPC_SUB_GROUPCLASSIFICATION_NATIONAL_COUNTRYCLASSIFICATION_NATIONAL_CLASSPRIMARY_EXAMINER_FIRST_NAMEPRIMARY_EXAMINER_LAST_NAMEPRIMARY_EXAMINER_DEPARTMENTNUMBER_OF_CLAIMSSEQUENCELAST_NAMEFIRST_NAME  I haven't looked for or verified any other xpaths for the other nodes, which include: (Under "Citations"): ORG_NAMECITYCOUNTRY STATEADDRESSPOSTCODECITATION_DESCRIPTION All listed nodes under "inventors", "assignments", and "lawyers"    
Notes:
 
There seems to be no filing number in the code for each patent type. There is also no examle xpath in [[Equivalent_XPath_and_APS_Queries#Query_Equivalences]] for filing number. I'm leaving filing number blank for now.
An example xpath for a certain block of code from granted, v4.5, plant:
<us-bibliographic-data-grant> <publication-reference> <document-id> <country>US</country> <doc-number>PP027502</doc-number> <kind>P3</kind> <date>20161227</date> </document-id>
For the above code, I identified (what I think are accurate) xpaths for the nodes of patent number (//us-bibliographic-data-grant/publication-reference/document-id/doc-number), kind (//us-bibliographic-data-grant/publication-reference/document-id/kind), and grant date (//us-bibliographic-data-grant/publication-reference/document-id/date). I am adding added the xpaths for these nodes, as well as all of the other types of nodes mentioned listed above, for the 4 types of patents, for each version, for both granted and applications.
==Useful links==
447

edits

Navigation menu