@prefix rdf: . @prefix dbo: . @prefix owl: . dbo:politicalPartyInLegislature rdf:type owl:ObjectProperty , rdf:Property . @prefix rdfs: . @prefix ns4: . dbo:politicalPartyInLegislature rdfs:subPropertyOf ns4:hasPart ; rdfs:label "politische Partei in der Legislative"@de , "political party in legislature"@en ; rdfs:domain dbo:Legislature ; rdfs:range dbo:PoliticalParty ; rdfs:isDefinedBy dbo: ; rdfs:comment "Political party in the legislature (eg.: European People's Party in the European Parliament)."@en . @prefix wdrs: . dbo:politicalPartyInLegislature wdrs:describedby . @prefix prov: . @prefix ns7: . dbo:politicalPartyInLegislature prov:wasDerivedFrom ns7:politicalPartyInLegislature .