rdf-vocab 3.1.7 → 3.1.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/rdf/vocab.rb +5 -1
- data/lib/rdf/vocab/acl.rb +20 -60
- data/lib/rdf/vocab/as.rb +90 -90
- data/lib/rdf/vocab/bf2.rb +488 -488
- data/lib/rdf/vocab/bibo.rb +120 -123
- data/lib/rdf/vocab/cc.rb +18 -47
- data/lib/rdf/vocab/crm.rb +240 -775
- data/lib/rdf/vocab/dc.rb +98 -98
- data/lib/rdf/vocab/dc11.rb +30 -30
- data/lib/rdf/vocab/dcat.rb +85 -85
- data/lib/rdf/vocab/dcmitype.rb +12 -12
- data/lib/rdf/vocab/disco.rb +58 -58
- data/lib/rdf/vocab/dwc.rb +188 -188
- data/lib/rdf/vocab/earl.rb +27 -27
- data/lib/rdf/vocab/ebucore.rb +1232 -1522
- data/lib/rdf/vocab/edm.rb +52 -75
- data/lib/rdf/vocab/fcrepo4.rb +21 -21
- data/lib/rdf/vocab/foaf.rb +75 -75
- data/lib/rdf/vocab/geo.rb +8 -109
- data/lib/rdf/vocab/geojson.rb +16 -16
- data/lib/rdf/vocab/geonames.rb +1344 -1352
- data/lib/rdf/vocab/gr.rb +177 -564
- data/lib/rdf/vocab/ht.rb +40 -40
- data/lib/rdf/vocab/hydra.rb +99 -58
- data/lib/rdf/vocab/iana.rb +71 -113
- data/lib/rdf/vocab/ical.rb +123 -171
- data/lib/rdf/vocab/identifiers.rb +161 -662
- data/lib/rdf/vocab/iiif.rb +25 -25
- data/lib/rdf/vocab/jsonld.rb +33 -51
- data/lib/rdf/vocab/lrmi.rb +16 -16
- data/lib/rdf/vocab/ma.rb +79 -79
- data/lib/rdf/vocab/marcrelators.rb +4 -3
- data/lib/rdf/vocab/mo.rb +196 -539
- data/lib/rdf/vocab/mods.rb +119 -123
- data/lib/rdf/vocab/oa.rb +68 -72
- data/lib/rdf/vocab/ogc.rb +8 -8
- data/lib/rdf/vocab/ore.rb +13 -13
- data/lib/rdf/vocab/org.rb +46 -46
- data/lib/rdf/vocab/pcdm.rb +11 -33
- data/lib/rdf/vocab/pplan.rb +18 -196
- data/lib/rdf/vocab/premis.rb +321 -416
- data/lib/rdf/vocab/premiseventtype.rb +1 -1
- data/lib/rdf/vocab/prov.rb +90 -115
- data/lib/rdf/vocab/ptr.rb +34 -36
- data/lib/rdf/vocab/rightsstatements.rb +12 -12
- data/lib/rdf/vocab/rss.rb +10 -10
- data/lib/rdf/vocab/schema.rb +3131 -3445
- data/lib/rdf/vocab/schemas.rb +27066 -0
- data/lib/rdf/vocab/sd.rb +38 -38
- data/lib/rdf/vocab/sh.rb +183 -183
- data/lib/rdf/vocab/sioc.rb +97 -97
- data/lib/rdf/vocab/siocservices.rb +8 -8
- data/lib/rdf/vocab/sioctypes.rb +38 -38
- data/lib/rdf/vocab/skos.rb +45 -47
- data/lib/rdf/vocab/skosxl.rb +10 -10
- data/lib/rdf/vocab/v.rb +32 -36
- data/lib/rdf/vocab/vcard.rb +117 -118
- data/lib/rdf/vocab/vmd.rb +32 -36
- data/lib/rdf/vocab/void.rb +26 -26
- data/lib/rdf/vocab/vs.rb +4 -4
- data/lib/rdf/vocab/wdrs.rb +22 -22
- data/lib/rdf/vocab/wot.rb +18 -18
- data/lib/rdf/vocab/xhv.rb +84 -200
- data/lib/rdf/vocab/xkos.rb +10 -10
- metadata +6 -5
data/lib/rdf/vocab/oa.rb
CHANGED
@@ -285,7 +285,7 @@ module RDF::Vocab
|
|
285
285
|
|
286
286
|
# Ontology definition
|
287
287
|
ontology :"http://www.w3.org/ns/oa#",
|
288
|
-
comment:
|
288
|
+
comment: "The Web Annotation ontology defines the terms of the Web Annotation vocabulary. Any changes to this document MUST be from a Working Group in the W3C that has established expertise in the area.".freeze,
|
289
289
|
"dc11:title": "Web Annotation Ontology".freeze,
|
290
290
|
"dc:creator": [term(
|
291
291
|
"foaf:name": "Benjamin Young".freeze,
|
@@ -305,120 +305,120 @@ module RDF::Vocab
|
|
305
305
|
|
306
306
|
# Class definitions
|
307
307
|
term :Annotation,
|
308
|
-
comment:
|
308
|
+
comment: "The class for Web Annotations.".freeze,
|
309
309
|
isDefinedBy: "oa:".freeze,
|
310
310
|
label: "Annotation".freeze,
|
311
311
|
type: "rdfs:Class".freeze
|
312
312
|
term :Choice,
|
313
|
-
comment:
|
313
|
+
comment: "A subClass of as:OrderedCollection that conveys to a consuming application that it should select one of the resources in the as:items list to use, rather than all of them. This is typically used to provide a choice of resources to render to the user, based on further supplied properties. If the consuming application cannot determine the user's preference, then it should use the first in the list.".freeze,
|
314
314
|
isDefinedBy: "oa:".freeze,
|
315
315
|
label: "Choice".freeze,
|
316
316
|
subClassOf: "http://www.w3.org/ns/activitystreams#OrderedCollection".freeze,
|
317
317
|
type: "rdfs:Class".freeze
|
318
318
|
term :CssSelector,
|
319
|
-
comment:
|
319
|
+
comment: "A CssSelector describes a Segment of interest in a representation that conforms to the Document Object Model through the use of the CSS selector specification.".freeze,
|
320
320
|
isDefinedBy: "oa:".freeze,
|
321
321
|
label: "CssSelector".freeze,
|
322
322
|
subClassOf: "oa:Selector".freeze,
|
323
323
|
type: "rdfs:Class".freeze
|
324
324
|
term :CssStyle,
|
325
|
-
comment:
|
325
|
+
comment: "A resource which describes styles for resources participating in the Annotation using CSS.".freeze,
|
326
326
|
isDefinedBy: "oa:".freeze,
|
327
327
|
label: "CssStyle".freeze,
|
328
328
|
subClassOf: "oa:Style".freeze,
|
329
329
|
type: "rdfs:Class".freeze
|
330
330
|
term :DataPositionSelector,
|
331
|
-
comment:
|
331
|
+
comment: "DataPositionSelector describes a range of data by recording the start and end positions of the selection in the stream. Position 0 would be immediately before the first byte, position 1 would be immediately before the second byte, and so on. The start byte is thus included in the list, but the end byte is not.".freeze,
|
332
332
|
isDefinedBy: "oa:".freeze,
|
333
333
|
label: "DataPositionSelector".freeze,
|
334
334
|
subClassOf: "oa:Selector".freeze,
|
335
335
|
type: "rdfs:Class".freeze
|
336
336
|
term :Direction,
|
337
|
-
comment:
|
337
|
+
comment: "A class to encapsulate the different text directions that a textual resource might take. It is not used directly in the Annotation Model, only its three instances.".freeze,
|
338
338
|
isDefinedBy: "oa:".freeze,
|
339
339
|
label: "Direction".freeze,
|
340
340
|
type: "rdfs:Class".freeze
|
341
341
|
term :FragmentSelector,
|
342
|
-
comment:
|
342
|
+
comment: "The FragmentSelector class is used to record the segment of a representation using the IRI fragment specification defined by the representation's media type.".freeze,
|
343
343
|
isDefinedBy: "oa:".freeze,
|
344
344
|
label: "FragmentSelector".freeze,
|
345
345
|
subClassOf: "oa:Selector".freeze,
|
346
346
|
type: "rdfs:Class".freeze
|
347
347
|
term :HttpRequestState,
|
348
|
-
comment:
|
348
|
+
comment: "The HttpRequestState class is used to record the HTTP request headers that a client SHOULD use to request the correct representation from the resource. ".freeze,
|
349
349
|
isDefinedBy: "oa:".freeze,
|
350
350
|
label: "HttpRequestState".freeze,
|
351
351
|
subClassOf: "oa:State".freeze,
|
352
352
|
type: "rdfs:Class".freeze
|
353
353
|
term :Motivation,
|
354
|
-
comment:
|
354
|
+
comment: "The Motivation class is used to record the user's intent or motivation for the creation of the Annotation, or the inclusion of the body or target, that it is associated with.".freeze,
|
355
355
|
isDefinedBy: "oa:".freeze,
|
356
356
|
label: "Motivation".freeze,
|
357
357
|
subClassOf: "skos:Concept".freeze,
|
358
358
|
type: "rdfs:Class".freeze
|
359
359
|
term :RangeSelector,
|
360
|
-
comment:
|
360
|
+
comment: "A Range Selector can be used to identify the beginning and the end of the selection by using other Selectors. The selection consists of everything from the beginning of the starting selector through to the beginning of the ending selector, but not including it.".freeze,
|
361
361
|
isDefinedBy: "oa:".freeze,
|
362
362
|
label: "RangeSelector".freeze,
|
363
363
|
subClassOf: "oa:Selector".freeze,
|
364
364
|
type: "rdfs:Class".freeze
|
365
365
|
term :ResourceSelection,
|
366
|
-
comment:
|
366
|
+
comment: "Instances of the ResourceSelection class identify part (described by an oa:Selector) of another resource (referenced with oa:hasSource), possibly from a particular representation of a resource (described by an oa:State). Please note that ResourceSelection is not used directly in the Web Annotation model, but is provided as a separate class for further application profiles to use, separate from oa:SpecificResource which has many Annotation specific features.".freeze,
|
367
367
|
isDefinedBy: "oa:".freeze,
|
368
368
|
label: "ResourceSelection".freeze,
|
369
369
|
type: "rdfs:Class".freeze
|
370
370
|
term :Selector,
|
371
|
-
comment:
|
371
|
+
comment: "A resource which describes the segment of interest in a representation of a Source resource, indicated with oa:hasSelector from the Specific Resource. This class is not used directly in the Annotation model, only its subclasses.".freeze,
|
372
372
|
isDefinedBy: "oa:".freeze,
|
373
373
|
label: "Selector".freeze,
|
374
374
|
type: "rdfs:Class".freeze
|
375
375
|
term :SpecificResource,
|
376
|
-
comment:
|
376
|
+
comment: "Instances of the SpecificResource class identify part of another resource (referenced with oa:hasSource), a particular representation of a resource, a resource with styling hints for renders, or any combination of these, as used within an Annotation.".freeze,
|
377
377
|
isDefinedBy: "oa:".freeze,
|
378
378
|
label: "SpecificResource".freeze,
|
379
379
|
subClassOf: "oa:ResourceSelection".freeze,
|
380
380
|
type: "rdfs:Class".freeze
|
381
381
|
term :State,
|
382
|
-
comment:
|
382
|
+
comment: "A State describes the intended state of a resource as applied to the particular Annotation, and thus provides the information needed to retrieve the correct representation of that resource.".freeze,
|
383
383
|
isDefinedBy: "oa:".freeze,
|
384
384
|
label: "State".freeze,
|
385
385
|
type: "rdfs:Class".freeze
|
386
386
|
term :Style,
|
387
|
-
comment:
|
387
|
+
comment: "A Style describes the intended styling of a resource as applied to the particular Annotation, and thus provides the information to ensure that rendering is consistent across implementations.".freeze,
|
388
388
|
isDefinedBy: "oa:".freeze,
|
389
389
|
label: "Style".freeze,
|
390
390
|
type: "rdfs:Class".freeze
|
391
391
|
term :SvgSelector,
|
392
|
-
comment:
|
392
|
+
comment: "An SvgSelector defines an area through the use of the Scalable Vector Graphics [SVG] standard. This allows the user to select a non-rectangular area of the content, such as a circle or polygon by describing the region using SVG. The SVG may be either embedded within the Annotation or referenced as an External Resource.".freeze,
|
393
393
|
isDefinedBy: "oa:".freeze,
|
394
394
|
label: "SvgSelector".freeze,
|
395
395
|
subClassOf: "oa:Selector".freeze,
|
396
396
|
type: "rdfs:Class".freeze
|
397
397
|
term :TextPositionSelector,
|
398
|
-
comment:
|
398
|
+
comment: "The TextPositionSelector describes a range of text by recording the start and end positions of the selection in the stream. Position 0 would be immediately before the first character, position 1 would be immediately before the second character, and so on.".freeze,
|
399
399
|
isDefinedBy: "oa:".freeze,
|
400
400
|
label: "TextPositionSelector".freeze,
|
401
401
|
subClassOf: "oa:Selector".freeze,
|
402
402
|
type: "rdfs:Class".freeze
|
403
403
|
term :TextQuoteSelector,
|
404
|
-
comment:
|
404
|
+
comment: "The TextQuoteSelector describes a range of text by copying it, and including some of the text immediately before (a prefix) and after (a suffix) it to distinguish between multiple copies of the same sequence of characters.".freeze,
|
405
405
|
isDefinedBy: "oa:".freeze,
|
406
406
|
label: "TextQuoteSelector".freeze,
|
407
407
|
subClassOf: "oa:Selector".freeze,
|
408
408
|
type: "rdfs:Class".freeze
|
409
409
|
term :TextualBody,
|
410
|
-
comment:
|
410
|
+
comment: "".freeze,
|
411
411
|
isDefinedBy: "oa:".freeze,
|
412
412
|
label: "TextualBody".freeze,
|
413
413
|
type: "rdfs:Class".freeze
|
414
414
|
term :TimeState,
|
415
|
-
comment:
|
415
|
+
comment: "A TimeState records the time at which the resource's state is appropriate for the Annotation, typically the time that the Annotation was created and/or a link to a persistent copy of the current version.".freeze,
|
416
416
|
isDefinedBy: "oa:".freeze,
|
417
417
|
label: "TimeState".freeze,
|
418
418
|
subClassOf: "oa:State".freeze,
|
419
419
|
type: "rdfs:Class".freeze
|
420
420
|
term :XPathSelector,
|
421
|
-
comment:
|
421
|
+
comment: " An XPathSelector is used to select elements and content within a resource that supports the Document Object Model via a specified XPath value.".freeze,
|
422
422
|
isDefinedBy: "oa:".freeze,
|
423
423
|
label: "XPathSelector".freeze,
|
424
424
|
subClassOf: "oa:Selector".freeze,
|
@@ -426,274 +426,270 @@ module RDF::Vocab
|
|
426
426
|
|
427
427
|
# Property definitions
|
428
428
|
property :annotationService,
|
429
|
-
comment:
|
430
|
-
|
431
|
-
This relationship is intended to be used both within Linked Data descriptions and as the rel type of a Link, via HTTP Link Headers rfc5988 for binary resources and in HTML <link> elements. For more information about these, please see the Annotation Protocol specification annotation-protocol.
|
432
|
-
).freeze,
|
429
|
+
comment: "The object of the relationship is the end point of a service that conforms to the annotation-protocol, and it may be associated with any resource. The expectation of asserting the relationship is that the object is the preferred service for maintaining annotations about the subject resource, according to the publisher of the relationship.\n\n This relationship is intended to be used both within Linked Data descriptions and as the rel type of a Link, via HTTP Link Headers rfc5988 for binary resources and in HTML <link> elements. For more information about these, please see the Annotation Protocol specification annotation-protocol.\n ".freeze,
|
433
430
|
isDefinedBy: "oa:".freeze,
|
434
431
|
label: "annotationService".freeze,
|
435
432
|
type: "rdf:Property".freeze
|
436
433
|
property :bodyValue,
|
437
|
-
comment:
|
438
|
-
).freeze,
|
434
|
+
comment: "The object of the predicate is a plain text string to be used as the content of the body of the Annotation. The value MUST be an xsd:string and that data type MUST NOT be expressed in the serialization. Note that language MUST NOT be associated with the value either as a language tag, as that is only available for rdf:langString .\n ".freeze,
|
439
435
|
domain: "oa:Annotation".freeze,
|
440
436
|
isDefinedBy: "oa:".freeze,
|
441
437
|
label: "bodyValue".freeze,
|
442
438
|
range: "xsd:string".freeze,
|
443
439
|
type: "rdf:Property".freeze
|
444
440
|
property :cachedSource,
|
445
|
-
comment:
|
441
|
+
comment: "A object of the relationship is a copy of the Source resource's representation, appropriate for the Annotation.".freeze,
|
446
442
|
domain: "oa:TimeState".freeze,
|
447
443
|
isDefinedBy: "oa:".freeze,
|
448
444
|
label: "cachedSource".freeze,
|
449
445
|
type: "rdf:Property".freeze
|
450
446
|
property :canonical,
|
451
|
-
comment:
|
447
|
+
comment: "A object of the relationship is the canonical IRI that can always be used to deduplicate the Annotation, regardless of the current IRI used to access the representation.".freeze,
|
452
448
|
isDefinedBy: "oa:".freeze,
|
453
449
|
label: "canonical".freeze,
|
454
450
|
type: "rdf:Property".freeze
|
455
451
|
property :end,
|
456
|
-
comment:
|
452
|
+
comment: "The end property is used to convey the 0-based index of the end position of a range of content.".freeze,
|
457
453
|
isDefinedBy: "oa:".freeze,
|
458
454
|
label: "end".freeze,
|
459
455
|
range: "xsd:nonNegativeInteger".freeze,
|
460
456
|
type: "rdf:Property".freeze
|
461
457
|
property :exact,
|
462
|
-
comment:
|
458
|
+
comment: "The object of the predicate is a copy of the text which is being selected, after normalization.".freeze,
|
463
459
|
isDefinedBy: "oa:".freeze,
|
464
460
|
label: "exact".freeze,
|
465
461
|
range: "xsd:string".freeze,
|
466
462
|
type: "rdf:Property".freeze
|
467
463
|
property :hasBody,
|
468
|
-
comment:
|
464
|
+
comment: "The object of the relationship is a resource that is a body of the Annotation.".freeze,
|
469
465
|
domain: "oa:Annotation".freeze,
|
470
466
|
isDefinedBy: "oa:".freeze,
|
471
467
|
label: "hasBody".freeze,
|
472
468
|
type: "rdf:Property".freeze
|
473
469
|
property :hasEndSelector,
|
474
|
-
comment:
|
470
|
+
comment: "The relationship between a RangeSelector and the Selector that describes the end position of the range. ".freeze,
|
475
471
|
domain: "oa:RangeSelector".freeze,
|
476
472
|
isDefinedBy: "oa:".freeze,
|
477
473
|
label: "hasEndSelector".freeze,
|
478
474
|
range: "oa:Selector".freeze,
|
479
475
|
type: "rdf:Property".freeze
|
480
476
|
property :hasPurpose,
|
481
|
-
comment:
|
477
|
+
comment: "The purpose served by the resource in the Annotation.".freeze,
|
482
478
|
isDefinedBy: "oa:".freeze,
|
483
479
|
label: "hasPurpose".freeze,
|
484
480
|
range: "oa:Motivation".freeze,
|
485
481
|
type: "rdf:Property".freeze
|
486
482
|
property :hasScope,
|
487
|
-
comment:
|
483
|
+
comment: "The scope or context in which the resource is used within the Annotation.".freeze,
|
488
484
|
domain: "oa:SpecificResource".freeze,
|
489
485
|
isDefinedBy: "oa:".freeze,
|
490
486
|
label: "hasScope".freeze,
|
491
487
|
type: "rdf:Property".freeze
|
492
488
|
property :hasSelector,
|
493
|
-
comment:
|
489
|
+
comment: "The object of the relationship is a Selector that describes the segment or region of interest within the source resource. Please note that the domain ( oa:ResourceSelection ) is not used directly in the Web Annotation model.".freeze,
|
494
490
|
domain: "oa:ResourceSelection".freeze,
|
495
491
|
isDefinedBy: "oa:".freeze,
|
496
492
|
label: "hasSelector".freeze,
|
497
493
|
range: "oa:Selector".freeze,
|
498
494
|
type: "rdf:Property".freeze
|
499
495
|
property :hasSource,
|
500
|
-
comment:
|
496
|
+
comment: "The resource that the ResourceSelection, or its subclass SpecificResource, is refined from, or more specific than. Please note that the domain ( oa:ResourceSelection ) is not used directly in the Web Annotation model.".freeze,
|
501
497
|
domain: "oa:ResourceSelection".freeze,
|
502
498
|
isDefinedBy: "oa:".freeze,
|
503
499
|
label: "hasSource".freeze,
|
504
500
|
type: "rdf:Property".freeze
|
505
501
|
property :hasStartSelector,
|
506
|
-
comment:
|
502
|
+
comment: "The relationship between a RangeSelector and the Selector that describes the start position of the range. ".freeze,
|
507
503
|
domain: "oa:RangeSelector".freeze,
|
508
504
|
isDefinedBy: "oa:".freeze,
|
509
505
|
label: "hasStartSelector".freeze,
|
510
506
|
range: "oa:Selector".freeze,
|
511
507
|
type: "rdf:Property".freeze
|
512
508
|
property :hasState,
|
513
|
-
comment:
|
509
|
+
comment: "The relationship between the ResourceSelection, or its subclass SpecificResource, and a State resource. Please note that the domain ( oa:ResourceSelection ) is not used directly in the Web Annotation model.".freeze,
|
514
510
|
domain: "oa:ResourceSelection".freeze,
|
515
511
|
isDefinedBy: "oa:".freeze,
|
516
512
|
label: "hasState".freeze,
|
517
513
|
range: "oa:State".freeze,
|
518
514
|
type: "rdf:Property".freeze
|
519
515
|
property :hasTarget,
|
520
|
-
comment:
|
516
|
+
comment: "The relationship between an Annotation and its Target.".freeze,
|
521
517
|
domain: "oa:Annotation".freeze,
|
522
518
|
isDefinedBy: "oa:".freeze,
|
523
519
|
label: "hasTarget".freeze,
|
524
520
|
type: "rdf:Property".freeze
|
525
521
|
property :motivatedBy,
|
526
|
-
comment:
|
522
|
+
comment: "The relationship between an Annotation and a Motivation that describes the reason for the Annotation's creation.".freeze,
|
527
523
|
domain: "oa:Annotation".freeze,
|
528
524
|
isDefinedBy: "oa:".freeze,
|
529
525
|
label: "motivatedBy".freeze,
|
530
526
|
range: "oa:Motivation".freeze,
|
531
527
|
type: "rdf:Property".freeze
|
532
528
|
property :prefix,
|
533
|
-
comment:
|
529
|
+
comment: "The object of the property is a snippet of content that occurs immediately before the content which is being selected by the Selector.".freeze,
|
534
530
|
isDefinedBy: "oa:".freeze,
|
535
531
|
label: "prefix".freeze,
|
536
532
|
range: "xsd:string".freeze,
|
537
533
|
type: "rdf:Property".freeze
|
538
534
|
property :processingLanguage,
|
539
|
-
comment:
|
535
|
+
comment: "The object of the property is the language that should be used for textual processing algorithms when dealing with the content of the resource, including hyphenation, line breaking, which font to use for rendering and so forth. The value must follow the recommendations of BCP47.".freeze,
|
540
536
|
isDefinedBy: "oa:".freeze,
|
541
537
|
label: "processingLanguage".freeze,
|
542
538
|
range: "xsd:string".freeze,
|
543
539
|
type: "rdf:Property".freeze
|
544
540
|
property :refinedBy,
|
545
|
-
comment:
|
541
|
+
comment: "The relationship between a Selector and another Selector or a State and a Selector or State that should be applied to the results of the first to refine the processing of the source resource. ".freeze,
|
546
542
|
isDefinedBy: "oa:".freeze,
|
547
543
|
label: "refinedBy".freeze,
|
548
544
|
type: "rdf:Property".freeze
|
549
545
|
property :renderedVia,
|
550
|
-
comment:
|
546
|
+
comment: "A system that was used by the application that created the Annotation to render the resource.".freeze,
|
551
547
|
domain: "oa:SpecificResource".freeze,
|
552
548
|
isDefinedBy: "oa:".freeze,
|
553
549
|
label: "renderedVia".freeze,
|
554
550
|
type: "rdf:Property".freeze
|
555
551
|
property :sourceDate,
|
556
|
-
comment:
|
552
|
+
comment: "The timestamp at which the Source resource should be interpreted as being applicable to the Annotation.".freeze,
|
557
553
|
domain: "oa:TimeState".freeze,
|
558
554
|
isDefinedBy: "oa:".freeze,
|
559
555
|
label: "sourceDate".freeze,
|
560
556
|
range: "xsd:dateTime".freeze,
|
561
557
|
type: "rdf:Property".freeze
|
562
558
|
property :sourceDateEnd,
|
563
|
-
comment:
|
559
|
+
comment: "The end timestamp of the interval over which the Source resource should be interpreted as being applicable to the Annotation.".freeze,
|
564
560
|
domain: "oa:TimeState".freeze,
|
565
561
|
isDefinedBy: "oa:".freeze,
|
566
562
|
label: "sourceDateEnd".freeze,
|
567
563
|
range: "xsd:dateTime".freeze,
|
568
564
|
type: "rdf:Property".freeze
|
569
565
|
property :sourceDateStart,
|
570
|
-
comment:
|
566
|
+
comment: "The start timestamp of the interval over which the Source resource should be interpreted as being applicable to the Annotation.".freeze,
|
571
567
|
domain: "oa:TimeState".freeze,
|
572
568
|
isDefinedBy: "oa:".freeze,
|
573
569
|
label: "sourceDateStart".freeze,
|
574
570
|
range: "xsd:dateTime".freeze,
|
575
571
|
type: "rdf:Property".freeze
|
576
572
|
property :start,
|
577
|
-
comment:
|
573
|
+
comment: "The start position in a 0-based index at which a range of content is selected from the data in the source resource.".freeze,
|
578
574
|
isDefinedBy: "oa:".freeze,
|
579
575
|
label: "start".freeze,
|
580
576
|
range: "xsd:nonNegativeInteger".freeze,
|
581
577
|
type: "rdf:Property".freeze
|
582
578
|
property :styleClass,
|
583
|
-
comment:
|
579
|
+
comment: "The name of the class used in the CSS description referenced from the Annotation that should be applied to the Specific Resource.".freeze,
|
584
580
|
domain: "oa:SpecificResource".freeze,
|
585
581
|
isDefinedBy: "oa:".freeze,
|
586
582
|
label: "styleClass".freeze,
|
587
583
|
range: "xsd:string".freeze,
|
588
584
|
type: "rdf:Property".freeze
|
589
585
|
property :styledBy,
|
590
|
-
comment:
|
586
|
+
comment: "A reference to a Stylesheet that should be used to apply styles to the Annotation rendering.".freeze,
|
591
587
|
domain: "oa:Annotation".freeze,
|
592
588
|
isDefinedBy: "oa:".freeze,
|
593
589
|
label: "styledBy".freeze,
|
594
590
|
range: "oa:Style".freeze,
|
595
591
|
type: "rdf:Property".freeze
|
596
592
|
property :suffix,
|
597
|
-
comment:
|
593
|
+
comment: "The snippet of text that occurs immediately after the text which is being selected.".freeze,
|
598
594
|
isDefinedBy: "oa:".freeze,
|
599
595
|
label: "suffix".freeze,
|
600
596
|
range: "xsd:string".freeze,
|
601
597
|
type: "rdf:Property".freeze
|
602
598
|
property :textDirection,
|
603
|
-
comment:
|
599
|
+
comment: "The direction of the text of the subject resource. There MUST only be one text direction associated with any given resource.".freeze,
|
604
600
|
isDefinedBy: "oa:".freeze,
|
605
601
|
label: "textDirection".freeze,
|
606
602
|
range: "oa:Direction".freeze,
|
607
603
|
type: "rdf:Property".freeze
|
608
604
|
property :via,
|
609
|
-
comment:
|
605
|
+
comment: "A object of the relationship is a resource from which the source resource was retrieved by the providing system.".freeze,
|
610
606
|
isDefinedBy: "oa:".freeze,
|
611
607
|
label: "via".freeze,
|
612
608
|
type: "rdf:Property".freeze
|
613
609
|
|
614
610
|
# Extra definitions
|
615
611
|
term :PreferContainedDescriptions,
|
616
|
-
comment:
|
612
|
+
comment: "An IRI to signal the client prefers to receive full descriptions of the Annotations from a container, not just their IRIs.".freeze,
|
617
613
|
isDefinedBy: "oa:".freeze,
|
618
614
|
label: "PreferContainedDescriptions".freeze,
|
619
615
|
type: "rdfs:Resource".freeze
|
620
616
|
term :PreferContainedIRIs,
|
621
|
-
comment:
|
617
|
+
comment: "An IRI to signal that the client prefers to receive only the IRIs of the Annotations from a container, not their full descriptions.".freeze,
|
622
618
|
isDefinedBy: "oa:".freeze,
|
623
619
|
label: "PreferContainedIRIs".freeze,
|
624
620
|
type: "rdfs:Resource".freeze
|
625
621
|
term :assessing,
|
626
|
-
comment:
|
622
|
+
comment: "The motivation for when the user intends to provide an assessment about the Target resource.".freeze,
|
627
623
|
isDefinedBy: "oa:".freeze,
|
628
624
|
label: "assessing".freeze,
|
629
625
|
type: "oa:Motivation".freeze
|
630
626
|
term :bookmarking,
|
631
|
-
comment:
|
627
|
+
comment: "The motivation for when the user intends to create a bookmark to the Target or part thereof.".freeze,
|
632
628
|
isDefinedBy: "oa:".freeze,
|
633
629
|
label: "bookmarking".freeze,
|
634
630
|
type: "oa:Motivation".freeze
|
635
631
|
term :classifying,
|
636
|
-
comment:
|
632
|
+
comment: "The motivation for when the user intends to that classify the Target as something.".freeze,
|
637
633
|
isDefinedBy: "oa:".freeze,
|
638
634
|
label: "classifying".freeze,
|
639
635
|
type: "oa:Motivation".freeze
|
640
636
|
term :commenting,
|
641
|
-
comment:
|
637
|
+
comment: "The motivation for when the user intends to comment about the Target.".freeze,
|
642
638
|
isDefinedBy: "oa:".freeze,
|
643
639
|
label: "commenting".freeze,
|
644
640
|
type: "oa:Motivation".freeze
|
645
641
|
term :describing,
|
646
|
-
comment:
|
642
|
+
comment: "The motivation for when the user intends to describe the Target, as opposed to a comment about them.".freeze,
|
647
643
|
isDefinedBy: "oa:".freeze,
|
648
644
|
label: "describing".freeze,
|
649
645
|
type: "oa:Motivation".freeze
|
650
646
|
term :editing,
|
651
|
-
comment:
|
647
|
+
comment: "The motivation for when the user intends to request a change or edit to the Target resource.".freeze,
|
652
648
|
isDefinedBy: "oa:".freeze,
|
653
649
|
label: "editing".freeze,
|
654
650
|
type: "oa:Motivation".freeze
|
655
651
|
term :highlighting,
|
656
|
-
comment:
|
652
|
+
comment: "The motivation for when the user intends to highlight the Target resource or segment of it.".freeze,
|
657
653
|
isDefinedBy: "oa:".freeze,
|
658
654
|
label: "highlighting".freeze,
|
659
655
|
type: "oa:Motivation".freeze
|
660
656
|
term :identifying,
|
661
|
-
comment:
|
657
|
+
comment: "The motivation for when the user intends to assign an identity to the Target or identify what is being depicted or described in the Target.".freeze,
|
662
658
|
isDefinedBy: "oa:".freeze,
|
663
659
|
label: "identifying".freeze,
|
664
660
|
type: "oa:Motivation".freeze
|
665
661
|
term :linking,
|
666
|
-
comment:
|
662
|
+
comment: "The motivation for when the user intends to link to a resource related to the Target.".freeze,
|
667
663
|
isDefinedBy: "oa:".freeze,
|
668
664
|
label: "linking".freeze,
|
669
665
|
type: "oa:Motivation".freeze
|
670
666
|
term :ltrDirection,
|
671
|
-
comment:
|
667
|
+
comment: "The direction of text that is read from left to right.".freeze,
|
672
668
|
isDefinedBy: "oa:".freeze,
|
673
669
|
label: "ltrDirection".freeze,
|
674
670
|
type: "oa:Direction".freeze
|
675
671
|
term :moderating,
|
676
|
-
comment:
|
672
|
+
comment: "The motivation for when the user intends to assign some value or quality to the Target.".freeze,
|
677
673
|
isDefinedBy: "oa:".freeze,
|
678
674
|
label: "moderating".freeze,
|
679
675
|
type: "oa:Motivation".freeze
|
680
676
|
term :questioning,
|
681
|
-
comment:
|
677
|
+
comment: "The motivation for when the user intends to ask a question about the Target.".freeze,
|
682
678
|
isDefinedBy: "oa:".freeze,
|
683
679
|
label: "questioning".freeze,
|
684
680
|
type: "oa:Motivation".freeze
|
685
681
|
term :replying,
|
686
|
-
comment:
|
682
|
+
comment: "The motivation for when the user intends to reply to a previous statement, either an Annotation or another resource.".freeze,
|
687
683
|
isDefinedBy: "oa:".freeze,
|
688
684
|
label: "replying".freeze,
|
689
685
|
type: "oa:Motivation".freeze
|
690
686
|
term :rtlDirection,
|
691
|
-
comment:
|
687
|
+
comment: "The direction of text that is read from right to left.".freeze,
|
692
688
|
isDefinedBy: "oa:".freeze,
|
693
689
|
label: "rtlDirection".freeze,
|
694
690
|
type: "oa:Direction".freeze
|
695
691
|
term :tagging,
|
696
|
-
comment:
|
692
|
+
comment: "The motivation for when the user intends to associate a tag with the Target.".freeze,
|
697
693
|
isDefinedBy: "oa:".freeze,
|
698
694
|
label: "tagging".freeze,
|
699
695
|
type: "oa:Motivation".freeze
|