@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#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix ns0: <http://dublincore.org/usage/terms/history/#> . dc:contributor dct:description "Examples of a Contributor include a person, an organization, or a service. Typically, the name of a Contributor should be used to indicate the entity."@en ; dct:hasVersion ns0:contributor-006 ; dct:issued "1999-07-02"^^<http://www.w3.org/2001/XMLSchema#date> ; dct:modified "2008-01-14"^^<http://www.w3.org/2001/XMLSchema#date> ; a owl:NamedIndividual ; rdfs:comment "An entity responsible for making contributions to the resource."@en ; rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/> ; rdfs:label "Contributor"@en .
@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#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns0: <http://dublincore.org/usage/terms/history/#> .

dc:contributor
    dct:description "Examples of a Contributor include a person, an organization, or a service. Typically, the name of a Contributor should be used to indicate the entity."@en ;
    dct:hasVersion ns0:contributor-006 ;
    dct:issued "1999-07-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2008-01-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a owl:NamedIndividual ;
    rdfs:comment "An entity responsible for making contributions to the resource."@en ;
    rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/> ;
    rdfs:label "Contributor"@en .