| This wiki: The development wiki is a work area where Jazz development teams plan and discuss technical designs and operations for the projects at Jazz.net. Work items often link to documents here. You are welcome to browse, follow along, and participate. Participation is what Jazz.net is all about! But please keep in mind that information here is "as is", unsupported, and may be outdated or inaccurate. For information on released products, consult IBM Knowledge Center, support tech notes, and the Jazz.net library. See also the Jazz.net Terms of Use. Any documentation or reference material found in this wiki is not official product documentation, but it is primarily for the use of the development teams. For your end use, you should consult official product documentation (infocenters), IBM.com support artifacts (tech notes), and the jazz.net library as officially "stamped" resources. |
rdfs:domain, rdfs:range, rdfs:subClassOf, and rdfs:subPropertyOf in RDF vocabularies.
rdfs:domain or rdfs:range with multiple values when defining a vocabulary term for a property, since that infers the target of that property is of all mentioned types, not any one of them.
@prefix oslc: <http://open-services.net/ns/core#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . oslc:ServiceProvider a rdfs:Class ; rdfs:isDefinedBy oslc: ; rdfs:label "ServiceProvider" ; rdfs:comment "The Service Provider resource" ; rdfs:seeAlso <http://open-services.net/bin/view/Main/OslcCoreSpecification#Resource_Service_Provider> .