Help - Metadata and API - RDF - CiNii Articles RDF for Authors

About the RDF format specification for Authors

Please access the URL as the following format to access RDF of Articles' Authors.
http://ci.nii.ac.jp/nrid/<nrid>.rdf
ex:http://ci.nii.ac.jp/nrid/9000001960692.rdf

The RDF format specification for authors is as follows.

  1. Japanese data
    No. Tag name Required Content Remarks
    First level Second level Third Level Attribute
    1 xml       Required Declare as XML document <?xml version="1.0" encoding="utf-8" ?>
    2 rdf:RDF       Required Document route element <rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:foaf="http://xmlns.com/foaf/0.1/"
    3   foaf:Person   rdf:about     Has "#me" added to the author details page URL.
    <rdf:Description rdf:about="http://ci.nii.ac.jp/nrid/1000080143551#me">
    4     foaf:isPrimaryTopicOf rdf:resource   URL of the RDF <foaf:isPrimaryTopicOf rdf:resource="http://ci.nii.ac.jp/nrid/1000080143551.rdf" />
    5     foaf:name     Author name: Japanese  
    6     foaf:name xml:lang   Author name: English xml:lang="en"
    7     foaf:interest     Research fields:Japanese If there are several research fields, this item will be repeated.
    8     foaf:interest     Research fields:English xml:lang="en"
    9       rdf:resource   Link to CiNii Article search results of the research fields rdf:resource="http://ci.nii.ac.jp/keyword/%E6%83%85%E5%A0%B1%E5%AD%A6"
    10       dc:title   Research fields dc:title="information science"
    11     rdfs:seeAlso rdf:resource   External links This item will be repeated.
    rdf:resource="http://rns.nii.ac.jp/?query=%E5%9B%BD%E6%83%85+%E5%A4%AA%E9%83%8E"
    12       dc:title   Name of the External link dc:title="Researcher Name Resolver"
    13   foaf:Organization   rdf:about   Link to CiNii Article search results of the affiliated institution <rdf:about="http://ci.nii.ac.jp/org/
    %E5%9B%BD%E7%AB%8B%E6%83%85%E5%A0%B1
    %E5%AD%A6%E7%A0%94%E7%A9%B6%E6%89%80">
    14     foaf:name     Affiliated institution:Japanese  
    15     foaf:name xml:lang   Affiliated institution:English xml:lang="en"
    16     foaf:member rdf:resource     Has "#me" added to the author details page URL.
    rdf:resource ="http://ci.nii.ac.jp/nrid/1000080143551#me"