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/mods.rb
CHANGED
@@ -531,69 +531,67 @@ module RDF::Vocab
|
|
531
531
|
|
532
532
|
# Class definitions
|
533
533
|
term :Cartographics,
|
534
|
-
comment:
|
534
|
+
comment: "Aggregates cartographic properties.".freeze,
|
535
535
|
label: "MODS - Cartographic Information".freeze,
|
536
536
|
subClassOf: "owl:Thing".freeze,
|
537
537
|
type: "owl:Class".freeze
|
538
538
|
term :ClassificationGroup,
|
539
|
-
comment:
|
539
|
+
comment: "For a classification whose scheme is not part of the controlled vocabulary. Bundles together a classification number and scheme.".freeze,
|
540
540
|
label: "MODS - Classification Group".freeze,
|
541
541
|
subClassOf: "owl:Thing".freeze,
|
542
542
|
type: "owl:Class".freeze
|
543
543
|
term :IdentifierGroup,
|
544
|
-
comment:
|
544
|
+
comment: "Used when the identifier type is not from the controlled list. Bundles together an identifier and its type.".freeze,
|
545
545
|
label: "MODS - Identifier - Typed".freeze,
|
546
546
|
subClassOf: "owl:Thing".freeze,
|
547
547
|
type: "owl:Class".freeze
|
548
548
|
term :Location,
|
549
|
-
comment:
|
549
|
+
comment: "An aggregator for location properties.".freeze,
|
550
550
|
label: "MODS - Location".freeze,
|
551
551
|
type: "owl:Class".freeze
|
552
552
|
term :LocationCopy,
|
553
|
-
comment:
|
553
|
+
comment: " An aggregator for copy properties.".freeze,
|
554
554
|
label: "MODS - Location - Copy".freeze,
|
555
555
|
type: "owl:Class".freeze
|
556
556
|
term :ModsResource,
|
557
|
-
comment:
|
558
|
-
The resource which is the subject of this description.
|
559
|
-
).freeze,
|
557
|
+
comment: "\nThe resource which is the subject of this description.\n ".freeze,
|
560
558
|
equivalentClass: "http://id.loc.gov/vocabulary/resourceTypes/Res".freeze,
|
561
559
|
label: "MODS - A MODS Resource".freeze,
|
562
560
|
type: "owl:Class".freeze
|
563
561
|
term :NoteGroup,
|
564
|
-
comment:
|
562
|
+
comment: "Aggregates a note with its type. ".freeze,
|
565
563
|
label: "MODS - Note Typed".freeze,
|
566
564
|
type: "owl:Class".freeze
|
567
565
|
term :Part,
|
568
|
-
comment:
|
566
|
+
comment: "An aggregator for part properties.".freeze,
|
569
567
|
label: "MODS - Part".freeze,
|
570
568
|
type: "owl:Class".freeze
|
571
569
|
term :RoleRelationship,
|
572
|
-
comment:
|
570
|
+
comment: "Aggregates a name with its role. ".freeze,
|
573
571
|
label: "MODS - Role Relationship".freeze,
|
574
572
|
type: "owl:Class".freeze
|
575
573
|
|
576
574
|
# Property definitions
|
577
575
|
property :abstract,
|
578
|
-
comment:
|
576
|
+
comment: "A summary of the content of the resource.".freeze,
|
579
577
|
domain: "mods:ModsResource".freeze,
|
580
578
|
label: "Abstract".freeze,
|
581
579
|
range: "xsd:string".freeze,
|
582
580
|
type: "owl:DatatypeProperty".freeze
|
583
581
|
property :accessCondition,
|
584
|
-
comment:
|
582
|
+
comment: "Information about restrictions imposed on access to the resource.".freeze,
|
585
583
|
domain: "mods:ModsResource".freeze,
|
586
584
|
label: "Access Condition".freeze,
|
587
585
|
range: "xsd:string".freeze,
|
588
586
|
type: "owl:DatatypeProperty".freeze
|
589
587
|
property :adminMetadata,
|
590
|
-
comment:
|
588
|
+
comment: "Administrative metadata for the MODS description, corresponds to recordInfo (MODS XML) which is, minimimally, a Class defined outside of the MADS/RDF namespace. The RecordInfo Class from the RecordInfo ontology is recommended.".freeze,
|
591
589
|
domain: "mods:ModsResource".freeze,
|
592
590
|
label: "Administrative Metadata".freeze,
|
593
591
|
range: "http://id.loc.gov/ontologies/RecordInfo#AdminMetadata".freeze,
|
594
592
|
type: "owl:ObjectProperty".freeze
|
595
593
|
property :cartographics,
|
596
|
-
comment:
|
594
|
+
comment: "A geographic entity expressed in cartographic terms.".freeze,
|
597
595
|
domain: "mods:ModsResource".freeze,
|
598
596
|
label: "Cartographics ".freeze,
|
599
597
|
range: "mods:Cartographics".freeze,
|
@@ -614,85 +612,85 @@ The resource which is the subject of this description.
|
|
614
612
|
range: "xsd:string".freeze,
|
615
613
|
type: "owl:DatatypeProperty".freeze
|
616
614
|
property :classification,
|
617
|
-
comment:
|
615
|
+
comment: "A designation applied to the resource that indicates the subject by applying a formal system of coding and organizing resources according to subject areas.".freeze,
|
618
616
|
domain: "mods:ModsResource".freeze,
|
619
617
|
equivalentProperty: "http://id.loc.gov/vocabulary/classSchemes/classification".freeze,
|
620
618
|
label: "Classification".freeze,
|
621
619
|
type: "owl:AnnotationProperty".freeze
|
622
620
|
property :classificationGroup,
|
623
|
-
comment:
|
621
|
+
comment: "Used when classification scheme is not in controlled vocabulary. Bundles together the classification number with its scheme.".freeze,
|
624
622
|
domain: "mods:ModsResource".freeze,
|
625
623
|
label: "Classification Group".freeze,
|
626
624
|
range: "mods:ClassificationGroup".freeze,
|
627
625
|
type: "owl:ObjectProperty".freeze
|
628
626
|
property :classificationGroupScheme,
|
629
|
-
comment:
|
627
|
+
comment: "The classification scheme".freeze,
|
630
628
|
domain: "mods:ClassificationGroup".freeze,
|
631
629
|
label: "Classification Group - Scheme".freeze,
|
632
630
|
range: "xsd:string".freeze,
|
633
631
|
type: "owl:DatatypeProperty".freeze
|
634
632
|
property :classificationGroupValue,
|
635
|
-
comment:
|
633
|
+
comment: "The classification value".freeze,
|
636
634
|
domain: "mods:ClassificationGroup".freeze,
|
637
635
|
label: "Classification Group - Value".freeze,
|
638
636
|
range: "xsd:string".freeze,
|
639
637
|
type: "owl:DatatypeProperty".freeze
|
640
638
|
property :dateCaptured,
|
641
|
-
comment:
|
639
|
+
comment: "Date that the resource was digitized or a subsequent snapshot was taken.".freeze,
|
642
640
|
domain: "mods:ModsResource".freeze,
|
643
641
|
label: "Date Captured".freeze,
|
644
642
|
subPropertyOf: "mods:date".freeze,
|
645
643
|
type: "owl:AnnotationProperty".freeze
|
646
644
|
property :dateCapturedEnd,
|
647
|
-
comment:
|
645
|
+
comment: "When there is both a start and end for the capture date this is the end date.".freeze,
|
648
646
|
domain: "mods:ModsResource".freeze,
|
649
647
|
label: "Date Captured - End".freeze,
|
650
648
|
subPropertyOf: "mods:dateCaptured".freeze,
|
651
649
|
type: "owl:AnnotationProperty".freeze
|
652
650
|
property :dateCapturedStart,
|
653
|
-
comment:
|
651
|
+
comment: "When there is both a start and end for the capture date this is the start date.".freeze,
|
654
652
|
domain: "mods:ModsResource".freeze,
|
655
653
|
label: "Date Captured - Start".freeze,
|
656
654
|
subPropertyOf: "mods:dateCaptured".freeze,
|
657
655
|
type: "owl:AnnotationProperty".freeze
|
658
656
|
property :dateCreated,
|
659
|
-
comment:
|
657
|
+
comment: "The resource's creation date.".freeze,
|
660
658
|
domain: "mods:ModsResource".freeze,
|
661
659
|
label: " Date Created".freeze,
|
662
660
|
subPropertyOf: "mods:date".freeze,
|
663
661
|
type: "owl:AnnotationProperty".freeze
|
664
662
|
property :dateCreatedEnd,
|
665
|
-
comment:
|
663
|
+
comment: "When there is both a start and end for the creation date this is the end date.".freeze,
|
666
664
|
domain: "mods:ModsResource".freeze,
|
667
665
|
label: "Date Created - End".freeze,
|
668
666
|
subPropertyOf: "mods:dateCreated".freeze,
|
669
667
|
type: "owl:AnnotationProperty".freeze
|
670
668
|
property :dateCreatedStart,
|
671
|
-
comment:
|
669
|
+
comment: "When there is both a start and end for the creation date this is the start date.".freeze,
|
672
670
|
domain: "mods:ModsResource".freeze,
|
673
671
|
label: "Date Created - Start".freeze,
|
674
672
|
subPropertyOf: "mods:dateCreated".freeze,
|
675
673
|
type: "owl:AnnotationProperty".freeze
|
676
674
|
property :dateModified,
|
677
|
-
comment:
|
675
|
+
comment: "Date when resource was modified.".freeze,
|
678
676
|
domain: "mods:ModsResource".freeze,
|
679
677
|
label: "Date Modified".freeze,
|
680
678
|
subPropertyOf: "mods:date".freeze,
|
681
679
|
type: "owl:AnnotationProperty".freeze
|
682
680
|
property :dateModifiedEnd,
|
683
|
-
comment:
|
681
|
+
comment: "When there is both a start and end for the modification date this is the end date.".freeze,
|
684
682
|
domain: "mods:ModsResource".freeze,
|
685
683
|
label: "Date Modified - End".freeze,
|
686
684
|
subPropertyOf: "mods:dateModified".freeze,
|
687
685
|
type: "owl:AnnotationProperty".freeze
|
688
686
|
property :dateModifiedStart,
|
689
|
-
comment:
|
687
|
+
comment: "When there is both a start and end for the modification date this is the start date.".freeze,
|
690
688
|
domain: "mods:ModsResource".freeze,
|
691
689
|
label: "Date Modified - Start".freeze,
|
692
690
|
subPropertyOf: "mods:dateModified".freeze,
|
693
691
|
type: "owl:AnnotationProperty".freeze
|
694
692
|
property :dateOfCopyright,
|
695
|
-
comment:
|
693
|
+
comment: "Date when resource was copyrighted.".freeze,
|
696
694
|
domain: "mods:ModsResource".freeze,
|
697
695
|
label: "Date of Copyright".freeze,
|
698
696
|
subPropertyOf: "mods:date".freeze,
|
@@ -708,574 +706,572 @@ The resource which is the subject of this description.
|
|
708
706
|
subPropertyOf: "mods:dateOfCopyright".freeze,
|
709
707
|
type: "owl:AnnotationProperty".freeze
|
710
708
|
property :dateValid,
|
711
|
-
comment:
|
709
|
+
comment: "A date when resource was valid. (Not necessarily the first or last date, but this is an assertion that on that given date the information was valid.)".freeze,
|
712
710
|
domain: "mods:ModsResource".freeze,
|
713
711
|
label: "Date Valid".freeze,
|
714
712
|
subPropertyOf: "mods:date".freeze,
|
715
713
|
type: "owl:AnnotationProperty".freeze
|
716
714
|
property :dateValidEnd,
|
717
|
-
comment:
|
715
|
+
comment: "When the resource is valid over an interval with a start and end date, this is the end date. (When start and end date are given, it is an assertion that the information was valid over the course of this interval. It does not necessarily assert that is was not valid before the start or after the end of the interval.)".freeze,
|
718
716
|
domain: "mods:ModsResource".freeze,
|
719
717
|
label: "Date Valid - End".freeze,
|
720
718
|
subPropertyOf: "mods:dateValid".freeze,
|
721
719
|
type: "owl:AnnotationProperty".freeze
|
722
720
|
property :dateValidStart,
|
723
|
-
comment:
|
721
|
+
comment: "When the resource is valid over an interval with a start and end date, this is the start date. (When start and end date are given, it is an assertion that the information was valid over the course of this interval. It does not necessarily assert that is was not valid before the start or after the end of the interval.)".freeze,
|
724
722
|
domain: "mods:ModsResource".freeze,
|
725
723
|
label: "Date Valid - Start".freeze,
|
726
724
|
subPropertyOf: "mods:dateValid".freeze,
|
727
725
|
type: "owl:AnnotationProperty".freeze
|
728
726
|
property :digitalOrigin,
|
729
|
-
comment:
|
727
|
+
comment: "a designation of the source of a digital file important to its creation, use and management.".freeze,
|
730
728
|
domain: "mods:ModsResource".freeze,
|
731
729
|
label: "Digital Origin".freeze,
|
732
730
|
range: "xsd:string".freeze,
|
733
731
|
type: "owl:DatatypeProperty".freeze
|
734
732
|
property :edition,
|
735
|
-
comment:
|
733
|
+
comment: "Version of the resource.".freeze,
|
736
734
|
domain: "mods:ModsResource".freeze,
|
737
735
|
label: "Edition".freeze,
|
738
736
|
range: "xsd:string".freeze,
|
739
737
|
type: "owl:DatatypeProperty".freeze
|
740
738
|
property :frequency,
|
741
|
-
comment:
|
739
|
+
comment: "publication frequency".freeze,
|
742
740
|
domain: "mods:ModsResource".freeze,
|
743
741
|
label: "Frequency".freeze,
|
744
742
|
range: "xsd:string".freeze,
|
745
743
|
type: "owl:DatatypeProperty".freeze
|
746
744
|
property :genre,
|
747
|
-
comment:
|
745
|
+
comment: "The genre (or one of several genres) of the resource. Represented in the MADS namespace. ".freeze,
|
748
746
|
domain: "mods:ModsResource".freeze,
|
749
747
|
label: "Genre".freeze,
|
750
748
|
range: "mads:GenreForm".freeze,
|
751
749
|
type: "owl:ObjectProperty".freeze
|
752
750
|
property :identifier,
|
753
|
-
comment:
|
751
|
+
comment: "identifier is a property for which all terms in the \"identifier\" vocabulary become subproperties. Thus for example 'identifer:isbn' is a subproperty saying in effect \"has this ISBN\" where 'isbn' is a term within that vocabulary. (The prefix 'identifier:' is used to denote the namespace for the \"identifier\" vocabulary.".freeze,
|
754
752
|
domain: "mods:ModsResource".freeze,
|
755
753
|
equivalentProperty: "identifiers:id".freeze,
|
756
754
|
label: "Identifier".freeze,
|
757
755
|
range: "xsd:string".freeze,
|
758
756
|
type: "owl:DatatypeProperty".freeze
|
759
757
|
property :identifierGroup,
|
760
|
-
comment:
|
758
|
+
comment: "Used when identifier type is not in controlled vocabulary. Bundles together the identifier with its type.".freeze,
|
761
759
|
domain: "mods:ModsResource".freeze,
|
762
760
|
label: "Identifier Group".freeze,
|
763
761
|
range: "mods:IdentifierGroup".freeze,
|
764
762
|
type: "owl:ObjectProperty".freeze
|
765
763
|
property :identifierGroupType,
|
766
|
-
comment:
|
764
|
+
comment: "The identifier type.".freeze,
|
767
765
|
domain: "mods:IdentifierGroup".freeze,
|
768
766
|
label: "Identifier Group - Type".freeze,
|
769
767
|
range: "xsd:string".freeze,
|
770
768
|
type: "owl:DatatypeProperty".freeze
|
771
769
|
property :identifierGroupValue,
|
772
|
-
comment:
|
770
|
+
comment: "The identifier value\t.".freeze,
|
773
771
|
domain: "mods:IdentifierGroup".freeze,
|
774
772
|
label: "Identifier Group - Value".freeze,
|
775
773
|
range: "xsd:string".freeze,
|
776
774
|
type: "owl:DatatypeProperty".freeze
|
777
775
|
property :identifierValue,
|
778
|
-
comment:
|
776
|
+
comment: "Used in conjuction with identifierType, when the type is not from the controlled vocabulary.".freeze,
|
779
777
|
domain: "mods:IdentifierGroup".freeze,
|
780
778
|
label: "Identifier - Value".freeze,
|
781
779
|
range: "xsd:string".freeze,
|
782
780
|
type: "owl:DatatypeProperty".freeze
|
783
781
|
property :issuance,
|
784
|
-
comment:
|
782
|
+
comment: "Describes the issuance of the resource.".freeze,
|
785
783
|
domain: "mods:ModsResource".freeze,
|
786
784
|
label: "Issuance".freeze,
|
787
785
|
range: "xsd:string".freeze,
|
788
786
|
type: "owl:DatatypeProperty".freeze
|
789
787
|
property :languageOfResource,
|
790
|
-
comment:
|
788
|
+
comment: "The language (or one of several languages) of the resource. ".freeze,
|
791
789
|
domain: "mods:ModsResource".freeze,
|
792
790
|
label: "Language of Resource".freeze,
|
793
791
|
type: "owl:AnnotationProperty".freeze
|
794
792
|
property :locationCopy,
|
795
|
-
comment:
|
793
|
+
comment: "Information about a specific tangible instance of a bibliographic resource or set which comprises one or more pieces via indication of sublocation and/or locator.".freeze,
|
796
794
|
domain: "mods:Location".freeze,
|
797
795
|
label: "Location - Copy".freeze,
|
798
796
|
range: "mods:LocationCopy".freeze,
|
799
797
|
type: "owl:ObjectProperty".freeze
|
800
798
|
property :locationCopyElectronicLocator,
|
801
|
-
comment:
|
799
|
+
comment: "URI of the copy of the resource.".freeze,
|
802
800
|
domain: "mods:LocationCopy".freeze,
|
803
801
|
label: "Location - Copy -- Electronic Locator".freeze,
|
804
802
|
range: "xsd:string".freeze,
|
805
803
|
type: "owl:DatatypeProperty".freeze
|
806
804
|
property :locationCopyEnumerationAndChronology,
|
807
|
-
comment:
|
805
|
+
comment: "A summary holdings statement for the copy. A string with information including volume or issue, date of publication or date of issue of a component of a multi-part resource, distinguishing it from other components of the same resource. ".freeze,
|
808
806
|
domain: "mods:LocationCopy".freeze,
|
809
807
|
label: "Location - Copy - Enumeration And Chronology".freeze,
|
810
808
|
range: "xsd:string".freeze,
|
811
809
|
type: "owl:DatatypeProperty".freeze
|
812
810
|
property :locationCopyEnumerationAndChronologyBasic,
|
813
|
-
comment:
|
811
|
+
comment: "One of three levels of enumerationAndChronology: 'basic'".freeze,
|
814
812
|
domain: "mods:LocationCopy".freeze,
|
815
813
|
label: "Location - Copy - Enumeration And Chronology -- Basic".freeze,
|
816
814
|
range: "xsd:string".freeze,
|
817
815
|
subPropertyOf: "mods:locationCopyEnumerationAndChronology".freeze,
|
818
816
|
type: "owl:DatatypeProperty".freeze
|
819
817
|
property :locationCopyEnumerationAndChronologyIndex,
|
820
|
-
comment:
|
818
|
+
comment: "One of three levels of enumerationAndChronology:'index'".freeze,
|
821
819
|
domain: "mods:LocationCopy".freeze,
|
822
820
|
label: "Location - Copy - Enumeration And Chronology -- Index".freeze,
|
823
821
|
range: "xsd:string".freeze,
|
824
822
|
subPropertyOf: "mods:locationCopyEnumerationAndChronology".freeze,
|
825
823
|
type: "owl:DatatypeProperty".freeze
|
826
824
|
property :locationCopyEnumerationAndChronologySupplement,
|
827
|
-
comment:
|
825
|
+
comment: "One of three levels of enumerationAndChronology:'supplement'".freeze,
|
828
826
|
domain: "mods:LocationCopy".freeze,
|
829
827
|
label: "Location - Copy - Enumeration And Chronology -- Supplement".freeze,
|
830
828
|
range: "xsd:string".freeze,
|
831
829
|
subPropertyOf: "mods:locationCopyEnumerationAndChronology".freeze,
|
832
830
|
type: "owl:DatatypeProperty".freeze
|
833
831
|
property :locationCopyForm,
|
834
|
-
comment:
|
832
|
+
comment: "The form of a particular copy may be indicated when the general description refers to multiple forms and there is different detailed holdings information associated with different forms.".freeze,
|
835
833
|
domain: "mods:LocationCopy".freeze,
|
836
834
|
label: "Location - Copy -- Form".freeze,
|
837
835
|
range: "xsd:string".freeze,
|
838
836
|
type: "owl:DatatypeProperty".freeze
|
839
837
|
property :locationCopyNote,
|
840
|
-
comment:
|
838
|
+
comment: "A note pertaining to a specific copy.".freeze,
|
841
839
|
domain: "mods:LocationCopy".freeze,
|
842
840
|
label: "Location - Copy -- Note".freeze,
|
843
841
|
range: "xsd:string".freeze,
|
844
842
|
type: "owl:DatatypeProperty".freeze
|
845
843
|
property :locationCopyShelfLocator,
|
846
|
-
comment:
|
844
|
+
comment: "Shelfmark or other shelving designation that indicates the location identifier for a copy.".freeze,
|
847
845
|
domain: "mods:LocationCopy".freeze,
|
848
846
|
label: "Location - Copy -- Shelf Locator".freeze,
|
849
847
|
range: "xsd:string".freeze,
|
850
848
|
type: "owl:DatatypeProperty".freeze
|
851
849
|
property :locationCopySublocation,
|
852
|
-
comment:
|
850
|
+
comment: "Department, division, or section of an institution holding a copy of the resource.".freeze,
|
853
851
|
domain: "mods:LocationCopy".freeze,
|
854
852
|
label: "Location - Copy -- Sublocation".freeze,
|
855
853
|
range: "xsd:string".freeze,
|
856
854
|
type: "owl:DatatypeProperty".freeze
|
857
855
|
property :locationOfResource,
|
858
|
-
comment:
|
856
|
+
comment: "The location (or one of several locations) at which the resource resides.".freeze,
|
859
857
|
domain: "mods:ModsResource".freeze,
|
860
858
|
label: "Location".freeze,
|
861
859
|
range: "mods:Location".freeze,
|
862
860
|
type: "owl:ObjectProperty".freeze
|
863
861
|
property :locationPhysical,
|
864
|
-
comment:
|
862
|
+
comment: "The institution or repository that holds the resource, or where it is available.".freeze,
|
865
863
|
domain: "mods:Location".freeze,
|
866
864
|
label: "Location - Physical Location".freeze,
|
867
865
|
range: "xsd:string".freeze,
|
868
866
|
type: "owl:DatatypeProperty".freeze
|
869
867
|
property :locationShelfLocator,
|
870
|
-
comment:
|
868
|
+
comment: "Shelfmark or other shelving designation".freeze,
|
871
869
|
domain: "mods:Location".freeze,
|
872
870
|
label: "Location - Shelf Locator".freeze,
|
873
871
|
range: "xsd:string".freeze,
|
874
872
|
type: "owl:DatatypeProperty".freeze
|
875
873
|
property :locationUrl,
|
876
|
-
comment:
|
874
|
+
comment: "Location of the resource (a URL)".freeze,
|
877
875
|
domain: "mods:Location".freeze,
|
878
876
|
label: "Location - URL".freeze,
|
879
877
|
range: "xsd:string".freeze,
|
880
878
|
type: "owl:DatatypeProperty".freeze
|
881
879
|
property :mediaType,
|
882
|
-
comment:
|
880
|
+
comment: "An Internet Media (MIME) type e.g. text/html. ".freeze,
|
883
881
|
domain: "mods:ModsResource".freeze,
|
884
882
|
label: "Media Type".freeze,
|
885
883
|
range: "xsd:string".freeze,
|
886
884
|
type: "owl:DatatypeProperty".freeze
|
887
885
|
property :name,
|
888
|
-
comment:
|
886
|
+
comment: "A name - personal, corporate, conference, or family - associated with the resource. Represented in the MADS namespace. ".freeze,
|
889
887
|
domain: "mods:ModsResource".freeze,
|
890
888
|
label: "Name".freeze,
|
891
889
|
range: "mads:Name".freeze,
|
892
890
|
type: "owl:ObjectProperty".freeze
|
893
891
|
property :namePrincipal,
|
894
|
-
comment:
|
892
|
+
comment: "A name that has been distinguished as the principal name associated with the resource. There should be no more than one name principal name. (The rule for determining the principal name is as follows: If the role associated with the name is 'creator' AND if it is the only name whose role is 'creator' then it is the principal name. Thus if there are more than one name, or no name, whose role is 'creator', then there is no principal name.) If there is a principal name, and if there is a uniform title, then that name and title are to be combined into a nameTitle. ".freeze,
|
895
893
|
domain: "mods:ModsResource".freeze,
|
896
894
|
label: "Name - Principle".freeze,
|
897
895
|
range: "mads:Name".freeze,
|
898
896
|
subPropertyOf: "mods:name".freeze,
|
899
897
|
type: "owl:ObjectProperty".freeze
|
900
898
|
property :note,
|
901
|
-
comment:
|
899
|
+
comment: "Textual information about the resource. This property is used when no type is specified. (In contrast to hasTypedNote, whose object is an aggregator that includes both the type and note.)".freeze,
|
902
900
|
domain: "mods:ModsResource".freeze,
|
903
901
|
label: "Note".freeze,
|
904
902
|
range: "xsd:string".freeze,
|
905
903
|
type: "owl:DatatypeProperty".freeze
|
906
904
|
property :noteGroup,
|
907
|
-
comment:
|
905
|
+
comment: "Used for a note with a type (other than \"statement of responsibility\")".freeze,
|
908
906
|
domain: "mods:ModsResource".freeze,
|
909
907
|
label: "Note Group".freeze,
|
910
908
|
range: "mods:NoteGroup".freeze,
|
911
909
|
type: "owl:ObjectProperty".freeze
|
912
910
|
property :noteGroupType,
|
913
|
-
comment:
|
911
|
+
comment: "A property of NoteGroup - used when a type is supplied for the note. The type.".freeze,
|
914
912
|
domain: "mods:NoteGroup".freeze,
|
915
913
|
label: "NoteGroup - Type".freeze,
|
916
914
|
range: "xsd:string".freeze,
|
917
915
|
type: "owl:DatatypeProperty".freeze
|
918
916
|
property :noteGroupValue,
|
919
|
-
comment:
|
917
|
+
comment: "A property of noteGroup - used when a type is supplied for the note. The text of the note.".freeze,
|
920
918
|
domain: "mods:NoteGroup".freeze,
|
921
919
|
label: "NoteGroup - Value".freeze,
|
922
920
|
range: "xsd:string".freeze,
|
923
921
|
type: "owl:DatatypeProperty".freeze
|
924
922
|
property :part,
|
925
|
-
comment:
|
923
|
+
comment: "Information about a physical part of the resource, including the part number, its caption and title, and dimensions. ".freeze,
|
926
924
|
domain: "mods:ModsResource".freeze,
|
927
925
|
label: "Part".freeze,
|
928
926
|
range: "mods:Part".freeze,
|
929
927
|
type: "owl:ObjectProperty".freeze
|
930
928
|
property :partDate,
|
931
|
-
comment:
|
929
|
+
comment: "Date associated with a part.".freeze,
|
932
930
|
domain: "mods:Part".freeze,
|
933
931
|
label: "Part Date".freeze,
|
934
932
|
subPropertyOf: "mods:date".freeze,
|
935
933
|
type: "owl:AnnotationProperty".freeze
|
936
934
|
property :partDetailType,
|
937
|
-
comment:
|
935
|
+
comment: "The type of the resource part, e.g. volume, issue, page.".freeze,
|
938
936
|
domain: "mods:Part".freeze,
|
939
937
|
label: "Part - Detail Type".freeze,
|
940
938
|
range: "xsd:string".freeze,
|
941
939
|
type: "owl:DatatypeProperty".freeze
|
942
940
|
property :partEnd,
|
943
|
-
comment:
|
941
|
+
comment: "The value of the end of a part. For example, if unit of the part has value 'page', this is the number of the last page. ".freeze,
|
944
942
|
domain: "mods:Part".freeze,
|
945
943
|
label: "Part - End".freeze,
|
946
944
|
range: "xsd:string".freeze,
|
947
945
|
type: "owl:DatatypeProperty".freeze
|
948
946
|
property :partLevel,
|
949
|
-
comment:
|
947
|
+
comment: "A property of a part - the level of numbering in the host/parent item.".freeze,
|
950
948
|
domain: "mods:Part".freeze,
|
951
949
|
label: "Part - Level".freeze,
|
952
950
|
range: "xsd:positiveInteger".freeze,
|
953
951
|
type: "owl:DatatypeProperty".freeze
|
954
952
|
property :partList,
|
955
|
-
comment:
|
953
|
+
comment: "A property of a part - a textual listing of the units within the part.".freeze,
|
956
954
|
domain: "mods:Part".freeze,
|
957
955
|
label: "Part - List".freeze,
|
958
956
|
range: "xsd:string".freeze,
|
959
957
|
type: "owl:DatatypeProperty".freeze
|
960
958
|
property :partName,
|
961
|
-
comment:
|
959
|
+
comment: "A string that designates the part name.".freeze,
|
962
960
|
domain: "mods:Part".freeze,
|
963
961
|
label: "Part - Name".freeze,
|
964
962
|
range: "xsd:string".freeze,
|
965
963
|
type: "owl:DatatypeProperty".freeze
|
966
964
|
property :partNumber,
|
967
|
-
comment:
|
965
|
+
comment: "A string that designates the part number.".freeze,
|
968
966
|
domain: "mods:Part".freeze,
|
969
967
|
label: "Part - Number".freeze,
|
970
968
|
range: "xsd:string".freeze,
|
971
969
|
type: "owl:DatatypeProperty".freeze
|
972
970
|
property :partOrder,
|
973
|
-
comment:
|
971
|
+
comment: "An integer that designates the sequence of parts".freeze,
|
974
972
|
domain: "mods:Part".freeze,
|
975
973
|
label: "Part - Order".freeze,
|
976
974
|
range: "xsd:integer".freeze,
|
977
975
|
type: "owl:DatatypeProperty".freeze
|
978
976
|
property :partStart,
|
979
|
-
comment:
|
977
|
+
comment: "The beginning unit of the part.".freeze,
|
980
978
|
domain: "mods:Part".freeze,
|
981
979
|
label: "Part - Start".freeze,
|
982
980
|
range: "xsd:string".freeze,
|
983
981
|
type: "owl:DatatypeProperty".freeze
|
984
982
|
property :partTotal,
|
985
|
-
comment:
|
983
|
+
comment: "The total number of units within a part.".freeze,
|
986
984
|
domain: "mods:Part".freeze,
|
987
985
|
label: "Part - Total".freeze,
|
988
986
|
range: "xsd:positiveInteger".freeze,
|
989
987
|
type: "owl:DatatypeProperty".freeze
|
990
988
|
property :partType,
|
991
|
-
comment:
|
989
|
+
comment: "The segment type of a part. (When parts are included, the resource is ususally a document, so the part type would be the segment type of the document.)".freeze,
|
992
990
|
domain: "mods:Part".freeze,
|
993
991
|
label: "Part - Type".freeze,
|
994
992
|
range: "xsd:string".freeze,
|
995
993
|
type: "owl:DatatypeProperty".freeze
|
996
994
|
property :partUnit,
|
997
|
-
comment:
|
995
|
+
comment: "the unit -- e.g. page, chapter -- applying to the start, end, and total values.".freeze,
|
998
996
|
domain: "mods:Part".freeze,
|
999
997
|
label: "Part - Unit".freeze,
|
1000
998
|
range: "xsd:string".freeze,
|
1001
999
|
type: "owl:DatatypeProperty".freeze
|
1002
1000
|
property :physicalExtent,
|
1003
|
-
comment:
|
1001
|
+
comment: "a statement of the number and specific material of the units of the resource that express physical extent.".freeze,
|
1004
1002
|
domain: "mods:ModsResource".freeze,
|
1005
1003
|
label: "Physical Extent".freeze,
|
1006
1004
|
range: "xsd:string".freeze,
|
1007
1005
|
type: "owl:DatatypeProperty".freeze
|
1008
1006
|
property :physicalForm,
|
1009
|
-
comment:
|
1007
|
+
comment: "A particular physical presentation of the resource, including the physical form or medium of material for a resource. Example: oil paint".freeze,
|
1010
1008
|
domain: "mods:ModsResource".freeze,
|
1011
1009
|
label: "Physical Form".freeze,
|
1012
1010
|
range: "xsd:string".freeze,
|
1013
1011
|
type: "owl:DatatypeProperty".freeze
|
1014
1012
|
property :placeOfOrigin,
|
1015
|
-
comment:
|
1013
|
+
comment: "Place of publication/origin. Used in connection with the origin of a resource, i.e., creation, publication, issuance, etc. Represented as a MADS Geographic.".freeze,
|
1016
1014
|
domain: "mods:ModsResource".freeze,
|
1017
1015
|
label: "Place".freeze,
|
1018
1016
|
range: "mads:Geographic".freeze,
|
1019
1017
|
type: "owl:ObjectProperty".freeze
|
1020
1018
|
property :publisher,
|
1021
|
-
comment:
|
1019
|
+
comment: "The name of the entity that published, printed, distributed, released, issued, or produced the resource.".freeze,
|
1022
1020
|
domain: "mods:ModsResource".freeze,
|
1023
1021
|
label: "Publisher".freeze,
|
1024
1022
|
range: "mads:Name".freeze,
|
1025
1023
|
type: "owl:ObjectProperty".freeze
|
1026
1024
|
property :recordContentSource,
|
1027
|
-
comment:
|
1025
|
+
comment: "The code or name of the organization that either created the original description or modified it.".freeze,
|
1028
1026
|
domain: "http://id.loc.gov/ontologies/RecordInfo#AdminMetadata".freeze,
|
1029
1027
|
label: "Record Content Source".freeze,
|
1030
1028
|
range: "xsd:string".freeze,
|
1031
1029
|
type: "owl:DatatypeProperty".freeze
|
1032
1030
|
property :recordDescriptionStandard,
|
1033
|
-
comment:
|
1031
|
+
comment: "Part of administrative metadata. The standard which designates the rules used for the content of the description.".freeze,
|
1034
1032
|
domain: "http://id.loc.gov/ontologies/RecordInfo#AdminMetadata".freeze,
|
1035
1033
|
label: "Record Description Standard".freeze,
|
1036
1034
|
range: "xsd:string".freeze,
|
1037
1035
|
type: "owl:DatatypeProperty".freeze
|
1038
1036
|
property :recordIdentifier,
|
1039
|
-
comment:
|
1037
|
+
comment: "The system control number assigned by the organization creating, using, or distributing the description.".freeze,
|
1040
1038
|
domain: "http://id.loc.gov/ontologies/RecordInfo#AdminMetadata".freeze,
|
1041
1039
|
label: "Record Identifier".freeze,
|
1042
1040
|
range: "xsd:string".freeze,
|
1043
1041
|
type: "owl:DatatypeProperty".freeze
|
1044
1042
|
property :recordOrigin,
|
1045
|
-
comment:
|
1043
|
+
comment: "Describes the origin or provenance of the description.".freeze,
|
1046
1044
|
domain: "http://id.loc.gov/ontologies/RecordInfo#AdminMetadata".freeze,
|
1047
1045
|
label: "Record Origin".freeze,
|
1048
1046
|
range: "xsd:string".freeze,
|
1049
1047
|
type: "owl:DatatypeProperty".freeze
|
1050
1048
|
property :reformattingQuality,
|
1051
|
-
comment:
|
1049
|
+
comment: "The reformatting quality; e.g. access, preservation, replacement.".freeze,
|
1052
1050
|
domain: "mods:ModsResource".freeze,
|
1053
1051
|
label: "Reformatting Quality".freeze,
|
1054
1052
|
type: "owl:DatatypeProperty".freeze
|
1055
1053
|
property :relatedConstituent,
|
1056
|
-
comment:
|
1054
|
+
comment: "Relates the described MODS resource to another MODS resource which is a constituent of the described resource. ".freeze,
|
1057
1055
|
domain: "mods:ModsResource".freeze,
|
1058
1056
|
label: "Related item - Constituent".freeze,
|
1059
1057
|
range: "mods:ModsResource".freeze,
|
1060
1058
|
subPropertyOf: "mods:relatedItem".freeze,
|
1061
1059
|
type: "owl:ObjectProperty".freeze
|
1062
1060
|
property :relatedFormat,
|
1063
|
-
comment:
|
1061
|
+
comment: "Relates the described MODS resource to a similar MODS resource of a different format.".freeze,
|
1064
1062
|
domain: "mods:ModsResource".freeze,
|
1065
1063
|
label: "Related item - Other Format".freeze,
|
1066
1064
|
range: "mods:ModsResource".freeze,
|
1067
1065
|
subPropertyOf: "mods:relatedItem".freeze,
|
1068
1066
|
type: "owl:ObjectProperty".freeze
|
1069
1067
|
property :relatedHost,
|
1070
|
-
comment:
|
1068
|
+
comment: "Relates the described MODS resource to another MODS resource which is a host of the described resource.".freeze,
|
1071
1069
|
domain: "mods:ModsResource".freeze,
|
1072
1070
|
label: "Related item - Host".freeze,
|
1073
1071
|
range: "mods:ModsResource".freeze,
|
1074
1072
|
subPropertyOf: "mods:relatedItem".freeze,
|
1075
1073
|
type: "owl:ObjectProperty".freeze
|
1076
1074
|
property :relatedInstantiation,
|
1077
|
-
comment:
|
1075
|
+
comment: "Relates the described resource to a another MODS resource with different origination information.".freeze,
|
1078
1076
|
domain: "mods:ModsResource".freeze,
|
1079
1077
|
label: "Related item - Instantiation".freeze,
|
1080
1078
|
range: "mods:ModsResource".freeze,
|
1081
1079
|
subPropertyOf: "mods:relatedItem".freeze,
|
1082
1080
|
type: "owl:ObjectProperty".freeze
|
1083
1081
|
property :relatedItem,
|
1084
|
-
comment:
|
1082
|
+
comment: "Relates the described MODS resource to another, related MODS resource.".freeze,
|
1085
1083
|
domain: "mods:ModsResource".freeze,
|
1086
1084
|
label: "Related Item".freeze,
|
1087
1085
|
range: "mods:ModsResource".freeze,
|
1088
1086
|
type: "owl:ObjectProperty".freeze
|
1089
1087
|
property :relatedOriginal,
|
1090
|
-
comment:
|
1088
|
+
comment: "Relates the described MODS resource to another MODS resource which is an original of the described resource.".freeze,
|
1091
1089
|
domain: "mods:ModsResource".freeze,
|
1092
1090
|
label: "Related item - Original".freeze,
|
1093
1091
|
range: "mods:ModsResource".freeze,
|
1094
1092
|
subPropertyOf: "mods:relatedItem".freeze,
|
1095
1093
|
type: "owl:ObjectProperty".freeze
|
1096
1094
|
property :relatedPreceding,
|
1097
|
-
comment:
|
1095
|
+
comment: "Relates the described MODS resource to a MODS resource which preceded the described resource.".freeze,
|
1098
1096
|
domain: "mods:ModsResource".freeze,
|
1099
1097
|
label: "Related item - Preceding".freeze,
|
1100
1098
|
range: "mods:ModsResource".freeze,
|
1101
1099
|
subPropertyOf: "mods:relatedItem".freeze,
|
1102
1100
|
type: "owl:ObjectProperty".freeze
|
1103
1101
|
property :relatedReference,
|
1104
|
-
comment:
|
1102
|
+
comment: "Relates the described MODS resource to another MODS resource which the described resource references.".freeze,
|
1105
1103
|
domain: "mods:ModsResource".freeze,
|
1106
1104
|
label: "Related item - Reference".freeze,
|
1107
1105
|
range: "mods:ModsResource".freeze,
|
1108
1106
|
subPropertyOf: "mods:relatedItem".freeze,
|
1109
1107
|
type: "owl:ObjectProperty".freeze
|
1110
1108
|
property :relatedReferencedBy,
|
1111
|
-
comment: [
|
1109
|
+
comment: ["".freeze, "Relates the described MODS resource to another MODS resource which references the described resource.".freeze],
|
1112
1110
|
domain: "mods:ModsResource".freeze,
|
1113
1111
|
label: "Related item - Referenced By".freeze,
|
1114
1112
|
range: "mods:ModsResource".freeze,
|
1115
1113
|
subPropertyOf: "mods:relatedItem".freeze,
|
1116
1114
|
type: "owl:ObjectProperty".freeze
|
1117
1115
|
property :relatedReview,
|
1118
|
-
comment:
|
1116
|
+
comment: "Relates the described MODS resource to another MODS resource which is review of the described resource.".freeze,
|
1119
1117
|
domain: "mods:ModsResource".freeze,
|
1120
1118
|
label: "Related item - Review".freeze,
|
1121
1119
|
range: "mods:ModsResource".freeze,
|
1122
1120
|
subPropertyOf: "mods:relatedItem".freeze,
|
1123
1121
|
type: "owl:ObjectProperty".freeze
|
1124
1122
|
property :relatedSeries,
|
1125
|
-
comment:
|
1123
|
+
comment: "Relates the described resource to a another MODS resource which is a series of which the described resource is a part.".freeze,
|
1126
1124
|
domain: "mods:ModsResource".freeze,
|
1127
1125
|
label: "Related item - Series".freeze,
|
1128
1126
|
range: "mods:ModsResource".freeze,
|
1129
1127
|
subPropertyOf: "mods:relatedItem".freeze,
|
1130
1128
|
type: "owl:ObjectProperty".freeze
|
1131
1129
|
property :relatedSucceeding,
|
1132
|
-
comment:
|
1130
|
+
comment: "Relates the described resource to a another MODS resource which suceeded it.".freeze,
|
1133
1131
|
domain: "mods:ModsResource".freeze,
|
1134
1132
|
label: "Related item - Suceeding".freeze,
|
1135
1133
|
range: "mods:ModsResource".freeze,
|
1136
1134
|
subPropertyOf: "mods:relatedItem".freeze,
|
1137
1135
|
type: "owl:ObjectProperty".freeze
|
1138
1136
|
property :relatedVersion,
|
1139
|
-
comment:
|
1137
|
+
comment: "Relates the described MODS resource to another MODS resource which is a different version of the described resource.".freeze,
|
1140
1138
|
domain: "mods:ModsResource".freeze,
|
1141
1139
|
label: "Related Item - Other Version".freeze,
|
1142
1140
|
range: "mods:ModsResource".freeze,
|
1143
1141
|
subPropertyOf: "mods:relatedItem".freeze,
|
1144
1142
|
type: "owl:ObjectProperty".freeze
|
1145
1143
|
property :role,
|
1146
|
-
comment:
|
1147
|
-
|
1148
|
-
The property 'relator:artist' relates the resource to an artist associated with the resource, represented as a mads name.).freeze,
|
1144
|
+
comment: "role is an abstract property, for which all terms in the relator vocabulary of roles become subproperties. Thus for example 'relator:artist' refers to the role 'artist' within that vocabulary. (The prefix 'relator:' is used to denote the namespace for the \"relator\" vocabulary. \n\nThe property 'relator:artist' relates the resource to an artist associated with the resource, represented as a mads name.".freeze,
|
1149
1145
|
domain: "mods:ModsResource".freeze,
|
1150
1146
|
equivalentProperty: "marcrelators:role".freeze,
|
1151
1147
|
label: "Role (unbound)".freeze,
|
1152
1148
|
type: "owl:ObjectProperty".freeze
|
1153
1149
|
property :roleRelationship,
|
1154
|
-
comment:
|
1150
|
+
comment: "Binds a name to the role that the named entity played for the resource. ".freeze,
|
1155
1151
|
domain: "mods:ModsResource".freeze,
|
1156
1152
|
label: "Role Relationship".freeze,
|
1157
1153
|
range: "mods:RoleRelationship".freeze,
|
1158
1154
|
type: "owl:ObjectProperty".freeze
|
1159
1155
|
property :roleRelationshipName,
|
1160
|
-
comment:
|
1156
|
+
comment: "The name included in a roleRelationship. The roleRelationship binds an name and a role, where the name is a name associated with the resource and is specified elsewhere via the hasName property. This mechanism is used when the role is not part of a known vocabulary. Otherwise, the relationship is expressed by using the role vocabulary term as the property; for example, see relator:creator.".freeze,
|
1161
1157
|
domain: "mods:RoleRelationship".freeze,
|
1162
1158
|
label: "Role Relationship - Name".freeze,
|
1163
1159
|
range: "mads:Name".freeze,
|
1164
1160
|
type: "owl:ObjectProperty".freeze
|
1165
1161
|
property :roleRelationshipRole,
|
1166
|
-
comment:
|
1162
|
+
comment: "The role associated with a name, where the name and role are bound together in a roleRelationship.".freeze,
|
1167
1163
|
domain: "mods:RoleRelationship".freeze,
|
1168
1164
|
label: "Role Relationship - Role".freeze,
|
1169
1165
|
range: "xsd:string".freeze,
|
1170
1166
|
type: "owl:DatatypeProperty".freeze
|
1171
1167
|
property :statementOfResponsibility,
|
1172
|
-
comment:
|
1168
|
+
comment: "A note, when the note type is \"statement of responsibility\"".freeze,
|
1173
1169
|
domain: "mods:ModsResource".freeze,
|
1174
1170
|
label: "Statement of Responsibility".freeze,
|
1175
1171
|
range: "xsd:string".freeze,
|
1176
1172
|
type: "owl:DatatypeProperty".freeze
|
1177
1173
|
property :subject,
|
1178
|
-
comment:
|
1174
|
+
comment: "An abstract property defined for which the various subject catergories (e.g. subjectGenre, subjectTitle) are subproperties.".freeze,
|
1179
1175
|
domain: "mods:ModsResource".freeze,
|
1180
1176
|
label: "Subject".freeze,
|
1181
1177
|
type: "owl:ObjectProperty".freeze
|
1182
1178
|
property :subjectComplex,
|
1183
|
-
comment:
|
1179
|
+
comment: "A subject of the resource composed of several component subjects. ".freeze,
|
1184
1180
|
domain: "mods:ModsResource".freeze,
|
1185
1181
|
label: "Subject - Complex".freeze,
|
1186
1182
|
range: "mads:ComplexSubject".freeze,
|
1187
1183
|
subPropertyOf: "mods:subject".freeze,
|
1188
1184
|
type: "owl:ObjectProperty".freeze
|
1189
1185
|
property :subjectGenre,
|
1190
|
-
comment:
|
1186
|
+
comment: "A subject of the resource which is a genre, expressed in terms of a MADS GenreForm.".freeze,
|
1191
1187
|
domain: "mods:ModsResource".freeze,
|
1192
1188
|
label: "Subject - Genre Subject".freeze,
|
1193
1189
|
range: "mads:GenreForm".freeze,
|
1194
1190
|
subPropertyOf: "mods:subject".freeze,
|
1195
1191
|
type: "owl:ObjectProperty".freeze
|
1196
1192
|
property :subjectGeographic,
|
1197
|
-
comment:
|
1193
|
+
comment: "A subject of the resource which is a geographic entity, expressed in terms of a MADS Geographic.".freeze,
|
1198
1194
|
domain: "mods:ModsResource".freeze,
|
1199
1195
|
label: "Subject - Geographic ".freeze,
|
1200
1196
|
range: "mads:Geographic".freeze,
|
1201
1197
|
subPropertyOf: "mods:subject".freeze,
|
1202
1198
|
type: "owl:ObjectProperty".freeze
|
1203
1199
|
property :subjectGeographicCode,
|
1204
|
-
comment:
|
1200
|
+
comment: "A subject of the resource which is a geographic entity, expressed as a geographic code and in terms of a MADS Geographic.".freeze,
|
1205
1201
|
domain: "mods:ModsResource".freeze,
|
1206
1202
|
label: "Subject - Geographic Code ".freeze,
|
1207
1203
|
range: "mads:Geographic".freeze,
|
1208
1204
|
subPropertyOf: "mods:subjectGeographic".freeze,
|
1209
1205
|
type: "owl:ObjectProperty".freeze
|
1210
1206
|
property :subjectHierarchicalGeographic,
|
1211
|
-
comment:
|
1207
|
+
comment: "A subject of the resource which is a hierarchy of geographic entities expressed in terms of a MADS Geographics.".freeze,
|
1212
1208
|
domain: "mods:ModsResource".freeze,
|
1213
1209
|
label: "Subject - Hierarchical Geographic ".freeze,
|
1214
1210
|
range: "mads:HierarchicalGeographic".freeze,
|
1215
1211
|
subPropertyOf: "mods:subject".freeze,
|
1216
1212
|
type: "owl:ObjectProperty".freeze
|
1217
1213
|
property :subjectName,
|
1218
|
-
comment:
|
1214
|
+
comment: "A subject of the resource which is a name, expressed in terms of a MADS Name.".freeze,
|
1219
1215
|
domain: "mods:ModsResource".freeze,
|
1220
1216
|
label: "Subject - Name Subject".freeze,
|
1221
1217
|
range: "mads:Name".freeze,
|
1222
1218
|
subPropertyOf: "mods:subject".freeze,
|
1223
1219
|
type: "owl:ObjectProperty".freeze
|
1224
1220
|
property :subjectOccupation,
|
1225
|
-
comment:
|
1221
|
+
comment: "A subject of the resource which is an occupation, expressed in terms of a MADS Occupation.".freeze,
|
1226
1222
|
domain: "mods:ModsResource".freeze,
|
1227
1223
|
label: "Subject - Occupation".freeze,
|
1228
1224
|
range: "mads:Occupation".freeze,
|
1229
1225
|
subPropertyOf: "mods:subject".freeze,
|
1230
1226
|
type: "owl:ObjectProperty".freeze
|
1231
1227
|
property :subjectTemporal,
|
1232
|
-
comment:
|
1228
|
+
comment: "A subject of the resource which is a temporal expression, expressed in terms of a MADS Temporal.".freeze,
|
1233
1229
|
domain: "mods:ModsResource".freeze,
|
1234
1230
|
label: "Subject - Temporal".freeze,
|
1235
1231
|
range: "mads:Temporal".freeze,
|
1236
1232
|
subPropertyOf: "mods:subject".freeze,
|
1237
1233
|
type: "owl:ObjectProperty".freeze
|
1238
1234
|
property :subjectTitle,
|
1239
|
-
comment:
|
1235
|
+
comment: "A subject of the resource which is a title, expressed in terms of a MADS Title.".freeze,
|
1240
1236
|
domain: "mods:ModsResource".freeze,
|
1241
1237
|
label: "Subject - Title".freeze,
|
1242
1238
|
range: "mads:Title".freeze,
|
1243
1239
|
subPropertyOf: "mods:subject".freeze,
|
1244
1240
|
type: "owl:ObjectProperty".freeze
|
1245
1241
|
property :subjectTopic,
|
1246
|
-
comment:
|
1242
|
+
comment: "A subject of the resource which is a topic, expressed in terms of a MADS Topic.".freeze,
|
1247
1243
|
domain: "mods:ModsResource".freeze,
|
1248
1244
|
label: "Subject - Topic".freeze,
|
1249
1245
|
range: "mads:Topic".freeze,
|
1250
1246
|
subPropertyOf: "mods:subject".freeze,
|
1251
1247
|
type: "owl:ObjectProperty".freeze
|
1252
1248
|
property :tableOfContents,
|
1253
|
-
comment:
|
1249
|
+
comment: "Description of the contents of the resource.".freeze,
|
1254
1250
|
domain: "mods:ModsResource".freeze,
|
1255
1251
|
label: "Table of Contents".freeze,
|
1256
1252
|
range: "xsd:string".freeze,
|
1257
1253
|
type: "owl:DatatypeProperty".freeze
|
1258
1254
|
property :targetAudience,
|
1259
|
-
comment:
|
1255
|
+
comment: "The target audience of the resource. Examples: adolescent, adult, general, juvenile, preschool, specialized.".freeze,
|
1260
1256
|
domain: "mods:ModsResource".freeze,
|
1261
1257
|
label: "Target Audience".freeze,
|
1262
1258
|
range: "xsd:string".freeze,
|
1263
1259
|
type: "owl:DatatypeProperty".freeze
|
1264
1260
|
property :title,
|
1265
|
-
comment:
|
1261
|
+
comment: "A title for the resource. Represented as a MADS Title.".freeze,
|
1266
1262
|
domain: "mods:ModsResource".freeze,
|
1267
1263
|
label: "Title".freeze,
|
1268
1264
|
range: "mads:Title".freeze,
|
1269
1265
|
type: "owl:ObjectProperty".freeze
|
1270
1266
|
property :titlePrincipal,
|
1271
|
-
comment:
|
1267
|
+
comment: "A title which has been distinguished as the principal title. (This corresponds to a MODS XML titleInfo with no type attribute.) There should be no more than one principal title. Represented as a MADS Title.".freeze,
|
1272
1268
|
domain: "mods:ModsResource".freeze,
|
1273
1269
|
label: "Title - Principal".freeze,
|
1274
1270
|
range: "mads:Title".freeze,
|
1275
1271
|
subPropertyOf: "mods:title".freeze,
|
1276
1272
|
type: "owl:ObjectProperty".freeze
|
1277
1273
|
property :titleUniform,
|
1278
|
-
comment:
|
1274
|
+
comment: "A title which has been distinguished as a uniform title. (This corresponds to a MODS XML titleInfo with 'type=uniform' attribute.) There should be no more than one uniform title. Represented as a MADS Title, or, if there is a primary name, it is represented as a MADS NameTitle. ".freeze,
|
1279
1275
|
domain: "mods:ModsResource".freeze,
|
1280
1276
|
label: "Title - Uniform".freeze,
|
1281
1277
|
range: "mads:Title".freeze,
|
@@ -1286,7 +1282,7 @@ The property 'relator:artist' relates the resource to an artist associated with
|
|
1286
1282
|
term :access,
|
1287
1283
|
type: ["http://www.loc.gov/mods/rdf/ReformattingQuality".freeze, "owl:NamedIndividual".freeze]
|
1288
1284
|
term :date,
|
1289
|
-
comment:
|
1285
|
+
comment: "An abstract property for which date properties in general are subproperties.".freeze,
|
1290
1286
|
domain: "mods:ModsResource".freeze,
|
1291
1287
|
label: "Date".freeze
|
1292
1288
|
term :digitizedAnalog,
|