@xylabs/react-rich-result 2.14.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +165 -0
- package/README.md +96 -0
- package/babel.config.json +5 -0
- package/dist/cjs/RichResult.d.ts +6 -0
- package/dist/cjs/RichResult.js +12 -0
- package/dist/cjs/RichResult.js.map +1 -0
- package/dist/cjs/index.d.ts +2 -0
- package/dist/cjs/index.js +6 -0
- package/dist/cjs/index.js.map +1 -0
- package/dist/cjs/jsonld/Action.d.ts +24 -0
- package/dist/cjs/jsonld/Action.js +3 -0
- package/dist/cjs/jsonld/Action.js.map +1 -0
- package/dist/cjs/jsonld/ActionStatusType.d.ts +7 -0
- package/dist/cjs/jsonld/ActionStatusType.js +12 -0
- package/dist/cjs/jsonld/ActionStatusType.js.map +1 -0
- package/dist/cjs/jsonld/AdministrativeArea.d.ts +3 -0
- package/dist/cjs/jsonld/AdministrativeArea.js +3 -0
- package/dist/cjs/jsonld/AdministrativeArea.js.map +1 -0
- package/dist/cjs/jsonld/AggrigateRating.d.ts +8 -0
- package/dist/cjs/jsonld/AggrigateRating.js +3 -0
- package/dist/cjs/jsonld/AggrigateRating.js.map +1 -0
- package/dist/cjs/jsonld/Article.d.ts +14 -0
- package/dist/cjs/jsonld/Article.js +3 -0
- package/dist/cjs/jsonld/Article.js.map +1 -0
- package/dist/cjs/jsonld/Base.d.ts +4 -0
- package/dist/cjs/jsonld/Base.js +3 -0
- package/dist/cjs/jsonld/Base.js.map +1 -0
- package/dist/cjs/jsonld/Brand.d.ts +10 -0
- package/dist/cjs/jsonld/Brand.js +3 -0
- package/dist/cjs/jsonld/Brand.js.map +1 -0
- package/dist/cjs/jsonld/Class.d.ts +7 -0
- package/dist/cjs/jsonld/Class.js +3 -0
- package/dist/cjs/jsonld/Class.js.map +1 -0
- package/dist/cjs/jsonld/ContactPoint.d.ts +19 -0
- package/dist/cjs/jsonld/ContactPoint.js +3 -0
- package/dist/cjs/jsonld/ContactPoint.js.map +1 -0
- package/dist/cjs/jsonld/ContactPointOption.d.ts +5 -0
- package/dist/cjs/jsonld/ContactPointOption.js +10 -0
- package/dist/cjs/jsonld/ContactPointOption.js.map +1 -0
- package/dist/cjs/jsonld/Country.d.ts +3 -0
- package/dist/cjs/jsonld/Country.js +3 -0
- package/dist/cjs/jsonld/Country.js.map +1 -0
- package/dist/cjs/jsonld/CreativeWork.d.ts +122 -0
- package/dist/cjs/jsonld/CreativeWork.js +3 -0
- package/dist/cjs/jsonld/CreativeWork.js.map +1 -0
- package/dist/cjs/jsonld/DateTime.d.ts +2 -0
- package/dist/cjs/jsonld/DateTime.js +3 -0
- package/dist/cjs/jsonld/DateTime.js.map +1 -0
- package/dist/cjs/jsonld/EntryPoint.d.ts +13 -0
- package/dist/cjs/jsonld/EntryPoint.js +4 -0
- package/dist/cjs/jsonld/EntryPoint.js.map +1 -0
- package/dist/cjs/jsonld/Enumeration.d.ts +7 -0
- package/dist/cjs/jsonld/Enumeration.js +3 -0
- package/dist/cjs/jsonld/Enumeration.js.map +1 -0
- package/dist/cjs/jsonld/GeoShape.d.ts +15 -0
- package/dist/cjs/jsonld/GeoShape.js +3 -0
- package/dist/cjs/jsonld/GeoShape.js.map +1 -0
- package/dist/cjs/jsonld/GeospatialGeometry.d.ts +15 -0
- package/dist/cjs/jsonld/GeospatialGeometry.js +4 -0
- package/dist/cjs/jsonld/GeospatialGeometry.js.map +1 -0
- package/dist/cjs/jsonld/ImageObject.d.ts +9 -0
- package/dist/cjs/jsonld/ImageObject.js +3 -0
- package/dist/cjs/jsonld/ImageObject.js.map +1 -0
- package/dist/cjs/jsonld/Intangible.d.ts +3 -0
- package/dist/cjs/jsonld/Intangible.js +3 -0
- package/dist/cjs/jsonld/Intangible.js.map +1 -0
- package/dist/cjs/jsonld/Integer.d.ts +2 -0
- package/dist/cjs/jsonld/Integer.js +3 -0
- package/dist/cjs/jsonld/Integer.js.map +1 -0
- package/dist/cjs/jsonld/ItemAvailability.d.ts +21 -0
- package/dist/cjs/jsonld/ItemAvailability.js +26 -0
- package/dist/cjs/jsonld/ItemAvailability.js.map +1 -0
- package/dist/cjs/jsonld/Language.d.ts +3 -0
- package/dist/cjs/jsonld/Language.js +3 -0
- package/dist/cjs/jsonld/Language.js.map +1 -0
- package/dist/cjs/jsonld/Map.d.ts +6 -0
- package/dist/cjs/jsonld/Map.js +3 -0
- package/dist/cjs/jsonld/Map.js.map +1 -0
- package/dist/cjs/jsonld/MapCategoryType.d.ts +7 -0
- package/dist/cjs/jsonld/MapCategoryType.js +12 -0
- package/dist/cjs/jsonld/MapCategoryType.js.map +1 -0
- package/dist/cjs/jsonld/MediaObject.d.ts +10 -0
- package/dist/cjs/jsonld/MediaObject.js +3 -0
- package/dist/cjs/jsonld/MediaObject.js.map +1 -0
- package/dist/cjs/jsonld/MobileApplication.d.ts +6 -0
- package/dist/cjs/jsonld/MobileApplication.js +3 -0
- package/dist/cjs/jsonld/MobileApplication.js.map +1 -0
- package/dist/cjs/jsonld/Offer.d.ts +64 -0
- package/dist/cjs/jsonld/Offer.js +3 -0
- package/dist/cjs/jsonld/Offer.js.map +1 -0
- package/dist/cjs/jsonld/Organization.d.ts +77 -0
- package/dist/cjs/jsonld/Organization.js +3 -0
- package/dist/cjs/jsonld/Organization.js.map +1 -0
- package/dist/cjs/jsonld/Person.d.ts +71 -0
- package/dist/cjs/jsonld/Person.js +4 -0
- package/dist/cjs/jsonld/Person.js.map +1 -0
- package/dist/cjs/jsonld/Photograph.d.ts +3 -0
- package/dist/cjs/jsonld/Photograph.js +4 -0
- package/dist/cjs/jsonld/Photograph.js.map +1 -0
- package/dist/cjs/jsonld/Place.d.ts +42 -0
- package/dist/cjs/jsonld/Place.js +4 -0
- package/dist/cjs/jsonld/Place.js.map +1 -0
- package/dist/cjs/jsonld/PostalAddress.d.ts +12 -0
- package/dist/cjs/jsonld/PostalAddress.js +3 -0
- package/dist/cjs/jsonld/PostalAddress.js.map +1 -0
- package/dist/cjs/jsonld/Product.d.ts +56 -0
- package/dist/cjs/jsonld/Product.js +3 -0
- package/dist/cjs/jsonld/Product.js.map +1 -0
- package/dist/cjs/jsonld/Property.d.ts +10 -0
- package/dist/cjs/jsonld/Property.js +3 -0
- package/dist/cjs/jsonld/Property.js.map +1 -0
- package/dist/cjs/jsonld/PropertyValue.d.ts +16 -0
- package/dist/cjs/jsonld/PropertyValue.js +3 -0
- package/dist/cjs/jsonld/PropertyValue.js.map +1 -0
- package/dist/cjs/jsonld/QualitativeValue.d.ts +15 -0
- package/dist/cjs/jsonld/QualitativeValue.js +3 -0
- package/dist/cjs/jsonld/QualitativeValue.js.map +1 -0
- package/dist/cjs/jsonld/QuantitativeValue.d.ts +15 -0
- package/dist/cjs/jsonld/QuantitativeValue.js +3 -0
- package/dist/cjs/jsonld/QuantitativeValue.js.map +1 -0
- package/dist/cjs/jsonld/Rating.d.ts +10 -0
- package/dist/cjs/jsonld/Rating.js +3 -0
- package/dist/cjs/jsonld/Rating.js.map +1 -0
- package/dist/cjs/jsonld/Review.d.ts +10 -0
- package/dist/cjs/jsonld/Review.js +3 -0
- package/dist/cjs/jsonld/Review.js.map +1 -0
- package/dist/cjs/jsonld/Service.d.ts +38 -0
- package/dist/cjs/jsonld/Service.js +3 -0
- package/dist/cjs/jsonld/Service.js.map +1 -0
- package/dist/cjs/jsonld/SoftwareApplication.d.ts +28 -0
- package/dist/cjs/jsonld/SoftwareApplication.js +3 -0
- package/dist/cjs/jsonld/SoftwareApplication.js.map +1 -0
- package/dist/cjs/jsonld/StructuredValue.d.ts +3 -0
- package/dist/cjs/jsonld/StructuredValue.js +3 -0
- package/dist/cjs/jsonld/StructuredValue.js.map +1 -0
- package/dist/cjs/jsonld/Text.d.ts +2 -0
- package/dist/cjs/jsonld/Text.js +3 -0
- package/dist/cjs/jsonld/Text.js.map +1 -0
- package/dist/cjs/jsonld/Thing.d.ts +22 -0
- package/dist/cjs/jsonld/Thing.js +3 -0
- package/dist/cjs/jsonld/Thing.js.map +1 -0
- package/dist/cjs/jsonld/Time.d.ts +2 -0
- package/dist/cjs/jsonld/Time.js +3 -0
- package/dist/cjs/jsonld/Time.js.map +1 -0
- package/dist/cjs/jsonld/URL.d.ts +2 -0
- package/dist/cjs/jsonld/URL.js +3 -0
- package/dist/cjs/jsonld/URL.js.map +1 -0
- package/dist/cjs/jsonld/VirtualLocation.d.ts +3 -0
- package/dist/cjs/jsonld/VirtualLocation.js +4 -0
- package/dist/cjs/jsonld/VirtualLocation.js.map +1 -0
- package/dist/cjs/jsonld/index.d.ts +47 -0
- package/dist/cjs/jsonld/index.js +51 -0
- package/dist/cjs/jsonld/index.js.map +1 -0
- package/dist/docs.json +7 -0
- package/dist/esm/RichResult.d.ts +6 -0
- package/dist/esm/RichResult.js +8 -0
- package/dist/esm/RichResult.js.map +1 -0
- package/dist/esm/index.d.ts +2 -0
- package/dist/esm/index.js +3 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/jsonld/Action.d.ts +24 -0
- package/dist/esm/jsonld/Action.js +2 -0
- package/dist/esm/jsonld/Action.js.map +1 -0
- package/dist/esm/jsonld/ActionStatusType.d.ts +7 -0
- package/dist/esm/jsonld/ActionStatusType.js +9 -0
- package/dist/esm/jsonld/ActionStatusType.js.map +1 -0
- package/dist/esm/jsonld/AdministrativeArea.d.ts +3 -0
- package/dist/esm/jsonld/AdministrativeArea.js +2 -0
- package/dist/esm/jsonld/AdministrativeArea.js.map +1 -0
- package/dist/esm/jsonld/AggrigateRating.d.ts +8 -0
- package/dist/esm/jsonld/AggrigateRating.js +2 -0
- package/dist/esm/jsonld/AggrigateRating.js.map +1 -0
- package/dist/esm/jsonld/Article.d.ts +14 -0
- package/dist/esm/jsonld/Article.js +2 -0
- package/dist/esm/jsonld/Article.js.map +1 -0
- package/dist/esm/jsonld/Base.d.ts +4 -0
- package/dist/esm/jsonld/Base.js +2 -0
- package/dist/esm/jsonld/Base.js.map +1 -0
- package/dist/esm/jsonld/Brand.d.ts +10 -0
- package/dist/esm/jsonld/Brand.js +2 -0
- package/dist/esm/jsonld/Brand.js.map +1 -0
- package/dist/esm/jsonld/Class.d.ts +7 -0
- package/dist/esm/jsonld/Class.js +2 -0
- package/dist/esm/jsonld/Class.js.map +1 -0
- package/dist/esm/jsonld/ContactPoint.d.ts +19 -0
- package/dist/esm/jsonld/ContactPoint.js +2 -0
- package/dist/esm/jsonld/ContactPoint.js.map +1 -0
- package/dist/esm/jsonld/ContactPointOption.d.ts +5 -0
- package/dist/esm/jsonld/ContactPointOption.js +7 -0
- package/dist/esm/jsonld/ContactPointOption.js.map +1 -0
- package/dist/esm/jsonld/Country.d.ts +3 -0
- package/dist/esm/jsonld/Country.js +2 -0
- package/dist/esm/jsonld/Country.js.map +1 -0
- package/dist/esm/jsonld/CreativeWork.d.ts +122 -0
- package/dist/esm/jsonld/CreativeWork.js +2 -0
- package/dist/esm/jsonld/CreativeWork.js.map +1 -0
- package/dist/esm/jsonld/DateTime.d.ts +2 -0
- package/dist/esm/jsonld/DateTime.js +2 -0
- package/dist/esm/jsonld/DateTime.js.map +1 -0
- package/dist/esm/jsonld/EntryPoint.d.ts +13 -0
- package/dist/esm/jsonld/EntryPoint.js +3 -0
- package/dist/esm/jsonld/EntryPoint.js.map +1 -0
- package/dist/esm/jsonld/Enumeration.d.ts +7 -0
- package/dist/esm/jsonld/Enumeration.js +2 -0
- package/dist/esm/jsonld/Enumeration.js.map +1 -0
- package/dist/esm/jsonld/GeoShape.d.ts +15 -0
- package/dist/esm/jsonld/GeoShape.js +2 -0
- package/dist/esm/jsonld/GeoShape.js.map +1 -0
- package/dist/esm/jsonld/GeospatialGeometry.d.ts +15 -0
- package/dist/esm/jsonld/GeospatialGeometry.js +3 -0
- package/dist/esm/jsonld/GeospatialGeometry.js.map +1 -0
- package/dist/esm/jsonld/ImageObject.d.ts +9 -0
- package/dist/esm/jsonld/ImageObject.js +2 -0
- package/dist/esm/jsonld/ImageObject.js.map +1 -0
- package/dist/esm/jsonld/Intangible.d.ts +3 -0
- package/dist/esm/jsonld/Intangible.js +2 -0
- package/dist/esm/jsonld/Intangible.js.map +1 -0
- package/dist/esm/jsonld/Integer.d.ts +2 -0
- package/dist/esm/jsonld/Integer.js +2 -0
- package/dist/esm/jsonld/Integer.js.map +1 -0
- package/dist/esm/jsonld/ItemAvailability.d.ts +21 -0
- package/dist/esm/jsonld/ItemAvailability.js +23 -0
- package/dist/esm/jsonld/ItemAvailability.js.map +1 -0
- package/dist/esm/jsonld/Language.d.ts +3 -0
- package/dist/esm/jsonld/Language.js +2 -0
- package/dist/esm/jsonld/Language.js.map +1 -0
- package/dist/esm/jsonld/Map.d.ts +6 -0
- package/dist/esm/jsonld/Map.js +2 -0
- package/dist/esm/jsonld/Map.js.map +1 -0
- package/dist/esm/jsonld/MapCategoryType.d.ts +7 -0
- package/dist/esm/jsonld/MapCategoryType.js +9 -0
- package/dist/esm/jsonld/MapCategoryType.js.map +1 -0
- package/dist/esm/jsonld/MediaObject.d.ts +10 -0
- package/dist/esm/jsonld/MediaObject.js +2 -0
- package/dist/esm/jsonld/MediaObject.js.map +1 -0
- package/dist/esm/jsonld/MobileApplication.d.ts +6 -0
- package/dist/esm/jsonld/MobileApplication.js +2 -0
- package/dist/esm/jsonld/MobileApplication.js.map +1 -0
- package/dist/esm/jsonld/Offer.d.ts +64 -0
- package/dist/esm/jsonld/Offer.js +2 -0
- package/dist/esm/jsonld/Offer.js.map +1 -0
- package/dist/esm/jsonld/Organization.d.ts +77 -0
- package/dist/esm/jsonld/Organization.js +2 -0
- package/dist/esm/jsonld/Organization.js.map +1 -0
- package/dist/esm/jsonld/Person.d.ts +71 -0
- package/dist/esm/jsonld/Person.js +3 -0
- package/dist/esm/jsonld/Person.js.map +1 -0
- package/dist/esm/jsonld/Photograph.d.ts +3 -0
- package/dist/esm/jsonld/Photograph.js +3 -0
- package/dist/esm/jsonld/Photograph.js.map +1 -0
- package/dist/esm/jsonld/Place.d.ts +42 -0
- package/dist/esm/jsonld/Place.js +3 -0
- package/dist/esm/jsonld/Place.js.map +1 -0
- package/dist/esm/jsonld/PostalAddress.d.ts +12 -0
- package/dist/esm/jsonld/PostalAddress.js +2 -0
- package/dist/esm/jsonld/PostalAddress.js.map +1 -0
- package/dist/esm/jsonld/Product.d.ts +56 -0
- package/dist/esm/jsonld/Product.js +2 -0
- package/dist/esm/jsonld/Product.js.map +1 -0
- package/dist/esm/jsonld/Property.d.ts +10 -0
- package/dist/esm/jsonld/Property.js +2 -0
- package/dist/esm/jsonld/Property.js.map +1 -0
- package/dist/esm/jsonld/PropertyValue.d.ts +16 -0
- package/dist/esm/jsonld/PropertyValue.js +2 -0
- package/dist/esm/jsonld/PropertyValue.js.map +1 -0
- package/dist/esm/jsonld/QualitativeValue.d.ts +15 -0
- package/dist/esm/jsonld/QualitativeValue.js +2 -0
- package/dist/esm/jsonld/QualitativeValue.js.map +1 -0
- package/dist/esm/jsonld/QuantitativeValue.d.ts +15 -0
- package/dist/esm/jsonld/QuantitativeValue.js +2 -0
- package/dist/esm/jsonld/QuantitativeValue.js.map +1 -0
- package/dist/esm/jsonld/Rating.d.ts +10 -0
- package/dist/esm/jsonld/Rating.js +2 -0
- package/dist/esm/jsonld/Rating.js.map +1 -0
- package/dist/esm/jsonld/Review.d.ts +10 -0
- package/dist/esm/jsonld/Review.js +2 -0
- package/dist/esm/jsonld/Review.js.map +1 -0
- package/dist/esm/jsonld/Service.d.ts +38 -0
- package/dist/esm/jsonld/Service.js +2 -0
- package/dist/esm/jsonld/Service.js.map +1 -0
- package/dist/esm/jsonld/SoftwareApplication.d.ts +28 -0
- package/dist/esm/jsonld/SoftwareApplication.js +2 -0
- package/dist/esm/jsonld/SoftwareApplication.js.map +1 -0
- package/dist/esm/jsonld/StructuredValue.d.ts +3 -0
- package/dist/esm/jsonld/StructuredValue.js +2 -0
- package/dist/esm/jsonld/StructuredValue.js.map +1 -0
- package/dist/esm/jsonld/Text.d.ts +2 -0
- package/dist/esm/jsonld/Text.js +2 -0
- package/dist/esm/jsonld/Text.js.map +1 -0
- package/dist/esm/jsonld/Thing.d.ts +22 -0
- package/dist/esm/jsonld/Thing.js +2 -0
- package/dist/esm/jsonld/Thing.js.map +1 -0
- package/dist/esm/jsonld/Time.d.ts +2 -0
- package/dist/esm/jsonld/Time.js +2 -0
- package/dist/esm/jsonld/Time.js.map +1 -0
- package/dist/esm/jsonld/URL.d.ts +2 -0
- package/dist/esm/jsonld/URL.js +2 -0
- package/dist/esm/jsonld/URL.js.map +1 -0
- package/dist/esm/jsonld/VirtualLocation.d.ts +3 -0
- package/dist/esm/jsonld/VirtualLocation.js +3 -0
- package/dist/esm/jsonld/VirtualLocation.js.map +1 -0
- package/dist/esm/jsonld/index.d.ts +47 -0
- package/dist/esm/jsonld/index.js +48 -0
- package/dist/esm/jsonld/index.js.map +1 -0
- package/package.json +72 -0
- package/src/RichResult.tsx +18 -0
- package/src/index.ts +2 -0
- package/src/jsonld/Action.ts +27 -0
- package/src/jsonld/ActionStatusType.ts +8 -0
- package/src/jsonld/AdministrativeArea.ts +6 -0
- package/src/jsonld/AggrigateRating.ts +11 -0
- package/src/jsonld/Article.ts +17 -0
- package/src/jsonld/Base.ts +5 -0
- package/src/jsonld/Brand.ts +12 -0
- package/src/jsonld/Class.ts +10 -0
- package/src/jsonld/ContactPoint.ts +22 -0
- package/src/jsonld/ContactPointOption.ts +6 -0
- package/src/jsonld/Country.ts +6 -0
- package/src/jsonld/CreativeWork.ts +126 -0
- package/src/jsonld/DateTime.ts +3 -0
- package/src/jsonld/EntryPoint.ts +17 -0
- package/src/jsonld/Enumeration.ts +10 -0
- package/src/jsonld/GeoShape.ts +18 -0
- package/src/jsonld/GeospatialGeometry.ts +19 -0
- package/src/jsonld/ImageObject.ts +12 -0
- package/src/jsonld/Intangible.ts +6 -0
- package/src/jsonld/Integer.ts +3 -0
- package/src/jsonld/ItemAvailability.ts +22 -0
- package/src/jsonld/Language.ts +6 -0
- package/src/jsonld/Map.ts +9 -0
- package/src/jsonld/MapCategoryType.ts +8 -0
- package/src/jsonld/MediaObject.ts +13 -0
- package/src/jsonld/MobileApplication.ts +8 -0
- package/src/jsonld/Offer.ts +67 -0
- package/src/jsonld/Organization.ts +81 -0
- package/src/jsonld/Person.ts +75 -0
- package/src/jsonld/Photograph.ts +7 -0
- package/src/jsonld/Place.ts +46 -0
- package/src/jsonld/PostalAddress.ts +15 -0
- package/src/jsonld/Product.ts +60 -0
- package/src/jsonld/Property.ts +13 -0
- package/src/jsonld/PropertyValue.ts +19 -0
- package/src/jsonld/QualitativeValue.ts +18 -0
- package/src/jsonld/QuantitativeValue.ts +18 -0
- package/src/jsonld/Rating.ts +13 -0
- package/src/jsonld/Review.ts +13 -0
- package/src/jsonld/Service.ts +42 -0
- package/src/jsonld/SoftwareApplication.ts +32 -0
- package/src/jsonld/StructuredValue.ts +6 -0
- package/src/jsonld/Text.ts +3 -0
- package/src/jsonld/Thing.ts +25 -0
- package/src/jsonld/Time.ts +3 -0
- package/src/jsonld/URL.ts +3 -0
- package/src/jsonld/VirtualLocation.ts +7 -0
- package/src/jsonld/index.ts +47 -0
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { Brand } from './Brand';
|
|
2
|
+
import { ContactPoint } from './ContactPoint';
|
|
3
|
+
import { Country } from './Country';
|
|
4
|
+
import { CreativeWork } from './CreativeWork';
|
|
5
|
+
import { Language } from './Language';
|
|
6
|
+
import { Offer } from './Offer';
|
|
7
|
+
import { Organization } from './Organization';
|
|
8
|
+
import { Place } from './Place';
|
|
9
|
+
import { PostalAddress } from './PostalAddress';
|
|
10
|
+
import { Product } from './Product';
|
|
11
|
+
import { Thing } from './Thing';
|
|
12
|
+
interface Person extends Thing {
|
|
13
|
+
additionalName?: string;
|
|
14
|
+
address?: string | PostalAddress;
|
|
15
|
+
affiliation?: Organization | Organization[];
|
|
16
|
+
alumniOf?: Organization | Organization[];
|
|
17
|
+
award?: string | string[];
|
|
18
|
+
birthDate?: string | Date;
|
|
19
|
+
birthPlace?: string | Place;
|
|
20
|
+
brand?: Brand | Organization;
|
|
21
|
+
callSign?: string;
|
|
22
|
+
children?: Person | Person[];
|
|
23
|
+
colleague?: Person | string | (Person | string)[];
|
|
24
|
+
contactPoint?: ContactPoint;
|
|
25
|
+
deathDate?: string | Date;
|
|
26
|
+
deathPlace?: string | Place;
|
|
27
|
+
duns?: string;
|
|
28
|
+
email?: string;
|
|
29
|
+
familyName?: string;
|
|
30
|
+
faxNumber?: string;
|
|
31
|
+
follows?: Person | Person[];
|
|
32
|
+
funder?: Organization | Person | (Organization | Person)[];
|
|
33
|
+
gender?: string;
|
|
34
|
+
givenName?: string;
|
|
35
|
+
globalLocationNumber?: string;
|
|
36
|
+
hasCredential?: unknown;
|
|
37
|
+
hasOccupation?: unknown;
|
|
38
|
+
hasOfferCatalog?: unknown;
|
|
39
|
+
hasPOS?: Place;
|
|
40
|
+
height?: unknown;
|
|
41
|
+
homeLocation?: ContactPoint | Place;
|
|
42
|
+
honorificPrefix?: string;
|
|
43
|
+
honorificSuffix?: string;
|
|
44
|
+
interactionStatistic?: unknown;
|
|
45
|
+
isicV4?: string;
|
|
46
|
+
jobTitle?: string;
|
|
47
|
+
knows?: Person | Person[];
|
|
48
|
+
knowsAbout?: string | Thing | (string | Thing)[];
|
|
49
|
+
knowsLanguage?: Language | string | (Language | string)[];
|
|
50
|
+
makesOffer?: Offer | Offer[];
|
|
51
|
+
memberOf?: Organization | unknown | (Organization | unknown)[];
|
|
52
|
+
naics?: string;
|
|
53
|
+
nationality?: Country;
|
|
54
|
+
netWorth?: unknown;
|
|
55
|
+
owns?: Product | unknown | (Product | unknown)[];
|
|
56
|
+
parent?: Person | Person[];
|
|
57
|
+
performerIn?: Event | CreativeWork | string | (Event | CreativeWork | string)[];
|
|
58
|
+
publishingPrinciples?: CreativeWork | string;
|
|
59
|
+
relatedTo?: Person | Person[];
|
|
60
|
+
seeks?: unknown;
|
|
61
|
+
sibling?: Person | Person[];
|
|
62
|
+
sponsor?: Organization | Person | (Organization | Person)[];
|
|
63
|
+
spouse?: Person;
|
|
64
|
+
taxID?: string;
|
|
65
|
+
telephone?: string;
|
|
66
|
+
vatID?: string;
|
|
67
|
+
weight?: unknown;
|
|
68
|
+
workLocation?: ContactPoint | Place | (ContactPoint | Place)[];
|
|
69
|
+
worksFor?: Organization | Organization[];
|
|
70
|
+
}
|
|
71
|
+
export type { Person };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Person.js","sourceRoot":"","sources":["../../../src/jsonld/Person.ts"],"names":[],"mappings":";AAAA,oCAAoC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Photograph.js","sourceRoot":"","sources":["../../../src/jsonld/Photograph.ts"],"names":[],"mappings":";AAAA,oCAAoC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { AggregateRating } from './AggrigateRating';
|
|
2
|
+
import { GeospatialGeometry } from './GeospatialGeometry';
|
|
3
|
+
import { ImageObject } from './ImageObject';
|
|
4
|
+
import { Integer } from './Integer';
|
|
5
|
+
import { Map } from './Map';
|
|
6
|
+
import { Photograph } from './Photograph';
|
|
7
|
+
import { PostalAddress } from './PostalAddress';
|
|
8
|
+
import { PropertyValue } from './PropertyValue';
|
|
9
|
+
import { Review } from './Review';
|
|
10
|
+
import { Text } from './Text';
|
|
11
|
+
import { Thing } from './Thing';
|
|
12
|
+
import { URL } from './URL';
|
|
13
|
+
interface Place extends Thing, GeospatialGeometry {
|
|
14
|
+
additionalProperty?: PropertyValue;
|
|
15
|
+
address?: PostalAddress | Text;
|
|
16
|
+
aggrigateRating?: AggregateRating;
|
|
17
|
+
amenityFeature?: unknown;
|
|
18
|
+
branchCode?: Text;
|
|
19
|
+
containedInPlace?: Place;
|
|
20
|
+
containsPlace?: Place;
|
|
21
|
+
event?: Event;
|
|
22
|
+
geo?: unknown;
|
|
23
|
+
geoLocationNumber?: Text;
|
|
24
|
+
hasDriveThroughService?: boolean;
|
|
25
|
+
hasMap?: Map | URL;
|
|
26
|
+
isAccessibleForFree?: boolean;
|
|
27
|
+
isicV4?: Text;
|
|
28
|
+
latitude?: number | Text;
|
|
29
|
+
logo?: ImageObject | URL;
|
|
30
|
+
longitude?: number | Text;
|
|
31
|
+
maximumAttendeeCapacity?: Integer;
|
|
32
|
+
openingHoursSpecification?: unknown;
|
|
33
|
+
photo?: ImageObject | Photograph;
|
|
34
|
+
publicAccess?: boolean;
|
|
35
|
+
review?: Review;
|
|
36
|
+
slogan?: Text;
|
|
37
|
+
smokingAllowed?: boolean;
|
|
38
|
+
specialOpeningHoursSpecification?: unknown;
|
|
39
|
+
telephone?: Text;
|
|
40
|
+
tourBookingPage?: URL;
|
|
41
|
+
}
|
|
42
|
+
export type { Place };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Place.js","sourceRoot":"","sources":["../../../src/jsonld/Place.ts"],"names":[],"mappings":";AAAA,oCAAoC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ContactPoint } from './ContactPoint';
|
|
2
|
+
import { Country } from './Country';
|
|
3
|
+
import { Text } from './Text';
|
|
4
|
+
interface PostalAddress extends ContactPoint {
|
|
5
|
+
addressCountry?: Country | Text;
|
|
6
|
+
addressLocality?: Text;
|
|
7
|
+
addressRegion?: Text;
|
|
8
|
+
postOfficeBoxNumber?: Text;
|
|
9
|
+
postalCode?: Text;
|
|
10
|
+
streetAddress?: Text;
|
|
11
|
+
}
|
|
12
|
+
export type { PostalAddress };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PostalAddress.js","sourceRoot":"","sources":["../../../src/jsonld/PostalAddress.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { AggregateRating } from './AggrigateRating';
|
|
2
|
+
import { Brand } from './Brand';
|
|
3
|
+
import { DateTime } from './DateTime';
|
|
4
|
+
import { ImageObject } from './ImageObject';
|
|
5
|
+
import { Offer } from './Offer';
|
|
6
|
+
import { Organization } from './Organization';
|
|
7
|
+
import { PropertyValue } from './PropertyValue';
|
|
8
|
+
import { QuantitativeValue } from './QuantitativeValue';
|
|
9
|
+
import { Review } from './Review';
|
|
10
|
+
import { Service } from './Service';
|
|
11
|
+
import { Text } from './Text';
|
|
12
|
+
import { Thing } from './Thing';
|
|
13
|
+
import { URL } from './URL';
|
|
14
|
+
interface Product extends Thing {
|
|
15
|
+
additionalProperty?: PropertyValue;
|
|
16
|
+
aggregateRating?: AggregateRating;
|
|
17
|
+
audience?: unknown;
|
|
18
|
+
award?: Text;
|
|
19
|
+
brand?: Brand | Organization;
|
|
20
|
+
category?: unknown | Text | Thing | URL;
|
|
21
|
+
color?: Text;
|
|
22
|
+
depth?: unknown | QuantitativeValue;
|
|
23
|
+
gtin?: Text;
|
|
24
|
+
gtin12?: Text;
|
|
25
|
+
gtin13?: Text;
|
|
26
|
+
gtin14?: Text;
|
|
27
|
+
gtin8?: Text;
|
|
28
|
+
hasEnergyConsumptionDetails?: unknown;
|
|
29
|
+
hasMerchantReturnPolicy?: unknown;
|
|
30
|
+
height?: unknown | QuantitativeValue;
|
|
31
|
+
inAccessoryOrSparePartFor?: Product;
|
|
32
|
+
inProductGroupWithId?: Text;
|
|
33
|
+
isConsumableFor?: Product;
|
|
34
|
+
isRelatedTo?: Product | Service;
|
|
35
|
+
isSimilarTo?: Product | Service;
|
|
36
|
+
isVariantOf?: unknown;
|
|
37
|
+
itemCondition?: unknown;
|
|
38
|
+
logo?: ImageObject | URL;
|
|
39
|
+
manufacturer?: Organization;
|
|
40
|
+
material?: Product | Text | URL;
|
|
41
|
+
model?: unknown | Text;
|
|
42
|
+
mpn?: Text;
|
|
43
|
+
nsn?: Text;
|
|
44
|
+
offers?: Offer[];
|
|
45
|
+
pattern?: unknown | Text;
|
|
46
|
+
productID?: Text;
|
|
47
|
+
productionDate?: DateTime;
|
|
48
|
+
purchaseDate?: DateTime;
|
|
49
|
+
review?: Review;
|
|
50
|
+
size?: unknown | QuantitativeValue | Text;
|
|
51
|
+
sku?: Text;
|
|
52
|
+
slogan?: Text;
|
|
53
|
+
weight?: QuantitativeValue;
|
|
54
|
+
width?: unknown | QuantitativeValue;
|
|
55
|
+
}
|
|
56
|
+
export type { Product };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Product.js","sourceRoot":"","sources":["../../../src/jsonld/Product.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Class } from './Class';
|
|
2
|
+
import { Enumeration } from './Enumeration';
|
|
3
|
+
import { Intangible } from './Intangible';
|
|
4
|
+
interface Property extends Intangible {
|
|
5
|
+
domainIncludes?: Class;
|
|
6
|
+
inverseOf?: Property;
|
|
7
|
+
rangeIncludes?: Class;
|
|
8
|
+
supersededBy?: Class | Enumeration | Property;
|
|
9
|
+
}
|
|
10
|
+
export type { Property };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Property.js","sourceRoot":"","sources":["../../../src/jsonld/Property.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Enumeration } from './Enumeration';
|
|
2
|
+
import { QualitativeValue } from './QualitativeValue';
|
|
3
|
+
import { QuantitativeValue } from './QuantitativeValue';
|
|
4
|
+
import { StructuredValue } from './StructuredValue';
|
|
5
|
+
import { URL } from './URL';
|
|
6
|
+
interface PropertyValue extends StructuredValue {
|
|
7
|
+
maxValue?: number;
|
|
8
|
+
measurementTechnique?: string | URL;
|
|
9
|
+
minValue?: number;
|
|
10
|
+
propertyId?: string | URL;
|
|
11
|
+
unitCode?: string | URL;
|
|
12
|
+
unitText?: string;
|
|
13
|
+
value?: boolean | number | StructuredValue | string;
|
|
14
|
+
valueReference?: Enumeration | PropertyValue | QualitativeValue | QuantitativeValue | StructuredValue;
|
|
15
|
+
}
|
|
16
|
+
export type { PropertyValue };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PropertyValue.js","sourceRoot":"","sources":["../../../src/jsonld/PropertyValue.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Enumeration } from './Enumeration';
|
|
2
|
+
import { PropertyValue } from './PropertyValue';
|
|
3
|
+
import { QuantitativeValue } from './QuantitativeValue';
|
|
4
|
+
import { StructuredValue } from './StructuredValue';
|
|
5
|
+
interface QualitativeValue extends Enumeration {
|
|
6
|
+
additionalProperty?: PropertyValue;
|
|
7
|
+
equal?: QualitativeValue;
|
|
8
|
+
greater?: QualitativeValue;
|
|
9
|
+
greaterOrEqual?: QualitativeValue;
|
|
10
|
+
lesser?: QualitativeValue;
|
|
11
|
+
lesserOrEqual?: QualitativeValue;
|
|
12
|
+
nonEqual?: QualitativeValue;
|
|
13
|
+
valueReference?: Enumeration | PropertyValue | QualitativeValue | QuantitativeValue | StructuredValue;
|
|
14
|
+
}
|
|
15
|
+
export type { QualitativeValue };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QualitativeValue.js","sourceRoot":"","sources":["../../../src/jsonld/QualitativeValue.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Enumeration } from './Enumeration';
|
|
2
|
+
import { PropertyValue } from './PropertyValue';
|
|
3
|
+
import { QualitativeValue } from './QualitativeValue';
|
|
4
|
+
import { StructuredValue } from './StructuredValue';
|
|
5
|
+
import { URL } from './URL';
|
|
6
|
+
interface QuantitativeValue extends Enumeration {
|
|
7
|
+
additionalProperty?: PropertyValue;
|
|
8
|
+
maxValue?: number;
|
|
9
|
+
minValue?: number;
|
|
10
|
+
unitCode?: string | URL;
|
|
11
|
+
unitText?: string;
|
|
12
|
+
value?: boolean | number | StructuredValue | string;
|
|
13
|
+
valueReference?: Enumeration | PropertyValue | QualitativeValue | QuantitativeValue | StructuredValue;
|
|
14
|
+
}
|
|
15
|
+
export type { QuantitativeValue };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QuantitativeValue.js","sourceRoot":"","sources":["../../../src/jsonld/QuantitativeValue.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Intangible } from './Intangible';
|
|
2
|
+
import { Text } from './Text';
|
|
3
|
+
interface Rating extends Intangible {
|
|
4
|
+
bestRating?: number;
|
|
5
|
+
ratingExplaination?: Text;
|
|
6
|
+
ratingValue?: number;
|
|
7
|
+
reviewAspect?: Text;
|
|
8
|
+
worstRating?: number;
|
|
9
|
+
}
|
|
10
|
+
export type { Rating };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Rating.js","sourceRoot":"","sources":["../../../src/jsonld/Rating.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { CreativeWork } from './CreativeWork';
|
|
2
|
+
import { Rating } from './Rating';
|
|
3
|
+
import { Thing } from './Thing';
|
|
4
|
+
interface Review extends CreativeWork {
|
|
5
|
+
itemReviewed?: Thing;
|
|
6
|
+
reviewAspect?: Text;
|
|
7
|
+
reviewBody?: Text;
|
|
8
|
+
reviewRating?: Rating;
|
|
9
|
+
}
|
|
10
|
+
export type { Review };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Review.js","sourceRoot":"","sources":["../../../src/jsonld/Review.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { AdministrativeArea } from './AdministrativeArea';
|
|
2
|
+
import { AggregateRating } from './AggrigateRating';
|
|
3
|
+
import { GeoShape } from './GeoShape';
|
|
4
|
+
import { ImageObject } from './ImageObject';
|
|
5
|
+
import { Intangible } from './Intangible';
|
|
6
|
+
import { Offer } from './Offer';
|
|
7
|
+
import { Organization } from './Organization';
|
|
8
|
+
import { Person } from './Person';
|
|
9
|
+
import { Place } from './Place';
|
|
10
|
+
import { Product } from './Product';
|
|
11
|
+
import { Review } from './Review';
|
|
12
|
+
import { Text } from './Text';
|
|
13
|
+
import { Thing } from './Thing';
|
|
14
|
+
import { URL } from './URL';
|
|
15
|
+
interface Service extends Intangible {
|
|
16
|
+
aggregateRating?: AggregateRating;
|
|
17
|
+
areaServed?: AdministrativeArea | GeoShape | Place | Text;
|
|
18
|
+
audience?: unknown;
|
|
19
|
+
availableChannel?: unknown;
|
|
20
|
+
award?: Text;
|
|
21
|
+
brand?: unknown | Organization;
|
|
22
|
+
broker?: Organization | Person;
|
|
23
|
+
category?: unknown | Text | Thing | URL;
|
|
24
|
+
hasOfferCatalog?: unknown;
|
|
25
|
+
hoursAvailable?: unknown;
|
|
26
|
+
isRelatedTo?: Product | Service;
|
|
27
|
+
isSimilarTo?: Product | Service;
|
|
28
|
+
logo?: ImageObject | URL;
|
|
29
|
+
offers?: Offer[];
|
|
30
|
+
provider?: Organization | Person;
|
|
31
|
+
providerMobility?: Text;
|
|
32
|
+
review?: Review;
|
|
33
|
+
serviceOutput?: Thing;
|
|
34
|
+
serviceType?: unknown | Text;
|
|
35
|
+
slogan?: Text;
|
|
36
|
+
termsOfService?: Text | URL;
|
|
37
|
+
}
|
|
38
|
+
export type { Service };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Service.js","sourceRoot":"","sources":["../../../src/jsonld/Service.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { CreativeWork } from './CreativeWork';
|
|
2
|
+
import { ImageObject } from './ImageObject';
|
|
3
|
+
import { Text } from './Text';
|
|
4
|
+
import { URL } from './URL';
|
|
5
|
+
interface SoftwareApplication extends CreativeWork {
|
|
6
|
+
applicationCategory?: Text | URL;
|
|
7
|
+
applicationSubCategory?: Text | URL;
|
|
8
|
+
applicationSuite?: Text;
|
|
9
|
+
availableOnDevice?: Text;
|
|
10
|
+
countriesNotSupported?: Text;
|
|
11
|
+
countriesSupported?: Text;
|
|
12
|
+
downloadUrl?: URL;
|
|
13
|
+
featureList?: Text | URL;
|
|
14
|
+
installUrl?: URL;
|
|
15
|
+
memoryRequirements?: Text | URL;
|
|
16
|
+
operatingSystem?: Text;
|
|
17
|
+
permissions?: Text;
|
|
18
|
+
processorRequiremewnts?: Text;
|
|
19
|
+
releaseNotes?: Text | URL;
|
|
20
|
+
screenshot?: ImageObject | URL;
|
|
21
|
+
softwareAddOn?: SoftwareApplication;
|
|
22
|
+
softwareHelp?: CreativeWork;
|
|
23
|
+
softwareRequirements?: Text | URL;
|
|
24
|
+
softwareVersion?: Text;
|
|
25
|
+
storageRequirements?: Text | URL;
|
|
26
|
+
supportingData?: unknown;
|
|
27
|
+
}
|
|
28
|
+
export type { SoftwareApplication };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SoftwareApplication.js","sourceRoot":"","sources":["../../../src/jsonld/SoftwareApplication.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StructuredValue.js","sourceRoot":"","sources":["../../../src/jsonld/StructuredValue.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Text.js","sourceRoot":"","sources":["../../../src/jsonld/Text.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Action } from './Action';
|
|
2
|
+
import { Base } from './Base';
|
|
3
|
+
import { CreativeWork } from './CreativeWork';
|
|
4
|
+
import { ImageObject } from './ImageObject';
|
|
5
|
+
import { PropertyValue } from './PropertyValue';
|
|
6
|
+
import { Text } from './Text';
|
|
7
|
+
import { URL } from './URL';
|
|
8
|
+
interface Thing extends Base {
|
|
9
|
+
additionalType?: URL;
|
|
10
|
+
alternateName?: Text;
|
|
11
|
+
description?: Text;
|
|
12
|
+
disambiguatingDescription?: Text;
|
|
13
|
+
identifier?: PropertyValue | Text | URL;
|
|
14
|
+
image?: ImageObject | URL;
|
|
15
|
+
mainIdentityOfPage?: CreativeWork | URL;
|
|
16
|
+
name?: Text;
|
|
17
|
+
potentialAction?: Action;
|
|
18
|
+
sameAs?: URL;
|
|
19
|
+
subjectOf?: CreativeWork | Event;
|
|
20
|
+
url?: URL;
|
|
21
|
+
}
|
|
22
|
+
export type { Thing };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Thing.js","sourceRoot":"","sources":["../../../src/jsonld/Thing.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Time.js","sourceRoot":"","sources":["../../../src/jsonld/Time.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"URL.js","sourceRoot":"","sources":["../../../src/jsonld/URL.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VirtualLocation.js","sourceRoot":"","sources":["../../../src/jsonld/VirtualLocation.ts"],"names":[],"mappings":";AAAA,oCAAoC"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
export * from './Action';
|
|
2
|
+
export * from './ActionStatusType';
|
|
3
|
+
export * from './AdministrativeArea';
|
|
4
|
+
export * from './AggrigateRating';
|
|
5
|
+
export * from './Article';
|
|
6
|
+
export * from './Base';
|
|
7
|
+
export * from './Brand';
|
|
8
|
+
export * from './Class';
|
|
9
|
+
export * from './ContactPoint';
|
|
10
|
+
export * from './ContactPointOption';
|
|
11
|
+
export * from './Country';
|
|
12
|
+
export * from './CreativeWork';
|
|
13
|
+
export * from './DateTime';
|
|
14
|
+
export * from './EntryPoint';
|
|
15
|
+
export * from './Enumeration';
|
|
16
|
+
export * from './GeoShape';
|
|
17
|
+
export * from './GeospatialGeometry';
|
|
18
|
+
export * from './ImageObject';
|
|
19
|
+
export * from './Intangible';
|
|
20
|
+
export * from './Integer';
|
|
21
|
+
export * from './ItemAvailability';
|
|
22
|
+
export * from './Language';
|
|
23
|
+
export * from './Map';
|
|
24
|
+
export * from './MapCategoryType';
|
|
25
|
+
export * from './MediaObject';
|
|
26
|
+
export * from './MobileApplication';
|
|
27
|
+
export * from './Offer';
|
|
28
|
+
export * from './Organization';
|
|
29
|
+
export * from './Person';
|
|
30
|
+
export * from './Photograph';
|
|
31
|
+
export * from './Place';
|
|
32
|
+
export * from './PostalAddress';
|
|
33
|
+
export * from './Product';
|
|
34
|
+
export * from './Property';
|
|
35
|
+
export * from './PropertyValue';
|
|
36
|
+
export * from './QualitativeValue';
|
|
37
|
+
export * from './QuantitativeValue';
|
|
38
|
+
export * from './Rating';
|
|
39
|
+
export * from './Review';
|
|
40
|
+
export * from './Service';
|
|
41
|
+
export * from './SoftwareApplication';
|
|
42
|
+
export * from './StructuredValue';
|
|
43
|
+
export * from './Text';
|
|
44
|
+
export * from './Thing';
|
|
45
|
+
export * from './Time';
|
|
46
|
+
export * from './URL';
|
|
47
|
+
export * from './VirtualLocation';
|