diff --git a/release/1.0.0/software-types.jsonld b/release/1.0.0/software-types.jsonld index 9d7113f..9df329f 100644 --- a/release/1.0.0/software-types.jsonld +++ b/release/1.0.0/software-types.jsonld @@ -8,6 +8,7 @@ "DesktopApplication": { "@id": "stype:DesktopApplication" }, "TerminalApplication": { "@id": "stype:TerminalApplication" }, "ServerApplication": { "@id": "stype:ServerApplication" }, + "SoftwareLibrary": { "@id": "stype:SoftwareLibrary" }, "SoftwareImage": { "@id": "stype:SoftwareImage" }, "SoftwarePackage": { "@id": "stype:SoftwarePackage" }, "NotebookApplication": { "@id": "stype:NotebookApplication" }, @@ -83,7 +84,7 @@ "@id": "stype:executableName", "@type": "Property", "label": "Executable Name", - "comment": "The name of the executable within a certain run-time context (e.g. an executable filename or name of an importable module)." + "comment": "Filename of the executable for the software application." } ] } diff --git a/release/1.0.0/software-types.ttl b/release/1.0.0/software-types.ttl index 1fdfa6e..8013752 100644 --- a/release/1.0.0/software-types.ttl +++ b/release/1.0.0/software-types.ttl @@ -1,6 +1,7 @@ @prefix : . @prefix rdf: . @prefix rdfs: . +@prefix owl: . @prefix xml: . @prefix xsd: . @prefix stype: . @@ -10,22 +11,21 @@ # and are eventually proposed upstream to schema.org (but that may take a while) #metadata -stype: rdf:type owl:Ontology ; - owl:versionIRI ; - "This profile describes vocabulary terms for specifying software application types, used for software metadata descriptions."@en ; - "This profile describes vocabulary terms for specifying software application types, used for software metadata descriptions."@en ; + rdf:type owl:Ontology ; + owl:versionIRI ; + "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 ; + "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 ; "The Software Types ontology"@en ; "February 3rd, 2022"@en ; "Maarten van Gompel"@en , "Daniel Garijo"@en ; ; "stype"@en ; - "https://w3id.org/software-types#" ; - "Cite this vocabulary as: van Gompel, M and Garijo, D. The Software Input/Output Data ontology 1.0.0."@en ; - rdfs:comment "This profile describes vocabulary terms for specifying software application types, used for software metadata descriptions."@en ; + "https://w3id.org/software-types" ; + "Cite this vocabulary as: van Gompel, M and Garijo, D. The Software Types ontology 1.0.0."@en ; + 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 ; owl:versionInfo "1.0.0"@en . - stype:CommandLineApplication a rdfs:Class ; rdfs:label "Command-Line Application" ; :source ; @@ -35,7 +35,7 @@ stype:CommandLineApplication a rdfs:Class ; stype:DesktopApplication a rdfs:Class ; rdfs:label "Desktop Application" ; :source ; - rdfs:comment "A software application offering a desktop graphical user interface." ; + rdfs:comment "A software application offering a graphical user interface on the deskop." ; rdfs:subClassOf :SoftwareApplication . stype:TerminalApplication a rdfs:Class ; @@ -81,7 +81,7 @@ stype:executableName a rdf:Property ; :domainIncludes :SoftwareApplication , :SoftwareSourceCode ; :rangeIncludes :Text ; :source ; - rdfs:comment "The name of the executable within a certain run-time context (e.g. an executable filename or name of an importable module)." . + rdfs:comment: "Filename of the executable for the software application" . # the following already exist, but are extended: