Skip to content

Commit

Permalink
Merge pull request #251 from International-Data-Spaces-Association/fe…
Browse files Browse the repository at this point in the history
…ature/fix-versionIRI

fixed versionIRI
  • Loading branch information
Sebastian Bader authored May 4, 2020
2 parents e3cbdf0 + 6bfad7d commit f691020
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions create-ontology-ttl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ ids:
dct:created "2017-09-26"^^xsd:date ;
dct:modified "$(date +%Y-%m-%d)"^^xsd:date ;
owl:versionInfo "${version}" ;
owl:versionIRI "https://w3id.org/idsa/core/${version}>" ;
owl:versionIRI <https://w3id.org/idsa/core/${version}> ;
vann:preferredNamespaceUri "https://w3id.org/idsa/core/" ;
vann:preferredNamespacePrefix "ids" ;
rdfs:seeAlso <https://industrialdataspace.github.io/InformationModel/> ;
Expand Down Expand Up @@ -113,8 +113,6 @@ _:AnnaKasprzik a dct:Agent, foaf:Person ;
.
EOF

# "open the file to edit" ... not required. echo will do

# search for files in selected folders
echo '# ----------------------------' >> "$file"
echo '# Imports of class files' >> "$file"
Expand All @@ -133,7 +131,7 @@ EOF
done

echo ". " >> "$file"
}
}

# execute it
write_to_file $1

0 comments on commit f691020

Please sign in to comment.