Skip to content

Commit

Permalink
Add oa and dctypes prefix definitions for issue #330.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Mar 10, 2015
1 parent 72d5651 commit db42b69
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ns/_vocab.csv

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions ns/csvw.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@
"dc11": "http://purl.org/dc/elements/1.1/",
"dcat": "http://www.w3.org/ns/dcat#",
"dcterms": "http://purl.org/dc/terms/",
"dctypes": "http://purl.org/dc/dcmitype/",
"foaf": "http://xmlns.com/foaf/0.1/",
"gr": "http://purl.org/goodrelations/v1#",
"grddl": "http://www.w3.org/2003/g/data-view#",
"ical": "http://www.w3.org/2002/12/cal/icaltzd#",
"ma": "http://www.w3.org/ns/ma-ont#",
"oa": "http://www.w3.org/ns/oa#",
"og": "http://ogp.me/ns#",
"org": "http://www.w3.org/ns/org#",
"owl": "http://www.w3.org/2002/07/owl#",
Expand Down
2 changes: 2 additions & 0 deletions ns/csvw.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix dctypes: <http://purl.org/dc/dcmitype/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix gr: <http://purl.org/goodrelations/v1#> .
@prefix grddl: <http://www.w3.org/2003/g/data-view#> .
@prefix ical: <http://www.w3.org/2002/12/cal/icaltzd#> .
@prefix ma: <http://www.w3.org/ns/ma-ont#> .
@prefix oa: <http://www.w3.org/ns/oa#> .
@prefix og: <http://ogp.me/ns#> .
@prefix org: <http://www.w3.org/ns/org#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
Expand Down
8 changes: 8 additions & 0 deletions ns/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1229,6 +1229,10 @@ <h2>Term Definitions</h2>
<dd>
http://purl.org/dc/terms/
</dd>
<dt>dctypes</dt>
<dd>
http://purl.org/dc/dcmitype/
</dd>
<dt>decimal</dt>
<dd>
xsd:decimal
Expand Down Expand Up @@ -1457,6 +1461,10 @@ <h2>Term Definitions</h2>
<dd>
xsd:double
</dd>
<dt>oa</dt>
<dd>
http://www.w3.org/ns/oa#
</dd>
<dt>og</dt>
<dd>
http://ogp.me/ns#
Expand Down

0 comments on commit db42b69

Please sign in to comment.