Skip to content

Commit

Permalink
Finish 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Aug 11, 2016
2 parents 8600d3b + 7acc48a commit 0594228
Show file tree
Hide file tree
Showing 16 changed files with 4,374 additions and 1,571 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@ script: "bundle exec rspec spec"
env:
- CI=true
rvm:
- 2.3.0
- 2.2.4
- 2.1
- 2.0
- jruby-9.0.4.0
- 2.3.1
- 2.2.5
- jruby-9.1.2.0
- rbx
cache: bundler
sudo: false
matrix:
allow_failures:
- rvm: rbx-2
- rvm: rbx
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ group :development, :test do
gem 'rdf-xsd', github: "ruby-rdf/rdf-xsd", branch: "develop"
gem 'sparql', github: "ruby-rdf/sparql", branch: "develop"
gem 'sparql-client', github: "ruby-rdf/sparql-client", branch: "develop"
gem 'sxp', github: "gkellogg/sxp-ruby", branch: "develop"
gem 'sxp', github: "dryruby/sxp.rb", branch: "develop"
end

group :debug do
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.2
2.0.3
13 changes: 12 additions & 1 deletion lib/rdf/vocab.rb
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,18 @@ module Vocab
}
},
rss: {uri: "http://purl.org/rss/1.0/", source: "http://purl.org/rss/1.0/schema.rdf"},
schema: {uri: "http://schema.org/", source: "https://raw.githubusercontent.com/schemaorg/schemaorg/sdo-makemake/data/releases/3.0/all-layers.nq"},
schema: {
uri: "http://schema.org/",
source: "http://schema.org/version/latest/all-layers.nq",
patch: %{
@prefix schema: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
AddNew {
schema:treatment rdfs:subPropertyOf schema:availableService .
schema:preventiveProcedure rdfs:subPropertyOf schema:availableService .
} .
}
},
sioc: {uri: "http://rdfs.org/sioc/ns#"},
sioc_services: {
uri: "http://rdfs.org/sioc/services#",
Expand Down
2 changes: 1 addition & 1 deletion lib/rdf/vocab/cc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class CC < RDF::StrictVocabulary("http://creativecommons.org/ns#")
property :license,
domain: "cc:Work".freeze,
label: "has\nlicense".freeze,
:"owl:sameAs" => [],
:"owl:sameAs" => %(xhv:license).freeze,
range: "cc:License".freeze,
subPropertyOf: "dc:license".freeze,
type: "rdf:Property".freeze
Expand Down
140 changes: 75 additions & 65 deletions lib/rdf/vocab/datacite.rb

Large diffs are not rendered by default.

112 changes: 56 additions & 56 deletions lib/rdf/vocab/disco.rb

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions lib/rdf/vocab/ebucore.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,18 @@ class EBUCore < RDF::StrictVocabulary("http://www.ebu.ch/metadata/ontologies/ebu
subClassOf: "ebucore:Rating".freeze,
type: "rdfs:Class".freeze
term :AudioChannel,
comment: %(An audioChannel represents a single sequence of audio samples. It
is sub-divided in the time domain into audioBlocks, which is must contain at
least one of. The typeDefintion of the audioChannel format specifies the type of
audio it is describing, and also determines which parameters are used within its
comment: %(An audioChannel represents a single sequence of audio samples. It
is sub-divided in the time domain into audioBlocks, which is must contain at
least one of. The typeDefintion of the audioChannel format specifies the type of
audio it is describing, and also determines which parameters are used within its
audioBlock children.).freeze,
label: "Audio channel".freeze,
subClassOf: "ebucore:Essence".freeze,
type: "rdfs:Class".freeze
term :AudioContent,
comment: %(An audioContent defines one component of a programme \(e.g. background
music\), its association with an audioGroup \(e.g. a 2.0 audioPackFormat of
audioChannelFormats for stereo reproduction\), its association with an
comment: %(An audioContent defines one component of a programme \(e.g. background
music\), its association with an audioGroup \(e.g. a 2.0 audioPackFormat of
audioChannelFormats for stereo reproduction\), its association with an
audioStreamFormat, and its set of loudness parameters.).freeze,
label: "Audio content".freeze,
subClassOf: "ebucore:AudioProgramme".freeze,
Expand Down Expand Up @@ -103,8 +103,8 @@ class EBUCore < RDF::StrictVocabulary("http://www.ebu.ch/metadata/ontologies/ebu
subClassOf: "ebucore:AudioFormat".freeze,
type: "rdfs:Class".freeze
term :AudioProgramme,
comment: %(A set of one or more audioContent that derive from the same material,
i.e. an audioMultiplex, and the definition of its multiplexed audioContents \(e.g.
comment: %(A set of one or more audioContent that derive from the same material,
i.e. an audioMultiplex, and the definition of its multiplexed audioContents \(e.g.
foreground and commentary, background music\).).freeze,
label: "Audio programme".freeze,
subClassOf: "ebucore:Programme".freeze,
Expand All @@ -120,10 +120,10 @@ class EBUCore < RDF::StrictVocabulary("http://www.ebu.ch/metadata/ontologies/ebu
subClassOf: "ebucore:AudioFormat".freeze,
type: "rdfs:Class".freeze
term :AudioTrack,
comment: [%(An audioTrack is the basic audio data container of a medium. Attribute is
an unambiguous reference to this container in a given medium.).freeze, %(An audioTrack object defines a component of an audioStream.
A single set of samples or data in the storage medium.).freeze, %(Represents a physical container or carrier to hold an audio stream. This
should be usually defined by many attributes such as ID, format \(e.g. 48 kHz/24
comment: [%(An audioTrack is the basic audio data container of a medium. Attribute is
an unambiguous reference to this container in a given medium.).freeze, %(An audioTrack object defines a component of an audioStream.
A single set of samples or data in the storage medium.).freeze, %(Represents a physical container or carrier to hold an audio stream. This
should be usually defined by many attributes such as ID, format \(e.g. 48 kHz/24
bits\), linkage information \(e.g. odd/even\)…).freeze],
label: "Audio track".freeze,
subClassOf: "ebucore:Track".freeze,
Expand Down
4 changes: 4 additions & 0 deletions lib/rdf/vocab/ldp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,12 @@ class LDP < RDF::Vocabulary("http://www.w3.org/ns/ldp#")
# Extra definitions
term :"",
comment: %(This ontology provides an informal representation of the concepts and terms as defined in the LDP specification. Consult the LDP specification for normative reference.).freeze,
:"dc:created" => %(2015-02-26).freeze,
:"dc:description" => %(Vocabulary URIs defined in the Linked Data Platform \(LDP\) namespace.).freeze,
:"dc:publisher" => %(http://www.w3.org/data#W3C).freeze,
:"dc:title" => %(The W3C Linked Data Platform \(LDP\) Vocabulary).freeze,
:"http://purl.org/vocab/vann/preferredNamespacePrefix" => %(ldp).freeze,
:"http://purl.org/vocab/vann/preferredNamespaceUri" => %(http://www.w3.org/ns/ldp#).freeze,
label: "W3C Linked Data Platform (LDP)".freeze,
:"rdfs:seeAlso" => [%(http://www.w3.org/2011/09/LinkedData/).freeze, %(http://www.w3.org/2012/ldp).freeze, %(http://www.w3.org/TR/ldp-paging/).freeze, %(http://www.w3.org/TR/ldp-ucr/).freeze, %(http://www.w3.org/TR/ldp/).freeze],
type: "owl:Ontology".freeze
Expand Down
Loading

0 comments on commit 0594228

Please sign in to comment.