@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix dc: <http://purl.org/dc/elements/1.1/> . @prefix ns0: <http://dublincore.org/usage/terms/history/#> . dct:publisher dct:description "Examples of a Publisher include a person, an organization, or a service."@en ; dct:hasVersion ns0:publisherT-001 ; dct:issued "2008-01-14"^^<http://www.w3.org/2001/XMLSchema#date> ; dct:modified "2010-10-11"^^<http://www.w3.org/2001/XMLSchema#date> ; a owl:AnnotationProperty, owl:NamedIndividual, owl:ObjectProperty ; rdfs:comment "An entity responsible for making the resource available."@en, """An entity responsible for making the resource available. Examples of a Publisher include a person, an organization, or a service. Typically, the name of a Publisher should be used to indicate the entity."""@en ; rdfs:isDefinedBy <http://purl.org/dc/terms/> ; rdfs:label "Publisher"@en, "has publisher"@en ; rdfs:range dct:Agent ; rdfs:subPropertyOf dc:publisher, owl:topObjectProperty .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix ns0: <http://dublincore.org/usage/terms/history/#> .

dct:publisher
    dct:description "Examples of a Publisher include a person, an organization, or a service."@en ;
    dct:hasVersion ns0:publisherT-001 ;
    dct:issued "2008-01-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2010-10-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a owl:AnnotationProperty, owl:NamedIndividual, owl:ObjectProperty ;
    rdfs:comment "An entity responsible for making the resource available."@en, """An entity responsible for making the resource available.

Examples of a Publisher include a person, an organization, or a service. Typically, the name of a Publisher should be used to indicate the entity."""@en ;
    rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
    rdfs:label "Publisher"@en, "has publisher"@en ;
    rdfs:range dct:Agent ;
    rdfs:subPropertyOf dc:publisher, owl:topObjectProperty .