Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publisher as object property versus annotation property #1462

Closed
rsc3 opened this issue Feb 25, 2022 · 3 comments
Closed

Publisher as object property versus annotation property #1462

rsc3 opened this issue Feb 25, 2022 · 3 comments
Labels
dcat due for closing Issue that is going to be closed if there are no objection within 6 days feedback Issues stemming from external feedback to the WG
Milestone

Comments

@rsc3
Copy link

rsc3 commented Feb 25, 2022

Use case name

Status:

Identifier:

Creator: Sidney Cox

Deliverable(s): DCAT1.1, DCAT-AP
''Which deliverable or deliverables does this UC relate to?''

Tags

''Optional space-separated list of tags out of the above catalog (extend on demand)''

Stakeholders

data producer, data publisher
''Mandatory list of stakeholders experiencing the problem. When describing the stakeholder, please be as specific as possible (e.g., data consumer, data producer, data publisher, program, etc.) and avoid using the term user.''

Problem statement

DCAT Spec indicates that the range for dct:publisher is Agent which made me think it was an object property, but it is an annotation property and thus this is not a legal range.

''Mandatory statement of the current situation, including a description of the problem, the stakeholders experiencing the problem, and what the stakeholder(s) are expected to supply (i.e. what contextual knowledge are they expected to have available) and/or receive to resolve the problem they are experiencing. In describing the stakeholder, please be as specific as possible (e.g., data consumer, data producer, data publisher, program, etc.) and avoid using the term user.''

Existing approaches

Don't use DCAT, define your own object property with DCAT_AP

''Optional references to standards and examples of established approaches with a potential for reuse in DCAT''

Links

''Optional link list to documents and projects this use case refers to''

Requirements

''Mandatory requirements suggested by this use case''

  • Imperative sentence starting with a verb each describing an individual task in order to solve the stated problem

Related use cases

''Optional references to related local (refer to anchor identifier [[#Id...]]) and remote use cases (e.g. POE-WG UCs)''.

Comments

''Optional section for editorial comments, suggestion and their interactive resolution''


@andrea-perego andrea-perego added dcat feedback Issues stemming from external feedback to the WG labels Feb 25, 2022
@andrea-perego andrea-perego added this to the DCAT3 4PWD milestone Feb 25, 2022
@andrea-perego
Copy link
Contributor

@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:

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".

@andrea-perego andrea-perego changed the title publisher as object property versus annotation property Publisher as object property versus annotation property Feb 25, 2022
andrea-perego added a commit that referenced this issue Feb 25, 2022
- Add Andreas Geißner - #1454
- Sidney Cox - #1462
@andrea-perego
Copy link
Contributor

@rsc3 , unless you have any other comments, we consider this issue as closed.

@andrea-perego andrea-perego added the due for closing Issue that is going to be closed if there are no objection within 6 days label Mar 7, 2022
@rsc3
Copy link
Author

rsc3 commented Mar 9, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dcat due for closing Issue that is going to be closed if there are no objection within 6 days feedback Issues stemming from external feedback to the WG
Projects
None yet
Development

No branches or pull requests

2 participants