rudof_cli 0.3.9

RDF and Knowledge Graphs processing tool
1
2
3
4
5
6
7
PREFIX : <http://example.org/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>

:PersonShape {
  a [:Person] ;
  :name xsd:string
}