@prefix rdf: . @prefix marcrel: . @prefix ns2: . marcrel:ctb rdf:type ns2:Topic . @prefix skos: . marcrel:ctb rdf:type skos:Concept . @prefix owl: . marcrel:ctb rdf:type owl:ObjectProperty , ns2:Authority . @prefix rdfs: . @prefix dc: . marcrel:ctb rdfs:subPropertyOf dc:contributor , marcrel:role ; rdfs:label "Contributor"@en ; ns2:authoritativeLabel "Contributor"@en ; ns2:code "ctb" ; skos:notation "ctb" ; skos:prefLabel "Contributor"@en .