Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Catálogo Nacional de Dados
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Packages
Packages
Container Registry
Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
SGD_PUBLICO
Catálogo Nacional de Dados
Commits
0bc45932
Commit
0bc45932
authored
Feb 10, 2025
by
Rogerio Guimaraes Sampaio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
9fe8c2cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
83 additions
and
3 deletions
+83
-3
criador-rdf-dcat-br/ README.md
criador-rdf-dcat-br/ README.md
+83
-3
No files found.
criador-rdf-dcat-br/ README.md
View file @
0bc45932
...
@@ -25,15 +25,95 @@ Aplicação web para catalogação de conjuntos de dados governamentais brasilei
...
@@ -25,15 +25,95 @@ Aplicação web para catalogação de conjuntos de dados governamentais brasilei
### Passo a Passo
### Passo a Passo
1.
**Clonar o repositório**
:
**Clonar o repositório**
:
```
bash
```
bash
git clone https://github.com/seu-usuario/dcat-br-catalogador.git
git clone https://github.com/seu-usuario/dcat-br-catalogador.git
cd
dcat-br-catalogador
cd
dcat-br-catalogador
```
```
2.
**Criar ambiente virtual:**
:
**Criar ambiente virtual:**
:
```
bash
```
bash
python
-m
venv venv
python
-m
venv venv
```
```
3.
**Ativar ambiente virtual:**
**Ativar ambiente virtual:**
```
bash
# Windows
venv
\S
cripts
\a
ctivate
# Linux/Mac
source
venv/bin/activate
```
****
:
```
bash
```
**Instalar dependências:**
:
```
bash
pip
install
-r
requirements.txt
```
**Executar aplicação:**
:
```
bash
python app.py
```
**Acessar interface:**
:
```
bash
http://localhost:5000
```
**Estrutura do Projeto:**
:
```
bash
dcat-br-catalogador/
├── app.py
├── templates/
│ └── form.html
├── requirements.txt
├── README.md
└── venv/
# Gerado automaticamente
```
## ⚡ Como Utilizar
-
Preencha todos os campos obrigatórios marcados com
*
;
-
Para campos URI, utilize endereços válidos (ex: http://creativecommons.org/licenses/by/4.0/);
-
Separe múltiplos valores (como palavras-chave) por vírgulas;
-
Clique em "Gerar RDF" para exportar o arquivo de metadados.
## 🤝 Como Contribuir
-
Faça um fork do projeto;
-
Crie uma branch para sua feature:
**Feature**
:
```
bash
git checkout
-b
feature/nova-feature
```
**Commit suas mudanças**
:
```
bash
git commit
-m
'Adiciona nova funcionalidade'
```
**Push para a branch:**
:
```
bash
git push origin feature/nova-feature
```
**Abra um Pull Request**
:
## 📄 Licença
-
Este projeto está licenciado sob a Licença MIT.
## 🌐 Recursos Oficiais
-
Documentação DCAT-BR
-
Padrão de Identidade Digital gov.br
-
W3C DCAT
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment