{
	"@context": [
		"http://www.w3.org/ns/csvw",
		{
			"@language": "en"
		}
	],
	"tables": [
		{
			"url": "dataset.csv",
			"tableSchema": {
				"columns": [
					{
						"name": "index",
						"datatype": "integer"
					},
					{
						"name": "source_DOI",
						"datatype": "string",
						"propertyUrl": "https://schema.org/identifier"
					},
					{
						"name": "source_type",
						"datatype": "string",
						"propertyUrl": "https://schema.org/category"
					},
					{
						"name": "scholix_relationship_SubType",
						"datatype": "string",
						"propertyUrl": "https://schema.org/linkRelationship"
					},
					{
						"name": "target_DOI",
						"datatype": "string",
						"propertyUrl": "https://schema.org/identifier"
					},
					{
						"name": "target_type",
						"datatype": "string",
						"propertyUrl": "https://schema.org/category"
					},
					{
						"name": "source_DOI_registered_at",
						"datatype": "string"
					},
					{
						"name": "target_DOI_registered_at",
						"datatype": "string"
					},
					{
						"name": "source_title",
						"datatype": "string",
						"propertyUrl": "https://schema.org/headline"
					},
					{
						"name": "target_title",
						"datatype": "string",
						"propertyUrl": "https://schema.org/headline"
					},
					{
						"name": "source_authors_names",
						"datatype": "string",
						"propertyUrl": "https://schema.org/familyName"
					},
					{
						"name": "target_authors_names",
						"datatype": "string",
						"propertyUrl": "https://schema.org/familyName"
					},
					{
						"name": "average_amount_of_same_significant_title_words",
						"datatype": "float",
						"propertyUrl": "https://schema.org/ratingValue"
					},
					{
						"name": "number_of_same_author_names",
						"datatype": "integer",
						"propertyUrl": "https://schema.org/ratingValue"
					},
					{
						"name": "minimum_25percent_same_significant_title_words_OR_minimum_one_same_author_name,
						"datatype": "boolean",
						"propertyUrl": "https://schema.org/ratingValue"
					}
				]
			},
			"dialect": {
				"header": true
			}
		}
	]
}

