@prefix rdf: . @prefix marcrel: . @prefix owl: . marcrel:cur rdf:type owl:ObjectProperty . @prefix ns3: . marcrel:cur rdf:type ns3:Authority , ns3:Topic . @prefix skos: . marcrel:cur rdf:type skos:Concept . @prefix rdfs: . @prefix dc: . marcrel:cur rdfs:subPropertyOf dc:contributor , marcrel:role ; rdfs:label "Curator"@en , "Commissaire d'exposition"@fr ; ns3:authoritativeLabel "Curator"@en ; ns3:code "cur" ; skos:notation "cur" ; skos:prefLabel "Curator"@en .