rdf-vocab 3.1.8 → 3.1.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6939543ce5a79f1eeb750d206a1a29926dea4bdcc18a6c73277f3cdc29c1e1d8
4
- data.tar.gz: 8e0d1a5e88dc1f9fb353e49fac4c938052827dcd1659f6e2240de0d22f0a41b6
3
+ metadata.gz: e90078cb92533a2ffeb1cbe76aaba0a1568932b2e646da5781368eacfbc4f50a
4
+ data.tar.gz: f84d793f5149a5bc37db9c922b07468bfa723097b736665b594fc9741fcee20e
5
5
  SHA512:
6
- metadata.gz: '02854db24b1e289827b642da0b9433c38fcaf6c896fd8ab27739beee6eeb39308b5a0fa698f7bf667bb04c09ad743a58321fcd1e8bebeb1b49fc0b4dbd98d220'
7
- data.tar.gz: ad57749a3c1595a20d190541b4807a1536eb7da39643592dbe25e2b3aa4b45b6784cbcc0a9837b83a0ec2efcfcf79fc766e8c31918c2dbbe563e2fb6c8c1876d
6
+ metadata.gz: 04cb2fc4f418267c22c194aa088c5ff2626e609287ce3525152daf7da10cb6432a6ab3528e1304ebfd5dd0e44600385b6c59de4548f47c29f8821527fc9c6679
7
+ data.tar.gz: 995bbba146e4c5db78623ac9dc3dacfa5b7b3964d42f2330b0e8928fed4494321adc366b9d5d749c6b969850ffed80836ca2e6e893d062f58ee4ac3584d87c55
data/README.md CHANGED
@@ -144,7 +144,9 @@ This repository uses [Git Flow](https://github.com/nvie/gitflow) to mange develo
144
144
  do so on your private branch only.
145
145
  * Do note that in order for us to merge any non-trivial changes (as a rule
146
146
  of thumb, additions larger than about 15 lines of code), we need an
147
- explicit [public domain dedication][PDD] on record from you.
147
+ explicit [public domain dedication][PDD] on record from you,
148
+ which you will be asked to agree to on the first commit to a repo within the organization.
149
+ Note that the agreement applies to all repos in the [Ruby RDF](https://github.com/ruby-rdf/) organization.
148
150
 
149
151
  ## License
150
152
 
@@ -155,4 +157,4 @@ see <https://unlicense.org/> or the accompanying {file:LICENSE} file.
155
157
  [RDF.rb]: https://rubydoc.info/github/ruby-rdf/rdf
156
158
  [YARD]: https://yardoc.org/
157
159
  [YARD-GS]: https://rubydoc.info/docs/yard/file/docs/GettingStarted.md
158
- [PDD]: https://lists.w3.org/Archives/Public/public-rdf-ruby/2010May/0013.html
160
+ [PDD]: https://unlicense.org/#unlicensing-contributions
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.1.8
1
+ 3.1.9
@@ -553,6 +553,7 @@ module RDF::Vocab
553
553
  "dc:issued": "2000-07-11".freeze,
554
554
  isDefinedBy: "dc:".freeze,
555
555
  label: "Abstract".freeze,
556
+ subPropertyOf: ["dc11:description".freeze, "dc:description".freeze],
556
557
  type: "rdf:Property".freeze
557
558
  property :accessRights,
558
559
  comment: "Information about who access the resource or an indication of its security status.".freeze,
@@ -561,6 +562,7 @@ module RDF::Vocab
561
562
  "http://purl.org/dc/dcam/rangeIncludes": "dc:RightsStatement".freeze,
562
563
  isDefinedBy: "dc:".freeze,
563
564
  label: "Access Rights".freeze,
565
+ subPropertyOf: ["dc11:rights".freeze, "dc:rights".freeze],
564
566
  type: "rdf:Property".freeze
565
567
  property :accrualMethod,
566
568
  comment: "The method by which items are added to a collection.".freeze,
@@ -596,6 +598,7 @@ module RDF::Vocab
596
598
  isDefinedBy: "dc:".freeze,
597
599
  label: "Alternative Title".freeze,
598
600
  range: "rdfs:Literal".freeze,
601
+ subPropertyOf: ["dc11:title".freeze, "dc:title".freeze],
599
602
  type: "rdf:Property".freeze
600
603
  property :audience,
601
604
  comment: "A class of agents for whom the resource is intended or useful.".freeze,
@@ -612,6 +615,7 @@ module RDF::Vocab
612
615
  isDefinedBy: "dc:".freeze,
613
616
  label: "Date Available".freeze,
614
617
  range: "rdfs:Literal".freeze,
618
+ subPropertyOf: ["dc11:date".freeze, "dc:date".freeze],
615
619
  type: "rdf:Property".freeze
616
620
  property :bibliographicCitation,
617
621
  comment: "A bibliographic reference for the resource.".freeze,
@@ -620,6 +624,7 @@ module RDF::Vocab
620
624
  isDefinedBy: "dc:".freeze,
621
625
  label: "Bibliographic Citation".freeze,
622
626
  range: "rdfs:Literal".freeze,
627
+ subPropertyOf: ["dc11:identifier".freeze, "dc:identifier".freeze],
623
628
  type: "rdf:Property".freeze
624
629
  property :conformsTo,
625
630
  comment: "An established standard to which the described resource conforms.".freeze,
@@ -627,6 +632,7 @@ module RDF::Vocab
627
632
  "http://purl.org/dc/dcam/rangeIncludes": "dc:Standard".freeze,
628
633
  isDefinedBy: "dc:".freeze,
629
634
  label: "Conforms To".freeze,
635
+ subPropertyOf: ["dc11:relation".freeze, "dc:relation".freeze],
630
636
  type: "rdf:Property".freeze
631
637
  property :contributor,
632
638
  comment: "An entity responsible for making contributions to the resource.".freeze,
@@ -635,6 +641,7 @@ module RDF::Vocab
635
641
  "http://purl.org/dc/dcam/rangeIncludes": "dc:Agent".freeze,
636
642
  isDefinedBy: "dc:".freeze,
637
643
  label: "Contributor".freeze,
644
+ subPropertyOf: "dc11:contributor".freeze,
638
645
  type: "rdf:Property".freeze
639
646
  property :coverage,
640
647
  comment: "The spatial or temporal topic of the resource, spatial applicability of the resource, or jurisdiction under which the resource is relevant.".freeze,
@@ -643,6 +650,7 @@ module RDF::Vocab
643
650
  "http://purl.org/dc/dcam/rangeIncludes": ["dc:Jurisdiction".freeze, "dc:Location".freeze, "dc:Period".freeze],
644
651
  isDefinedBy: "dc:".freeze,
645
652
  label: "Coverage".freeze,
653
+ subPropertyOf: "dc11:coverage".freeze,
646
654
  type: "rdf:Property".freeze
647
655
  property :created,
648
656
  comment: "Date of creation of the resource.".freeze,
@@ -651,6 +659,7 @@ module RDF::Vocab
651
659
  isDefinedBy: "dc:".freeze,
652
660
  label: "Date Created".freeze,
653
661
  range: "rdfs:Literal".freeze,
662
+ subPropertyOf: ["dc11:date".freeze, "dc:date".freeze],
654
663
  type: "rdf:Property".freeze
655
664
  property :creator,
656
665
  comment: "An entity responsible for making the resource.".freeze,
@@ -660,6 +669,7 @@ module RDF::Vocab
660
669
  "http://purl.org/dc/dcam/rangeIncludes": "dc:Agent".freeze,
661
670
  isDefinedBy: "dc:".freeze,
662
671
  label: "Creator".freeze,
672
+ subPropertyOf: ["dc11:creator".freeze, "dc:contributor".freeze],
663
673
  type: "rdf:Property".freeze
664
674
  property :date,
665
675
  comment: "A point or period of time associated with an event in the lifecycle of the resource.".freeze,
@@ -668,6 +678,7 @@ module RDF::Vocab
668
678
  isDefinedBy: "dc:".freeze,
669
679
  label: "Date".freeze,
670
680
  range: "rdfs:Literal".freeze,
681
+ subPropertyOf: "dc11:date".freeze,
671
682
  type: "rdf:Property".freeze
672
683
  property :dateAccepted,
673
684
  comment: "Date of acceptance of the resource.".freeze,
@@ -676,6 +687,7 @@ module RDF::Vocab
676
687
  isDefinedBy: "dc:".freeze,
677
688
  label: "Date Accepted".freeze,
678
689
  range: "rdfs:Literal".freeze,
690
+ subPropertyOf: ["dc11:date".freeze, "dc:date".freeze],
679
691
  type: "rdf:Property".freeze
680
692
  property :dateCopyrighted,
681
693
  comment: "Date of copyright of the resource.".freeze,
@@ -684,6 +696,7 @@ module RDF::Vocab
684
696
  isDefinedBy: "dc:".freeze,
685
697
  label: "Date Copyrighted".freeze,
686
698
  range: "rdfs:Literal".freeze,
699
+ subPropertyOf: ["dc11:date".freeze, "dc:date".freeze],
687
700
  type: "rdf:Property".freeze
688
701
  property :dateSubmitted,
689
702
  comment: "Date of submission of the resource.".freeze,
@@ -692,6 +705,7 @@ module RDF::Vocab
692
705
  isDefinedBy: "dc:".freeze,
693
706
  label: "Date Submitted".freeze,
694
707
  range: "rdfs:Literal".freeze,
708
+ subPropertyOf: ["dc11:date".freeze, "dc:date".freeze],
695
709
  type: "rdf:Property".freeze
696
710
  property :description,
697
711
  comment: "An account of the resource.".freeze,
@@ -699,6 +713,7 @@ module RDF::Vocab
699
713
  "dc:issued": "2008-01-14".freeze,
700
714
  isDefinedBy: "dc:".freeze,
701
715
  label: "Description".freeze,
716
+ subPropertyOf: "dc11:description".freeze,
702
717
  type: "rdf:Property".freeze
703
718
  property :educationLevel,
704
719
  comment: "A class of agents, defined in terms of progression through an educational or training context, for which the described resource is intended.".freeze,
@@ -706,6 +721,7 @@ module RDF::Vocab
706
721
  "http://purl.org/dc/dcam/rangeIncludes": "dc:AgentClass".freeze,
707
722
  isDefinedBy: "dc:".freeze,
708
723
  label: "Audience Education Level".freeze,
724
+ subPropertyOf: "dc:audience".freeze,
709
725
  type: "rdf:Property".freeze
710
726
  property :extent,
711
727
  comment: "The size or duration of the resource.".freeze,
@@ -714,6 +730,7 @@ module RDF::Vocab
714
730
  "http://purl.org/dc/dcam/rangeIncludes": "dc:SizeOrDuration".freeze,
715
731
  isDefinedBy: "dc:".freeze,
716
732
  label: "Extent".freeze,
733
+ subPropertyOf: ["dc11:format".freeze, "dc:format".freeze],
717
734
  type: "rdf:Property".freeze
718
735
  property :format,
719
736
  comment: "The file format, physical medium, or dimensions of the resource.".freeze,
@@ -722,6 +739,7 @@ module RDF::Vocab
722
739
  "http://purl.org/dc/dcam/rangeIncludes": ["dc:Extent".freeze, "dc:MediaType".freeze],
723
740
  isDefinedBy: "dc:".freeze,
724
741
  label: "Format".freeze,
742
+ subPropertyOf: "dc11:format".freeze,
725
743
  type: "rdf:Property".freeze
726
744
  property :hasFormat,
727
745
  comment: "A related resource that is substantially the same as the pre-existing described resource, but in another format.".freeze,
@@ -729,6 +747,7 @@ module RDF::Vocab
729
747
  "dc:issued": "2000-07-11".freeze,
730
748
  isDefinedBy: "dc:".freeze,
731
749
  label: "Has Format".freeze,
750
+ subPropertyOf: ["dc11:relation".freeze, "dc:relation".freeze],
732
751
  type: "rdf:Property".freeze
733
752
  property :hasPart,
734
753
  comment: "A related resource that is included either physically or logically in the described resource.".freeze,
@@ -736,6 +755,7 @@ module RDF::Vocab
736
755
  "dc:issued": "2000-07-11".freeze,
737
756
  isDefinedBy: "dc:".freeze,
738
757
  label: "Has Part".freeze,
758
+ subPropertyOf: ["dc11:relation".freeze, "dc:relation".freeze],
739
759
  type: "rdf:Property".freeze
740
760
  property :hasVersion,
741
761
  comment: "A related resource that is a version, edition, or adaptation of the described resource.".freeze,
@@ -743,6 +763,7 @@ module RDF::Vocab
743
763
  "dc:issued": "2000-07-11".freeze,
744
764
  isDefinedBy: "dc:".freeze,
745
765
  label: "Has Version".freeze,
766
+ subPropertyOf: ["dc11:relation".freeze, "dc:relation".freeze],
746
767
  type: "rdf:Property".freeze
747
768
  property :identifier,
748
769
  comment: "An unambiguous reference to the resource within a given context.".freeze,
@@ -751,6 +772,7 @@ module RDF::Vocab
751
772
  isDefinedBy: "dc:".freeze,
752
773
  label: "Identifier".freeze,
753
774
  range: "rdfs:Literal".freeze,
775
+ subPropertyOf: "dc11:identifier".freeze,
754
776
  type: "rdf:Property".freeze
755
777
  property :instructionalMethod,
756
778
  comment: "A process, used to engender knowledge, attitudes and skills, that the described resource is designed to support.".freeze,
@@ -766,6 +788,7 @@ module RDF::Vocab
766
788
  "dc:issued": "2000-07-11".freeze,
767
789
  isDefinedBy: "dc:".freeze,
768
790
  label: "Is Format Of".freeze,
791
+ subPropertyOf: ["dc11:relation".freeze, "dc:relation".freeze],
769
792
  type: "rdf:Property".freeze
770
793
  property :isPartOf,
771
794
  comment: "A related resource in which the described resource is physically or logically included.".freeze,
@@ -773,6 +796,7 @@ module RDF::Vocab
773
796
  "dc:issued": "2000-07-11".freeze,
774
797
  isDefinedBy: "dc:".freeze,
775
798
  label: "Is Part Of".freeze,
799
+ subPropertyOf: ["dc11:relation".freeze, "dc:relation".freeze],
776
800
  type: "rdf:Property".freeze
777
801
  property :isReferencedBy,
778
802
  comment: "A related resource that references, cites, or otherwise points to the described resource.".freeze,
@@ -780,6 +804,7 @@ module RDF::Vocab
780
804
  "dc:issued": "2000-07-11".freeze,
781
805
  isDefinedBy: "dc:".freeze,
782
806
  label: "Is Referenced By".freeze,
807
+ subPropertyOf: ["dc11:relation".freeze, "dc:relation".freeze],
783
808
  type: "rdf:Property".freeze
784
809
  property :isReplacedBy,
785
810
  comment: "A related resource that supplants, displaces, or supersedes the described resource.".freeze,
@@ -787,6 +812,7 @@ module RDF::Vocab
787
812
  "dc:issued": "2000-07-11".freeze,
788
813
  isDefinedBy: "dc:".freeze,
789
814
  label: "Is Replaced By".freeze,
815
+ subPropertyOf: ["dc11:relation".freeze, "dc:relation".freeze],
790
816
  type: "rdf:Property".freeze
791
817
  property :isRequiredBy,
792
818
  comment: "A related resource that requires the described resource to support its function, delivery, or coherence.".freeze,
@@ -794,6 +820,7 @@ module RDF::Vocab
794
820
  "dc:issued": "2000-07-11".freeze,
795
821
  isDefinedBy: "dc:".freeze,
796
822
  label: "Is Required By".freeze,
823
+ subPropertyOf: ["dc11:relation".freeze, "dc:relation".freeze],
797
824
  type: "rdf:Property".freeze
798
825
  property :isVersionOf,
799
826
  comment: "A related resource of which the described resource is a version, edition, or adaptation.".freeze,
@@ -801,6 +828,7 @@ module RDF::Vocab
801
828
  "dc:issued": "2000-07-11".freeze,
802
829
  isDefinedBy: "dc:".freeze,
803
830
  label: "Is Version Of".freeze,
831
+ subPropertyOf: ["dc11:relation".freeze, "dc:relation".freeze],
804
832
  type: "rdf:Property".freeze
805
833
  property :issued,
806
834
  comment: "Date of formal issuance of the resource.".freeze,
@@ -809,6 +837,7 @@ module RDF::Vocab
809
837
  isDefinedBy: "dc:".freeze,
810
838
  label: "Date Issued".freeze,
811
839
  range: "rdfs:Literal".freeze,
840
+ subPropertyOf: ["dc11:date".freeze, "dc:date".freeze],
812
841
  type: "rdf:Property".freeze
813
842
  property :language,
814
843
  comment: "A language of the resource.".freeze,
@@ -817,6 +846,7 @@ module RDF::Vocab
817
846
  "http://purl.org/dc/dcam/rangeIncludes": "dc:LinguisticSystem".freeze,
818
847
  isDefinedBy: "dc:".freeze,
819
848
  label: "Language".freeze,
849
+ subPropertyOf: "dc11:language".freeze,
820
850
  type: "rdf:Property".freeze
821
851
  property :license,
822
852
  comment: "A legal document giving official permission to do something with the resource.".freeze,
@@ -825,6 +855,7 @@ module RDF::Vocab
825
855
  "http://purl.org/dc/dcam/rangeIncludes": "dc:LicenseDocument".freeze,
826
856
  isDefinedBy: "dc:".freeze,
827
857
  label: "License".freeze,
858
+ subPropertyOf: ["dc11:rights".freeze, "dc:rights".freeze],
828
859
  type: "rdf:Property".freeze
829
860
  property :mediator,
830
861
  comment: "An entity that mediates access to the resource.".freeze,
@@ -833,6 +864,7 @@ module RDF::Vocab
833
864
  "http://purl.org/dc/dcam/rangeIncludes": "dc:AgentClass".freeze,
834
865
  isDefinedBy: "dc:".freeze,
835
866
  label: "Mediator".freeze,
867
+ subPropertyOf: "dc:audience".freeze,
836
868
  type: "rdf:Property".freeze
837
869
  property :medium,
838
870
  comment: "The material or physical carrier of the resource.".freeze,
@@ -841,6 +873,7 @@ module RDF::Vocab
841
873
  "http://purl.org/dc/dcam/rangeIncludes": "dc:PhysicalMedium".freeze,
842
874
  isDefinedBy: "dc:".freeze,
843
875
  label: "Medium".freeze,
876
+ subPropertyOf: ["dc11:format".freeze, "dc:format".freeze],
844
877
  type: "rdf:Property".freeze
845
878
  property :modified,
846
879
  comment: "Date on which the resource was changed.".freeze,
@@ -849,6 +882,7 @@ module RDF::Vocab
849
882
  isDefinedBy: "dc:".freeze,
850
883
  label: "Date Modified".freeze,
851
884
  range: "rdfs:Literal".freeze,
885
+ subPropertyOf: ["dc11:date".freeze, "dc:date".freeze],
852
886
  type: "rdf:Property".freeze
853
887
  property :provenance,
854
888
  comment: "A statement of any changes in ownership and custody of the resource since its creation that are significant for its authenticity, integrity, and interpretation.".freeze,
@@ -864,6 +898,7 @@ module RDF::Vocab
864
898
  "http://purl.org/dc/dcam/rangeIncludes": "dc:Agent".freeze,
865
899
  isDefinedBy: "dc:".freeze,
866
900
  label: "Publisher".freeze,
901
+ subPropertyOf: "dc11:publisher".freeze,
867
902
  type: "rdf:Property".freeze
868
903
  property :references,
869
904
  comment: "A related resource that is referenced, cited, or otherwise pointed to by the described resource.".freeze,
@@ -871,6 +906,7 @@ module RDF::Vocab
871
906
  "dc:issued": "2000-07-11".freeze,
872
907
  isDefinedBy: "dc:".freeze,
873
908
  label: "References".freeze,
909
+ subPropertyOf: ["dc11:relation".freeze, "dc:relation".freeze],
874
910
  type: "rdf:Property".freeze
875
911
  property :relation,
876
912
  comment: "A related resource.".freeze,
@@ -878,6 +914,7 @@ module RDF::Vocab
878
914
  "dc:issued": "2008-01-14".freeze,
879
915
  isDefinedBy: "dc:".freeze,
880
916
  label: "Relation".freeze,
917
+ subPropertyOf: "dc11:relation".freeze,
881
918
  type: "rdf:Property".freeze
882
919
  property :replaces,
883
920
  comment: "A related resource that is supplanted, displaced, or superseded by the described resource.".freeze,
@@ -885,6 +922,7 @@ module RDF::Vocab
885
922
  "dc:issued": "2000-07-11".freeze,
886
923
  isDefinedBy: "dc:".freeze,
887
924
  label: "Replaces".freeze,
925
+ subPropertyOf: ["dc11:relation".freeze, "dc:relation".freeze],
888
926
  type: "rdf:Property".freeze
889
927
  property :requires,
890
928
  comment: "A related resource that is required by the described resource to support its function, delivery, or coherence.".freeze,
@@ -892,6 +930,7 @@ module RDF::Vocab
892
930
  "dc:issued": "2000-07-11".freeze,
893
931
  isDefinedBy: "dc:".freeze,
894
932
  label: "Requires".freeze,
933
+ subPropertyOf: ["dc11:relation".freeze, "dc:relation".freeze],
895
934
  type: "rdf:Property".freeze
896
935
  property :rights,
897
936
  comment: "Information about rights held in and over the resource.".freeze,
@@ -900,6 +939,7 @@ module RDF::Vocab
900
939
  "http://purl.org/dc/dcam/rangeIncludes": "dc:RightsStatement".freeze,
901
940
  isDefinedBy: "dc:".freeze,
902
941
  label: "Rights".freeze,
942
+ subPropertyOf: "dc11:rights".freeze,
903
943
  type: "rdf:Property".freeze
904
944
  property :rightsHolder,
905
945
  comment: "A person or organization owning or managing rights over the resource.".freeze,
@@ -915,6 +955,7 @@ module RDF::Vocab
915
955
  "dc:issued": "2008-01-14".freeze,
916
956
  isDefinedBy: "dc:".freeze,
917
957
  label: "Source".freeze,
958
+ subPropertyOf: ["dc11:source".freeze, "dc:relation".freeze],
918
959
  type: "rdf:Property".freeze
919
960
  property :spatial,
920
961
  comment: "Spatial characteristics of the resource.".freeze,
@@ -922,6 +963,7 @@ module RDF::Vocab
922
963
  "http://purl.org/dc/dcam/rangeIncludes": "dc:Location".freeze,
923
964
  isDefinedBy: "dc:".freeze,
924
965
  label: "Spatial Coverage".freeze,
966
+ subPropertyOf: ["dc11:coverage".freeze, "dc:coverage".freeze],
925
967
  type: "rdf:Property".freeze
926
968
  property :subject,
927
969
  comment: "A topic of the resource.".freeze,
@@ -929,12 +971,14 @@ module RDF::Vocab
929
971
  "dc:issued": "2008-01-14".freeze,
930
972
  isDefinedBy: "dc:".freeze,
931
973
  label: "Subject".freeze,
974
+ subPropertyOf: "dc11:subject".freeze,
932
975
  type: "rdf:Property".freeze
933
976
  property :tableOfContents,
934
977
  comment: "A list of subunits of the resource.".freeze,
935
978
  "dc:issued": "2000-07-11".freeze,
936
979
  isDefinedBy: "dc:".freeze,
937
980
  label: "Table Of Contents".freeze,
981
+ subPropertyOf: ["dc11:description".freeze, "dc:description".freeze],
938
982
  type: "rdf:Property".freeze
939
983
  property :temporal,
940
984
  comment: "Temporal characteristics of the resource.".freeze,
@@ -942,6 +986,7 @@ module RDF::Vocab
942
986
  "http://purl.org/dc/dcam/rangeIncludes": "dc:PeriodOfTime".freeze,
943
987
  isDefinedBy: "dc:".freeze,
944
988
  label: "Temporal Coverage".freeze,
989
+ subPropertyOf: ["dc11:coverage".freeze, "dc:coverage".freeze],
945
990
  type: "rdf:Property".freeze
946
991
  property :title,
947
992
  comment: "A name given to the resource.".freeze,
@@ -949,6 +994,7 @@ module RDF::Vocab
949
994
  isDefinedBy: "dc:".freeze,
950
995
  label: "Title".freeze,
951
996
  range: "rdfs:Literal".freeze,
997
+ subPropertyOf: "dc11:title".freeze,
952
998
  type: "rdf:Property".freeze
953
999
  property :type,
954
1000
  comment: "The nature or genre of the resource.".freeze,
@@ -956,6 +1002,7 @@ module RDF::Vocab
956
1002
  "dc:issued": "2008-01-14".freeze,
957
1003
  isDefinedBy: "dc:".freeze,
958
1004
  label: "Type".freeze,
1005
+ subPropertyOf: "dc11:type".freeze,
959
1006
  type: "rdf:Property".freeze
960
1007
  property :valid,
961
1008
  comment: "Date (often a range) of validity of a resource.".freeze,
@@ -964,6 +1011,7 @@ module RDF::Vocab
964
1011
  isDefinedBy: "dc:".freeze,
965
1012
  label: "Date Valid".freeze,
966
1013
  range: "rdfs:Literal".freeze,
1014
+ subPropertyOf: ["dc11:date".freeze, "dc:date".freeze],
967
1015
  type: "rdf:Property".freeze
968
1016
 
969
1017
  # Datatype definitions
@@ -979,7 +1027,7 @@ module RDF::Vocab
979
1027
  "dc:issued": "2000-07-11".freeze,
980
1028
  isDefinedBy: "dc:".freeze,
981
1029
  label: "ISO 3166".freeze,
982
- "rdfs:seeAlso": "http://www.iso.org/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1.html".freeze,
1030
+ "rdfs:seeAlso": "https://www.iso.org/obp/ui/#search".freeze,
983
1031
  type: "rdfs:Datatype".freeze
984
1032
  term :"ISO639-2",
985
1033
  comment: "The three-letter alphabetic codes listed in ISO639-2 for the representation of names of languages.".freeze,
@@ -20,7 +20,7 @@ module RDF::Vocab
20
20
  # # @return [RDF::Vocabulary::Term]
21
21
  # attr_reader :BaseUriSource
22
22
  #
23
- # # The class of Hydra classes. Hydra classes and their instances are dereferenceable resources.
23
+ # # The class of Hydra classes.
24
24
  # # @return [RDF::Vocabulary::Term]
25
25
  # attr_reader :Class
26
26
  #
@@ -52,7 +52,7 @@ module RDF::Vocab
52
52
  # # @return [RDF::Vocabulary::Term]
53
53
  # attr_reader :PartialCollectionView
54
54
  #
55
- # # The class of dereferenceable resources.
55
+ # # The class of dereferenceable resources by means a client can attempt to dereference; however, the received responses should still be verified.
56
56
  # # @return [RDF::Vocabulary::Term]
57
57
  # attr_reader :Resource
58
58
  #
@@ -153,7 +153,7 @@ module RDF::Vocab
153
153
  #
154
154
  # # True if the client can change the property's value, false otherwise.
155
155
  # # @return [RDF::Vocabulary::Term]
156
- # attr_reader :writeable
156
+ # attr_reader :writable
157
157
  #
158
158
  # # An IRI template as defined by RFC6570.
159
159
  # # @return [RDF::Vocabulary::Term]
@@ -199,7 +199,7 @@ module RDF::Vocab
199
199
  # # @return [RDF::Vocabulary::Term]
200
200
  # attr_reader :last
201
201
  #
202
- # # Semantics of each member provided by the collection.
202
+ # # This predicate is left for compatibility purposes and hydra:memberAssertion should be used instead.
203
203
  # # @return [RDF::Vocabulary::Term]
204
204
  # attr_reader :manages
205
205
  #
@@ -207,6 +207,10 @@ module RDF::Vocab
207
207
  # # @return [RDF::Vocabulary::Term]
208
208
  # attr_reader :member
209
209
  #
210
+ # # Semantics of each member provided by the collection.
211
+ # # @return [RDF::Vocabulary::Term]
212
+ # attr_reader :memberAssertion
213
+ #
210
214
  # # The resource following the current instance in an interlinked set of resources.
211
215
  # # @return [RDF::Vocabulary::Term]
212
216
  # attr_reader :next
@@ -255,6 +259,10 @@ module RDF::Vocab
255
259
  # # @return [RDF::Vocabulary::Term]
256
260
  # attr_reader :view
257
261
  #
262
+ # # This property is left for compatibility purposes and hydra:writable should be used instead.
263
+ # # @return [RDF::Vocabulary::Term]
264
+ # attr_reader :writeable
265
+ #
258
266
  # end
259
267
  HYDRA = Class.new(RDF::StrictVocabulary("http://www.w3.org/ns/hydra/core#")) do
260
268
 
@@ -287,10 +295,10 @@ module RDF::Vocab
287
295
  type: "hydra:Class".freeze,
288
296
  "vs:term_status": "testing".freeze
289
297
  term :Class,
290
- comment: "The class of Hydra classes. Hydra classes and their instances are dereferenceable resources.".freeze,
298
+ comment: "The class of Hydra classes.".freeze,
291
299
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
292
300
  label: "Hydra Class".freeze,
293
- subClassOf: ["hydra:Resource".freeze, "rdfs:Class".freeze],
301
+ subClassOf: "rdfs:Class".freeze,
294
302
  type: ["hydra:Resource".freeze, "rdfs:Class".freeze],
295
303
  "vs:term_status": "testing".freeze
296
304
  term :Collection,
@@ -311,14 +319,12 @@ module RDF::Vocab
311
319
  comment: "The class of IRI templates.".freeze,
312
320
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
313
321
  label: "IRI Template".freeze,
314
- subClassOf: "hydra:Resource".freeze,
315
322
  type: "hydra:Class".freeze,
316
323
  "vs:term_status": "testing".freeze
317
324
  term :IriTemplateMapping,
318
325
  comment: "A mapping from an IRI template variable to a property.".freeze,
319
326
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
320
327
  label: "IriTemplateMapping".freeze,
321
- subClassOf: "hydra:Resource".freeze,
322
328
  type: "hydra:Class".freeze,
323
329
  "vs:term_status": "testing".freeze
324
330
  term :Link,
@@ -332,7 +338,6 @@ module RDF::Vocab
332
338
  comment: "An operation.".freeze,
333
339
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
334
340
  label: "Operation".freeze,
335
- subClassOf: "hydra:Resource".freeze,
336
341
  type: "hydra:Class".freeze,
337
342
  "vs:term_status": "testing".freeze
338
343
  term :PartialCollectionView,
@@ -343,24 +348,21 @@ module RDF::Vocab
343
348
  type: "hydra:Class".freeze,
344
349
  "vs:term_status": "testing".freeze
345
350
  term :Resource,
346
- comment: "The class of dereferenceable resources.".freeze,
351
+ comment: "The class of dereferenceable resources by means a client can attempt to dereference; however, the received responses should still be verified.".freeze,
347
352
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
348
353
  label: "Hydra Resource".freeze,
349
- subClassOf: "rdfs:Resource".freeze,
350
354
  type: "hydra:Class".freeze,
351
355
  "vs:term_status": "testing".freeze
352
356
  term :Status,
353
357
  comment: "Additional information about a status code that might be returned.".freeze,
354
358
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
355
359
  label: "Status code description".freeze,
356
- subClassOf: "hydra:Resource".freeze,
357
360
  type: "hydra:Class".freeze,
358
361
  "vs:term_status": "testing".freeze
359
362
  term :SupportedProperty,
360
363
  comment: "A property known to be supported by a Hydra class.".freeze,
361
364
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
362
365
  label: "Supported Property".freeze,
363
- subClassOf: "hydra:Resource".freeze,
364
366
  type: "hydra:Class".freeze,
365
367
  "vs:term_status": "testing".freeze
366
368
  term :TemplatedLink,
@@ -374,7 +376,6 @@ module RDF::Vocab
374
376
  comment: "A representation specifies how to serialize variable values into strings.".freeze,
375
377
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
376
378
  label: "VariableRepresentation".freeze,
377
- subClassOf: "hydra:Resource".freeze,
378
379
  type: "hydra:Class".freeze,
379
380
  "vs:term_status": "testing".freeze
380
381
 
@@ -537,11 +538,11 @@ module RDF::Vocab
537
538
  range: "hydra:VariableRepresentation".freeze,
538
539
  type: "rdf:Property".freeze,
539
540
  "vs:term_status": "testing".freeze
540
- property :writeable,
541
+ property :writable,
541
542
  comment: "True if the client can change the property's value, false otherwise.".freeze,
542
543
  domain: "hydra:SupportedProperty".freeze,
543
544
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
544
- label: "writeable".freeze,
545
+ label: "writable".freeze,
545
546
  range: "xsd:boolean".freeze,
546
547
  type: "rdf:Property".freeze,
547
548
  "vs:term_status": "testing".freeze
@@ -591,7 +592,6 @@ module RDF::Vocab
591
592
  "vs:term_status": "testing".freeze
592
593
  term :collection,
593
594
  comment: "Collections somehow related to this resource.".freeze,
594
- domain: "hydra:Resource".freeze,
595
595
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
596
596
  label: "collection".freeze,
597
597
  range: "hydra:Collection".freeze,
@@ -610,8 +610,7 @@ module RDF::Vocab
610
610
  domain: "hydra:Operation".freeze,
611
611
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
612
612
  label: "expects".freeze,
613
- range: "hydra:Resource".freeze,
614
- rangeIncludes: ["hydra:Class".freeze, "hydra:Resource".freeze],
613
+ rangeIncludes: ["hydra:Class".freeze, "hydra:Resource".freeze, "rdfs:Class".freeze, "rdfs:Resource".freeze],
615
614
  type: "hydra:Link".freeze,
616
615
  "vs:term_status": "testing".freeze
617
616
  term :first,
@@ -631,19 +630,24 @@ module RDF::Vocab
631
630
  type: "hydra:Link".freeze,
632
631
  "vs:term_status": "testing".freeze
633
632
  term :manages,
634
- comment: "Semantics of each member provided by the collection.".freeze,
635
- domain: "hydra:Collection".freeze,
633
+ comment: "This predicate is left for compatibility purposes and hydra:memberAssertion should be used instead.".freeze,
636
634
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
637
635
  label: "manages".freeze,
638
- "vs:term_status": "testing".freeze
636
+ subPropertyOf: "hydra:memberAssertion".freeze,
637
+ "vs:term_status": "archaic".freeze
639
638
  term :member,
640
639
  comment: "A member of the collection".freeze,
641
640
  domain: "hydra:Collection".freeze,
642
641
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
643
642
  label: "member".freeze,
644
- range: "hydra:Resource".freeze,
645
643
  type: "hydra:Link".freeze,
646
644
  "vs:term_status": "testing".freeze
645
+ term :memberAssertion,
646
+ comment: "Semantics of each member provided by the collection.".freeze,
647
+ domain: "hydra:Collection".freeze,
648
+ isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
649
+ label: "member assertion".freeze,
650
+ "vs:term_status": "testing".freeze
647
651
  term :next,
648
652
  comment: "The resource following the current instance in an interlinked set of resources.".freeze,
649
653
  domain: "hydra:Resource".freeze,
@@ -686,8 +690,7 @@ module RDF::Vocab
686
690
  domain: "hydra:Operation".freeze,
687
691
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
688
692
  label: "returns".freeze,
689
- range: "hydra:Resource".freeze,
690
- rangeIncludes: ["hydra:Class".freeze, "hydra:Resource".freeze],
693
+ rangeIncludes: ["hydra:Class".freeze, "hydra:Resource".freeze, "rdfs:Class".freeze, "rdfs:Resource".freeze],
691
694
  type: "hydra:Link".freeze,
692
695
  "vs:term_status": "testing".freeze
693
696
  term :search,
@@ -708,12 +711,12 @@ module RDF::Vocab
708
711
  domain: "hydra:ApiDocumentation".freeze,
709
712
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
710
713
  label: "supported classes".freeze,
711
- range: "hydra:Class".freeze,
714
+ range: "rdfs:Class".freeze,
712
715
  type: "hydra:Link".freeze,
713
716
  "vs:term_status": "testing".freeze
714
717
  term :supportedOperation,
715
718
  comment: "An operation supported by instances of the specific Hydra class or the target of the Hydra link".freeze,
716
- domainIncludes: ["hydra:Class".freeze, "hydra:Link".freeze, "hydra:SupportedProperty".freeze, "hydra:TemplatedLink".freeze],
719
+ domainIncludes: ["hydra:Class".freeze, "hydra:Link".freeze, "hydra:SupportedProperty".freeze, "hydra:TemplatedLink".freeze, "rdfs:Class".freeze],
717
720
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
718
721
  label: "supported operation".freeze,
719
722
  range: "hydra:Operation".freeze,
@@ -721,7 +724,7 @@ module RDF::Vocab
721
724
  "vs:term_status": "testing".freeze
722
725
  term :supportedProperty,
723
726
  comment: "The properties known to be supported by a Hydra class".freeze,
724
- domain: "hydra:Class".freeze,
727
+ domain: "rdfs:Class".freeze,
725
728
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
726
729
  label: "supported properties".freeze,
727
730
  range: "hydra:SupportedProperty".freeze,
@@ -729,11 +732,15 @@ module RDF::Vocab
729
732
  "vs:term_status": "testing".freeze
730
733
  term :view,
731
734
  comment: "A specific view of a resource.".freeze,
732
- domain: "hydra:Resource".freeze,
733
735
  isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
734
736
  label: "view".freeze,
735
- range: "hydra:Resource".freeze,
736
737
  type: "hydra:Link".freeze,
737
738
  "vs:term_status": "testing".freeze
739
+ term :writeable,
740
+ comment: "This property is left for compatibility purposes and hydra:writable should be used instead.".freeze,
741
+ isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
742
+ label: "writable".freeze,
743
+ subPropertyOf: "hydra:writable".freeze,
744
+ "vs:term_status": "archaic".freeze
738
745
  end
739
746
  end