@prefix rdf: . @prefix dbo: . @prefix owl: . dbo:writer rdf:type owl:ObjectProperty , rdf:Property . @prefix rdfs: . @prefix ns4: . dbo:writer rdfs:subPropertyOf ns4:coparticipatesWith ; rdfs:label "scrittore"@it , "\u043F\u0438\u0441\u0430\u0446"@sr , "schriftsteller"@de , "schrijver"@nl , "auteur"@en , "\u03C3\u03B5\u03BD\u03B1\u03C1\u03B9\u03BF\u03B3\u03C1\u03AC\u03C6\u03BF\u03C2"@el ; rdfs:domain dbo:Work ; rdfs:range dbo:Person ; rdfs:isDefinedBy dbo: . @prefix wdrs: . dbo:writer wdrs:describedby . @prefix prov: . @prefix ns7: . dbo:writer prov:wasDerivedFrom ns7:writer .