Skip to content

Commit

Permalink
typo - using schema.org SoftwareApplication
Browse files Browse the repository at this point in the history
  • Loading branch information
qqmyers committed Sep 15, 2023
1 parent 7ebf036 commit 573bed9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ public JsonObjectBuilder getOREMapBuilder(boolean aggregationOnly) {

//Start with a reference to the Dataverse software
JsonObjectBuilder dvSoftwareBuilder = Json.createObjectBuilder()
.add("@type", JsonLDTerm.ore("SoftwareApplication").getLabel())
.add("@type", JsonLDTerm.schemaOrg("SoftwareApplication").getLabel())
.add(JsonLDTerm.schemaOrg("name").getLabel(), DATAVERSE_SOFTWARE_NAME)
.add(JsonLDTerm.schemaOrg("version").getLabel(), systemConfig.getVersion(true))
.add(JsonLDTerm.schemaOrg("url").getLabel(), DATAVERSE_SOFTWARE_URL);
Expand Down

0 comments on commit 573bed9

Please sign in to comment.