Skip to content

Commit

Permalink
update clearance, namingç_convention
Browse files Browse the repository at this point in the history
  • Loading branch information
Crispae committed Oct 9, 2024
1 parent 485db09 commit 5be4ab6
Show file tree
Hide file tree
Showing 6 changed files with 2,285 additions and 800 deletions.
2 changes: 1 addition & 1 deletion Robot/annotations/annotation.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@

;
dcterms:created "2024-08-11"^^xsd:date ;
dcterms:modified "2024-08-11"^^xsd:date ;
dcterms:modified "2024-10-09"^^xsd:date ;
owl:versionInfo "1.0" ;
rdfs:label "PBPK Ontology" .
11 changes: 10 additions & 1 deletion Robot/command.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Check Robot version
docker run -v ${PWD}:/work -w /work -e 'ROBOT_JAVA_ARGS=' -e 'JAVA_OPTS=' --rm -ti obolibrary/robot robot --version

## Adding properties
docker run -v ${PWD}:/work -w /work -e 'ROBOT_JAVA_ARGS=' -e 'JAVA_OPTS=' --rm -ti obolibrary/robot robot template --template /work/templates/properties.tsv --merge-before --input /work/ontologies/pbpko.owl --add-prefixes /work/config/context.json --output /work/ontologies/pbpko-rel.owl

## Merge imported modules to the main ontology using template command
docker run -v ${PWD}:/work -w /work -e 'ROBOT_JAVA_ARGS=' -e 'JAVA_OPTS=' --rm -ti obolibrary/robot robot template --merge-before --input /work/ontologies/imported_modules.owl --template /work/templates/vocab.tsv --prefix "pbpko:http://purl.obolibrary.org/obo/" --output /work/ontologies/merged.owl

## Imported ontology
docker run -v ${PWD}:/work -w /work -e 'ROBOT_JAVA_ARGS=' -e 'JAVA_OPTS=' --rm -ti obolibrary/robot robot template --template /work/templates/annotations.tsv --prefix "iao:http://purl.obolibrary.org/obo/" --output /work/ontologies/imported.owl -vvv

## Annotations
docker run -v ${PWD}:/work -w /work -e 'ROBOT_JAVA_ARGS=' -e 'JAVA_OPTS=' --rm -ti obolibrary/robot robot annotate --input /work/pbpko.owl --ontology-iri "https://github.com/Crispae/pbpko/blob/main/pbpko.owl" --version-iri "http://purl.obolibrary.org/obo/pbpko/releases/2024-06-25/pbpko.owl" --annotation-file /work/annotation.ttl --output pbpko-annotated.owl
docker run -v ${PWD}:/work -w /work -e 'ROBOT_JAVA_ARGS=' -e 'JAVA_OPTS=' --rm -ti obolibrary/robot robot annotate --input /work/ontologies/pbpko.owl --ontology-iri "https://github.com/Crispae/pbpko/blob/main/pbpko.owl" --version-iri "http://purl.obolibrary.org/obo/pbpko/releases/2024-10-09/pbpko.owl" --annotation-file /work/annotations/annotation.ttl --output /work/ontologies/pbpko.owl
Loading

0 comments on commit 5be4ab6

Please # to comment.