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

legalName subPropertyOf name #2788

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

legalName subPropertyOf name #2788

wants to merge 1 commit into from

Conversation

apparry
Copy link

@apparry apparry commented Dec 14, 2020

I propose legalName becomes a subPropertyOf name

:legalName a rdf:Property ;
    rdfs:label "legalName" ;
    :domainIncludes :Organization ;
    :rangeIncludes :Text ;
    rdfs:comment "The official name of the organization, e.g. the registered company name." ;
    rdfs:subPropertyOf :name .

@github-actions
Copy link

This pull request is being tagged as Stale due to inactivity.

@github-actions github-actions bot added the no-pr-activity Discuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!). label Feb 13, 2021
@davux
Copy link

davux commented Mar 2, 2021

Is it common practice to have sub-properties of name? In principle it sounds like a nice thing to have.

Also (Noob Question Disclaimer): what does it mean in practice for a property to be a subPropertyOf another? Does it have consequences in terms of expectations during schema validation? For instance, maybe some parsers that look for name and find legalName will begin to be OK with it? (Not sure if that's a good thing or a bad thing.) Or what about parsers that find both attributes in an object and select legalName because it's a name?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-pr-activity Discuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!).
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants