Skip to content

Commit

Permalink
build: bugs link
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Oct 14, 2023
1 parent b838175 commit a676187
Show file tree
Hide file tree
Showing 101 changed files with 424 additions and 20 deletions.
104 changes: 104 additions & 0 deletions .changeset/fair-zebras-grin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
---
"@vocabulary/quantitykind": patch
"@vocabulary/dash-sparql": patch
"@vocabulary/discipline": patch
"@vocabulary/constant": patch
"@vocabulary/dcmitype": patch
"@vocabulary/dcterms": patch
"@vocabulary/ebucore": patch
"@vocabulary/prefix": patch
"@vocabulary/schema": patch
"@vocabulary/skosxl": patch
"@vocabulary/string": patch
"@vocabulary/dtype": patch
"@vocabulary/grddl": patch
"@vocabulary/hydra": patch
"@vocabulary/lvont": patch
"@vocabulary/solid": patch
"@vocabulary/vcard": patch
"@vocabulary/bibo": patch
"@vocabulary/cert": patch
"@vocabulary/csvw": patch
"@vocabulary/ctag": patch
"@vocabulary/dash": patch
"@vocabulary/dc11": patch
"@vocabulary/dcam": patch
"@vocabulary/dcat": patch
"@vocabulary/doap": patch
"@vocabulary/earl": patch
"@vocabulary/exif": patch
"@vocabulary/foaf": patch
"@vocabulary/frbr": patch
"@vocabulary/geof": patch
"@vocabulary/geor": patch
"@vocabulary/gtfs": patch
"@vocabulary/http": patch
"@vocabulary/ical": patch
"@vocabulary/list": patch
"@vocabulary/locn": patch
"@vocabulary/mads": patch
"@vocabulary/math": patch
"@vocabulary/oidc": patch
"@vocabulary/prov": patch
"@vocabulary/qkdv": patch
"@vocabulary/qudt": patch
"@vocabulary/rdau": patch
"@vocabulary/rdfa": patch
"@vocabulary/rdfs": patch
"@vocabulary/rico": patch
"@vocabulary/sdmx": patch
"@vocabulary/shex": patch
"@vocabulary/sioc": patch
"@vocabulary/skos": patch
"@vocabulary/sosa": patch
"@vocabulary/stat": patch
"@vocabulary/test": patch
"@vocabulary/time": patch
"@vocabulary/unit": patch
"@vocabulary/vaem": patch
"@vocabulary/vann": patch
"@vocabulary/void": patch
"@vocabulary/wdrs": patch
"@vocabulary/xkos": patch
"@vocabulary/cnt": patch
"@vocabulary/crm": patch
"@vocabulary/dbo": patch
"@vocabulary/dig": patch
"@vocabulary/dpv": patch
"@vocabulary/dqv": patch
"@vocabulary/duv": patch
"@vocabulary/geo": patch
"@vocabulary/gml": patch
"@vocabulary/gs1": patch
"@vocabulary/ldp": patch
"@vocabulary/log": patch
"@vocabulary/m4i": patch
"@vocabulary/org": patch
"@vocabulary/owl": patch
"@vocabulary/pim": patch
"@vocabulary/rdf": patch
"@vocabulary/rev": patch
"@vocabulary/rss": patch
"@vocabulary/sem": patch
"@vocabulary/set": patch
"@vocabulary/sou": patch
"@vocabulary/ssn": patch
"@vocabulary/wgs": patch
"@vocabulary/xhv": patch
"@vocabulary/xsd": patch
"@vocabulary/as": patch
"@vocabulary/cc": patch
"@vocabulary/gn": patch
"@vocabulary/gr": patch
"@vocabulary/la": patch
"@vocabulary/ma": patch
"@vocabulary/oa": patch
"@vocabulary/og": patch
"@vocabulary/qb": patch
"@vocabulary/rr": patch
"@vocabulary/sd": patch
"@vocabulary/sf": patch
"@vocabulary/vs": patch
---

Added `bugs` link to package
5 changes: 4 additions & 1 deletion ontologies/as/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
"*.d.ts",
"*.nq",
"*.nt"
]
],
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
}
}
5 changes: 4 additions & 1 deletion ontologies/bibo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@
"*.d.ts",
"*.nq",
"*.nt"
]
],
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
}
}
5 changes: 4 additions & 1 deletion ontologies/cc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@
"*.d.ts",
"*.nq",
"*.nt"
]
],
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
}
}
5 changes: 4 additions & 1 deletion ontologies/cert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
"*.d.ts",
"*.nq",
"*.nt"
]
],
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
}
}
5 changes: 4 additions & 1 deletion ontologies/cnt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
"*.d.ts",
"*.nq",
"*.nt"
]
],
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
}
}
5 changes: 4 additions & 1 deletion ontologies/constant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
"*.d.ts",
"*.nq",
"*.nt"
]
],
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
}
}
5 changes: 4 additions & 1 deletion ontologies/crm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
"*.d.ts",
"*.nq",
"*.nt"
]
],
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
}
}
5 changes: 4 additions & 1 deletion ontologies/csvw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
"*.d.ts",
"*.nq",
"*.nt"
]
],
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
}
}
5 changes: 4 additions & 1 deletion ontologies/ctag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
"*.d.ts",
"*.nq",
"*.nt"
]
],
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
}
}
5 changes: 4 additions & 1 deletion ontologies/dash-sparql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@
"*.d.ts",
"*.nq",
"*.nt"
]
],
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
}
}
5 changes: 4 additions & 1 deletion ontologies/dash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
"*.d.ts",
"*.nq",
"*.nt"
]
],
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
}
}
5 changes: 4 additions & 1 deletion ontologies/dbo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@
"*.d.ts",
"*.nq",
"*.nt"
]
],
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
}
}
5 changes: 4 additions & 1 deletion ontologies/dc11/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@
"*.d.ts",
"*.nq",
"*.nt"
]
],
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
}
}
5 changes: 4 additions & 1 deletion ontologies/dcam/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
"*.d.ts",
"*.nq",
"*.nt"
]
],
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
}
}
5 changes: 4 additions & 1 deletion ontologies/dcat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
"*.d.ts",
"*.nq",
"*.nt"
]
],
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
}
}
5 changes: 4 additions & 1 deletion ontologies/dcmitype/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
"*.d.ts",
"*.nq",
"*.nt"
]
],
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
}
}
5 changes: 4 additions & 1 deletion ontologies/dcterms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
"*.d.ts",
"*.nq",
"*.nt"
]
],
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
}
}
3 changes: 3 additions & 0 deletions ontologies/dig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"file": "https://www.cidoc-crm.org/crmdig/sites/default/files/CRMdig_v3.2.1.rdfs",
"mediaType": "application/rdf+xml"
},
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
},
"files": [
"*.js",
"*.d.ts",
Expand Down
5 changes: 4 additions & 1 deletion ontologies/discipline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@
"*.d.ts",
"*.nq",
"*.nt"
]
],
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
}
}
5 changes: 4 additions & 1 deletion ontologies/doap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@
"*.d.ts",
"*.nq",
"*.nt"
]
],
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
}
}
3 changes: 3 additions & 0 deletions ontologies/dpv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
}
]
},
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
},
"files": [
"*.js",
"*.d.ts",
Expand Down
3 changes: 3 additions & 0 deletions ontologies/dqv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"prefix": "dqv",
"namespace": "http://www.w3.org/ns/dqv#"
},
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
},
"license": "MIT",
"files": [
"*.js",
Expand Down
3 changes: 3 additions & 0 deletions ontologies/dtype/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"namespace": "http://www.linkedmodel.org/schema/dtype#",
"mediaType": "application/rdf+xml"
},
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
},
"license": "MIT",
"files": [
"*.js",
Expand Down
3 changes: 3 additions & 0 deletions ontologies/duv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"prefix": "duv",
"namespace": "http://www.w3.org/ns/duv#"
},
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
},
"license": "MIT",
"files": [
"*.js",
Expand Down
3 changes: 3 additions & 0 deletions ontologies/earl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"baseIRI": "http://www.w3.org/ns/earl#"
}
},
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
},
"license": "MIT",
"files": [
"*.js",
Expand Down
3 changes: 3 additions & 0 deletions ontologies/ebucore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"namespace": "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#",
"file": "https://www.ebu.ch/metadata/ontologies/ebucore/ebucore.rdf"
},
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
},
"license": "MIT",
"files": [
"*.js",
Expand Down
3 changes: 3 additions & 0 deletions ontologies/exif/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"prefix": "exif",
"namespace": "http://www.w3.org/2003/12/exif/ns#"
},
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
},
"license": "MIT",
"files": [
"*.js",
Expand Down
3 changes: 3 additions & 0 deletions ontologies/foaf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"prefix": "foaf",
"namespace": "http://xmlns.com/foaf/0.1/"
},
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
},
"license": "MIT",
"files": [
"*.js",
Expand Down
3 changes: 3 additions & 0 deletions ontologies/frbr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"namespace": "http://purl.org/vocab/frbr/core#",
"file": "http://purl.org/spar/frbr.nt"
},
"bugs": {
"url": "https://github.com/zazuko/rdf-vocabularies/issues"
},
"license": "MIT",
"files": [
"*.js",
Expand Down
Loading

0 comments on commit a676187

Please sign in to comment.