Giter VIP home page Giter VIP logo

Comments (2)

plbt5 avatar plbt5 commented on July 30, 2024

I fully support @IllidanS4 's review comment. Regarding solution, although S4 's suggestion is certainly valid, I suggest the use of a blank node to improve terseness and readability, as follows:

:lastAccessedOn
    a owl:DatatypeProperty, owl:FunctionalProperty ;
    rdfs:domain [
    	owl:unionOf (
            :Directory :File
        )
    ] ;
    rdfs:range xsd:dateTimeStamp .

from icas-ontology.

plbt5 avatar plbt5 commented on July 30, 2024

Apart from the above, is it really the intention to apply rdfs:domain and rdfs:range in the way that it is specified? Its application is often confused as setting a data restriction, as opposed to its actual function that is to infer something to be of a certain class. In this example, with the following data:

<A> :lastAccessedOn <B> .

the function of the rdfs:range statement would be to infer that

<B>  rdf:type xsd:dateTimeStamp .

I assume, though, that the authors expected an error message of some sort in case <B> did not actually denote an xsd:dateTimeStamp. However, in order to enforce this behaviour one would apply a SHACL statement to specify that particular data constraint.

from icas-ontology.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.