-
Notifications
You must be signed in to change notification settings - Fork 884
Closed as not planned
Labels
no-issue-activityDiscuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!).Discuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!).site tools + python codeInfrastructural issues around schema.org site. Most can ignore this!Infrastructural issues around schema.org site. Most can ignore this!
Description
This is one part of #208, for CSV only. My goal here is to provide a replacement for the outdated CSV export on http://schema.rdfs.org/ as a step towards retiring that site. Does the following sound okay?
- Two files
/docs/all-classes.csvand/docs/all-properties.csv - Columns for the class file:
id,label,comment,ancestors,supertypes,subtypes,properties - Columns for the property file:
id,label,comment,domains,ranges - Simple space-separated lists for the multi-valued columns like
subtypes - Use
DataCachelike done for the full tree page - Write the CSV using
csv.writer(no external dependencies)
Should I work off of sdo-gozer or sdo-scripts?
Metadata
Metadata
Assignees
Labels
no-issue-activityDiscuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!).Discuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!).site tools + python codeInfrastructural issues around schema.org site. Most can ignore this!Infrastructural issues around schema.org site. Most can ignore this!