File: simple.csv

package info (click to toggle)
rudof 0.2.5%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 9,968 kB
  • sloc: python: 1,404; makefile: 32; sh: 1
file content (9 lines) | stat: -rw-r--r-- 443 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
shapeId,shapeLabel,propertyId,Mandatory,Repeatable,valueDatatype,valueShape,valueConstraint,valueConstraintType
Person,Person ,name,true,false,xsd:string,,,
,,birthdate,false,false,xsd:date,,,
,,enrolledIn,false,true,,Course,,
,,worksFor,false,true,,Company,,
,,gender,false,false,,,male female other,picklist
Course,Course,name,true,false,xsd:string,,,
Company,Company label,name,true,false,xsd:string,,,
,,foundation,false,false,xsd:date,,,