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

Turtle files difference PO and DoCO #4

Open
floresbakker opened this issue Jun 25, 2021 · 0 comments
Open

Turtle files difference PO and DoCO #4

floresbakker opened this issue Jun 25, 2021 · 0 comments

Comments

@floresbakker
Copy link

floresbakker commented Jun 25, 2021

I am using your SPAR ontologies a lot. I am using DoCO to model budgetary documents (“unanticipated reuse of ontology”) and I am quite satisfied with it. Great work you did! I did notice something that I do not quite follow.

https://sparontologies.github.io/doco/current/doco.ttl
https://sparontologies.github.io/po/current/po.ttl

From PO:

:containsAsHeader a owl:ObjectProperty ;
    rdfs:label "contains as header"@en ;
    rdfs:comment "A structured element contains another generic element as part of its header."@en ;
    rdfs:subPropertyOf :contains ;
    owl:inverseOf :isContainedByAsHeader .
:isContainedByAsHeader a owl:ObjectProperty ;
    rdfs:label "is contained by as header"@en ;
    rdfs:comment "An element is contained by another structured element as part of its header."@en ;
    rdfs:subPropertyOf :isContainedBy .
:contains a owl:ObjectProperty ;
    rdfs:label "contains"@en ;
    rdfs:comment "A structured element contains another generic element."@en ;
    rdfs:domain :Structured ;
    owl:inverseOf :isContainedBy .

From DoCO:

pattern:isContainedByAsHeader a owl:ObjectProperty .

pattern:contains a owl:ObjectProperty ;
    rdfs:subPropertyOf terms:hasPart .

Would you say that DoCO additionally defines the two mentioned object properties (through the IMPORT and then adding extra triples to define the objectproperty)? Wouldn’t this be against customs in modelling of ontologies by changing entities of original ontologies in other ontologies? And why does DoCO define pattern:contains with an additional rdfs:subPropertyOf terms:hasPart and not in the original PO? By defining the subproperty terms:hasPart the contains property becomes very powerful, so I was hoping to see it in the PO ontology. Additionally, it seems pattern:containsAsHeader is missing from DoCO?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant