@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix mus:	<http://data.doremus.org/ontology#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
mus:U76_has_WoO_subnumber	rdf:type	owl:DatatypeProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
mus:U76_has_WoO_subnumber	rdfs:label	"U76 has WoO subnumber"@en ;
	rdfs:domain	mus:M2_Opus_Statement .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
mus:U76_has_WoO_subnumber	rdfs:range	xsd:string ;
	rdfs:isDefinedBy	mus: .