Skip to content

Commit d56a736

Browse files
committed
Finish 3.1.14
2 parents 67a1ac3 + 4e1c8d7 commit d56a736

File tree

9 files changed

+2105
-533
lines changed

9 files changed

+2105
-533
lines changed

.travis.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.13
1+
3.1.14

lib/rdf/vocab/bf2.rb

Lines changed: 375 additions & 211 deletions
Large diffs are not rendered by default.

lib/rdf/vocab/bibframe.rb

Lines changed: 375 additions & 211 deletions
Large diffs are not rendered by default.

lib/rdf/vocab/org.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ module RDF::Vocab
7676
term :OrganizationalCollaboration,
7777
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,
7878
equivalentClass: term(
79-
intersectionOf: list("http://www.w3.org/ns/org#Organization".freeze, "_:g9660".freeze),
79+
intersectionOf: list("http://www.w3.org/ns/org#Organization".freeze, "_:g9820".freeze),
8080
type: "http://www.w3.org/2002/07/owl#Class".freeze
8181
),
8282
isDefinedBy: "http://www.w3.org/ns/org".freeze,
@@ -198,7 +198,7 @@ module RDF::Vocab
198198
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
199199
property :headOf,
200200
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,
201-
domain: "http://xmlns.com/foaf/0.1/Person".freeze,
201+
domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
202202
isDefinedBy: "http://www.w3.org/ns/org".freeze,
203203
label: "head of".freeze,
204204
range: "http://www.w3.org/ns/org#Organization".freeze,

lib/rdf/vocab/rdau.rb

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,19 @@ module RDF::Vocab
77

88
# Ontology definition
99
ontology :"http://rdaregistry.info/Elements/u/",
10-
"http://purl.org/dc/elements/1.1/title": "RDA Unconstrained properties".freeze,
11-
"http://xmlns.com/foaf/0.1/homepage": "http://www.rdaregistry.info/Elements/u/".freeze,
12-
note: "Properties derived from RDA elements without specific or implicit restrictions to RDA entities.".freeze
10+
"http://creativecommons.org/ns#licence": "https://creativecommons.org/licenses/by/4.0/deed.en_US".freeze,
11+
"http://purl.org/dc/elements/1.1/contributor": "RSC Technical Working Group".freeze,
12+
"http://purl.org/dc/elements/1.1/creator": "RDA Steering Committee".freeze,
13+
"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,
14+
"http://purl.org/dc/elements/1.1/issued": "2014-01-18".freeze,
15+
"http://purl.org/dc/elements/1.1/modified": "2021-06-28".freeze,
16+
"http://purl.org/dc/elements/1.1/publisher": "ALA Digital Reference".freeze,
17+
"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,
18+
"http://purl.org/dc/elements/1.1/title": "Unconstrained properties".freeze,
19+
"http://purl.org/dc/elements/1.1/type": "http://rdaregistry.info/termList/RDALinkedDataWork/1003".freeze,
20+
"http://purl.org/vocab/vann/preferredNamespacePrefix": "rdau".freeze,
21+
"http://www.w3.org/2002/07/owl#versionInfo": "v4.0.10".freeze,
22+
type: "http://www.w3.org/2002/07/owl#Ontology".freeze
1323

1424
# Property definitions
1525
property :P60001,

lib/rdf/vocab/schema.rb

Lines changed: 669 additions & 44 deletions
Large diffs are not rendered by default.

lib/rdf/vocab/schemas.rb

Lines changed: 669 additions & 44 deletions
Large diffs are not rendered by default.

rdf-vocab.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
3030
spec.add_development_dependency 'json-schema', '~> 2.8'
3131
spec.add_development_dependency 'jsonpath', '~> 1.0'
3232
spec.add_development_dependency 'ld-patch', '~> 3.1', '>= 3.1.3'
33-
spec.add_development_dependency 'nokogiri', '~> 1.10'
33+
spec.add_development_dependency 'nokogiri', '~> 1.10' # 1.11 Ruby >= 2.5
3434
spec.add_development_dependency 'rake', '~> 13.0'
3535
spec.add_development_dependency 'rdf-ordered-repo', '~> 3.1', '>= 3.1.1'
3636
spec.add_development_dependency 'rdf-rdfa', '~> 3.1'

0 commit comments

Comments
 (0)