csvw:
RDF Prefix
CSVW Namespace Vocabulary Terms
This document describes the RDFS vocabulary description used in the Metadata Vocabulary for Tabular Data [[tabular-metadata]] along with the default JSON-LD Context.
The http://www.w3.org/ns/csvw#
namespace defines:
4 | csvw:Direction |
1 | owl:Ontology |
2 | prov:Role |
62 | rdf:Property |
13 | rdfs:Class |
2 | rdfs:Datatype |
62
rdf:Property
- csvw:aboutUrl (about URL)
- csvw:base (base)
- csvw:column (column)
- csvw:columnReference (column reference)
- csvw:commentPrefix (comment prefix)
- csvw:datatype (datatype)
- csvw:decimalChar (decimal character)
- csvw:default (default)
- csvw:delimiter (delimiter)
- csvw:describes (describes)
- csvw:dialect (dialect)
- csvw:doubleQuote (double quote)
- csvw:encoding (encoding)
- csvw:foreignKey (foreign key)
- csvw:format (format)
- csvw:groupChar (group character)
- csvw:header (header)
- csvw:headerRowCount (header row count)
- csvw:lang (language)
- csvw:length (length)
- csvw:lineTerminators (line terminators)
- csvw:maxExclusive (max exclusive)
- csvw:maxInclusive (max inclusive)
- csvw:maxLength (max length)
- csvw:minExclusive (min exclusive)
- csvw:minInclusive (min inclusive)
- csvw:minLength (min length)
- csvw:name (name)
- csvw:note (note)
- csvw:null (null)
- csvw:ordered (ordered)
- csvw:pattern (pattern)
- csvw:primaryKey (primary key)
- csvw:propertyUrl (property URL)
- csvw:quoteChar (quote char)
- csvw:reference (reference)
- csvw:referencedRow (referenced rows)
- csvw:required (required)
- csvw:resource (resource)
- csvw:row (row)
- csvw:rowTitle (row titles)
- csvw:rownum (row number)
- csvw:schemaReference (schema reference)
- csvw:scriptFormat (script format)
- csvw:separator (separator)
- csvw:skipBlankRows (skip blank rows)
- csvw:skipColumns (skip columns)
- csvw:skipInitialSpace (skip initial space)
- csvw:skipRows (skip rows)
- csvw:source (source)
- csvw:suppressOutput (suppress output)
- csvw:table (table)
- csvw:tableDirection (table direction)
- csvw:tableSchema (table schema)
- csvw:targetFormat (target format)
- csvw:textDirection (text direction)
- csvw:title (title)
- csvw:transformations (transformations)
- csvw:trim (trim)
- csvw:url (url)
- csvw:valueUrl (valueUrl)
- csvw:virtual (virtual)
13
rdfs:Class
- csvw:Cell (Cell)
- csvw:Column (Column Description)
- csvw:Datatype (Datatype)
- csvw:Dialect (Dialect Description)
- csvw:Direction (Direction)
- csvw:ForeignKey (Foreign Key Definition)
- csvw:NumericFormat (Numeric Format)
- csvw:Row (Row)
- csvw:Schema (Schema)
- csvw:Table (Annotated Table)
- csvw:TableGroup (Group of Tables)
- csvw:TableReference (Table Reference)
- csvw:Transformation (Transformation Definition)