Skip to content

Commit a3b00d9

Browse files
authored
Merge pull request #15 from SoftwareUnderstanding/develop
Added version metadata
2 parents da09017 + 4c53fb6 commit a3b00d9

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

release/1.0.0/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](https://softwareUnderstanding.github.io/software_types/release/1.0.0/software-types.jsonld) (`application/ld+json`), [Turtle](https://softwareUnderstanding.github.io/software_types/release/1.0.0/software-types.ttl) (`text/turtle`) and [HTML](https://softwareunderstanding.github.io/software_types/release/1.0.0/). 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

release/1.0.0/software-types.ttl

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,23 @@
99
# all of the following are newly proposed as part of https://github.com/codemeta/codemeta/issues/271
1010
# and are eventually proposed upstream to schema.org (but that may take a while)
1111

12+
#metadata
13+
stype: rdf:type owl:Ontology ;
14+
owl:versionIRI <https://w3id.org/stype/1.0.0> ;
15+
<http://purl.org/dc/terms/abstract> "This profile describes vocabulary terms for specifying software application types, used for software metadata descriptions."@en ;
16+
<http://purl.org/dc/elements/1.1/description> "This profile describes vocabulary terms for specifying software application types, used for software metadata descriptions."@en ;
17+
<http://purl.org/dc/elements/1.1/title> "The Software Types ontology"@en ;
18+
<http://purl.org/dc/terms/created> "February 3rd, 2022"@en ;
19+
<http://purl.org/dc/terms/creator> "Maarten van Gompel"@en ,
20+
"Daniel Garijo"@en ;
21+
<http://purl.org/dc/terms/license> <http://creativecommons.org/licenses/by/2.0/> ;
22+
<http://purl.org/vocab/vann/preferredNamespacePrefix> "stype"@en ;
23+
<http://purl.org/vocab/vann/preferredNamespaceUri> "https://w3id.org/software-types#" ;
24+
<http://schema.org/citation> "Cite this vocabulary as: van Gompel, M and Garijo, D. The Software Input/Output Data ontology 1.0.0."@en ;
25+
rdfs:comment "This profile describes vocabulary terms for specifying software application types, used for software metadata descriptions."@en ;
26+
owl:versionInfo "1.0.0"@en .
27+
28+
1229
stype:CommandLineApplication a rdfs:Class ;
1330
rdfs:label "Command-Line Application" ;
1431
:source <https://github.com/codemeta/codemeta/issues/271> ;

0 commit comments

Comments
 (0)