From 8d7f20015ee53ba192e94ec08563fa54a6eb84c3 Mon Sep 17 00:00:00 2001 From: NancyL Date: Tue, 30 Apr 2024 16:26:46 -0700 Subject: [PATCH] Create Medium_component_qualifier.ttl --- .../Medium_component_qualifier.ttl | 79 +++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 2.0/Vocabularies/Medium_component_qualifier.ttl diff --git a/2.0/Vocabularies/Medium_component_qualifier.ttl b/2.0/Vocabularies/Medium_component_qualifier.ttl new file mode 100644 index 0000000..8386955 --- /dev/null +++ b/2.0/Vocabularies/Medium_component_qualifier.ttl @@ -0,0 +1,79 @@ +@prefix skos: . +@prefix rdfs: . +@prefix dc: . +@prefix rdf: . + + + a skos:ConceptScheme ; + rdfs:label "PMO Medium Component Qualifier Vocabulary"@en ; + dc:title "PMO Medium Component Qualifier Vocabulary"@en ; + skos:definition "The PMO Medium Component Qualifier Vocabulary is a controlled vocabulary that provides a qualifying description for a medium of performance, e.g., amplified, obbligato, offstage. It was developed for the Performed Music Ontology 2.0, specifically the Medium component qualifier class, but may be used with other ontologies."@en . + + + a skos:Concept ; + skos:prefLabel "ad lib"@en ; + skos:altLabel "ad libitum"@en ; + skos:definition "For medium components marked "ad lib" or "ad libitum" in a score or otherwise."@en ; + rdfs:comment "Value for: MediumComponentQualifier."@en ; + skos:inScheme ; + skos:changeNote [ + rdf:value "NEW" ; + dc:date "2024-04-30" + ] . + + + a skos:Concept ; + skos:prefLabel "amplified"@en ; + skos:definition "For medium components marked "amplified" in a score or otherwise."@en ; + rdfs:comment "Value for: MediumComponentQualifier."@en ; + skos:inScheme ; + skos:changeNote [ + rdf:value "NEW" ; + dc:date "2024-04-30" + ] . + + + a skos:Concept ; + skos:prefLabel "obbligato"@en ; + skos:definition "For medium components marked "obbligato" in a score or otherwise.."@en ; + rdfs:comment "Value for: MediumComponentQualifier."@en ; + skos:inScheme ; + skos:changeNote [ + rdf:value "NEW" ; + dc:date "2024-04-30" + ] . + + + a skos:Concept ; + skos:prefLabel "offstage"@en ; + skos:definition "For a medium component that is marked to be performed or is performed offstage, often out of sight of the audience."@en ; + rdfs:comment "Value for: MediumComponentQualifier."@en ; + skos:inScheme ; + skos:changeNote [ + rdf:value "NEW" ; + dc:date "2024-04-30" + ] . + + + a skos:Concept ; + skos:prefLabel "optional"@en ; + skos:definition "For a medium component marked "optional" in a score or otherwise."@en ; + rdfs:comment "Value for: MediumComponentQualifier."@en ; + skos:inScheme ; + skos:changeNote [ + rdf:value "NEW" ; + dc:creator ; + dc:date "2024-04-30" + ] . + + + a skos:Concept ; + skos:prefLabel "solo"@en ; + skos:definition "For a medium component marked "solo" in a score or is clearly a solo part in the context of the work, such as the oboe part in a concerto for oboe and orchestra."@en ; + rdfs:comment "Value for: MediumComponentQualifier."@en ; + skos:inScheme ; + skos:changeNote [ + rdf:value "NEW" ; + dc:date "2024-04-30" + ] . +