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