Skip to content

Instantly share code, notes, and snippets.

@KMax
Created June 8, 2018 09:48
Show Gist options
  • Save KMax/87569d1009595efcfa020a9ae4f31cf6 to your computer and use it in GitHub Desktop.
Save KMax/87569d1009595efcfa020a9ae4f31cf6 to your computer and use it in GitHub Desktop.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ex: <http://example.com/> .
<http://example.com/contract/e5b9beda-742a-45c5-a5f7-08fb9166ab31> a ex:Contract ;
ex:number “31200010721-03” ;
ex:created “2018-03-06”^^xsd:date ;
ex:customer <http://example.com/org/1057746394155> ;
ex:supplier <http://example.com/org/5087746669225> .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment