@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix dc: <http://purl.org/dc/elements/1.1/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . dc:contributor dc:description """Examples of a Contributor include a person, an organisation, or a service. Typically, the name of a Contributor should be used to indicate the entity."""@en-us ; a owl:AnnotationProperty ; rdfs:comment """An entity responsible for making contributions to the content of the resource."""@en-us ; rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/> ; rdfs:label "Contributor"@en-us .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

dc:contributor
    dc:description """Examples of a Contributor include a person, an 
         organisation, or a service.  Typically, the name of a 
         Contributor should be used to indicate the entity."""@en-us ;
    a owl:AnnotationProperty ;
    rdfs:comment """An entity responsible for making contributions to the
         content of the resource."""@en-us ;
    rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/> ;
    rdfs:label "Contributor"@en-us .