Re: [dxwg] publisher as object property versus annotation property (#1462)

@rsc3 , thanks for submitting this issue.

Please note that, even though not explicitly defined as such, `dcterms:publisher` is meant to be used as an object property, as indicated by the `dcam:rangeIncludes` statement in [the DCTERMS definition of this property](https://www.dublincore.org/specifications/dublin-core/dcmi-terms/dublin_core_terms.ttl):

````turtle
dcterms:publisher
    dcam:rangeIncludes dcterms:Agent ;
    dcterms:issued "2008-01-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdf:Property ;
    rdfs:comment "An entity responsible for making the resource available."@en ;
    rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
    rdfs:label "Publisher"@en ;
    rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/publisher> .
````

BTW, OWL annotation properties can also be object properties (see, e.g., `rdfs:seeAlso` and `rdfs:isDefinedBy`). I suppose you meant instead "datatype properties".

-- 
GitHub Notification of comment by andrea-perego
Please view or discuss this issue at https://github.com/w3c/dxwg/issues/1462#issuecomment-1051083568 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 25 February 2022 18:16:32 UTC