The OSLC Core Vocabulary All vocabulary URIs defined in the OSLC Core namespace. Core ServiceProvider The Service Provider resource ServiceProviderCatalog The Service Provider Catalog resource ResponseInfo The ResponseInfo included in query results. Service The Service definition included in a ServiceProvider. CreationFactory The CreationFactory definition included in a ServiceProvider. QueryCapability The QueryCapability definition included in a ServiceProvider. Dialog The Dialog definition included in ServiceProvider. Publisher The Publisher definition included in ServiceProvider. PrefixDefinition The PrefixDefinition definition included in ServiceProvider. OAuthConfiguration The OAuthConfiguration definition included in ServiceProvider. Error Basis for forming an error response. ExtendedError Extended error information. ResourceShape The Resource Shape used for creation, query and modify. Formally, a shape S applies to a resource R if there is a triple R rdf:type T and there is a triple S oslc:describes T, or if there is a triple R oslc:instanceShape S. AllowedValues Allowed values for one property. Property A Property resource describes one allowed or required property of a resource. Comment A Comment resource represents a single note, or comment, in a discussion thread. Discussion A Discussion resource is intended to represent a sequence of comments or notes regarding the associated resource Preview The UI Preview representation. Compact The Compact representation, fetched as application/x-oslc-compact+xml serviceProvider A link to the resource's OSLC Service Provider. instanceShape The URI of a Resource Shape that describes the possible properties. shortTitle Shorter form of dcterms:title for the resource. shortId Shorter form of dcterms:identifier for the resource. discussedBy A series of notes and comments about this resource. modifiedBy The URI of a resource describing the entity that most recently modified this resource. The link target is usually a foaf:Person or foaf:Agent, but could be any type. This is modeled after dcterms:creator, but Dublin Core currently has no equivalent property. partOfDiscussion Reference to owning Discussion resource . inReplyTo Reference to comment this comment is in reply to. discussionAbout Reference to associated resource. comment Comment about the resource. oauthRequestTokenURI URI for obtaining OAuth request token. authorizationURI URI for obtaining OAuth authorization. oauthAccessTokenURI URI for obtaining OAuth access token. prefix Namespace prefix to be used for this namespace. prefixBase The base URI of the namespace. domain Namespace URI of the specification that is implemented by this service. In most cases this namespace URI will be for an OSLC domain, but other URIs MAY be used. creationFactory Enables clients to create new resources. queryCapability Enables clients query across a collection of resources. selectionDialog Enables clients to select a resource via UI. creationDialog Enables clients to create a resource via UI. service Describes a service offered by the service provider. details A URL that may be used to retrieve a web page to determine additional details about the service provider. prefixDefinition Defines a namespace prefix for use in JSON representations and in forming OSLC Query Syntax strings. oauthConfiguration Defines the three OAuth URIs required for a client to act as an OAuth consumer. serviceProviderCatalog Additional service provider catalog. label Very short label for use in menu items. icon URL to an icon file that represents the provider. This icon should be a favicon format and 16x16 pixels in size. creation To create a new resource via the factory, post it to this URI. resourceShape A Creation Factory MAY provide Resource Shapes that describe shapes of resources that may be created. resourceType The expected resource type URI of the resource that will be created using this creation factory. These would be the URIs found in the result resource's rdf:type property. usage An identifier URI for the domain specified usage of this creation factory. If a service provides multiple creation factories, it may designate the primary or default one that should be used with a property value of http://open-services.net/ns/core#default. queryBase The base URI to use for queries. Queries may be invoked either by HTTP GET or HTTP POST. For HTTP GET, a query URI is formed by appending a key=value pair to the base URI. For HTTP POST, the query parameters are encoded as content with media type application/x-www-form-urlencoded and sent in the request body. The base URI MAY accept other query languages and media types in the request body, e.g. application/sparql-query for SPARQL queries. dialog The URI of the dialog. hintWidth Values MUST be expressed in relative length units as defined in the W3C Cascading Style Sheets Specification (CSS 2.1) Em and ex units are interpreted relative to the default system font (at 100% size). hintHeight Values MUST be expressed in relative length units as defined in the W3C Cascading Style Sheets Specification (CSS 2.1) Em and ex units are interpreted relative to the default system font (at 100% size). statusCode The HTTP status code reported with the error. message An informative message describing the error that occurred. extendedError Extended (additional) error information. moreInfo A resource giving more information on the error SHOULD be of an HTML content-type. rel If present and set to 'alternate' then indicates that work-around is provided, behavior for other values is undefined. results Used to hold the results of dialog action or JSON query results (default). The JSON query result attribute 'oslc:results' is used whenever a provider doesn't have a suitable property already in its model for such purposes. totalCount This optional property indicates the total number of results across all pages, its value should be non-negative. In the context of a query resource, this value SHOULD be the total number of results, i.e. the number of resources that match the query. In the context of other resources, the value SHOULD be the total number of property values (i.e. RDF triples) of the resource. Unless Stable Paging is in effect, the total count MAY vary as a client retrieves subsequent pages. nextPage Link to next page of response. describes This shape describes resources that are of the RDF type given by the object of the oslc:describes predicate. Formally, a shape S applies to a resource R if there is a triple R rdf:type T and there is a triple S oslc:describes T. property The properties that are allowed or required by this shape. allowedValue value allowed for a property. allowedValues Resource with allowed values for the property being defined. Range of oslc:AllowedValues defaultValue A default value for property, inlined into property definition. hidden A hint that indicates that property MAY be hidden when presented in a user interface. isMemberProperty Used to define when a property is a member of a container, useful for query. name Name of property being defined, i.e. second part of property's Prefixed Name. maxSize For String properties only, specifies maximum characters allowed. If not set, then there is no maximum or maximum is specified elsewhere. occurs MUST be either http://open-services.net/ns/core#Exactly-one, http://open-services.net/ns/core#Zero-or-one, http://open-services.net/ns/core#Zero-or-many or http://open-services.net/ns/core#One-or-many. propertyDefinition URI of the property whose usage is being described. range For properties with a resource value-type, Providers MAY also specify the range of possible resource types allowed, each specified by URI. The default range is http://open-services.net/ns/core#Any. readOnly true if the property is read-only. If omitted, or set to false, then the property is writable. Providers SHOULD declare a property read-only when changes to the value of that property will not be accepted after the resource has been created, e.g. on PUT/PATCH requests. Consumers should note that the converse does not apply: Providers MAY reject a change to the value of a writable property. representation Should be http://open-services.net/ns/core#Reference, http://open-services.net/ns/core#Inline or http://open-services.net/ns/core#Either valueType A URI that indicates the value type, for example XML Schema or RDF URIs for literal value types, and OSLC-specified for others. If this property is omitted, then the value type is unconstrained. valueShape if the value-type is a resource type, then Property MAY provide a shape value to indicate the Resource Shape that applies to the resource. smallPreview URI and sizing properties for an HTML document to be used for a small preview. largePreview URI and sizing properties for an HTML document to be used for a large preview. document The URI of an HTML document to be used for the preview. initialHeight Recommended initial height of the preview. The presence of this property indicates that the preview supports dynamically computing its size. Values MUST be expressed in relative length units as defined in the W3C Cascading Style Sheets Specification (CSS 2.1). Em and ex units are interpreted relative to the default system font (at 100% size). Resource Resource: value is a resource at a specified URI (i.e. a URI Reference). LocalResource Local Resource: value is an resource available only inside the resource being defined (i.e. a Blank Node). AnyResource AnyResource: value is either a Resource or Local Resource. Reference A URI Reference representation to a resource. Inline An inline (RDF blank node) representation. Either Representations is either a URI reference or blank node. Exactly-one Property with value is required. Zero-or-one Property is optional and single valued. Zero-or-many Property is optional and multi-valued. One-or-many Property is required and multi-valued. Any Any value type is allowed. default Used in conjunction with oslc:usage property used to identify which service is the default usage. futureAction A predicate that links to an action that is not currently executable on the subject resource, but may be executable in the future and/or on other resources. For example, in OSLC Automation this is expected to link from an oslc_auto:AutomationPlan to an oslc:Action resource with zero bindings (as it is not executable), with the meaning that the executable form of the action may be available on oslc_auto:AutomationResult resources generated by executing that Automation Plan. Similarly, resource shapes can allow discovery of actions available on the output of a creation factory. executes Link from a currently available action to the future action it realizes.