-
Notifications
You must be signed in to change notification settings - Fork 827
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
"Attorney" type is ambiguous, consider "Law Firm" or "Law Office" as another type for the business #784
Comments
Thanks @fosterinteractive. When we first spoke about this a few weeks ago, you went into a lot more details (feel free to re-iterate in the summary) and you were not sure if the ambiguity was due to a difference of terminology between Canada and the US (and maybe other countries). PS: there are also some unfinished statements in your summary: "This business entity"? |
(sorry hit submit while typing... I've posted more details here) |
One other consideration. Wikipedia shows that a "law firm" can be a single practitioner. https://en.wikipedia.org/wiki/Law_firm while other sources say it must be 2 or more lawyers http://www.businessdictionary.com/definition/law-firm.html . I have come across another term that I think is better as it covers all cases with less ambiguity. "Law Office" makes sense for all sizes/structures of business providing legal servers. http://research.lawyers.com/understanding-how-law-offices-do-business.html |
Thanks! See also previous discussion - https://lists.w3.org/Archives/Public/public-vocabs/2014Mar/0089.html /cc @Aaranged |
Ok we have been cleaning up around ProfessionalService (which was confusing a lot of people w.r.t. the entirely different Service type). As part of this, ProfessionalService as a supertype for various things including Attorney is being deprecated. I've just implemented a LegalService type as a supertype of Attorney and Notary, see http://sdo-phobos.appspot.com/LegalService: "A LegalService is a business that provides legally-oriented services, advice and representation, e.g. law firms. As a LocalBusiness it can be described as a provider of one or more Service(s)." http://sdo-phobos.appspot.com/Attorney: "Professional service: Attorney. This type is deprecated - LegalService is more inclusive and less ambiguous." Does this address things adequately? The Attorney type remains usable but we encourage people to use LegalService instead. |
Dan, I like the use of LegalService for all legal entities such as law firms and notaries, etc. But one thing I've always struggled with is how to define the types of litigation a law firm offers. For example, a law firm that offers personal injury representation or automobile accident litigation. Would it be practical to add a new property and type specifically for LegalService litigation types? And one thing to keep in mind is that law firms typically offer several types of litigation and legal representation, each usually described on their own page. My idea may or may not be the best solution, but I do see a need for extending the LegalService type (or Offer) in some way to help clarify what exactly a law firm offers and does. |
@DDeering Note that you can always attach a schema:Offer with a simple name/description for indicating the services offered by a LocalBusiness, so there is no need to provide extra properties or a very deep taxonomy for those IMO. It's as simple as this:
For two or more services offered, simply use multiple schema:Offer nodes, like so:
Let's not reinvent the wheel ;-) |
Thanks Martin. That's exactly what I've done up to this point. It just seems like it's lacking somewhat to me, especially compared to say a MedicalEntity markup. You can get very granular with MedicalEntity; not so with Attorney or LegalService. |
@DDeering @vholland if there are external taxonomies, you can use http://schema.org/category on Offer. As for "especially compared to say a MedicalEntity markup. You can get very granular with MedicalEntity; not so with Attorney or LegalService.": I think that is a bug in the old medical contribution, not a generally working pattern that we should apply to other areas. In my understanding we are in the process of trimming down the old medical terminology part of schema.org to a more reasonable subset. As said, I think Offer + name/category/description is perfectly fine. If you want to be more specific, add the product or service and even add additionalType. |
P.S. Note that you can directly use any of the ca. 3000 entries from the Google taxonomy at http://www.google.com/basepages/producttype/taxonomy.en-US.txt with http://schema.org/category. There are very few services entries in there at the moment, though, |
@danbri - http://sdo-phobos.appspot.com/LegalService Covers all the use cases I've come across. Do you have any recommendations as to changing this on live client's sites? Should I wait a while or go ahead and change this quickly (or should this be done with some way of stating "same as" to Attorney)? |
Let's see what the others on the team think, but one idea would be to have both types for a while until any service making use of the old Attorney gets updated. Since you are using RDFa, this is very easy, just add the new type in the typeof attribute with the deprecated type:
Does that sounds like a good approach? The old type could be removed in a few months. |
@fosterinteractive - please don't stress about updating client sites. Anything marked up as an Attorney is implicitly now considered a LegalService. We don't want to make our improvements create work for you! /cc @scor Search engines are generally capable of keeping track of such things. We'll probably make Attorney (and other 'deprecated' types) less prominent within schema.org, to discourage new implementations from adopting it. But we have always kept older terminology documented on the site... |
@danbri Attorney isn't deprecated to the point of getting its own supersededBy statement in schema.rdfa? Is it purposely a soft-deprecation? |
@danbri found a typo at http://sdo-phobos.appspot.com/ProfessionalService:
should be LegalService. that was the only instance of LegalBusiness I found in the sdo-phobos branch. |
@scor - only reason for that is that we don't have any code in the site tooling that understands 'supersededBy' on types (or enums / enum values). I think there's an action on me somewhere to propose some vocab status terminology for this. But we'll get to it! https://github.com/schemaorg/schemaorg/issues/465 is the closest to an issue for this. /cc @RichardWallis |
Thanks @scor - fixed! |
I am going to close this issue, as I believe the primary point is addressed by the move from http://schema.org/Attorney to http://schema.org/LegalService. We can continue to discuss granularity/precision here, but in the interests of having < 300 open issues I would like to declare that the main problem has been addressed. |
Outstanding resource that has just answered a few of my questions that I've been searching on for a while for a new client. One question I do have in regard to listing multiple services offered.. Would it be more appropriate to a) List all the services offered by the legal firm together as touched on in mfhepp's example back on September 29th Thanks again. |
I've been working on a website for a law firm and have discovered some ambiguities associated with https://schema.org/Attorney
My assumption about the semantic meaning of this type, is that it refers to a Business who's primary service is advising, and representing people or companies in matters related to the law. This business entity could be a single lawyer, or a group of lawyers working together. In addition this business entity could have many non-lawyer employees supporting the business.
But the dictionary terms Attorney is "A person, typically a lawyer, appointed to act for another in business or legal matters." (http://www.oxforddictionaries.com/definition/english/attorney) or "In the most general sense this term denotes an agent or substitute, or one who is appointed and authorized to act in the place or stead of another. (http://thelawdictionary.org/attorney/)
The distinction is that an attorney is a type of person, not a type of business.
In my personal experience in Canada and the US there are many examples of single lawyers operating as the sole lawyer in there business. When people talk about people in this structure they are basically operating as a "sole proprietorship" so the person and business are same thing. In this case the Attorney type is fine. It also makes sense that solo lawyers could have employees such as an assistant helping them with the sole-proprietorship style business.
There are also many lawyers who work as part of a team. In Canada (and I'm pretty confident for the USA as well) groups of lawyers are not legally allowed to incorporate a business which shields the business owners from liability lawsuits against the business. They are legally responsible for the advise they give. So groups of lawyers forming a business create a "Partnership" where all the lawyers share responsibility for the actions of the group. This is typically called a "Law Firm". http://thelawdictionary.org/law-firm/
Basically it's the analogous to a Doctor vs Doctor's office.
The text was updated successfully, but these errors were encountered: