From 75ca5aff3c4fa5a507d5c958d8f5d7c9b70a8db1 Mon Sep 17 00:00:00 2001 From: ccamel Date: Tue, 5 Dec 2023 18:24:41 +0100 Subject: [PATCH 01/11] refactor: adopt semantically versioned URIs --- .../credential-dataset-description.ttl | 4 +- ...redential-digital-resource-declaration.ttl | 2 +- .../credential-digital-resource-rights.ttl | 4 +- ...credential-digital-service-declaration.ttl | 2 +- ...credential-digital-service-description.ttl | 4 +- ...ential-digital-service-execution-order.ttl | 2 +- ...ntial-digital-service-execution-result.ttl | 4 +- .../governance/credential-governance-text.ttl | 2 +- .../zone/credential-zone-declaration.ttl | 2 +- .../zone/credential-zone-description.ttl | 4 +- src/thesaurus/area-code.ttl | 564 ++++++------- src/thesaurus/digital-service-category.ttl | 28 +- .../digital-service-execution-status.ttl | 10 +- src/thesaurus/license.ttl | 228 +++--- src/thesaurus/mediatype.ttl | 772 +++++++++--------- src/thesaurus/topic.ttl | 24 +- 16 files changed, 828 insertions(+), 828 deletions(-) diff --git a/src/schema/digital-resource/credential-dataset-description.ttl b/src/schema/digital-resource/credential-dataset-description.ttl index 9da3869b..ee34a766 100644 --- a/src/schema/digital-resource/credential-dataset-description.ttl +++ b/src/schema/digital-resource/credential-dataset-description.ttl @@ -1,9 +1,9 @@ @prefix rdf: . @prefix rdfs: . @prefix xsd: . -@prefix : . +@prefix : . @prefix schema: . -@prefix thesaurus: . +@prefix thesaurus: . :DatasetDescriptionCredential a rdfs:Class ; rdfs:label "Service Description Credential"@en ; diff --git a/src/schema/digital-resource/credential-digital-resource-declaration.ttl b/src/schema/digital-resource/credential-digital-resource-declaration.ttl index 0dc4f21c..90851e34 100644 --- a/src/schema/digital-resource/credential-digital-resource-declaration.ttl +++ b/src/schema/digital-resource/credential-digital-resource-declaration.ttl @@ -1,7 +1,7 @@ @prefix rdf: . @prefix rdfs: . @prefix xsd: . -@prefix : . +@prefix : . @prefix schema: . :DigitalResourceDeclarationCredential a rdfs:Class ; diff --git a/src/schema/digital-resource/credential-digital-resource-rights.ttl b/src/schema/digital-resource/credential-digital-resource-rights.ttl index c9ed7113..0361ec84 100644 --- a/src/schema/digital-resource/credential-digital-resource-rights.ttl +++ b/src/schema/digital-resource/credential-digital-resource-rights.ttl @@ -1,6 +1,6 @@ @prefix rdf: . @prefix rdfs: . -@prefix : . +@prefix : . @prefix schema: . :DigitalResourceRightsCredentials a rdfs:Class ; @@ -29,7 +29,7 @@ rdfs:label "has license"@en ; rdfs:comment "The licensing terms under which the Digital Resource is made available."@en ; schema:domainIncludes :DigitalResourceRightsCredentials ; - schema:rangeIncludes . + schema:rangeIncludes . :hasPublisher a rdf:Property ; rdfs:label "has publisher"@en ; diff --git a/src/schema/digital-service/credential-digital-service-declaration.ttl b/src/schema/digital-service/credential-digital-service-declaration.ttl index b11bf42c..359ba9d6 100644 --- a/src/schema/digital-service/credential-digital-service-declaration.ttl +++ b/src/schema/digital-service/credential-digital-service-declaration.ttl @@ -1,7 +1,7 @@ @prefix rdf: . @prefix rdfs: . @prefix xsd: . -@prefix : . +@prefix : . @prefix schema: . :DigitalServiceDeclarationCredential a rdfs:Class ; diff --git a/src/schema/digital-service/credential-digital-service-description.ttl b/src/schema/digital-service/credential-digital-service-description.ttl index 70828489..6ae35d50 100644 --- a/src/schema/digital-service/credential-digital-service-description.ttl +++ b/src/schema/digital-service/credential-digital-service-description.ttl @@ -1,9 +1,9 @@ @prefix rdf: . @prefix rdfs: . @prefix xsd: . -@prefix : . +@prefix : . @prefix schema: . -@prefix thesaurus: . +@prefix thesaurus: . :DigitalServiceDescriptionCredential a rdfs:Class ; rdfs:label "Digital Service Description Credential"@en ; diff --git a/src/schema/digital-service/credential-digital-service-execution-order.ttl b/src/schema/digital-service/credential-digital-service-execution-order.ttl index 7b25fadd..12cddf08 100644 --- a/src/schema/digital-service/credential-digital-service-execution-order.ttl +++ b/src/schema/digital-service/credential-digital-service-execution-order.ttl @@ -1,7 +1,7 @@ @prefix rdf: . @prefix rdfs: . @prefix xsd: . -@prefix : . +@prefix : . @prefix schema: . :DigitalServiceExecutionOrder a rdfs:Class ; diff --git a/src/schema/digital-service/credential-digital-service-execution-result.ttl b/src/schema/digital-service/credential-digital-service-execution-result.ttl index 4f2587bb..40f761b8 100644 --- a/src/schema/digital-service/credential-digital-service-execution-result.ttl +++ b/src/schema/digital-service/credential-digital-service-execution-result.ttl @@ -1,7 +1,7 @@ @prefix rdf: . @prefix rdfs: . @prefix xsd: . -@prefix : . +@prefix : . @prefix schema: . :DigitalServiceExecutionResult a rdfs:Class ; @@ -30,7 +30,7 @@ Indicates the status of the service execution. """@en ; schema:domainIncludes :DigitalServiceExecutionResultCredential ; - schema:rangeIncludes . + schema:rangeIncludes . :hasExecutionTime a rdf:Property ; rdfs:label "has execution time"@en ; diff --git a/src/schema/governance/credential-governance-text.ttl b/src/schema/governance/credential-governance-text.ttl index 8c9e6518..1a24def6 100644 --- a/src/schema/governance/credential-governance-text.ttl +++ b/src/schema/governance/credential-governance-text.ttl @@ -1,7 +1,7 @@ @prefix rdf: . @prefix rdfs: . @prefix xsd: . -@prefix : . +@prefix : . @prefix schema: . :Article a rdfs:Class ; diff --git a/src/schema/zone/credential-zone-declaration.ttl b/src/schema/zone/credential-zone-declaration.ttl index b8506257..6d40cfa1 100644 --- a/src/schema/zone/credential-zone-declaration.ttl +++ b/src/schema/zone/credential-zone-declaration.ttl @@ -1,6 +1,6 @@ @prefix rdf: . @prefix rdfs: . -@prefix : . +@prefix : . :ZoneDeclarationCredential a rdfs:Class ; rdfs:label "Zone Credential"@en ; diff --git a/src/schema/zone/credential-zone-description.ttl b/src/schema/zone/credential-zone-description.ttl index 24f274c2..041c6f15 100644 --- a/src/schema/zone/credential-zone-description.ttl +++ b/src/schema/zone/credential-zone-description.ttl @@ -1,9 +1,9 @@ @prefix rdf: . @prefix rdfs: . @prefix xsd: . -@prefix : . +@prefix : . @prefix schema: . -@prefix thesaurus: . +@prefix thesaurus: . :ZoneDescriptionCredential a rdfs:Class ; rdfs:label "Zone Description Credential"@en ; diff --git a/src/thesaurus/area-code.ttl b/src/thesaurus/area-code.ttl index ad1d959f..02c1c9fe 100644 --- a/src/thesaurus/area-code.ttl +++ b/src/thesaurus/area-code.ttl @@ -1,7 +1,7 @@ @prefix rdf: . @prefix rdfs: . @prefix xsd: . -@prefix : . +@prefix : . @prefix dcterms: . @prefix schema: . @prefix skos: . @@ -32,12 +32,12 @@ skos:narrower :150 ; skos:prefLabel "Monde"@fr ; skos:prefLabel "World"@en ; - skos:topConceptOf . + skos:topConceptOf . :002 a skos:Concept ; :hasAreaCode 2 ; skos:broader :001 ; - skos:inScheme ; + skos:inScheme ; skos:narrower :015 ; skos:narrower :202 ; skos:prefLabel "Africa"@en ; @@ -48,14 +48,14 @@ :hasAlpha3Code "AFG" ; :hasAreaCode 4 ; skos:broader :034 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Afghanistan"@en ; skos:prefLabel "Afghanistan"@fr . :005 a skos:Concept ; :hasAreaCode 5 ; skos:broader :419 ; - skos:inScheme ; + skos:inScheme ; skos:narrower :032 ; skos:narrower :068 ; skos:narrower :074 ; @@ -80,14 +80,14 @@ :hasAlpha3Code "ALB" ; :hasAreaCode 8 ; skos:broader :039 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Albania"@en ; skos:prefLabel "Albanie"@fr . :009 a skos:Concept ; :hasAreaCode 9 ; skos:broader :001 ; - skos:inScheme ; + skos:inScheme ; skos:narrower :053 ; skos:narrower :054 ; skos:narrower :057 ; @@ -100,14 +100,14 @@ :hasAlpha3Code "ATA" ; :hasAreaCode 10 ; skos:broader :001 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Antarctica"@en ; skos:prefLabel "Antarctique"@fr . :011 a skos:Concept ; :hasAreaCode 11 ; skos:broader :202 ; - skos:inScheme ; + skos:inScheme ; skos:narrower :132 ; skos:narrower :204 ; skos:narrower :270 ; @@ -133,14 +133,14 @@ :hasAlpha3Code "DZA" ; :hasAreaCode 12 ; skos:broader :015 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Algeria"@en ; skos:prefLabel "Algérie"@fr . :013 a skos:Concept ; :hasAreaCode 13 ; skos:broader :419 ; - skos:inScheme ; + skos:inScheme ; skos:narrower :084 ; skos:narrower :188 ; skos:narrower :222 ; @@ -155,7 +155,7 @@ :014 a skos:Concept ; :hasAreaCode 14 ; skos:broader :202 ; - skos:inScheme ; + skos:inScheme ; skos:narrower :086 ; skos:narrower :108 ; skos:narrower :174 ; @@ -184,7 +184,7 @@ :015 a skos:Concept ; :hasAreaCode 15 ; skos:broader :002 ; - skos:inScheme ; + skos:inScheme ; skos:narrower :012 ; skos:narrower :434 ; skos:narrower :504 ; @@ -200,14 +200,14 @@ :hasAlpha3Code "ASM" ; :hasAreaCode 16 ; skos:broader :061 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "American Samoa"@en ; skos:prefLabel "Samoa américaines"@fr . :017 a skos:Concept ; :hasAreaCode 17 ; skos:broader :202 ; - skos:inScheme ; + skos:inScheme ; skos:narrower :024 ; skos:narrower :120 ; skos:narrower :140 ; @@ -223,7 +223,7 @@ :018 a skos:Concept ; :hasAreaCode 18 ; skos:broader :202 ; - skos:inScheme ; + skos:inScheme ; skos:narrower :072 ; skos:narrower :426 ; skos:narrower :516 ; @@ -235,7 +235,7 @@ :019 a skos:Concept ; :hasAreaCode 19 ; skos:broader :001 ; - skos:inScheme ; + skos:inScheme ; skos:narrower :021 ; skos:narrower :419 ; skos:prefLabel "Americas"@en ; @@ -246,14 +246,14 @@ :hasAlpha3Code "AND" ; :hasAreaCode 20 ; skos:broader :039 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Andorra"@en ; skos:prefLabel "Andorre"@fr . :021 a skos:Concept ; :hasAreaCode 21 ; skos:broader :019 ; - skos:inScheme ; + skos:inScheme ; skos:narrower :060 ; skos:narrower :124 ; skos:narrower :304 ; @@ -266,7 +266,7 @@ :hasAlpha3Code "AGO" ; :hasAreaCode 24 ; skos:broader :017 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Angola"@en ; skos:prefLabel "Angola"@fr . @@ -275,14 +275,14 @@ :hasAlpha3Code "ATG" ; :hasAreaCode 28 ; skos:broader :029 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Antigua and Barbuda"@en ; skos:prefLabel "Antigua et Barbade"@fr . :029 a skos:Concept ; :hasAreaCode 29 ; skos:broader :419 ; - skos:inScheme ; + skos:inScheme ; skos:narrower :028 ; skos:narrower :044 ; skos:narrower :052 ; @@ -317,7 +317,7 @@ :030 a skos:Concept ; :hasAreaCode 30 ; skos:broader :142 ; - skos:inScheme ; + skos:inScheme ; skos:narrower :156 ; skos:narrower :344 ; skos:narrower :392 ; @@ -333,7 +333,7 @@ :hasAlpha3Code "AZE" ; :hasAreaCode 31 ; skos:broader :145 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Azerbaijan"@en ; skos:prefLabel "Azerbaijan"@fr . @@ -342,14 +342,14 @@ :hasAlpha3Code "ARG" ; :hasAreaCode 32 ; skos:broader :005 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Argentina"@en ; skos:prefLabel "Argentine"@fr . :034 a skos:Concept ; :hasAreaCode 34 ; skos:broader :142 ; - skos:inScheme ; + skos:inScheme ; skos:narrower :004 ; skos:narrower :050 ; skos:narrower :064 ; @@ -365,7 +365,7 @@ :035 a skos:Concept ; :hasAreaCode 35 ; skos:broader :142 ; - skos:inScheme ; + skos:inScheme ; skos:narrower :096 ; skos:narrower :104 ; skos:narrower :116 ; @@ -385,14 +385,14 @@ :hasAlpha3Code "AUS" ; :hasAreaCode 36 ; skos:broader :053 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Australia"@en ; skos:prefLabel "Australie"@fr . :039 a skos:Concept ; :hasAreaCode 39 ; skos:broader :150 ; - skos:inScheme ; + skos:inScheme ; skos:narrower :008 ; skos:narrower :020 ; skos:narrower :070 ; @@ -417,7 +417,7 @@ :hasAlpha3Code "AUT" ; :hasAreaCode 40 ; skos:broader :155 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Austria"@en ; skos:prefLabel "Autriche"@fr . @@ -426,7 +426,7 @@ :hasAlpha3Code "BHS" ; :hasAreaCode 44 ; skos:broader :029 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Bahamas"@en ; skos:prefLabel "Bahamas"@fr . @@ -435,7 +435,7 @@ :hasAlpha3Code "BHR" ; :hasAreaCode 48 ; skos:broader :145 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Bahrain"@en ; skos:prefLabel "Bahrain"@fr . @@ -444,7 +444,7 @@ :hasAlpha3Code "BGD" ; :hasAreaCode 50 ; skos:broader :034 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Bangladesh"@en ; skos:prefLabel "Bangladesh"@fr . @@ -453,7 +453,7 @@ :hasAlpha3Code "ARM" ; :hasAreaCode 51 ; skos:broader :145 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Armenia"@en ; skos:prefLabel "Armenie"@fr . @@ -462,14 +462,14 @@ :hasAlpha3Code "BRB" ; :hasAreaCode 52 ; skos:broader :029 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Barbades"@fr ; skos:prefLabel "Barbados"@en . :053 a skos:Concept ; :hasAreaCode 53 ; skos:broader :009 ; - skos:inScheme ; + skos:inScheme ; skos:narrower :036 ; skos:narrower :162 ; skos:narrower :166 ; @@ -482,7 +482,7 @@ :054 a skos:Concept ; :hasAreaCode 54 ; skos:broader :009 ; - skos:inScheme ; + skos:inScheme ; skos:narrower :090 ; skos:narrower :242 ; skos:narrower :540 ; @@ -496,14 +496,14 @@ :hasAlpha3Code "BEL" ; :hasAreaCode 56 ; skos:broader :155 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Belgique"@fr ; skos:prefLabel "Belgium"@en . :057 a skos:Concept ; :hasAreaCode 57 ; skos:broader :009 ; - skos:inScheme ; + skos:inScheme ; skos:narrower :296 ; skos:narrower :316 ; skos:narrower :520 ; @@ -519,14 +519,14 @@ :hasAlpha3Code "BMU" ; :hasAreaCode 60 ; skos:broader :021 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Bermuda"@en ; skos:prefLabel "Bermudes"@fr . :061 a skos:Concept ; :hasAreaCode 61 ; skos:broader :009 ; - skos:inScheme ; + skos:inScheme ; skos:narrower :016 ; skos:narrower :184 ; skos:narrower :258 ; @@ -545,7 +545,7 @@ :hasAlpha3Code "BTN" ; :hasAreaCode 64 ; skos:broader :034 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Bhutan"@en . :068 a skos:Concept ; @@ -553,7 +553,7 @@ :hasAlpha3Code "BOL" ; :hasAreaCode 68 ; skos:broader :005 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Bolivia (Plurinational State of)"@en ; skos:prefLabel "Bolivie"@fr . @@ -562,7 +562,7 @@ :hasAlpha3Code "BIH" ; :hasAreaCode 70 ; skos:broader :039 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Bosnia and Herzegovina"@en ; skos:prefLabel "Bosnie-Herzégovine"@fr . @@ -571,7 +571,7 @@ :hasAlpha3Code "BWA" ; :hasAreaCode 72 ; skos:broader :018 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Botswana"@en . :074 a skos:Concept ; @@ -579,7 +579,7 @@ :hasAlpha3Code "BVT" ; :hasAreaCode 74 ; skos:broader :005 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Bouvet Island"@en . :076 a skos:Concept ; @@ -587,7 +587,7 @@ :hasAlpha3Code "BRA" ; :hasAreaCode 76 ; skos:broader :005 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Brazil"@en ; skos:prefLabel "Brésil"@fr . @@ -596,7 +596,7 @@ :hasAlpha3Code "BLZ" ; :hasAreaCode 84 ; skos:broader :013 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Belize"@en . :086 a skos:Concept ; @@ -604,7 +604,7 @@ :hasAlpha3Code "IOT" ; :hasAreaCode 86 ; skos:broader :014 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "British Indian Ocean Territory"@en . :090 a skos:Concept ; @@ -612,7 +612,7 @@ :hasAlpha3Code "SLB" ; :hasAreaCode 90 ; skos:broader :054 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Solomon Islands"@en ; skos:prefLabel "Îles Salomon"@fr . @@ -621,7 +621,7 @@ :hasAlpha3Code "VGB" ; :hasAreaCode 92 ; skos:broader :029 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "British Virgin Islands"@en ; skos:prefLabel "Îles Vierges britanniques"@fr . @@ -630,7 +630,7 @@ :hasAlpha3Code "BRN" ; :hasAreaCode 96 ; skos:broader :035 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Brunei Darussalam"@en . :100 a skos:Concept ; @@ -638,7 +638,7 @@ :hasAlpha3Code "BGR" ; :hasAreaCode 100 ; skos:broader :151 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Bulgaria"@en ; skos:prefLabel "Bulgarie"@fr . @@ -647,7 +647,7 @@ :hasAlpha3Code "MMR" ; :hasAreaCode 104 ; skos:broader :035 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Myanmar"@en . :108 a skos:Concept ; @@ -655,7 +655,7 @@ :hasAlpha3Code "BDI" ; :hasAreaCode 108 ; skos:broader :014 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Burundi"@en . :112 a skos:Concept ; @@ -663,7 +663,7 @@ :hasAlpha3Code "BLR" ; :hasAreaCode 112 ; skos:broader :151 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Belarus"@en ; skos:prefLabel "Biélorussie"@fr . @@ -672,7 +672,7 @@ :hasAlpha3Code "KHM" ; :hasAreaCode 116 ; skos:broader :035 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Cambodge"@fr ; skos:prefLabel "Cambodia"@en . @@ -681,7 +681,7 @@ :hasAlpha3Code "CMR" ; :hasAreaCode 120 ; skos:broader :017 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Cameroon"@en . :124 a skos:Concept ; @@ -689,7 +689,7 @@ :hasAlpha3Code "CAN" ; :hasAreaCode 124 ; skos:broader :021 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Canada"@en . :132 a skos:Concept ; @@ -697,7 +697,7 @@ :hasAlpha3Code "CPV" ; :hasAreaCode 132 ; skos:broader :011 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Cabo Verde"@en . :136 a skos:Concept ; @@ -705,7 +705,7 @@ :hasAlpha3Code "CYM" ; :hasAreaCode 136 ; skos:broader :029 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Cayman Islands"@en ; skos:prefLabel "Îles Caïmans"@fr . @@ -714,14 +714,14 @@ :hasAlpha3Code "CAF" ; :hasAreaCode 140 ; skos:broader :017 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Central African Republic"@en ; skos:prefLabel "République centrafricaine"@fr . :142 a skos:Concept ; :hasAreaCode 142 ; skos:broader :001 ; - skos:inScheme ; + skos:inScheme ; skos:narrower :030 ; skos:narrower :034 ; skos:narrower :035 ; @@ -733,7 +733,7 @@ :143 a skos:Concept ; :hasAreaCode 143 ; skos:broader :142 ; - skos:inScheme ; + skos:inScheme ; skos:narrower :398 ; skos:narrower :417 ; skos:narrower :762 ; @@ -747,13 +747,13 @@ :hasAlpha3Code "LKA" ; :hasAreaCode 144 ; skos:broader :034 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Sri Lanka"@en . :145 a skos:Concept ; :hasAreaCode 145 ; skos:broader :142 ; - skos:inScheme ; + skos:inScheme ; skos:narrower :031 ; skos:narrower :048 ; skos:narrower :051 ; @@ -780,14 +780,14 @@ :hasAlpha3Code "TCD" ; :hasAreaCode 148 ; skos:broader :017 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Chad"@en ; skos:prefLabel "Tchad"@fr . :150 a skos:Concept ; :hasAreaCode 150 ; skos:broader :001 ; - skos:inScheme ; + skos:inScheme ; skos:narrower :039 ; skos:narrower :151 ; skos:narrower :154 ; @@ -797,7 +797,7 @@ :151 a skos:Concept ; :hasAreaCode 151 ; skos:broader :150 ; - skos:inScheme ; + skos:inScheme ; skos:narrower :100 ; skos:narrower :112 ; skos:narrower :203 ; @@ -816,14 +816,14 @@ :hasAlpha3Code "CHL" ; :hasAreaCode 152 ; skos:broader :005 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Chile"@en ; skos:prefLabel "Chili"@fr . :154 a skos:Concept ; :hasAreaCode 154 ; skos:broader :150 ; - skos:inScheme ; + skos:inScheme ; skos:narrower :208 ; skos:narrower :233 ; skos:narrower :234 ; @@ -845,7 +845,7 @@ :155 a skos:Concept ; :hasAreaCode 155 ; skos:broader :150 ; - skos:inScheme ; + skos:inScheme ; skos:narrower :040 ; skos:narrower :056 ; skos:narrower :250 ; @@ -863,7 +863,7 @@ :hasAlpha3Code "CHN" ; :hasAreaCode 156 ; skos:broader :030 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "China"@en ; skos:prefLabel "Chine"@fr . @@ -872,7 +872,7 @@ :hasAlpha3Code "CXR" ; :hasAreaCode 162 ; skos:broader :053 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Christmas Island"@en . :166 a skos:Concept ; @@ -880,7 +880,7 @@ :hasAlpha3Code "CCK" ; :hasAreaCode 166 ; skos:broader :053 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Cocos (Keeling) Islands"@en . :170 a skos:Concept ; @@ -888,7 +888,7 @@ :hasAlpha3Code "COL" ; :hasAreaCode 170 ; skos:broader :005 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Colombia"@en ; skos:prefLabel "Colombie"@fr . @@ -897,7 +897,7 @@ :hasAlpha3Code "COM" ; :hasAreaCode 174 ; skos:broader :014 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Comores"@fr ; skos:prefLabel "Comoros"@en . @@ -906,7 +906,7 @@ :hasAlpha3Code "MYT" ; :hasAreaCode 175 ; skos:broader :014 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Mayotte"@en . :178 a skos:Concept ; @@ -914,7 +914,7 @@ :hasAlpha3Code "COG" ; :hasAreaCode 178 ; skos:broader :017 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Congo"@en . :180 a skos:Concept ; @@ -922,7 +922,7 @@ :hasAlpha3Code "COD" ; :hasAreaCode 180 ; skos:broader :017 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Democratic Republic of the Congo"@en ; skos:prefLabel "République démocratique du Congo"@fr . @@ -931,7 +931,7 @@ :hasAlpha3Code "COK" ; :hasAreaCode 184 ; skos:broader :061 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Cook Islands"@en . :188 a skos:Concept ; @@ -939,7 +939,7 @@ :hasAlpha3Code "CRI" ; :hasAreaCode 188 ; skos:broader :013 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Costa Rica"@en . :191 a skos:Concept ; @@ -947,7 +947,7 @@ :hasAlpha3Code "HRV" ; :hasAreaCode 191 ; skos:broader :039 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Croatia"@en ; skos:prefLabel "Croatie"@fr . @@ -956,7 +956,7 @@ :hasAlpha3Code "CUB" ; :hasAreaCode 192 ; skos:broader :029 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Cuba"@en . :196 a skos:Concept ; @@ -964,14 +964,14 @@ :hasAlpha3Code "CYP" ; :hasAreaCode 196 ; skos:broader :145 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Chypre"@fr ; skos:prefLabel "Cyprus"@en . :202 a skos:Concept ; :hasAreaCode 202 ; skos:broader :002 ; - skos:inScheme ; + skos:inScheme ; skos:narrower :011 ; skos:narrower :014 ; skos:narrower :017 ; @@ -984,7 +984,7 @@ :hasAlpha3Code "CZE" ; :hasAreaCode 203 ; skos:broader :151 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Czechia"@en ; skos:prefLabel "Tchéquie"@fr . @@ -993,7 +993,7 @@ :hasAlpha3Code "BEN" ; :hasAreaCode 204 ; skos:broader :011 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Benin"@en ; skos:prefLabel "Bénin"@fr . @@ -1002,7 +1002,7 @@ :hasAlpha3Code "DNK" ; :hasAreaCode 208 ; skos:broader :154 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Danemark"@fr ; skos:prefLabel "Denmark"@en . @@ -1011,7 +1011,7 @@ :hasAlpha3Code "DMA" ; :hasAreaCode 212 ; skos:broader :029 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Dominica"@en ; skos:prefLabel "Dominique"@fr . @@ -1020,7 +1020,7 @@ :hasAlpha3Code "DOM" ; :hasAreaCode 214 ; skos:broader :029 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Dominican Republic"@en ; skos:prefLabel "République dominicaine"@fr . @@ -1029,7 +1029,7 @@ :hasAlpha3Code "ECU" ; :hasAreaCode 218 ; skos:broader :005 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Ecuador"@en ; skos:prefLabel "Équateur"@fr . @@ -1038,7 +1038,7 @@ :hasAlpha3Code "SLV" ; :hasAreaCode 222 ; skos:broader :013 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "El Salvador"@en ; skos:prefLabel "Salvador"@fr . @@ -1047,7 +1047,7 @@ :hasAlpha3Code "GNQ" ; :hasAreaCode 226 ; skos:broader :017 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Equatorial Guinea"@en ; skos:prefLabel "Guinée équatoriale"@fr . @@ -1056,7 +1056,7 @@ :hasAlpha3Code "ETH" ; :hasAreaCode 231 ; skos:broader :014 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Ethiopia"@en ; skos:prefLabel "Éthiopie"@fr . @@ -1065,7 +1065,7 @@ :hasAlpha3Code "ERI" ; :hasAreaCode 232 ; skos:broader :014 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Eritrea"@en ; skos:prefLabel "Érythrée"@fr . @@ -1074,7 +1074,7 @@ :hasAlpha3Code "EST" ; :hasAreaCode 233 ; skos:broader :154 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Estonia"@en ; skos:prefLabel "Estonie"@fr . @@ -1083,7 +1083,7 @@ :hasAlpha3Code "FRO" ; :hasAreaCode 234 ; skos:broader :154 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Faroe Islands"@en . :238 a skos:Concept ; @@ -1091,7 +1091,7 @@ :hasAlpha3Code "FLK" ; :hasAreaCode 238 ; skos:broader :005 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Falkland Islands (Malvinas)"@en . :239 a skos:Concept ; @@ -1099,7 +1099,7 @@ :hasAlpha3Code "SGS" ; :hasAreaCode 239 ; skos:broader :005 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "South Georgia and the South Sandwich Islands"@en . :242 a skos:Concept ; @@ -1107,7 +1107,7 @@ :hasAlpha3Code "FJI" ; :hasAreaCode 242 ; skos:broader :054 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Fiji"@en . :246 a skos:Concept ; @@ -1115,7 +1115,7 @@ :hasAlpha3Code "FIN" ; :hasAreaCode 246 ; skos:broader :154 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Finland"@en ; skos:prefLabel "Finlande"@fr . @@ -1124,7 +1124,7 @@ :hasAlpha3Code "ALA" ; :hasAreaCode 248 ; skos:broader :154 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Åland Islands"@en . :250 a skos:Concept ; @@ -1132,7 +1132,7 @@ :hasAlpha3Code "FRA" ; :hasAreaCode 250 ; skos:broader :155 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "France"@en . :254 a skos:Concept ; @@ -1140,7 +1140,7 @@ :hasAlpha3Code "GUF" ; :hasAreaCode 254 ; skos:broader :005 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "French Guiana"@en ; skos:prefLabel "Guyane française"@fr . @@ -1149,7 +1149,7 @@ :hasAlpha3Code "PYF" ; :hasAreaCode 258 ; skos:broader :061 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "French Polynesia"@en ; skos:prefLabel "Polynésie française"@fr . @@ -1158,7 +1158,7 @@ :hasAlpha3Code "ATF" ; :hasAreaCode 260 ; skos:broader :014 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "French Southern Territories"@en ; skos:prefLabel "Territoires français du Sud"@fr . @@ -1167,7 +1167,7 @@ :hasAlpha3Code "DJI" ; :hasAreaCode 262 ; skos:broader :014 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Djibouti"@en . :266 a skos:Concept ; @@ -1175,7 +1175,7 @@ :hasAlpha3Code "GAB" ; :hasAreaCode 266 ; skos:broader :017 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Gabon"@en . :268 a skos:Concept ; @@ -1183,7 +1183,7 @@ :hasAlpha3Code "GEO" ; :hasAreaCode 268 ; skos:broader :145 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Georgia"@en ; skos:prefLabel "Géorgie"@fr . @@ -1192,7 +1192,7 @@ :hasAlpha3Code "GMB" ; :hasAreaCode 270 ; skos:broader :011 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Gambia"@en ; skos:prefLabel "Gambie"@fr . @@ -1201,7 +1201,7 @@ :hasAlpha3Code "PSE" ; :hasAreaCode 275 ; skos:broader :145 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "State of Palestine"@en ; skos:prefLabel "État de Palestine"@fr . @@ -1210,7 +1210,7 @@ :hasAlpha3Code "DEU" ; :hasAreaCode 276 ; skos:broader :155 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Allemagne"@fr ; skos:prefLabel "Germany"@en . @@ -1219,7 +1219,7 @@ :hasAlpha3Code "GHA" ; :hasAreaCode 288 ; skos:broader :011 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Ghana"@en . :292 a skos:Concept ; @@ -1227,7 +1227,7 @@ :hasAlpha3Code "GIB" ; :hasAreaCode 292 ; skos:broader :039 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Gibraltar"@en . :296 a skos:Concept ; @@ -1235,7 +1235,7 @@ :hasAlpha3Code "KIR" ; :hasAreaCode 296 ; skos:broader :057 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Kiribati"@en . :300 a skos:Concept ; @@ -1243,7 +1243,7 @@ :hasAlpha3Code "GRC" ; :hasAreaCode 300 ; skos:broader :039 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Greece"@en ; skos:prefLabel "Grèce"@fr . @@ -1252,7 +1252,7 @@ :hasAlpha3Code "GRL" ; :hasAreaCode 304 ; skos:broader :021 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Greenland"@en . :308 a skos:Concept ; @@ -1260,7 +1260,7 @@ :hasAlpha3Code "GRD" ; :hasAreaCode 308 ; skos:broader :029 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Grenada"@en ; skos:prefLabel "Grenade"@fr . @@ -1269,7 +1269,7 @@ :hasAlpha3Code "GLP" ; :hasAreaCode 312 ; skos:broader :029 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Guadeloupe"@en . :316 a skos:Concept ; @@ -1277,7 +1277,7 @@ :hasAlpha3Code "GUM" ; :hasAreaCode 316 ; skos:broader :057 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Guam"@en . :320 a skos:Concept ; @@ -1285,7 +1285,7 @@ :hasAlpha3Code "GTM" ; :hasAreaCode 320 ; skos:broader :013 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Guatemala"@en . :324 a skos:Concept ; @@ -1293,7 +1293,7 @@ :hasAlpha3Code "GIN" ; :hasAreaCode 324 ; skos:broader :011 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Guinea"@en ; skos:prefLabel "Guinée"@fr . @@ -1302,7 +1302,7 @@ :hasAlpha3Code "GUY" ; :hasAreaCode 328 ; skos:broader :005 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Guyana"@en ; skos:prefLabel "Guyane"@fr . @@ -1311,7 +1311,7 @@ :hasAlpha3Code "HTI" ; :hasAreaCode 332 ; skos:broader :029 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Haiti"@en . :334 a skos:Concept ; @@ -1319,7 +1319,7 @@ :hasAlpha3Code "HMD" ; :hasAreaCode 334 ; skos:broader :053 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Heard Island and McDonald Islands"@en . :336 a skos:Concept ; @@ -1327,7 +1327,7 @@ :hasAlpha3Code "VAT" ; :hasAreaCode 336 ; skos:broader :039 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Holy See"@en . :340 a skos:Concept ; @@ -1335,7 +1335,7 @@ :hasAlpha3Code "HND" ; :hasAreaCode 340 ; skos:broader :013 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Honduras"@en . :344 a skos:Concept ; @@ -1343,7 +1343,7 @@ :hasAlpha3Code "HKG" ; :hasAreaCode 344 ; skos:broader :030 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "China, Hong Kong Special Administrative Region"@en ; skos:prefLabel "Chine, Région administrative spéciale de Hong Kong"@fr . @@ -1352,7 +1352,7 @@ :hasAlpha3Code "HUN" ; :hasAreaCode 348 ; skos:broader :151 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Hongrie"@fr ; skos:prefLabel "Hungary"@en . @@ -1361,7 +1361,7 @@ :hasAlpha3Code "ISL" ; :hasAreaCode 352 ; skos:broader :154 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Iceland"@en ; skos:prefLabel "Islande"@fr . @@ -1370,7 +1370,7 @@ :hasAlpha3Code "IND" ; :hasAreaCode 356 ; skos:broader :034 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Inde"@fr ; skos:prefLabel "India"@en . @@ -1379,7 +1379,7 @@ :hasAlpha3Code "IDN" ; :hasAreaCode 360 ; skos:broader :035 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Indonesia"@en ; skos:prefLabel "Indonésie"@fr . @@ -1388,7 +1388,7 @@ :hasAlpha3Code "IRN" ; :hasAreaCode 364 ; skos:broader :034 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Iran (Islamic Republic of)"@en ; skos:prefLabel "Iran (République islamique d')"@fr . @@ -1397,7 +1397,7 @@ :hasAlpha3Code "IRQ" ; :hasAreaCode 368 ; skos:broader :145 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Irak"@fr ; skos:prefLabel "Iraq"@en . @@ -1406,7 +1406,7 @@ :hasAlpha3Code "IRL" ; :hasAreaCode 372 ; skos:broader :154 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Ireland"@en ; skos:prefLabel "Irlande"@fr . @@ -1415,7 +1415,7 @@ :hasAlpha3Code "ISR" ; :hasAreaCode 376 ; skos:broader :145 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Israel"@en ; skos:prefLabel "Israël"@fr . @@ -1424,7 +1424,7 @@ :hasAlpha3Code "ITA" ; :hasAreaCode 380 ; skos:broader :039 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Italie"@fr ; skos:prefLabel "Italy"@en . @@ -1433,7 +1433,7 @@ :hasAlpha3Code "CIV" ; :hasAreaCode 384 ; skos:broader :011 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Côte d’Ivoire"@en . :388 a skos:Concept ; @@ -1441,7 +1441,7 @@ :hasAlpha3Code "JAM" ; :hasAreaCode 388 ; skos:broader :029 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Jamaica"@en ; skos:prefLabel "Jamaïque"@fr . @@ -1450,7 +1450,7 @@ :hasAlpha3Code "JPN" ; :hasAreaCode 392 ; skos:broader :030 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Japan"@en ; skos:prefLabel "Japon"@fr . @@ -1459,7 +1459,7 @@ :hasAlpha3Code "KAZ" ; :hasAreaCode 398 ; skos:broader :143 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Kazakhstan"@en . :400 a skos:Concept ; @@ -1467,7 +1467,7 @@ :hasAlpha3Code "JOR" ; :hasAreaCode 400 ; skos:broader :145 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Jordan"@en ; skos:prefLabel "Jordanie"@fr . @@ -1476,7 +1476,7 @@ :hasAlpha3Code "KEN" ; :hasAreaCode 404 ; skos:broader :014 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Kenya"@en . :408 a skos:Concept ; @@ -1484,7 +1484,7 @@ :hasAlpha3Code "PRK" ; :hasAreaCode 408 ; skos:broader :030 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Democratic People's Republic of Korea"@en ; skos:prefLabel "République populaire démocratique de Corée"@fr . @@ -1493,7 +1493,7 @@ :hasAlpha3Code "KOR" ; :hasAreaCode 410 ; skos:broader :030 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Republic of Korea"@en ; skos:prefLabel "République de Corée"@fr . @@ -1502,7 +1502,7 @@ :hasAlpha3Code "KWT" ; :hasAreaCode 414 ; skos:broader :145 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Koweït"@fr ; skos:prefLabel "Kuwait"@en . @@ -1511,7 +1511,7 @@ :hasAlpha3Code "KGZ" ; :hasAreaCode 417 ; skos:broader :143 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Kyrgyzstan"@en . :418 a skos:Concept ; @@ -1519,14 +1519,14 @@ :hasAlpha3Code "LAO" ; :hasAreaCode 418 ; skos:broader :035 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Lao People's Democratic Republic"@en ; skos:prefLabel "République démocratique populaire lao"@fr . :419 a skos:Concept ; :hasAreaCode 419 ; skos:broader :019 ; - skos:inScheme ; + skos:inScheme ; skos:narrower :005 ; skos:narrower :013 ; skos:narrower :029 ; @@ -1538,7 +1538,7 @@ :hasAlpha3Code "LBN" ; :hasAreaCode 422 ; skos:broader :145 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Lebanon"@en ; skos:prefLabel "Liban"@fr . @@ -1547,7 +1547,7 @@ :hasAlpha3Code "LSO" ; :hasAreaCode 426 ; skos:broader :018 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Lesotho"@en . :428 a skos:Concept ; @@ -1555,7 +1555,7 @@ :hasAlpha3Code "LVA" ; :hasAreaCode 428 ; skos:broader :154 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Latvia"@en ; skos:prefLabel "Lettonie"@fr . @@ -1564,7 +1564,7 @@ :hasAlpha3Code "LBR" ; :hasAreaCode 430 ; skos:broader :011 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Liberia"@en . :434 a skos:Concept ; @@ -1572,7 +1572,7 @@ :hasAlpha3Code "LBY" ; :hasAreaCode 434 ; skos:broader :015 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Libya"@en ; skos:prefLabel "Libye"@fr . @@ -1581,7 +1581,7 @@ :hasAlpha3Code "LIE" ; :hasAreaCode 438 ; skos:broader :155 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Liechtenstein"@en . :440 a skos:Concept ; @@ -1589,7 +1589,7 @@ :hasAlpha3Code "LTU" ; :hasAreaCode 440 ; skos:broader :154 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Lithuania"@en ; skos:prefLabel "Lituanie"@fr . @@ -1598,7 +1598,7 @@ :hasAlpha3Code "LUX" ; :hasAreaCode 442 ; skos:broader :155 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Luxembourg"@en . :446 a skos:Concept ; @@ -1606,7 +1606,7 @@ :hasAlpha3Code "MAC" ; :hasAreaCode 446 ; skos:broader :030 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "China, Macao Special Administrative Region"@en . :450 a skos:Concept ; @@ -1614,7 +1614,7 @@ :hasAlpha3Code "MDG" ; :hasAreaCode 450 ; skos:broader :014 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Madagascar"@en . :454 a skos:Concept ; @@ -1622,7 +1622,7 @@ :hasAlpha3Code "MWI" ; :hasAreaCode 454 ; skos:broader :014 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Malawi"@en . :458 a skos:Concept ; @@ -1630,7 +1630,7 @@ :hasAlpha3Code "MYS" ; :hasAreaCode 458 ; skos:broader :035 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Malaisie"@fr ; skos:prefLabel "Malaysia"@en . @@ -1639,7 +1639,7 @@ :hasAlpha3Code "MDV" ; :hasAreaCode 462 ; skos:broader :034 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Maldives"@en . :466 a skos:Concept ; @@ -1647,7 +1647,7 @@ :hasAlpha3Code "MLI" ; :hasAreaCode 466 ; skos:broader :011 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Mali"@en . :470 a skos:Concept ; @@ -1655,7 +1655,7 @@ :hasAlpha3Code "MLT" ; :hasAreaCode 470 ; skos:broader :039 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Malta"@en ; skos:prefLabel "Malte"@fr . @@ -1664,7 +1664,7 @@ :hasAlpha3Code "MTQ" ; :hasAreaCode 474 ; skos:broader :029 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Martinique"@en . :478 a skos:Concept ; @@ -1672,7 +1672,7 @@ :hasAlpha3Code "MRT" ; :hasAreaCode 478 ; skos:broader :011 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Mauritania"@en ; skos:prefLabel "Mauritanie"@fr . @@ -1681,7 +1681,7 @@ :hasAlpha3Code "MUS" ; :hasAreaCode 480 ; skos:broader :014 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Ile Maurice"@fr ; skos:prefLabel "Mauritius"@en . @@ -1690,7 +1690,7 @@ :hasAlpha3Code "MEX" ; :hasAreaCode 484 ; skos:broader :013 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Mexico"@en ; skos:prefLabel "Mexique"@fr . @@ -1699,7 +1699,7 @@ :hasAlpha3Code "MCO" ; :hasAreaCode 492 ; skos:broader :155 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Monaco"@en . :496 a skos:Concept ; @@ -1707,7 +1707,7 @@ :hasAlpha3Code "MNG" ; :hasAreaCode 496 ; skos:broader :030 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Mongolia"@en ; skos:prefLabel "Mongolie"@fr . @@ -1716,7 +1716,7 @@ :hasAlpha3Code "MDA" ; :hasAreaCode 498 ; skos:broader :151 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Republic of Moldova"@en ; skos:prefLabel "République de Moldavie"@fr . @@ -1724,7 +1724,7 @@ :hasAlpha3Code "MNE" ; :hasAreaCode 499 ; skos:broader :039 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Montenegro"@en . :500 a skos:Concept ; @@ -1732,7 +1732,7 @@ :hasAlpha3Code "MSR" ; :hasAreaCode 500 ; skos:broader :029 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Montserrat"@en . :504 a skos:Concept ; @@ -1740,7 +1740,7 @@ :hasAlpha3Code "MAR" ; :hasAreaCode 504 ; skos:broader :015 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Maroc"@fr ; skos:prefLabel "Morocco"@en . @@ -1749,7 +1749,7 @@ :hasAlpha3Code "MOZ" ; :hasAreaCode 508 ; skos:broader :014 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Mozambique"@en . :512 a skos:Concept ; @@ -1757,7 +1757,7 @@ :hasAlpha3Code "OMN" ; :hasAreaCode 512 ; skos:broader :145 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Oman"@en . :516 a skos:Concept ; @@ -1765,7 +1765,7 @@ :hasAlpha3Code "NAM" ; :hasAreaCode 516 ; skos:broader :018 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Namibia"@en ; skos:prefLabel "Namibie"@fr . @@ -1774,7 +1774,7 @@ :hasAlpha3Code "NRU" ; :hasAreaCode 520 ; skos:broader :057 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Nauru"@en . :524 a skos:Concept ; @@ -1782,7 +1782,7 @@ :hasAlpha3Code "NPL" ; :hasAreaCode 524 ; skos:broader :034 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Nepal"@en . :528 a skos:Concept ; @@ -1790,7 +1790,7 @@ :hasAlpha3Code "NLD" ; :hasAreaCode 528 ; skos:broader :155 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Netherlands"@en ; skos:prefLabel "Pays-Bas"@fr . @@ -1798,7 +1798,7 @@ :hasAlpha3Code "CUW" ; :hasAreaCode 531 ; skos:broader :029 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Curaçao"@en . :533 a skos:Concept ; @@ -1806,14 +1806,14 @@ :hasAlpha3Code "ABW" ; :hasAreaCode 533 ; skos:broader :029 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Aruba"@en . :534 a skos:Concept ; :hasAlpha3Code "SXM" ; :hasAreaCode 534 ; skos:broader :029 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Saint-Martin (partie néerlandaise)"@fr ; skos:prefLabel "Sint Maarten (Dutch part)"@en . @@ -1821,7 +1821,7 @@ :hasAlpha3Code "BES" ; :hasAreaCode 535 ; skos:broader :029 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Bonaire, Sint Eustatius and Saba"@en . :540 a skos:Concept ; @@ -1829,7 +1829,7 @@ :hasAlpha3Code "NCL" ; :hasAreaCode 540 ; skos:broader :054 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "New Caledonia"@en ; skos:prefLabel "Nouvelle-Calédonie"@fr . @@ -1838,7 +1838,7 @@ :hasAlpha3Code "VUT" ; :hasAreaCode 548 ; skos:broader :054 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Vanuatu"@en . :554 a skos:Concept ; @@ -1846,7 +1846,7 @@ :hasAlpha3Code "NZL" ; :hasAreaCode 554 ; skos:broader :053 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "New Zealand"@en ; skos:prefLabel "Nouvelle-Zélande"@fr . @@ -1855,7 +1855,7 @@ :hasAlpha3Code "NIC" ; :hasAreaCode 558 ; skos:broader :013 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Nicaragua"@en . :562 a skos:Concept ; @@ -1863,7 +1863,7 @@ :hasAlpha3Code "NER" ; :hasAreaCode 562 ; skos:broader :011 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Niger"@en . :566 a skos:Concept ; @@ -1871,7 +1871,7 @@ :hasAlpha3Code "NGA" ; :hasAreaCode 566 ; skos:broader :011 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Nigeria"@en . :570 a skos:Concept ; @@ -1879,7 +1879,7 @@ :hasAlpha3Code "NIU" ; :hasAreaCode 570 ; skos:broader :061 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Niue"@en . :574 a skos:Concept ; @@ -1887,7 +1887,7 @@ :hasAlpha3Code "NFK" ; :hasAreaCode 574 ; skos:broader :053 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Norfolk Island"@en . :578 a skos:Concept ; @@ -1895,7 +1895,7 @@ :hasAlpha3Code "NOR" ; :hasAreaCode 578 ; skos:broader :154 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Norvège"@fr ; skos:prefLabel "Norway"@en . @@ -1904,7 +1904,7 @@ :hasAlpha3Code "MNP" ; :hasAreaCode 580 ; skos:broader :057 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Northern Mariana Islands"@en . :581 a skos:Concept ; @@ -1912,7 +1912,7 @@ :hasAlpha3Code "UMI" ; :hasAreaCode 581 ; skos:broader :057 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "United States Minor Outlying Islands"@en . :583 a skos:Concept ; @@ -1920,7 +1920,7 @@ :hasAlpha3Code "FSM" ; :hasAreaCode 583 ; skos:broader :057 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Micronesia (Federated States of)"@en . :584 a skos:Concept ; @@ -1928,7 +1928,7 @@ :hasAlpha3Code "MHL" ; :hasAreaCode 584 ; skos:broader :057 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Marshall Islands"@en . :585 a skos:Concept ; @@ -1936,7 +1936,7 @@ :hasAlpha3Code "PLW" ; :hasAreaCode 585 ; skos:broader :057 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Palau"@en . :586 a skos:Concept ; @@ -1944,7 +1944,7 @@ :hasAlpha3Code "PAK" ; :hasAreaCode 586 ; skos:broader :034 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Pakistan"@en . :591 a skos:Concept ; @@ -1952,7 +1952,7 @@ :hasAlpha3Code "PAN" ; :hasAreaCode 591 ; skos:broader :013 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Panama"@en . :598 a skos:Concept ; @@ -1960,7 +1960,7 @@ :hasAlpha3Code "PNG" ; :hasAreaCode 598 ; skos:broader :054 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel " Papouasie-Nouvelle-Guinée "@fr ; skos:prefLabel "Papua New Guinea"@en . @@ -1969,7 +1969,7 @@ :hasAlpha3Code "PRY" ; :hasAreaCode 600 ; skos:broader :005 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Paraguay"@en . :604 a skos:Concept ; @@ -1977,7 +1977,7 @@ :hasAlpha3Code "PER" ; :hasAreaCode 604 ; skos:broader :005 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Peru"@en ; skos:prefLabel "Pérou"@fr . @@ -1986,7 +1986,7 @@ :hasAlpha3Code "PHL" ; :hasAreaCode 608 ; skos:broader :035 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Philippines"@en . :612 a skos:Concept ; @@ -1994,7 +1994,7 @@ :hasAlpha3Code "PCN" ; :hasAreaCode 612 ; skos:broader :061 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Pitcairn"@en . :616 a skos:Concept ; @@ -2002,7 +2002,7 @@ :hasAlpha3Code "POL" ; :hasAreaCode 616 ; skos:broader :151 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Poland"@en ; skos:prefLabel "Pologne"@fr . @@ -2011,7 +2011,7 @@ :hasAlpha3Code "PRT" ; :hasAreaCode 620 ; skos:broader :039 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Portugal"@en . :624 a skos:Concept ; @@ -2019,7 +2019,7 @@ :hasAlpha3Code "GNB" ; :hasAreaCode 624 ; skos:broader :011 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Guinea-Bissau"@en ; skos:prefLabel "Guinée-Bissau"@fr . @@ -2028,7 +2028,7 @@ :hasAlpha3Code "TLS" ; :hasAreaCode 626 ; skos:broader :035 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Timor-Leste"@en . :630 a skos:Concept ; @@ -2036,7 +2036,7 @@ :hasAlpha3Code "PRI" ; :hasAreaCode 630 ; skos:broader :029 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Pprto Rico"@fr ; skos:prefLabel "Puerto Rico"@en . @@ -2045,7 +2045,7 @@ :hasAlpha3Code "QAT" ; :hasAreaCode 634 ; skos:broader :145 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Qatar"@en . :638 a skos:Concept ; @@ -2053,7 +2053,7 @@ :hasAlpha3Code "REU" ; :hasAreaCode 638 ; skos:broader :014 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Réunion"@en . :642 a skos:Concept ; @@ -2061,7 +2061,7 @@ :hasAlpha3Code "ROU" ; :hasAreaCode 642 ; skos:broader :151 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Romania"@en ; skos:prefLabel "Roumanie"@fr . @@ -2070,7 +2070,7 @@ :hasAlpha3Code "RUS" ; :hasAreaCode 643 ; skos:broader :151 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Fédération de Russie"@fr ; skos:prefLabel "Russian Federation"@en . @@ -2079,14 +2079,14 @@ :hasAlpha3Code "RWA" ; :hasAreaCode 646 ; skos:broader :014 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Rwanda"@en . :652 a skos:Concept ; :hasAlpha3Code "BLM" ; :hasAreaCode 652 ; skos:broader :029 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Saint Barthélemy"@en . :654 a skos:Concept ; @@ -2094,7 +2094,7 @@ :hasAlpha3Code "SHN" ; :hasAreaCode 654 ; skos:broader :011 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Saint Helena"@en . :659 a skos:Concept ; @@ -2102,7 +2102,7 @@ :hasAlpha3Code "KNA" ; :hasAreaCode 659 ; skos:broader :029 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Saint Kitts and Nevis"@en . :660 a skos:Concept ; @@ -2110,7 +2110,7 @@ :hasAlpha3Code "AIA" ; :hasAreaCode 660 ; skos:broader :029 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Anguilla"@en . :662 a skos:Concept ; @@ -2118,14 +2118,14 @@ :hasAlpha3Code "LCA" ; :hasAreaCode 662 ; skos:broader :029 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Saint Lucia"@en . :663 a skos:Concept ; :hasAlpha3Code "MAF" ; :hasAreaCode 663 ; skos:broader :029 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Saint Martin (French Part)"@en ; skos:prefLabel "Saint Martin (Partie française)"@fr . @@ -2134,7 +2134,7 @@ :hasAlpha3Code "SPM" ; :hasAreaCode 666 ; skos:broader :021 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Saint Pierre and Miquelon"@en ; skos:prefLabel "Saint Pierre et Miquelon"@fr . @@ -2143,7 +2143,7 @@ :hasAlpha3Code "VCT" ; :hasAreaCode 670 ; skos:broader :029 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Saint Vincent and the Grenadines"@en . :674 a skos:Concept ; @@ -2151,7 +2151,7 @@ :hasAlpha3Code "SMR" ; :hasAreaCode 674 ; skos:broader :039 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "San Marino"@en . :678 a skos:Concept ; @@ -2159,14 +2159,14 @@ :hasAlpha3Code "STP" ; :hasAreaCode 678 ; skos:broader :017 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Sao Tome and Principe"@en . :680 a skos:Concept ; :hasAlpha3Code "" ; :hasAreaCode 680 ; skos:broader :830 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Sark"@en . :682 a skos:Concept ; @@ -2174,7 +2174,7 @@ :hasAlpha3Code "SAU" ; :hasAreaCode 682 ; skos:broader :145 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Arabie Saoudite"@fr ; skos:prefLabel "Saudi Arabia"@en . @@ -2183,7 +2183,7 @@ :hasAlpha3Code "SEN" ; :hasAreaCode 686 ; skos:broader :011 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Senegal"@en ; skos:prefLabel "Sénégal"@fr . @@ -2191,7 +2191,7 @@ :hasAlpha3Code "SRB" ; :hasAreaCode 688 ; skos:broader :039 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Serbia"@en ; skos:prefLabel "Serbie"@fr . @@ -2200,7 +2200,7 @@ :hasAlpha3Code "SYC" ; :hasAreaCode 690 ; skos:broader :014 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Seychelles"@en . :694 a skos:Concept ; @@ -2208,7 +2208,7 @@ :hasAlpha3Code "SLE" ; :hasAreaCode 694 ; skos:broader :011 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Sierra Leone"@en . :702 a skos:Concept ; @@ -2216,7 +2216,7 @@ :hasAlpha3Code "SGP" ; :hasAreaCode 702 ; skos:broader :035 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Singapore"@en ; skos:prefLabel "Singapour"@fr . @@ -2225,7 +2225,7 @@ :hasAlpha3Code "SVK" ; :hasAreaCode 703 ; skos:broader :151 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Slovakia"@en ; skos:prefLabel "Slovaquie"@fr . @@ -2234,7 +2234,7 @@ :hasAlpha3Code "VNM" ; :hasAreaCode 704 ; skos:broader :035 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Viet Nam"@en ; skos:prefLabel "Vietnam"@fr . @@ -2243,7 +2243,7 @@ :hasAlpha3Code "SVN" ; :hasAreaCode 705 ; skos:broader :039 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Slovenia"@en ; skos:prefLabel "Slovenie"@fr . @@ -2252,7 +2252,7 @@ :hasAlpha3Code "SOM" ; :hasAreaCode 706 ; skos:broader :014 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Somalia"@en ; skos:prefLabel "Somalie"@fr . @@ -2261,7 +2261,7 @@ :hasAlpha3Code "ZAF" ; :hasAreaCode 710 ; skos:broader :018 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Afrique du Sud"@fr ; skos:prefLabel "South Africa"@en . @@ -2270,7 +2270,7 @@ :hasAlpha3Code "ZWE" ; :hasAreaCode 716 ; skos:broader :014 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Zimbabwe"@en . :724 a skos:Concept ; @@ -2278,7 +2278,7 @@ :hasAlpha3Code "ESP" ; :hasAreaCode 724 ; skos:broader :039 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Espagne"@fr ; skos:prefLabel "Spain"@en . @@ -2286,7 +2286,7 @@ :hasAlpha3Code "SSD" ; :hasAreaCode 728 ; skos:broader :014 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Soudan du Sud"@fr ; skos:prefLabel "South Sudan"@en . @@ -2295,7 +2295,7 @@ :hasAlpha3Code "SDN" ; :hasAreaCode 729 ; skos:broader :015 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Soudan"@fr ; skos:prefLabel "Sudan"@en . @@ -2304,7 +2304,7 @@ :hasAlpha3Code "ESH" ; :hasAreaCode 732 ; skos:broader :015 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Sahara occidental"@fr ; skos:prefLabel "Western Sahara"@en . @@ -2313,7 +2313,7 @@ :hasAlpha3Code "SUR" ; :hasAreaCode 740 ; skos:broader :005 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Suriname"@en . :744 a skos:Concept ; @@ -2321,7 +2321,7 @@ :hasAlpha3Code "SJM" ; :hasAreaCode 744 ; skos:broader :154 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Svalbard and Jan Mayen Islands"@en . :748 a skos:Concept ; @@ -2329,7 +2329,7 @@ :hasAlpha3Code "SWZ" ; :hasAreaCode 748 ; skos:broader :018 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Eswatini"@en . :752 a skos:Concept ; @@ -2337,7 +2337,7 @@ :hasAlpha3Code "SWE" ; :hasAreaCode 752 ; skos:broader :154 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Suède"@fr ; skos:prefLabel "Sweden"@en . @@ -2346,7 +2346,7 @@ :hasAlpha3Code "CHE" ; :hasAreaCode 756 ; skos:broader :155 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Suisse"@fr ; skos:prefLabel "Switzerland"@en . @@ -2355,7 +2355,7 @@ :hasAlpha3Code "SYR" ; :hasAreaCode 760 ; skos:broader :145 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "République arabe syrienne"@fr ; skos:prefLabel "Syrian Arab Republic"@en . @@ -2364,7 +2364,7 @@ :hasAlpha3Code "TJK" ; :hasAreaCode 762 ; skos:broader :143 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Tajikistan"@en . :764 a skos:Concept ; @@ -2372,7 +2372,7 @@ :hasAlpha3Code "THA" ; :hasAreaCode 764 ; skos:broader :035 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Thailand"@en ; skos:prefLabel "Thaïlande"@fr . @@ -2381,7 +2381,7 @@ :hasAlpha3Code "TGO" ; :hasAreaCode 768 ; skos:broader :011 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Togo"@en . :772 a skos:Concept ; @@ -2389,7 +2389,7 @@ :hasAlpha3Code "TKL" ; :hasAreaCode 772 ; skos:broader :061 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Tokelau"@en . :776 a skos:Concept ; @@ -2397,7 +2397,7 @@ :hasAlpha3Code "TON" ; :hasAreaCode 776 ; skos:broader :061 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Tonga"@en . :780 a skos:Concept ; @@ -2405,7 +2405,7 @@ :hasAlpha3Code "TTO" ; :hasAreaCode 780 ; skos:broader :029 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Trinidad and Tobago"@en . :784 a skos:Concept ; @@ -2413,7 +2413,7 @@ :hasAlpha3Code "ARE" ; :hasAreaCode 784 ; skos:broader :145 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "United Arab Emirates"@en ; skos:prefLabel "Émirats arabes unis"@fr . @@ -2422,7 +2422,7 @@ :hasAlpha3Code "TUN" ; :hasAreaCode 788 ; skos:broader :015 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Tunisia"@en ; skos:prefLabel "Tunisie"@fr . @@ -2431,7 +2431,7 @@ :hasAlpha3Code "TUR" ; :hasAreaCode 792 ; skos:broader :145 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Turquie"@fr ; skos:prefLabel "Türkiye"@en . @@ -2440,7 +2440,7 @@ :hasAlpha3Code "TKM" ; :hasAreaCode 795 ; skos:broader :143 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Turkmenistan"@en . :796 a skos:Concept ; @@ -2448,7 +2448,7 @@ :hasAlpha3Code "TCA" ; :hasAreaCode 796 ; skos:broader :029 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Turks and Caicos Islands"@en . :798 a skos:Concept ; @@ -2456,7 +2456,7 @@ :hasAlpha3Code "TUV" ; :hasAreaCode 798 ; skos:broader :061 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Tuvalu"@en . :800 a skos:Concept ; @@ -2464,7 +2464,7 @@ :hasAlpha3Code "UGA" ; :hasAreaCode 800 ; skos:broader :014 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Ouganda"@fr ; skos:prefLabel "Uganda"@en . @@ -2473,7 +2473,7 @@ :hasAlpha3Code "UKR" ; :hasAreaCode 804 ; skos:broader :151 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Ukraine"@en . :807 a skos:Concept ; @@ -2481,7 +2481,7 @@ :hasAlpha3Code "MKD" ; :hasAreaCode 807 ; skos:broader :039 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Macédoine du Nord"@fr ; skos:prefLabel "North Macedonia"@en . @@ -2490,7 +2490,7 @@ :hasAlpha3Code "EGY" ; :hasAreaCode 818 ; skos:broader :015 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Egypt"@en ; skos:prefLabel "Égypte"@fr . @@ -2499,14 +2499,14 @@ :hasAlpha3Code "GBR" ; :hasAreaCode 826 ; skos:broader :154 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Royaume-Uni de Grande-Bretagne et d'Irlande du Nord"@fr ; skos:prefLabel "United Kingdom of Great Britain and Northern Ireland"@en . :830 a skos:Concept ; :hasAreaCode 830 ; skos:broader :154 ; - skos:inScheme ; + skos:inScheme ; skos:narrower :680 ; skos:narrower :831 ; skos:narrower :832 ; @@ -2516,7 +2516,7 @@ :hasAlpha3Code "GGY" ; :hasAreaCode 831 ; skos:broader :830 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Guernesey"@fr ; skos:prefLabel "Guernsey"@en . @@ -2524,7 +2524,7 @@ :hasAlpha3Code "JEY" ; :hasAreaCode 832 ; skos:broader :830 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Jersey"@en . :833 a skos:Concept ; @@ -2532,7 +2532,7 @@ :hasAlpha3Code "IMN" ; :hasAreaCode 833 ; skos:broader :154 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Isle of Man"@en . :834 a skos:Concept ; @@ -2540,7 +2540,7 @@ :hasAlpha3Code "TZA" ; :hasAreaCode 834 ; skos:broader :014 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "République-Unie de Tanzanie"@fr ; skos:prefLabel "United Republic of Tanzania"@en . @@ -2549,7 +2549,7 @@ :hasAlpha3Code "USA" ; :hasAreaCode 840 ; skos:broader :021 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "United States of America"@en ; skos:prefLabel "États-Unis d'Amérique"@fr . @@ -2558,7 +2558,7 @@ :hasAlpha3Code "VIR" ; :hasAreaCode 850 ; skos:broader :029 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "United States Virgin Islands"@en . :854 a skos:Concept ; @@ -2566,7 +2566,7 @@ :hasAlpha3Code "BFA" ; :hasAreaCode 854 ; skos:broader :011 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Burkina Faso"@en . :858 a skos:Concept ; @@ -2574,7 +2574,7 @@ :hasAlpha3Code "URY" ; :hasAreaCode 858 ; skos:broader :005 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Uruguay"@en . :860 a skos:Concept ; @@ -2582,7 +2582,7 @@ :hasAlpha3Code "UZB" ; :hasAreaCode 860 ; skos:broader :143 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Uzbekistan"@en . :862 a skos:Concept ; @@ -2590,7 +2590,7 @@ :hasAlpha3Code "VEN" ; :hasAreaCode 862 ; skos:broader :005 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Venezuela (Bolivarian Republic of)"@en ; skos:prefLabel "Venezuela"@fr . @@ -2599,7 +2599,7 @@ :hasAlpha3Code "WLF" ; :hasAreaCode 876 ; skos:broader :061 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Wallis and Futuna Islands"@en ; skos:prefLabel "Îles Wallis et Futuna"@fr . @@ -2608,7 +2608,7 @@ :hasAlpha3Code "WSM" ; :hasAreaCode 882 ; skos:broader :061 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Samoa"@en . :887 a skos:Concept ; @@ -2616,7 +2616,7 @@ :hasAlpha3Code "YEM" ; :hasAreaCode 887 ; skos:broader :145 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Yemen"@en . :894 a skos:Concept ; @@ -2624,11 +2624,11 @@ :hasAlpha3Code "ZMB" ; :hasAreaCode 894 ; skos:broader :014 ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Zambia"@en ; skos:prefLabel "Zambie"@fr . - a skos:ConceptScheme ; + a skos:ConceptScheme ; rdfs:label "Area Code Thesaurus"@en ; dcterms:description "This thesaurus defines a controlled vocabulary referencing the different area codes as developed and maintained by the United Nations Statistics Division."@en ; dcterms:title "Area Codes for Statistical Use (Series M, No. 49) Thesaurus"@en ; diff --git a/src/thesaurus/digital-service-category.ttl b/src/thesaurus/digital-service-category.ttl index a01ae6b4..ff7430cb 100644 --- a/src/thesaurus/digital-service-category.ttl +++ b/src/thesaurus/digital-service-category.ttl @@ -1,46 +1,46 @@ @prefix rdf: . @prefix rdfs: . -@prefix : . +@prefix : . @prefix dcterms: . @prefix skos: . :ClassificationModel a skos:Concept ; skos:broader :DataProcessing ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Classification Model"@en ; skos:prefLabel "Klassifizierungsmodell"@de ; skos:prefLabel "Modèle de classification"@fr . :ClusteringModel a skos:Concept ; skos:broader :DataProcessing ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Clustering Model"@en ; skos:prefLabel "Clustering-Modell"@de ; skos:prefLabel "Modèle de clustering"@fr . :ComputerVision a skos:Concept ; skos:broader :DataProcessing ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Computer Vision"@de ; skos:prefLabel "Computer Vision"@en ; skos:prefLabel "Vision par ordinateur"@fr . :DataCleaning a skos:Concept ; skos:broader :DataProcessing ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Data Cleaning"@en ; skos:prefLabel "Datenbereinigung"@de ; skos:prefLabel "Nettoyage de données"@fr . :DataIntegration a skos:Concept ; skos:broader :DataProcessing ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Data Integration"@en ; skos:prefLabel "Integration von Daten"@de ; skos:prefLabel "Intégration des données"@fr . :DataProcessing a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:narrower :ClassificationModel ; skos:narrower :ClusteringModel ; skos:narrower :ComputerVision ; @@ -55,46 +55,46 @@ :DataTransformation a skos:Concept ; skos:broader :DataProcessing ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Data Transformation"@en ; skos:prefLabel "Datenumwandlung"@de ; skos:prefLabel "Transformation des données"@fr . :DeepLearning a skos:Concept ; skos:broader :DataProcessing ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Apprentissage profond"@fr ; skos:prefLabel "Deep Learning"@en ; skos:prefLabel "mehrschichtiges Lernen"@de . :NaturalLanguageProcessing a skos:Concept ; skos:broader :DataProcessing ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Natural Language Processing"@en ; skos:prefLabel "Traitement du langage naturel"@fr ; skos:prefLabel "Verarbeitung natürlicher Sprache"@de . :RegressionModel a skos:Concept ; skos:broader :DataProcessing ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Modèle de régression"@fr ; skos:prefLabel "Regression Model"@en ; skos:prefLabel "Regressionsmodell"@de . :StatisticsAndAnalytics a skos:Concept ; skos:broader :DataProcessing ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Statistics & Analytics"@en ; skos:prefLabel "Statistik & Analytik"@de ; skos:prefLabel "Statistiques et analyses"@fr . :Storage a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Lagerung"@de ; skos:prefLabel "Stockage"@fr ; skos:prefLabel "Storage"@en . - a skos:ConceptScheme ; + a skos:ConceptScheme ; rdfs:label "Service Category Thesaurus"@en ; rdfs:label "Thesaurus der Dienstleistungskategorien"@de ; rdfs:label "Thésaurus des catégories de services"@fr ; diff --git a/src/thesaurus/digital-service-execution-status.ttl b/src/thesaurus/digital-service-execution-status.ttl index ba0e31cf..1ca09f82 100644 --- a/src/thesaurus/digital-service-execution-status.ttl +++ b/src/thesaurus/digital-service-execution-status.ttl @@ -1,22 +1,22 @@ @prefix rdf: . @prefix rdfs: . -@prefix : . +@prefix : . @prefix dcterms: . @prefix skos: . :Cancelled a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Cancelled"@en . :Delivered a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Delivered"@en . :Failed a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Failed"@en . - a skos:ConceptScheme ; + a skos:ConceptScheme ; rdfs:label "Digital Service Execution Status Thesaurus"@en ; dcterms:description """ This thesaurus defines a controlled vocabulary for representing the status of execution of Digital Services. This allows for standardized representation and understanding of execution status in various systems. diff --git a/src/thesaurus/license.ttl b/src/thesaurus/license.ttl index f48badbf..464d6714 100644 --- a/src/thesaurus/license.ttl +++ b/src/thesaurus/license.ttl @@ -1,390 +1,390 @@ @prefix rdfs: . -@prefix : . +@prefix : . @prefix dct: . @prefix skos: . :AAL a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Attribution Assurance Licenses"@en . :AFL-3_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Academic Free License 3.0"@en . :AGPL-3_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "GNU Affero General Public License v3"@en . :APL-1_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Adaptive Public License 1.0"@en . :APSL-2_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Apple Public Source License 2.0"@en . :Against-DRM a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Against DRM"@en . :Apache-1_1 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Apache Software License 1.1"@en . :Apache-2_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Apache Software License 2.0"@en . :Artistic-2_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Artistic License 2.0"@en . :BSD-2-Clause a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "BSD 2-Clause \"Simplified\" or \"FreeBSD\" License (BSD-2-Clause)"@en . :BSD-3-Clause a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "BSD 3-Clause \"New\" or \"Revised\" License (BSD-3-Clause)"@en . :BSL-1_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Boost Software License 1.0"@en . :BitTorrent-1_1 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "BitTorrent Open Source License 1.1"@en . :CATOSL-1_1 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Computer Associates Trusted Open Source License 1.1 (CATOSL-1.1)"@en . :CC-BY-4_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Creative Commons Attribution 4.0"@en . :CC-BY-NC-4_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Creative Commons Attribution-NonCommercial 4.0"@en . :CC-BY-SA-4_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Creative Commons Attribution Share-Alike 4.0"@en . :CC0-1_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "CC0 1.0"@en . :CDDL-1_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Common Development and Distribution License 1.0"@en . :CECILL-2_1 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "CeCILL License 2.1"@en . :CNRI-Python a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "CNRI Python License"@en . :CPAL-1_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Common Public Attribution License 1.0"@en . :CUA-OPL-1_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "CUA Office Public License 1.0"@en . :DSL a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Design Science License"@en . :ECL-2_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Educational Community License 2.0"@en . :EFL-2_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Eiffel Forum License 2.0"@en . :EPL-1_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Eclipse Public License 1.0"@en . :EPL-2_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Eclipse Public License 2.0"@en . :EUDatagrid a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "EU DataGrid Software License"@en . :EUPL-1_1 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "European Union Public License 1.1"@en . :Entessa a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Entessa Public License"@en . :FAL-1_3 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Free Art License 1.3"@en . :Fair a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Fair License"@en . :Frameworx-1_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Frameworx License 1.0"@en . :GFDL-1_3-no-cover-texts-no-invariant-sections a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "GNU Free Documentation License 1.3 with no cover texts and no invariant sections"@en . :GPL-2_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "GNU General Public License 2.0"@en . :GPL-3_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "GNU General Public License 3.0"@en . :HPND a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Historical Permission Notice and Disclaimer"@en . :IPA a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "IPA Font License"@en . :IPL-1_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "IBM Public License 1.0"@en . :ISC a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "ISC License"@en . :Intel a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Intel Open Source License"@en . :LGPL-2_1 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "GNU Lesser General Public License 2.1"@en . :LGPL-3_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "GNU Lesser General Public License 3.0"@en . :LO-FR-1_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Open License 1.0"@en . :LO-FR-2_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Open License 2.0"@en . :LPL-1_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Lucent Public License (\"Plan9\") 1.0"@en . :LPL-1_02 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Lucent Public License 1.02"@en . :LPPL-1_3c a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "LaTeX Project Public License 1.3c"@en . :MIT a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "MIT License"@en . :MPL-1_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Mozilla Public License 1.0"@en . :MPL-1_1 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Mozilla Public License 1.1"@en . :MPL-2_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Mozilla Public License 2.0"@en . :MS-PL a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Microsoft Public License"@en . :MS-RL a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Microsoft Reciprocal License"@en . :MirOS a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "MirOS Licence"@en . :Motosoto a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Motosoto License"@en . :Multics a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Multics License"@en . :NASA-1_3 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "NASA Open Source Agreement 1.3"@en . :NCSA a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "University of Illinois/NCSA Open Source License"@en . :NGPL a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Nethack General Public License"@en . :NPOSL-3_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Non-Profit Open Software License 3.0"@en . :NTP a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "NTP License"@en . :Naumen a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Naumen Public License"@en . :Nokia a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Nokia Open Source License"@en . :OCLC-2_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "OCLC Research Public License 2.0"@en . :ODC-BY-1_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Open Data Commons Attribution License 1.0"@en . :ODbL-1_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Open Data Commons Open Database License 1.0"@en . :OFL-1_1 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Open Font License 1.1"@en . :OGL-Canada-2_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Open Government License 2.0 (Canada)"@en . :OGL-UK-1_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Open Government Licence 1.0 (United Kingdom)"@en . :OGL-UK-2_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Open Government Licence 2.0 (United Kingdom)"@en . :OGL-UK-3_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Open Government Licence 3.0 (United Kingdom)"@en . :OGTSL a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Open Group Test Suite License"@en . :OSL-3_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Open Software License 3.0"@en . :PDDL-1_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Open Data Commons Public Domain Dedication and Licence 1.0"@en . :PHP-3_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "PHP License 3.0"@en . :PostgreSQL a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "PostgreSQL License"@en . :Python-2_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Python License 2.0"@en . :QPL-1_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Q Public License 1.0"@en . :RPL-1_5 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Reciprocal Public License 1.5"@en . :RPSL-1_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "RealNetworks Public Source License 1.0"@en . :RSCPL a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Ricoh Source Code Public License"@en . :SISSL a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Sun Industry Standards Source License 1.1"@en . :SPL-1_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Sun Public License 1.0"@en . :SimPL-2_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Simple Public License 2.0"@en . :Sleepycat a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Sleepycat License"@en . :Talis a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Talis Community License"@en . :Unlicense a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Unlicense"@en . :VSL-1_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Vovida Software License 1.0"@en . :W3C a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "W3C License"@en . :WXwindows a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "wxWindows Library License"@en . :Watcom-1_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Sybase Open Watcom Public License 1.0"@en . :Xnet a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "X.Net License"@en . :ZPL-2_0 a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Zope Public License 2.0"@en . :Zlib a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "zlib/libpng license"@en . :contentLicenses a skos:Collection ; @@ -438,51 +438,51 @@ skos:member :geogratis . :dli-model-use a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Statistics Canada: Data Liberation Initiative (DLI) - Model Data Use Licence"@en . :geogratis a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Geogratis"@en . :hesa-withrights a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Higher Education Statistics Agency Copyright with data.gov.uk rights"@en . :localauth-withrights a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Local Authority Copyright with data.gov.uk rights"@en . :met-office-cp a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Met Office UK Climate Projections Licence Agreement"@en . :mitre a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "MITRE Collaborative Virtual Workspace License (CVW License)"@en . :notspecified a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "License Not Specified"@en . :other-at a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Other (Attribution)"@en . :other-closed a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Other (Not Open)"@en . :other-nc a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Other (Non-Commercial)"@en . :other-open a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Other (Open)"@en . :other-pd a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Other (Public Domain)"@en . :softwareLicenses a skos:Collection ; @@ -574,22 +574,22 @@ skos:member :mitre . :ukclickusepsi a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "UK Click Use PSI"@en . :ukcrown a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "UK Crown Copyright"@en . :ukcrown-withrights a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "UK Crown Copyright with data.gov.uk rights"@en . :ukpsi a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "UK PSI Public Sector Information"@en . - a skos:ConceptScheme ; + a skos:ConceptScheme ; rdfs:label "Open Source Licenses Thesaurus"@en ; dct:description "This thesaurus defines a controlled vocabulary referencing the (major) Open Source licenses."@en ; dct:title "Open Source licenses Thesaurus"@en ; diff --git a/src/thesaurus/mediatype.ttl b/src/thesaurus/mediatype.ttl index 4790fadb..38653423 100644 --- a/src/thesaurus/mediatype.ttl +++ b/src/thesaurus/mediatype.ttl @@ -1,6 +1,6 @@ @prefix rdf: . @prefix rdfs: . -@prefix : . +@prefix : . @prefix dct: . @prefix schema: . @prefix skos: . @@ -218,7 +218,7 @@ :application_andrew-inset a skos:Concept ; :hasMediaType "application/andrew-inset" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Andrew Toolkit -osio"@fi ; skos:prefLabel "Andrew Toolkit innsats"@nn ; skos:prefLabel "Andrew Toolkit inset"@cs ; @@ -235,7 +235,7 @@ :application_illustrator a skos:Concept ; :hasMediaType "application/illustrator" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Adobe Illustrator -asiakirja"@fi ; skos:prefLabel "Adobe Illustrator document"@en ; skos:prefLabel "Adobe Illustrator-Dokument"@de ; @@ -246,7 +246,7 @@ :application_mac-binhex40 a skos:Concept ; :hasMediaType "application/mac-binhex40" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Ffeil BinHex-amgodwyd Macintosh"@cy ; skos:prefLabel "Macintosh BinHe-kodet arkiv"@no ; skos:prefLabel "Macintosh BinHex -koodattu tiedosto"@fi ; @@ -265,7 +265,7 @@ :application_octet-stream a skos:Concept ; :hasMediaType "application/octet-stream" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "inconnu"@fr ; skos:prefLabel "tuntematon"@fi ; skos:prefLabel "ukjent"@no ; @@ -275,7 +275,7 @@ :application_oda a skos:Concept ; :hasMediaType "application/oda" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Dogfen ODA"@cy ; skos:prefLabel "Dokument ODA"@cs ; skos:prefLabel "ODA document"@en ; @@ -294,7 +294,7 @@ :application_ogg a skos:Concept ; :hasMediaType "application/ogg" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Ogg Vorbis -ääni"@fi ; skos:prefLabel "Ogg Vorbis audio faylı"@az ; skos:prefLabel "Ogg Vorbis audio"@en ; @@ -313,7 +313,7 @@ :application_pdf a skos:Concept ; :hasMediaType "application/pdf" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Document PDF"@fr ; skos:prefLabel "Dogfen PDF"@cy ; skos:prefLabel "PDF document"@en ; @@ -327,7 +327,7 @@ :application_pgp a skos:Concept ; :hasMediaType "application/pgp" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Neges PGP"@cy ; skos:prefLabel "PGP bericht"@nl ; skos:prefLabel "PGP ismarışı"@az ; @@ -346,7 +346,7 @@ :application_pgp-encrypted a skos:Concept ; :hasMediaType "application/pgp-encrypted" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "En-tête de message chiffré PGP/MIME"@fr ; skos:prefLabel "PGP/MIME-encrypted message header"@en ; skos:prefLabel "PGP/MIME-kryptert meldingshode"@no ; @@ -355,7 +355,7 @@ :application_pgp-keys a skos:Concept ; :hasMediaType "application/pgp-keys" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Allweddi PGP"@cy ; skos:prefLabel "Klíče PGP"@cs ; skos:prefLabel "PGP açarları"@az ; @@ -374,7 +374,7 @@ :application_pgp-signature a skos:Concept ; :hasMediaType "application/pgp-signature" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "detached OpenPGP signature"@en ; skos:prefLabel "erillinen OpenPGP-allekirjoitus"@fi ; skos:prefLabel "frakoblet OpenPGP-signatur"@no ; @@ -383,7 +383,7 @@ :application_pkcs7-mime a skos:Concept ; :hasMediaType "application/pkcs7-mime" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Ffeil S/MIME"@cy ; skos:prefLabel "S/MIME bestand"@nl ; skos:prefLabel "S/MIME faylı"@az ; @@ -402,7 +402,7 @@ :application_pkcs7-signature a skos:Concept ; :hasMediaType "application/pkcs7-signature" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "detached S/MIME signature"@en ; skos:prefLabel "erillinen S/MIME-allekirjoitus"@fi ; skos:prefLabel "frakoblet S/MIME-signatur"@no ; @@ -411,7 +411,7 @@ :application_postscript a skos:Concept ; :hasMediaType "application/postscript" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Document PostScript"@fr ; skos:prefLabel "PostScript document"@en ; skos:prefLabel "PostScript-Dokument"@de ; @@ -423,7 +423,7 @@ :application_rtf a skos:Concept ; :hasMediaType "application/rtf" ; skos:broader :text_plain ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Dogfen Testun Gyfoethog"@cy ; skos:prefLabel "RTF-asiakirja"@fi ; skos:prefLabel "RTF-fájl"@hu ; @@ -442,7 +442,7 @@ :application_smil a skos:Concept ; :hasMediaType "application/smil" ; skos:broader :text_plain ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Gesynchroniseerde multimedia integratie taal"@nl ; skos:prefLabel "Iaith Integreiddio Aml-Gyfrwng wedi ei Chydweddu"@cy ; skos:prefLabel "SMIL-Dokument"@de ; @@ -459,7 +459,7 @@ :application_vndcorel-draw a skos:Concept ; :hasMediaType "application/vnd.corel-draw" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Corel Draw -piirros"@fi ; skos:prefLabel "Corel Draw drawing"@en ; skos:prefLabel "Corel Draw tekening"@nl ; @@ -478,7 +478,7 @@ :application_vndhp-hpgl a skos:Concept ; :hasMediaType "application/vnd.hp-hpgl" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "HP Graphics Language (piirturi)"@fi ; skos:prefLabel "HP Graphics Language (plotter)"@en ; skos:prefLabel "HP-Grafiksprache (Plotter)"@de ; @@ -486,7 +486,7 @@ :application_vndhp-pcl a skos:Concept ; :hasMediaType "application/vnd.hp-pcl" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Fichier du langage de contrôle de l'imprimante HP"@fr ; skos:prefLabel "HP Printer Control Language -tiedosto"@fi ; skos:prefLabel "HP Printer Control Language file"@en ; @@ -494,7 +494,7 @@ :application_vndlotus-1-2-3 a skos:Concept ; :hasMediaType "application/vnd.lotus-1-2-3" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Lotus 1-2-3 -taulukko"@fi ; skos:prefLabel "Lotus 1-2-3 hesab cədvəli"@az ; skos:prefLabel "Lotus 1-2-3 regneark"@no ; @@ -514,7 +514,7 @@ :application_vndms-excel a skos:Concept ; :hasMediaType "application/vnd.ms-excel" ; skos:exactMatch :application_msexcel ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Feuille de calcul Microsoft Excel"@fr ; skos:prefLabel "Microsoft Excel -taulukko"@fi ; skos:prefLabel "Microsoft Excel hesab cədvəli"@az ; @@ -533,7 +533,7 @@ :application_vndms-powerpoint a skos:Concept ; :hasMediaType "application/vnd.ms-powerpoint" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Microsoft PowerPoint -esitys"@fi ; skos:prefLabel "Microsoft PowerPoint presentation"@en ; skos:prefLabel "Microsoft PowerPoint-Präsentation"@de ; @@ -544,7 +544,7 @@ :application_vndms-word a skos:Concept ; :hasMediaType "application/vnd.ms-word" ; skos:exactMatch :application_msword ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Document Microsoft Word"@fr ; skos:prefLabel "Dogfen Miscrosoft Word"@cy ; skos:prefLabel "Dokument Microsoft Word"@cs ; @@ -563,14 +563,14 @@ :application_vndpalm a skos:Concept ; :hasMediaType "application/vnd.palm" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Palmpilot database/document"@en ; skos:prefLabel "Palmpilot-Datenbank/-Dokument"@de ; skos:prefLabel "Palmpilot-tietokanta tai -asiakirja"@fi . :application_vndrn-realmedia a skos:Concept ; :hasMediaType "application/vnd.rn-realmedia" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Document RealAudio/Video"@fr ; skos:prefLabel "Dogfen RealAudio neu RealVideo"@cy ; skos:prefLabel "Dokument RealAudio/Video"@cs ; @@ -589,7 +589,7 @@ :application_vndshp a skos:Concept ; :hasMediaType "application/vndshp" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Shapefile"@de ; skos:prefLabel "Shapefile"@en ; skos:prefLabel "Shapefile"@es ; @@ -602,7 +602,7 @@ :application_vndstardivisioncalc a skos:Concept ; :hasMediaType "application/vnd.stardivision.calc" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Feuille de calcul StarCalc"@fr ; skos:prefLabel "StarCalc hesab cədvəli"@az ; skos:prefLabel "StarCalc spreadsheet"@en ; @@ -621,7 +621,7 @@ :application_vndstardivisionchart a skos:Concept ; :hasMediaType "application/vnd.stardivision.chart" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Graf StarChart"@cs ; skos:prefLabel "Siart StarChart"@cy ; skos:prefLabel "StarCalc 표"@ko ; @@ -640,7 +640,7 @@ :application_vndstardivisiondraw a skos:Concept ; :hasMediaType "application/vnd.stardivision.draw" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Darlun StarDraw"@cy ; skos:prefLabel "Kresba StarDraw"@cs ; skos:prefLabel "StarCalc 드로잉"@ko ; @@ -659,7 +659,7 @@ :application_vndstardivisionimpress a skos:Concept ; :hasMediaType "application/vnd.stardivision.impress" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Cyflwyniad StarImpress"@cy ; skos:prefLabel "Prezentace StarImpress"@cs ; skos:prefLabel "StarImpress presentatie"@nl ; @@ -678,7 +678,7 @@ :application_vndstardivisionmail a skos:Concept ; :hasMediaType "application/vnd.stardivision.mail" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "StarMail email"@en ; skos:prefLabel "StarMail-E-Mail"@de ; skos:prefLabel "StarMail-melding"@no ; @@ -686,7 +686,7 @@ :application_vndstardivisionmath a skos:Concept ; :hasMediaType "application/vnd.stardivision.math" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "StarMath formula"@en ; skos:prefLabel "StarMath-Formel"@de ; skos:prefLabel "StarMath-asiakirja"@fi ; @@ -694,7 +694,7 @@ :application_vndstardivisionwriter a skos:Concept ; :hasMediaType "application/vnd.stardivision.writer" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Dogfen StarWriter"@cy ; skos:prefLabel "Dokument StarWriter"@cs ; skos:prefLabel "StarWriter document"@en ; @@ -713,7 +713,7 @@ :application_vndsunxmlcalc a skos:Concept ; :hasMediaType "application/vnd.sun.xml.calc" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Feuille de calcul OpenOffice.org Calc"@fr ; skos:prefLabel "OpenOffice.org Calc -taulukko"@fi ; skos:prefLabel "OpenOffice.org Calc spreadsheet"@en ; @@ -723,7 +723,7 @@ :application_vndsunxmlcalctemplate a skos:Concept ; :hasMediaType "application/vnd.sun.xml.calc.template" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Modèle de feuille de calcul OpenOffice.org Calc"@fr ; skos:prefLabel "OpenOffice.org Calc -taulukkomalli"@fi ; skos:prefLabel "OpenOffice.org Calc spreadsheet template"@en ; @@ -733,7 +733,7 @@ :application_vndsunxmldraw a skos:Concept ; :hasMediaType "application/vnd.sun.xml.draw" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "OpenOffice.org Draw dessin"@fr ; skos:prefLabel "OpenOffice.org Draw drawing"@en ; skos:prefLabel "OpenOffice.org Draw-Zeichnung"@de ; @@ -742,7 +742,7 @@ :application_vndsunxmldrawtemplate a skos:Concept ; :hasMediaType "application/vnd.sun.xml.draw.template" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "OpenOffice.org Draw -piirrosmalli"@fi ; skos:prefLabel "OpenOffice.org Draw drawing template"@en ; skos:prefLabel "OpenOffice.org Draw modèle de dessin"@fr ; @@ -751,7 +751,7 @@ :application_vndsunxmlimpress a skos:Concept ; :hasMediaType "application/vnd.sun.xml.impress" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "OpenOffice.org Impress -esitys"@fi ; skos:prefLabel "OpenOffice.org Impress presentation"@en ; skos:prefLabel "OpenOffice.org Impress-presentasjon"@no ; @@ -762,7 +762,7 @@ :application_vndsunxmlimpresstemplate a skos:Concept ; :hasMediaType "application/vnd.sun.xml.impress.template" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Modèle de présentation d'OpenOffice.org Impress"@fr ; skos:prefLabel "OpenOffice.org Impress -esitysmalli"@fi ; skos:prefLabel "OpenOffice.org Impress presentation template"@en ; @@ -773,7 +773,7 @@ :application_vndsunxmlmath a skos:Concept ; :hasMediaType "application/vnd.sun.xml.math" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "OpenOffice.org Formule mathématique"@fr ; skos:prefLabel "OpenOffice.org Math formula"@en ; skos:prefLabel "OpenOffice.org Math-asiakirja"@fi ; @@ -782,7 +782,7 @@ :application_vndsunxmlwriter a skos:Concept ; :hasMediaType "application/vnd.sun.xml.writer" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Document OpenOffice.org Writer"@fr ; skos:prefLabel "OpenOffice.org Writer -asiakirja"@fi ; skos:prefLabel "OpenOffice.org Writer document"@en ; @@ -793,7 +793,7 @@ :application_vndsunxmlwriterglobal a skos:Concept ; :hasMediaType "application/vnd.sun.xml.writer.global" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Globalt OpenOffice.org Writer-dokument"@no ; skos:prefLabel "OpenOffice.org Writer global document"@en ; skos:prefLabel "OpenOffice.org Writer-globaldokument"@sv ; @@ -802,7 +802,7 @@ :application_vndsunxmlwritertemplate a skos:Concept ; :hasMediaType "application/vnd.sun.xml.writer.template" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Modèle de Document OpenOffice.org Writer"@fr ; skos:prefLabel "OpenOffice.org Writer -asiakirjamalli"@fi ; skos:prefLabel "OpenOffice.org Writer document template"@en ; @@ -814,7 +814,7 @@ :hasMediaType "application/vnd.wordperfect" ; skos:exactMatch :application_wordperfect ; skos:exactMatch :application_x-wordperfect ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Dogfen WordPerfect"@cy ; skos:prefLabel "Dokument WordPerfect"@cs ; skos:prefLabel "WordPerfect document"@en ; @@ -833,7 +833,7 @@ :application_x-abiword a skos:Concept ; :hasMediaType "application/x-abiword" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "AbiWord document"@en ; skos:prefLabel "AbiWord-Dokument"@de ; skos:prefLabel "AbiWord-asiakirja"@fi ; @@ -843,7 +843,7 @@ :application_x-amipro a skos:Concept ; :hasMediaType "application/x-amipro" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Dogfen Lotus AmiPro"@cy ; skos:prefLabel "Dokument Lotus AmiPro"@cs ; skos:prefLabel "Lotus AmiPro -asiakirja"@fi ; @@ -862,7 +862,7 @@ :application_x-applix-spreadsheet a skos:Concept ; :hasMediaType "application/x-applix-spreadsheet" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Applix Spreadsheets -taulukko"@fi ; skos:prefLabel "Applix Spreadsheets spreadsheet"@en ; skos:prefLabel "Applix Spreadsheets-Tabellendokument"@de ; @@ -871,7 +871,7 @@ :application_x-applix-word a skos:Concept ; :hasMediaType "application/x-applix-word" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Applix Word 문서"@ko ; skos:prefLabel "Applix Words -asiakirja"@fi ; skos:prefLabel "Applix Words document"@en ; @@ -890,11 +890,11 @@ :application_x-arc a skos:Concept ; :hasMediaType "application/x-arc" ; - skos:inScheme . + skos:inScheme . :application_x-archive a skos:Concept ; :hasMediaType "application/x-archive" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "AR archive"@en ; skos:prefLabel "AR-Archiv"@de ; skos:prefLabel "AR-arkisto"@fi ; @@ -902,7 +902,7 @@ :application_x-arj a skos:Concept ; :hasMediaType "application/x-arj" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "ARJ archief"@nl ; skos:prefLabel "ARJ archive"@en ; skos:prefLabel "ARJ arxivi"@az ; @@ -921,7 +921,7 @@ :application_x-asp a skos:Concept ; :hasMediaType "application/x-asp" ; skos:broader :text_plain ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "ASP (active server page)"@hu ; skos:prefLabel "Active server page"@cs ; skos:prefLabel "Active-Server-Page-Seite"@de ; @@ -940,7 +940,7 @@ :application_x-awk a skos:Concept ; :hasMediaType "application/x-awk" ; skos:broader :text_plain ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "AWK script"@en ; skos:prefLabel "AWK script"@nl ; skos:prefLabel "AWK skripti"@az ; @@ -958,7 +958,7 @@ :application_x-bcpio a skos:Concept ; :hasMediaType "application/x-bcpio" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "BCPIO document"@en ; skos:prefLabel "BCPIO document"@nl ; skos:prefLabel "BCPIO sənədi"@az ; @@ -977,7 +977,7 @@ :application_x-bittorrent a skos:Concept ; :hasMediaType "application/x-bittorrent" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "BitTorrent seed faylı"@az ; skos:prefLabel "BitTorrent seed file"@en ; skos:prefLabel "BitTorrent zaad-bestand"@nl ; @@ -996,7 +996,7 @@ :application_x-blender a skos:Concept ; :hasMediaType "application/x-blender" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Blender scene"@en ; skos:prefLabel "Blender-Szene"@de ; skos:prefLabel "Blender-scene"@no ; @@ -1004,7 +1004,7 @@ :application_x-bzip a skos:Concept ; :hasMediaType "application/x-bzip" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "bzip archive"@en ; skos:prefLabel "bzip-Archiv"@de ; skos:prefLabel "bzip-arkisto"@fi ; @@ -1012,7 +1012,7 @@ :application_x-bzip-compressed-tar a skos:Concept ; :hasMediaType "application/x-bzip-compressed-tar" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "tar archive (bzip-compressed)"@en ; skos:prefLabel "tar-Archiv (bzip-komprimiert)"@de ; skos:prefLabel "tar-arkisto (bzip-pakattu)"@fi ; @@ -1020,7 +1020,7 @@ :application_x-cd-image a skos:Concept ; :hasMediaType "application/x-cd-image" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "CD-Roh-Image"@de ; skos:prefLabel "raaka CD-vedos"@fi ; skos:prefLabel "raw CD image"@en ; @@ -1029,7 +1029,7 @@ :application_x-cgi a skos:Concept ; :hasMediaType "application/x-cgi" ; skos:broader :text_plain ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "CGI script"@en ; skos:prefLabel "CGI-Skript"@de ; skos:prefLabel "CGI-skript"@no ; @@ -1037,7 +1037,7 @@ :application_x-chess-pgn a skos:Concept ; :hasMediaType "application/x-chess-pgn" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Gêm wyddbwyll PGN"@cy ; skos:prefLabel "PGN chess game"@en ; skos:prefLabel "PGN schaakspel"@nl ; @@ -1056,7 +1056,7 @@ :application_x-class-file a skos:Concept ; :hasMediaType "application/x-class-file" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Côd beit Java"@cy ; skos:prefLabel "Java bajtový kód"@cs ; skos:prefLabel "Java bayt kodu"@az ; @@ -1075,7 +1075,7 @@ :application_x-compress a skos:Concept ; :hasMediaType "application/x-compress" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "UNIX-compressed file"@en ; skos:prefLabel "UNIX-komprimert fil"@no ; skos:prefLabel "UNIX-komprimierte Datei"@de ; @@ -1083,7 +1083,7 @@ :application_x-compressed-tar a skos:Concept ; :hasMediaType "application/x-compressed-tar" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "tar archive (gzip-compressed)"@en ; skos:prefLabel "tar-Archiv (gzip-komprimiert)"@de ; skos:prefLabel "tar-arkisto (gzip-pakattu)"@fi ; @@ -1091,14 +1091,14 @@ :application_x-core a skos:Concept ; :hasMediaType "application/x-core" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Daten zu Programmabsturz"@de ; skos:prefLabel "ohjelman kaatumistiedot"@fi ; skos:prefLabel "program crash data"@en . :application_x-cpio a skos:Concept ; :hasMediaType "application/x-cpio" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Archif CPIO"@cy ; skos:prefLabel "Archiv CPIO"@cs ; skos:prefLabel "CPIO archief"@nl ; @@ -1116,7 +1116,7 @@ :application_x-cpio-compressed a skos:Concept ; :hasMediaType "application/x-cpio-compressed" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Archif CPIO (gywasgwyd drwy gzip)"@cy ; skos:prefLabel "Archiv CPIO (komprimovaný gzip)"@cs ; skos:prefLabel "CPIO archief (gzip-ingepakt)"@nl ; @@ -1135,7 +1135,7 @@ :application_x-csh a skos:Concept ; :hasMediaType "application/x-csh" ; skos:broader :text_plain ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "C qabıq skripti"@az ; skos:prefLabel "C shell script"@en ; skos:prefLabel "C shell script"@nl ; @@ -1154,7 +1154,7 @@ :application_x-dbase a skos:Concept ; :hasMediaType "application/x-dbase" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Dogfen dBASE"@cy ; skos:prefLabel "Dokument dBASE"@cs ; skos:prefLabel "dBASE document"@en ; @@ -1173,11 +1173,11 @@ :application_x-dbm a skos:Concept ; :hasMediaType "application/x-dbm" ; - skos:inScheme . + skos:inScheme . :application_x-dc-rom a skos:Concept ; :hasMediaType "application/x-dc-rom" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Dreamcast ROM"@el ; skos:prefLabel "Dreamcast ROM"@en ; skos:prefLabel "Dreamcast-ROM"@de ; @@ -1186,7 +1186,7 @@ :application_x-deb a skos:Concept ; :hasMediaType "application/x-deb" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Balíček Debianu"@cs ; skos:prefLabel "Debian package"@en ; skos:prefLabel "Debian paketi"@az ; @@ -1205,7 +1205,7 @@ :application_x-designer a skos:Concept ; :hasMediaType "application/x-designer" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "QT Designer-Datei"@de ; skos:prefLabel "Qt Designer -tiedosto"@fi ; skos:prefLabel "Qt Designer file"@en ; @@ -1217,7 +1217,7 @@ :hasMediaType "application/x-desktop" ; skos:broader :text_plain ; skos:exactMatch :application_x-gnome-app-info ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Desktop-Konfigurationsdatei"@de ; skos:prefLabel "desktop configuration file"@en ; skos:prefLabel "konfigurasjonsfil for skrivebordet"@no ; @@ -1225,7 +1225,7 @@ :application_x-dia-diagram a skos:Concept ; :hasMediaType "application/x-dia-diagram" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Dia diagram"@en ; skos:prefLabel "Dia diagram"@nl ; skos:prefLabel "Dia diagram"@nn ; @@ -1244,7 +1244,7 @@ :application_x-dvi a skos:Concept ; :hasMediaType "application/x-dvi" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "TeX DVI -asiakirja"@fi ; skos:prefLabel "TeX DVI document"@en ; skos:prefLabel "TeX DVI-dokument"@no ; @@ -1253,7 +1253,7 @@ :application_x-e-theme a skos:Concept ; :hasMediaType "application/x-e-theme" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Enlightenment tema"@no ; skos:prefLabel "Enlightenment thema"@nl ; skos:prefLabel "Enlightenment theme"@en ; @@ -1272,7 +1272,7 @@ :application_x-egon a skos:Concept ; :hasMediaType "application/x-egon" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Egon Animator -animaatio"@fi ; skos:prefLabel "Egon Animator animation"@en ; skos:prefLabel "Egon Animator-Animation"@de ; @@ -1280,7 +1280,7 @@ :application_x-executable a skos:Concept ; :hasMediaType "application/x-executable" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Programm"@de ; skos:prefLabel "executable"@en ; skos:prefLabel "kjørbar"@no ; @@ -1290,7 +1290,7 @@ :application_x-font-afm a skos:Concept ; :hasMediaType "application/x-font-afm" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Adobe font metrics"@en ; skos:prefLabel "Adobe lettertype-metrieken"@nl ; skos:prefLabel "Adobe skrifttypefil"@no ; @@ -1308,7 +1308,7 @@ :application_x-font-bdf a skos:Concept ; :hasMediaType "application/x-font-bdf" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "BDF font"@en ; skos:prefLabel "BDF lettertype"@nl ; skos:prefLabel "BDF yazı növü"@az ; @@ -1327,7 +1327,7 @@ :application_x-font-dos a skos:Concept ; :hasMediaType "application/x-font-dos" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "DOS font"@en ; skos:prefLabel "DOS lettertype"@nl ; skos:prefLabel "DOS yazı növü"@az ; @@ -1346,7 +1346,7 @@ :application_x-font-framemaker a skos:Concept ; :hasMediaType "application/x-font-framemaker" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Adobe FrameMaker -kirjasin"@fi ; skos:prefLabel "Adobe FrameMaker font"@en ; skos:prefLabel "Adobe FrameMaker lettertype"@nl ; @@ -1365,7 +1365,7 @@ :application_x-font-libgrx a skos:Concept ; :hasMediaType "application/x-font-libgrx" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Ffont LIBGRX"@cy ; skos:prefLabel "LIBGRX font"@en ; skos:prefLabel "LIBGRX lettertype"@nl ; @@ -1384,7 +1384,7 @@ :application_x-font-linux-psf a skos:Concept ; :hasMediaType "application/x-font-linux-psf" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Ffont Linux PSF"@cy ; skos:prefLabel "Linux PSF -konsolikirjasin"@fi ; skos:prefLabel "Linux PSF console font"@en ; @@ -1403,7 +1403,7 @@ :application_x-font-otf a skos:Concept ; :hasMediaType "application/x-font-otf" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Ffont OpenType"@cy ; skos:prefLabel "OpenType font"@en ; skos:prefLabel "OpenType lettertype"@nl ; @@ -1422,7 +1422,7 @@ :application_x-font-pcf a skos:Concept ; :hasMediaType "application/x-font-pcf" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Ffont PCF"@cy ; skos:prefLabel "PCF font"@en ; skos:prefLabel "PCF lettertype"@nl ; @@ -1441,7 +1441,7 @@ :application_x-font-speedo a skos:Concept ; :hasMediaType "application/x-font-speedo" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Ffont Speedo"@cy ; skos:prefLabel "Písmo Speedo"@cs ; skos:prefLabel "Speedo font"@en ; @@ -1460,7 +1460,7 @@ :application_x-font-sunos-news a skos:Concept ; :hasMediaType "application/x-font-sunos-news" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Ffont SunOS News"@cy ; skos:prefLabel "Písmo SunOS News"@cs ; skos:prefLabel "SunOS NEWS-skrifttype"@nn ; @@ -1479,7 +1479,7 @@ :application_x-font-tex a skos:Concept ; :hasMediaType "application/x-font-tex" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Ffont TeX"@cy ; skos:prefLabel "Písmo TeX"@cs ; skos:prefLabel "TeX font"@en ; @@ -1498,7 +1498,7 @@ :application_x-font-tex-tfm a skos:Concept ; :hasMediaType "application/x-font-tex-tfm" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Metrigau Ffont TeX"@cy ; skos:prefLabel "Metrika písma TeX"@cs ; skos:prefLabel "TeX font metrics"@en ; @@ -1516,7 +1516,7 @@ :application_x-font-ttf a skos:Concept ; :hasMediaType "application/x-font-ttf" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "TrueType font"@en ; skos:prefLabel "TrueType-Schrift"@de ; skos:prefLabel "TrueType-skrift"@no ; @@ -1525,7 +1525,7 @@ :application_x-font-type1 a skos:Concept ; :hasMediaType "application/x-font-type1" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Schrift"@de ; skos:prefLabel "font"@en ; skos:prefLabel "kirjasin"@fi ; @@ -1535,7 +1535,7 @@ :application_x-font-vfont a skos:Concept ; :hasMediaType "application/x-font-vfont" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Ffont V"@cy ; skos:prefLabel "Písmo V"@cs ; skos:prefLabel "V font"@en ; @@ -1554,11 +1554,11 @@ :application_x-frame a skos:Concept ; :hasMediaType "application/x-frame" ; - skos:inScheme . + skos:inScheme . :application_x-gameboy-rom a skos:Concept ; :hasMediaType "application/x-gameboy-rom" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Game Boy -ROM"@fi ; skos:prefLabel "Game Boy ROM"@el ; skos:prefLabel "Game Boy ROM"@en ; @@ -1567,11 +1567,11 @@ :application_x-gdbm a skos:Concept ; :hasMediaType "application/x-gdbm" ; - skos:inScheme . + skos:inScheme . :application_x-genesis-rom a skos:Concept ; :hasMediaType "application/x-genesis-rom" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Genesis ROM"@el ; skos:prefLabel "Genesis ROM"@en ; skos:prefLabel "Genesis-ROM"@de ; @@ -1580,7 +1580,7 @@ :application_x-gettext-translation a skos:Concept ; :hasMediaType "application/x-gettext-translation" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "käännetyt viestit (koneluettava)"@fi ; skos:prefLabel "oversatte meldinger (maskinlesbar)"@no ; skos:prefLabel "translated messages (machine-readable)"@en ; @@ -1589,7 +1589,7 @@ :application_x-glade a skos:Concept ; :hasMediaType "application/x-glade" ; skos:broader :text_plain ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Glade layihəsi"@az ; skos:prefLabel "Glade project"@en ; skos:prefLabel "Glade project"@nl ; @@ -1607,7 +1607,7 @@ :application_x-gmc-link a skos:Concept ; :hasMediaType "application/x-gmc-link" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Cyswllt GMC"@cy ; skos:prefLabel "GMC koppeling"@nl ; skos:prefLabel "GMC körpüsü"@az ; @@ -1626,7 +1626,7 @@ :application_x-gnucash a skos:Concept ; :hasMediaType "application/x-gnucash" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "GnuCash spreadsheet"@en ; skos:prefLabel "GnuCash-Tabellendokument"@de ; skos:prefLabel "GnuCash-regneark"@no ; @@ -1635,7 +1635,7 @@ :application_x-gnumeric a skos:Concept ; :hasMediaType "application/x-gnumeric" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Gnumeric spreadsheet"@en ; skos:prefLabel "Gnumeric-Tabellendokument"@de ; skos:prefLabel "Gnumeric-kalkylblad"@sv ; @@ -1645,14 +1645,14 @@ :application_x-graphite a skos:Concept ; :hasMediaType "application/x-graphite" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Graphite scientific graph"@en ; skos:prefLabel "Graphite-graafi"@fi ; skos:prefLabel "wissenschaftlicher Graphite-Graph"@de . :application_x-gtar a skos:Concept ; :hasMediaType "application/x-gtar" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Archiv gtar"@cs ; skos:prefLabel "archif gtar"@cy ; skos:prefLabel "archive gtar"@fr ; @@ -1670,7 +1670,7 @@ :application_x-gtktalog a skos:Concept ; :hasMediaType "application/x-gtktalog" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "GTKtalog catalog"@en ; skos:prefLabel "GTKtalog-Katalog"@de ; skos:prefLabel "GTKtalog-katalog"@no ; @@ -1678,7 +1678,7 @@ :application_x-gzip a skos:Concept ; :hasMediaType "application/x-gzip" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "gzip archive"@en ; skos:prefLabel "gzip-Archiv"@de ; skos:prefLabel "gzip-arkisto"@fi ; @@ -1687,7 +1687,7 @@ :application_x-gzpostscript a skos:Concept ; :hasMediaType "application/x-gzpostscript" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "PostScript document (gzip-compressed)"@en ; skos:prefLabel "PostScript-Dokument (gzip-komprimiert)"@de ; skos:prefLabel "PostScript-asiakirja (gzip-pakattu)"@fi ; @@ -1696,7 +1696,7 @@ :application_x-hdf a skos:Concept ; :hasMediaType "application/x-hdf" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Dogfen HDF"@cy ; skos:prefLabel "Dokument HDF"@cs ; skos:prefLabel "HDF document"@en ; @@ -1715,7 +1715,7 @@ :application_x-ipod-firmware a skos:Concept ; :hasMediaType "application/x-ipod-firmware" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "iPod firmware"@en ; skos:prefLabel "iPod-Firmware"@de ; skos:prefLabel "iPod-firmware"@no ; @@ -1723,7 +1723,7 @@ :application_x-jar a skos:Concept ; :hasMediaType "application/x-jar" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Java archive"@en ; skos:prefLabel "Java-Archiv"@de ; skos:prefLabel "Java-arkisto"@fi ; @@ -1732,7 +1732,7 @@ :application_x-java a skos:Concept ; :hasMediaType "application/x-java" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Java class"@en ; skos:prefLabel "Java-Klasse"@de ; skos:prefLabel "Java-klass"@sv ; @@ -1742,14 +1742,14 @@ :application_x-javascript a skos:Concept ; :hasMediaType "application/x-javascript" ; skos:broader :text_plain ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Javascript program"@en ; skos:prefLabel "Javascript-Programm"@de ; skos:prefLabel "Πρόγραμμα Javascript"@el . :application_x-jbuilder-project a skos:Concept ; :hasMediaType "application/x-jbuilder-project" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "JBuilder project"@en ; skos:prefLabel "JBuilder-Projekt"@de ; skos:prefLabel "JBuilder-projekti"@fi ; @@ -1757,7 +1757,7 @@ :application_x-karbon a skos:Concept ; :hasMediaType "application/x-karbon" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Karbon14 drawing"@en ; skos:prefLabel "Karbon14-Zeichnung"@de ; skos:prefLabel "Karbon14-piirros"@fi ; @@ -1765,7 +1765,7 @@ :application_x-kchart a skos:Concept ; :hasMediaType "application/x-kchart" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "KChart chart"@en ; skos:prefLabel "KChart-Diagramm"@de ; skos:prefLabel "KChart-graf"@no ; @@ -1773,7 +1773,7 @@ :application_x-kformula a skos:Concept ; :hasMediaType "application/x-kformula" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "KFormula formula"@en ; skos:prefLabel "KFormula-Formel"@de ; skos:prefLabel "KFormula-formel"@no ; @@ -1781,7 +1781,7 @@ :application_x-killustrator a skos:Concept ; :hasMediaType "application/x-killustrator" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "KIllustrator drawing"@en ; skos:prefLabel "KIllustrator-Zeichnung"@de ; skos:prefLabel "KIllustrator-piirros"@fi ; @@ -1790,7 +1790,7 @@ :application_x-kivio a skos:Concept ; :hasMediaType "application/x-kivio" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Kivio flowchart"@en ; skos:prefLabel "Kivio-Flussdiagramm"@de ; skos:prefLabel "Kivio-flytdiagram"@no ; @@ -1798,7 +1798,7 @@ :application_x-kontour a skos:Concept ; :hasMediaType "application/x-kontour" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Kontour drawing"@en ; skos:prefLabel "Kontour-Zeichnung"@de ; skos:prefLabel "Kontour-piirros"@fi ; @@ -1806,14 +1806,14 @@ :application_x-kpovmodeler a skos:Concept ; :hasMediaType "application/x-kpovmodeler" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "KPovModeler scene"@en ; skos:prefLabel "KPovModeler-Szene"@de ; skos:prefLabel "KPovModeler-tiedosto"@fi . :application_x-kpresenter a skos:Concept ; :hasMediaType "application/x-kpresenter" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "KPresenter presentation"@en ; skos:prefLabel "KPresenter-Präsentation"@de ; skos:prefLabel "KPresenter-esitys"@fi ; @@ -1823,7 +1823,7 @@ :application_x-krita a skos:Concept ; :hasMediaType "application/x-krita" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Krita document"@en ; skos:prefLabel "Krita-Dokument"@de ; skos:prefLabel "Krita-asiakirja"@fi ; @@ -1832,7 +1832,7 @@ :application_x-kspread a skos:Concept ; :hasMediaType "application/x-kspread" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "KSpread spreadsheet"@en ; skos:prefLabel "KSpread-Tabellendokument"@de ; skos:prefLabel "KSpread-regneark"@no ; @@ -1841,7 +1841,7 @@ :application_x-kspread-crypt a skos:Concept ; :hasMediaType "application/x-kspread-crypt" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "KSpread spreadsheet (encrypted)"@en ; skos:prefLabel "KSpread-Tabellendokument (verschlüsselt)"@de ; skos:prefLabel "KSpread-regneark (kryptert)"@no ; @@ -1849,11 +1849,11 @@ :application_x-ksysv-package a skos:Concept ; :hasMediaType "application/x-ksysv-package" ; - skos:inScheme . + skos:inScheme . :application_x-kugar a skos:Concept ; :hasMediaType "application/x-kugar" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Kugar document"@en ; skos:prefLabel "Kugar-Dokument"@de ; skos:prefLabel "Kugar-asiakirja"@fi ; @@ -1862,7 +1862,7 @@ :application_x-kword a skos:Concept ; :hasMediaType "application/x-kword" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Dogfen KWord"@cy ; skos:prefLabel "KWord document"@en ; skos:prefLabel "KWord документ"@sr ; @@ -1874,7 +1874,7 @@ :application_x-kword-crypt a skos:Concept ; :hasMediaType "application/x-kword-crypt" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "KWord document (encrypted)"@en ; skos:prefLabel "KWord-Dokument (verschlüsselt)"@de ; skos:prefLabel "KWord-asiakirja (salattu)"@fi ; @@ -1882,7 +1882,7 @@ :application_x-lha a skos:Concept ; :hasMediaType "application/x-lha" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Archif LHA"@cy ; skos:prefLabel "Archiv LHA"@cs ; skos:prefLabel "LHA archief"@nl ; @@ -1900,7 +1900,7 @@ :application_x-lhz a skos:Concept ; :hasMediaType "application/x-lhz" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "LHZ archive"@en ; skos:prefLabel "LHZ-Archiv"@de ; skos:prefLabel "LHZ-arkisto"@fi ; @@ -1908,7 +1908,7 @@ :application_x-linguist a skos:Concept ; :hasMediaType "application/x-linguist" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Nachrichtenkatalog"@de ; skos:prefLabel "meldingskatalog"@no ; skos:prefLabel "message catalog"@en ; @@ -1916,7 +1916,7 @@ :application_x-lyx a skos:Concept ; :hasMediaType "application/x-lyx" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "LyX document"@en ; skos:prefLabel "LyX-Dokument"@de ; skos:prefLabel "LyX-asiakirja"@fi ; @@ -1926,7 +1926,7 @@ :application_x-lzop a skos:Concept ; :hasMediaType "application/x-lzop" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "LZO archive"@en ; skos:prefLabel "LZO-Archiv"@de ; skos:prefLabel "LZO-arkisto"@fi ; @@ -1934,7 +1934,7 @@ :application_x-macbinary a skos:Concept ; :hasMediaType "application/x-macbinary" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "MacBinary-tiedosto"@fi ; skos:prefLabel "Macintosh MacBinary file"@en ; skos:prefLabel "Macintosh MacBinary-fil"@no ; @@ -1943,7 +1943,7 @@ :application_x-magicpoint a skos:Concept ; :hasMediaType "application/x-magicpoint" ; skos:broader :text_plain ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Cyflwyniad MagicPoint"@cy ; skos:prefLabel "MagicPoint presentation"@en ; skos:prefLabel "MagicPoint презентација"@sr ; @@ -1956,7 +1956,7 @@ :application_x-matroska a skos:Concept ; :hasMediaType "application/x-matroska" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Matroska video"@en ; skos:prefLabel "Matroska-Video"@de ; skos:prefLabel "Matroska-film"@no ; @@ -1965,7 +1965,7 @@ :application_x-mif a skos:Concept ; :hasMediaType "application/x-mif" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "FrameMaker MIF document"@en ; skos:prefLabel "FrameMaker MIF-dokument"@no ; skos:prefLabel "FrameMaker-MIF-Dokument"@de ; @@ -1974,7 +1974,7 @@ :application_x-mozilla-bookmarks a skos:Concept ; :hasMediaType "application/x-mozilla-bookmarks" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Mozilla bookmarks"@en ; skos:prefLabel "Mozilla-Lesezeichen"@de ; skos:prefLabel "Mozilla-bokmerker"@no ; @@ -1983,7 +1983,7 @@ :application_x-ms-dos-executable a skos:Concept ; :hasMediaType "application/x-ms-dos-executable" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "DOS/Windows executable"@en ; skos:prefLabel "DOS/Windows suoritettava ohjema"@fi ; skos:prefLabel "DOS/Windows-Programm"@de ; @@ -1992,11 +1992,11 @@ :application_x-mswinurl a skos:Concept ; :hasMediaType "application/x-mswinurl" ; - skos:inScheme . + skos:inScheme . :application_x-mswrite a skos:Concept ; :hasMediaType "application/x-mswrite" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Dogfen Microsoft Write"@cy ; skos:prefLabel "Dokument Microsoft Write"@cs ; skos:prefLabel "Microsoft Write -asiakirja"@fi ; @@ -2015,7 +2015,7 @@ :application_x-msx-rom a skos:Concept ; :hasMediaType "application/x-msx-rom" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "MSX ROM"@el ; skos:prefLabel "MSX ROM"@en ; skos:prefLabel "MSX ром"@sr ; @@ -2028,7 +2028,7 @@ :application_x-n64-rom a skos:Concept ; :hasMediaType "application/x-n64-rom" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Nintendo64 ROM"@el ; skos:prefLabel "Nintendo64 ROM"@en ; skos:prefLabel "Nintendo64-ROM"@de ; @@ -2038,7 +2038,7 @@ :application_x-nautilus-link a skos:Concept ; :hasMediaType "application/x-nautilus-link" ; skos:broader :text_plain ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Cyswllt Nautilus"@cy ; skos:prefLabel "Nautilus koppeling"@nl ; skos:prefLabel "Nautilus körpüsü"@az ; @@ -2057,7 +2057,7 @@ :application_x-nes-rom a skos:Concept ; :hasMediaType "application/x-nes-rom" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "NES ROM"@el ; skos:prefLabel "NES ROM"@en ; skos:prefLabel "NES ROM"@no ; @@ -2070,7 +2070,7 @@ :application_x-netcdf a skos:Concept ; :hasMediaType "application/x-netcdf" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Unidata NetCDF document"@en ; skos:prefLabel "Unidata NetCDF-dokument"@no ; skos:prefLabel "Unidata netCDF -asiakirja"@fi ; @@ -2079,7 +2079,7 @@ :application_x-netscape-bookmarks a skos:Concept ; :hasMediaType "application/x-netscape-bookmarks" ; skos:broader :text_plain ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Netscape bookmarks"@en ; skos:prefLabel "Netscape-Lesezeichen"@de ; skos:prefLabel "Netscape-bokmerker"@no ; @@ -2088,7 +2088,7 @@ :application_x-object a skos:Concept ; :hasMediaType "application/x-object" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Objekt-Code"@de ; skos:prefLabel "object code"@en ; skos:prefLabel "objektikoodi"@fi ; @@ -2096,14 +2096,14 @@ :application_x-ole-storage a skos:Concept ; :hasMediaType "application/x-ole-storage" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "OLE2 compound document storage"@en ; skos:prefLabel "OLE2-Verbunddokumentenspeicher"@de ; skos:prefLabel "OLE2-yhdisteasiakirja"@fi . :application_x-oleo a skos:Concept ; :hasMediaType "application/x-oleo" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "GNU Oleo -taulukko"@fi ; skos:prefLabel "GNU Oleo regneark"@no ; skos:prefLabel "GNU Oleo spreadsheet"@en ; @@ -2112,7 +2112,7 @@ :application_x-palm-database a skos:Concept ; :hasMediaType "application/x-palm-database" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Cronfa Ddata Palm OS"@cy ; skos:prefLabel "Databáze Palm OS"@cs ; skos:prefLabel "Palm OS -tietokanta"@fi ; @@ -2131,7 +2131,7 @@ :application_x-pef-executable a skos:Concept ; :hasMediaType "application/x-pef-executable" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "PEF executable"@en ; skos:prefLabel "PEF suoritettava ohjelma"@fi ; skos:prefLabel "PEF-Programm"@de ; @@ -2141,7 +2141,7 @@ :application_x-perl a skos:Concept ; :hasMediaType "application/x-perl" ; skos:broader :text_plain ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Perl script"@en ; skos:prefLabel "Perl skript"@nn ; skos:prefLabel "Perl skript"@no ; @@ -2155,7 +2155,7 @@ :application_x-php a skos:Concept ; :hasMediaType "application/x-php" ; skos:broader :text_plain ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "PHP script"@en ; skos:prefLabel "PHP script"@nl ; skos:prefLabel "PHP skripti"@az ; @@ -2174,7 +2174,7 @@ :application_x-pkcs12 a skos:Concept ; :hasMediaType "application/x-pkcs12" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "PKCS#12 certificate bundle"@en ; skos:prefLabel "PKCS#12 sertifikathaug"@no ; skos:prefLabel "PKCS#12-Zertifikatspaket"@de ; @@ -2183,7 +2183,7 @@ :application_x-profile a skos:Concept ; :hasMediaType "application/x-profile" ; skos:broader :text_plain ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Profiler-Ergebnisse"@de ; skos:prefLabel "Výsledky profileru"@cs ; skos:prefLabel "canlyniadau proffeilio"@cy ; @@ -2201,7 +2201,7 @@ :application_x-pw a skos:Concept ; :hasMediaType "application/x-pw" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Pathetic Writer -asiakirja"@fi ; skos:prefLabel "Pathetic Writer document"@en ; skos:prefLabel "Pathetic Writer-Dokument"@de ; @@ -2210,7 +2210,7 @@ :application_x-python a skos:Concept ; :hasMediaType "application/x-python" ; skos:broader :text_plain ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Python script"@en ; skos:prefLabel "Python-Skript"@de ; skos:prefLabel "Python-skript"@no ; @@ -2220,7 +2220,7 @@ :application_x-python-bytecode a skos:Concept ; :hasMediaType "application/x-python-bytecode" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Bajtový kód Python"@cs ; skos:prefLabel "Côd beit Python"@cy ; skos:prefLabel "Python bayt kodu"@az ; @@ -2238,7 +2238,7 @@ :application_x-quattropro a skos:Concept ; :hasMediaType "application/x-quattropro" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Quattro Pro -taulukko"@fi ; skos:prefLabel "Quattro Pro spreadsheet"@en ; skos:prefLabel "Quattro Pro-Tabellendokument"@de ; @@ -2247,7 +2247,7 @@ :application_x-qw a skos:Concept ; :hasMediaType "application/x-qw" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Dogfen Quicken"@cy ; skos:prefLabel "Dokument Quicken"@cs ; skos:prefLabel "Quicken document"@en ; @@ -2266,7 +2266,7 @@ :application_x-rar a skos:Concept ; :hasMediaType "application/x-rar" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Archif RAR"@cy ; skos:prefLabel "RAR archive"@en ; skos:prefLabel "RAR-Archiv"@de ; @@ -2280,7 +2280,7 @@ :application_x-reject a skos:Concept ; :hasMediaType "application/x-reject" ; skos:broader :text_plain ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "abgelehnter Patch"@de ; skos:prefLabel "avvist patchfil"@no ; skos:prefLabel "hylättyjen muutosten tiedosto"@fi ; @@ -2288,7 +2288,7 @@ :application_x-rpm a skos:Concept ; :hasMediaType "application/x-rpm" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "RPM package"@en ; skos:prefLabel "RPM-Paket"@de ; skos:prefLabel "RPM-paket"@sv ; @@ -2299,7 +2299,7 @@ :application_x-ruby a skos:Concept ; :hasMediaType "application/x-ruby" ; skos:broader :text_plain ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Ruby script"@en ; skos:prefLabel "Ruby-Skript"@de ; skos:prefLabel "Ruby-skript"@no ; @@ -2308,12 +2308,12 @@ :application_x-sc a skos:Concept ; :hasMediaType "application/x-sc" ; - skos:inScheme . + skos:inScheme . :application_x-shar a skos:Concept ; :hasMediaType "application/x-shar" ; skos:broader :text_plain ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Archiv shellu"@cs ; skos:prefLabel "Shell-Archiv"@de ; skos:prefLabel "archif plisgyn"@cy ; @@ -2331,7 +2331,7 @@ :application_x-shared-library-la a skos:Concept ; :hasMediaType "application/x-shared-library-la" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "delt bibliotek (la)"@no ; skos:prefLabel "gemeinsame Bibliothek (la)"@de ; skos:prefLabel "jaettu kirjasto (la)"@fi ; @@ -2339,7 +2339,7 @@ :application_x-sharedlib a skos:Concept ; :hasMediaType "application/x-sharedlib" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Sdílená knihovna"@cs ; skos:prefLabel "bölüşülmüş kitabxana"@az ; skos:prefLabel "delat bibliotek"@sv ; @@ -2358,7 +2358,7 @@ :application_x-shellscript a skos:Concept ; :hasMediaType "application/x-shellscript" ; skos:broader :text_plain ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Shell-Skript"@de ; skos:prefLabel "Skript shellu"@cs ; skos:prefLabel "komentojono"@fi ; @@ -2376,7 +2376,7 @@ :application_x-shockwave-flash a skos:Concept ; :hasMediaType "application/x-shockwave-flash" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Shockwave Flash -media"@fi ; skos:prefLabel "Shockwave Flash file"@en ; skos:prefLabel "Shockwave Flash-Datei"@de ; @@ -2385,7 +2385,7 @@ :application_x-siag a skos:Concept ; :hasMediaType "application/x-siag" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Siag spreadsheet"@en ; skos:prefLabel "Siag-kalkylblad"@sv ; skos:prefLabel "Siag-regneark"@no ; @@ -2395,7 +2395,7 @@ :application_x-slp a skos:Concept ; :hasMediaType "application/x-slp" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Balíček Stampede"@cs ; skos:prefLabel "Pecyn Stampede"@cy ; skos:prefLabel "Stampede package"@en ; @@ -2414,7 +2414,7 @@ :application_x-sms-rom a skos:Concept ; :hasMediaType "application/x-sms-rom" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "SMS- tai Game Gear -ROM"@fi ; skos:prefLabel "SMS/Game Gear ROM"@en ; skos:prefLabel "SMS/Game Gear-ROM"@de ; @@ -2422,7 +2422,7 @@ :application_x-stuffit a skos:Concept ; :hasMediaType "application/x-stuffit" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Archif Macintosh StuffIt"@cy ; skos:prefLabel "Archiv Macintosh StuffIt"@cs ; skos:prefLabel "Macintosh StuffIt -arkisto"@fi ; @@ -2440,7 +2440,7 @@ :application_x-sv4cpio a skos:Concept ; :hasMediaType "application/x-sv4cpio" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Archif CPIO SV4"@cy ; skos:prefLabel "Archiv SV4 CPIO"@cs ; skos:prefLabel "SV4 CPIO -arkisto"@fi ; @@ -2458,7 +2458,7 @@ :application_x-sv4crc a skos:Concept ; :hasMediaType "application/x-sv4crc" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "(CRC를 가지는) SV4 CPIP 아카이브"@ko ; skos:prefLabel "Archif CPIP SV4 (efo CRC)"@cy ; skos:prefLabel "Archiv SV4 CPIP (s CRC)"@cs ; @@ -2476,7 +2476,7 @@ :application_x-tar a skos:Concept ; :hasMediaType "application/x-tar" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "tar archive"@en ; skos:prefLabel "tar-Archiv"@de ; skos:prefLabel "tar-arkisto"@fi ; @@ -2484,7 +2484,7 @@ :application_x-tarz a skos:Concept ; :hasMediaType "application/x-tarz" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "tar archive (compressed)"@en ; skos:prefLabel "tar-Archiv (komprimiert)"@de ; skos:prefLabel "tar-arkisto (pakattu)"@fi ; @@ -2492,7 +2492,7 @@ :application_x-tex-gf a skos:Concept ; :hasMediaType "application/x-tex-gf" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "generic font file"@en ; skos:prefLabel "generische Schriftdatei"@de ; skos:prefLabel "vanlig skriftfil"@no ; @@ -2500,7 +2500,7 @@ :application_x-tex-pk a skos:Concept ; :hasMediaType "application/x-tex-pk" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "gepackte Schriftdatei"@de ; skos:prefLabel "packed font file"@en ; skos:prefLabel "pakattu kirjasintiedosto"@fi ; @@ -2508,7 +2508,7 @@ :application_x-tgif a skos:Concept ; :hasMediaType "application/x-tgif" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "TGIF document"@en ; skos:prefLabel "TGIF-Dokument"@de ; skos:prefLabel "TGIF-asiakirja"@fi ; @@ -2519,7 +2519,7 @@ :application_x-theme a skos:Concept ; :hasMediaType "application/x-theme" ; skos:broader :text_plain ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Thema"@de ; skos:prefLabel "Téma"@cs ; skos:prefLabel "drakt"@nn ; @@ -2538,7 +2538,7 @@ :application_x-toutdoux a skos:Concept ; :hasMediaType "application/x-toutdoux" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Dogfen ToutDoux"@cy ; skos:prefLabel "Dokument ToutDoux"@cs ; skos:prefLabel "ToutDoux document"@en ; @@ -2557,7 +2557,7 @@ :application_x-trash a skos:Concept ; :hasMediaType "application/x-trash" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Sicherungsdatei"@de ; skos:prefLabel "backup file"@en ; skos:prefLabel "sikkerhetskopi"@no ; @@ -2566,7 +2566,7 @@ :application_x-troff a skos:Concept ; :hasMediaType "application/x-troff" ; skos:broader :text_plain ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Dogfen troff"@cy ; skos:prefLabel "Dokument troff"@cs ; skos:prefLabel "Troff document"@en ; @@ -2586,14 +2586,14 @@ :application_x-troff-man a skos:Concept ; :hasMediaType "application/x-troff-man" ; skos:broader :text_plain ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Troff document (with manpage macros)"@en ; skos:prefLabel "Troff-Dokument (mit man-Seitenmakros)"@de ; skos:prefLabel "Troff-asiakirja man-sivu-makroilla"@fi . :application_x-troff-man-compressed a skos:Concept ; :hasMediaType "application/x-troff-man-compressed" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "(압축된) 설명서 페이지"@ko ; skos:prefLabel "Handbuchseite (komprimiert)"@de ; skos:prefLabel "Manuálová stránka (komprimovaná)"@cs ; @@ -2611,7 +2611,7 @@ :application_x-tzo a skos:Concept ; :hasMediaType "application/x-tzo" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "tar archive (LZO-compressed)"@en ; skos:prefLabel "tar-Archiv (LZO-komprimiert)"@de ; skos:prefLabel "tar-arkisto (LZO-pakattu)"@fi ; @@ -2619,7 +2619,7 @@ :application_x-ustar a skos:Concept ; :hasMediaType "application/x-ustar" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Archiv ustar"@cs ; skos:prefLabel "Ustar 아카이브"@ko ; skos:prefLabel "archif ustar"@cy ; @@ -2637,7 +2637,7 @@ :application_x-wais-source a skos:Concept ; :hasMediaType "application/x-wais-source" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Ffynhonnell Rhaglen WAIS"@cy ; skos:prefLabel "WAIS broncode"@nl ; skos:prefLabel "WAIS mənbə faylı"@az ; @@ -2656,7 +2656,7 @@ :application_x-wpg a skos:Concept ; :hasMediaType "application/x-wpg" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "WordPerfect- tai DrawPerfect -kuva"@fi ; skos:prefLabel "WordPerfect/DrawPerfect-Bild"@de ; skos:prefLabel "WordPerfect/Drawperfect image"@en ; @@ -2664,7 +2664,7 @@ :application_x-x509-ca-cert a skos:Concept ; :hasMediaType "application/x-x509-ca-cert" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "DER-, PEM- tai Netscape-koodattu X.509-varmenne"@fi ; skos:prefLabel "DER/PEM/Netscape-encoded X.509 certificate"@en ; skos:prefLabel "DER/PEM/Netscape-kodet X.509-sertifikat"@no ; @@ -2673,7 +2673,7 @@ :application_x-xbel a skos:Concept ; :hasMediaType "application/x-xbel" ; skos:broader :text_plain ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "XBEL bookmarks"@en ; skos:prefLabel "XBEL-Lesezeichen"@de ; skos:prefLabel "XBEL-bokmerker"@no ; @@ -2682,7 +2682,7 @@ :application_x-zerosize a skos:Concept ; :hasMediaType "application/x-zerosize" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "empty document"@en ; skos:prefLabel "leeres Dokument"@de ; skos:prefLabel "tomt dokument"@no ; @@ -2691,7 +2691,7 @@ :application_x-zoo a skos:Concept ; :hasMediaType "application/x-zoo" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "zoo archive"@en ; skos:prefLabel "zoo-Archiv"@de ; skos:prefLabel "zoo-arkisto"@fi ; @@ -2700,7 +2700,7 @@ :application_xhtmlxml a skos:Concept ; :hasMediaType "application/xhtml+xml" ; skos:broader :text_plain ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "XHTML page"@en ; skos:prefLabel "XHTML-Seite"@de ; skos:prefLabel "XHTML-sida"@sv ; @@ -2710,7 +2710,7 @@ :application_zip a skos:Concept ; :hasMediaType "application/zip" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "ZIP archive"@en ; skos:prefLabel "ZIP-Archiv"@de ; skos:prefLabel "ZIP-arkisto"@fi ; @@ -2748,7 +2748,7 @@ :audio_ac3 a skos:Concept ; :hasMediaType "audio/ac3" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Dolby Digital -ääni"@fi ; skos:prefLabel "Dolby Digital audio"@az ; skos:prefLabel "Dolby Digital audio"@en ; @@ -2767,7 +2767,7 @@ :audio_basic a skos:Concept ; :hasMediaType "audio/basic" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Sain ULAW (Sun)"@cy ; skos:prefLabel "ULAW (Sun) -ääni"@fi ; skos:prefLabel "ULAW (Sun) audio faylı"@az ; @@ -2786,7 +2786,7 @@ :audio_midi a skos:Concept ; :hasMediaType "audio/midi" ; skos:exactMatch :audio_x-midi ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "MIDI audio faylı"@az ; skos:prefLabel "MIDI audio"@en ; skos:prefLabel "MIDI geluidsbestand"@nl ; @@ -2805,7 +2805,7 @@ :audio_prssid a skos:Concept ; :hasMediaType "audio/prs.sid" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Commodore 64 -ääni"@fi ; skos:prefLabel "Commodore 64 audio"@en ; skos:prefLabel "Commodore 64-Audio"@de ; @@ -2815,7 +2815,7 @@ :audio_x-adpcm a skos:Concept ; :hasMediaType "audio/x-adpcm" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "PCM audio faylı"@az ; skos:prefLabel "PCM audio"@en ; skos:prefLabel "PCM geluidsbestand"@nl ; @@ -2834,7 +2834,7 @@ :audio_x-aifc a skos:Concept ; :hasMediaType "audio/x-aifc" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "AIFC audio faylı"@az ; skos:prefLabel "AIFC audio"@en ; skos:prefLabel "AIFC geluidsbestand"@nl ; @@ -2853,7 +2853,7 @@ :audio_x-aiff a skos:Concept ; :hasMediaType "audio/x-aiff" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "AIFF/Amiga/Mac audio faylı"@az ; skos:prefLabel "AIFF/Amiga/Mac audio"@en ; skos:prefLabel "AIFF/Amiga/Mac geluidsbestand"@nl ; @@ -2871,7 +2871,7 @@ :audio_x-aiffc a skos:Concept ; :hasMediaType "audio/x-aiffc" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "AIFF audio faylı"@az ; skos:prefLabel "AIFF audio"@en ; skos:prefLabel "AIFF geluidsbestand"@nl ; @@ -2890,7 +2890,7 @@ :audio_x-flac a skos:Concept ; :hasMediaType "audio/x-flac" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "FLAC audio"@en ; skos:prefLabel "FLAC-Audio"@de ; skos:prefLabel "FLAC-lyd"@no ; @@ -2899,7 +2899,7 @@ :audio_x-it a skos:Concept ; :hasMediaType "audio/x-it" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Impulse Tracker -ääni"@fi ; skos:prefLabel "Impulse Tracker audio faylı"@az ; skos:prefLabel "Impulse Tracker audio"@en ; @@ -2918,7 +2918,7 @@ :audio_x-mod a skos:Concept ; :hasMediaType "audio/x-mod" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Amiga SoundTracker -ääni"@fi ; skos:prefLabel "Amiga SoundTracker audio"@en ; skos:prefLabel "Amiga SoundTracker-Audio"@de ; @@ -2926,7 +2926,7 @@ :audio_x-mp3 a skos:Concept ; :hasMediaType "audio/x-mp3" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "MP3 audio faylı"@az ; skos:prefLabel "MP3 audio"@en ; skos:prefLabel "MP3 geluidsbestand"@nl ; @@ -2945,7 +2945,7 @@ :audio_x-mp3-playlist a skos:Concept ; :hasMediaType "audio/x-mp3-playlist" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "MP3 playlist"@en ; skos:prefLabel "MP3-Wiedergabeliste"@de ; skos:prefLabel "MP3-soittolista"@fi ; @@ -2953,7 +2953,7 @@ :audio_x-mpeg a skos:Concept ; :hasMediaType "audio/x-mpeg" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "MP3 audio faylı"@az ; skos:prefLabel "MP3 audio"@en ; skos:prefLabel "MP3 geluidsbestand"@nl ; @@ -2972,7 +2972,7 @@ :audio_x-mpegurl a skos:Concept ; :hasMediaType "audio/x-mpegurl" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "MP3 audio (streamed)"@en ; skos:prefLabel "MP3-Audio (Stream)"@de ; skos:prefLabel "MP3-lyd (streaming)"@no ; @@ -2980,7 +2980,7 @@ :audio_x-ms-asx a skos:Concept ; :hasMediaType "audio/x-ms-asx" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Afspeellijst"@nl ; skos:prefLabel "Lejátszható felvételek listája"@hu ; skos:prefLabel "Playlist"@en ; @@ -3000,7 +3000,7 @@ :audio_x-pn-realaudio a skos:Concept ; :hasMediaType "audio/x-pn-realaudio" ; skos:exactMatch :audio_vndrn-realaudio ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Darllediad RealAudio"@cy ; skos:prefLabel "RealAudio broadcast"@en ; skos:prefLabel "RealAudio uitzending"@nl ; @@ -3018,7 +3018,7 @@ :audio_x-riff a skos:Concept ; :hasMediaType "audio/x-riff" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "RIFF audio faylı"@az ; skos:prefLabel "RIFF audio"@en ; skos:prefLabel "RIFF geluidsbestand"@nl ; @@ -3037,7 +3037,7 @@ :audio_x-s3m a skos:Concept ; :hasMediaType "audio/x-s3m" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Sain Scream Tracker 3"@cy ; skos:prefLabel "Scream Tracker 3 -ääni"@fi ; skos:prefLabel "Scream Tracker 3 audio faylı"@az ; @@ -3056,7 +3056,7 @@ :audio_x-scpls a skos:Concept ; :hasMediaType "audio/x-scpls" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "MP3 ShoutCast -soittolista"@fi ; skos:prefLabel "MP3 ShoutCast playlist"@en ; skos:prefLabel "MP3 ShoutCast-spilleliste"@no ; @@ -3064,7 +3064,7 @@ :audio_x-stm a skos:Concept ; :hasMediaType "audio/x-stm" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Sain Scream Tracker"@cy ; skos:prefLabel "Scream Tracker -ääni"@fi ; skos:prefLabel "Scream Tracker audio faylı"@az ; @@ -3083,7 +3083,7 @@ :audio_x-voc a skos:Concept ; :hasMediaType "audio/x-voc" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Sain VOC"@cy ; skos:prefLabel "VOC audio faylı"@az ; skos:prefLabel "VOC audio"@en ; @@ -3102,7 +3102,7 @@ :audio_x-wav a skos:Concept ; :hasMediaType "audio/x-wav" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Sain WAV"@cy ; skos:prefLabel "WAV audio faylı"@az ; skos:prefLabel "WAV audio"@en ; @@ -3121,7 +3121,7 @@ :audio_x-xi a skos:Concept ; :hasMediaType "audio/x-xi" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Nástroj pro Scream Tracker"@cs ; skos:prefLabel "Offeryn Scream Tracker"@cy ; skos:prefLabel "Scream Tracker -soitin"@fi ; @@ -3140,7 +3140,7 @@ :audio_x-xm a skos:Concept ; :hasMediaType "audio/x-xm" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "FastTracker II -ääni"@fi ; skos:prefLabel "FastTracker II audio faylı"@az ; skos:prefLabel "FastTracker II audio"@en ; @@ -3169,7 +3169,7 @@ :geopackagesqlite3 a skos:Concept ; :hasMediaType "application/geopackage+sqlite3" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Base de Dados GeoPackage SQLite3"@pt ; skos:prefLabel "Base de datos GeoPackage SQLite3"@es ; skos:prefLabel "Base de données GeoPackage SQLite3"@fr ; @@ -3240,7 +3240,7 @@ :image_bmp a skos:Concept ; :hasMediaType "image/bmp" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Delwedd BMP Windows"@cy ; skos:prefLabel "Obrázek Windows BMP"@cs ; skos:prefLabel "Windows BMP -kuva"@fi ; @@ -3259,7 +3259,7 @@ :image_cgm a skos:Concept ; :hasMediaType "image/cgm" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "CGM-Datei"@de ; skos:prefLabel "Computer Graphics -metatiedosto"@fi ; skos:prefLabel "Computer Graphics Metabestand"@nl ; @@ -3277,7 +3277,7 @@ :image_dpx a skos:Concept ; :hasMediaType "image/dpx" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "DPX-Bild"@de ; skos:prefLabel "DPX-bild (Digital Moving Picture Exchange)"@sv ; skos:prefLabel "Delwedd Digital Moving Picture Exchange"@cy ; @@ -3295,7 +3295,7 @@ :image_fax-g3 a skos:Concept ; :hasMediaType "image/fax-g3" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "CCITT G3 fax"@en ; skos:prefLabel "CCITT G3-faks"@no ; skos:prefLabel "CCITT g3 -faksi"@fi ; @@ -3304,7 +3304,7 @@ :image_g3fax a skos:Concept ; :hasMediaType "image/g3fax" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Delwedd Ffacs G3"@cy ; skos:prefLabel "G3 faks rəsmi"@az ; skos:prefLabel "G3 faksbilete"@nn ; @@ -3323,7 +3323,7 @@ :image_gif a skos:Concept ; :hasMediaType "image/gif" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Delwedd GIF"@cy ; skos:prefLabel "GIF afbeelding"@nl ; skos:prefLabel "GIF image"@en ; @@ -3342,7 +3342,7 @@ :image_ief a skos:Concept ; :hasMediaType "image/ief" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Delwedd IEF"@cy ; skos:prefLabel "IEF afbeelding"@nl ; skos:prefLabel "IEF image"@en ; @@ -3361,7 +3361,7 @@ :image_jpeg a skos:Concept ; :hasMediaType "image/jpeg" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Delwedd JPEG"@cy ; skos:prefLabel "JPEG afbeelding"@nl ; skos:prefLabel "JPEG image"@en ; @@ -3380,7 +3380,7 @@ :image_jpeg2000 a skos:Concept ; :hasMediaType "image/jpeg2000" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "JPEG-2000 -kuva"@fi ; skos:prefLabel "JPEG-2000 image"@en ; skos:prefLabel "JPEG-2000-Bild"@de ; @@ -3388,7 +3388,7 @@ :image_png a skos:Concept ; :hasMediaType "image/png" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Delwedd PNG"@cy ; skos:prefLabel "Obrázek PNG"@cs ; skos:prefLabel "PNG afbeelding"@nl ; @@ -3407,13 +3407,13 @@ :image_rle a skos:Concept ; :hasMediaType "image/rle" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "RLE-Bitmap"@de ; skos:prefLabel "Run Length Encoded bitmap"@en . :image_svgxml a skos:Concept ; :hasMediaType "image/svg+xml" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "SVG-kuva"@fi ; skos:prefLabel "scalable SVG image"@en ; skos:prefLabel "skalerbart SVG-bilde"@no ; @@ -3421,7 +3421,7 @@ :image_tiff a skos:Concept ; :hasMediaType "image/tiff" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "TIFF image"@en ; skos:prefLabel "TIFF-Bild"@de ; skos:prefLabel "TIFF-bild"@sv ; @@ -3432,7 +3432,7 @@ :image_vnddjvu a skos:Concept ; :hasMediaType "image/vnd.djvu" ; skos:exactMatch :image_x-djvu ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "DjVu -kuva"@fi ; skos:prefLabel "DjVu image"@en ; skos:prefLabel "DjVu 이미지"@ko ; @@ -3443,7 +3443,7 @@ :image_vnddwg a skos:Concept ; :hasMediaType "image/vnd.dwg" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "AutoCAD afbeelding"@nl ; skos:prefLabel "AutoCAD image"@en ; skos:prefLabel "AutoCAD rəsmi"@az ; @@ -3462,7 +3462,7 @@ :image_vnddxf a skos:Concept ; :hasMediaType "image/vnd.dxf" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "DXF vector image"@en ; skos:prefLabel "DXF-Vektorbild"@de ; skos:prefLabel "DXF-vektorgrafikk"@no ; @@ -3470,7 +3470,7 @@ :image_x-3ds a skos:Concept ; :hasMediaType "image/x-3ds" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "3D Studio -kuva"@fi ; skos:prefLabel "3D Studio afbeelding"@nl ; skos:prefLabel "3D Studio image"@en ; @@ -3489,7 +3489,7 @@ :image_x-applix-graphics a skos:Concept ; :hasMediaType "image/x-applix-graphics" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Applix Graphics -kuva"@fi ; skos:prefLabel "Applix Graphics image"@en ; skos:prefLabel "Applix Graphics-Bild"@de ; @@ -3498,7 +3498,7 @@ :image_x-cmu-raster a skos:Concept ; :hasMediaType "image/x-cmu-raster" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "CMU raster afbeelding"@nl ; skos:prefLabel "CMU raster image"@en ; skos:prefLabel "CMU raster rəsmi"@az ; @@ -3516,7 +3516,7 @@ :image_x-compressed-xcf a skos:Concept ; :hasMediaType "image/x-compressed-xcf" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "GIMP image (compressed)"@en ; skos:prefLabel "GIMP-Bild (komprimiert)"@de ; skos:prefLabel "GIMP-bilde (komprimert)"@no ; @@ -3525,7 +3525,7 @@ :image_x-dcm a skos:Concept ; :hasMediaType "image/x-dcm" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Bildformat för digital bildbehandling och medicinsk kommunikation"@sv ; skos:prefLabel "DICOM-Bild"@de ; skos:prefLabel "Delwedd DCIM (Digital Imaging and Communications in Medicine)"@cy ; @@ -3542,7 +3542,7 @@ :image_x-dib a skos:Concept ; :hasMediaType "image/x-dib" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Apparaat onafhankelijke bitmap"@nl ; skos:prefLabel "Avadanlıqdan Müstəqil Bitmap"@az ; skos:prefLabel "Bitmapa nezávislá na zařízení"@cs ; @@ -3560,7 +3560,7 @@ :image_x-eps a skos:Concept ; :hasMediaType "image/x-eps" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Delwedd PostScript wedi ei chrisialu"@cy ; skos:prefLabel "EPS-Bild"@de ; skos:prefLabel "Encapsulated PostScript image"@en ; @@ -3578,7 +3578,7 @@ :image_x-fits a skos:Concept ; :hasMediaType "image/x-fits" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "FITS-Dokument"@de ; skos:prefLabel "Fleksibelt bildetransportsystem"@no ; skos:prefLabel "Flexibel afbeeldingstransportsysteem"@nl ; @@ -3596,7 +3596,7 @@ :image_x-fpx a skos:Concept ; :hasMediaType "image/x-fpx" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "FlashPix image"@en ; skos:prefLabel "FlashPix-Bild"@de ; skos:prefLabel "FlashPix-bilde"@no ; @@ -3605,7 +3605,7 @@ :image_x-icb a skos:Concept ; :hasMediaType "image/x-icb" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Delwedd Targa Truevision"@cy ; skos:prefLabel "Obrázek Truevision Targa"@cs ; skos:prefLabel "Truevision Targa -kuva"@fi ; @@ -3624,7 +3624,7 @@ :image_x-ico a skos:Concept ; :hasMediaType "image/x-ico" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Microsoft Windows -kuvake"@fi ; skos:prefLabel "Microsoft Windows icon"@en ; skos:prefLabel "Microsoft Windows-Symbol"@de ; @@ -3633,7 +3633,7 @@ :image_x-iff a skos:Concept ; :hasMediaType "image/x-iff" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Delwedd IFF"@cy ; skos:prefLabel "IFF afbeelding"@nl ; skos:prefLabel "IFF image"@en ; @@ -3652,7 +3652,7 @@ :image_x-ilbm a skos:Concept ; :hasMediaType "image/x-ilbm" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Delwedd ILBM"@cy ; skos:prefLabel "ILBM afbeelding"@nl ; skos:prefLabel "ILBM image"@en ; @@ -3671,7 +3671,7 @@ :image_x-jng a skos:Concept ; :hasMediaType "image/x-jng" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Delwedd JNG"@cy ; skos:prefLabel "JNG afbeelding"@nl ; skos:prefLabel "JNG image"@en ; @@ -3690,7 +3690,7 @@ :image_x-lwo a skos:Concept ; :hasMediaType "image/x-lwo" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Gwrthrych LightWave"@cy ; skos:prefLabel "LightWave cismi"@az ; skos:prefLabel "LightWave object"@en ; @@ -3709,7 +3709,7 @@ :image_x-lws a skos:Concept ; :hasMediaType "image/x-lws" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Golygfa LightWave"@cy ; skos:prefLabel "LightWave scene"@en ; skos:prefLabel "LightWave scêne"@nl ; @@ -3728,7 +3728,7 @@ :image_x-msod a skos:Concept ; :hasMediaType "image/x-msod" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Microsoft Office -piirros"@fi ; skos:prefLabel "Microsoft Office drawing"@en ; skos:prefLabel "Microsoft Office-Zeichnung"@de ; @@ -3736,15 +3736,15 @@ :image_x-niff a skos:Concept ; :hasMediaType "image/x-niff" ; - skos:inScheme . + skos:inScheme . :image_x-pcx a skos:Concept ; :hasMediaType "image/x-pcx" ; - skos:inScheme . + skos:inScheme . :image_x-photo-cd a skos:Concept ; :hasMediaType "image/x-photo-cd" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Delwedd PhotoCD"@cy ; skos:prefLabel "Obrázek PhotoCD"@cs ; skos:prefLabel "Photo CD-bilete"@nn ; @@ -3763,14 +3763,14 @@ :image_x-pict a skos:Concept ; :hasMediaType "image/x-pict" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Macintosh Quickdraw/PICT -piirros"@fi ; skos:prefLabel "Macintosh Quickdraw/PICT drawing"@en ; skos:prefLabel "Macintosh Quickdraw/PICT-Zeichnung"@de . :image_x-portable-anymap a skos:Concept ; :hasMediaType "image/x-portable-anymap" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Delwedd PNM"@cy ; skos:prefLabel "Obrázek PNM"@cs ; skos:prefLabel "PNM afbeelding"@nl ; @@ -3789,7 +3789,7 @@ :image_x-portable-bitmap a skos:Concept ; :hasMediaType "image/x-portable-bitmap" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Ffeiliau Fformat Pixfap Cludadwy"@cy ; skos:prefLabel "Formát souborů Portable Bitmap"@cs ; skos:prefLabel "Portabelt bitmapp-filformat"@sv ; @@ -3805,7 +3805,7 @@ :image_x-portable-graymap a skos:Concept ; :hasMediaType "image/x-portable-graymap" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Ffeiliau Fformat Llwydfap Cludadwy"@cy ; skos:prefLabel "Formát souborů Portable Graymap"@cs ; skos:prefLabel "Portabelt gråskale-filformat"@sv ; @@ -3821,7 +3821,7 @@ :image_x-portable-pixmap a skos:Concept ; :hasMediaType "image/x-portable-pixmap" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Delwedd Pixmap Cludadwy"@cy ; skos:prefLabel "Formát souboru Portable Pixmap"@cs ; skos:prefLabel "Portabelt Pixmap-filformat"@no ; @@ -3838,7 +3838,7 @@ :image_x-psd a skos:Concept ; :hasMediaType "image/x-psd" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Photoshop image"@en ; skos:prefLabel "Photoshop-Bild"@de ; skos:prefLabel "Photoshop-bilde"@no ; @@ -3847,7 +3847,7 @@ :image_x-rgb a skos:Concept ; :hasMediaType "image/x-rgb" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Delwedd RGB"@cy ; skos:prefLabel "Obrázek RGB"@cs ; skos:prefLabel "RGB afbeelding"@nl ; @@ -3866,14 +3866,14 @@ :image_x-sgi a skos:Concept ; :hasMediaType "image/x-sgi" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Silicon Graphics IRIS -kuva"@fi ; skos:prefLabel "Silicon Graphics IRIS image"@en ; skos:prefLabel "Silicon Graphics-IRIS-Bild"@de . :image_x-sun-raster a skos:Concept ; :hasMediaType "image/x-sun-raster" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "SUN Rasterfile image"@en ; skos:prefLabel "SUN rasterfil-bilde"@no ; skos:prefLabel "SUN-Rasterfile-Bild"@de ; @@ -3881,7 +3881,7 @@ :image_x-tga a skos:Concept ; :hasMediaType "image/x-tga" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Delwedd TarGA"@cy ; skos:prefLabel "Obrázek TarGA"@cs ; skos:prefLabel "TarGA afbeelding"@nl ; @@ -3900,14 +3900,14 @@ :image_x-win-bitmap a skos:Concept ; :hasMediaType "image/x-win-bitmap" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Windows cursor"@en ; skos:prefLabel "Windows-Cursor"@de ; skos:prefLabel "Windows-kursori"@fi . :image_x-wmf a skos:Concept ; :hasMediaType "image/x-wmf" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Microsoft WMF -tiedosto"@fi ; skos:prefLabel "Microsoft WMF file"@en ; skos:prefLabel "Microsoft WMF-fil"@no ; @@ -3916,7 +3916,7 @@ :image_x-xbitmap a skos:Concept ; :hasMediaType "image/x-xbitmap" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Bilete i X Bitmap-format"@nn ; skos:prefLabel "Delwedd didfap X"@cy ; skos:prefLabel "Obrázek X BitMap"@cs ; @@ -3934,7 +3934,7 @@ :image_x-xcf a skos:Concept ; :hasMediaType "image/x-xcf" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "GIF-kuva"@fi ; skos:prefLabel "GIMP image"@en ; skos:prefLabel "GIMP-Bild"@de ; @@ -3944,7 +3944,7 @@ :image_x-xfig a skos:Concept ; :hasMediaType "image/x-xfig" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "XFig image"@en ; skos:prefLabel "XFig-Bild"@de ; skos:prefLabel "XFig-bilde"@no ; @@ -3953,7 +3953,7 @@ :image_x-xpixmap a skos:Concept ; :hasMediaType "image/x-xpixmap" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Bilete i X Bitmap-format"@nn ; skos:prefLabel "Delwedd picsfap X"@cy ; skos:prefLabel "Obrázek X PixMap"@cs ; @@ -3971,7 +3971,7 @@ :image_x-xwindowdump a skos:Concept ; :hasMediaType "image/x-xwindowdump" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Delwedd ffenest X"@cy ; skos:prefLabel "Obrázek X window"@cs ; skos:prefLabel "X Window afbeelding"@nl ; @@ -3997,7 +3997,7 @@ :inode_blockdevice a skos:Concept ; :hasMediaType "inode/blockdevice" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Blockgerät"@de ; skos:prefLabel "block device"@en ; skos:prefLabel "blokkenhet"@no ; @@ -4005,7 +4005,7 @@ :inode_chardevice a skos:Concept ; :hasMediaType "inode/chardevice" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Character-Device"@de ; skos:prefLabel "character device"@en ; skos:prefLabel "merkkilaite"@fi ; @@ -4013,7 +4013,7 @@ :inode_directory a skos:Concept ; :hasMediaType "inode/directory" ; - skos:inScheme ; + skos:inScheme ; skos:narrower :inode_mount-point ; skos:prefLabel "Ordner"@de ; skos:prefLabel "folder"@en ; @@ -4024,7 +4024,7 @@ :inode_fifo a skos:Concept ; :hasMediaType "inode/fifo" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Pipe"@de ; skos:prefLabel "pipe"@en ; skos:prefLabel "putki"@fi ; @@ -4034,7 +4034,7 @@ :inode_mount-point a skos:Concept ; :hasMediaType "inode/mount-point" ; skos:broader :inode_directory ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Einbindepunkt"@de ; skos:prefLabel "liitospiste"@fi ; skos:prefLabel "monteringspunkt"@no ; @@ -4043,7 +4043,7 @@ :inode_socket a skos:Concept ; :hasMediaType "inode/socket" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Socket"@de ; skos:prefLabel "pistoke"@fi ; skos:prefLabel "plugg"@no ; @@ -4051,7 +4051,7 @@ :inode_symlink a skos:Concept ; :hasMediaType "inode/symlink" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Symbolický odkaz"@cs ; skos:prefLabel "Symbolischer Link"@de ; skos:prefLabel "cyswllt symbolaidd"@cy ; @@ -4083,7 +4083,7 @@ :message_delivery-status a skos:Concept ; :hasMediaType "message/delivery-status" ; skos:broader :text_plain ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Adroddiad trosgludo post"@cy ; skos:prefLabel "E-Mail-Zustellungsbericht"@de ; skos:prefLabel "Zpráva o doručení pošty"@cs ; @@ -4101,7 +4101,7 @@ :message_disposition-notification a skos:Concept ; :hasMediaType "message/disposition-notification" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "E-Mail-Übertragungsbericht"@de ; skos:prefLabel "Zpráva o předání pošty"@cs ; skos:prefLabel "adroddiad ffurf post"@cy ; @@ -4119,7 +4119,7 @@ :message_external-body a skos:Concept ; :hasMediaType "message/external-body" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Odkaz na vzdálený soubor"@cs ; skos:prefLabel "Verweis auf entfernte Datei"@de ; skos:prefLabel "cyfeiriad at ffeil bell"@cy ; @@ -4138,7 +4138,7 @@ :message_news a skos:Concept ; :hasMediaType "message/news" ; skos:broader :text_plain ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Neges newyddion Usenet"@cy ; skos:prefLabel "Příspěvek do diskusních skupin Usenet"@cs ; skos:prefLabel "USENET diskusjonsmelding"@nn ; @@ -4157,7 +4157,7 @@ :message_partial a skos:Concept ; :hasMediaType "message/partial" ; skos:broader :text_plain ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "E-Mail-Nachrichtenfragment"@de ; skos:prefLabel "darn o neges e-bost"@cy ; skos:prefLabel "del av e-post-melding"@nn ; @@ -4176,7 +4176,7 @@ :message_rfc822 a skos:Concept ; :hasMediaType "message/rfc822" ; skos:broader :text_plain ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "E-Mail-Nachricht"@de ; skos:prefLabel "e-postmeddelande"@sv ; skos:prefLabel "e-postmelding"@no ; @@ -4186,7 +4186,7 @@ :message_x-gnu-rmail a skos:Concept ; :hasMediaType "message/x-gnu-rmail" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "E-mailová zpráva GNU"@cs ; skos:prefLabel "GNU e-mail bericht"@nl ; skos:prefLabel "GNU e-postmelding"@nn ; @@ -4211,7 +4211,7 @@ :model_vrml a skos:Concept ; :hasMediaType "model/vrml" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Dogfen VRML"@cy ; skos:prefLabel "Dokument VRML"@cs ; skos:prefLabel "VRML document"@en ; @@ -4244,7 +4244,7 @@ :multipart_alternative a skos:Concept ; :hasMediaType "multipart/alternative" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Nachricht in mehreren Formaten"@de ; skos:prefLabel "Zpráva v několika formátech"@cs ; skos:prefLabel "bericht in verschillende formaten"@nl ; @@ -4262,7 +4262,7 @@ :multipart_appledouble a skos:Concept ; :hasMediaType "multipart/appledouble" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Ffeil AppleDouble-amgodedig Macintosh"@cy ; skos:prefLabel "Macintosh AppleDouble -koodattu tiedosto"@fi ; skos:prefLabel "Macintosh AppleDouble kódolású fájl"@hu ; @@ -4281,7 +4281,7 @@ :multipart_digest a skos:Concept ; :hasMediaType "multipart/digest" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Digest zpráv"@cs ; skos:prefLabel "Nachrichtensammlung"@de ; skos:prefLabel "berichtsamenvatting"@nl ; @@ -4299,7 +4299,7 @@ :multipart_encrypted a skos:Concept ; :hasMediaType "multipart/encrypted" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Neges wedi ei hamgryptio"@cy ; skos:prefLabel "Zašifrovaná zpráva"@cs ; skos:prefLabel "encrypted message"@en ; @@ -4318,7 +4318,7 @@ :multipart_mixed a skos:Concept ; :hasMediaType "multipart/mixed" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Verbunddokumente"@de ; skos:prefLabel "compound documents"@en ; skos:prefLabel "sammensatte dokumenter"@no ; @@ -4326,7 +4326,7 @@ :multipart_related a skos:Concept ; :hasMediaType "multipart/related" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Složený dokument"@cs ; skos:prefLabel "Verbunddokument"@de ; skos:prefLabel "birləşik sənəd"@az ; @@ -4344,7 +4344,7 @@ :multipart_report a skos:Concept ; :hasMediaType "multipart/report" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "E-Mail-Systembericht"@de ; skos:prefLabel "Zpráva poštovního systému"@cs ; skos:prefLabel "adroddiad system bost"@cy ; @@ -4362,7 +4362,7 @@ :multipart_signed a skos:Concept ; :hasMediaType "multipart/signed" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Podepsaná zpráva"@cs ; skos:prefLabel "allekirjoitettu viesti"@fi ; skos:prefLabel "aláírt üzenet"@hu ; @@ -4380,7 +4380,7 @@ :multipart_x-mixed-replace a skos:Concept ; :hasMediaType "multipart/x-mixed-replace" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Datenstrom (Server-Push)"@de ; skos:prefLabel "datastrøm (server push)"@no ; skos:prefLabel "stream of data (server push)"@en ; @@ -4460,7 +4460,7 @@ :text_calendar a skos:Concept ; :hasMediaType "text/calendar" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Ffeil iCalendar"@cy ; skos:prefLabel "Soubor iCalendar"@cs ; skos:prefLabel "fichier iCalendar"@fr ; @@ -4479,7 +4479,7 @@ :text_css a skos:Concept ; :hasMediaType "text/css" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "CSS-Stylesheet"@de ; skos:prefLabel "CSS-stíluslap"@hu ; skos:prefLabel "CSS-tyylisäännöstö"@fi ; @@ -4500,14 +4500,14 @@ rdfs:seeAlso ; skos:altLabel "CSV"@en ; skos:exactMatch :text_x-comma-separated-values ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "CSV (valeurs séparées par des virgules)"@fr ; skos:prefLabel "Comma Separated Values"@en ; skos:prefLabel "Werte durch Komma getrennt"@de . :text_directory a skos:Concept ; :hasMediaType "text/directory" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Ffeil gwybodaeth cyfeiriadur"@cy ; skos:prefLabel "Soubor informací o adresáři"@cs ; skos:prefLabel "Verzeichnisinformationsdatei"@de ; @@ -4525,7 +4525,7 @@ :text_enriched a skos:Concept ; :hasMediaType "text/enriched" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Dogfen testun wedi ei gyfoethogi"@cy ; skos:prefLabel "Rozšířený textový dokument"@cs ; skos:prefLabel "angereichertes Textdokument"@de ; @@ -4543,7 +4543,7 @@ :text_html a skos:Concept ; :hasMediaType "text/html" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "HTML page"@en ; skos:prefLabel "HTML-Seite"@de ; skos:prefLabel "HTML-sida"@sv ; @@ -4553,7 +4553,7 @@ :text_htmlh a skos:Concept ; :hasMediaType "text/htmlh" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Hilfeseite"@de ; skos:prefLabel "Stránka nápovědy"@cs ; skos:prefLabel "help page"@en ; @@ -4572,7 +4572,7 @@ :text_mathml a skos:Concept ; :hasMediaType "text/mathml" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Dogfen MathML"@cy ; skos:prefLabel "Dokument MathML"@cs ; skos:prefLabel "MathML document"@en ; @@ -4591,7 +4591,7 @@ :text_plain a skos:Concept ; :hasMediaType "text/plain" ; - skos:inScheme ; + skos:inScheme ; skos:narrower :application_rtf ; skos:narrower :application_smil ; skos:narrower :application_x-asp ; @@ -4629,7 +4629,7 @@ :text_rdf a skos:Concept ; :hasMediaType "text/rdf" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Ffeil RDF (Resource Description Framework)"@cy ; skos:prefLabel "Mənbə İzahat Çərçivəsi (RDF) faylı"@az ; skos:prefLabel "RDF (erőforrásleíró) -fájl"@hu ; @@ -4646,7 +4646,7 @@ :text_rfc822-headers a skos:Concept ; :hasMediaType "text/rfc822-headers" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "E-Mail-Kopfzeilen"@de ; skos:prefLabel "Hlavičky E-mailu"@cs ; skos:prefLabel "e-mail koppen"@nl ; @@ -4664,7 +4664,7 @@ :text_richtext a skos:Concept ; :hasMediaType "text/richtext" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Bohatý textový dokument"@cs ; skos:prefLabel "RTF-Textdokument"@de ; skos:prefLabel "RTF-asiakirja"@fi ; @@ -4682,7 +4682,7 @@ :text_rss a skos:Concept ; :hasMediaType "text/rss" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Crynodeb Safle RDF"@cy ; skos:prefLabel "RDF Sayt İcmalı"@az ; skos:prefLabel "RDF Site Summary"@en ; @@ -4700,7 +4700,7 @@ :text_sgml a skos:Concept ; :hasMediaType "text/sgml" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Dogfen SGML"@cy ; skos:prefLabel "SGML document"@en ; skos:prefLabel "SGML документ"@sr ; @@ -4713,7 +4713,7 @@ :text_spreadsheet a skos:Concept ; :hasMediaType "text/spreadsheet" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Dokument for regnearkutveksling"@no ; skos:prefLabel "Spreadsheet interchange document"@en ; skos:prefLabel "Tabellenkalkulations-Austauschdokument"@de ; @@ -4721,7 +4721,7 @@ :text_tab-separated-values a skos:Concept ; :hasMediaType "text/tab-separated-values" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Textdokument·(Werte·durch·Tabulatorzeichen·unterteilt)"@de ; skos:prefLabel "sarkaimella eroteltuja arvoja tekstitiedostossa"@fi ; skos:prefLabel "tekstdokument (med tabulatorseparerte verdier)"@no ; @@ -4729,7 +4729,7 @@ :text_vndwapwml a skos:Concept ; :hasMediaType "text/vnd.wap.wml" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Dogfen WML"@cy ; skos:prefLabel "Dokument WML"@cs ; skos:prefLabel "WML document"@en ; @@ -4748,7 +4748,7 @@ :text_x-adasrc a skos:Concept ; :hasMediaType "text/x-adasrc" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Ada source code"@en ; skos:prefLabel "Ada-Quelltext"@de ; skos:prefLabel "Ada-kildekode"@no ; @@ -4757,7 +4757,7 @@ :text_x-authors a skos:Concept ; :hasMediaType "text/x-authors" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Autorenliste"@de ; skos:prefLabel "author list"@en ; skos:prefLabel "forfatterliste"@no ; @@ -4765,7 +4765,7 @@ :text_x-bibtex a skos:Concept ; :hasMediaType "text/x-bibtex" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Bibtex bibliografiske data"@no ; skos:prefLabel "Bibtex bibliographic data"@en ; skos:prefLabel "bibliographische Bibitex-Daten"@de ; @@ -4774,7 +4774,7 @@ :text_x-chdr a skos:Concept ; :hasMediaType "text/x-c++hdr" ; :hasMediaType "text/x-chdr" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "C source code header"@en ; skos:prefLabel "C заглавља изворног кôда"@sr ; skos:prefLabel "C++ source code header"@en ; @@ -4788,7 +4788,7 @@ :text_x-comma-separated-values a skos:Concept ; :hasMediaType "text/x-comma-separated-values" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Textdokument (Werte durch Kommata unterteilt)"@de ; skos:prefLabel "pilkulla eroteltuja arvoja tekstitiedostossa"@fi ; skos:prefLabel "tekstdokument (med kommaseparerte verdier)"@no ; @@ -4796,7 +4796,7 @@ :text_x-copying a skos:Concept ; :hasMediaType "text/x-copying" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Podmínky licence na software"@cs ; skos:prefLabel "Software-Lizenzbedingungen"@de ; skos:prefLabel "lisensbestemmelser for programvare"@no ; @@ -4814,7 +4814,7 @@ :text_x-credits a skos:Concept ; :hasMediaType "text/x-credits" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Informace o autorovi software"@cs ; skos:prefLabel "Software-Impressum"@de ; skos:prefLabel "clodau awduron meddalwedd"@cy ; @@ -4832,7 +4832,7 @@ :text_x-csharp a skos:Concept ; :hasMediaType "text/x-csharp" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "C# source code"@en ; skos:prefLabel "C#-Quelltext"@de ; skos:prefLabel "C#-lähdekoodi"@fi ; @@ -4841,7 +4841,7 @@ :text_x-csrc a skos:Concept ; :hasMediaType "text/x-c++src" ; :hasMediaType "text/x-csrc" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "C source code"@en ; skos:prefLabel "C++ source code"@en ; skos:prefLabel "C++-Quelltext"@de ; @@ -4855,7 +4855,7 @@ :text_x-dcl a skos:Concept ; :hasMediaType "text/x-dcl" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "DCL script"@en ; skos:prefLabel "DCL script"@nl ; skos:prefLabel "DCL skripti"@az ; @@ -4874,7 +4874,7 @@ :text_x-dsl a skos:Concept ; :hasMediaType "text/x-dsl" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "DSSSL document"@en ; skos:prefLabel "DSSSL document"@nl ; skos:prefLabel "DSSSL sənədi"@az ; @@ -4893,7 +4893,7 @@ :text_x-dtd a skos:Concept ; :hasMediaType "text/x-dtd" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Definice typu dokumentu"@cs ; skos:prefLabel "Diffiniad math dogfen"@cy ; skos:prefLabel "Dokumenttypenbeschreibung (DTD)"@de ; @@ -4911,7 +4911,7 @@ :text_x-emacs-lisp a skos:Concept ; :hasMediaType "text/x-emacs-lisp" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Emacs Lisp -lähdekoodi"@fi ; skos:prefLabel "Emacs Lisp broncode"@nl ; skos:prefLabel "Emacs Lisp kjeldekode"@nn ; @@ -4930,7 +4930,7 @@ :text_x-fortran a skos:Concept ; :hasMediaType "text/x-fortran" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Ffynhonnell rhaglen FORTRAN"@cy ; skos:prefLabel "Fortran broncode"@nl ; skos:prefLabel "Fortran mənbə kodu"@az ; @@ -4949,7 +4949,7 @@ :text_x-gettext-translation a skos:Concept ; :hasMediaType "text/x-gettext-translation" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "käännettyjä viestejä"@fi ; skos:prefLabel "oversatte meldinger"@no ; skos:prefLabel "translated messages"@en ; @@ -4958,13 +4958,13 @@ :text_x-gettext-translation-template a skos:Concept ; :hasMediaType "text/x-gettext-translation-template" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Vorlage zur Nachrichtenübersetzung"@de ; skos:prefLabel "message translation template"@en . :text_x-gtkrc a skos:Concept ; :hasMediaType "text/x-gtkrc" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Ffurfosodiad GTK"@cy ; skos:prefLabel "GTK configuratie"@nl ; skos:prefLabel "GTK configuration"@en ; @@ -4983,7 +4983,7 @@ :text_x-haskell a skos:Concept ; :hasMediaType "text/x-haskell" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Ffynhonnell rhaglen Haskell"@cy ; skos:prefLabel "Haskell broncode"@nl ; skos:prefLabel "Haskell mənbə kodu"@az ; @@ -5002,7 +5002,7 @@ :text_x-idl a skos:Concept ; :hasMediaType "text/x-idl" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Dogfen IDL"@cy ; skos:prefLabel "Dokument IDL"@cs ; skos:prefLabel "IDL document"@en ; @@ -5021,7 +5021,7 @@ :text_x-install a skos:Concept ; :hasMediaType "text/x-install" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Návod k instalaci software"@cs ; skos:prefLabel "Software-Installationsanleitung"@de ; skos:prefLabel "cyfarwyddiadau gosod meddalwedd"@cy ; @@ -5039,7 +5039,7 @@ :text_x-java a skos:Concept ; :hasMediaType "text/x-java" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Java source code"@en ; skos:prefLabel "Java-Quelltext"@de ; skos:prefLabel "Java-kildekode"@no ; @@ -5048,7 +5048,7 @@ :text_x-ksh a skos:Concept ; :hasMediaType "text/x-ksh" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Korn qabıq skripti"@az ; skos:prefLabel "Korn shell script"@en ; skos:prefLabel "Korn shell script"@nl ; @@ -5067,11 +5067,11 @@ :text_x-ksysv-log a skos:Concept ; :hasMediaType "text/x-ksysv-log" ; - skos:inScheme . + skos:inScheme . :text_x-literate-haskell a skos:Concept ; :hasMediaType "text/x-literate-haskell" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Ffynhonnell Haskell llenyddol"@cy ; skos:prefLabel "Literate Haskell-Quelltext"@de ; skos:prefLabel "Literate Haskell-källkod"@sv ; @@ -5089,7 +5089,7 @@ :text_x-log a skos:Concept ; :hasMediaType "text/x-log" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Anwendungsprotokoll"@de ; skos:prefLabel "application log"@en ; skos:prefLabel "applikasjonslogg"@no ; @@ -5097,7 +5097,7 @@ :text_x-makefile a skos:Concept ; :hasMediaType "text/x-makefile" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Ffeil 'make'"@cy ; skos:prefLabel "Makefil"@sv ; skos:prefLabel "Makefile"@cs ; @@ -5116,7 +5116,7 @@ :text_x-moc a skos:Concept ; :hasMediaType "text/x-moc" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "QT-Meta-Objektdatei"@de ; skos:prefLabel "Qt Meta Object -tiedosto"@fi ; skos:prefLabel "Qt Meta Object file"@en ; @@ -5124,7 +5124,7 @@ :text_x-objcsrc a skos:Concept ; :hasMediaType "text/x-objcsrc" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Objective-C -lähdekoodi"@fi ; skos:prefLabel "Objective-C source code"@en ; skos:prefLabel "Objective-C-Quelltext"@de ; @@ -5133,7 +5133,7 @@ :text_x-pascal a skos:Concept ; :hasMediaType "text/x-pascal" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Pascal source code"@en ; skos:prefLabel "Pascal-Quelltext"@de ; skos:prefLabel "Pascal-kildekode"@no ; @@ -5142,7 +5142,7 @@ :text_x-patch a skos:Concept ; :hasMediaType "text/x-patch" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Unterschied zwischen Dateien"@de ; skos:prefLabel "differences between files"@en ; skos:prefLabel "forskjeller mellom filer"@no ; @@ -5150,7 +5150,7 @@ :text_x-readme a skos:Concept ; :hasMediaType "text/x-readme" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Dogfen README"@cy ; skos:prefLabel "Dokument README"@cs ; skos:prefLabel "LEESMIJ document"@nl ; @@ -5169,7 +5169,7 @@ :text_x-scheme a skos:Concept ; :hasMediaType "text/x-scheme" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Ffynhonnell Rhaglen Scheme"@cy ; skos:prefLabel "Scheme broncode"@nl ; skos:prefLabel "Scheme kjeldekode"@nn ; @@ -5188,7 +5188,7 @@ :text_x-setext a skos:Concept ; :hasMediaType "text/x-setext" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Dogfen Setext"@cy ; skos:prefLabel "Dokument Setext"@cs ; skos:prefLabel "Setext document"@en ; @@ -5207,7 +5207,7 @@ :text_x-speech a skos:Concept ; :hasMediaType "text/x-speech" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Danışıq sənədi"@az ; skos:prefLabel "Dogfen leferydd"@cy ; skos:prefLabel "Dokument Speech"@cs ; @@ -5226,7 +5226,7 @@ :text_x-sql a skos:Concept ; :hasMediaType "text/x-sql" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Côd SQL"@cy ; skos:prefLabel "Kód SQL"@cs ; skos:prefLabel "SQL code"@en ; @@ -5245,7 +5245,7 @@ :text_x-tcl a skos:Concept ; :hasMediaType "text/x-tcl" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Tcl script"@en ; skos:prefLabel "Tcl-Skript"@de ; skos:prefLabel "Tcl-skript"@no ; @@ -5255,7 +5255,7 @@ :text_x-tex a skos:Concept ; :hasMediaType "text/x-tex" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Dogfen TeX "@cy ; skos:prefLabel "TeX document"@en ; skos:prefLabel "TeX документ"@sr ; @@ -5268,7 +5268,7 @@ :text_x-texinfo a skos:Concept ; :hasMediaType "text/x-texinfo" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Dogfen TeXInfo"@cy ; skos:prefLabel "Dokument TeXInfo"@cs ; skos:prefLabel "TeXInfo document"@en ; @@ -5287,7 +5287,7 @@ :text_x-troff-me a skos:Concept ; :hasMediaType "text/x-troff-me" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Troff ME -syöteasiakirja"@fi ; skos:prefLabel "Troff ME input document"@en ; skos:prefLabel "Troff ME-inndatadokument"@no ; @@ -5295,7 +5295,7 @@ :text_x-troff-mm a skos:Concept ; :hasMediaType "text/x-troff-mm" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Troff MM -syöteasiakirja"@fi ; skos:prefLabel "Troff MM input document"@en ; skos:prefLabel "Troff MM-inndatadokument"@no ; @@ -5303,7 +5303,7 @@ :text_x-troff-ms a skos:Concept ; :hasMediaType "text/x-troff-ms" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Troff MS -syöteasiakirja"@fi ; skos:prefLabel "Troff MS input document"@en ; skos:prefLabel "Troff MS-inndatadokument"@no ; @@ -5311,21 +5311,21 @@ :text_x-uil a skos:Concept ; :hasMediaType "text/x-uil" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "X-Motif UIL -taulukko"@fi ; skos:prefLabel "X-Motif UIL table"@en ; skos:prefLabel "X-Motif-UIL-Tabelle"@de . :text_x-uri a skos:Concept ; :hasMediaType "text/x-uri" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Ressourcenort"@de ; skos:prefLabel "resource location"@en ; skos:prefLabel "ressurslokasjon"@no . :text_x-vcalendar a skos:Concept ; :hasMediaType "text/x-vcalendar" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Ffeil gyfnewid vCalendar"@cy ; skos:prefLabel "Soubor výměny vCalendar"@cs ; skos:prefLabel "fichier « vCalendar interchange »"@fr ; @@ -5342,7 +5342,7 @@ :text_x-vcard a skos:Concept ; :hasMediaType "text/x-vcard" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "electronic business card"@en ; skos:prefLabel "elektronische Visitenkarte"@de ; skos:prefLabel "elektronisk visittkort"@no ; @@ -5351,13 +5351,13 @@ :text_x-xmi a skos:Concept ; :hasMediaType "text/x-xmi" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "XML Metadata Interchange file"@en ; skos:prefLabel "XML-Metadaten-Austauschdatei"@de . :text_x-xslfo a skos:Concept ; :hasMediaType "text/x-xslfo" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Ffeil gwrthrych ffurfwedd XSL"@cy ; skos:prefLabel "Soubor objektu formátování XSL"@cs ; skos:prefLabel "XSF:FO-fájl"@hu ; @@ -5374,7 +5374,7 @@ :text_x-xslt a skos:Concept ; :hasMediaType "text/x-xslt" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "XSLT stylesheet"@en ; skos:prefLabel "XSLT-Stylesheet"@de ; skos:prefLabel "XSLT-stilark"@no ; @@ -5382,11 +5382,11 @@ :text_xmcd a skos:Concept ; :hasMediaType "text/xmcd" ; - skos:inScheme . + skos:inScheme . :text_xml a skos:Concept ; :hasMediaType "text/xml" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Dogfen XML (eXtensible Markup Language) (eXtensible Markup Language) (eXtensible Markup Language) (eXtensible Markup Language) (eXtensible Markup Language) (eXtensible Markup Language) (eXtensible Markup Language) (eXtensible Markup Language) (eXtensible Markup Language)"@cy ; skos:prefLabel "Dokument eXtensible Markup Language"@cs ; skos:prefLabel "Uitbreidbare opmaaktaal document (XML)"@nl ; @@ -5423,7 +5423,7 @@ :video_isivideo a skos:Concept ; :hasMediaType "video/isivideo" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Fideo ISI"@cy ; skos:prefLabel "ISI video faylı"@az ; skos:prefLabel "ISI video"@en ; @@ -5442,7 +5442,7 @@ :video_mpeg a skos:Concept ; :hasMediaType "video/mpeg" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "MPEG video"@en ; skos:prefLabel "MPEG-Video"@de ; skos:prefLabel "MPEG-film"@no ; @@ -5452,7 +5452,7 @@ :video_quicktime a skos:Concept ; :hasMediaType "video/quicktime" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "QuickTime video"@en ; skos:prefLabel "QuickTime-Video"@de ; skos:prefLabel "QuickTime-video"@fi ; @@ -5461,7 +5461,7 @@ :video_vivo a skos:Concept ; :hasMediaType "video/vivo" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Fideo Vivo"@cy ; skos:prefLabel "Video Vivo"@cs ; skos:prefLabel "Vivo video faylı"@az ; @@ -5480,7 +5480,7 @@ :video_wavelet a skos:Concept ; :hasMediaType "video/wavelet" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Fideo Wavelet"@cy ; skos:prefLabel "Video Wavelet"@cs ; skos:prefLabel "Wavelet video faylı"@az ; @@ -5499,7 +5499,7 @@ :video_x-anim a skos:Concept ; :hasMediaType "video/x-anim" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "ANIM animasiyası"@az ; skos:prefLabel "ANIM animatie"@nl ; skos:prefLabel "ANIM animation"@en ; @@ -5518,7 +5518,7 @@ :video_x-avi a skos:Concept ; :hasMediaType "video/x-avi" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "AVI video faylı"@az ; skos:prefLabel "AVI video"@en ; skos:prefLabel "AVI video"@nl ; @@ -5537,7 +5537,7 @@ :video_x-flic a skos:Concept ; :hasMediaType "video/x-flic" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "AutoDesk FLIC -animaatio"@fi ; skos:prefLabel "AutoDesk FLIC animation"@en ; skos:prefLabel "AutoDesk FLIC-animasjon"@no ; @@ -5545,7 +5545,7 @@ :video_x-mng a skos:Concept ; :hasMediaType "video/x-mng" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "MNG animation"@en ; skos:prefLabel "MNG-Animation"@de ; skos:prefLabel "MNG-animaatio"@fi ; @@ -5553,7 +5553,7 @@ :video_x-ms-asf a skos:Concept ; :hasMediaType "video/x-ms-asf" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Microsoft ASF -video"@fi ; skos:prefLabel "Microsoft ASF video"@en ; skos:prefLabel "Microsoft ASF-film"@no ; @@ -5562,7 +5562,7 @@ :video_x-ms-wmv a skos:Concept ; :hasMediaType "video/x-ms-wmv" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Microsoft WMV -video"@fi ; skos:prefLabel "Microsoft WMV video faylı"@az ; skos:prefLabel "Microsoft WMV video"@en ; @@ -5581,7 +5581,7 @@ :video_x-msvideo a skos:Concept ; :hasMediaType "video/x-msvideo" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Microsoft AVI -video"@fi ; skos:prefLabel "Microsoft AVI video"@en ; skos:prefLabel "Microsoft AVI-film"@no ; @@ -5591,7 +5591,7 @@ :video_x-nsv a skos:Concept ; :hasMediaType "video/x-nsv" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Fideo Nullsoft"@cy ; skos:prefLabel "Nullsoft video faylı"@az ; skos:prefLabel "Nullsoft video"@en ; @@ -5610,7 +5610,7 @@ :video_x-real-video a skos:Concept ; :hasMediaType "video/x-real-video" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Fideo RealVideo"@cy ; skos:prefLabel "RealVideo film"@no ; skos:prefLabel "RealVideo video faylı"@az ; @@ -5629,7 +5629,7 @@ :video_x-sgi-movie a skos:Concept ; :hasMediaType "video/x-sgi-movie" ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "SGI video faylı"@az ; skos:prefLabel "SGI video"@en ; skos:prefLabel "SGI video"@nl ; @@ -5646,7 +5646,7 @@ skos:prefLabel "vidéo SGI"@fr ; skos:prefLabel "Βίντεο SGI"@el . - a skos:ConceptScheme ; + a skos:ConceptScheme ; rdfs:label "Media types Thesaurus"@en ; dct:description """ The Media Types Thesaurus is a comprehensive list of Internet media types (originally called MIME types) that are commonly used and widely recognized. diff --git a/src/thesaurus/topic.ttl b/src/thesaurus/topic.ttl index 99471e41..c5bff6f9 100644 --- a/src/thesaurus/topic.ttl +++ b/src/thesaurus/topic.ttl @@ -1,70 +1,70 @@ @prefix rdf: . @prefix rdfs: . -@prefix : . +@prefix : . @prefix dcterms: . @prefix skos: . :AgricultureFoodEnvironmentAndForestry a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Agriculture, alimentation, environnement et forêt"@fr ; skos:prefLabel "Agriculture, food, environment and forestry"@en ; skos:prefLabel "Landwirtschaft, Ernährung, Umwelt und Forstwirtschaft"@de . :BiologyGeologyAndChemistry a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Biologie, Geologie und Chemie"@de ; skos:prefLabel "Biologie, géologie et chimie"@fr ; skos:prefLabel "Biology, geology and chemistry"@en . :BusinessAndPurchase a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Business and purchase"@en ; skos:prefLabel "Commerce et achat"@fr ; skos:prefLabel "Geschäft und Einkauf"@de . :DeFiAndCrypto a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "DeFi and Crypto"@en ; skos:prefLabel "DeFi et Crypto"@fr ; skos:prefLabel "DeFi und Krypto"@de . :Energy a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Energie"@de ; skos:prefLabel "Energie"@fr ; skos:prefLabel "Energy"@en . :Healthcare a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Gesundheit"@de ; skos:prefLabel "Health"@en ; skos:prefLabel "Santé"@fr . :IndustryMobilityAndEngineering a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Industrie, Mobilität und Technik"@de ; skos:prefLabel "Industrie, mobilité et ingénierie"@fr ; skos:prefLabel "Industry, mobility and engineering"@en . :LogisticsRetailSupplyChainECommerce a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Logistics, retail, supply chain and eCommerce"@en ; skos:prefLabel "Logistik, Einzelhandel, Lieferkette und eCommerce"@de ; skos:prefLabel "Logistique, commerce, chaîne d'approvisionnement et eCommerce"@fr . :MarketingAndCustomerBehavior a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Marketing and Customer Behavior"@en ; skos:prefLabel "Marketing et comportement des consommateurs"@fr ; skos:prefLabel "Marketing und Kundenverhalten"@de . :Other a skos:Concept ; - skos:inScheme ; + skos:inScheme ; skos:prefLabel "Andere"@de ; skos:prefLabel "Autres"@fr ; skos:prefLabel "Other"@en . - a skos:ConceptScheme ; + a skos:ConceptScheme ; rdfs:label "Thema Thesaurus"@de ; rdfs:label "Thésaurus des thèmes"@fr ; rdfs:label "Topic Thesaurus"@en ; From 760a9402676386e5d569dfea43eb9ba5d11efbec Mon Sep 17 00:00:00 2001 From: ccamel Date: Tue, 5 Dec 2023 18:26:47 +0100 Subject: [PATCH 02/11] build(project): replace version token during build --- Makefile | 10 +++++++++- version | 1 + 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 version diff --git a/Makefile b/Makefile index 76bb7a89..a5fad002 100644 --- a/Makefile +++ b/Makefile @@ -30,10 +30,17 @@ COLOR_YELLOW := $(shell tput -Txterm setaf 3) # Build constants ROOT := . +# - Version constants +VERSION := $(shell cat version) +VERSION_MAJOR := $(word 1,$(subst ., ,$(VERSION))) +VERSION_MINOR := $(word 2,$(subst ., ,$(VERSION))) +VERSION_PATCH := $(word 3,$(subst ., ,$(VERSION))) + +# - Destination directories DST := $(ROOT)/target DST_CACHE := $(DST)/.cache DST_MAKE := $(DST)/.make -DST_ONT := $(DST)/ontology +DST_ONT := $(DST)/ontology/v$(VERSION_MAJOR) DST_FORMAT := $(DST_MAKE)/format DST_LINT := $(DST_MAKE)/lint DST_TEST := $(DST_MAKE)/test @@ -138,6 +145,7 @@ $(OBJ_ONTS_TTL): $(DST_ONT)/%.ttl: $(SRC_ONT)/%.ttl @echo "${COLOR_CYAN}🔨 building${COLOR_RESET} ontology ${COLOR_GREEN}$@${COLOR_RESET}" @mkdir -p -m 777 $(@D) @cp $< $@ + @sed -i ${SED_FLAG} "s/\$$major/$(VERSION_MAJOR)/g" $@ $(OBJ_ONTS_NT): $(DST_ONT)/%.nt: $(DST_ONT)/%.ttl @echo "${COLOR_CYAN}🔨 building${COLOR_RESET} ontology ${COLOR_GREEN}$@${COLOR_RESET}" diff --git a/version b/version new file mode 100644 index 00000000..227cea21 --- /dev/null +++ b/version @@ -0,0 +1 @@ +2.0.0 From bfcbfd5bf42a048c74d89cbc700e7214ff85d308 Mon Sep 17 00:00:00 2001 From: ccamel Date: Tue, 5 Dec 2023 18:28:12 +0100 Subject: [PATCH 03/11] ci(release): patch version when releasing --- .releaserc.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.releaserc.yml b/.releaserc.yml index f4e9e4a7..3b85de29 100644 --- a/.releaserc.yml +++ b/.releaserc.yml @@ -9,6 +9,17 @@ plugins: - - "@semantic-release/changelog" - changelogFile: CHANGELOG.md changelogTitle: "# OKP4 Ontology Changelog" + - - "@google/semantic-release-replace-plugin" + - replacements: + - files: [version] + from: ^.+$ + to: ${nextRelease.version} + countMatches: true + results: + - file: version + hasChanged: true + numMatches: 1 + numReplacements: 1 - - "@semantic-release/exec" - prepareCmd: make build - - "@semantic-release/github" From 32fcc9d623c7881c458bef9046da2b9a3d393d37 Mon Sep 17 00:00:00 2001 From: ccamel Date: Tue, 5 Dec 2023 19:00:45 +0100 Subject: [PATCH 04/11] build(project): add version target --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index a5fad002..7312b229 100644 --- a/Makefile +++ b/Makefile @@ -323,6 +323,10 @@ $(DST): @echo "${COLOR_CYAN}📂 creating ${COLOR_GREEN}$@${COLOR_RESET}" @mkdir -p -m 777 $(DST) +.PHONY: version +version: ## Show the current version + @echo "${COLOR_CYAN}📦 version: ${COLOR_GREEN}${VERSION}${COLOR_RESET}" + ## Help: .PHONY: vars vars: ## Show relevant variables used in this Makefile From b45ada2eeb40212103f9007d64eeeaf86fe81c5a Mon Sep 17 00:00:00 2001 From: ccamel Date: Tue, 5 Dec 2023 19:01:42 +0100 Subject: [PATCH 05/11] docs: update Makefile help (for make version doc) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b9922fd4..c0bb800e 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,7 @@ Targets: Misc: cache Download all required files to cache check Check if all required commands are available in the system + version Show the current version Help: vars Show relevant variables used in this Makefile help Show this help. From b998cf8e8686a53dc215f5893c37eccb3897a77d Mon Sep 17 00:00:00 2001 From: ccamel Date: Tue, 5 Dec 2023 19:18:04 +0100 Subject: [PATCH 06/11] ci(workflow): add ontology publish workflow (on tag) --- .github/workflows/publish.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/workflows/publish.yml diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml new file mode 100644 index 00000000..22a69d37 --- /dev/null +++ b/.github/workflows/publish.yml @@ -0,0 +1,31 @@ +name: Publish + +on: + push: + tags: [ "v*" ] + +concurrency: + group: publish-${{ github.ref }} + cancel-in-progress: true + +jobs: + publish-gh-pages: + runs-on: ubuntu-22.04 + steps: + - name: Check out repository + uses: actions/checkout@v3 + + - name: Build documentation + run: | + make build + + - name: Deploy to GitHub Pages + uses: peaceiris/actions-gh-pages@v3 + with: + github_token: ${{ secrets.OKP4_TOKEN }} + publish_dir: target/ontology/ + destination_dir: . + keep_files: true + commit-message: | + chore: deploy ontology v${{ steps.get_version.outputs.version }} + cname: ontology.okp4.space From 4b624d51d613fee5fb19894e1dff83a2026a1874 Mon Sep 17 00:00:00 2001 From: ccamel Date: Tue, 5 Dec 2023 19:30:21 +0100 Subject: [PATCH 07/11] docs: describe semantic versioning of URIs --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index c0bb800e..35101578 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,21 @@ At the root, the ontology is divided into two main parts: The foundational philosophy underpinning the ontology of the [OKP4 protocol](https://okp4.network) is grounded in the *Open World* principle. This principle operates on the premise that knowledge is not static or finite; rather, it acknowledges that understanding and information can continuously evolve and expand. In practical terms, this means that the ontology is not confined to a predefined or limited set of schemas and thesauri. Instead, it is inherently designed to accommodate and integrate new and diverse contributions. +### Ontology versioning + +In managing [RDF](https://www.w3.org/RDF/) resources, it is essential to balance the stability of URIs with the stability of their referenced content: + +- _URI Stability_: URIs must remain constant over time. This ensures that each URI consistently references the same resource, providing a reliable point of reference in web-based knowledge systems. +- _Content Stability_: The content accessed via these URIs should be stable and avoid introducing breaking changes. This stability is crucial for 3rd party systems referencing these URIs, ensuring that their interactions remain consistent. + +The OKP4 ontology adopts the [Semantic Versioning](https://semver.org/) format of `MAJOR.MINOR.PATCH`. This approach includes incorporating the `MAJOR` version number into the ontology's URI. As a result, the structure of the ontology's URI is: + +```text +https://w3id.org/okp4/ontology// +``` + +Note: by including only the `MAJOR` version number in the URI, significant updates that could impact compatibility gives a new ontology version being referenced with a different namespace. `MINOR` updates and `PATCH` (which do not result in breaking changes) have no impact on the URI, maintaining the stability of the URI for external references. + ## Development ### Building the ontology From fb9b7f877ac35a68744549563af432070ac7d01f Mon Sep 17 00:00:00 2001 From: ccamel Date: Tue, 5 Dec 2023 19:41:57 +0100 Subject: [PATCH 08/11] ci(workflow): add publication of next versions of ontology --- .github/workflows/publish.yml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 22a69d37..8db61092 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,13 +1,13 @@ name: Publish - -on: +"on": push: - tags: [ "v*" ] - + branches: + - main + tags: + - v* concurrency: - group: publish-${{ github.ref }} + group: "publish-${{ github.ref }}" cancel-in-progress: true - jobs: publish-gh-pages: runs-on: ubuntu-22.04 @@ -15,6 +15,11 @@ jobs: - name: Check out repository uses: actions/checkout@v3 + - name: Bump version to next (if not tagged) + if: "startsWith(github.ref, 'refs/heads/')" + run: | + echo next > version + - name: Build documentation run: | make build @@ -26,6 +31,4 @@ jobs: publish_dir: target/ontology/ destination_dir: . keep_files: true - commit-message: | - chore: deploy ontology v${{ steps.get_version.outputs.version }} cname: ontology.okp4.space From 307b0b020eb6041ce6a6322508e7e1f66761a5c4 Mon Sep 17 00:00:00 2001 From: ccamel Date: Tue, 5 Dec 2023 20:36:45 +0100 Subject: [PATCH 09/11] ci(release): make released artifacts versionned --- .releaserc.yml | 10 +++++----- Makefile | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.releaserc.yml b/.releaserc.yml index 3b85de29..2ed37f98 100644 --- a/.releaserc.yml +++ b/.releaserc.yml @@ -25,15 +25,15 @@ plugins: - - "@semantic-release/github" - assets: - label: OKP4 Ontology (JSON-LD) - path: ./target/okp4-ontology.jsonld + path: ./target/okp4-ontology-*.jsonld - label: OKP4 Ontology (Turtle) - path: ./target/okp4-ontology.ttl + path: ./target/okp4-ontology-*.ttl - label: OKP4 Ontology (RDF/XML) - path: ./target/okp4-ontology.rdf + path: ./target/okp4-ontology-*.rdf - label: OKP4 Ontology (N-Triples) - path: ./target/okp4-ontology.nt + path: ./target/okp4-ontology-*.nt - label: OKP4 Ontology Bundle - path: ./target/okp4-ontology-bundle.tar.gz + path: ./target/okp4-ontology-*-bundle.tar.gz - - "@semantic-release/git" - assets: - CHANGELOG.md diff --git a/Makefile b/Makefile index 7312b229..1f356c9f 100644 --- a/Makefile +++ b/Makefile @@ -54,11 +54,11 @@ OBJ_ONTS_RDFXML := $(patsubst $(SRC_ONT)/%.ttl,$(DST_ONT)/%.rdf.xml,$(SRC_ONT OBJ_ONTS_JSONLD := $(patsubst $(SRC_ONT)/%.ttl,$(DST_ONT)/%.jsonld,$(SRC_ONTS)) OKP4_ARTIFACT_ID := okp4-ontology -BIN_OKP4_TTL := $(DST)/$(OKP4_ARTIFACT_ID).ttl -BIN_OKP4_NT := $(DST)/$(OKP4_ARTIFACT_ID).nt -BIN_OKP4_RDFXML := $(DST)/$(OKP4_ARTIFACT_ID).rdf.xml -BIN_OKP4_JSONLD := $(DST)/$(OKP4_ARTIFACT_ID).jsonld -BIN_OKP4_BUNDLE := $(DST)/$(OKP4_ARTIFACT_ID)-bundle.tar.gz +BIN_OKP4_TTL := $(DST)/$(OKP4_ARTIFACT_ID)-$(VERSION).ttl +BIN_OKP4_NT := $(DST)/$(OKP4_ARTIFACT_ID)-$(VERSION).nt +BIN_OKP4_RDFXML := $(DST)/$(OKP4_ARTIFACT_ID)-$(VERSION).rdf.xml +BIN_OKP4_JSONLD := $(DST)/$(OKP4_ARTIFACT_ID)-$(VERSION).jsonld +BIN_OKP4_BUNDLE := $(DST)/$(OKP4_ARTIFACT_ID)-$(VERSION)-bundle.tar.gz # - Format FLG_FMT_TTLS := $(patsubst $(SRC_ONT)/%.ttl,$(DST_FORMAT)/%.formatted,$(SRC_ONTS)) @@ -189,7 +189,7 @@ $(BIN_OKP4_BUNDLE): $(shell test -d $(DST_ONT) && find $(DST_ONT) -type f -name @echo "${COLOR_CYAN}📦 making${COLOR_RESET} ontology ${COLOR_GREEN}$@${COLOR_RESET} tarball" @tar -cvzf $(BIN_OKP4_BUNDLE) \ -C $(abspath $(ROOT)) LICENSE \ - -C $(abspath $(DST)) $(shell cd $(DST) ; echo $(OKP4_ARTIFACT_ID).*) \ + -C $(abspath $(DST)) $(shell cd $(DST) ; echo $(OKP4_ARTIFACT_ID)-$(VERSION).*) \ -C $(abspath $(DST_ONT)) $(shell cd $(DST_ONT) ; echo *) @echo "${COLOR_CYAN}📊 tarball ${COLOR_GREEN}statistics${COLOR_RESET}" @echo "${COLOR_CYAN} ↳ 🗃️ number of files${COLOR_RESET}: ${COLOR_GREEN}$$(tar -tzf $(BIN_OKP4_BUNDLE) | wc -l | bc)${COLOR_RESET}" From a03e0739b46862cfab269c5b755487f08e4f55ee Mon Sep 17 00:00:00 2001 From: ccamel Date: Tue, 5 Dec 2023 20:41:06 +0100 Subject: [PATCH 10/11] docs: add version to artifacts in the example --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 35101578..858a76bf 100644 --- a/README.md +++ b/README.md @@ -114,11 +114,11 @@ This will build the `okp4` ontology under the `target` directory. The files gene ```text ./target - ├── okp4-ontology.nt - ├── okp4-ontology.rdf.xml - ├── okp4-ontology.jsonld - ├── okp4-ontology.ttl - └── okp4-ontology-bundle.tar.gz + ├── okp4-ontology-.nt + ├── okp4-ontology-.rdf.xml + ├── okp4-ontology-.jsonld + ├── okp4-ontology-.ttl + └── okp4-ontology--bundle.tar.gz ``` ### Deploying the ontology in local triple store From 8fea59d10780e4b4f91e2f3e50d2c114e1e11d54 Mon Sep 17 00:00:00 2001 From: ccamel Date: Wed, 6 Dec 2023 13:39:14 +0100 Subject: [PATCH 11/11] build(project): refactor permission management --- Makefile | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/Makefile b/Makefile index 1f356c9f..752ec712 100644 --- a/Makefile +++ b/Makefile @@ -71,6 +71,9 @@ SRC_TST := $(ROOT)/test SRC_TSTS := $(shell find $(SRC_TST) -name "*.ttl" | sort) FLG_TSTS := $(patsubst $(SRC_TST)/%.ttl,$(DST_TEST)/%.tested,$(SRC_TSTS)) +# - Permission mode +PERMISSION_MODE := 767 + # sed -i support SED_FLAG= SHELL_NAME := $(shell uname -s) @@ -143,24 +146,24 @@ build-ontology-jsonld: check $(DST) $(OBJ_ONTS_JSONLD) $(BIN_OKP4_JSONLD) ## Bui $(OBJ_ONTS_TTL): $(DST_ONT)/%.ttl: $(SRC_ONT)/%.ttl @echo "${COLOR_CYAN}🔨 building${COLOR_RESET} ontology ${COLOR_GREEN}$@${COLOR_RESET}" - @mkdir -p -m 777 $(@D) + @mkdir -p -m $(PERMISSION_MODE) $(@D) @cp $< $@ @sed -i ${SED_FLAG} "s/\$$major/$(VERSION_MAJOR)/g" $@ $(OBJ_ONTS_NT): $(DST_ONT)/%.nt: $(DST_ONT)/%.ttl @echo "${COLOR_CYAN}🔨 building${COLOR_RESET} ontology ${COLOR_GREEN}$@${COLOR_RESET}" - @mkdir -p -m 777 $(@D) + @mkdir -p -m $(PERMISSION_MODE) $(@D) @${call RDF_SERIALIZE,turtle,ntriples,$<,$@} @${call NT_UNIQUIFY,$@} $(OBJ_ONTS_RDFXML): $(DST_ONT)/%.rdf.xml: $(DST_ONT)/%.ttl @echo "${COLOR_CYAN}🔨 building${COLOR_RESET} ontology ${COLOR_GREEN}$@${COLOR_RESET}" - @mkdir -p -m 777 $(@D) + @mkdir -p -m $(PERMISSION_MODE) $(@D) @${call RDF_SERIALIZE,turtle,rdfxml,$<,$@} $(OBJ_ONTS_JSONLD): $(DST_ONT)/%.jsonld: $(DST_ONT)/%.ttl @echo "${COLOR_CYAN}🔨 building${COLOR_RESET} ontology ${COLOR_GREEN}$@${COLOR_RESET}" - @mkdir -p -m 777 $(@D) + @mkdir -p -m $(PERMISSION_MODE) $(@D) @${call RDF_SERIALIZE,turtle,jsonld,$<,$@} $(BIN_OKP4_NT): $(OBJ_ONTS_NT) @@ -204,7 +207,7 @@ format-ttl: check cache $(FLG_FMT_TTLS) ## Format all Turtle files $(FLG_FMT_TTLS): $(DST_FORMAT)/%.formatted: $(SRC_ONT)/%.ttl @echo "${COLOR_CYAN}📐 formating: ${COLOR_GREEN}$<${COLOR_RESET}" - @mkdir -p -m 777 $(@D) + @mkdir -p -m $(PERMISSION_MODE) $(@D) @${call RDF_WRITE,turtle,$<,"$<.formatted"} @mv -f "$<.formatted" $< @touch $@ @@ -218,7 +221,7 @@ lint-ttl: check cache $(FLG_LINT_TTLS) ## Lint all Turtle files $(FLG_LINT_TTLS): $(DST_LINT)/%.linted: $(SRC_ONT)/%.ttl @echo "${COLOR_CYAN}🔬 linting: ${COLOR_GREEN}$<${COLOR_RESET}" - @mkdir -p -m 777 $(@D) + @mkdir -p -m $(PERMISSION_MODE) $(@D) @docker run --rm \ -v `pwd`:/usr/src/ontology:ro \ -w /usr/src/ontology \ @@ -234,7 +237,7 @@ test-ontology: check build-ontology-nt $(FLG_TSTS) ## Test the ontology $(FLG_TSTS): $(DST_TEST)/%.tested: $(SRC_TST)/%.ttl $(wildcard $(DST_ONT)/*.ttl) @echo "${COLOR_CYAN}🧪 test: ${COLOR_GREEN}$<${COLOR_RESET}" - @mkdir -p -m 777 $(@D) + mkdir -p -m $(PERMISSION_MODE) $(@D) @bash -c '\ for target in $(BIN_OKP4_NT); do \ $(call RDF_SHACL,$<,$$target,$@) \ @@ -299,7 +302,7 @@ cache: $(DST_CACHE)/$(EXEC_OWL_CLI) ## Download all required files to cache $(DST_CACHE)/$(EXEC_OWL_CLI): @echo "${COLOR_CYAN}⤵️ downlading ${COLOR_GREEN}$(notdir $@)${COLOR_RESET}" - @mkdir -p -m 777 $(DST_CACHE); \ + @mkdir -p -m $(PERMISSION_MODE) $(DST_CACHE); \ cd $(DST_CACHE); \ wget https://github.com/atextor/owl-cli/releases/download/v$(VERSION_OWL_CLI)/$(EXEC_OWL_CLI) @@ -316,12 +319,12 @@ $(FLG_CHECK_OK): echo "${COLOR_CYAN}✅ ${COLOR_GREEN}$$cmd${COLOR_RESET} ($$path)"; \ fi \ done - @mkdir -p -m 777 $(@D) + @mkdir -p -m $(PERMISSION_MODE) $(@D) @touch $(FLG_CHECK_OK) $(DST): @echo "${COLOR_CYAN}📂 creating ${COLOR_GREEN}$@${COLOR_RESET}" - @mkdir -p -m 777 $(DST) + @mkdir -p -m $(PERMISSION_MODE) $(DST) .PHONY: version version: ## Show the current version