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

Intended meaning of era:inCountry #6

Closed
kvistgaard opened this issue Sep 24, 2020 · 1 comment
Closed

Intended meaning of era:inCountry #6

kvistgaard opened this issue Sep 24, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request v0.9.0 v0.9.0

Comments

@kvistgaard
Copy link
Collaborator

kvistgaard commented Sep 24, 2020

Currently IRI: http://era.europa.eu/ns#inCountry is defined with the intended use

Indicates the country in which the entity resides.

    rdfs:label "in country"@en ;
    rdfs:comment "Indicates the country in which the entity resides."@en ;
    rdfs:isDefinedBy era: ;
    rdfs:domain [ a owl:Class ;
                  owl:unionOf ( era:OperationalPoint era:VehicleType )
                ] ;
    rdfs:range skos:Concept ;
    dct:created "2020-09-01"^^xsd:date ;
    dct:modified "2020-09-01"^^xsd:date ;
    vs:term_status "stable" .

It has domain owl:unionOf ( era:OperationalPoint era:VehicleType . OP have location rather than residence. For VT the issue the intended use is ambiguous: "manufactured in", "spend most of it's lifecycle in", "has manufacturer with coutry of residence" etc.

Possible solutions: changing the comment, creating a sub-property, changing the domain (OP or Manufacturer).

@julianrojas87
Copy link
Owner

Addressed in #10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request v0.9.0 v0.9.0
Projects
None yet
Development

No branches or pull requests

2 participants