🌊
ORCIDのRDFを確認する
ORCIDのRDFを確認する方法です。
以下のORCID IDを対象にします。
https://orcid.org/0000-0001-8245-7925
閲覧には、神崎正英氏が開発されているLinked Data Browswerを使用します。
例えば、以下のURLからRDFデータを閲覧できます。
具体的なRDFデータは以下です。
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:prov="http://www.w3.org/ns/prov#"
xmlns:pav="http://purl.org/pav/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:gn="http://www.geonames.org/ontology#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<foaf:PersonalProfileDocument rdf:about="http://pub.orcid.org/orcid-pub-web/experimental_rdf_v1/0000-0001-8245-7925">
<pav:createdOn rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
>2017-07-14T00:27:17.421Z</pav:createdOn>
<prov:generatedAtTime rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
>2022-12-14T02:40:04.693Z</prov:generatedAtTime>
<pav:lastUpdateOn rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
>2022-12-14T02:40:04.693Z</pav:lastUpdateOn>
<pav:createdWith rdf:resource="https://orcid.org"/>
<prov:wasAttributedTo>
<prov:Person rdf:about="https://orcid.org/0000-0001-8245-7925">
<foaf:account>
<foaf:OnlineAccount rdf:about="https://orcid.org/0000-0001-8245-7925#orcid-id">
<rdfs:label>0000-0001-8245-7925</rdfs:label>
<foaf:accountName>0000-0001-8245-7925</foaf:accountName>
<foaf:accountServiceHomepage rdf:resource="https://orcid.org"/>
</foaf:OnlineAccount>
</foaf:account>
<foaf:publications>
<foaf:Document rdf:about="https://orcid.org/0000-0001-8245-7925#workspace-works"/>
</foaf:publications>
<foaf:page rdf:resource="https://researchmap.jp/nakamura.satoru/?lang=english"/>
<foaf:based_near>
<gn:Feature>
<gn:parentCountry>
<rdf:Description rdf:about="http://sws.geonames.org/1861060/">
<gn:name>Japan</gn:name>
<gn:countryCode>JP</gn:countryCode>
<rdfs:label>Japan</rdfs:label>
</rdf:Description>
</gn:parentCountry>
<gn:countryCode>JP</gn:countryCode>
</gn:Feature>
</foaf:based_near>
<foaf:familyName>Nakamura</foaf:familyName>
<foaf:givenName>Satoru</foaf:givenName>
<rdfs:label>Satoru Nakamura</rdfs:label>
<rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
</prov:Person>
</prov:wasAttributedTo>
<pav:createdBy rdf:resource="https://orcid.org/0000-0001-8245-7925"/>
<foaf:maker rdf:resource="https://orcid.org/0000-0001-8245-7925"/>
<foaf:primaryTopic rdf:resource="https://orcid.org/0000-0001-8245-7925"/>
</foaf:PersonalProfileDocument>
</rdf:RDF>
参考になりましたら幸いです。
Discussion