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

Question: schema.org vs other standards? #19

Open
fosterlynn opened this issue Mar 12, 2015 · 1 comment
Open

Question: schema.org vs other standards? #19

fosterlynn opened this issue Mar 12, 2015 · 1 comment

Comments

@fosterlynn
Copy link

I am wondering what has already been decided regarding use of existing vocabs for person and organization data. I found plp.jsonld, which looks like you are using schema.org for most definitions so far?

I don't have the experience, so I'm wondering what people's perspectives are on the various choices out there - like schema.org, foaf, org, etc? If this is documented, please just point me there and accept my apologies.

@elf-pavlik
Copy link
Member

@fosterlynn we should document it better! To answer very shortly, we will most likely start with mixing vocabularies and use more then one matching type e.g

  • { "@type": ["schema:Person", "foaf:Person"] }
  • { "@type": ["schema:Organization", "org:Organization"] }

It does get little trickier with properties but with minimal inference we can automate generating 'duplicates'. Please take a look at very minimal http://www.w3.org/TR/rdfa-syntax/#s_vocab_entailment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants