Skip to content

Commit

Permalink
Finish 3.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Jul 7, 2021
2 parents 67a1ac3 + 4e1c8d7 commit d56a736
Show file tree
Hide file tree
Showing 9 changed files with 2,105 additions and 533 deletions.
16 changes: 0 additions & 16 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.13
3.1.14
586 changes: 375 additions & 211 deletions lib/rdf/vocab/bf2.rb

Large diffs are not rendered by default.

586 changes: 375 additions & 211 deletions lib/rdf/vocab/bibframe.rb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lib/rdf/vocab/org.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ module RDF::Vocab
term :OrganizationalCollaboration,
comment: "A collaboration between two or more Organizations such as a project. It meets the criteria for being an Organization in that it has an identity and defining purpose independent of its particular members but is neither a formally recognized legal entity nor a sub-unit within some larger organization. Might typically have a shorter lifetime than the Organizations within it, but not necessarily. All members are `org:Organization`s rather than individuals and those Organizations can play particular roles within the venture. Alternative names: _Project_ _Venture_ _Endeavour_ _Consortium_ _Endeavour_".freeze,
equivalentClass: term(
intersectionOf: list("http://www.w3.org/ns/org#Organization".freeze, "_:g9660".freeze),
intersectionOf: list("http://www.w3.org/ns/org#Organization".freeze, "_:g9820".freeze),
type: "http://www.w3.org/2002/07/owl#Class".freeze
),
isDefinedBy: "http://www.w3.org/ns/org".freeze,
Expand Down Expand Up @@ -198,7 +198,7 @@ module RDF::Vocab
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
property :headOf,
comment: "Indicates that a person is the leader or formal head of the Organization. This will normally mean that they are the root of the `org:reportsTo` (acyclic) graph, though an organization may have more than one head.".freeze,
domain: "http://xmlns.com/foaf/0.1/Person".freeze,
domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
isDefinedBy: "http://www.w3.org/ns/org".freeze,
label: "head of".freeze,
range: "http://www.w3.org/ns/org#Organization".freeze,
Expand Down
16 changes: 13 additions & 3 deletions lib/rdf/vocab/rdau.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,19 @@ module RDF::Vocab

# Ontology definition
ontology :"http://rdaregistry.info/Elements/u/",
"http://purl.org/dc/elements/1.1/title": "RDA Unconstrained properties".freeze,
"http://xmlns.com/foaf/0.1/homepage": "http://www.rdaregistry.info/Elements/u/".freeze,
note: "Properties derived from RDA elements without specific or implicit restrictions to RDA entities.".freeze
"http://creativecommons.org/ns#licence": "https://creativecommons.org/licenses/by/4.0/deed.en_US".freeze,
"http://purl.org/dc/elements/1.1/contributor": "RSC Technical Working Group".freeze,
"http://purl.org/dc/elements/1.1/creator": "RDA Steering Committee".freeze,
"http://purl.org/dc/elements/1.1/description": "Properties that are derived from the elements of all of the RDA entities with semantics that are independent of the IFLA Library Reference Model.".freeze,
"http://purl.org/dc/elements/1.1/issued": "2014-01-18".freeze,
"http://purl.org/dc/elements/1.1/modified": "2021-06-28".freeze,
"http://purl.org/dc/elements/1.1/publisher": "ALA Digital Reference".freeze,
"http://purl.org/dc/elements/1.1/rights": "Copyright © 2020 American Library Association, Canadian Federation of Library Associations, and CILIP: Chartered Institute of Library and Information Professionals".freeze,
"http://purl.org/dc/elements/1.1/title": "Unconstrained properties".freeze,
"http://purl.org/dc/elements/1.1/type": "http://rdaregistry.info/termList/RDALinkedDataWork/1003".freeze,
"http://purl.org/vocab/vann/preferredNamespacePrefix": "rdau".freeze,
"http://www.w3.org/2002/07/owl#versionInfo": "v4.0.10".freeze,
type: "http://www.w3.org/2002/07/owl#Ontology".freeze

# Property definitions
property :P60001,
Expand Down
713 changes: 669 additions & 44 deletions lib/rdf/vocab/schema.rb

Large diffs are not rendered by default.

713 changes: 669 additions & 44 deletions lib/rdf/vocab/schemas.rb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rdf-vocab.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'json-schema', '~> 2.8'
spec.add_development_dependency 'jsonpath', '~> 1.0'
spec.add_development_dependency 'ld-patch', '~> 3.1', '>= 3.1.3'
spec.add_development_dependency 'nokogiri', '~> 1.10'
spec.add_development_dependency 'nokogiri', '~> 1.10' # 1.11 Ruby >= 2.5
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rdf-ordered-repo', '~> 3.1', '>= 3.1.1'
spec.add_development_dependency 'rdf-rdfa', '~> 3.1'
Expand Down

0 comments on commit d56a736

Please sign in to comment.