Personal Semantic Objects
Project description
# SEMANTIC FUNCTIONALITIES
Pull the image in your local from [Dockerhub](https://hub.docker.com/repository/docker/pabloalarconm/perseo):
docker pull pabloalarconm/perseo:latest
<hr>
## Unique identifier generator:
Milisecond timestamp for CSV spreadsheets
Run the docker by pointing your CSV files as a volume to `/app/data` It will take all CSVs from this directory and transform all of them:
docker run –rm -v /path/of/your/volumes:/app/data pabloalarconm/perseo uniqid
If you dont point to any volume: docker run –rm pabloalarconm/perseo uniqid. Docker will run the default mock CSV files included in /app/data named trial.csv
## NT to TTL transformation
RDF data transformation from N-Triples representation to Turtle
Run the docker by pointing your N-Triples files as a volume to `/app/data` It will take all CSVs from this directory and transform all of them:
docker run –rm -v /path/of/your/volumes:/app/data pabloalarconm/perseo 2ttl
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pyperseo-0.1.1.tar.gz
.
File metadata
- Download URL: pyperseo-0.1.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 70fd570b0c0d3dbe80de72a3a92ce12b46a3b2dfaaa45a62f780f6a049157da7 |
|
MD5 | 0f272dcee3458ade607c4a507cf661c4 |
|
BLAKE2b-256 | cfc2576ac907196040a12041392e8bf647b35e97500c8d71e27bcdbb373504e3 |