-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
766 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@vocabulary/vso": major | ||
--- | ||
|
||
First release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@zazuko/prefixes": minor | ||
"@zazuko/vocabularies": minor | ||
--- | ||
|
||
Added Vehicle Sales Ontology (`vso:`) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<https://prefix.zazuko.com/vso:> <http://dbpedia.org/ontology/filename> "@vocabulary/vso/vso.nq" . | ||
<https://prefix.zazuko.com/vso:> <http://purl.org/dc/terms/description> "VSO: The Vehicle Sales Ontology\n \nA Web vocabulary for describings cars, boats, bikes, and other vehicles for e-commerce.\n\nVocabulary: http://purl.org/vso/ns\nNamespace: http://purl.org/vso/ns#\n\nThe Vehicle Sales Ontology is designed to be used in combination with GoodRelations, a standard vocabulary for the commercial aspects of offers for sale or rental. \n\nSee http://purl.org/goodrelations/ for more information." . | ||
<https://prefix.zazuko.com/vso:> <http://purl.org/dc/terms/title> "VSO: The Vehicle Sales Ontology for Semantic Web-based E-Commerce" . | ||
<https://prefix.zazuko.com/vso:> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/rdfa#PrefixMapping> . | ||
<https://prefix.zazuko.com/vso:> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://www.heppnetz.de/ontologies/vso/ns.owl> . | ||
<https://prefix.zazuko.com/vso:> <http://www.w3.org/ns/rdfa#prefix> "vso" . | ||
<https://prefix.zazuko.com/vso:> <http://www.w3.org/ns/rdfa#uri> <http://purl.org/vso/ns#> . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"name": "@vocabulary/vso", | ||
"version": "0.0.0", | ||
"type": "module", | ||
"main": "index.js", | ||
"description": "Vehicle Sales Ontology", | ||
"scripts": { | ||
"fetch": "npx --node-options='--loader=ts-node/esm' vocab-build datasets", | ||
"prebuild": "npx --node-options='--loader=ts-node/esm' vocab-build module", | ||
"build": "tsc", | ||
"prepack": "npm run build" | ||
}, | ||
"devDependencies": { | ||
"@vocabulary/builder": "^1.0.2" | ||
}, | ||
"homepage": "https://prefix.zazuko.com/prefix/vso:", | ||
"vocabulary": { | ||
"prefix": "vso", | ||
"namespace": "http://purl.org/vso/ns#", | ||
"file": "https://www.heppnetz.de/ontologies/vso/ns.owl" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/zazuko/rdf-vocabularies/issues" | ||
}, | ||
"license": "MIT", | ||
"files": [ | ||
"*.js", | ||
"*.d.ts", | ||
"*.nq", | ||
"*.nt" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"extends": "../../tsconfig", | ||
"files": ["index.ts"] | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters