The OSLC Core Vocabulary
The namespace URI for this vocabulary is:
http://open-services.net/ns/core#
This page lists the RDFS classes and RDF properties that make up
the OSLC Core vocabulary. Following
W3C best practices,
this information is available in HTML format (this page) and in RDFS format.
More details on how this page is generated and other related material can be found in the OSLC URI Naming Guidelines.
Description:
All vocabulary URIs defined in the OSLC Core namespace.
See Also:
RDFS Classes in this namespace
AllowedValues, Comment, Compact, CreationFactory, Dialog, Discussion, Error, ExtendedError, OAuthConfiguration, PrefixDefinition, Preview, Property, Publisher, QueryCapability, ResourceShape, ResponseInfo, Service, ServiceProvider, ServiceProviderCatalog
RDF Properties in this namespace
allowedValue, allowedValues, Any, AnyResource, authorizationURI, comment, creation, creationDialog, creationFactory, default, defaultValue, describes, details, dialog, discussedBy, discussionAbout, document, domain, Either, Exactly-one, executes, extendedError, futureAction, hidden, hintHeight, hintWidth, icon, initialHeight, Inline, inReplyTo, instanceShape, isMemberProperty, label, largePreview, LocalResource, maxSize, message, modifiedBy, moreInfo, name, nextPage, oauthAccessTokenURI, oauthConfiguration, oauthRequestTokenURI, occurs, One-or-many, partOfDiscussion, prefix, prefixBase, prefixDefinition, property, propertyDefinition, queryBase, queryCapability, range, readOnly, Reference, rel, representation, Resource, resourceShape, resourceType, results, selectionDialog, service, serviceProvider, serviceProviderCatalog, shortId, shortTitle, smallPreview, statusCode, totalCount, usage, valueShape, valueType, Zero-or-many, Zero-or-one
allowedValue
http://open-services.net/ns/core#allowedValue
allowedValue is an RDF property.
value allowed for a property.
See Also:
AllowedValues
http://open-services.net/ns/core#AllowedValues
AllowedValues is an RDFS class.
Allowed values for one property.
See Also:
allowedValues
http://open-services.net/ns/core#allowedValues
allowedValues is an RDF property.
Resource with allowed values for the property being defined. Range of oslc:AllowedValues
See Also:
Any
http://open-services.net/ns/core#Any
Any is an RDF description.
Any value type is allowed.
See Also:
AnyResource
http://open-services.net/ns/core#AnyResource
AnyResource is an RDF description.
AnyResource: value is either a Resource or Local Resource.
See Also:
authorizationURI
http://open-services.net/ns/core#authorizationURI
authorizationURI is an RDF property.
URI for obtaining OAuth authorization.
See Also:
http://open-services.net/ns/core#Comment
Comment is an RDFS class.
A Comment resource represents a single note, or comment, in a discussion thread.
See Also:
http://open-services.net/ns/core#comment
comment is an RDF property.
Comment about the resource.
See Also:
Compact
http://open-services.net/ns/core#Compact
Compact is an RDFS class.
The Compact representation, fetched as application/x-oslc-compact+xml
See Also:
creation
http://open-services.net/ns/core#creation
creation is an RDF property.
To create a new resource via the factory, post it to this URI.
See Also:
creationDialog
http://open-services.net/ns/core#creationDialog
creationDialog is an RDF property.
Enables clients to create a resource via UI.
See Also:
CreationFactory
http://open-services.net/ns/core#CreationFactory
CreationFactory is an RDFS class.
The CreationFactory definition included in a ServiceProvider.
See Also:
creationFactory
http://open-services.net/ns/core#creationFactory
creationFactory is an RDF property.
Enables clients to create new resources.
See Also:
default
http://open-services.net/ns/core#default
default is an RDF description.
Used in conjunction with oslc:usage property used to identify
which service is the default usage.
See Also:
defaultValue
http://open-services.net/ns/core#defaultValue
defaultValue is an RDF property.
A default value for property, inlined into property definition.
See Also:
describes
http://open-services.net/ns/core#describes
describes is an RDF property.
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.
See Also:
details
http://open-services.net/ns/core#details
details is an RDF property.
A URL that may be used to retrieve a web page to determine additional details about the service provider.
See Also:
Dialog
http://open-services.net/ns/core#Dialog
Dialog is an RDFS class.
The Dialog definition included in ServiceProvider.
See Also:
dialog
http://open-services.net/ns/core#dialog
dialog is an RDF property.
The URI of the dialog.
See Also:
discussedBy
http://open-services.net/ns/core#discussedBy
discussedBy is an RDF property.
A series of notes and comments about this resource.
See Also:
Discussion
http://open-services.net/ns/core#Discussion
Discussion is an RDFS class.
A Discussion resource is intended to represent a sequence of comments or notes regarding the associated resource
See Also:
discussionAbout
http://open-services.net/ns/core#discussionAbout
discussionAbout is an RDF property.
Reference to associated resource.
See Also:
document
http://open-services.net/ns/core#document
document is an RDF description.
The URI of an HTML document to be used for the preview.
See Also:
domain
http://open-services.net/ns/core#domain
domain is an RDF property.
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.
See Also:
Either
http://open-services.net/ns/core#Either
Either is an RDF description.
Representations is either a URI reference or blank node.
See Also:
Error
http://open-services.net/ns/core#Error
Error is an RDFS class.
Basis for forming an error response.
See Also:
Exactly-one
http://open-services.net/ns/core#Exactly-one
Exactly-one is an RDF description.
Property with value is required.
See Also:
executes
http://open-services.net/ns/core#executes
executes is an RDF property.
Link from a currently available action to the future action it realizes.
See Also:
ExtendedError
http://open-services.net/ns/core#ExtendedError
ExtendedError is an RDFS class.
Extended error information.
See Also:
extendedError
http://open-services.net/ns/core#extendedError
extendedError is an RDF property.
Extended (additional) error information.
See Also:
futureAction
http://open-services.net/ns/core#futureAction
futureAction is an RDF property.
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.
See Also:
hidden
http://open-services.net/ns/core#hidden
hidden is an RDF property.
A hint that indicates that property MAY be hidden when presented in a user interface.
See Also:
hintHeight
http://open-services.net/ns/core#hintHeight
hintHeight is an RDF property.
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).
See Also:
hintWidth
http://open-services.net/ns/core#hintWidth
hintWidth is an RDF property.
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).
See Also:
icon
http://open-services.net/ns/core#icon
icon is an RDF property.
URL to an icon file that represents the provider. This icon should be a favicon format and 16x16 pixels in size.
See Also:
initialHeight
http://open-services.net/ns/core#initialHeight
initialHeight is an RDF description.
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).
See Also:
Inline
http://open-services.net/ns/core#Inline
Inline is an RDF description.
An inline (RDF blank node) representation.
See Also:
inReplyTo
http://open-services.net/ns/core#inReplyTo
inReplyTo is an RDF property.
Reference to comment this comment is in reply to.
See Also:
instanceShape
http://open-services.net/ns/core#instanceShape
instanceShape is an RDF property.
The URI of a Resource Shape that describes the possible properties.
See Also:
isMemberProperty
http://open-services.net/ns/core#isMemberProperty
isMemberProperty is an RDF property.
Used to define when a property is a member of a container, useful for query.
See Also:
label
http://open-services.net/ns/core#label
label is an RDF property.
Very short label for use in menu items.
See Also:
largePreview
http://open-services.net/ns/core#largePreview
largePreview is an RDF description.
URI and sizing properties for an HTML document to be used for a large preview.
See Also:
LocalResource
http://open-services.net/ns/core#LocalResource
LocalResource is an RDF description.
Local Resource: value is an resource available only inside the resource being defined (i.e. a Blank Node).
See Also:
maxSize
http://open-services.net/ns/core#maxSize
maxSize is an RDF property.
For String properties only, specifies maximum characters allowed. If not set, then there is no maximum or maximum is specified elsewhere.
See Also:
message
http://open-services.net/ns/core#message
message is an RDF property.
An informative message describing the error that occurred.
See Also:
modifiedBy
http://open-services.net/ns/core#modifiedBy
modifiedBy is an RDF property.
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.
See Also:
moreInfo
http://open-services.net/ns/core#moreInfo
moreInfo is an RDF property.
A resource giving more information on the error SHOULD be of an HTML content-type.
See Also:
name
http://open-services.net/ns/core#name
name is an RDF property.
Name of property being defined, i.e. second part of property's Prefixed Name.
See Also:
nextPage
http://open-services.net/ns/core#nextPage
nextPage is an RDF property.
Link to next page of response.
See Also:
oauthAccessTokenURI
http://open-services.net/ns/core#oauthAccessTokenURI
oauthAccessTokenURI is an RDF property.
URI for obtaining OAuth access token.
See Also:
OAuthConfiguration
http://open-services.net/ns/core#OAuthConfiguration
OAuthConfiguration is an RDFS class.
The OAuthConfiguration definition included in ServiceProvider.
See Also:
oauthConfiguration
http://open-services.net/ns/core#oauthConfiguration
oauthConfiguration is an RDF property.
Defines the three OAuth URIs required for a client to act as an OAuth consumer.
See Also:
oauthRequestTokenURI
http://open-services.net/ns/core#oauthRequestTokenURI
oauthRequestTokenURI is an RDF property.
URI for obtaining OAuth request token.
See Also:
occurs
http://open-services.net/ns/core#occurs
occurs is an RDF property.
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.
See Also:
One-or-many
http://open-services.net/ns/core#One-or-many
One-or-many is an RDF description.
Property is required and multi-valued.
See Also:
partOfDiscussion
http://open-services.net/ns/core#partOfDiscussion
partOfDiscussion is an RDF property.
Reference to owning Discussion resource .
See Also:
prefix
http://open-services.net/ns/core#prefix
prefix is an RDF property.
Namespace prefix to be used for this namespace.
See Also:
prefixBase
http://open-services.net/ns/core#prefixBase
prefixBase is an RDF property.
The base URI of the namespace.
See Also:
PrefixDefinition
http://open-services.net/ns/core#PrefixDefinition
PrefixDefinition is an RDFS class.
The PrefixDefinition definition included in ServiceProvider.
See Also:
prefixDefinition
http://open-services.net/ns/core#prefixDefinition
prefixDefinition is an RDF property.
Defines a namespace prefix for use in JSON representations and in forming OSLC Query Syntax strings.
See Also:
Preview
http://open-services.net/ns/core#Preview
Preview is an RDFS class.
The UI Preview representation.
See Also:
Property
http://open-services.net/ns/core#Property
Property is an RDFS class.
A Property resource describes one allowed or required property of a resource.
See Also:
property
http://open-services.net/ns/core#property
property is an RDF property.
The properties that are allowed or required by this shape.
See Also:
propertyDefinition
http://open-services.net/ns/core#propertyDefinition
propertyDefinition is an RDF property.
URI of the property whose usage is being described.
See Also:
Publisher
http://open-services.net/ns/core#Publisher
Publisher is an RDFS class.
The Publisher definition included in ServiceProvider.
See Also:
queryBase
http://open-services.net/ns/core#queryBase
queryBase is an RDF property.
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.
See Also:
QueryCapability
http://open-services.net/ns/core#QueryCapability
QueryCapability is an RDFS class.
The QueryCapability definition included in a ServiceProvider.
See Also:
queryCapability
http://open-services.net/ns/core#queryCapability
queryCapability is an RDF property.
Enables clients query across a collection of resources.
See Also:
range
http://open-services.net/ns/core#range
range is an RDF property.
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.
See Also:
readOnly
http://open-services.net/ns/core#readOnly
readOnly is an RDF property.
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.
See Also:
Reference
http://open-services.net/ns/core#Reference
Reference is an RDF description.
A URI Reference representation to a resource.
See Also:
rel
http://open-services.net/ns/core#rel
rel is an RDF property.
If present and set to 'alternate' then indicates that work-around is provided, behavior for other values is undefined.
See Also:
representation
http://open-services.net/ns/core#representation
representation is an RDF property.
Should be http://open-services.net/ns/core#Reference, http://open-services.net/ns/core#Inline or http://open-services.net/ns/core#Either
See Also:
Resource
http://open-services.net/ns/core#Resource
Resource is an RDF description.
Resource: value is a resource at a specified URI (i.e. a URI Reference).
See Also:
ResourceShape
http://open-services.net/ns/core#ResourceShape
ResourceShape is an RDFS class.
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.
See Also:
resourceShape
http://open-services.net/ns/core#resourceShape
resourceShape is an RDF property.
A Creation Factory MAY provide Resource Shapes that describe shapes of resources that may be created.
See Also:
resourceType
http://open-services.net/ns/core#resourceType
resourceType is an RDF property.
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.
See Also:
ResponseInfo
http://open-services.net/ns/core#ResponseInfo
ResponseInfo is an RDFS class.
The ResponseInfo included in query results.
See Also:
results
http://open-services.net/ns/core#results
results is an RDF property.
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.
See Also:
selectionDialog
http://open-services.net/ns/core#selectionDialog
selectionDialog is an RDF property.
Enables clients to select a resource via UI.
See Also:
Service
http://open-services.net/ns/core#Service
Service is an RDFS class.
The Service definition included in a ServiceProvider.
See Also:
service
http://open-services.net/ns/core#service
service is an RDF property.
Describes a service offered by the service provider.
See Also:
ServiceProvider
http://open-services.net/ns/core#ServiceProvider
ServiceProvider is an RDFS class.
The Service Provider resource
See Also:
serviceProvider
http://open-services.net/ns/core#serviceProvider
serviceProvider is an RDF property.
A link to the resource's OSLC Service Provider.
See Also:
ServiceProviderCatalog
http://open-services.net/ns/core#ServiceProviderCatalog
ServiceProviderCatalog is an RDFS class.
The Service Provider Catalog resource
See Also:
serviceProviderCatalog
http://open-services.net/ns/core#serviceProviderCatalog
serviceProviderCatalog is an RDF property.
Additional service provider catalog.
See Also:
shortId
http://open-services.net/ns/core#shortId
shortId is an RDF property.
Shorter form of dcterms:identifier for the resource.
See Also:
shortTitle
http://open-services.net/ns/core#shortTitle
shortTitle is an RDF property.
Shorter form of dcterms:title for the resource.
See Also:
smallPreview
http://open-services.net/ns/core#smallPreview
smallPreview is an RDF description.
URI and sizing properties for an HTML document to be used for a small preview.
See Also:
statusCode
http://open-services.net/ns/core#statusCode
statusCode is an RDF property.
The HTTP status code reported with the error.
See Also:
totalCount
http://open-services.net/ns/core#totalCount
totalCount is an RDF property.
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.
See Also:
usage
http://open-services.net/ns/core#usage
usage is an RDF property.
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.
See Also:
valueShape
http://open-services.net/ns/core#valueShape
valueShape is an RDF property.
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.
See Also:
valueType
http://open-services.net/ns/core#valueType
valueType is an RDF property.
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.
See Also:
Zero-or-many
http://open-services.net/ns/core#Zero-or-many
Zero-or-many is an RDF description.
Property is optional and multi-valued.
See Also:
Zero-or-one
http://open-services.net/ns/core#Zero-or-one
Zero-or-one is an RDF description.
Property is optional and single valued.
See Also: