Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit f691020

Browse files
author
Sebastian Bader
authored
Merge pull request #251 from International-Data-Spaces-Association/feature/fix-versionIRI
fixed versionIRI
2 parents e3cbdf0 + 6bfad7d commit f691020

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

create-ontology-ttl.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ ids:
5858
dct:created "2017-09-26"^^xsd:date ;
5959
dct:modified "$(date +%Y-%m-%d)"^^xsd:date ;
6060
owl:versionInfo "${version}" ;
61-
owl:versionIRI "https://w3id.org/idsa/core/${version}>" ;
61+
owl:versionIRI <https://w3id.org/idsa/core/${version}> ;
6262
vann:preferredNamespaceUri "https://w3id.org/idsa/core/" ;
6363
vann:preferredNamespacePrefix "ids" ;
6464
rdfs:seeAlso <https://industrialdataspace.github.io/InformationModel/> ;
@@ -113,8 +113,6 @@ _:AnnaKasprzik a dct:Agent, foaf:Person ;
113113
.
114114
EOF
115115

116-
# "open the file to edit" ... not required. echo will do
117-
118116
# search for files in selected folders
119117
echo '# ----------------------------' >> "$file"
120118
echo '# Imports of class files' >> "$file"
@@ -133,7 +131,7 @@ EOF
133131
done
134132

135133
echo ". " >> "$file"
136-
}
134+
}
137135

138136
# execute it
139137
write_to_file $1

0 commit comments

Comments
 (0)