Skip to content

Document csv_schema.json #12

@moisbo

Description

@moisbo

Example from corpus tools

  const schemaEntity = {
    "@id": generateArcpId(collector.namespace, "schema", "csv"), //"arcp://name,ausnc.ary/csv_schema", // REPOSITORY-UNIQUE NAME
    "@type": "CreativeWork",
    "Name": "Frictionless Table Schema for CSV transcription files in the Sydney Speaks corpus",
    "sameAs": schemaFileName, //Reference to the schema file above TODO: is this the best link?
    "conformsTo": [{
      "@id": "https://specs.frictionlessdata.io/table-schema/"
    }]
  }

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions