@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcam: <http://purl.org/dc/dcam/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <https://jsonapi.org/format/1.1/#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

dcterms:publisher a rdf:Property ;
    rdfs:label "Provider"@en,
        "Publisher"@en ;
    dcam:rangeIncludes dcterms:Agent ;
    dcterms:issued "2008-01-14"^^xsd:date ;
    rdfs:comment "An entity responsible for making the resource available."@en ;
    rdfs:isDefinedBy dcterms: ;
    rdfs:subPropertyOf dc:publisher ;
    ns1:document-member-names "publisher"@en .