Skip to content

Commit 726a098

Browse files
committed
added metadata to turtle #11
1 parent 5311e08 commit 726a098

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

software-types.ttl

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@prefix : <https://schema.org/> .
22
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
33
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
4+
@prefix owl: <http://www.w3.org/2002/07/owl#> .
45
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
56
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
67
@prefix stype: <https://w3id.org/software-types#> .
@@ -9,6 +10,22 @@
910
# all of the following are newly proposed as part of https://github.com/codemeta/codemeta/issues/271
1011
# and are eventually proposed upstream to schema.org (but that may take a while)
1112

13+
#metadata
14+
<https://w3id.org/software-types> rdf:type owl:Ontology ;
15+
owl:versionIRI <https://w3id.org/software-types/1.0.0> ;
16+
<http://purl.org/dc/terms/abstract> "This profile describes vocabulary terms needed to describe the metadata of software application types (e.g., command line, desktop, software package, software library, etc.)"@en ;
17+
<http://purl.org/dc/elements/1.1/description> "This profile describes vocabulary terms needed to describe the metadata of software application types (e.g., command line, desktop, software package, software library, etc.)"@en ;
18+
<http://purl.org/dc/elements/1.1/title> "The Software Types ontology"@en ;
19+
<http://purl.org/dc/terms/created> "February 3rd, 2022"@en ;
20+
<http://purl.org/dc/terms/creator> "Maarten van Gompel"@en ,
21+
"Daniel Garijo"@en ;
22+
<http://purl.org/dc/terms/license> <http://creativecommons.org/licenses/by/2.0/> ;
23+
<http://purl.org/vocab/vann/preferredNamespacePrefix> "stype"@en ;
24+
<http://purl.org/vocab/vann/preferredNamespaceUri> "https://w3id.org/software-types" ;
25+
<http://schema.org/citation> "Cite this vocabulary as: van Gompel, M and Garijo, D. The Software Types ontology 1.0.0."@en ;
26+
rdfs:comment "This profile describes vocabulary terms needed to describe the metadata of software application types (e.g., command line, desktop, software package, software library, etc.)"@en ;
27+
owl:versionInfo "1.0.0"@en .
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)