Selector

Fully qualified datatype name: DDICDIModels::DDICDILibrary::DataTypes::StructuredDataTypes::Selector

Definition

A resource which describes the segment of interest in a representation of a resource. This class is not used directly, only its subclasses. It is defined accordingly the related selector of the Web Annotation Vocabulary, see https://www.w3.org/TR/annotation-vocab/#selector.

Diagram

Inheritance
Usage

Type

Package

Classifier

Attribute

DataType

StructuredDataTypes

Reference

deepLink

Syntax representations / encodings

All syntax representations except the Canonical XMI are provided as reference points for specific implementations, or for use as defaults if sufficient in the form presented.

Fragment for the data type Selector (entire XMI model)

 1<packagedElement xmlns:StandardProfile="http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard"
 2                 xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"
 3                 xmlns:xmi="http://www.omg.org/spec/XMI/20131001"
 4                 xmi:id="DDICDIModels-DDICDILibrary-DataTypes-StructuredDataTypes-Selector"
 5                 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#Selector"
 6                 xmi:type="uml:DataType">
 7   <ownedComment xmi:id="DDICDIModels-DDICDILibrary-DataTypes-StructuredDataTypes-Selector-ownedComment"
 8                 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#Selector-ownedComment"
 9                 xmi:type="uml:Comment">
10      <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-StructuredDataTypes-Selector"/>
11      <body>Definition
12==========
13A resource which describes the segment of interest in a representation of a resource. This class is not used directly, only its subclasses. It is defined accordingly the related selector of the Web Annotation Vocabulary, see https://www.w3.org/TR/annotation-vocab/#selector.</body>
14   </ownedComment>
15   <name>Selector</name>
16</packagedElement>

Fragment for the data type Selector (entire XML Schema)

 1<xs:element name="Selector"
 2            type="SelectorXsdType"
 3            xml:id="Selector">
 4  <!-- based on the UML data type DDICDIModels::DDICDILibrary::DataTypes::StructuredDataTypes::Selector -->
 5  <xs:annotation>
 6    <xs:documentation>Definition
 7          ==========
 8          A resource which describes the segment of interest in a representation of a resource. This class is not used directly, only its subclasses. It is defined accordingly the related selector of the Web Annotation Vocabulary, see https://www.w3.org/TR/annotation-vocab/#selector.</xs:documentation>
 9  </xs:annotation>
10</xs:element>
11<xs:complexType name="SelectorXsdType"
12                xml:id="SelectorXsdType">
13  <xs:annotation>
14    <xs:documentation>Definition
15          ==========
16          A resource which describes the segment of interest in a representation of a resource. This class is not used directly, only its subclasses. It is defined accordingly the related selector of the Web Annotation Vocabulary, see https://www.w3.org/TR/annotation-vocab/#selector.</xs:documentation>
17  </xs:annotation>
18  
19</xs:complexType>

Fragment for the data type Selector (main ontology, entire ontology as zip)

1# datatype Selector
2# based on the UML data type DDICDIModels::DDICDILibrary::DataTypes::StructuredDataTypes::Selector
3cdi:Selector
4  a rdfs:Class, owl:Class, ucmis:StructuredDataType;
5  rdfs:label "Selector";
6  rdfs:comment "Definition\n==========\nA resource which describes the segment of interest in a representation of a resource. This class is not used directly, only its subclasses. It is defined accordingly the related selector of the Web Annotation Vocabulary, see https://www.w3.org/TR/annotation-vocab/#selector."@en;
7  
8  owl:hasKey ();
9.

Fragment for the data type Selector (main JSON-LD entire JSON-LD as zip)

 1{
 2  "@context": [
 3    {
 4      "cdi": "http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/",
 5      "xsd": "http://www.w3.org/2001/XMLSchema#",
 6	  "Selector": "cdi:Selector",
 7	  
 8	  " comment ": "tag:json-should-support-trailing-commas" 
 9	}
10  ],
11  "generatedBy": "This code was generated by the Eclipse Acceleo project UCMIS M2T on 2024-03-16 23:40:14.",
12  "basedOn": "based on the UML data type DDICDIModels::DDICDILibrary::DataTypes::StructuredDataTypes::Selector"
13}