oslc
The OSLC Core Vocabulary
2021-08-26
All vocabulary URIs defined in the OSLC Core namespace.
The OSLC Core Vocabulary
OS
Specifies how an object reference is represented in a document.
ResourceValueType
An enumeration of specifying different impact types or a property.
ImpactType
The Publisher definition included in ServiceProvider.
Publisher
The number of allowed values for a property.
Cardinality
A Property resource describes one allowed or required property of a resource.
Property
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.
ResourceShape
Basis for forming an error response.
Error
The Service Provider resource.
ServiceProvider
The ResponseInfo included in query results.
ResponseInfo
AttachmentDescriptor
An LDP-RS that contains additional data about an attachment.
The Service Provider Catalog resource.
ServiceProviderCatalog
A resource describing how to display a link and Preview for another, associated resource.
Compact
The PrefixDefinition definition included in ServiceProvider.
PrefixDefinition
The CreationFactory definition included in a ServiceProvider.
CreationFactory
The QueryCapability definition included in a ServiceProvider.
QueryCapability
Extended error information.
ExtendedError
Any value type is allowed.
Any
A Discussion resource is intended to represent a sequence of comments or notes regarding the associated resource.
Discussion
The Service definition included in a ServiceProvider.
Service
Describes information about a dialog such as its title and dimensions.
Dialog
Specifies how a resource is represented in a document.
Representation
An HTML representation of a resource that can be embedded in another user interface.
Preview
Provides a way to specify allowed values for one or more properties.
AllowedValues
AttachmentContainer
An LDP-C that contains attachments for a resource.
The OAuthConfiguration definition included in ServiceProvider.
OAuthConfiguration
A Comment resource represents a single note, or comment, in a discussion thread.
Comment
Resource Shape Constraints metadata
ResourceShapeConstraints
Should be http://open-services.net/ns/core#Reference, http://open-services.net/ns/core#Inline or http://open-services.net/ns/core#Either.
representation
Specifies the allowed values for a property (may be more than one).
allowedValue
Name of property being defined, i.e. second part of property's Prefixed Name. For all other uses, consider dcterms:title, rdfs:label, oslc:shortTitle or oslc:label.
name
URI for obtaining OAuth access token.
oauthAccessTokenURI
Extended (additional) error information.
extendedError
Error information that may be associated with a resource.
error
To create a new resource via the factory, post it to this URI.
creation
A short, human-readable, plain text value. This value should be unique in some context that is apparent to human users of a service.
shortId
Used to define when a property is a member of a container, useful for query.
isMemberProperty
URI for obtaining OAuth authorization.
authorizationURI
URI and sizing properties for an HTML document to be used for a large preview.
largePreview
Preferred height of a delegated user interface. Values must be expressed using length units as specified in Cascading Style Sheets 2.1.
hintHeight
inverseLabel
Provides a human-readable label for the inverse of the subject property.
impactType
Asserts that the subject property is a dependency relation and gives the direction of impact.
Very short label for use in menu items.
label
URI of an image applicable to the resource.
icon
A series of notes and comments about this resource.
discussedBy
Specification of a set of images of different sizes based on HTML img element srcset attribute.
iconSrcSet
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.
totalCount
{{A resource giving more information on the error, with an HTML content-type.
moreInfo
For String properties only, specifies maximum characters allowed. If not set, then there is no maximum or maximum is specified elsewhere.
maxSize
A hint that indicates that property MAY be hidden when presented in a user interface.
hidden
Used in conjunction with oslc:usage property used to identify
which service is the default usage.
default
attachment
An attachment associated with a resource. May be used as a membership predicate for an attachment container.
The HTTP status code reported with the error.
statusCode
URI for obtaining OAuth request token.
oauthRequestTokenURI
Enables clients to create a resource via UI.
creationDialog
Recommended initial height of the preview. The presence of this property indicates that the preview supports dynamically computing its size. Values are 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).
initialHeight
archaic
A URL that may be used to retrieve a resource to determine additional details about the service provider.
details
A computed property for each member resource of a query with an orderBy clause
supporting sorting of the RDF results.
order
The URI of an HTML document to be used for the preview.
document
An error that is a cause of this error.
cause
An informative message describing the error that occurred.
message
Defines a namespace prefix for use in JSON representations and in forming OSLC Query Syntax strings.
prefixDefinition
The URI of a Resource Shape that describes the possible properties.
instanceShape
Enables clients to select a resource via a UI.
selectionDialog
iconAltLabel
Alternative label used in association with the oslc:icon, such as HTML img tag's alt attribute.
Defines the three OAuth URIs required for a client to act as an OAuth consumer.
oauthConfiguration
URI of the property whose usage is being described.
propertyDefinition
Reference to associated resource.
discussionAbout
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.
describes
attachmentSize
Size in bytes of the attachment content.
Reference to comment this comment is in reply to.
inReplyTo
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.
futureAction
The URI of the HTML dialog.
dialog
The body of a POST request to return the next page if the response was to a POST request.
Where a paged resource supports POST with an application/x-www-form-urlencoded body as an alternative to GET to
avoid the request URI exceeding server limitations, the oslc:ResponseInfo in the response to the POST SHOULD
contain this property so that a client knows what to POST to get the next page.
postBody
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.
valueShape
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.
results
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.
queryBase
The base URI of the namespace.
prefixBase
Reference to an AllowedValues resource that specifies the allowed values for the property.
allowedValues
Link from a currently available action to the future action it realizes.
executes
archived
Indicates whether the subject has been marked as archived, no longer an actively updating resource.
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.
usage
iconTitle
Title used in association with the oslc:icon, such as HTML img tag's title attribute.
Reference to owning Discussion resource .
partOfDiscussion
Indicates whether a property is queryable (can appear in oslc.where and olsc.select clause) or not.
queryable
URI and sizing properties for an HTML document to be used for a small preview.
smallPreview
archaic
An entity responsible for making the resource available. Servers should use dcterms:publisher.
publisher
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.
readOnly
Describes a service offered by the service provider.
service
A link to the resource's OSLC Service Provider.
serviceProvider
Enables clients query across a collection of resources.
queryCapability
If present and set to 'alternate' then indicates that work-around is provided, behavior for other values is undefined.
rel
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.
modifiedBy
Additional service provider catalog.
serviceProviderCatalog
Namespace prefix to be used for this namespace.
prefix
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.
resourceType
Preferred width of a delegated user interface. Values must be expressed using length units as specified in Cascading Style Sheets 2.1.
hintWidth
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.
range
Link to next page of response.
nextPage
A computed property for each member resource of a full text search query indicating the quality of the
match, and sort them in descending order of score.
score
Shorter form of dcterms:title for the resource.
shortTitle
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.
valueType
Comment about the resource.
comment
Enables clients to create new resources.
creationFactory
A Creation Factory MAY provide Resource Shapes that describe shapes of resources that may be created.
resourceShape
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.
domain
The properties that are allowed or required by this shape.
property
A default value for property, inlined into property definition.
defaultValue
One of the values 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.
occurs
A URI Reference representation to a resource.
Reference
The object resource must be identified with a URI.
Resource
The object resource can be identified with either a URI or a blank node.
AnyResource
The object resource must be identified with a blank node. The term 'local resource' is used because the scope of identifier is local to the representation. Clients and servers should use oslc:representation oslc:Inline instead to include resource representations in the same document.
archaic
LocalResource
Property is optional and multi-valued.
Zero-or-many
NoImpact
The property does not represent a dependency.
Property is required and multi-valued.
One-or-many
ImpactOppositeLink
The property represents a dependency from object to subject.
The representation of the object resource must be present in the representation of the described resource.
Inline
Representation is either a URI reference or blank node.
Either
ImpactFollowsLink
The property represents a dependency from subject to object.
SymmetricImpact
The property represents a dependency from both subject to object and object to subject.
Property with value is required.
Exactly-one
Property is optional and single valued.
Zero-or-one