Last active
August 29, 2015 14:05
-
-
Save smagch/d07f05d8ade5ef446f63 to your computer and use it in GitHub Desktop.
FOAFでの自分のプロフィール
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0"?> | |
| <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:foaf="http://xmlns.com/foaf/0.1/" xmlns:admin="http://webns.net/mvcb/"> | |
| <foaf:PersonalProfileDocument rdf:about=""> | |
| <foaf:maker rdf:resource="#me"/> | |
| <foaf:primaryTopic rdf:resource="#me"/> | |
| <admin:generatorAgent rdf:resource="http://www.ldodds.com/foaf/foaf-a-matic"/> | |
| <admin:errorReportsTo rdf:resource="mailto:[email protected]"/> | |
| </foaf:PersonalProfileDocument> | |
| <foaf:Person rdf:ID="me"> | |
| <foaf:name>知也 島口</foaf:name> | |
| <foaf:givenname>知也</foaf:givenname> | |
| <foaf:family_name>島口</foaf:family_name> | |
| <foaf:nick>smagch</foaf:nick> | |
| <foaf:mbox rdf:resource="mailto:[email protected]"/> | |
| <foaf:homepage rdf:resource="http://smagch.com"/> | |
| <foaf:depiction rdf:resource="https://avatars3.githubusercontent.com/u/898660"/> | |
| <foaf:phone rdf:resource="tel:08055984637"/> | |
| <foaf:knows> | |
| <foaf:Person> | |
| <foaf:name>坂本和士</foaf:name> | |
| <foaf:mbox rdf:resource="mailto:[email protected]"/> | |
| </foaf:Person> | |
| </foaf:knows> | |
| <foaf:knows> | |
| <foaf:Person> | |
| <foaf:name>安川達朗</foaf:name> | |
| <foaf:mbox rdf:resource="mailto:[email protected]"/> | |
| </foaf:Person> | |
| </foaf:knows> | |
| <foaf:knows> | |
| <foaf:Person> | |
| <foaf:name>荻澤隆</foaf:name> | |
| <foaf:mbox rdf:resource="mailto:[email protected]"/> | |
| </foaf:Person> | |
| </foaf:knows> | |
| </foaf:Person> | |
| </rdf:RDF> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment