@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix wikibase: <http://wikiba.se/ontology#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix schema: <http://schema.org/> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix wd: <https://reprexbase.eu/skcmdb/entity/> .
@prefix data: <https://www.wikidata.org/wiki/Special:EntityData/> .
@prefix s: <https://reprexbase.eu/skcmdb/entity/statement/> .
@prefix ref: <https://reprexbase.eu/skcmdb/reference/> .
@prefix v: <https://reprexbase.eu/skcmdb/value/> .
@prefix wdt: <https://reprexbase.eu/skcmdb/prop/direct/> .
@prefix wdtn: <https://reprexbase.eu/skcmdb/prop/direct-normalized/> .
@prefix p: <https://reprexbase.eu/skcmdb/prop/> .
@prefix ps: <https://reprexbase.eu/skcmdb/prop/statement/> .
@prefix psv: <https://reprexbase.eu/skcmdb/prop/statement/value/> .
@prefix psn: <https://reprexbase.eu/skcmdb/prop/statement/value-normalized/> .
@prefix pq: <https://reprexbase.eu/skcmdb/prop/qualifier/> .
@prefix pqv: <https://reprexbase.eu/skcmdb/prop/qualifier/value/> .
@prefix pqn: <https://reprexbase.eu/skcmdb/prop/qualifier/value-normalized/> .
@prefix pr: <https://reprexbase.eu/skcmdb/prop/reference/> .
@prefix prv: <https://reprexbase.eu/skcmdb/prop/reference/value/> .
@prefix prn: <https://reprexbase.eu/skcmdb/prop/reference/value-normalized/> .
@prefix wdno: <https://reprexbase.eu/skcmdb/prop/novalue/> .

data:Q274 a schema:Dataset ;
	schema:about wd:Q274 ;
	cc:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
	schema:softwareVersion "1.0.0" ;
	schema:version "8455"^^xsd:integer ;
	schema:dateModified "2025-10-24T12:28:48Z"^^xsd:dateTime ;
	wikibase:statements "5"^^xsd:integer ;
	wikibase:sitelinks "0"^^xsd:integer ;
	wikibase:identifiers "0"^^xsd:integer .

wd:Q274 a wikibase:Item ;
	wdt:P5 wd:Q280 ;
	wdt:P108 wd:Q268 ;
	wdt:P111 <https://classical.music.apple.com/us/album/19451272> ;
	wdt:P97 wd:Q150 ;
	wdt:P138 wd:Q36 ;
	p:P5 s:Q274-5f54381f-4460-8a90-ec73-9996b101e84c .

s:Q274-5f54381f-4460-8a90-ec73-9996b101e84c a wikibase:Statement,
		wikibase:BestRank ;
	wikibase:rank wikibase:NormalRank ;
	ps:P5 wd:Q280 .

wd:Q274 p:P108 s:Q274-6a48794b-4823-5ad4-b407-a9170650e694 .

s:Q274-6a48794b-4823-5ad4-b407-a9170650e694 a wikibase:Statement,
		wikibase:BestRank ;
	wikibase:rank wikibase:NormalRank ;
	ps:P108 wd:Q268 .

wd:Q274 p:P111 s:Q274-c639298f-4199-713b-365c-3d4ca3bc5bea .

s:Q274-c639298f-4199-713b-365c-3d4ca3bc5bea a wikibase:Statement,
		wikibase:BestRank ;
	wikibase:rank wikibase:NormalRank ;
	ps:P111 <https://classical.music.apple.com/us/album/19451272> ;
	pq:P112 wd:Q467 .

wd:Q274 p:P97 s:Q274-6884446a-45ff-38a2-48da-392b5f951fed .

s:Q274-6884446a-45ff-38a2-48da-392b5f951fed a wikibase:Statement,
		wikibase:BestRank ;
	wikibase:rank wikibase:NormalRank ;
	ps:P97 wd:Q150 .

wd:Q274 p:P138 s:Q274-ef1c3897-4b29-0701-9a32-745fbcc7223d .

s:Q274-ef1c3897-4b29-0701-9a32-745fbcc7223d a wikibase:Statement,
		wikibase:BestRank ;
	wikibase:rank wikibase:NormalRank ;
	ps:P138 wd:Q36 .

wd:Q274 rdfs:label "String Quartet in B Flat Major (Moyzes Quartet)"@en ;
	skos:prefLabel "String Quartet in B Flat Major (Moyzes Quartet)"@en ;
	schema:name "String Quartet in B Flat Major (Moyzes Quartet)"@en ;
	schema:description "recording of Jaroslav Bella's String Quartet in B Flat Major by the Moyzes Quartet"@en .

wd:Q280 a wikibase:Item ;
	rdfs:label "sound recording (music)"@en ;
	skos:prefLabel "sound recording (music)"@en ;
	schema:name "sound recording (music)"@en ;
	schema:description "audio recording of music uniquely identified, if it is commercially released, it is identified with the International Standard Recording Code (ISRC)"@en .

wd:P5 a wikibase:Property ;
	rdfs:label "instance of"@en ;
	skos:prefLabel "instance of"@en ;
	schema:name "instance of"@en ;
	schema:description "type to which this subject corresponds/belongs. Different from P279 (subclass of); for example: K2 is an instance of mountain; volcanoes form a subclass of mountains, and the volcano is a type (instance) of volcanic landform"@en ;
	wikibase:propertyType <http://wikiba.se/ontology#WikibaseItem> ;
	wikibase:directClaim wdt:P5 ;
	wikibase:claim p:P5 ;
	wikibase:statementProperty ps:P5 ;
	wikibase:statementValue psv:P5 ;
	wikibase:qualifier pq:P5 ;
	wikibase:qualifierValue pqv:P5 ;
	wikibase:reference pr:P5 ;
	wikibase:referenceValue prv:P5 ;
	wikibase:novalue wdno:P5 .

p:P5 a owl:ObjectProperty .

psv:P5 a owl:ObjectProperty .

pqv:P5 a owl:ObjectProperty .

prv:P5 a owl:ObjectProperty .

wdt:P5 a owl:ObjectProperty .

ps:P5 a owl:ObjectProperty .

pq:P5 a owl:ObjectProperty .

pr:P5 a owl:ObjectProperty .

wdno:P5 a owl:Class ;
	owl:complementOf _:56eac40b19c79eb6941c33fb4ea06eb1 .

_:56eac40b19c79eb6941c33fb4ea06eb1 a owl:Restriction ;
	owl:onProperty wdt:P5 ;
	owl:someValuesFrom owl:Thing .

wd:Q268 a wikibase:Item ;
	rdfs:label "String Quartet in B Flat Major (Ján Levoslav Bella)"@en ;
	skos:prefLabel "String Quartet in B Flat Major (Ján Levoslav Bella)"@en ;
	schema:name "String Quartet in B Flat Major (Ján Levoslav Bella)"@en ;
	schema:description "Sláčikové kvarteto B dur (Ján Levoslav Bella)"@en .

wd:P108 a wikibase:Property ;
	rdfs:label "is recording of"@en ;
	skos:prefLabel "is recording of"@en ;
	schema:name "is recording of"@en ;
	schema:description "the sound or video recording is a fixation of a creative or intellectual work; connects a digital or analog audio/video recording (a heritage digital twin) to the creative, performative, or intellectual work that it fixes or captures in material form.Equi"@en ;
	wikibase:propertyType <http://wikiba.se/ontology#WikibaseItem> ;
	wikibase:directClaim wdt:P108 ;
	wikibase:claim p:P108 ;
	wikibase:statementProperty ps:P108 ;
	wikibase:statementValue psv:P108 ;
	wikibase:qualifier pq:P108 ;
	wikibase:qualifierValue pqv:P108 ;
	wikibase:reference pr:P108 ;
	wikibase:referenceValue prv:P108 ;
	wikibase:novalue wdno:P108 .

p:P108 a owl:ObjectProperty .

psv:P108 a owl:ObjectProperty .

pqv:P108 a owl:ObjectProperty .

prv:P108 a owl:ObjectProperty .

wdt:P108 a owl:ObjectProperty .

ps:P108 a owl:ObjectProperty .

pq:P108 a owl:ObjectProperty .

pr:P108 a owl:ObjectProperty .

wdno:P108 a owl:Class ;
	owl:complementOf _:787dca281f599993d9a63d6f1ce316ec .

_:787dca281f599993d9a63d6f1ce316ec a owl:Restriction ;
	owl:onProperty wdt:P108 ;
	owl:someValuesFrom owl:Thing .

wd:P111 a wikibase:Property ;
	rdfs:label "has access point"@en ;
	skos:prefLabel "has access point"@en ;
	schema:name "has access point"@en ;
	schema:description "connects a work to a place, platform, or service where it can be accessed, borrowed, streamed, viewed, or purchased"@en ;
	wikibase:propertyType <http://wikiba.se/ontology#Url> ;
	wikibase:directClaim wdt:P111 ;
	wikibase:claim p:P111 ;
	wikibase:statementProperty ps:P111 ;
	wikibase:statementValue psv:P111 ;
	wikibase:qualifier pq:P111 ;
	wikibase:qualifierValue pqv:P111 ;
	wikibase:reference pr:P111 ;
	wikibase:referenceValue prv:P111 ;
	wikibase:novalue wdno:P111 .

p:P111 a owl:ObjectProperty .

psv:P111 a owl:ObjectProperty .

pqv:P111 a owl:ObjectProperty .

prv:P111 a owl:ObjectProperty .

wdt:P111 a owl:ObjectProperty .

ps:P111 a owl:ObjectProperty .

pq:P111 a owl:ObjectProperty .

pr:P111 a owl:ObjectProperty .

wdno:P111 a owl:Class ;
	owl:complementOf _:091ffdd9fdb7cfd37ce56f4feaec767d .

_:091ffdd9fdb7cfd37ce56f4feaec767d a owl:Restriction ;
	owl:onProperty wdt:P111 ;
	owl:someValuesFrom owl:Thing .

wd:Q150 a wikibase:Item ;
	rdfs:label "Moyzes Quartet"@en ;
	skos:prefLabel "Moyzes Quartet"@en ;
	schema:name "Moyzes Quartet"@en ;
	schema:description "The Moyzes Quartet is a Slovakian string quartet. It was founded in 1975, with Stanislav Mucha (first violin), František Török (second violin), Alexander Lakatoš (viola) and Ján Slávik (cello). The present first violin (since 2016) is Jozef Horváth"@en .

wd:P97 a wikibase:Property ;
	rdfs:label "performer"@en ;
	skos:prefLabel "performer"@en ;
	schema:name "performer"@en ;
	schema:description "actor, musician, band or other performer associated with this role or musical work"@en ;
	wikibase:propertyType <http://wikiba.se/ontology#WikibaseItem> ;
	wikibase:directClaim wdt:P97 ;
	wikibase:claim p:P97 ;
	wikibase:statementProperty ps:P97 ;
	wikibase:statementValue psv:P97 ;
	wikibase:qualifier pq:P97 ;
	wikibase:qualifierValue pqv:P97 ;
	wikibase:reference pr:P97 ;
	wikibase:referenceValue prv:P97 ;
	wikibase:novalue wdno:P97 .

p:P97 a owl:ObjectProperty .

psv:P97 a owl:ObjectProperty .

pqv:P97 a owl:ObjectProperty .

prv:P97 a owl:ObjectProperty .

wdt:P97 a owl:ObjectProperty .

ps:P97 a owl:ObjectProperty .

pq:P97 a owl:ObjectProperty .

pr:P97 a owl:ObjectProperty .

wdno:P97 a owl:Class ;
	owl:complementOf _:ccf5b044b6b243ceb3d6a21078db6601 .

_:ccf5b044b6b243ceb3d6a21078db6601 a owl:Restriction ;
	owl:onProperty wdt:P97 ;
	owl:someValuesFrom owl:Thing .

wd:Q36 a wikibase:Item ;
	rdfs:label "Slovakia"@en ;
	skos:prefLabel "Slovakia"@en ;
	schema:name "Slovakia"@en ;
	schema:description "country in Central Europe"@en .

wd:P138 a wikibase:Property ;
	rdfs:label "is heritage of"@en ;
	skos:prefLabel "is heritage of"@en ;
	schema:name "is heritage of"@en ;
	schema:description "Connects a heritage entity (tangible or intangible) to the community, people, or culture for which it is recognised as heritage. Equivalent to HDTO:HP15 is heritage of, subclass of is associated with"@en ;
	wikibase:propertyType <http://wikiba.se/ontology#WikibaseItem> ;
	wikibase:directClaim wdt:P138 ;
	wikibase:claim p:P138 ;
	wikibase:statementProperty ps:P138 ;
	wikibase:statementValue psv:P138 ;
	wikibase:qualifier pq:P138 ;
	wikibase:qualifierValue pqv:P138 ;
	wikibase:reference pr:P138 ;
	wikibase:referenceValue prv:P138 ;
	wikibase:novalue wdno:P138 .

p:P138 a owl:ObjectProperty .

psv:P138 a owl:ObjectProperty .

pqv:P138 a owl:ObjectProperty .

prv:P138 a owl:ObjectProperty .

wdt:P138 a owl:ObjectProperty .

ps:P138 a owl:ObjectProperty .

pq:P138 a owl:ObjectProperty .

pr:P138 a owl:ObjectProperty .

wdno:P138 a owl:Class ;
	owl:complementOf _:bdfa33e2b100cfed33c89226b3dba924 .

_:bdfa33e2b100cfed33c89226b3dba924 a owl:Restriction ;
	owl:onProperty wdt:P138 ;
	owl:someValuesFrom owl:Thing .

wd:Q467 a wikibase:Item ;
	rdfs:label "Apple Music Classical"@en ;
	skos:prefLabel "Apple Music Classical"@en ;
	schema:name "Apple Music Classical"@en ;
	schema:description "app developed by Apple"@en .

wd:P112 a wikibase:Property ;
	rdfs:label "access applies to"@en ;
	skos:prefLabel "access applies to"@en ;
	schema:name "access applies to"@en ;
	schema:description "qualifier that specifies the nature of the access point (e.g., reading room, webshop, streaming service)"@en ;
	wikibase:propertyType <http://wikiba.se/ontology#WikibaseItem> ;
	wikibase:directClaim wdt:P112 ;
	wikibase:claim p:P112 ;
	wikibase:statementProperty ps:P112 ;
	wikibase:statementValue psv:P112 ;
	wikibase:qualifier pq:P112 ;
	wikibase:qualifierValue pqv:P112 ;
	wikibase:reference pr:P112 ;
	wikibase:referenceValue prv:P112 ;
	wikibase:novalue wdno:P112 .

p:P112 a owl:ObjectProperty .

psv:P112 a owl:ObjectProperty .

pqv:P112 a owl:ObjectProperty .

prv:P112 a owl:ObjectProperty .

wdt:P112 a owl:ObjectProperty .

ps:P112 a owl:ObjectProperty .

pq:P112 a owl:ObjectProperty .

pr:P112 a owl:ObjectProperty .

wdno:P112 a owl:Class ;
	owl:complementOf _:d7227042645c1e03b930c4d891d077f9 .

_:d7227042645c1e03b930c4d891d077f9 a owl:Restriction ;
	owl:onProperty wdt:P112 ;
	owl:someValuesFrom owl:Thing .
