@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dct:  <http://purl.org/dc/terms/> .
@prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://dcat-br.github.io/dcat-br/docs/vocabularies/VCR-LU/esquema> a skos:ConceptScheme ;
  dct:title "Vocabulário Controlado de Licença de Uso (VCR-LU) - DCAT-BR"@pt-BR ;
  dct:description "Vocabulário SKOS para descrever licenças de uso aplicadas a distribuições de dados em catálogos de dados públicos no Brasil. Inclui licenças Creative Commons e Open Data Commons."@pt-BR ;
  dct:issued "2025-12-11"^^xsd:date ;
  dct:modified "2025-12-11"^^xsd:date ;
  dct:language "pt-BR" ;
  dct:license <https://creativecommons.org/licenses/by/4.0/> ;
  dct:publisher <https://dcat-br.github.io/dcat-br/docs/> ;
  dct:source <https://creativecommons.org/licenses/> ;
  dct:source <https://opendatacommons.org/licenses/> ;
  skos:hasTopConcept
    <https://creativecommons.org/publicdomain/zero/1.0/>,
    <https://creativecommons.org/licenses/by/4.0/>,
    <https://opendatacommons.org/licenses/odbl/1-0/>,
    <https://opendatacommons.org/licenses/pddl/1-0/> .

# Creative Commons CCZero (CC0-1.0)
<https://creativecommons.org/publicdomain/zero/1.0/> a skos:Concept ;
  skos:inScheme <https://dcat-br.github.io/dcat-br/docs/vocabularies/VCR-LU/esquema> ;
  skos:topConceptOf <https://dcat-br.github.io/dcat-br/docs/vocabularies/VCR-LU/esquema> ;
  skos:prefLabel "Creative Commons CCZero"@pt-BR ;
  skos:prefLabel "Creative Commons CCZero"@en ;
  skos:notation "cc-zero" ;
  skos:altLabel "CC0-1.0"@pt-BR ;
  skos:definition "Creative Commons CCZero (CC0). Dedicado ao domínio público, permitindo uso, modificação e distribuição sem restrições, sem necessidade de atribuição."@pt-BR ;
  skos:definition "Creative Commons CCZero (CC0). Dedicated to the public domain, allowing use, modification and distribution without restrictions, without requiring attribution."@en ;
  dct:source <https://creativecommons.org/publicdomain/zero/1.0/> ;
  rdfs:seeAlso <https://spdx.org/licenses/CC0-1.0.html> .

# Creative Commons Atribuição (CC-BY-4.0)
<https://creativecommons.org/licenses/by/4.0/> a skos:Concept ;
  skos:inScheme <https://dcat-br.github.io/dcat-br/docs/vocabularies/VCR-LU/esquema> ;
  skos:topConceptOf <https://dcat-br.github.io/dcat-br/docs/vocabularies/VCR-LU/esquema> ;
  skos:prefLabel "Creative Commons Atribuição"@pt-BR ;
  skos:prefLabel "Creative Commons Attribution"@en ;
  skos:notation "cc-by" ;
  skos:altLabel "CC-BY-4.0"@pt-BR ;
  skos:definition "Creative Commons Atribuição 4.0 (CC-BY-4.0). Permite uso comercial e não comercial, modificação e distribuição, desde que seja fornecida atribuição ao autor original."@pt-BR ;
  skos:definition "Creative Commons Attribution 4.0 (CC-BY-4.0). Allows commercial and non-commercial use, modification and distribution, provided that attribution to the original author is given."@en ;
  dct:source <https://creativecommons.org/licenses/by/4.0/> ;
  rdfs:seeAlso <https://spdx.org/licenses/CC-BY-4.0.html> .

# Open Database License (ODbL-1.0)
<https://opendatacommons.org/licenses/odbl/1-0/> a skos:Concept ;
  skos:inScheme <https://dcat-br.github.io/dcat-br/docs/vocabularies/VCR-LU/esquema> ;
  skos:topConceptOf <https://dcat-br.github.io/dcat-br/docs/vocabularies/VCR-LU/esquema> ;
  skos:prefLabel "Licença Aberta para Bases de Dados (ODbL) do Open Data Commons"@pt-BR ;
  skos:prefLabel "Open Database License (ODbL) from Open Data Commons"@en ;
  skos:notation "odc-odbl" ;
  skos:altLabel "ODbL-1.0"@pt-BR ;
  skos:definition "Open Database License (ODbL) versão 1.0. Licença específica para bancos de dados abertos que permite uso, modificação e distribuição, desde que seja mantida a atribuição, compartilhamento de alterações e uso da mesma licença para trabalhos derivados."@pt-BR ;
  skos:definition "Open Database License (ODbL) version 1.0. Specific license for open databases that allows use, modification and distribution, provided that attribution is maintained, changes are shared and the same license is used for derivative works."@en ;
  dct:source <https://opendatacommons.org/licenses/odbl/1-0/> ;
  rdfs:seeAlso <https://spdx.org/licenses/ODbL-1.0.html> .

# Public Domain Dedication and License (PDDL-1.0)
<https://opendatacommons.org/licenses/pddl/1-0/> a skos:Concept ;
  skos:inScheme <https://dcat-br.github.io/dcat-br/docs/vocabularies/VCR-LU/esquema> ;
  skos:topConceptOf <https://dcat-br.github.io/dcat-br/docs/vocabularies/VCR-LU/esquema> ;
  skos:prefLabel "Licença e Dedicação ao Domínio Público do Open Data Commons (PDDL)"@pt-BR ;
  skos:prefLabel "Public Domain Dedication and License (PDDL) from Open Data Commons"@en ;
  skos:notation "odc-pddl" ;
  skos:altLabel "PDDL-1.0"@pt-BR ;
  skos:definition "Public Domain Dedication and License (PDDL) versão 1.0. Dedicação ao domínio público para dados, permitindo uso, modificação e distribuição sem restrições."@pt-BR ;
  skos:definition "Public Domain Dedication and License (PDDL) version 1.0. Dedication to the public domain for data, allowing use, modification and distribution without restrictions."@en ;
  dct:source <https://opendatacommons.org/licenses/pddl/1-0/> ;
  rdfs:seeAlso <https://opendatacommons.org/licenses/pddl/> .

