Skip to content

Commit b904d74

Browse files
committed
translate organization from pom.xml to schema:Organization (type was missing)
1 parent d6521ba commit b904d74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codemeta/parsers/java.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ def parse_java(
184184
orgres = URIRef(
185185
generate_uri(org_name, baseuri=args.baseuri, prefix="org")
186186
)
187+
g.add((orgres, RDF.type, SDO.Organization))
187188
g.add((orgres, SDO.name, Literal(org_name)))
188189
if org_url:
189190
g.add((orgres, SDO.url, Literal(org_url)))

0 commit comments

Comments
 (0)