Skip to content

Instantly share code, notes, and snippets.

@cristianvasquez
Created November 26, 2024 22:51
Show Gist options
  • Select an option

  • Save cristianvasquez/0e01351c9370985748409d7d5e9c0954 to your computer and use it in GitHub Desktop.

Select an option

Save cristianvasquez/0e01351c9370985748409d7d5e9c0954 to your computer and use it in GitHub Desktop.
@prefix ex:
<http://example.org/> .
ex:aliceGraph {
ex:Alice ex:name "Alice" ;
ex:knows ex:Bob .
}
ex:bobGraph {
ex:Bob ex:name "Bob" .
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment