You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ and codemeta leave representation gaps.
21
21
22
22
## Why do we need a schema.org profile for software types?
23
23
24
-
Software applications are ubiquitous in our society, ranging simple desktop applications in personal desktops to packages, libraries or containers deployed in servers. In fact, schema.org partly acknoweldges the importance of software by having the term `schema:SoftwareApplication` as the target of `schema:SoftwareSourceCode`. This is because software applications typically offers one or more interfaces through which
24
+
Software applications are ubiquitous in our society, ranging simple desktop applications in personal desktops to packages, libraries or containers deployed in servers. In fact, schema.org partly acknowledges the importance of software by having the term `schema:SoftwareApplication` as the target of `schema:SoftwareSourceCode`. This is because software applications typically offers one or more interfaces through which
25
25
users or machines can interact with it. Schema.org includes popular types of ``schema:SoftwareApplication``
26
26
like ``schema:WebApplication``, ``schema:MobileApplication``, and even
27
27
``schema:VideoGame``. However, we find that schema.org subtypes for software applications are quite lacking when we look at them from a software development perspective. Here we attempt to fill the gaps and define further (sub)types
@@ -32,10 +32,10 @@ more accurate software metadata descriptions. Implementing these as types, in
32
32
line with what schema.org already does, allows for further type-specific
33
33
refinements. A good example is the
34
34
[WebAPI](https://github.com/schemaorg/schemaorg/issues/1423) type that is in
35
-
development which allows for descripting Web APIs, though not a subtype of
35
+
development which allows for describing Web APIs, though not a subtype of
36
36
``schema:SoftwareApplication``.
37
37
38
-
**Disclaimer**: this work aims to create a profile that may be incorportated into codemeta or schema.org. The profile has persistent identifiers, but, if standardized, the classes and properties defined here may be absorved into other intiatives.
38
+
**Disclaimer**: this work aims to create a profile that may be incorporated into codemeta or schema.org. The profile has persistent identifiers, but, if standardized, the classes and properties defined here may be absorbed into other initiatives.
0 commit comments