@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#> .
@prefix owl:  <http://www.w3.org/2002/07/owl#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

<https://dcat-br.github.io/dcat-br/docs/vocabularies/VCR-CE/> a skos:ConceptScheme, owl:Ontology ;
  dc11:title "Vocabulário Controlado de Cobertura Espacial (VCR-CE) - DCAT-BR"@pt-BR ;
  dc11:title "Spatial Coverage Controlled Vocabulary (VCR-CE) - DCAT-BR"@en ;
  dc11:description "Vocabulário SKOS para descrever a cobertura espacial de distribuições de dados em catálogos de dados públicos no Brasil, classificando a abrangência territorial em níveis federais, estaduais e municipais."@pt-BR ;
  dc11:description "SKOS vocabulary to describe the spatial coverage of data distributions in public data catalogs in Brazil, classifying territorial coverage at federal, state and municipal levels."@en ;
  dct:issued "2025-12-12"^^xsd:date ;
  dct:modified "2025-12-12"^^xsd:date ;
  dct:license <https://creativecommons.org/licenses/by/4.0/> ;
  dct:creator [ a foaf:Organization ; foaf:name "Grupo de Trabalho DCAT-BR" ] ;
  owl:versionInfo "2025-12-12" ;
  owl:versionIRI <https://dcat-br.github.io/dcat-br/docs/vocabularies/VCR-CE/2025-12-12/> ;
  skos:hasTopConcept
    <https://dcat-br.github.io/dcat-br/docs/vocabularies/VCR-CE/FEDERAL>,
    <https://dcat-br.github.io/dcat-br/docs/vocabularies/VCR-CE/ESTADUAL>,
    <https://dcat-br.github.io/dcat-br/docs/vocabularies/VCR-CE/MUNICIPAL> .
