lib/rdf/vocab/bibo.rb in rdf-vocab-3.1.14 vs lib/rdf/vocab/bibo.rb in rdf-vocab-3.2.0
- old
+ new
@@ -111,10 +111,13 @@
comment: "A collection of Documents or Collections".freeze,
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
isDefinedBy: "http://purl.org/ontology/bibo/".freeze,
label: "Collection".freeze,
subClassOf: term(
- allValuesFrom: "_:g13460".freeze,
+ allValuesFrom: term(
+ type: "http://www.w3.org/2002/07/owl#Class".freeze,
+ unionOf: list("http://purl.org/ontology/bibo/Collection".freeze, "http://purl.org/ontology/bibo/Document".freeze)
+ ).freeze,
onProperty: "http://purl.org/dc/terms/hasPart".freeze,
type: "http://www.w3.org/2002/07/owl#Restriction".freeze
),
type: "http://www.w3.org/2002/07/owl#Class".freeze
term :Conference,