Skip to content

comments on gsbpm-ontology.ttl #10

Description

@VladimirAlexiev

https://github.com/FranckCo/Stamina/blob/master/doc/gsbpm/gsbpm-ontology.ttl:

  • these prefixes are not very good/consistent
@prefix gsbpm:  <http://rdf.unece.org/models/gsbpm#> .
@prefix igsbpm: <http://id.unece.org/models/gsbpm/> .

Instead, I would use eg:

@prefix gsbpm:  <http://data.unece.org/ontology/gsbpm#> .
@prefix igsbpm: <http://data.unece.org/thesaurus/gsbpm/> .
  • vann:preferredNamespaceUri should be a string not URL
  • Instead of (or in addition to) voaf:classNumber and voaf:propertyNumber, use void:classes and void:properties which is used a lot more widely.
  • use dc: for literals (title and rights) and dcterms: for URLs and the specific dates. (I.e. use dc:title instead of dcterms:title)
  • Simplify this by using the prefix gsbpm::
  rdfs:isDefinedBy <http://rdf.unece.org/def/gsbpm#>
  • IMHO, omit owl:Class since you don't need it
  • If Copyright © 2015 INSEE then why isn't it listed as creator?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions