Created
October 5, 2016 16:43
-
-
Save jindrichmynarz/e2da7d0b3476fb525c7dfe94457a7f58 to your computer and use it in GitHub Desktop.
Sample dataset for RDF data fusion
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
| @prefix : <http://example.com/> . | |
| :r1 a :C ; | |
| :name "a" . | |
| :r2 a :C ; | |
| :name "a" . | |
| :r3 a :C ; | |
| :name "a" ; | |
| :description "A" . | |
| :r4 a :C ; | |
| :name "b" . | |
| :r5 a :C ; | |
| :name "a" . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment