Skip to content

Commit 089efb3

Browse files
authored
Merge pull request #17 from SoftwareUnderstanding/develop
Adding links in the main readme
2 parents 3fcbc1d + e19deec commit 089efb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Schema.org profile for specifying software application types, used for software
66

77
**Profile available at**: [https://w3id.org/software-types](https://w3id.org/software-types)
88

9-
**Supported serializations**: JSON-LD (`application/ld+json`), Turtle (`text/turtle`) and HTML. See the code snippet below for an example on how to retrieve the profile in Turtle with a `curl` command:
9+
**Supported serializations**: [JSON-LD](software-types.jsonld) (`application/ld+json`), [Turtle](software-types.ttl) (`text/turtle`) and HTML (this readme). See the code snippet below for an example on how to retrieve the profile in Turtle with a `curl` command:
1010

1111
```
1212
curl -sH "accept:text/turtle" -L https://w3id.org/software-types

0 commit comments

Comments
 (0)