@prefix rdf: . @prefix dbo: . @prefix owl: . dbo:currentProduction rdf:type owl:ObjectProperty , rdf:Property . @prefix rdfs: . @prefix ns4: . dbo:currentProduction rdfs:subPropertyOf ns4:coparticipatesWith ; rdfs:domain dbo:Theatre ; rdfs:comment "The current production running in the theatre."@en ; owl:sameAs dbo:currentProduction ; rdfs:label "current production"@en . @prefix prov: . @prefix ns6: . dbo:currentProduction prov:wasDerivedFrom ns6:currentProduction .