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

About the RDF format specification for CiNii Books

Please access the URL as the following format to access RDF of Books' Authors.
http://ci.nii.ac.jp/author/<AuthorID>.rdf
ex:http://ci.nii.ac.jp/author/XX12345678.rdf

The RDF format specification for authors is as follows.

    No. Tag name Required Content Remarks
    First level Second level Third level Fourth level Fifth 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 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
      xmlns:rdfs xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
      xmlns:owl xmlns:owl="http://www.w3.org/2002/07/owl#"
      xmlns:dc xmlns:dc="http://purl.org/dc/elements/1.1/"
      xmlns:dcterms xmlns:dcterms="http://purl.org/dc/terms/"
      xmlns:foaf xmlns:foaf="http://xmlns.com/foaf/0.1/"
      xmlns:cinii xmlns:cinii="http://ci.nii.ac.jp/ns/1.0/">
    3   foaf:Person         Required   Has "#entity" added to the author details page URL.
      rdf:about <rdf:Description rdf:about="http://ci.nii.ac.jp/author/XX12345678#entity">
    4     foaf:isPrimaryTopicOf     rdf:resource Required URL of the RDF <foaf:isPrimaryTopicOf rdf:resource="http://ci.nii.ac.jp/author/XX12345678.rdf" />
    5     foaf:name       Required Author Name Authority  
    6     foaf:name         Transcription of the Author Name  
    7           xml:lang Required Language code of the transcription ko: Korean or ja-hrkt: Japanese transcription
    8     foaf:givenName         First name  
    9     foaf:milldeName         Middle name  
    10     foaf:familyName         Last name  
    11     cinii:authorid       Required Author ID  
    12     dcterms:alternative         Other name Repeated if there are multiple items.
    13     owl:sameAs         Description of the other name Repeated if there are multiple items.
    14           rdf:resource Required   URI of the detailed author page in the case of having other authority record.
    15           dc:title Required Other names