lib/rdf/vocab/dcat.rb in rdf-vocab-3.0.11 vs lib/rdf/vocab/dcat.rb in rdf-vocab-3.0.12
- old
+ new
@@ -102,10 +102,10 @@
"foaf:homepage": "http://www.w3.org/2011/gld/".freeze,
"foaf:name": "Government Linked Data WG".freeze
),
label: "The data catalog vocabulary".freeze,
"owl:imports": ["dc:".freeze, "http://www.w3.org/2004/02/skos/core".freeze, "http://www.w3.org/ns/prov-o#".freeze],
- "owl:versionInfo": "This is an updated copy of v1.0 of the DCAT vocabulary, taken from https://www.w3.org/ns/dcat.ttl and will replace that file when DCAT2 is published\nTemporarily added imports for DCTerms, SKOS, FOAF to assist in development of v1.* or v2.0 by W3C Data Exchange Working Group".freeze,
+ "owl:versionInfo": ["Questa รจ una copia aggiornata del vocabolario DCAT v2.0 disponibile in https://www.w3.org/ns/dcat.ttl".freeze, "This is an updated copy of v2.0 of the DCAT vocabulary, taken from https://www.w3.org/ns/dcat.ttl".freeze],
type: "owl:Ontology".freeze
# Class definitions
term :Catalog,
comment: %(A curated collection of metadata about datasets and data services).freeze,