@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ontolex: <http://www.w3.org/ns/lemon/ontolex#> .
@prefix dct: <http://purl.org/dc/terms/> .
@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/openmusic/entity/> .
@prefix data: <https://www.wikidata.org/wiki/Special:EntityData/> .
@prefix s: <https://reprexbase.eu/openmusic/entity/statement/> .
@prefix ref: <https://reprexbase.eu/openmusic/reference/> .
@prefix v: <https://reprexbase.eu/openmusic/value/> .
@prefix wdt: <https://reprexbase.eu/openmusic/prop/direct/> .
@prefix wdtn: <https://reprexbase.eu/openmusic/prop/direct-normalized/> .
@prefix p: <https://reprexbase.eu/openmusic/prop/> .
@prefix ps: <https://reprexbase.eu/openmusic/prop/statement/> .
@prefix psv: <https://reprexbase.eu/openmusic/prop/statement/value/> .
@prefix psn: <https://reprexbase.eu/openmusic/prop/statement/value-normalized/> .
@prefix pq: <https://reprexbase.eu/openmusic/prop/qualifier/> .
@prefix pqv: <https://reprexbase.eu/openmusic/prop/qualifier/value/> .
@prefix pqn: <https://reprexbase.eu/openmusic/prop/qualifier/value-normalized/> .
@prefix pr: <https://reprexbase.eu/openmusic/prop/reference/> .
@prefix prv: <https://reprexbase.eu/openmusic/prop/reference/value/> .
@prefix prn: <https://reprexbase.eu/openmusic/prop/reference/value-normalized/> .
@prefix wdno: <https://reprexbase.eu/openmusic/prop/novalue/> .

data:Q445 a schema:Dataset ;
	schema:about wd:Q445 ;
	cc:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
	schema:softwareVersion "1.0.0" ;
	schema:version "2105"^^xsd:integer ;
	schema:dateModified "2025-11-02T14:32:43Z"^^xsd:dateTime ;
	wikibase:statements "2"^^xsd:integer ;
	wikibase:sitelinks "0"^^xsd:integer ;
	wikibase:identifiers "0"^^xsd:integer .

wd:Q445 a wikibase:Item ;
	wdt:P6 wd:Q444 ;
	wdt:P7 wd:Q443 ;
	p:P6 s:Q445-1c683ab0-4169-1f4d-a18b-965741a92ccf .

s:Q445-1c683ab0-4169-1f4d-a18b-965741a92ccf a wikibase:Statement,
		wikibase:BestRank ;
	wikibase:rank wikibase:NormalRank ;
	ps:P6 wd:Q444 .

wd:Q445 p:P7 s:Q445-8b5dada8-41ba-5548-5811-92560b03241c .

s:Q445-8b5dada8-41ba-5548-5811-92560b03241c a wikibase:Statement,
		wikibase:BestRank ;
	wikibase:rank wikibase:NormalRank ;
	ps:P7 wd:Q443 .

wd:Q445 rdfs:label "component set"@en ;
	skos:prefLabel "component set"@en ;
	schema:name "component set"@en ;
	schema:description "A set of component specifications that together describe the structure of a dataset, including its dimensions, measures, and attributes. Equivalent to qb:ComponentSet in the W3C RDF Data Cube Vocabulary."@en ;
	skos:altLabel "dataset component set"@en,
		"component group"@en,
		"structural component set"@en,
		"qb:ComponentSet"@en,
		"data structure components"@en .

wd:Q444 a wikibase:Item ;
	rdfs:label "information object"@en ;
	skos:prefLabel "information object"@en ;
	schema:name "information object"@en ;
	schema:description "physical or electronic entity that contains information about a particular topic"@en .

wd:P6 a wikibase:Property ;
	rdfs:label "subclass of"@en ;
	skos:prefLabel "subclass of"@en ;
	schema:name "subclass of"@en ;
	schema:description "this item is a subclass (subset) of that item; ALL instances of this item are instances of that item; different from P31 (instance of), e.g.: volcano is a subclass of mountain (and an instance of volcanic landform); Everest is an instance of mountain"@en ;
	wikibase:propertyType <http://wikiba.se/ontology#WikibaseItem> ;
	wikibase:directClaim wdt:P6 ;
	wikibase:claim p:P6 ;
	wikibase:statementProperty ps:P6 ;
	wikibase:statementValue psv:P6 ;
	wikibase:qualifier pq:P6 ;
	wikibase:qualifierValue pqv:P6 ;
	wikibase:reference pr:P6 ;
	wikibase:referenceValue prv:P6 ;
	wikibase:novalue wdno:P6 .

p:P6 a owl:ObjectProperty .

psv:P6 a owl:ObjectProperty .

pqv:P6 a owl:ObjectProperty .

prv:P6 a owl:ObjectProperty .

wdt:P6 a owl:ObjectProperty .

ps:P6 a owl:ObjectProperty .

pq:P6 a owl:ObjectProperty .

pr:P6 a owl:ObjectProperty .

wdno:P6 a owl:Class ;
	owl:complementOf _:07de028d5d4909cb39e8b20a8e62f4fe .

_:07de028d5d4909cb39e8b20a8e62f4fe a owl:Restriction ;
	owl:onProperty wdt:P6 ;
	owl:someValuesFrom owl:Thing .

wd:Q443 a wikibase:Item ;
	rdfs:label "Data Structure Definition"@en ;
	skos:prefLabel "Data Structure Definition"@en ;
	schema:name "Data Structure Definition"@en ;
	schema:description "A structural description of a statistical dataset, defining its dimensions, measures, and attributes. Near-equivalent to qb:DataStructureDefinition from the W3C RDF Data Cube Vocabulary."@en .

wd:P7 a wikibase:Property ;
	rdfs:label "superclass of"@en ;
	skos:prefLabel "superclass of"@en ;
	schema:name "superclass of"@en ;
	schema:description "this item is a superclas (superset) of that item"@en ;
	wikibase:propertyType <http://wikiba.se/ontology#WikibaseItem> ;
	wikibase:directClaim wdt:P7 ;
	wikibase:claim p:P7 ;
	wikibase:statementProperty ps:P7 ;
	wikibase:statementValue psv:P7 ;
	wikibase:qualifier pq:P7 ;
	wikibase:qualifierValue pqv:P7 ;
	wikibase:reference pr:P7 ;
	wikibase:referenceValue prv:P7 ;
	wikibase:novalue wdno:P7 .

p:P7 a owl:ObjectProperty .

psv:P7 a owl:ObjectProperty .

pqv:P7 a owl:ObjectProperty .

prv:P7 a owl:ObjectProperty .

wdt:P7 a owl:ObjectProperty .

ps:P7 a owl:ObjectProperty .

pq:P7 a owl:ObjectProperty .

pr:P7 a owl:ObjectProperty .

wdno:P7 a owl:Class ;
	owl:complementOf _:4db5b42e7b5da5233a6b99a921f394d0 .

_:4db5b42e7b5da5233a6b99a921f394d0 a owl:Restriction ;
	owl:onProperty wdt:P7 ;
	owl:someValuesFrom owl:Thing .
