{"info":{"_postman_id":"58191287-59e3-478f-b0ec-19d855666f4b","name":"DDI Controlled Vocabularies (CVs)","description":"<html><head></head><body><h2 id=\"overview\">Overview</h2>\n<p><em>What is a</em> <a href=\"https://ddialliance.org/glossary\"><i>controlled vocabulary?</i></a></p>\n<p>This collection documents web services (APIs) available for DDI Alliance Controlled Vocabularies (CVs) that have been created by the <a href=\"http://www.ddialliance.org/alliance/working-groups\">DDI Controlled Vocabularies Group (CVG)</a>.<br>A full list of DDI CVs, with information on concepts covered and available versions, can be found at <a href=\"http://www.ddialliance.org/alliance/working-groups\">DDI Alliance Controlled Vocabularies (CVs)</a>.</p>\n<p>Many of the DDI Alliance vocabularies are already in use worldwide: across Europe by countries belonging to the Consortium of European Social Science Data Archives (CESSDA), in the United States by the Inter-university Consortium for Political and Social Research (ICPSR), and in Canada by Mathematica Policy Research. DDI Controlled Vocabularies are also incorporated in editing and publishing tools that work with the DDI specification, like <a href=\"https://colectica.com/\">Colectica </a> and <a href=\"http://www.ihsn.org/software/ddi-metadata-editor\">Nesstar Publisher</a>.</p>\n<h2 id=\"formats\">Formats</h2>\n<p>From this Postman collection, the DDI CVs are published as SKOS in the following serialisations: JSON-LD, N-Triples, Turtle, and RDF/XML.</p>\n<p>HTML, PDF, and XML versions can be retrieved from the website at : <a href=\"https://rdf-vocabulary.ddialliance.org/cv\">DDI Alliance Controlled Vocabularies (CVs)</a>.</p>\n<h2 id=\"usage\">Usage</h2>\n<p>Usage information for each controlled vocabulary is available in the vocabulary documentation at <a href=\"https://rdf-vocabulary.ddialliance.org/cv\">DDI Alliance Controlled Vocabularies (CVs)</a>. This includes instructions specific to DDI Lifecycle and recommendations, with examples, for how to cite the CVs outside the DDI. The published DDI CVs work with both versions of the DDI specification.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"2085804","collectionId":"58191287-59e3-478f-b0ec-19d855666f4b","publishedId":"2s8ZDVYiHx","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-01-17T14:56:22.000Z"},"item":[{"name":"Get a list of all CVs","event":[{"listen":"test","script":{"id":"964677f5-5659-4419-8813-9d3665b8d6ae","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","","pm.test(\"Content-Type Header is present and of the correct value\", function () {","    pm.response.to.include.header(\"Content-Type\");","    pm.response.to.have.header(\"Content-Type\", \"application/ld+json; charset=utf-8\");","});","","","function getEnglishValue(property) {","    for(const entry of property) {","        if(entry['@language'] == 'en') return entry['@value']","    }","}","","let contentType = pm.response.headers.get('content-type');","","v  = '<html>';","v  += '<head>';","v  += `<script type=\"text/javascript\">","function getTopConcept(id) {","}","</script>`;","v  += '</head>';","v  += '<body>';","if(!contentType.startsWith('application/ld+json')) {","    v +=  '<div>Content type is '+contentType+'. Visualizer only implemented for application/ld+json.</div>';","}","else {","    data = pm.response.json()[0];","    let title = 'DDI Controlled Vocabulary for '+getEnglishValue(data['http://www.w3.org/2004/02/skos/core#prefLabel']);","    title += ' (v'+data['http://www.w3.org/2002/07/owl#versionInfo'][0]['@value']+')';","    v +=  '<h4>'+title+'</h4>';","    v +=  '<div>'+getEnglishValue(data['http://www.w3.org/2004/02/skos/core#definition'])+'</div>';","","    let topConcepts = data['http://www.w3.org/2004/02/skos/core#hasTopConcept']","    v += '<h5 style=\"margin-top:10pt;\">Top Concepts ('+topConcepts.length+')</h5>'","    for(const entry of topConcepts) {","        let id = entry['@id'];","        concept = pm.sendRequest(id)","        v += '<div>';","        v += '<a href=\"'+id+'\" id=\"'+id+'\">'+id+'</a>';","        v += '</div>';","    }","}","v += '</body>';","","","pm.visualizer.set(v);"],"type":"text/javascript","packages":{}}}],"id":"71934132-6e34-45f8-92e0-bef3113f8cc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/n-triples","description":"<p>A mime-type specifying the expected format of the returned content. Supported values are 'application/ld+json', 'application/n-triples', 'application/rdf+xml', text/turtle'.</p>\n"}],"url":"https://rdf-vocabulary.ddialliance.org/cv","description":"<p>Returns a list of all versions of all controlled vocabularies (CVs) in one of the supported formats.</p>\n<h3 id=\"formats\">Formats</h3>\n<p>The format can be specified as a mime-type in the request header (Accept).</p>\n<p>Supported values are:</p>\n<ul>\n<li><p>application/ld+json</p>\n</li>\n<li><p>application/n-triples</p>\n</li>\n<li><p>application/rdf+xml</p>\n</li>\n<li><p>text/turtle</p>\n</li>\n</ul>\n","urlObject":{"path":["cv"],"host":["https://rdf-vocabulary.ddialliance.org"],"query":[],"variable":[]}},"response":[{"id":"267af37e-0bbb-4b82-b5bf-94c46f07c449","name":"Get a list of all CVs in RDF/XML","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/rdf+xml","description":"A mime-type specifying the expected format of the returned content. Supported values are 'application/ld-json', 'application/n-triples', 'application/rdf+xml', text/turtle'. This option can also specified as a query parameter which supersedes this value."}],"url":"https://rdf-vocabulary.ddialliance.org/cv"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Wed, 09 Oct 2024 15:09:39 GMT"},{"key":"Content-Type","value":"application/rdf+xml"},{"key":"Content-Length","value":"16079"},{"key":"Connection","value":"keep-alive"},{"key":"server","value":"uvicorn"},{"key":"apigw-requestid","value":"fY1sCix_LPEEMSQ="}],"cookie":[],"responseTime":null,"body":"<rdf:RDF\n    xmlns:dcterms=\"http://purl.org/dc/terms/\"\n    xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"\n    xmlns:owl=\"http://www.w3.org/2002/07/owl#\"\n    xmlns:skos=\"http://www.w3.org/2004/02/skos/core#\" >\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/GeneralDataFormat/2.0.3/\">\n        <owl:versionInfo>2.0.3</owl:versionInfo>\n        <dcterms:description xml:lang=\"en\">Describes the physical format(s) of the data documented in the logical product(s) of a study unit.</dcterms:description>\n        <dcterms:title xml:lang=\"en\">General Data Format</dcterms:title>\n        <rdf:type rdf:resource=\"http://www.w3.org/2004/02/skos/core#ConceptScheme\"/>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/ContributorRole/1.0.2/\">\n        <owl:versionInfo>1.0.2</owl:versionInfo>\n        <dcterms:description xml:lang=\"en\">A classification of contributor roles.</dcterms:description>\n        <dcterms:title xml:lang=\"en\">Contributor Role</dcterms:title>\n        <rdf:type rdf:resource=\"http://www.w3.org/2004/02/skos/core#ConceptScheme\"/>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/NumericType/1.0.0/\">\n        <owl:versionInfo>1.0.0</owl:versionInfo>\n        <dcterms:description xml:lang=\"en\">Specifies the type of numeric data.</dcterms:description>\n        <dcterms:title xml:lang=\"en\">Numeric Type</dcterms:title>\n        <rdf:type rdf:resource=\"http://www.w3.org/2004/02/skos/core#ConceptScheme\"/>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/LanguageProficiency/1.0.2/\">\n        <owl:versionInfo>1.0.2</owl:versionInfo>\n        <dcterms:description xml:lang=\"en\">Describes the level of proficiency of an individual in a natural language.</dcterms:description>\n        <dcterms:title xml:lang=\"en\">Language Proficiency</dcterms:title>\n        <rdf:type rdf:resource=\"http://www.w3.org/2004/02/skos/core#ConceptScheme\"/>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/CharacterSet/1.0.0/\">\n        <owl:versionInfo>1.0.0</owl:versionInfo>\n        <dcterms:description xml:lang=\"en\">Standard set of characters upon which many character encodings are based (Wikipedia).</dcterms:description>\n        <dcterms:title xml:lang=\"en\">Character Set</dcterms:title>\n        <rdf:type rdf:resource=\"http://www.w3.org/2004/02/skos/core#ConceptScheme\"/>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/TypeOfAddress/1.1.0/\">\n        <owl:versionInfo>1.1.0</owl:versionInfo>\n        <dcterms:description xml:lang=\"en\">Identifies the type of address entered as contact information for an individual or an organization.\n</dcterms:description>\n        <dcterms:title xml:lang=\"en\">Type of Address</dcterms:title>\n        <rdf:type rdf:resource=\"http://www.w3.org/2004/02/skos/core#ConceptScheme\"/>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/DataType/1.0.0/\">\n        <owl:versionInfo>1.0.0</owl:versionInfo>\n        <dcterms:description xml:lang=\"en\">Identifies the type of data, which has a bearing on the acceptable data values, the operations that can be performed with the data, and the ways in which the data are stored.</dcterms:description>\n        <dcterms:title xml:lang=\"en\">Data Type</dcterms:title>\n        <rdf:type rdf:resource=\"http://www.w3.org/2004/02/skos/core#ConceptScheme\"/>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/SummaryStatisticType/2.1.2/\">\n        <owl:versionInfo>2.1.2</owl:versionInfo>\n        <dcterms:description xml:lang=\"en\">Specifies the type of summary statistic. Summary statistics are a single number representation of the characteristics of a set of values.</dcterms:description>\n        <dcterms:title xml:lang=\"en\">Summary Statistic Type</dcterms:title>\n        <rdf:type rdf:resource=\"http://www.w3.org/2004/02/skos/core#ConceptScheme\"/>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/TypeOfFrequency/1.0.0/\">\n        <owl:versionInfo>1.0.0</owl:versionInfo>\n        <dcterms:description xml:lang=\"en\">Indicates the frequency of data collection events. \n</dcterms:description>\n        <dcterms:title xml:lang=\"en\">Type of Frequency</dcterms:title>\n        <rdf:type rdf:resource=\"http://www.w3.org/2004/02/skos/core#ConceptScheme\"/>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/DataSourceType/1.0.2/\">\n        <owl:versionInfo>1.0.2</owl:versionInfo>\n        <dcterms:description xml:lang=\"en\">Includes a typology of data sources.</dcterms:description>\n        <dcterms:title xml:lang=\"en\">Data Source Type</dcterms:title>\n        <rdf:type rdf:resource=\"http://www.w3.org/2004/02/skos/core#ConceptScheme\"/>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/ModeOfCollection/3.0.0/\">\n        <owl:versionInfo>3.0.0</owl:versionInfo>\n        <dcterms:description xml:lang=\"en\">The procedure, technique, or mode of inquiry used to attain the data.</dcterms:description>\n        <dcterms:title xml:lang=\"en\">Mode Of Collection</dcterms:title>\n        <rdf:type rdf:resource=\"http://www.w3.org/2004/02/skos/core#ConceptScheme\"/>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/DataType/1.1.2/\">\n        <owl:versionInfo>1.1.2</owl:versionInfo>\n        <dcterms:description xml:lang=\"en\">Identifies the type of data, which has a bearing on the acceptable data values, the operations that can be performed with the data, and the ways in which the data are stored.</dcterms:description>\n        <dcterms:title xml:lang=\"en\">Data Type</dcterms:title>\n        <rdf:type rdf:resource=\"http://www.w3.org/2004/02/skos/core#ConceptScheme\"/>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/AnalysisUnit/2.1.3/\">\n        <owl:versionInfo>2.1.3</owl:versionInfo>\n        <dcterms:description xml:lang=\"en\">Describes the entity being analyzed in the study or variable. This vocabulary can also be used to describe the unit of observation, which is the unit being observed, or from which data are collected. The unit of observation can be the same as, or different from the unit of analysis. </dcterms:description>\n        <dcterms:title xml:lang=\"en\">Analysis Unit</dcterms:title>\n        <rdf:type rdf:resource=\"http://www.w3.org/2004/02/skos/core#ConceptScheme\"/>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/AnalysisUnit/1.0.0/\">\n        <owl:versionInfo>1.0.0</owl:versionInfo>\n        <dcterms:description xml:lang=\"en\">Describes the entity being analyzed in the study or in the variable.</dcterms:description>\n        <dcterms:title xml:lang=\"en\">Analysis Unit</dcterms:title>\n        <rdf:type rdf:resource=\"http://www.w3.org/2004/02/skos/core#ConceptScheme\"/>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/TypeOfAddress/1.0.0/\">\n        <owl:versionInfo>1.0.0</owl:versionInfo>\n        <dcterms:description xml:lang=\"en\">Identifies the type of address entered as contact information for an individual or an organization.\n</dcterms:description>\n        <dcterms:title xml:lang=\"en\">Type of Address</dcterms:title>\n        <rdf:type rdf:resource=\"http://www.w3.org/2004/02/skos/core#ConceptScheme\"/>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/DateType/1.1.2/\">\n        <owl:versionInfo>1.1.2</owl:versionInfo>\n        <dcterms:description xml:lang=\"en\">Specifies the type of date.\n</dcterms:description>\n        <dcterms:title xml:lang=\"en\">Date Type</dcterms:title>\n        <rdf:type rdf:resource=\"http://www.w3.org/2004/02/skos/core#ConceptScheme\"/>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/TypeOfConceptGroup/1.0.2/\">\n        <owl:versionInfo>1.0.2</owl:versionInfo>\n        <dcterms:description xml:lang=\"en\">Specifies the rationale for creating a concept group.</dcterms:description>\n        <dcterms:title xml:lang=\"en\">Type of Concept Group</dcterms:title>\n        <rdf:type rdf:resource=\"http://www.w3.org/2004/02/skos/core#ConceptScheme\"/>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/SoftwarePackage/1.0.0/\">\n        <owl:versionInfo>1.0.0</owl:versionInfo>\n        <dcterms:description xml:lang=\"en\">Indicates the statistical software package used in the production/processing/dissemination of the data. Data collection software is not covered in this list.</dcterms:description>\n        <dcterms:title xml:lang=\"en\">Software Package</dcterms:title>\n        <rdf:type rdf:resource=\"http://www.w3.org/2004/02/skos/core#ConceptScheme\"/>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/TypeOfNote/1.0.0/\">\n        <owl:versionInfo>1.0.0</owl:versionInfo>\n        <dcterms:description xml:lang=\"en\">Includes a typology of notes.</dcterms:description>\n        <dcterms:title xml:lang=\"en\">Type of Note</dcterms:title>\n        <rdf:type rdf:resource=\"http://www.w3.org/2004/02/skos/core#ConceptScheme\"/>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/ModeOfCollection/4.0.3/\">\n        <owl:versionInfo>4.0.3</owl:versionInfo>\n        <dcterms:description xml:lang=\"en\">The procedure, technique, or mode of inquiry used to attain the data.</dcterms:description>\n        <dcterms:title xml:lang=\"en\">Mode Of Collection</dcterms:title>\n        <rdf:type rdf:resource=\"http://www.w3.org/2004/02/skos/core#ConceptScheme\"/>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/\">\n        <owl:versionInfo>1.1.2</owl:versionInfo>\n        <dcterms:description xml:lang=\"en\">Identifies the type of aggregation used to combine related categories, usually within a common branch of a hierarchy, to provide information at a broader level than the level at which detailed observations are taken. (From: The OECD Glossary of Statistical Terms)</dcterms:description>\n        <dcterms:title xml:lang=\"en\">Aggregation Method</dcterms:title>\n        <rdf:type rdf:resource=\"http://www.w3.org/2004/02/skos/core#ConceptScheme\"/>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/TimeMethod/1.2.3/\">\n        <owl:versionInfo>1.2.3</owl:versionInfo>\n        <dcterms:description xml:lang=\"en\">Describes the time dimension of the data collection.</dcterms:description>\n        <dcterms:title xml:lang=\"en\">Time Method</dcterms:title>\n        <rdf:type rdf:resource=\"http://www.w3.org/2004/02/skos/core#ConceptScheme\"/>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/ResponseUnit/1.0.2/\">\n        <owl:versionInfo>1.0.2</owl:versionInfo>\n        <dcterms:description xml:lang=\"en\">Indicates the entity that provided the information carried by the variable.</dcterms:description>\n        <dcterms:title xml:lang=\"en\">Response Unit</dcterms:title>\n        <rdf:type rdf:resource=\"http://www.w3.org/2004/02/skos/core#ConceptScheme\"/>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/LifecycleEventType/1.0.2/\">\n        <owl:versionInfo>1.0.2</owl:versionInfo>\n        <dcterms:description xml:lang=\"en\">Specifies the event happening over the data life cycle that is considered significant enough to document.</dcterms:description>\n        <dcterms:title xml:lang=\"en\">Lifecycle Event Type</dcterms:title>\n        <rdf:type rdf:resource=\"http://www.w3.org/2004/02/skos/core#ConceptScheme\"/>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/AnalysisUnit/2.0.0/\">\n        <owl:versionInfo>2.0.0</owl:versionInfo>\n        <dcterms:description xml:lang=\"en\">Describes the entity being observed or analyzed in the study or in the variable.</dcterms:description>\n        <dcterms:title xml:lang=\"en\">Analysis Unit</dcterms:title>\n        <rdf:type rdf:resource=\"http://www.w3.org/2004/02/skos/core#ConceptScheme\"/>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/SamplingProcedure/1.1.4/\">\n        <owl:versionInfo>1.1.4</owl:versionInfo>\n        <dcterms:description xml:lang=\"en\">A typology of sampling methods.</dcterms:description>\n        <dcterms:title xml:lang=\"en\">Sampling Procedure</dcterms:title>\n        <rdf:type rdf:resource=\"http://www.w3.org/2004/02/skos/core#ConceptScheme\"/>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/NumericType/1.1.0/\">\n        <owl:versionInfo>1.1.0</owl:versionInfo>\n        <dcterms:description xml:lang=\"en\">Specifies the type of numeric data.</dcterms:description>\n        <dcterms:title xml:lang=\"en\">Numeric Type</dcterms:title>\n        <rdf:type rdf:resource=\"http://www.w3.org/2004/02/skos/core#ConceptScheme\"/>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/TypeOfTranslationMethod/1.0.0/\">\n        <owl:versionInfo>1.0.0</owl:versionInfo>\n        <dcterms:description xml:lang=\"en\">A typology of methods used to translate data collection instruments, including questionnaires, individual questions, measurements, data capture flows, etc.</dcterms:description>\n        <dcterms:title xml:lang=\"en\">Type of Translation Method</dcterms:title>\n        <rdf:type rdf:resource=\"http://www.w3.org/2004/02/skos/core#ConceptScheme\"/>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/CommonalityType/1.0.2/\">\n        <owl:versionInfo>1.0.2</owl:versionInfo>\n        <dcterms:description xml:lang=\"en\">Describes the degree of similarity between two items or schemes (collections of items).</dcterms:description>\n        <dcterms:title xml:lang=\"en\">Commonality Type</dcterms:title>\n        <rdf:type rdf:resource=\"http://www.w3.org/2004/02/skos/core#ConceptScheme\"/>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/TypeOfTelephone/1.0.0/\">\n        <owl:versionInfo>1.0.0</owl:versionInfo>\n        <dcterms:description xml:lang=\"en\">Identifies the type of telephone entered as contact information for an individual or an organization.</dcterms:description>\n        <dcterms:title xml:lang=\"en\">Type of Telephone</dcterms:title>\n        <rdf:type rdf:resource=\"http://www.w3.org/2004/02/skos/core#ConceptScheme\"/>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/TypeOfNote/1.1.0/\">\n        <owl:versionInfo>1.1.0</owl:versionInfo>\n        <dcterms:description xml:lang=\"en\">Includes a typology of notes.</dcterms:description>\n        <dcterms:title xml:lang=\"en\">Type of Note</dcterms:title>\n        <rdf:type rdf:resource=\"http://www.w3.org/2004/02/skos/core#ConceptScheme\"/>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/TimeZone/1.0.0/\">\n        <owl:versionInfo>1.0.0</owl:versionInfo>\n        <dcterms:description xml:lang=\"en\">Time zone specification as an offset from UTC (Coordinated Universal Time) in terms of hours and minutes.</dcterms:description>\n        <dcterms:title xml:lang=\"en\">Time Zone</dcterms:title>\n        <rdf:type rdf:resource=\"http://www.w3.org/2004/02/skos/core#ConceptScheme\"/>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.0.0/\">\n        <owl:versionInfo>1.0.0</owl:versionInfo>\n        <dcterms:description xml:lang=\"en\">Identifies the type of aggregation used to combine related categories, usually within a common branch of a hierarchy, to provide information at a broader level than the level at which detailed observations are taken. (From: The OECD Glossary of Statistical Terms)</dcterms:description>\n        <dcterms:title xml:lang=\"en\">Aggregation Method</dcterms:title>\n        <rdf:type rdf:resource=\"http://www.w3.org/2004/02/skos/core#ConceptScheme\"/>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/TypeOfInstrument/1.1.2/\">\n        <owl:versionInfo>1.1.2</owl:versionInfo>\n        <dcterms:description xml:lang=\"en\">Includes a typology of data collection instruments.</dcterms:description>\n        <dcterms:title xml:lang=\"en\">Type of Instrument</dcterms:title>\n        <rdf:type rdf:resource=\"http://www.w3.org/2004/02/skos/core#ConceptScheme\"/>\n    </rdf:Description>\n</rdf:RDF>"},{"id":"d20ff7dd-ca5e-48a8-a8ba-af05fec986cd","name":"Get a list of all CVs in JSON-LD","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/ld+json","description":"A mime-type specifying the expected format of the returned content. Supported values are 'application/ld-json', 'application/n-triples', 'application/rdf+xml', text/turtle'. This option can also specified as a query parameter which supersedes this value."}],"url":"https://rdf-vocabulary.ddialliance.org/cv"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Oct 2024 15:10:25 GMT"},{"key":"Content-Type","value":"application/ld+json"},{"key":"Content-Length","value":"11769"},{"key":"Connection","value":"keep-alive"},{"key":"server","value":"uvicorn"},{"key":"apigw-requestid","value":"fY1zUg5QLPEEMUQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"@graph\": [\n        {\n            \"@id\": \"http://rdf-vocabulary.ddialliance.org/cv/ModeOfCollection/3.0.0/\",\n            \"owl:versionInfo\": \"3.0.0\",\n            \"dcterms:description\": {\n                \"@language\": \"en\",\n                \"@value\": \"The procedure, technique, or mode of inquiry used to attain the data.\"\n            },\n            \"dcterms:title\": {\n                \"@language\": \"en\",\n                \"@value\": \"Mode Of Collection\"\n            },\n            \"@type\": \"skos:ConceptScheme\"\n        },\n        {\n            \"@id\": \"http://rdf-vocabulary.ddialliance.org/cv/DateType/1.1.2/\",\n            \"owl:versionInfo\": \"1.1.2\",\n            \"dcterms:description\": {\n                \"@language\": \"en\",\n                \"@value\": \"Specifies the type of date.\\n\"\n            },\n            \"dcterms:title\": {\n                \"@language\": \"en\",\n                \"@value\": \"Date Type\"\n            },\n            \"@type\": \"skos:ConceptScheme\"\n        },\n        {\n            \"@id\": \"http://rdf-vocabulary.ddialliance.org/cv/TimeMethod/1.2.3/\",\n            \"owl:versionInfo\": \"1.2.3\",\n            \"dcterms:description\": {\n                \"@language\": \"en\",\n                \"@value\": \"Describes the time dimension of the data collection.\"\n            },\n            \"dcterms:title\": {\n                \"@language\": \"en\",\n                \"@value\": \"Time Method\"\n            },\n            \"@type\": \"skos:ConceptScheme\"\n        },\n        {\n            \"@id\": \"http://rdf-vocabulary.ddialliance.org/cv/ModeOfCollection/4.0.3/\",\n            \"owl:versionInfo\": \"4.0.3\",\n            \"dcterms:description\": {\n                \"@language\": \"en\",\n                \"@value\": \"The procedure, technique, or mode of inquiry used to attain the data.\"\n            },\n            \"dcterms:title\": {\n                \"@language\": \"en\",\n                \"@value\": \"Mode Of Collection\"\n            },\n            \"@type\": \"skos:ConceptScheme\"\n        },\n        {\n            \"@id\": \"http://rdf-vocabulary.ddialliance.org/cv/AnalysisUnit/2.1.3/\",\n            \"owl:versionInfo\": \"2.1.3\",\n            \"dcterms:description\": {\n                \"@language\": \"en\",\n                \"@value\": \"Describes the entity being analyzed in the study or variable. This vocabulary can also be used to describe the unit of observation, which is the unit being observed, or from which data are collected. The unit of observation can be the same as, or different from the unit of analysis. \"\n            },\n            \"dcterms:title\": {\n                \"@language\": \"en\",\n                \"@value\": \"Analysis Unit\"\n            },\n            \"@type\": \"skos:ConceptScheme\"\n        },\n        {\n            \"@id\": \"http://rdf-vocabulary.ddialliance.org/cv/TypeOfTranslationMethod/1.0.0/\",\n            \"owl:versionInfo\": \"1.0.0\",\n            \"dcterms:description\": {\n                \"@language\": \"en\",\n                \"@value\": \"A typology of methods used to translate data collection instruments, including questionnaires, individual questions, measurements, data capture flows, etc.\"\n            },\n            \"dcterms:title\": {\n                \"@language\": \"en\",\n                \"@value\": \"Type of Translation Method\"\n            },\n            \"@type\": \"skos:ConceptScheme\"\n        },\n        {\n            \"@id\": \"http://rdf-vocabulary.ddialliance.org/cv/SummaryStatisticType/2.1.2/\",\n            \"owl:versionInfo\": \"2.1.2\",\n            \"dcterms:description\": {\n                \"@language\": \"en\",\n                \"@value\": \"Specifies the type of summary statistic. Summary statistics are a single number representation of the characteristics of a set of values.\"\n            },\n            \"dcterms:title\": {\n                \"@language\": \"en\",\n                \"@value\": \"Summary Statistic Type\"\n            },\n            \"@type\": \"skos:ConceptScheme\"\n        },\n        {\n            \"@id\": \"http://rdf-vocabulary.ddialliance.org/cv/TypeOfAddress/1.1.0/\",\n            \"owl:versionInfo\": \"1.1.0\",\n            \"dcterms:description\": {\n                \"@language\": \"en\",\n                \"@value\": \"Identifies the type of address entered as contact information for an individual or an organization.\\n\"\n            },\n            \"dcterms:title\": {\n                \"@language\": \"en\",\n                \"@value\": \"Type of Address\"\n            },\n            \"@type\": \"skos:ConceptScheme\"\n        },\n        {\n            \"@id\": \"http://rdf-vocabulary.ddialliance.org/cv/DataType/1.0.0/\",\n            \"owl:versionInfo\": \"1.0.0\",\n            \"dcterms:description\": {\n                \"@language\": \"en\",\n                \"@value\": \"Identifies the type of data, which has a bearing on the acceptable data values, the operations that can be performed with the data, and the ways in which the data are stored.\"\n            },\n            \"dcterms:title\": {\n                \"@language\": \"en\",\n                \"@value\": \"Data Type\"\n            },\n            \"@type\": \"skos:ConceptScheme\"\n        },\n        {\n            \"@id\": \"http://rdf-vocabulary.ddialliance.org/cv/NumericType/1.0.0/\",\n            \"owl:versionInfo\": \"1.0.0\",\n            \"dcterms:description\": {\n                \"@language\": \"en\",\n                \"@value\": \"Specifies the type of numeric data.\"\n            },\n            \"dcterms:title\": {\n                \"@language\": \"en\",\n                \"@value\": \"Numeric Type\"\n            },\n            \"@type\": \"skos:ConceptScheme\"\n        },\n        {\n            \"@id\": \"http://rdf-vocabulary.ddialliance.org/cv/GeneralDataFormat/2.0.3/\",\n            \"owl:versionInfo\": \"2.0.3\",\n            \"dcterms:description\": {\n                \"@language\": \"en\",\n                \"@value\": \"Describes the physical format(s) of the data documented in the logical product(s) of a study unit.\"\n            },\n            \"dcterms:title\": {\n                \"@language\": \"en\",\n                \"@value\": \"General Data Format\"\n            },\n            \"@type\": \"skos:ConceptScheme\"\n        },\n        {\n            \"@id\": \"http://rdf-vocabulary.ddialliance.org/cv/TypeOfNote/1.1.0/\",\n            \"owl:versionInfo\": \"1.1.0\",\n            \"dcterms:description\": {\n                \"@language\": \"en\",\n                \"@value\": \"Includes a typology of notes.\"\n            },\n            \"dcterms:title\": {\n                \"@language\": \"en\",\n                \"@value\": \"Type of Note\"\n            },\n            \"@type\": \"skos:ConceptScheme\"\n        },\n        {\n            \"@id\": \"http://rdf-vocabulary.ddialliance.org/cv/ContributorRole/1.0.2/\",\n            \"owl:versionInfo\": \"1.0.2\",\n            \"dcterms:description\": {\n                \"@language\": \"en\",\n                \"@value\": \"A classification of contributor roles.\"\n            },\n            \"dcterms:title\": {\n                \"@language\": \"en\",\n                \"@value\": \"Contributor Role\"\n            },\n            \"@type\": \"skos:ConceptScheme\"\n        },\n        {\n            \"@id\": \"http://rdf-vocabulary.ddialliance.org/cv/DataSourceType/1.0.2/\",\n            \"owl:versionInfo\": \"1.0.2\",\n            \"dcterms:description\": {\n                \"@language\": \"en\",\n                \"@value\": \"Includes a typology of data sources.\"\n            },\n            \"dcterms:title\": {\n                \"@language\": \"en\",\n                \"@value\": \"Data Source Type\"\n            },\n            \"@type\": \"skos:ConceptScheme\"\n        },\n        {\n            \"@id\": \"http://rdf-vocabulary.ddialliance.org/cv/CharacterSet/1.0.0/\",\n            \"owl:versionInfo\": \"1.0.0\",\n            \"dcterms:description\": {\n                \"@language\": \"en\",\n                \"@value\": \"Standard set of characters upon which many character encodings are based (Wikipedia).\"\n            },\n            \"dcterms:title\": {\n                \"@language\": \"en\",\n                \"@value\": \"Character Set\"\n            },\n            \"@type\": \"skos:ConceptScheme\"\n        },\n        {\n            \"@id\": \"http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.0.0/\",\n            \"owl:versionInfo\": \"1.0.0\",\n            \"dcterms:description\": {\n                \"@language\": \"en\",\n                \"@value\": \"Identifies the type of aggregation used to combine related categories, usually within a common branch of a hierarchy, to provide information at a broader level than the level at which detailed observations are taken. (From: The OECD Glossary of Statistical Terms)\"\n            },\n            \"dcterms:title\": {\n                \"@language\": \"en\",\n                \"@value\": \"Aggregation Method\"\n            },\n            \"@type\": \"skos:ConceptScheme\"\n        },\n        {\n            \"@id\": \"http://rdf-vocabulary.ddialliance.org/cv/SoftwarePackage/1.0.0/\",\n            \"owl:versionInfo\": \"1.0.0\",\n            \"dcterms:description\": {\n                \"@language\": \"en\",\n                \"@value\": \"Indicates the statistical software package used in the production/processing/dissemination of the data. Data collection software is not covered in this list.\"\n            },\n            \"dcterms:title\": {\n                \"@language\": \"en\",\n                \"@value\": \"Software Package\"\n            },\n            \"@type\": \"skos:ConceptScheme\"\n        },\n        {\n            \"@id\": \"http://rdf-vocabulary.ddialliance.org/cv/CommonalityType/1.0.2/\",\n            \"owl:versionInfo\": \"1.0.2\",\n            \"dcterms:description\": {\n                \"@language\": \"en\",\n                \"@value\": \"Describes the degree of similarity between two items or schemes (collections of items).\"\n            },\n            \"dcterms:title\": {\n                \"@language\": \"en\",\n                \"@value\": \"Commonality Type\"\n            },\n            \"@type\": \"skos:ConceptScheme\"\n        },\n        {\n            \"@id\": \"http://rdf-vocabulary.ddialliance.org/cv/TypeOfTelephone/1.0.0/\",\n            \"owl:versionInfo\": \"1.0.0\",\n            \"dcterms:description\": {\n                \"@language\": \"en\",\n                \"@value\": \"Identifies the type of telephone entered as contact information for an individual or an organization.\"\n            },\n            \"dcterms:title\": {\n                \"@language\": \"en\",\n                \"@value\": \"Type of Telephone\"\n            },\n            \"@type\": \"skos:ConceptScheme\"\n        },\n        {\n            \"@id\": \"http://rdf-vocabulary.ddialliance.org/cv/TypeOfAddress/1.0.0/\",\n            \"owl:versionInfo\": \"1.0.0\",\n            \"dcterms:description\": {\n                \"@language\": \"en\",\n                \"@value\": \"Identifies the type of address entered as contact information for an individual or an organization.\\n\"\n            },\n            \"dcterms:title\": {\n                \"@language\": \"en\",\n                \"@value\": \"Type of Address\"\n            },\n            \"@type\": \"skos:ConceptScheme\"\n        },\n        {\n            \"@id\": \"http://rdf-vocabulary.ddialliance.org/cv/TypeOfInstrument/1.1.2/\",\n            \"owl:versionInfo\": \"1.1.2\",\n            \"dcterms:description\": {\n                \"@language\": \"en\",\n                \"@value\": \"Includes a typology of data collection instruments.\"\n            },\n            \"dcterms:title\": {\n                \"@language\": \"en\",\n                \"@value\": \"Type of Instrument\"\n            },\n            \"@type\": \"skos:ConceptScheme\"\n        },\n        {\n            \"@id\": \"http://rdf-vocabulary.ddialliance.org/cv/AnalysisUnit/1.0.0/\",\n            \"owl:versionInfo\": \"1.0.0\",\n            \"dcterms:description\": {\n                \"@language\": \"en\",\n                \"@value\": \"Describes the entity being analyzed in the study or in the variable.\"\n            },\n            \"dcterms:title\": {\n                \"@language\": \"en\",\n                \"@value\": \"Analysis Unit\"\n            },\n            \"@type\": \"skos:ConceptScheme\"\n        },\n        {\n            \"@id\": \"http://rdf-vocabulary.ddialliance.org/cv/TypeOfNote/1.0.0/\",\n            \"owl:versionInfo\": \"1.0.0\",\n            \"dcterms:description\": {\n                \"@language\": \"en\",\n                \"@value\": \"Includes a typology of notes.\"\n            },\n            \"dcterms:title\": {\n                \"@language\": \"en\",\n                \"@value\": \"Type of Note\"\n            },\n            \"@type\": \"skos:ConceptScheme\"\n        },\n        {\n            \"@id\": \"http://rdf-vocabulary.ddialliance.org/cv/TimeZone/1.0.0/\",\n            \"owl:versionInfo\": \"1.0.0\",\n            \"dcterms:description\": {\n                \"@language\": \"en\",\n                \"@value\": \"Time zone specification as an offset from UTC (Coordinated Universal Time) in terms of hours and minutes.\"\n            },\n            \"dcterms:title\": {\n                \"@language\": \"en\",\n                \"@value\": \"Time Zone\"\n            },\n            \"@type\": \"skos:ConceptScheme\"\n        },\n        {\n            \"@id\": \"http://rdf-vocabulary.ddialliance.org/cv/ResponseUnit/1.0.2/\",\n            \"owl:versionInfo\": \"1.0.2\",\n            \"dcterms:description\": {\n                \"@language\": \"en\",\n                \"@value\": \"Indicates the entity that provided the information carried by the variable.\"\n            },\n            \"dcterms:title\": {\n                \"@language\": \"en\",\n                \"@value\": \"Response Unit\"\n            },\n            \"@type\": \"skos:ConceptScheme\"\n        },\n        {\n            \"@id\": \"http://rdf-vocabulary.ddialliance.org/cv/TypeOfFrequency/1.0.0/\",\n            \"owl:versionInfo\": \"1.0.0\",\n            \"dcterms:description\": {\n                \"@language\": \"en\",\n                \"@value\": \"Indicates the frequency of data collection events. \\n\"\n            },\n            \"dcterms:title\": {\n                \"@language\": \"en\",\n                \"@value\": \"Type of Frequency\"\n            },\n            \"@type\": \"skos:ConceptScheme\"\n        },\n        {\n            \"@id\": \"http://rdf-vocabulary.ddialliance.org/cv/DataType/1.1.2/\",\n            \"owl:versionInfo\": \"1.1.2\",\n            \"dcterms:description\": {\n                \"@language\": \"en\",\n                \"@value\": \"Identifies the type of data, which has a bearing on the acceptable data values, the operations that can be performed with the data, and the ways in which the data are stored.\"\n            },\n            \"dcterms:title\": {\n                \"@language\": \"en\",\n                \"@value\": \"Data Type\"\n            },\n            \"@type\": \"skos:ConceptScheme\"\n        },\n        {\n            \"@id\": \"http://rdf-vocabulary.ddialliance.org/cv/AnalysisUnit/2.0.0/\",\n            \"owl:versionInfo\": \"2.0.0\",\n            \"dcterms:description\": {\n                \"@language\": \"en\",\n                \"@value\": \"Describes the entity being observed or analyzed in the study or in the variable.\"\n            },\n            \"dcterms:title\": {\n                \"@language\": \"en\",\n                \"@value\": \"Analysis Unit\"\n            },\n            \"@type\": \"skos:ConceptScheme\"\n        },\n        {\n            \"@id\": \"http://rdf-vocabulary.ddialliance.org/cv/SamplingProcedure/1.1.4/\",\n            \"owl:versionInfo\": \"1.1.4\",\n            \"dcterms:description\": {\n                \"@language\": \"en\",\n                \"@value\": \"A typology of sampling methods.\"\n            },\n            \"dcterms:title\": {\n                \"@language\": \"en\",\n                \"@value\": \"Sampling Procedure\"\n            },\n            \"@type\": \"skos:ConceptScheme\"\n        },\n        {\n            \"@id\": \"http://rdf-vocabulary.ddialliance.org/cv/LanguageProficiency/1.0.2/\",\n            \"owl:versionInfo\": \"1.0.2\",\n            \"dcterms:description\": {\n                \"@language\": \"en\",\n                \"@value\": \"Describes the level of proficiency of an individual in a natural language.\"\n            },\n            \"dcterms:title\": {\n                \"@language\": \"en\",\n                \"@value\": \"Language Proficiency\"\n            },\n            \"@type\": \"skos:ConceptScheme\"\n        },\n        {\n            \"@id\": \"http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/\",\n            \"owl:versionInfo\": \"1.1.2\",\n            \"dcterms:description\": {\n                \"@language\": \"en\",\n                \"@value\": \"Identifies the type of aggregation used to combine related categories, usually within a common branch of a hierarchy, to provide information at a broader level than the level at which detailed observations are taken. (From: The OECD Glossary of Statistical Terms)\"\n            },\n            \"dcterms:title\": {\n                \"@language\": \"en\",\n                \"@value\": \"Aggregation Method\"\n            },\n            \"@type\": \"skos:ConceptScheme\"\n        },\n        {\n            \"@id\": \"http://rdf-vocabulary.ddialliance.org/cv/TypeOfConceptGroup/1.0.2/\",\n            \"owl:versionInfo\": \"1.0.2\",\n            \"dcterms:description\": {\n                \"@language\": \"en\",\n                \"@value\": \"Specifies the rationale for creating a concept group.\"\n            },\n            \"dcterms:title\": {\n                \"@language\": \"en\",\n                \"@value\": \"Type of Concept Group\"\n            },\n            \"@type\": \"skos:ConceptScheme\"\n        },\n        {\n            \"@id\": \"http://rdf-vocabulary.ddialliance.org/cv/LifecycleEventType/1.0.2/\",\n            \"owl:versionInfo\": \"1.0.2\",\n            \"dcterms:description\": {\n                \"@language\": \"en\",\n                \"@value\": \"Specifies the event happening over the data life cycle that is considered significant enough to document.\"\n            },\n            \"dcterms:title\": {\n                \"@language\": \"en\",\n                \"@value\": \"Lifecycle Event Type\"\n            },\n            \"@type\": \"skos:ConceptScheme\"\n        },\n        {\n            \"@id\": \"http://rdf-vocabulary.ddialliance.org/cv/NumericType/1.1.0/\",\n            \"owl:versionInfo\": \"1.1.0\",\n            \"dcterms:description\": {\n                \"@language\": \"en\",\n                \"@value\": \"Specifies the type of numeric data.\"\n            },\n            \"dcterms:title\": {\n                \"@language\": \"en\",\n                \"@value\": \"Numeric Type\"\n            },\n            \"@type\": \"skos:ConceptScheme\"\n        }\n    ],\n    \"@context\": {\n        \"skos\": \"http://www.w3.org/2004/02/skos/core#\",\n        \"dcterms\": \"http://purl.org/dc/terms/\",\n        \"rdf\": \"http://www.w3.org/1999/02/22-rdf-syntax-ns#\",\n        \"owl\": \"http://www.w3.org/2002/07/owl#\"\n    }\n}"},{"id":"9502cbef-8453-4361-935a-887a07836176","name":"Get a list of all CVs in Turtle","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/turtle","description":"A mime-type specifying the expected format of the returned content. Supported values are 'application/ld-json', 'application/n-triples', 'application/rdf+xml', text/turtle'. This option can also specified as a query parameter which supersedes this value."}],"url":"https://rdf-vocabulary.ddialliance.org/cv"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Wed, 09 Oct 2024 15:11:10 GMT"},{"key":"Content-Type","value":"text/turtle; charset=utf-8"},{"key":"Content-Length","value":"11825"},{"key":"Connection","value":"keep-alive"},{"key":"server","value":"uvicorn"},{"key":"apigw-requestid","value":"fY16VhuMrPEEMYA="}],"cookie":[],"responseTime":null,"body":"@prefix dcterms: <http://purl.org/dc/terms/> .\n@prefix owl:     <http://www.w3.org/2002/07/owl#> .\n@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .\n@prefix skos:    <http://www.w3.org/2004/02/skos/core#> .\n\n<http://rdf-vocabulary.ddialliance.org/cv/ModeOfCollection/3.0.0/>\n        rdf:type             skos:ConceptScheme ;\n        dcterms:description  \"The procedure, technique, or mode of inquiry used to attain the data.\"@en ;\n        dcterms:title        \"Mode Of Collection\"@en ;\n        owl:versionInfo      \"3.0.0\" .\n\n<http://rdf-vocabulary.ddialliance.org/cv/DateType/1.1.2/>\n        rdf:type             skos:ConceptScheme ;\n        dcterms:description  \"Specifies the type of date.\\n\"@en ;\n        dcterms:title        \"Date Type\"@en ;\n        owl:versionInfo      \"1.1.2\" .\n\n<http://rdf-vocabulary.ddialliance.org/cv/TimeMethod/1.2.3/>\n        rdf:type             skos:ConceptScheme ;\n        dcterms:description  \"Describes the time dimension of the data collection.\"@en ;\n        dcterms:title        \"Time Method\"@en ;\n        owl:versionInfo      \"1.2.3\" .\n\n<http://rdf-vocabulary.ddialliance.org/cv/ModeOfCollection/4.0.3/>\n        rdf:type             skos:ConceptScheme ;\n        dcterms:description  \"The procedure, technique, or mode of inquiry used to attain the data.\"@en ;\n        dcterms:title        \"Mode Of Collection\"@en ;\n        owl:versionInfo      \"4.0.3\" .\n\n<http://rdf-vocabulary.ddialliance.org/cv/AnalysisUnit/2.1.3/>\n        rdf:type             skos:ConceptScheme ;\n        dcterms:description  \"Describes the entity being analyzed in the study or variable. This vocabulary can also be used to describe the unit of observation, which is the unit being observed, or from which data are collected. The unit of observation can be the same as, or different from the unit of analysis. \"@en ;\n        dcterms:title        \"Analysis Unit\"@en ;\n        owl:versionInfo      \"2.1.3\" .\n\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfTranslationMethod/1.0.0/>\n        rdf:type             skos:ConceptScheme ;\n        dcterms:description  \"A typology of methods used to translate data collection instruments, including questionnaires, individual questions, measurements, data capture flows, etc.\"@en ;\n        dcterms:title        \"Type of Translation Method\"@en ;\n        owl:versionInfo      \"1.0.0\" .\n\n<http://rdf-vocabulary.ddialliance.org/cv/SummaryStatisticType/2.1.2/>\n        rdf:type             skos:ConceptScheme ;\n        dcterms:description  \"Specifies the type of summary statistic. Summary statistics are a single number representation of the characteristics of a set of values.\"@en ;\n        dcterms:title        \"Summary Statistic Type\"@en ;\n        owl:versionInfo      \"2.1.2\" .\n\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfAddress/1.1.0/>\n        rdf:type             skos:ConceptScheme ;\n        dcterms:description  \"Identifies the type of address entered as contact information for an individual or an organization.\\n\"@en ;\n        dcterms:title        \"Type of Address\"@en ;\n        owl:versionInfo      \"1.1.0\" .\n\n<http://rdf-vocabulary.ddialliance.org/cv/DataType/1.0.0/>\n        rdf:type             skos:ConceptScheme ;\n        dcterms:description  \"Identifies the type of data, which has a bearing on the acceptable data values, the operations that can be performed with the data, and the ways in which the data are stored.\"@en ;\n        dcterms:title        \"Data Type\"@en ;\n        owl:versionInfo      \"1.0.0\" .\n\n<http://rdf-vocabulary.ddialliance.org/cv/NumericType/1.0.0/>\n        rdf:type             skos:ConceptScheme ;\n        dcterms:description  \"Specifies the type of numeric data.\"@en ;\n        dcterms:title        \"Numeric Type\"@en ;\n        owl:versionInfo      \"1.0.0\" .\n\n<http://rdf-vocabulary.ddialliance.org/cv/GeneralDataFormat/2.0.3/>\n        rdf:type             skos:ConceptScheme ;\n        dcterms:description  \"Describes the physical format(s) of the data documented in the logical product(s) of a study unit.\"@en ;\n        dcterms:title        \"General Data Format\"@en ;\n        owl:versionInfo      \"2.0.3\" .\n\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfNote/1.1.0/>\n        rdf:type             skos:ConceptScheme ;\n        dcterms:description  \"Includes a typology of notes.\"@en ;\n        dcterms:title        \"Type of Note\"@en ;\n        owl:versionInfo      \"1.1.0\" .\n\n<http://rdf-vocabulary.ddialliance.org/cv/ContributorRole/1.0.2/>\n        rdf:type             skos:ConceptScheme ;\n        dcterms:description  \"A classification of contributor roles.\"@en ;\n        dcterms:title        \"Contributor Role\"@en ;\n        owl:versionInfo      \"1.0.2\" .\n\n<http://rdf-vocabulary.ddialliance.org/cv/DataSourceType/1.0.2/>\n        rdf:type             skos:ConceptScheme ;\n        dcterms:description  \"Includes a typology of data sources.\"@en ;\n        dcterms:title        \"Data Source Type\"@en ;\n        owl:versionInfo      \"1.0.2\" .\n\n<http://rdf-vocabulary.ddialliance.org/cv/CharacterSet/1.0.0/>\n        rdf:type             skos:ConceptScheme ;\n        dcterms:description  \"Standard set of characters upon which many character encodings are based (Wikipedia).\"@en ;\n        dcterms:title        \"Character Set\"@en ;\n        owl:versionInfo      \"1.0.0\" .\n\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.0.0/>\n        rdf:type             skos:ConceptScheme ;\n        dcterms:description  \"Identifies the type of aggregation used to combine related categories, usually within a common branch of a hierarchy, to provide information at a broader level than the level at which detailed observations are taken. (From: The OECD Glossary of Statistical Terms)\"@en ;\n        dcterms:title        \"Aggregation Method\"@en ;\n        owl:versionInfo      \"1.0.0\" .\n\n<http://rdf-vocabulary.ddialliance.org/cv/SoftwarePackage/1.0.0/>\n        rdf:type             skos:ConceptScheme ;\n        dcterms:description  \"Indicates the statistical software package used in the production/processing/dissemination of the data. Data collection software is not covered in this list.\"@en ;\n        dcterms:title        \"Software Package\"@en ;\n        owl:versionInfo      \"1.0.0\" .\n\n<http://rdf-vocabulary.ddialliance.org/cv/CommonalityType/1.0.2/>\n        rdf:type             skos:ConceptScheme ;\n        dcterms:description  \"Describes the degree of similarity between two items or schemes (collections of items).\"@en ;\n        dcterms:title        \"Commonality Type\"@en ;\n        owl:versionInfo      \"1.0.2\" .\n\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfTelephone/1.0.0/>\n        rdf:type             skos:ConceptScheme ;\n        dcterms:description  \"Identifies the type of telephone entered as contact information for an individual or an organization.\"@en ;\n        dcterms:title        \"Type of Telephone\"@en ;\n        owl:versionInfo      \"1.0.0\" .\n\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfAddress/1.0.0/>\n        rdf:type             skos:ConceptScheme ;\n        dcterms:description  \"Identifies the type of address entered as contact information for an individual or an organization.\\n\"@en ;\n        dcterms:title        \"Type of Address\"@en ;\n        owl:versionInfo      \"1.0.0\" .\n\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfInstrument/1.1.2/>\n        rdf:type             skos:ConceptScheme ;\n        dcterms:description  \"Includes a typology of data collection instruments.\"@en ;\n        dcterms:title        \"Type of Instrument\"@en ;\n        owl:versionInfo      \"1.1.2\" .\n\n<http://rdf-vocabulary.ddialliance.org/cv/AnalysisUnit/1.0.0/>\n        rdf:type             skos:ConceptScheme ;\n        dcterms:description  \"Describes the entity being analyzed in the study or in the variable.\"@en ;\n        dcterms:title        \"Analysis Unit\"@en ;\n        owl:versionInfo      \"1.0.0\" .\n\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfNote/1.0.0/>\n        rdf:type             skos:ConceptScheme ;\n        dcterms:description  \"Includes a typology of notes.\"@en ;\n        dcterms:title        \"Type of Note\"@en ;\n        owl:versionInfo      \"1.0.0\" .\n\n<http://rdf-vocabulary.ddialliance.org/cv/TimeZone/1.0.0/>\n        rdf:type             skos:ConceptScheme ;\n        dcterms:description  \"Time zone specification as an offset from UTC (Coordinated Universal Time) in terms of hours and minutes.\"@en ;\n        dcterms:title        \"Time Zone\"@en ;\n        owl:versionInfo      \"1.0.0\" .\n\n<http://rdf-vocabulary.ddialliance.org/cv/ResponseUnit/1.0.2/>\n        rdf:type             skos:ConceptScheme ;\n        dcterms:description  \"Indicates the entity that provided the information carried by the variable.\"@en ;\n        dcterms:title        \"Response Unit\"@en ;\n        owl:versionInfo      \"1.0.2\" .\n\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfFrequency/1.0.0/>\n        rdf:type             skos:ConceptScheme ;\n        dcterms:description  \"Indicates the frequency of data collection events. \\n\"@en ;\n        dcterms:title        \"Type of Frequency\"@en ;\n        owl:versionInfo      \"1.0.0\" .\n\n<http://rdf-vocabulary.ddialliance.org/cv/DataType/1.1.2/>\n        rdf:type             skos:ConceptScheme ;\n        dcterms:description  \"Identifies the type of data, which has a bearing on the acceptable data values, the operations that can be performed with the data, and the ways in which the data are stored.\"@en ;\n        dcterms:title        \"Data Type\"@en ;\n        owl:versionInfo      \"1.1.2\" .\n\n<http://rdf-vocabulary.ddialliance.org/cv/AnalysisUnit/2.0.0/>\n        rdf:type             skos:ConceptScheme ;\n        dcterms:description  \"Describes the entity being observed or analyzed in the study or in the variable.\"@en ;\n        dcterms:title        \"Analysis Unit\"@en ;\n        owl:versionInfo      \"2.0.0\" .\n\n<http://rdf-vocabulary.ddialliance.org/cv/SamplingProcedure/1.1.4/>\n        rdf:type             skos:ConceptScheme ;\n        dcterms:description  \"A typology of sampling methods.\"@en ;\n        dcterms:title        \"Sampling Procedure\"@en ;\n        owl:versionInfo      \"1.1.4\" .\n\n<http://rdf-vocabulary.ddialliance.org/cv/LanguageProficiency/1.0.2/>\n        rdf:type             skos:ConceptScheme ;\n        dcterms:description  \"Describes the level of proficiency of an individual in a natural language.\"@en ;\n        dcterms:title        \"Language Proficiency\"@en ;\n        owl:versionInfo      \"1.0.2\" .\n\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/>\n        rdf:type             skos:ConceptScheme ;\n        dcterms:description  \"Identifies the type of aggregation used to combine related categories, usually within a common branch of a hierarchy, to provide information at a broader level than the level at which detailed observations are taken. (From: The OECD Glossary of Statistical Terms)\"@en ;\n        dcterms:title        \"Aggregation Method\"@en ;\n        owl:versionInfo      \"1.1.2\" .\n\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfConceptGroup/1.0.2/>\n        rdf:type             skos:ConceptScheme ;\n        dcterms:description  \"Specifies the rationale for creating a concept group.\"@en ;\n        dcterms:title        \"Type of Concept Group\"@en ;\n        owl:versionInfo      \"1.0.2\" .\n\n<http://rdf-vocabulary.ddialliance.org/cv/LifecycleEventType/1.0.2/>\n        rdf:type             skos:ConceptScheme ;\n        dcterms:description  \"Specifies the event happening over the data life cycle that is considered significant enough to document.\"@en ;\n        dcterms:title        \"Lifecycle Event Type\"@en ;\n        owl:versionInfo      \"1.0.2\" .\n\n<http://rdf-vocabulary.ddialliance.org/cv/NumericType/1.1.0/>\n        rdf:type             skos:ConceptScheme ;\n        dcterms:description  \"Specifies the type of numeric data.\"@en ;\n        dcterms:title        \"Numeric Type\"@en ;\n        owl:versionInfo      \"1.1.0\" .\n"},{"id":"d3554269-c12b-4fdc-bb2c-83fc1d6ed550","name":"Get a list of all CVs as N-Triples","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/n-triples","description":"A mime-type specifying the expected format of the returned content. Supported values are 'application/ld-json', 'application/n-triples', 'application/rdf+xml', text/turtle'. This option can also specified as a query parameter which supersedes this value."}],"url":"https://rdf-vocabulary.ddialliance.org/cv"},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Date","value":"Wed, 09 Oct 2024 15:11:48 GMT"},{"key":"Content-Type","value":"application/n-triples"},{"key":"Content-Length","value":"21012"},{"key":"Connection","value":"keep-alive"},{"key":"server","value":"uvicorn"},{"key":"apigw-requestid","value":"fY2ASgOUrPEEN4Q="}],"cookie":[],"responseTime":null,"body":"<http://rdf-vocabulary.ddialliance.org/cv/ModeOfCollection/3.0.0/> <http://www.w3.org/2002/07/owl#versionInfo> \"3.0.0\" .\n<http://rdf-vocabulary.ddialliance.org/cv/ModeOfCollection/3.0.0/> <http://purl.org/dc/terms/description> \"The procedure, technique, or mode of inquiry used to attain the data.\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/ModeOfCollection/3.0.0/> <http://purl.org/dc/terms/title> \"Mode Of Collection\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/ModeOfCollection/3.0.0/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .\n<http://rdf-vocabulary.ddialliance.org/cv/DateType/1.1.2/> <http://www.w3.org/2002/07/owl#versionInfo> \"1.1.2\" .\n<http://rdf-vocabulary.ddialliance.org/cv/DateType/1.1.2/> <http://purl.org/dc/terms/description> \"Specifies the type of date.\\n\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/DateType/1.1.2/> <http://purl.org/dc/terms/title> \"Date Type\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/DateType/1.1.2/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .\n<http://rdf-vocabulary.ddialliance.org/cv/TimeMethod/1.2.3/> <http://www.w3.org/2002/07/owl#versionInfo> \"1.2.3\" .\n<http://rdf-vocabulary.ddialliance.org/cv/TimeMethod/1.2.3/> <http://purl.org/dc/terms/description> \"Describes the time dimension of the data collection.\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/TimeMethod/1.2.3/> <http://purl.org/dc/terms/title> \"Time Method\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/TimeMethod/1.2.3/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .\n<http://rdf-vocabulary.ddialliance.org/cv/ModeOfCollection/4.0.3/> <http://www.w3.org/2002/07/owl#versionInfo> \"4.0.3\" .\n<http://rdf-vocabulary.ddialliance.org/cv/ModeOfCollection/4.0.3/> <http://purl.org/dc/terms/description> \"The procedure, technique, or mode of inquiry used to attain the data.\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/ModeOfCollection/4.0.3/> <http://purl.org/dc/terms/title> \"Mode Of Collection\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/ModeOfCollection/4.0.3/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .\n<http://rdf-vocabulary.ddialliance.org/cv/AnalysisUnit/2.1.3/> <http://www.w3.org/2002/07/owl#versionInfo> \"2.1.3\" .\n<http://rdf-vocabulary.ddialliance.org/cv/AnalysisUnit/2.1.3/> <http://purl.org/dc/terms/description> \"Describes the entity being analyzed in the study or variable. This vocabulary can also be used to describe the unit of observation, which is the unit being observed, or from which data are collected. The unit of observation can be the same as, or different from the unit of analysis. \"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/AnalysisUnit/2.1.3/> <http://purl.org/dc/terms/title> \"Analysis Unit\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/AnalysisUnit/2.1.3/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfTranslationMethod/1.0.0/> <http://www.w3.org/2002/07/owl#versionInfo> \"1.0.0\" .\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfTranslationMethod/1.0.0/> <http://purl.org/dc/terms/description> \"A typology of methods used to translate data collection instruments, including questionnaires, individual questions, measurements, data capture flows, etc.\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfTranslationMethod/1.0.0/> <http://purl.org/dc/terms/title> \"Type of Translation Method\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfTranslationMethod/1.0.0/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .\n<http://rdf-vocabulary.ddialliance.org/cv/SummaryStatisticType/2.1.2/> <http://www.w3.org/2002/07/owl#versionInfo> \"2.1.2\" .\n<http://rdf-vocabulary.ddialliance.org/cv/SummaryStatisticType/2.1.2/> <http://purl.org/dc/terms/description> \"Specifies the type of summary statistic. Summary statistics are a single number representation of the characteristics of a set of values.\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/SummaryStatisticType/2.1.2/> <http://purl.org/dc/terms/title> \"Summary Statistic Type\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/SummaryStatisticType/2.1.2/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfAddress/1.1.0/> <http://www.w3.org/2002/07/owl#versionInfo> \"1.1.0\" .\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfAddress/1.1.0/> <http://purl.org/dc/terms/description> \"Identifies the type of address entered as contact information for an individual or an organization.\\n\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfAddress/1.1.0/> <http://purl.org/dc/terms/title> \"Type of Address\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfAddress/1.1.0/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .\n<http://rdf-vocabulary.ddialliance.org/cv/DataType/1.0.0/> <http://www.w3.org/2002/07/owl#versionInfo> \"1.0.0\" .\n<http://rdf-vocabulary.ddialliance.org/cv/DataType/1.0.0/> <http://purl.org/dc/terms/description> \"Identifies the type of data, which has a bearing on the acceptable data values, the operations that can be performed with the data, and the ways in which the data are stored.\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/DataType/1.0.0/> <http://purl.org/dc/terms/title> \"Data Type\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/DataType/1.0.0/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .\n<http://rdf-vocabulary.ddialliance.org/cv/NumericType/1.0.0/> <http://www.w3.org/2002/07/owl#versionInfo> \"1.0.0\" .\n<http://rdf-vocabulary.ddialliance.org/cv/NumericType/1.0.0/> <http://purl.org/dc/terms/description> \"Specifies the type of numeric data.\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/NumericType/1.0.0/> <http://purl.org/dc/terms/title> \"Numeric Type\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/NumericType/1.0.0/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .\n<http://rdf-vocabulary.ddialliance.org/cv/GeneralDataFormat/2.0.3/> <http://www.w3.org/2002/07/owl#versionInfo> \"2.0.3\" .\n<http://rdf-vocabulary.ddialliance.org/cv/GeneralDataFormat/2.0.3/> <http://purl.org/dc/terms/description> \"Describes the physical format(s) of the data documented in the logical product(s) of a study unit.\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/GeneralDataFormat/2.0.3/> <http://purl.org/dc/terms/title> \"General Data Format\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/GeneralDataFormat/2.0.3/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfNote/1.1.0/> <http://www.w3.org/2002/07/owl#versionInfo> \"1.1.0\" .\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfNote/1.1.0/> <http://purl.org/dc/terms/description> \"Includes a typology of notes.\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfNote/1.1.0/> <http://purl.org/dc/terms/title> \"Type of Note\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfNote/1.1.0/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .\n<http://rdf-vocabulary.ddialliance.org/cv/ContributorRole/1.0.2/> <http://www.w3.org/2002/07/owl#versionInfo> \"1.0.2\" .\n<http://rdf-vocabulary.ddialliance.org/cv/ContributorRole/1.0.2/> <http://purl.org/dc/terms/description> \"A classification of contributor roles.\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/ContributorRole/1.0.2/> <http://purl.org/dc/terms/title> \"Contributor Role\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/ContributorRole/1.0.2/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .\n<http://rdf-vocabulary.ddialliance.org/cv/DataSourceType/1.0.2/> <http://www.w3.org/2002/07/owl#versionInfo> \"1.0.2\" .\n<http://rdf-vocabulary.ddialliance.org/cv/DataSourceType/1.0.2/> <http://purl.org/dc/terms/description> \"Includes a typology of data sources.\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/DataSourceType/1.0.2/> <http://purl.org/dc/terms/title> \"Data Source Type\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/DataSourceType/1.0.2/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .\n<http://rdf-vocabulary.ddialliance.org/cv/CharacterSet/1.0.0/> <http://www.w3.org/2002/07/owl#versionInfo> \"1.0.0\" .\n<http://rdf-vocabulary.ddialliance.org/cv/CharacterSet/1.0.0/> <http://purl.org/dc/terms/description> \"Standard set of characters upon which many character encodings are based (Wikipedia).\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/CharacterSet/1.0.0/> <http://purl.org/dc/terms/title> \"Character Set\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/CharacterSet/1.0.0/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.0.0/> <http://www.w3.org/2002/07/owl#versionInfo> \"1.0.0\" .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.0.0/> <http://purl.org/dc/terms/description> \"Identifies the type of aggregation used to combine related categories, usually within a common branch of a hierarchy, to provide information at a broader level than the level at which detailed observations are taken. (From: The OECD Glossary of Statistical Terms)\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.0.0/> <http://purl.org/dc/terms/title> \"Aggregation Method\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.0.0/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .\n<http://rdf-vocabulary.ddialliance.org/cv/SoftwarePackage/1.0.0/> <http://www.w3.org/2002/07/owl#versionInfo> \"1.0.0\" .\n<http://rdf-vocabulary.ddialliance.org/cv/SoftwarePackage/1.0.0/> <http://purl.org/dc/terms/description> \"Indicates the statistical software package used in the production/processing/dissemination of the data. Data collection software is not covered in this list.\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/SoftwarePackage/1.0.0/> <http://purl.org/dc/terms/title> \"Software Package\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/SoftwarePackage/1.0.0/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .\n<http://rdf-vocabulary.ddialliance.org/cv/CommonalityType/1.0.2/> <http://www.w3.org/2002/07/owl#versionInfo> \"1.0.2\" .\n<http://rdf-vocabulary.ddialliance.org/cv/CommonalityType/1.0.2/> <http://purl.org/dc/terms/description> \"Describes the degree of similarity between two items or schemes (collections of items).\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/CommonalityType/1.0.2/> <http://purl.org/dc/terms/title> \"Commonality Type\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/CommonalityType/1.0.2/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfTelephone/1.0.0/> <http://www.w3.org/2002/07/owl#versionInfo> \"1.0.0\" .\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfTelephone/1.0.0/> <http://purl.org/dc/terms/description> \"Identifies the type of telephone entered as contact information for an individual or an organization.\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfTelephone/1.0.0/> <http://purl.org/dc/terms/title> \"Type of Telephone\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfTelephone/1.0.0/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfAddress/1.0.0/> <http://www.w3.org/2002/07/owl#versionInfo> \"1.0.0\" .\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfAddress/1.0.0/> <http://purl.org/dc/terms/description> \"Identifies the type of address entered as contact information for an individual or an organization.\\n\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfAddress/1.0.0/> <http://purl.org/dc/terms/title> \"Type of Address\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfAddress/1.0.0/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfInstrument/1.1.2/> <http://www.w3.org/2002/07/owl#versionInfo> \"1.1.2\" .\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfInstrument/1.1.2/> <http://purl.org/dc/terms/description> \"Includes a typology of data collection instruments.\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfInstrument/1.1.2/> <http://purl.org/dc/terms/title> \"Type of Instrument\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfInstrument/1.1.2/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .\n<http://rdf-vocabulary.ddialliance.org/cv/AnalysisUnit/1.0.0/> <http://www.w3.org/2002/07/owl#versionInfo> \"1.0.0\" .\n<http://rdf-vocabulary.ddialliance.org/cv/AnalysisUnit/1.0.0/> <http://purl.org/dc/terms/description> \"Describes the entity being analyzed in the study or in the variable.\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/AnalysisUnit/1.0.0/> <http://purl.org/dc/terms/title> \"Analysis Unit\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/AnalysisUnit/1.0.0/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfNote/1.0.0/> <http://www.w3.org/2002/07/owl#versionInfo> \"1.0.0\" .\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfNote/1.0.0/> <http://purl.org/dc/terms/description> \"Includes a typology of notes.\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfNote/1.0.0/> <http://purl.org/dc/terms/title> \"Type of Note\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfNote/1.0.0/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .\n<http://rdf-vocabulary.ddialliance.org/cv/TimeZone/1.0.0/> <http://www.w3.org/2002/07/owl#versionInfo> \"1.0.0\" .\n<http://rdf-vocabulary.ddialliance.org/cv/TimeZone/1.0.0/> <http://purl.org/dc/terms/description> \"Time zone specification as an offset from UTC (Coordinated Universal Time) in terms of hours and minutes.\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/TimeZone/1.0.0/> <http://purl.org/dc/terms/title> \"Time Zone\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/TimeZone/1.0.0/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .\n<http://rdf-vocabulary.ddialliance.org/cv/ResponseUnit/1.0.2/> <http://www.w3.org/2002/07/owl#versionInfo> \"1.0.2\" .\n<http://rdf-vocabulary.ddialliance.org/cv/ResponseUnit/1.0.2/> <http://purl.org/dc/terms/description> \"Indicates the entity that provided the information carried by the variable.\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/ResponseUnit/1.0.2/> <http://purl.org/dc/terms/title> \"Response Unit\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/ResponseUnit/1.0.2/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfFrequency/1.0.0/> <http://www.w3.org/2002/07/owl#versionInfo> \"1.0.0\" .\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfFrequency/1.0.0/> <http://purl.org/dc/terms/description> \"Indicates the frequency of data collection events. \\n\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfFrequency/1.0.0/> <http://purl.org/dc/terms/title> \"Type of Frequency\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfFrequency/1.0.0/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .\n<http://rdf-vocabulary.ddialliance.org/cv/DataType/1.1.2/> <http://www.w3.org/2002/07/owl#versionInfo> \"1.1.2\" .\n<http://rdf-vocabulary.ddialliance.org/cv/DataType/1.1.2/> <http://purl.org/dc/terms/description> \"Identifies the type of data, which has a bearing on the acceptable data values, the operations that can be performed with the data, and the ways in which the data are stored.\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/DataType/1.1.2/> <http://purl.org/dc/terms/title> \"Data Type\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/DataType/1.1.2/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .\n<http://rdf-vocabulary.ddialliance.org/cv/AnalysisUnit/2.0.0/> <http://www.w3.org/2002/07/owl#versionInfo> \"2.0.0\" .\n<http://rdf-vocabulary.ddialliance.org/cv/AnalysisUnit/2.0.0/> <http://purl.org/dc/terms/description> \"Describes the entity being observed or analyzed in the study or in the variable.\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/AnalysisUnit/2.0.0/> <http://purl.org/dc/terms/title> \"Analysis Unit\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/AnalysisUnit/2.0.0/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .\n<http://rdf-vocabulary.ddialliance.org/cv/SamplingProcedure/1.1.4/> <http://www.w3.org/2002/07/owl#versionInfo> \"1.1.4\" .\n<http://rdf-vocabulary.ddialliance.org/cv/SamplingProcedure/1.1.4/> <http://purl.org/dc/terms/description> \"A typology of sampling methods.\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/SamplingProcedure/1.1.4/> <http://purl.org/dc/terms/title> \"Sampling Procedure\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/SamplingProcedure/1.1.4/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .\n<http://rdf-vocabulary.ddialliance.org/cv/LanguageProficiency/1.0.2/> <http://www.w3.org/2002/07/owl#versionInfo> \"1.0.2\" .\n<http://rdf-vocabulary.ddialliance.org/cv/LanguageProficiency/1.0.2/> <http://purl.org/dc/terms/description> \"Describes the level of proficiency of an individual in a natural language.\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/LanguageProficiency/1.0.2/> <http://purl.org/dc/terms/title> \"Language Proficiency\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/LanguageProficiency/1.0.2/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/> <http://www.w3.org/2002/07/owl#versionInfo> \"1.1.2\" .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/> <http://purl.org/dc/terms/description> \"Identifies the type of aggregation used to combine related categories, usually within a common branch of a hierarchy, to provide information at a broader level than the level at which detailed observations are taken. (From: The OECD Glossary of Statistical Terms)\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/> <http://purl.org/dc/terms/title> \"Aggregation Method\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfConceptGroup/1.0.2/> <http://www.w3.org/2002/07/owl#versionInfo> \"1.0.2\" .\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfConceptGroup/1.0.2/> <http://purl.org/dc/terms/description> \"Specifies the rationale for creating a concept group.\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfConceptGroup/1.0.2/> <http://purl.org/dc/terms/title> \"Type of Concept Group\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/TypeOfConceptGroup/1.0.2/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .\n<http://rdf-vocabulary.ddialliance.org/cv/LifecycleEventType/1.0.2/> <http://www.w3.org/2002/07/owl#versionInfo> \"1.0.2\" .\n<http://rdf-vocabulary.ddialliance.org/cv/LifecycleEventType/1.0.2/> <http://purl.org/dc/terms/description> \"Specifies the event happening over the data life cycle that is considered significant enough to document.\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/LifecycleEventType/1.0.2/> <http://purl.org/dc/terms/title> \"Lifecycle Event Type\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/LifecycleEventType/1.0.2/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .\n<http://rdf-vocabulary.ddialliance.org/cv/NumericType/1.1.0/> <http://www.w3.org/2002/07/owl#versionInfo> \"1.1.0\" .\n<http://rdf-vocabulary.ddialliance.org/cv/NumericType/1.1.0/> <http://purl.org/dc/terms/description> \"Specifies the type of numeric data.\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/NumericType/1.1.0/> <http://purl.org/dc/terms/title> \"Numeric Type\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/NumericType/1.1.0/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .\n"}],"_postman_id":"71934132-6e34-45f8-92e0-bef3113f8cc6"},{"name":"Get latest version of a CV by name","event":[{"listen":"test","script":{"id":"964677f5-5659-4419-8813-9d3665b8d6ae","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","","pm.test(\"Content-Type Header is present and of the correct value\", function () {","    pm.response.to.include.header(\"Content-Type\");","    pm.response.to.have.header(\"Content-Type\", \"application/ld+json; charset=utf-8\");","});","","","function getEnglishValue(property) {","    for(const entry of property) {","        if(entry['@language'] == 'en') return entry['@value']","    }","}","","let contentType = pm.response.headers.get('content-type');","","v  = '<html>';","v  += '<head>';","v  += `<script type=\"text/javascript\">","function getTopConcept(id) {","}","</script>`;","v  += '</head>';","v  += '<body>';","if(!contentType.startsWith('application/ld+json')) {","    v +=  '<div>Content type is '+contentType+'. Visualizer only implemented for application/ld+json.</div>';","}","else {","    data = pm.response.json()[0];","    let title = 'DDI Controlled Vocabulary for '+getEnglishValue(data['http://www.w3.org/2004/02/skos/core#prefLabel']);","    title += ' (v'+data['http://www.w3.org/2002/07/owl#versionInfo'][0]['@value']+')';","    v +=  '<h4>'+title+'</h4>';","    v +=  '<div>'+getEnglishValue(data['http://www.w3.org/2004/02/skos/core#definition'])+'</div>';","","    let topConcepts = data['http://www.w3.org/2004/02/skos/core#hasTopConcept']","    v += '<h5 style=\"margin-top:10pt;\">Top Concepts ('+topConcepts.length+')</h5>'","    for(const entry of topConcepts) {","        let id = entry['@id'];","        concept = pm.sendRequest(id)","        v += '<div>';","        v += '<a href=\"'+id+'\" id=\"'+id+'\">'+id+'</a>';","        v += '</div>';","    }","}","v += '</body>';","","","pm.visualizer.set(v);"],"type":"text/javascript","packages":{}}}],"id":"b1eb6648-ea86-42e6-a6ad-1f39826310ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/n-triples","description":"<p>A mime-type specifying the expected format of the returned content. Supported values are 'application/ld+json', 'application/n-triples', 'application/rdf+xml', 'text/turtle'. </p>\n"}],"url":"https://rdf-vocabulary.ddialliance.org/cv/:name","description":"<p>Returns a controlled vocabulary (CV) in one of the supported formats.</p>\n<h2 id=\"cv-latest-version\">CV (latest version)</h2>\n<p>The CV name and its versions are specified in the URL path. The full list of vocabularies can be found on the DDI Alliance website at <a href=\"https://ddialliance.org/controlled-vocabularies\">https://ddialliance.org/controlled-vocabularies</a></p>\n<h3 id=\"formats\">Formats</h3>\n<p>The format can be specified as a mime-type in the request header (Accept).</p>\n<p>Supported values are:</p>\n<ul>\n<li><p>application/ld+json</p>\n</li>\n<li><p>application/n-triples</p>\n</li>\n<li><p>application/rdf+xml</p>\n</li>\n<li><p>text/turtle</p>\n</li>\n</ul>\n","urlObject":{"path":["cv",":name"],"host":["https://rdf-vocabulary.ddialliance.org"],"query":[],"variable":[{"description":{"content":"<p>The controlled vocabulary short name</p>\n","type":"text/plain"},"type":"any","value":"AggregationMethod","key":"name"}]}},"response":[{"id":"2b53d9c1-951a-4bb6-ba65-b92dfb509790","name":"Get latest version of AggregationMethod JSON-LD","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/ld+json","description":"A mime-type specifying the expected format of the returned content. Supported values are 'application/ld-json', 'application/n-triples', 'application/rdf+xml', text/turtle'. This option can also specified as a query parameter which supersedes this value."}],"url":{"raw":"https://rdf-vocabulary.ddialliance.org/cv/:name","host":["https://rdf-vocabulary.ddialliance.org"],"path":["cv",":name"],"variable":[{"key":"name","value":"AggregationMethod","description":"The controlled vocabulary short name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Oct 2024 15:18:57 GMT"},{"key":"Content-Type","value":"application/ld+json"},{"key":"Content-Length","value":"3616"},{"key":"Connection","value":"keep-alive"},{"key":"server","value":"uvicorn"},{"key":"apigw-requestid","value":"fY3DSjt1LPEEJeQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"@graph\": [\n        {\n            \"@id\": \"ddicv:AggregationMethod/1.1.2/8321e79\",\n            \"skos:prefLabel\": [\n                {\n                    \"@language\": \"no\",\n                    \"@value\": \"Maksimum\"\n                },\n                {\n                    \"@language\": \"en\",\n                    \"@value\": \"Maximum\"\n                }\n            ]\n        },\n        {\n            \"@id\": \"ddicv:AggregationMethod/1.1.2/66851a3\",\n            \"skos:prefLabel\": [\n                {\n                    \"@language\": \"no\",\n                    \"@value\": \"Median\"\n                },\n                {\n                    \"@language\": \"en\",\n                    \"@value\": \"Median\"\n                }\n            ]\n        },\n        {\n            \"@id\": \"ddicv:AggregationMethod/1.1.2/e93f994\",\n            \"skos:prefLabel\": [\n                {\n                    \"@language\": \"no\",\n                    \"@value\": \"Antall\"\n                },\n                {\n                    \"@language\": \"en\",\n                    \"@value\": \"Count\"\n                }\n            ]\n        },\n        {\n            \"@id\": \"ddicv:AggregationMethod/1.1.2/a0ec870\",\n            \"skos:prefLabel\": [\n                {\n                    \"@language\": \"no\",\n                    \"@value\": \"Sum\"\n                },\n                {\n                    \"@language\": \"en\",\n                    \"@value\": \"Sum\"\n                }\n            ]\n        },\n        {\n            \"@id\": \"ddicv:AggregationMethod/1.1.2/7975ed0\",\n            \"skos:prefLabel\": [\n                {\n                    \"@language\": \"no\",\n                    \"@value\": \"Aritmetisk gjennomsnitt\"\n                },\n                {\n                    \"@language\": \"en\",\n                    \"@value\": \"Arithmetic mean\"\n                }\n            ]\n        },\n        {\n            \"@id\": \"ddicv:AggregationMethod/1.1.2/\",\n            \"skos:prefLabel\": [\n                {\n                    \"@language\": \"no\",\n                    \"@value\": \"Aggregeringsmetode\"\n                },\n                {\n                    \"@language\": \"en\",\n                    \"@value\": \"Aggregation Method\"\n                }\n            ],\n            \"skos:notation\": {\n                \"@language\": \"en\",\n                \"@value\": \"AggregationMethod\"\n            },\n            \"skos:hasTopConcept\": [\n                {\n                    \"@id\": \"ddicv:AggregationMethod/1.1.2/650be61\"\n                },\n                {\n                    \"@id\": \"ddicv:AggregationMethod/1.1.2/6311ae1\"\n                },\n                {\n                    \"@id\": \"ddicv:AggregationMethod/1.1.2/e93f994\"\n                },\n                {\n                    \"@id\": \"ddicv:AggregationMethod/1.1.2/7975ed0\"\n                },\n                {\n                    \"@id\": \"ddicv:AggregationMethod/1.1.2/8321e79\"\n                },\n                {\n                    \"@id\": \"ddicv:AggregationMethod/1.1.2/a0ec870\"\n                },\n                {\n                    \"@id\": \"ddicv:AggregationMethod/1.1.2/4dfc4f5\"\n                },\n                {\n                    \"@id\": \"ddicv:AggregationMethod/1.1.2/adaaee4\"\n                },\n                {\n                    \"@id\": \"ddicv:AggregationMethod/1.1.2/66851a3\"\n                },\n                {\n                    \"@id\": \"ddicv:AggregationMethod/1.1.2/a1d0ec6\"\n                },\n                {\n                    \"@id\": \"ddicv:AggregationMethod/1.1.2/bdc1c84\"\n                }\n            ],\n            \"dcterms:license\": {\n                \"@id\": \"http://creativecommons.org/licenses/by/4.0/\"\n            },\n            \"dcterms:description\": [\n                {\n                    \"@language\": \"en\",\n                    \"@value\": \"Identifies the type of aggregation used to combine related categories, usually within a common branch of a hierarchy, to provide information at a broader level than the level at which detailed observations are taken. (From: The OECD Glossary of Statistical Terms)\"\n                },\n                {\n                    \"@language\": \"no\",\n                    \"@value\": \"Identifiserer den type aggregering som brukes for å kombinere relaterte kategorier, vanligvis innenfor en felles\\ngren av et hierarki, for å gi informasjon på et bredere nivå enn det detaljerte nivået hvor observasjonene er tatt\\nfra. (Fra: OECD-ordlisten med statistiske begreper)\"\n                }\n            ],\n            \"dcterms:title\": [\n                {\n                    \"@language\": \"no\",\n                    \"@value\": \"Aggregeringsmetode\"\n                },\n                {\n                    \"@language\": \"en\",\n                    \"@value\": \"Aggregation Method\"\n                }\n            ],\n            \"dcterms:isVersionOf\": {\n                \"@id\": \"ddicv:AggregationMethod/\"\n            },\n            \"dcterms:rights\": \"Copyright ©DDI Alliance 2019\",\n            \"@type\": \"skos:ConceptScheme\",\n            \"owl:versionInfo\": \"1.1.2\"\n        },\n        {\n            \"@id\": \"ddicv:AggregationMethod/1.1.2/650be61\",\n            \"skos:prefLabel\": [\n                {\n                    \"@language\": \"no\",\n                    \"@value\": \"Modus\"\n                },\n                {\n                    \"@language\": \"en\",\n                    \"@value\": \"Mode\"\n                }\n            ]\n        },\n        {\n            \"@id\": \"ddicv:AggregationMethod/1.1.2/6311ae1\",\n            \"skos:prefLabel\": [\n                {\n                    \"@language\": \"no\",\n                    \"@value\": \"Annet\"\n                },\n                {\n                    \"@language\": \"en\",\n                    \"@value\": \"Other\"\n                }\n            ]\n        },\n        {\n            \"@id\": \"ddicv:AggregationMethod/1.1.2/4dfc4f5\",\n            \"skos:prefLabel\": [\n                {\n                    \"@language\": \"no\",\n                    \"@value\": \"Kumulativ prosent\"\n                },\n                {\n                    \"@language\": \"en\",\n                    \"@value\": \"Cumulative percent\"\n                }\n            ]\n        },\n        {\n            \"@id\": \"ddicv:AggregationMethod/1.1.2/adaaee4\",\n            \"skos:prefLabel\": [\n                {\n                    \"@language\": \"no\",\n                    \"@value\": \"Prosent\"\n                },\n                {\n                    \"@language\": \"en\",\n                    \"@value\": \"Percent\"\n                }\n            ]\n        },\n        {\n            \"@id\": \"ddicv:AggregationMethod/1.1.2/a1d0ec6\",\n            \"skos:prefLabel\": [\n                {\n                    \"@language\": \"no\",\n                    \"@value\": \"Minimum\"\n                },\n                {\n                    \"@language\": \"en\",\n                    \"@value\": \"Minimum\"\n                }\n            ]\n        },\n        {\n            \"@id\": \"ddicv:AggregationMethod/1.1.2/bdc1c84\",\n            \"skos:prefLabel\": [\n                {\n                    \"@language\": \"no\",\n                    \"@value\": \"Persentil\"\n                },\n                {\n                    \"@language\": \"en\",\n                    \"@value\": \"Percentile rank\"\n                }\n            ]\n        }\n    ],\n    \"@context\": {\n        \"skos\": \"http://www.w3.org/2004/02/skos/core#\",\n        \"dcterms\": \"http://purl.org/dc/terms/\",\n        \"ddicv\": \"http://rdf-vocabulary.ddialliance.org/cv/\",\n        \"rdf\": \"http://www.w3.org/1999/02/22-rdf-syntax-ns#\",\n        \"owl\": \"http://www.w3.org/2002/07/owl#\"\n    }\n}"},{"id":"33db7be8-beda-4231-a1fc-690f03952fa4","name":"Get latest version of AggregationMethod Turtle","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/turtle","description":"A mime-type specifying the expected format of the returned content. Supported values are 'application/ld-json', 'application/n-triples', 'application/rdf+xml', text/turtle'. This option can also specified as a query parameter which supersedes this value."}],"url":{"raw":"https://rdf-vocabulary.ddialliance.org/cv/:name","host":["https://rdf-vocabulary.ddialliance.org"],"path":["cv",":name"],"variable":[{"key":"name","value":"AggregationMethod","description":"The controlled vocabulary short name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Wed, 09 Oct 2024 15:19:52 GMT"},{"key":"Content-Type","value":"text/turtle; charset=utf-8"},{"key":"Content-Length","value":"3826"},{"key":"Connection","value":"keep-alive"},{"key":"server","value":"uvicorn"},{"key":"apigw-requestid","value":"fY3LzjiJLPEEJUw="}],"cookie":[],"responseTime":null,"body":"@prefix dcterms: <http://purl.org/dc/terms/> .\n@prefix ddicv:   <http://rdf-vocabulary.ddialliance.org/cv/> .\n@prefix owl:     <http://www.w3.org/2002/07/owl#> .\n@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .\n@prefix skos:    <http://www.w3.org/2004/02/skos/core#> .\n\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/8321e79>\n        skos:prefLabel  \"Maksimum\"@no , \"Maximum\"@en .\n\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/66851a3>\n        skos:prefLabel  \"Median\"@no , \"Median\"@en .\n\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/e93f994>\n        skos:prefLabel  \"Antall\"@no , \"Count\"@en .\n\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/a0ec870>\n        skos:prefLabel  \"Sum\"@no , \"Sum\"@en .\n\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/7975ed0>\n        skos:prefLabel  \"Aritmetisk gjennomsnitt\"@no , \"Arithmetic mean\"@en .\n\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/>\n        rdf:type             skos:ConceptScheme ;\n        dcterms:description  \"Identifies the type of aggregation used to combine related categories, usually within a common branch of a hierarchy, to provide information at a broader level than the level at which detailed observations are taken. (From: The OECD Glossary of Statistical Terms)\"@en , \"Identifiserer den type aggregering som brukes for å kombinere relaterte kategorier, vanligvis innenfor en felles\\ngren av et hierarki, for å gi informasjon på et bredere nivå enn det detaljerte nivået hvor observasjonene er tatt\\nfra. (Fra: OECD-ordlisten med statistiske begreper)\"@no ;\n        dcterms:isVersionOf  <http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/> ;\n        dcterms:license      <http://creativecommons.org/licenses/by/4.0/> ;\n        dcterms:rights       \"Copyright ©DDI Alliance 2019\" ;\n        dcterms:title        \"Aggregeringsmetode\"@no , \"Aggregation Method\"@en ;\n        owl:versionInfo      \"1.1.2\" ;\n        skos:hasTopConcept   <http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/650be61> , <http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/6311ae1> , <http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/e93f994> , <http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/7975ed0> , <http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/8321e79> , <http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/a0ec870> , <http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/4dfc4f5> , <http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/adaaee4> , <http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/66851a3> , <http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/a1d0ec6> , <http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/bdc1c84> ;\n        skos:notation        \"AggregationMethod\"@en ;\n        skos:prefLabel       \"Aggregeringsmetode\"@no , \"Aggregation Method\"@en .\n\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/650be61>\n        skos:prefLabel  \"Modus\"@no , \"Mode\"@en .\n\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/bdc1c84>\n        skos:prefLabel  \"Persentil\"@no , \"Percentile rank\"@en .\n\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/adaaee4>\n        skos:prefLabel  \"Prosent\"@no , \"Percent\"@en .\n\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/4dfc4f5>\n        skos:prefLabel  \"Kumulativ prosent\"@no , \"Cumulative percent\"@en .\n\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/6311ae1>\n        skos:prefLabel  \"Annet\"@no , \"Other\"@en .\n\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/a1d0ec6>\n        skos:prefLabel  \"Minimum\"@no , \"Minimum\"@en .\n"},{"id":"7fd949cb-f4bb-4658-960a-4f118d17c804","name":"Get latest version of AggregationMethod RDF/XML","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/rdf+xml","description":"A mime-type specifying the expected format of the returned content. Supported values are 'application/ld-json', 'application/n-triples', 'application/rdf+xml', text/turtle'. This option can also specified as a query parameter which supersedes this value."}],"url":{"raw":"https://rdf-vocabulary.ddialliance.org/cv/:name","host":["https://rdf-vocabulary.ddialliance.org"],"path":["cv",":name"],"variable":[{"key":"name","value":"AggregationMethod","description":"The controlled vocabulary short name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Wed, 09 Oct 2024 15:20:58 GMT"},{"key":"Content-Type","value":"application/rdf+xml"},{"key":"Content-Length","value":"5772"},{"key":"Connection","value":"keep-alive"},{"key":"server","value":"uvicorn"},{"key":"apigw-requestid","value":"fY3WPhAerPEEM-g="}],"cookie":[],"responseTime":null,"body":"<rdf:RDF\n    xmlns:dcterms=\"http://purl.org/dc/terms/\"\n    xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"\n    xmlns:owl=\"http://www.w3.org/2002/07/owl#\"\n    xmlns:skos=\"http://www.w3.org/2004/02/skos/core#\"\n    xmlns:ddicv=\"http://rdf-vocabulary.ddialliance.org/cv/\" >\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/7975ed0\">\n        <skos:prefLabel xml:lang=\"no\">Aritmetisk gjennomsnitt</skos:prefLabel>\n        <skos:prefLabel xml:lang=\"en\">Arithmetic mean</skos:prefLabel>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/66851a3\">\n        <skos:prefLabel xml:lang=\"no\">Median</skos:prefLabel>\n        <skos:prefLabel xml:lang=\"en\">Median</skos:prefLabel>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/6311ae1\">\n        <skos:prefLabel xml:lang=\"no\">Annet</skos:prefLabel>\n        <skos:prefLabel xml:lang=\"en\">Other</skos:prefLabel>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/e93f994\">\n        <skos:prefLabel xml:lang=\"no\">Antall</skos:prefLabel>\n        <skos:prefLabel xml:lang=\"en\">Count</skos:prefLabel>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/adaaee4\">\n        <skos:prefLabel xml:lang=\"no\">Prosent</skos:prefLabel>\n        <skos:prefLabel xml:lang=\"en\">Percent</skos:prefLabel>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/4dfc4f5\">\n        <skos:prefLabel xml:lang=\"no\">Kumulativ prosent</skos:prefLabel>\n        <skos:prefLabel xml:lang=\"en\">Cumulative percent</skos:prefLabel>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/a0ec870\">\n        <skos:prefLabel xml:lang=\"no\">Sum</skos:prefLabel>\n        <skos:prefLabel xml:lang=\"en\">Sum</skos:prefLabel>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/a1d0ec6\">\n        <skos:prefLabel xml:lang=\"no\">Minimum</skos:prefLabel>\n        <skos:prefLabel xml:lang=\"en\">Minimum</skos:prefLabel>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/bdc1c84\">\n        <skos:prefLabel xml:lang=\"no\">Persentil</skos:prefLabel>\n        <skos:prefLabel xml:lang=\"en\">Percentile rank</skos:prefLabel>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/650be61\">\n        <skos:prefLabel xml:lang=\"no\">Modus</skos:prefLabel>\n        <skos:prefLabel xml:lang=\"en\">Mode</skos:prefLabel>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/8321e79\">\n        <skos:prefLabel xml:lang=\"no\">Maksimum</skos:prefLabel>\n        <skos:prefLabel xml:lang=\"en\">Maximum</skos:prefLabel>\n    </rdf:Description>\n    <rdf:Description rdf:about=\"http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/\">\n        <skos:prefLabel xml:lang=\"no\">Aggregeringsmetode</skos:prefLabel>\n        <skos:notation xml:lang=\"en\">AggregationMethod</skos:notation>\n        <skos:hasTopConcept rdf:resource=\"http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/650be61\"/>\n        <skos:hasTopConcept rdf:resource=\"http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/6311ae1\"/>\n        <dcterms:license rdf:resource=\"http://creativecommons.org/licenses/by/4.0/\"/>\n        <skos:prefLabel xml:lang=\"en\">Aggregation Method</skos:prefLabel>\n        <dcterms:description xml:lang=\"en\">Identifies the type of aggregation used to combine related categories, usually within a common branch of a hierarchy, to provide information at a broader level than the level at which detailed observations are taken. (From: The OECD Glossary of Statistical Terms)</dcterms:description>\n        <dcterms:title xml:lang=\"no\">Aggregeringsmetode</dcterms:title>\n        <skos:hasTopConcept rdf:resource=\"http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/e93f994\"/>\n        <dcterms:title xml:lang=\"en\">Aggregation Method</dcterms:title>\n        <dcterms:isVersionOf rdf:resource=\"http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/\"/>\n        <dcterms:rights>Copyright ©DDI Alliance 2019</dcterms:rights>\n        <skos:hasTopConcept rdf:resource=\"http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/7975ed0\"/>\n        <skos:hasTopConcept rdf:resource=\"http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/8321e79\"/>\n        <skos:hasTopConcept rdf:resource=\"http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/a0ec870\"/>\n        <skos:hasTopConcept rdf:resource=\"http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/4dfc4f5\"/>\n        <skos:hasTopConcept rdf:resource=\"http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/adaaee4\"/>\n        <rdf:type rdf:resource=\"http://www.w3.org/2004/02/skos/core#ConceptScheme\"/>\n        <skos:hasTopConcept rdf:resource=\"http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/66851a3\"/>\n        <owl:versionInfo>1.1.2</owl:versionInfo>\n        <skos:hasTopConcept rdf:resource=\"http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/a1d0ec6\"/>\n        <dcterms:description xml:lang=\"no\">Identifiserer den type aggregering som brukes for å kombinere relaterte kategorier, vanligvis innenfor en felles\ngren av et hierarki, for å gi informasjon på et bredere nivå enn det detaljerte nivået hvor observasjonene er tatt\nfra. (Fra: OECD-ordlisten med statistiske begreper)</dcterms:description>\n        <skos:hasTopConcept rdf:resource=\"http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/bdc1c84\"/>\n    </rdf:Description>\n</rdf:RDF>"},{"id":"fa9bac0a-8e35-4e37-b2b1-b7b06893db15","name":"Get latest version of AggregationMethod N-Triples","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/n-triples","description":"A mime-type specifying the expected format of the returned content. Supported values are 'application/ld-json', 'application/n-triples', 'application/rdf+xml', text/turtle'. This option can also specified as a query parameter which supersedes this value."}],"url":{"raw":"https://rdf-vocabulary.ddialliance.org/cv/:name","host":["https://rdf-vocabulary.ddialliance.org"],"path":["cv",":name"],"variable":[{"key":"name","value":"AggregationMethod","description":"The controlled vocabulary short name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Date","value":"Wed, 09 Oct 2024 15:21:21 GMT"},{"key":"Content-Type","value":"application/n-triples"},{"key":"Content-Length","value":"7446"},{"key":"Connection","value":"keep-alive"},{"key":"server","value":"uvicorn"},{"key":"apigw-requestid","value":"fY3ZzgndrPEEMSw="}],"cookie":[],"responseTime":null,"body":"<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/8321e79> <http://www.w3.org/2004/02/skos/core#prefLabel> \"Maksimum\"@no .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/8321e79> <http://www.w3.org/2004/02/skos/core#prefLabel> \"Maximum\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/66851a3> <http://www.w3.org/2004/02/skos/core#prefLabel> \"Median\"@no .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/66851a3> <http://www.w3.org/2004/02/skos/core#prefLabel> \"Median\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/e93f994> <http://www.w3.org/2004/02/skos/core#prefLabel> \"Antall\"@no .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/e93f994> <http://www.w3.org/2004/02/skos/core#prefLabel> \"Count\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/a0ec870> <http://www.w3.org/2004/02/skos/core#prefLabel> \"Sum\"@no .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/a0ec870> <http://www.w3.org/2004/02/skos/core#prefLabel> \"Sum\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/7975ed0> <http://www.w3.org/2004/02/skos/core#prefLabel> \"Aritmetisk gjennomsnitt\"@no .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/7975ed0> <http://www.w3.org/2004/02/skos/core#prefLabel> \"Arithmetic mean\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/> <http://www.w3.org/2004/02/skos/core#prefLabel> \"Aggregeringsmetode\"@no .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/> <http://www.w3.org/2004/02/skos/core#notation> \"AggregationMethod\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/650be61> .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/6311ae1> .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/> <http://purl.org/dc/terms/license> <http://creativecommons.org/licenses/by/4.0/> .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/> <http://www.w3.org/2004/02/skos/core#prefLabel> \"Aggregation Method\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/> <http://purl.org/dc/terms/description> \"Identifies the type of aggregation used to combine related categories, usually within a common branch of a hierarchy, to provide information at a broader level than the level at which detailed observations are taken. (From: The OECD Glossary of Statistical Terms)\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/> <http://purl.org/dc/terms/title> \"Aggregeringsmetode\"@no .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/e93f994> .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/> <http://purl.org/dc/terms/title> \"Aggregation Method\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/> <http://purl.org/dc/terms/isVersionOf> <http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/> .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/> <http://purl.org/dc/terms/rights> \"Copyright ©DDI Alliance 2019\" .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/7975ed0> .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/8321e79> .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/a0ec870> .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/4dfc4f5> .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/adaaee4> .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/66851a3> .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/> <http://www.w3.org/2002/07/owl#versionInfo> \"1.1.2\" .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/a1d0ec6> .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/> <http://purl.org/dc/terms/description> \"Identifiserer den type aggregering som brukes for å kombinere relaterte kategorier, vanligvis innenfor en felles\\ngren av et hierarki, for å gi informasjon på et bredere nivå enn det detaljerte nivået hvor observasjonene er tatt\\nfra. (Fra: OECD-ordlisten med statistiske begreper)\"@no .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/> <http://www.w3.org/2004/02/skos/core#hasTopConcept> <http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/bdc1c84> .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/650be61> <http://www.w3.org/2004/02/skos/core#prefLabel> \"Modus\"@no .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/650be61> <http://www.w3.org/2004/02/skos/core#prefLabel> \"Mode\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/bdc1c84> <http://www.w3.org/2004/02/skos/core#prefLabel> \"Persentil\"@no .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/bdc1c84> <http://www.w3.org/2004/02/skos/core#prefLabel> \"Percentile rank\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/adaaee4> <http://www.w3.org/2004/02/skos/core#prefLabel> \"Prosent\"@no .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/adaaee4> <http://www.w3.org/2004/02/skos/core#prefLabel> \"Percent\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/4dfc4f5> <http://www.w3.org/2004/02/skos/core#prefLabel> \"Kumulativ prosent\"@no .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/4dfc4f5> <http://www.w3.org/2004/02/skos/core#prefLabel> \"Cumulative percent\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/6311ae1> <http://www.w3.org/2004/02/skos/core#prefLabel> \"Annet\"@no .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/6311ae1> <http://www.w3.org/2004/02/skos/core#prefLabel> \"Other\"@en .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/a1d0ec6> <http://www.w3.org/2004/02/skos/core#prefLabel> \"Minimum\"@no .\n<http://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1.2/a1d0ec6> <http://www.w3.org/2004/02/skos/core#prefLabel> \"Minimum\"@en .\n"}],"_postman_id":"b1eb6648-ea86-42e6-a6ad-1f39826310ba"},{"name":"Get a specific version of a CV","event":[{"listen":"test","script":{"id":"964677f5-5659-4419-8813-9d3665b8d6ae","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","","pm.test(\"Content-Type Header is present and of the correct value\", function () {","    pm.response.to.include.header(\"Content-Type\");","    pm.response.to.have.header(\"Content-Type\", \"application/ld+json; charset=utf-8\");","});","","","function getEnglishValue(property) {","    for(const entry of property) {","        if(entry['@language'] == 'en') return entry['@value']","    }","}","","let contentType = pm.response.headers.get('content-type');","","v  = '<html>';","v  += '<head>';","v  += `<script type=\"text/javascript\">","function getTopConcept(id) {","}","</script>`;","v  += '</head>';","v  += '<body>';","if(!contentType.startsWith('application/ld+json')) {","    v +=  '<div>Content type is '+contentType+'. Visualizer only implemented for application/ld+json.</div>';","}","else {","    data = pm.response.json()[0];","    let title = 'DDI Controlled Vocabulary for '+getEnglishValue(data['http://www.w3.org/2004/02/skos/core#prefLabel']);","    title += ' (v'+data['http://www.w3.org/2002/07/owl#versionInfo'][0]['@value']+')';","    v +=  '<h4>'+title+'</h4>';","    v +=  '<div>'+getEnglishValue(data['http://www.w3.org/2004/02/skos/core#definition'])+'</div>';","","    let topConcepts = data['http://www.w3.org/2004/02/skos/core#hasTopConcept']","    v += '<h5 style=\"margin-top:10pt;\">Top Concepts ('+topConcepts.length+')</h5>'","    for(const entry of topConcepts) {","        let id = entry['@id'];","        concept = pm.sendRequest(id)","        v += '<div>';","        v += '<a href=\"'+id+'\" id=\"'+id+'\">'+id+'</a>';","        v += '</div>';","    }","}","v += '</body>';","","","pm.visualizer.set(v);"],"type":"text/javascript","packages":{}}}],"id":"f76627e8-b819-4411-a2ea-280813f30a5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/ld+json","description":"<p>A mime-type specifying the expected format of the returned content. Supported values are 'application/ld+json', 'application/n-triples', 'application/rdf+xml', text/turtle'. </p>\n"}],"url":"https://rdf-vocabulary.ddialliance.org/cv/:name/:version","description":"<p>Returns a specific version of a named controlled vocabulary (CV) in one of the supported formats.</p>\n<h2 id=\"cv-and-version\">CV and version</h2>\n<p>The CV name and its verions are specified in the URL path. The list of vocabularies can be found on the DDI Alliance webiste at <a href=\"https://rdf-vocabulary.ddialliance.org/cv\">https://rdf-vocabulary.ddialliance.org/cv</a></p>\n<h3 id=\"formats\">Formats</h3>\n<p>The format can be specified as a mime-type in the request header (Accept).</p>\n<p>Supported values are:</p>\n<ul>\n<li><p>application/ld+json</p>\n</li>\n<li><p>application/n-triples</p>\n</li>\n<li><p>application/rdf+xml</p>\n</li>\n<li><p>text/turtle</p>\n</li>\n</ul>\n","urlObject":{"path":["cv",":name",":version"],"host":["https://rdf-vocabulary.ddialliance.org"],"query":[],"variable":[{"type":"any","value":"AggregationMethod","key":"name"},{"type":"any","value":"1.0.0","key":"version"}]}},"response":[],"_postman_id":"f76627e8-b819-4411-a2ea-280813f30a5a"},{"name":"Get a specific CV concept","event":[{"listen":"test","script":{"id":"964677f5-5659-4419-8813-9d3665b8d6ae","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","","pm.test(\"Content-Type Header is present and of the correct value\", function () {","    pm.response.to.include.header(\"Content-Type\");","    pm.response.to.have.header(\"Content-Type\", \"application/ld+json; charset=utf-8\");","});","","","function getEnglishValue(property) {","    for(const entry of property) {","        if(entry['@language'] == 'en') return entry['@value']","    }","}","","let contentType = pm.response.headers.get('content-type');","","v  = '<html>';","v  += '<head>';","v  += `<script type=\"text/javascript\">","function getTopConcept(id) {","}","</script>`;","v  += '</head>';","v  += '<body>';","if(!contentType.startsWith('application/ld+json')) {","    v +=  '<div>Content type is '+contentType+'. Visualizer only implemented for application/ld+json.</div>';","}","else {","    data = pm.response.json()[0];","    let title = 'DDI Controlled Vocabulary for '+getEnglishValue(data['http://www.w3.org/2004/02/skos/core#prefLabel']);","    title += ' (v'+data['http://www.w3.org/2002/07/owl#versionInfo'][0]['@value']+')';","    v +=  '<h4>'+title+'</h4>';","    v +=  '<div>'+getEnglishValue(data['http://www.w3.org/2004/02/skos/core#definition'])+'</div>';","","    let topConcepts = data['http://www.w3.org/2004/02/skos/core#hasTopConcept']","    v += '<h5 style=\"margin-top:10pt;\">Top Concepts ('+topConcepts.length+')</h5>'","    for(const entry of topConcepts) {","        let id = entry['@id'];","        concept = pm.sendRequest(id)","        v += '<div>';","        v += '<a href=\"'+id+'\" id=\"'+id+'\">'+id+'</a>';","        v += '</div>';","    }","}","v += '</body>';","","","pm.visualizer.set(v);"],"type":"text/javascript","packages":{}}}],"id":"33986d98-e2c9-4a1d-a47a-4f3610535369","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/rdf+xml","description":"<p>A mime-type specifying the expected format of the returned content. Supported values are 'application/ld+json', 'application/n-triples', 'application/rdf+xml', text/turtle'. </p>\n"}],"url":"https://rdf-vocabulary.ddialliance.org/cv/:name/:version/:concept","description":"<p>Returns a specific concept for a controlled vocabulary (CV) in one of the supported formats.</p>\n<h2 id=\"cv-and-version\">CV and version</h2>\n<p>The CV name, version and Concept ID are specified in the URL path. The list of vocabularies can be found on the DDI Alliance webiste at <a href=\"https://rdf-vocabulary.ddialliance.org/cv\">https://rdf-vocabulary.ddialliance.org/cv</a></p>\n<p>The concept ID can be determined by calling any of the other endpoints outlined in the Postman collection above this one.</p>\n<h3 id=\"formats\">Formats</h3>\n<p>The format can be specified as a mime-type either a query paraneter (t) or in the request header (Accept).</p>\n<p>Supported values are:</p>\n<ul>\n<li><p>application/ld+json</p>\n</li>\n<li><p>application/n-triples</p>\n</li>\n<li><p>application/rdf+xml</p>\n</li>\n<li><p>text/turtle</p>\n</li>\n</ul>\n","urlObject":{"path":["cv",":name",":version",":concept"],"host":["https://rdf-vocabulary.ddialliance.org"],"query":[],"variable":[{"description":{"content":"<p>The controlled vocabulary short name</p>\n","type":"text/plain"},"type":"any","value":"AggregationMethod","key":"name"},{"description":{"content":"<p>The controlled vocabulary version</p>\n","type":"text/plain"},"type":"any","value":"1.0.0","key":"version"},{"description":{"content":"<p>The Concept ID</p>\n","type":"text/plain"},"type":"any","value":"d35e258","key":"concept"}]}},"response":[{"id":"203ee9be-baca-4166-b90c-63368f318a52","name":"AggregationMethod in JSON-LD using header Accept parameter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/ld+json","type":"text"}],"url":{"raw":"https://rdf-vocabulary.ddialliance.org/cv/AggregationMethod/:version/:concept","protocol":"https","host":["rdf-vocabulary","ddialliance","org"],"path":["cv","AggregationMethod",":version",":concept"],"variable":[{"key":"name","value":"AggregationMethod","enabled":true,"type":"text"},{"key":"version","value":"1.0.0","enabled":true,"type":"text"},{"key":"concept","value":"d35e258","enabled":true,"type":"text"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"@id\": \"http://testrdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1/\",\n        \"@type\": [\n            \"http://www.w3.org/2004/02/skos/core#ConceptScheme\"\n        ],\n        \"http://purl.org/dc/terms/isVersionOf\": [\n            {\n                \"@id\": \"http://testrdf-vocabulary.ddialliance.org/cv/AggregationMethod\"\n            }\n        ],\n        \"http://purl.org/dc/terms/license\": [\n            {\n                \"@id\": \"http://creativecommons.org/licenses/by/4.0/\"\n            }\n        ],\n        \"http://purl.org/dc/terms/rights\": [\n            {\n                \"@value\": \"Copyright ©DDI Alliance 2019\"\n            }\n        ],\n        \"http://www.w3.org/2002/07/owl#versionInfo\": [\n            {\n                \"@value\": \"1.1\"\n            }\n        ],\n        \"http://www.w3.org/2004/02/skos/core#definition\": [\n            {\n                \"@language\": \"da\",\n                \"@value\": \"Identificerer den type aggregering, der anvendes til at kombinere relaterede kategorier, normalt inden for en fælles gren af et hierarki, til at tilvejebringe information på et bredere niveau end det, på hvilket detaljerede observationer er foretaget. (Fra: OECD-ordlisten med statistiske begreber)\"\n            },\n            {\n                \"@language\": \"en\",\n                \"@value\": \"Identifies the type of aggregation used to combine related categories, usually within a common branch of a hierarchy, to provide information at a broader level than the level at which detailed observations are taken. (From: The OECD Glossary of Statistical Terms)\"\n            },\n            {\n                \"@language\": \"no\",\n                \"@value\": \"Identifiserer den type aggregering som brukes for å kombinere relaterte kategorier, vanligvis innenfor en fellesgren av et hierarki, for å gi informasjon på et bredere nivå enn det detaljerte nivået hvor observasjonene er tattfra. (Fra: OECD-ordlisten med statistiske begreper)\"\n            }\n        ],\n        \"http://www.w3.org/2004/02/skos/core#hasTopConcept\": [\n            {\n                \"@id\": \"http://testrdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1/d35e117\"\n            },\n            {\n                \"@id\": \"http://testrdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1/d35e145\"\n            },\n            {\n                \"@id\": \"http://testrdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1/d35e174\"\n            },\n            {\n                \"@id\": \"http://testrdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1/d35e202\"\n            },\n            {\n                \"@id\": \"http://testrdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1/d35e230\"\n            },\n            {\n                \"@id\": \"http://testrdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1/d35e258\"\n            },\n            {\n                \"@id\": \"http://testrdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1/d35e286\"\n            },\n            {\n                \"@id\": \"http://testrdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1/d35e314\"\n            },\n            {\n                \"@id\": \"http://testrdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1/d35e343\"\n            },\n            {\n                \"@id\": \"http://testrdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1/d35e61\"\n            },\n            {\n                \"@id\": \"http://testrdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1/d35e89\"\n            }\n        ],\n        \"http://www.w3.org/2004/02/skos/core#notation\": [\n            {\n                \"@value\": \"AggregationMethod\"\n            }\n        ],\n        \"http://www.w3.org/2004/02/skos/core#prefLabel\": [\n            {\n                \"@language\": \"da\",\n                \"@value\": \"Aggregeringsmetode\"\n            },\n            {\n                \"@language\": \"en\",\n                \"@value\": \"Aggregation Method\"\n            },\n            {\n                \"@language\": \"no\",\n                \"@value\": \"Aggregeringsmetode\"\n            }\n        ]\n    }\n]"},{"id":"97055e25-89b4-4f88-9555-afd3ea2ea5de","name":"AggregationMethod in RDF/XML using header Accept parameter Copy","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/ld+json","type":"text"}],"url":{"raw":"https://testrdf-vocabulary.ddialliance.org/cv/AggregationMethod/:version","protocol":"https","host":["testrdf-vocabulary","ddialliance","org"],"path":["cv","AggregationMethod",":version"],"variable":[{"key":"name","value":"AggregationMethod","enabled":true,"type":"text"},{"key":"version","value":"1.0.0","enabled":true,"type":"text"},{"key":"concept","value":"d35e258","enabled":true,"type":"text"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"@id\": \"http://testrdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1/\",\n        \"@type\": [\n            \"http://www.w3.org/2004/02/skos/core#ConceptScheme\"\n        ],\n        \"http://purl.org/dc/terms/isVersionOf\": [\n            {\n                \"@id\": \"http://testrdf-vocabulary.ddialliance.org/cv/AggregationMethod\"\n            }\n        ],\n        \"http://purl.org/dc/terms/license\": [\n            {\n                \"@id\": \"http://creativecommons.org/licenses/by/4.0/\"\n            }\n        ],\n        \"http://purl.org/dc/terms/rights\": [\n            {\n                \"@value\": \"Copyright ©DDI Alliance 2019\"\n            }\n        ],\n        \"http://www.w3.org/2002/07/owl#versionInfo\": [\n            {\n                \"@value\": \"1.1\"\n            }\n        ],\n        \"http://www.w3.org/2004/02/skos/core#definition\": [\n            {\n                \"@language\": \"da\",\n                \"@value\": \"Identificerer den type aggregering, der anvendes til at kombinere relaterede kategorier, normalt inden for en fælles gren af et hierarki, til at tilvejebringe information på et bredere niveau end det, på hvilket detaljerede observationer er foretaget. (Fra: OECD-ordlisten med statistiske begreber)\"\n            },\n            {\n                \"@language\": \"en\",\n                \"@value\": \"Identifies the type of aggregation used to combine related categories, usually within a common branch of a hierarchy, to provide information at a broader level than the level at which detailed observations are taken. (From: The OECD Glossary of Statistical Terms)\"\n            },\n            {\n                \"@language\": \"no\",\n                \"@value\": \"Identifiserer den type aggregering som brukes for å kombinere relaterte kategorier, vanligvis innenfor en fellesgren av et hierarki, for å gi informasjon på et bredere nivå enn det detaljerte nivået hvor observasjonene er tattfra. (Fra: OECD-ordlisten med statistiske begreper)\"\n            }\n        ],\n        \"http://www.w3.org/2004/02/skos/core#hasTopConcept\": [\n            {\n                \"@id\": \"http://testrdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1/d35e117\"\n            },\n            {\n                \"@id\": \"http://testrdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1/d35e145\"\n            },\n            {\n                \"@id\": \"http://testrdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1/d35e174\"\n            },\n            {\n                \"@id\": \"http://testrdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1/d35e202\"\n            },\n            {\n                \"@id\": \"http://testrdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1/d35e230\"\n            },\n            {\n                \"@id\": \"http://testrdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1/d35e258\"\n            },\n            {\n                \"@id\": \"http://testrdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1/d35e286\"\n            },\n            {\n                \"@id\": \"http://testrdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1/d35e314\"\n            },\n            {\n                \"@id\": \"http://testrdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1/d35e343\"\n            },\n            {\n                \"@id\": \"http://testrdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1/d35e61\"\n            },\n            {\n                \"@id\": \"http://testrdf-vocabulary.ddialliance.org/cv/AggregationMethod/1.1/d35e89\"\n            }\n        ],\n        \"http://www.w3.org/2004/02/skos/core#notation\": [\n            {\n                \"@value\": \"AggregationMethod\"\n            }\n        ],\n        \"http://www.w3.org/2004/02/skos/core#prefLabel\": [\n            {\n                \"@language\": \"da\",\n                \"@value\": \"Aggregeringsmetode\"\n            },\n            {\n                \"@language\": \"en\",\n                \"@value\": \"Aggregation Method\"\n            },\n            {\n                \"@language\": \"no\",\n                \"@value\": \"Aggregeringsmetode\"\n            }\n        ]\n    }\n]"}],"_postman_id":"33986d98-e2c9-4a1d-a47a-4f3610535369"}],"event":[{"listen":"prerequest","script":{"id":"ab81769a-1663-4a12-98d1-fb52e875023e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c7dd10fd-24ac-4fa6-a841-af55ef13bf62","type":"text/javascript","exec":[""]}}],"variable":[{"key":"host","value":"https://rdf-vocabulary.ddialliance.org","type":"string"}]}