Skip to content

Commit bbb578e

Browse files
committed
Version 3.3.1.
Updates bf2, bitframe, identifiers, mads, marcrelators, rdau, schema.org, wot, and xhtml vocabularies.
1 parent f4df3f1 commit bbb578e

12 files changed

Lines changed: 1067 additions & 288 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.0
1+
3.3.1

lib/rdf/vocab/bf2.rb

Lines changed: 67 additions & 34 deletions
Large diffs are not rendered by default.

lib/rdf/vocab/bibframe.rb

Lines changed: 67 additions & 34 deletions
Large diffs are not rendered by default.

lib/rdf/vocab/identifiers.rb

Lines changed: 52 additions & 1 deletion
Large diffs are not rendered by default.

lib/rdf/vocab/mads.rb

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ module RDF::Vocab
99

1010
# Ontology definition
1111
ontology :"http://www.loc.gov/mads/rdf/v1#",
12-
comment: {en: "This document describes the MADS/RDF (Metadata Authority Description Schema in RDF) vocabulary, a data model for authority and vocabulary data used within the library and information science (LIS) community, which is inclusive of museums, archives, and other cultural institutions. It is presented as an OWL ontology. \n \n \n MADS/RDF is a knowledge organization system (KOS) designed for use with controlled values for names (personal, corporate, geographic, etc.), thesauri, taxonomies, subject heading systems, and other controlled value lists. It is closely related to SKOS, the Simple Knowledge Organization System and a widely supported and adopted RDF vocabulary. Given the close relationship between the aim of MADS/RDF and the aim of SKOS, the MADS ontology has been fully mapped to SKOS. \n \n \n Unlike SKOS, however, which is very broad in its application, MADS/RDF is designed specifically to support authority data as used by and needed in the LIS community and its technology systems. For example, MADS/RDF provides a means to record data from the Machine Readable Cataloging (MARC) Authorities format in RDF for use in semantic applications and Linked Data projects. \n \n \n MADS/RDF is designed to support the description of cultural and bibliographic resources. Data described using MADS/RDF, therefore, assists with identifying and annotating bibliographic and cultural resources. MADS/RDF is not focused on the description of Real World Objects. Although a MADS/RDF description may contain information specific to the Real World Object associated with the MADS/RDF authoritative label, the MADS/RDF ontology distinguishes between these two entities – the RWO and the Authority. \n \n \n Updated: 29 October 2015. Addition of new properties, madsrdf:activityEndDate, madsrdf:activityStartDate, madsrdf:associatedLanguage, madsrdf:associatedLocale, madsrdf:birthDate, madsrdf:birthPlace, madsrdf:deathDate, madsrdf:deathPlace, madsrdf:entityDescriptor, madsrdf:establishDate, madsrdf:fieldOfActivity, madsrdf:gender, madsrdf:hasAffiliation, madsrdf:honoraryTitle, madsrdf:isIdentifiedByAuthority, madsrdf:occupation, madsrdf:prominentFamilyMember, madsrdf:terminateDate, madsrdf:fullerName, madsrdf:creationDateStart, madsrdf:creationDateEnd, madsrdf:workOrigin, madsrdf:hasChararacteristic. \n \n \n The MADS/RDF to SKOS/RDF mapping was done by Antoine Isaac. The MADS/RDF model and ontology benefited significantly as a result of the fruitful discussions surrounding his effort to map the MADS/RDF ontology to SKOS. "},
13-
"http://purl.org/dc/terms/modified": "2019-01-04T17:01:03.065-05:00",
12+
comment: {en: "This document describes the MADS/RDF (Metadata Authority Description Schema in RDF) vocabulary, a data model for authority and vocabulary data used within the library and information science (LIS) community, which is inclusive of museums, archives, and other cultural institutions. It is presented as an OWL ontology. \n \n \n MADS/RDF is a knowledge organization system (KOS) designed for use with controlled values for names (personal, corporate, geographic, etc.), thesauri, taxonomies, subject heading systems, and other controlled value lists. It is closely related to SKOS, the Simple Knowledge Organization System and a widely supported and adopted RDF vocabulary. Given the close relationship between the aim of MADS/RDF and the aim of SKOS, the MADS ontology has been fully mapped to SKOS. \n \n \n Unlike SKOS, however, which is very broad in its application, MADS/RDF is designed specifically to support authority data as used by and needed in the LIS community and its technology systems. For example, MADS/RDF provides a means to record data from the Machine Readable Cataloging (MARC) Authorities format in RDF for use in semantic applications and Linked Data projects. \n \n \n MADS/RDF is designed to support the description of cultural and bibliographic resources. Data described using MADS/RDF, therefore, assists with identifying and annotating bibliographic and cultural resources. MADS/RDF is not focused on the description of Real World Objects. Although a MADS/RDF description may contain information specific to the Real World Object associated with the MADS/RDF authoritative label, the MADS/RDF ontology distinguishes between these two entities – the RWO and the Authority. \n \n \n Updated: 4 March 2024. Addition of new class: Medium, an accidental omission from earlier updates.\n \n \n The MADS/RDF to SKOS/RDF mapping was done by Antoine Isaac. The MADS/RDF model and ontology benefited significantly as a result of the fruitful discussions surrounding his effort to map the MADS/RDF ontology to SKOS. "},
13+
"http://purl.org/dc/terms/modified": "2024-03-04T10:00:00.000-05:00",
1414
"http://www.w3.org/2002/07/owl#ontologyIRI": "http://www.loc.gov/mads/rdf/v1#",
15-
"http://www.w3.org/2002/07/owl#priorVersion": "http://id.loc.gov/ontologies/madsrdf/v1-3-1",
16-
"http://www.w3.org/2002/07/owl#versionIRI": "http://id.loc.gov/ontologies/madsrdf/v1-4-0",
17-
"http://www.w3.org/2002/07/owl#versionInfo": "1.4.0",
15+
"http://www.w3.org/2002/07/owl#priorVersion": "http://id.loc.gov/ontologies/madsrdf/v1-4-0",
16+
"http://www.w3.org/2002/07/owl#versionIRI": "http://id.loc.gov/ontologies/madsrdf/v1-5-0",
17+
"http://www.w3.org/2002/07/owl#versionInfo": "1.5.0",
1818
label: "MADS/RDF (Metadata Authority Description Schema in RDF)",
1919
type: "http://www.w3.org/2002/07/owl#Ontology"
2020

@@ -192,6 +192,11 @@ module RDF::Vocab
192192
label: "Main Title Element",
193193
subClassOf: "http://www.loc.gov/mads/rdf/v1#TitleElement",
194194
type: "http://www.w3.org/2002/07/owl#Class"
195+
term :Medium,
196+
comment: "Describes a resource whose label represents a material or technical means of expression. For music, these are the instruments and voices used.",
197+
label: {en: "Medium Type"},
198+
subClassOf: "http://www.loc.gov/mads/rdf/v1#SimpleType",
199+
type: "http://www.w3.org/2002/07/owl#Class"
195200
term :Name,
196201
comment: {en: "Describes a resource whose label represents a name, especially when a more precise Name type (madsrdf:ConferenceName, masdrdf:FamilyName, etc.) cannot be identified."},
197202
label: {en: "Name Type"},

lib/rdf/vocab/marcrelators.rb

Lines changed: 88 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)