Skip to content

Commit 2ce5898

Browse files
committed
prefer URI for applicationCategory
1 parent c3c0389 commit 2ce5898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codemeta/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
ORDEREDLIST_PROPERTIES = ( SDO.author, SDO.contributor )
264264

265265
#properties that should prefer URIRef rather than Literal **if and only if** the value is a URI, even though the @context might not make this explicit (e.g. interpret as if @type=@id)
266-
PREFER_URIREF_PROPERTIES = (SDO.license, CODEMETA.developmentStatus, CODEMETA.continuousIntegration )
266+
PREFER_URIREF_PROPERTIES = (SDO.license, CODEMETA.developmentStatus, CODEMETA.continuousIntegration, SDO.applicationCategory )
267267

268268
#properties that should prefer Literal rather than URIRef
269269
PREFER_LITERAL_PROPERTIES = (SDO.url, SDO.codeRepository, SDO.downloadUrl, SDO.contentUrl, SDO.installUrl, SDO.serviceUrl, SDO.discussionUrl, SDO.targetUrl, SDO.thumbnailUrl, SDO.trackingUrl)

0 commit comments

Comments
 (0)