Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ Schema.org profile for specifying software application types, used for software
curl -sH "accept:text/turtle" -L https://w3id.org/software-types
```

Different releases have their own version. For example:
```
curl -sH "accept:text/turtle" -L https://w3id.org/software-types/1.0.0/
```

## Introduction

This profile describes vocabulary terms needed to describe the metadata of software application types (e.g., command line, desktop, software package, software library, etc.). The profile is meant to be used
Expand Down