Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSVをRDFへ変換する仕組みを作る #22

Closed
takanakahiko opened this issue Apr 28, 2019 · 2 comments
Closed

CSVをRDFへ変換する仕組みを作る #22

takanakahiko opened this issue Apr 28, 2019 · 2 comments

Comments

@takanakahiko
Copy link
Member

No description provided.

@takanakahiko
Copy link
Member Author

こまっていること

team,member
キラッツ,ももやん
キラッツ,えもやん
キラッツ,そうわね

(語彙とURIは適当ですが)

<http://prismdb.com/team#1>
        name "キラッツ"@ja;
        belongs "えもやん"@ja;
        belongs "えもやん"@ja;
        belongs "そうわね"@ja .

に変換する仕組みが思いつかない...

@takanakahiko
Copy link
Member Author

上記問題は解決しました〜.
課題はあれど,仕組み自体はできたので一度閉じます.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant