Created
June 22, 2017 09:30
-
-
Save albertmeronyo/a2fff3db14362d539a1d99598476c92b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "dialect": { | |
| "quoteChar": "\"", | |
| "delimiter": ";", | |
| "encoding": "ascii" | |
| }, | |
| "dcat:keyword": [], | |
| "dc:license": { | |
| "@id": "http://opendefinition.org/licenses/cc-by/" | |
| }, | |
| "dc:publisher": { | |
| "schema:name": "CLARIAH Structured Data Hub - Datalegend", | |
| "schema:url": { | |
| "@id": "http://datalegend.org" | |
| } | |
| }, | |
| "url": "test.csv", | |
| "@context": [ | |
| "http://www.w3.org/ns/csvw", | |
| { | |
| "@base": "https://iisg.amsterdam/resource/", | |
| "@language": "en" | |
| }, | |
| { | |
| "owl": "http://www.w3.org/2002/07/owl#", | |
| "dbo": "http://dbpedia.org/ontology/", | |
| "clioctr": "http://data.socialhistory.org/resource/clio/country/", | |
| "hisclass": "http://data.socialhistory.org/resource/hisclass/", | |
| "hisco-product": "http://data.socialhistory.org/resource/hisco/product/", | |
| "hisco-entry": "http://data.socialhistory.org/resource/hisco/entry/", | |
| "ldp": "http://www.w3.org/ns/ldp#", | |
| "clio": "http://data.socialhistory.org/resource/clio/", | |
| "occhisco": "http://data.socialhistory.org/resource/napp/OCCHISCO/", | |
| "dbr": "http://dbpedia.org/resource/", | |
| "skos": "http://www.w3.org/2004/02/skos/core#", | |
| "xml": "http://www.w3.org/XML/1998/namespace/", | |
| "bibo": "http://purl.org/ontology/bibo/", | |
| "rdfs": "http://www.w3.org/2000/01/rdf-schema#", | |
| "prov": "http://www.w3.org/ns/prov#", | |
| "sdmx-code": "http://purl.org/linked-data/sdmx/2009/code#", | |
| "napp-can91": "http://data.socialhistory.org/resource/napp/dataset/canada1891/", | |
| "hiscam": "http://data.socialhistory.org/resource/hiscam/", | |
| "dbpedia": "http://dbpedia.org/resource/", | |
| "np": "http://www.nanopub.org/nschema#", | |
| "canfam-auke": "http://data.socialhistory.org/resource/canfam/auke/", | |
| "dcterms": "http://purl.org/dc/terms/", | |
| "schema": "http://schema.org/", | |
| "foaf": "http://xmlns.com/foaf/0.1/", | |
| "napp": "http://data.socialhistory.org/resource/napp/", | |
| "sdv": "http://data.socialhistory.org/vocab/", | |
| "hisco": "http://data.socialhistory.org/resource/hisco/", | |
| "sdp": "http://data.socialhistory.org/resource/person/", | |
| "sdr": "http://data.socialhistory.org/resource/", | |
| "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", | |
| "time": "http://www.w3.org/2006/time#", | |
| "hsn": "http://data.socialhistory.org/resource/hsn2013a/", | |
| "dc": "http://purl.org/dc/terms/", | |
| "hisco-relation": "http://data.socialhistory.org/resource/hisco/relation/", | |
| "hisco-status": "http://data.socialhistory.org/resource/hisco/status/", | |
| "dbp": "http://dbpedia.org/property/", | |
| "clioprop": "http://data.socialhistory.org/resource/clio/property/", | |
| "sdmx-concept": "http://purl.org/linked-data/sdmx/2009/concept#", | |
| "csvw": "http://www.w3.org/ns/csvw#", | |
| "clioind": "http://data.socialhistory.org/resource/clio/indicator/", | |
| "dc11": "http://purl.org/dc/elements/1.1/", | |
| "canfam-dimension": "http://data.socialhistory.org/vocab/canfam/dimension/", | |
| "napp-eng81": "http://data.socialhistory.org/resource/napp/dataset/englandwales1881/", | |
| "canfam": "http://data.socialhistory.org/resource/canfam/dataset/canada1901/", | |
| "napp-sct81": "http://data.socialhistory.org/resource/napp/dataset/scotland1881/", | |
| "sdmx-measure": "http://purl.org/linked-data/sdmx/2009/measure#", | |
| "qb": "http://purl.org/linked-data/cube#", | |
| "hisclass5": "http://data.socialhistory.org/resource/hisclass5/", | |
| "xsd": "http://www.w3.org/2001/XMLSchema#", | |
| "sdmx-dimension": "http://purl.org/linked-data/sdmx/2009/dimension#", | |
| "napp-dimension": "http://data.socialhistory.org/vocab/napp/dimension/" | |
| } | |
| ], | |
| "dc:title": "test.csv", | |
| "@id": "https://iisg.amsterdam/resource/test.csv", | |
| "dc:modified": { | |
| "@value": "2017-06-20", | |
| "@type": "xsd:date" | |
| }, | |
| "tableSchema": { | |
| "aboutUrl": "{_row}", | |
| "primaryKey": "Rank", | |
| "columns": [ | |
| { | |
| "datatype": "string", | |
| "titles": [ | |
| "Rank" | |
| ], | |
| "@id": "https://iisg.amsterdam/resource/test.csv/column/Rank", | |
| "name": "Rank", | |
| "dc:description": "Rank" | |
| }, | |
| { | |
| "datatype": "string", | |
| "titles": [ | |
| "Country" | |
| ], | |
| "@id": "https://iisg.amsterdam/resource/test.csv/column/Country", | |
| "name": "Country", | |
| "dc:description": "Country" | |
| }, | |
| { | |
| "datatype": "string", | |
| "titles": [ | |
| "Int" | |
| ], | |
| "@id": "https://iisg.amsterdam/resource/test.csv/column/Int", | |
| "name": "Int", | |
| "dc:description": "Int" | |
| } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment