Skip to content

Commit

Permalink
TEST: add owl:imports to dpv-owl extensions
Browse files Browse the repository at this point in the history
- only adds the statement to dpv-gdpr
- needs to be extended for other extensions upon verification
  • Loading branch information
coolharsh55 committed Oct 10, 2022
1 parent c7927d5 commit 72b1afa
Show file tree
Hide file tree
Showing 19 changed files with 2,415 additions and 2,405 deletions.
2 changes: 1 addition & 1 deletion documentation-generator/101_convert_owl_manchester.sh
Expand Up @@ -14,7 +14,7 @@ convert_owl() {
filepath="${1%.*}"
filepath_owl="${filepath}.owl"
echo -n "converting $filepath ..."
java -jar ont-converter.jar -i "$1" -if RDF_XML -o "$filepath_owl" -of ManchesterSyntax
java -jar ont-converter.jar -f -i "$1" -if RDF_XML -o "$filepath_owl" -of ManchesterSyntax
echo "DONE"
}
export -f convert_owl
Expand Down
1 change: 1 addition & 0 deletions documentation-generator/ontology_metadata/dpv-owl-gdpr.ttl
Expand Up @@ -5,6 +5,7 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://w3id.org/dpv/dpv-owl/dpv-gdpr> a owl:Ontology ;
owl:imports <https://w3id.org/dpv/dpv-owl> ;
dct:abstract "The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation."@en ;
dct:contributor "Axel Polleres",
"Beatriz Esteves",
Expand Down

0 comments on commit 72b1afa

Please sign in to comment.