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