Skip to content

Instantly share code, notes, and snippets.

@jindrichmynarz
Created October 5, 2016 16:43
Show Gist options
  • Save jindrichmynarz/e2da7d0b3476fb525c7dfe94457a7f58 to your computer and use it in GitHub Desktop.
Save jindrichmynarz/e2da7d0b3476fb525c7dfe94457a7f58 to your computer and use it in GitHub Desktop.
Sample dataset for RDF data fusion
@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