Giter Club home page Giter Club logo

dataid-ontology's Issues

ontology.ttl buggies

  • vann:preferredNamespaceUri should be string not URL
  • use all defined prefixes to the max. Eg the opening should become
dataid: a owl:Ontology ;
    vann:preferredNamespaceUri "http://dataid.dbpedia.org/ns/core#" ;
    vann:preferredNamespacePrefix "dataid"^^xsd:string ;
    owl:versionInfo "1.0.0" ; 
    rdfs:comment "DBpedia Data ID is an ontology with the goal of extensively describing datasets via RDF files in a uniform way. Established vocabularies like DCAT, VoID, Prov-O are used for maximum compatibility."@en ;
    rdfs:label "DataID"@en ;
    owl:imports void: , dcat: , prov: .
  • remove this recursive thing
dataid: rdfs:isDefinedBy dataid: ;
  • why this roundabout way for "refining dcat:Catalog to fit DCAT-AP profile"?
[]  a owl:Class;
    owl:equivalentClass dcat:Catalog; ...
  • better this dcat:Catalog ... which is no more hijacking than the roundabout way
  • typo dataid:softwareRquirement
  • review comments, eg version of a DataIdPart thrice but there's no DataIdPart

Finally: shoudln't dataid-ld:SparqlEndpoint be subclass of dataid:ServiceEndpoint ?

collected xturtle issues

typically I develop and test my vocabularies with xturtle and a selected suite of sparql tests. here is the first bunch of errors from xturtle.

Description Resource    Path    Location    Type
could not find definition for http://dataid.dbpedia.org/ns/core#DeleteContent   ontology.ttl    /DataId-Ontology    line: 712 /DataId-Ontology/ontology.ttl Xturtle Problem
could not find definition for http://dataid.dbpedia.org/ns/core#DeleteDataIdPrivateAccess   ontology.ttl    /DataId-Ontology    line: 924 /DataId-Ontology/ontology.ttl Xturtle Problem
could not find definition for http://dataid.dbpedia.org/ns/core#DeleteDataIdPrivateAccess   ontology.ttl    /DataId-Ontology    line: 946 /DataId-Ontology/ontology.ttl Xturtle Problem
could not find definition for http://dataid.dbpedia.org/ns/core#DeleteDataIdPrivateAccess   ontology.ttl    /DataId-Ontology    line: 981 /DataId-Ontology/ontology.ttl Xturtle Problem
could not find definition for http://dataid.dbpedia.org/ns/core#DeleteDataIdPublicAccess    ontology.ttl    /DataId-Ontology    line: 933 /DataId-Ontology/ontology.ttl Xturtle Problem
could not find definition for http://dataid.dbpedia.org/ns/core#DeleteDataIdPublicAccess    ontology.ttl    /DataId-Ontology    line: 990 /DataId-Ontology/ontology.ttl Xturtle Problem
could not find definition for http://dataid.dbpedia.org/ns/core#DeleteDataIdSemiPrivateAccess   ontology.ttl    /DataId-Ontology    line: 932 /DataId-Ontology/ontology.ttl Xturtle Problem
could not find definition for http://dataid.dbpedia.org/ns/core#DeleteDataIdSemiPrivateAccess   ontology.ttl    /DataId-Ontology    line: 989 /DataId-Ontology/ontology.ttl Xturtle Problem
could not find definition for http://dataid.dbpedia.org/ns/core#isInheritable   ontology.ttl    /DataId-Ontology    line: 640 /DataId-Ontology/ontology.ttl Xturtle Problem
could not find definition for http://dataid.dbpedia.org/ns/core#ModifyContent   ontology.ttl    /DataId-Ontology    line: 711 /DataId-Ontology/ontology.ttl Xturtle Problem
could not find definition for http://dataid.dbpedia.org/ns/core#ModifyDataIdPrivateAccess   ontology.ttl    /DataId-Ontology    line: 923 /DataId-Ontology/ontology.ttl Xturtle Problem
could not find definition for http://dataid.dbpedia.org/ns/core#ModifyDataIdPrivateAccess   ontology.ttl    /DataId-Ontology    line: 945 /DataId-Ontology/ontology.ttl Xturtle Problem
could not find definition for http://dataid.dbpedia.org/ns/core#ModifyDataIdPrivateAccess   ontology.ttl    /DataId-Ontology    line: 980 /DataId-Ontology/ontology.ttl Xturtle Problem
could not find definition for http://dataid.dbpedia.org/ns/core#ModifyDataIdPublicAccess    ontology.ttl    /DataId-Ontology    line: 911 /DataId-Ontology/ontology.ttl Xturtle Problem
could not find definition for http://dataid.dbpedia.org/ns/core#ModifyDataIdPublicAccess    ontology.ttl    /DataId-Ontology    line: 919 /DataId-Ontology/ontology.ttl Xturtle Problem
could not find definition for http://dataid.dbpedia.org/ns/core#ModifyDataIdPublicAccess    ontology.ttl    /DataId-Ontology    line: 941 /DataId-Ontology/ontology.ttl Xturtle Problem
could not find definition for http://dataid.dbpedia.org/ns/core#ModifyDataIdPublicAccess    ontology.ttl    /DataId-Ontology    line: 957 /DataId-Ontology/ontology.ttl Xturtle Problem
could not find definition for http://dataid.dbpedia.org/ns/core#ModifyDataIdPublicAccess    ontology.ttl    /DataId-Ontology    line: 965 /DataId-Ontology/ontology.ttl Xturtle Problem
could not find definition for http://dataid.dbpedia.org/ns/core#ModifyDataIdPublicAccess    ontology.ttl    /DataId-Ontology    line: 976 /DataId-Ontology/ontology.ttl Xturtle Problem
could not find definition for http://dataid.dbpedia.org/ns/core#ModifyDataIdSemiPrivateAccess   ontology.ttl    /DataId-Ontology    line: 921 /DataId-Ontology/ontology.ttl Xturtle Problem
could not find definition for http://dataid.dbpedia.org/ns/core#ModifyDataIdSemiPrivateAccess   ontology.ttl    /DataId-Ontology    line: 943 /DataId-Ontology/ontology.ttl Xturtle Problem
could not find definition for http://dataid.dbpedia.org/ns/core#ModifyDataIdSemiPrivateAccess   ontology.ttl    /DataId-Ontology    line: 967 /DataId-Ontology/ontology.ttl Xturtle Problem
could not find definition for http://dataid.dbpedia.org/ns/core#ModifyDataIdSemiPrivateAccess   ontology.ttl    /DataId-Ontology    line: 978 /DataId-Ontology/ontology.ttl Xturtle Problem
could not find definition for http://dataid.dbpedia.org/ns/core#ReadContent ontology.ttl    /DataId-Ontology    line: 710 /DataId-Ontology/ontology.ttl Xturtle Problem
could not find definition for http://dataid.dbpedia.org/ns/core#ReadDataIdPrivateAccess ontology.ttl    /DataId-Ontology    line: 922 /DataId-Ontology/ontology.ttl Xturtle Problem
could not find definition for http://dataid.dbpedia.org/ns/core#ReadDataIdPrivateAccess ontology.ttl    /DataId-Ontology    line: 944 /DataId-Ontology/ontology.ttl Xturtle Problem
could not find definition for http://dataid.dbpedia.org/ns/core#ReadDataIdPrivateAccess ontology.ttl    /DataId-Ontology    line: 968 /DataId-Ontology/ontology.ttl Xturtle Problem
could not find definition for http://dataid.dbpedia.org/ns/core#ReadDataIdPrivateAccess ontology.ttl    /DataId-Ontology    line: 979 /DataId-Ontology/ontology.ttl Xturtle Problem
could not find definition for http://dataid.dbpedia.org/ns/core#ReadDataIdSemiPrivateAccess ontology.ttl    /DataId-Ontology    line: 912 /DataId-Ontology/ontology.ttl Xturtle Problem
could not find definition for http://dataid.dbpedia.org/ns/core#ReadDataIdSemiPrivateAccess ontology.ttl    /DataId-Ontology    line: 920 /DataId-Ontology/ontology.ttl Xturtle Problem
could not find definition for http://dataid.dbpedia.org/ns/core#ReadDataIdSemiPrivateAccess ontology.ttl    /DataId-Ontology    line: 942 /DataId-Ontology/ontology.ttl Xturtle Problem
could not find definition for http://dataid.dbpedia.org/ns/core#ReadDataIdSemiPrivateAccess ontology.ttl    /DataId-Ontology    line: 958 /DataId-Ontology/ontology.ttl Xturtle Problem
could not find definition for http://dataid.dbpedia.org/ns/core#ReadDataIdSemiPrivateAccess ontology.ttl    /DataId-Ontology    line: 966 /DataId-Ontology/ontology.ttl Xturtle Problem
could not find definition for http://dataid.dbpedia.org/ns/core#ReadDataIdSemiPrivateAccess ontology.ttl    /DataId-Ontology    line: 977 /DataId-Ontology/ontology.ttl Xturtle Problem
could not find definition for http://dataid.dbpedia.org/ns/core#validUnitl  ontology.ttl    /DataId-Ontology    line: 648 /DataId-Ontology/ontology.ttl Xturtle Problem
extraneous input 'dataid' expecting ':' ontology.ttl    /DataId-Ontology    line: 555 /DataId-Ontology/ontology.ttl Xturtle Problem
extraneous input 'dataid' expecting ':' ontology.ttl    /DataId-Ontology    line: 679 /DataId-Ontology/ontology.ttl Xturtle Problem
no @prefix-Definition for dataid:ResponsibleAction up to this point ontology.ttl    /DataId-Ontology    line: 679 /DataId-Ontology/ontology.ttl Xturtle Problem
no @prefix-Definition for dataid:SingleFile up to this point    ontology.ttl    /DataId-Ontology    line: 555 /DataId-Ontology/ontology.ttl Xturtle Problem
org.eclipse.xtext.conversion.ValueConverterException: expecting ':' in QName    ontology.ttl    /DataId-Ontology    line: 555 /DataId-Ontology/ontology.ttl Xturtle Problem
org.eclipse.xtext.conversion.ValueConverterException: expecting ':' in QName    ontology.ttl    /DataId-Ontology    line: 679 /DataId-Ontology/ontology.ttl Xturtle Problem

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.