diff --git a/vocabularies/ro-crate/context/coscine.ttl b/vocabularies/ro-crate/context/coscine.ttl
index 1fede877d6f67e4cf0e543f832763be8b6755d5a..180e741f8dafbf342e41070be0077124c47f5b65 100644
--- a/vocabularies/ro-crate/context/coscine.ttl
+++ b/vocabularies/ro-crate/context/coscine.ttl
@@ -1,7 +1,7 @@
-@base <http://purl.org/coscine/vocabularies/ro-crate/context> .
+@base <https://w3id.org/ro/crate/1.1/context> .
 
 
 @prefix coscinetype: <https://purl.org/coscine/terms/types#> .
 
-<http://purl.org/coscine/vocabularies/ro-crate/context>
+<https://w3id.org/ro/crate/1.1/context>
   a coscinetype:Vocabulary .
diff --git a/vocabularies/ro-crate/context/index.ttl b/vocabularies/ro-crate/context/index.ttl
index b2689999f3837ca316dd7462c72d39f9ea671c4a..55d6e628be9b1567260212d5530f0af78df263d0 100644
--- a/vocabularies/ro-crate/context/index.ttl
+++ b/vocabularies/ro-crate/context/index.ttl
@@ -1,5 +1,7 @@
-@base <http://purl.org/coscine/vocabularies/ro-crate/context> .
+@base <https://w3id.org/ro/crate/1.1/context> .
 
+
+@prefix ro: <https://w3id.org/ro/crate/1.1/context#> .
 @prefix schema: <http://schema.org/> .
 @prefix dcterms: <http://purl.org/dc/terms/> .
 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@@ -8,134 +10,15767 @@
 @prefix pcdm: <http://pcdm.org/models#> .
 @prefix bioschemas: <https://bioschemas.org/> .
 
-<http://purl.org/coscine/vocabularies/ro-crate/context>
+<https://w3id.org/ro/crate/1.1/context> 
   dcterms:title "RO-Crate Context Vocabulary"@en ;
-  dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ; # general license for co-crate
-  dcterms:publisher <https://w3id.org/ro/crate/1.1> ; 
+  dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
+  dcterms:publisher <https://www.researchobject.org/> ; 
   dcterms:created "2024-12-11"^^xsd:date ;
-  rdfs:label "Resource Type"@en, "Resourcentyp"@de ;
-  schema:relatedLink <https://www.researchobject.org/ro-crate/specification/1.1/context.jsonld> ;
-  dcterms:description "Some of the basic vocabulary from the RO-Crate context"@en .
+  schema:relatedLink <https://www.researchobject.org/ro-crate/specification/1.1/index.html> ;
+  dcterms:description "RO-Crate context based on version 1.1.3"@en 
+.
 
  
-<http://purl.org/coscine/vocabularies/ro-crate/context#CreativeWork> 
-  rdfs:label "CreativeWork"@en, "Kreatives Werk"@de ;
-  a schema:CreativeWork ;
-  dcterms:description "Generic type, also used for RO-Crate metadata file descriptor"@en .
-
-<http://purl.org/coscine/vocabularies/ro-crate/context#Dataset> 
-  rdfs:label "Dataset"@en , "Datensatz"@de ;
-  dcterms:description "A collection of data, typically organized in a structured form such as tables or files. May be a directory."@en ;
-  a schema:Dataset .
-
-<http://purl.org/coscine/vocabularies/ro-crate/context#File> 
-  rdfs:label "File"@en, "Datei"@de ;
-  dcterms:description "A generic file resource, usually part of a dataset or collection."@en ;
-  a schema:MediaObject .
-
-<http://purl.org/coscine/vocabularies/ro-crate/context#Journal>
-  rdfs:label "Journal"@en , "Zeitschrift"@de;
-  dcterms:description "A scholarly publication or document associated with the research object."@en ;
-  a schema:Periodical .
-
-  <http://purl.org/coscine/vocabularies/ro-crate/context#Person>
-  rdfs:label "Person"@en , "Person"@de;
-  dcterms:description "A person, which could be an author, a point of contact, etc."@en ;
-  a schema:Person .
-
-<http://purl.org/coscine/vocabularies/ro-crate/context#Organization>
-  rdfs:label "Organization"@en, "Organisation"@de ;
-  dcterms:description  "An organization responsible for or associated with the research object, e.g. a publisher type or a person's affiliation."@en ;
-  a schema:Organization ;
-  schema:relatedLink <https://www.researchobject.org/ro-crate/specification/1.1/contextual-entities.html#organizations-as-values>.
-
-<http://purl.org/coscine/vocabularies/ro-crate/context#contactPoint>
-  rdfs:label "contactPoint"@en, "Kontakt"@de ;
-  dcterms:description  "A contact point for a person or organization."@en ;
-  a schema:contactPoint ;
-  schema:relatedLink <https://www.researchobject.org/ro-crate/1.1/specification/1.1/contextual-entities.html#contact-information>.
-
-<http://purl.org/coscine/vocabularies/ro-crate/context#ScholarlyArticle>
-  rdfs:label "ScholarlyArticle"@en, "wissenschaftlicher Artikel"@de ;
-  dcterms:description  "Articles, usually peer-reviewed, written bey experts in an academic or professional field."@en ;
-  a schema:ScholarlyArticle .
-
-<http://purl.org/coscine/vocabularies/ro-crate/context#ImageObject>
-  rdfs:label "ImageObject"@en, "Bildobjekt" ;
-  dcterms:description "A visual resource associated with the research object."@en ;
-  a schema:ImageObject .
-
-<http://purl.org/coscine/vocabularies/ro-crate/context#Place>
-  rdfs:label "Place"@en , "Ort"@de;
-  dcterms:description "Entities that have a somewhat fixed, physical extension."@en ;
-  a schema:Place .
-
-<http://purl.org/coscine/vocabularies/ro-crate/context#GeoCoordinates>
-  rdfs:label "GeoCoordinates"@en , "Geokoordinaten"@de;
-  dcterms:description "The geographic coordinates of a place or event."@en ;
-  a schema:GeoCoordinates .
-
-<http://purl.org/coscine/vocabularies/ro-crate/context#RepositoryObject>
-  rdfs:label "RepositoryObject"@en , "RepositoriumObjekt"@de;
-  a pcdm:Object;
-  schema:relatedLink <https://www.researchobject.org/ro-crate/1.1/specification/1.1/contextual-entities.html#thumbnails> .
-
-<http://purl.org/coscine/vocabularies/ro-crate/context#IndividualProduct>
-  rdfs:label "IndividualProduct"@en , "Einzelnes Produkt"@de;
-  dcterms:description "Equipment used to create or update a data entity."@en ;
-  schema:relatedLink <https://www.researchobject.org/ro-crate/1.1/specification/1.1/provenance.html#equipment-used-to-create-files> ;
-  a schema:IndividualProduct .
-
-
-<http://purl.org/coscine/vocabularies/ro-crate/context#CreateAction>
-  rdfs:label "CreateAction"@en, "Erstellungsaktion"@en ;
-  dcterms:description "Used to model contributions in terms of creation of Context Entities of type Person or Organization."@en ;
-  schema:relatedLink <https://www.researchobject.org/ro-crate/1.1/specification/1.1/provenance.html> ;
-  a schema:CreateAction .
-
-<http://purl.org/coscine/vocabularies/ro-crate/context#CreateAction>
-  rdfs:label "UpdateAction"@en, "Aktualisierungsaktion"@de;
-  dcterms:description "Used to model contributions in terms of updates of Context Entities of type Person or Organization or SoftwareApplication."@en ;
-  schema:relatedLink <https://www.researchobject.org/ro-crate/1.1/specification/1.1/provenance.html> ;
-  a schema:CreateAction .
-
-<http://purl.org/coscine/vocabularies/ro-crate/context#SoftwareApplication>
-  rdfs:label "SoftwareApplication"@en, "Softwareanwendung"@de ;
-  dcterms:description "To specify the software used to create of update a file."@en ;
-  schema:relatedLink <https://www.researchobject.org/ro-crate/1.1/specification/1.1/provenance.html#software-used-to-create-files> ;
-  a schema:SoftwareApplication .
-
-<http://purl.org/coscine/vocabularies/ro-crate/context#SoftwareSourceCode>
-  rdfs:label "SoftwareSourceCode"@en, "Softwarequellcode" ;
-  dcterms:description "Used alongside File to describe scripts."@en ;
-  schema:relatedLink <https://www.researchobject.org/ro-crate/1.1/specification/1.1/workflows.html#describing-scripts-and-workflows> ;
-  a schema:SoftwareSourceCode .
-
-<http://purl.org/coscine/vocabularies/ro-crate/context#ComputationalWorkflow>
-  rdfs:label "ComputationalWorkflow"@en, "Rechenworkflow"@de ;
-  dcterms:description "Used alongside File to describe workflows."@en ;
-  schema:relatedLink <https://www.researchobject.org/ro-crate/1.1/specification/1.1/workflows.html#describing-scripts-and-workflows> ;
-  a schema:ComputationalWorkflow .
-
-<http://purl.org/coscine/vocabularies/ro-crate/context#programmingLanguage>
-  rdfs:label "programmingLanguage"@en, "Programmiersprache" ;
-  dcterms:description "Scripts written in a programming language, as well as workflows, generally need a runtime."@en ;
-  schema:relatedLink <https://www.researchobject.org/ro-crate/1.1/specification/1.1/workflows.html#workflow-runtime-and-programming-language> ;
-  a schema:programmingLanguage .
-
-
-<http://purl.org/coscine/vocabularies/ro-crate/context#ComputerLanguage>
-  rdfs:label "ComputerLanguage"@en, "Computersprache" ;
-  dcterms:description "Note that the language and its runtime MAY differ (e.g. different C++ compilers), but for scripts and workflows, frequently the language and runtime are essentially the same, and thus the programmingLanguage, implied to be a ComputerLanguage, can also be described as an executable SoftwareApplication"@en ;
-  schema:relatedLink <https://www.researchobject.org/ro-crate/1.1/specification/1.1/workflows.html#workflow-runtime-and-programming-language> ;
-  a schema:ComputerLanguage .
-
-
-<http://purl.org/coscine/vocabularies/ro-crate/context#FormalParameter>
-  rdfs:label "FormalParameter"@en, "Formale Parameter"@de ;
-  dcterms:description "The input and output parameters for a workflow or script can be given with input and output to FormalParameter contextual entities."@en ;
-  schema:relatedLink <https://www.researchobject.org/ro-crate/1.1/specification/1.1/workflows.html#describing-scripts-and-workflows> ;
-  a bioschemas:FormalParameter .
+ro:3DModel a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "3DModel"@en ;
+  schema:isDefinedBy <http://schema.org/3DModel>
+  .
+
+
+ro:AMRadioChannel a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "AMRadioChannel"@en ;
+  schema:isDefinedBy <http://schema.org/AMRadioChannel>
+  .
+
+
+ro:APIReference a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "APIReference"@en ;
+  schema:isDefinedBy <http://schema.org/APIReference>
+  .
+
+
+ro:Abdomen a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Abdomen"@en ;
+  schema:isDefinedBy <http://schema.org/Abdomen>
+  .
+
+
+ro:AboutPage a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "AboutPage"@en ;
+  schema:isDefinedBy <http://schema.org/AboutPage>
+  .
+
+
+ro:AcceptAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "AcceptAction"@en ;
+  schema:isDefinedBy <http://schema.org/AcceptAction>
+  .
+
+
+ro:Accommodation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Accommodation"@en ;
+  schema:isDefinedBy <http://schema.org/Accommodation>
+  .
+
+
+ro:AccountingService a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "AccountingService"@en ;
+  schema:isDefinedBy <http://schema.org/AccountingService>
+  .
+
+
+ro:AchieveAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "AchieveAction"@en ;
+  schema:isDefinedBy <http://schema.org/AchieveAction>
+  .
+
+
+ro:Action a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Action"@en ;
+  schema:isDefinedBy <http://schema.org/Action>
+  .
+
+
+ro:ActionAccessSpecification a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ActionAccessSpecification"@en ;
+  schema:isDefinedBy <http://schema.org/ActionAccessSpecification>
+  .
+
+
+ro:ActionStatusType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ActionStatusType"@en ;
+  schema:isDefinedBy <http://schema.org/ActionStatusType>
+  .
+
+
+ro:ActivateAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ActivateAction"@en ;
+  schema:isDefinedBy <http://schema.org/ActivateAction>
+  .
+
+
+ro:ActiveActionStatus a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ActiveActionStatus"@en ;
+  schema:isDefinedBy <http://schema.org/ActiveActionStatus>
+  .
+
+
+ro:ActiveNotRecruiting a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ActiveNotRecruiting"@en ;
+  schema:isDefinedBy <http://schema.org/ActiveNotRecruiting>
+  .
+
+
+ro:AddAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "AddAction"@en ;
+  schema:isDefinedBy <http://schema.org/AddAction>
+  .
+
+
+ro:AdministrativeArea a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "AdministrativeArea"@en ;
+  schema:isDefinedBy <http://schema.org/AdministrativeArea>
+  .
+
+
+ro:AdultEntertainment a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "AdultEntertainment"@en ;
+  schema:isDefinedBy <http://schema.org/AdultEntertainment>
+  .
+
+
+ro:AdvertiserContentArticle a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "AdvertiserContentArticle"@en ;
+  schema:isDefinedBy <http://schema.org/AdvertiserContentArticle>
+  .
+
+
+ro:AerobicActivity a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "AerobicActivity"@en ;
+  schema:isDefinedBy <http://schema.org/AerobicActivity>
+  .
+
+
+ro:AggregateOffer a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "AggregateOffer"@en ;
+  schema:isDefinedBy <http://schema.org/AggregateOffer>
+  .
+
+
+ro:AggregateRating a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "AggregateRating"@en ;
+  schema:isDefinedBy <http://schema.org/AggregateRating>
+  .
+
+
+ro:AgreeAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "AgreeAction"@en ;
+  schema:isDefinedBy <http://schema.org/AgreeAction>
+  .
+
+
+ro:Airline a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Airline"@en ;
+  schema:isDefinedBy <http://schema.org/Airline>
+  .
+
+
+ro:Airport a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Airport"@en ;
+  schema:isDefinedBy <http://schema.org/Airport>
+  .
+
+
+ro:AlbumRelease a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "AlbumRelease"@en ;
+  schema:isDefinedBy <http://schema.org/AlbumRelease>
+  .
+
+
+ro:AlignmentObject a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "AlignmentObject"@en ;
+  schema:isDefinedBy <http://schema.org/AlignmentObject>
+  .
+
+
+ro:AllWheelDriveConfiguration a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "AllWheelDriveConfiguration"@en ;
+  schema:isDefinedBy <http://schema.org/AllWheelDriveConfiguration>
+  .
+
+
+ro:AllocateAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "AllocateAction"@en ;
+  schema:isDefinedBy <http://schema.org/AllocateAction>
+  .
+
+
+ro:AmusementPark a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "AmusementPark"@en ;
+  schema:isDefinedBy <http://schema.org/AmusementPark>
+  .
+
+
+ro:AnaerobicActivity a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "AnaerobicActivity"@en ;
+  schema:isDefinedBy <http://schema.org/AnaerobicActivity>
+  .
+
+
+ro:AnalysisNewsArticle a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "AnalysisNewsArticle"@en ;
+  schema:isDefinedBy <http://schema.org/AnalysisNewsArticle>
+  .
+
+
+ro:AnatomicalStructure a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "AnatomicalStructure"@en ;
+  schema:isDefinedBy <http://schema.org/AnatomicalStructure>
+  .
+
+
+ro:AnatomicalSystem a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "AnatomicalSystem"@en ;
+  schema:isDefinedBy <http://schema.org/AnatomicalSystem>
+  .
+
+
+ro:Anesthesia a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Anesthesia"@en ;
+  schema:isDefinedBy <http://schema.org/Anesthesia>
+  .
+
+
+ro:AnimalShelter a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "AnimalShelter"@en ;
+  schema:isDefinedBy <http://schema.org/AnimalShelter>
+  .
+
+
+ro:Answer a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Answer"@en ;
+  schema:isDefinedBy <http://schema.org/Answer>
+  .
+
+
+ro:Apartment a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Apartment"@en ;
+  schema:isDefinedBy <http://schema.org/Apartment>
+  .
+
+
+ro:ApartmentComplex a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ApartmentComplex"@en ;
+  schema:isDefinedBy <http://schema.org/ApartmentComplex>
+  .
+
+
+ro:Appearance a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Appearance"@en ;
+  schema:isDefinedBy <http://schema.org/Appearance>
+  .
+
+
+ro:AppendAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "AppendAction"@en ;
+  schema:isDefinedBy <http://schema.org/AppendAction>
+  .
+
+
+ro:ApplyAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ApplyAction"@en ;
+  schema:isDefinedBy <http://schema.org/ApplyAction>
+  .
+
+
+ro:ApprovedIndication a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ApprovedIndication"@en ;
+  schema:isDefinedBy <http://schema.org/ApprovedIndication>
+  .
+
+
+ro:Aquarium a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Aquarium"@en ;
+  schema:isDefinedBy <http://schema.org/Aquarium>
+  .
+
+
+ro:ArchiveComponent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ArchiveComponent"@en ;
+  schema:isDefinedBy <http://schema.org/ArchiveComponent>
+  .
+
+
+ro:ArchiveOrganization a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ArchiveOrganization"@en ;
+  schema:isDefinedBy <http://schema.org/ArchiveOrganization>
+  .
+
+
+ro:ArriveAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ArriveAction"@en ;
+  schema:isDefinedBy <http://schema.org/ArriveAction>
+  .
+
+
+ro:ArtGallery a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ArtGallery"@en ;
+  schema:isDefinedBy <http://schema.org/ArtGallery>
+  .
+
+
+ro:Artery a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Artery"@en ;
+  schema:isDefinedBy <http://schema.org/Artery>
+  .
+
+
+ro:Article a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Article"@en ;
+  schema:isDefinedBy <http://schema.org/Article>
+  .
+
+
+ro:AskAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "AskAction"@en ;
+  schema:isDefinedBy <http://schema.org/AskAction>
+  .
+
+
+ro:AskPublicNewsArticle a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "AskPublicNewsArticle"@en ;
+  schema:isDefinedBy <http://schema.org/AskPublicNewsArticle>
+  .
+
+
+ro:AssessAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "AssessAction"@en ;
+  schema:isDefinedBy <http://schema.org/AssessAction>
+  .
+
+
+ro:AssignAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "AssignAction"@en ;
+  schema:isDefinedBy <http://schema.org/AssignAction>
+  .
+
+
+ro:Atlas a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Atlas"@en ;
+  schema:isDefinedBy <http://schema.org/Atlas>
+  .
+
+
+ro:Attorney a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Attorney"@en ;
+  schema:isDefinedBy <http://schema.org/Attorney>
+  .
+
+
+ro:Audience a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Audience"@en ;
+  schema:isDefinedBy <http://schema.org/Audience>
+  .
+
+
+ro:AudioObject a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "AudioObject"@en ;
+  schema:isDefinedBy <http://schema.org/AudioObject>
+  .
+
+
+ro:Audiobook a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Audiobook"@en ;
+  schema:isDefinedBy <http://schema.org/Audiobook>
+  .
+
+
+ro:AudiobookFormat a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "AudiobookFormat"@en ;
+  schema:isDefinedBy <http://schema.org/AudiobookFormat>
+  .
+
+
+ro:AuthenticContent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "AuthenticContent"@en ;
+  schema:isDefinedBy <http://schema.org/AuthenticContent>
+  .
+
+
+ro:AuthoritativeLegalValue a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "AuthoritativeLegalValue"@en ;
+  schema:isDefinedBy <http://schema.org/AuthoritativeLegalValue>
+  .
+
+
+ro:AuthorizeAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "AuthorizeAction"@en ;
+  schema:isDefinedBy <http://schema.org/AuthorizeAction>
+  .
+
+
+ro:AutoBodyShop a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "AutoBodyShop"@en ;
+  schema:isDefinedBy <http://schema.org/AutoBodyShop>
+  .
+
+
+ro:AutoDealer a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "AutoDealer"@en ;
+  schema:isDefinedBy <http://schema.org/AutoDealer>
+  .
+
+
+ro:AutoPartsStore a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "AutoPartsStore"@en ;
+  schema:isDefinedBy <http://schema.org/AutoPartsStore>
+  .
+
+
+ro:AutoRental a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "AutoRental"@en ;
+  schema:isDefinedBy <http://schema.org/AutoRental>
+  .
+
+
+ro:AutoRepair a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "AutoRepair"@en ;
+  schema:isDefinedBy <http://schema.org/AutoRepair>
+  .
+
+
+ro:AutoWash a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "AutoWash"@en ;
+  schema:isDefinedBy <http://schema.org/AutoWash>
+  .
+
+
+ro:AutomatedTeller a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "AutomatedTeller"@en ;
+  schema:isDefinedBy <http://schema.org/AutomatedTeller>
+  .
+
+
+ro:AutomotiveBusiness a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "AutomotiveBusiness"@en ;
+  schema:isDefinedBy <http://schema.org/AutomotiveBusiness>
+  .
+
+
+ro:Ayurvedic a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Ayurvedic"@en ;
+  schema:isDefinedBy <http://schema.org/Ayurvedic>
+  .
+
+
+ro:BackgroundNewsArticle a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BackgroundNewsArticle"@en ;
+  schema:isDefinedBy <http://schema.org/BackgroundNewsArticle>
+  .
+
+
+ro:Bacteria a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Bacteria"@en ;
+  schema:isDefinedBy <http://schema.org/Bacteria>
+  .
+
+
+ro:Bakery a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Bakery"@en ;
+  schema:isDefinedBy <http://schema.org/Bakery>
+  .
+
+
+ro:Balance a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Balance"@en ;
+  schema:isDefinedBy <http://schema.org/Balance>
+  .
+
+
+ro:BankAccount a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BankAccount"@en ;
+  schema:isDefinedBy <http://schema.org/BankAccount>
+  .
+
+
+ro:BankOrCreditUnion a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BankOrCreditUnion"@en ;
+  schema:isDefinedBy <http://schema.org/BankOrCreditUnion>
+  .
+
+
+ro:BarOrPub a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BarOrPub"@en ;
+  schema:isDefinedBy <http://schema.org/BarOrPub>
+  .
+
+
+ro:Barcode a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Barcode"@en ;
+  schema:isDefinedBy <http://schema.org/Barcode>
+  .
+
+
+ro:BasicIncome a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BasicIncome"@en ;
+  schema:isDefinedBy <http://schema.org/BasicIncome>
+  .
+
+
+ro:Beach a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Beach"@en ;
+  schema:isDefinedBy <http://schema.org/Beach>
+  .
+
+
+ro:BeautySalon a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BeautySalon"@en ;
+  schema:isDefinedBy <http://schema.org/BeautySalon>
+  .
+
+
+ro:BedAndBreakfast a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BedAndBreakfast"@en ;
+  schema:isDefinedBy <http://schema.org/BedAndBreakfast>
+  .
+
+
+ro:BedDetails a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BedDetails"@en ;
+  schema:isDefinedBy <http://schema.org/BedDetails>
+  .
+
+
+ro:BedType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BedType"@en ;
+  schema:isDefinedBy <http://schema.org/BedType>
+  .
+
+
+ro:BefriendAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BefriendAction"@en ;
+  schema:isDefinedBy <http://schema.org/BefriendAction>
+  .
+
+
+ro:BenefitsHealthAspect a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BenefitsHealthAspect"@en ;
+  schema:isDefinedBy <http://schema.org/BenefitsHealthAspect>
+  .
+
+
+ro:BikeStore a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BikeStore"@en ;
+  schema:isDefinedBy <http://schema.org/BikeStore>
+  .
+
+
+ro:Blog a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Blog"@en ;
+  schema:isDefinedBy <http://schema.org/Blog>
+  .
+
+
+ro:BlogPosting a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BlogPosting"@en ;
+  schema:isDefinedBy <http://schema.org/BlogPosting>
+  .
+
+
+ro:BloodTest a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BloodTest"@en ;
+  schema:isDefinedBy <http://schema.org/BloodTest>
+  .
+
+
+ro:BoardingPolicyType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BoardingPolicyType"@en ;
+  schema:isDefinedBy <http://schema.org/BoardingPolicyType>
+  .
+
+
+ro:BoatReservation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BoatReservation"@en ;
+  schema:isDefinedBy <http://schema.org/BoatReservation>
+  .
+
+
+ro:BoatTerminal a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BoatTerminal"@en ;
+  schema:isDefinedBy <http://schema.org/BoatTerminal>
+  .
+
+
+ro:BoatTrip a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BoatTrip"@en ;
+  schema:isDefinedBy <http://schema.org/BoatTrip>
+  .
+
+
+ro:BodyOfWater a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BodyOfWater"@en ;
+  schema:isDefinedBy <http://schema.org/BodyOfWater>
+  .
+
+
+ro:Bone a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Bone"@en ;
+  schema:isDefinedBy <http://schema.org/Bone>
+  .
+
+
+ro:Book a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Book"@en ;
+  schema:isDefinedBy <http://schema.org/Book>
+  .
+
+
+ro:BookFormatType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BookFormatType"@en ;
+  schema:isDefinedBy <http://schema.org/BookFormatType>
+  .
+
+
+ro:BookSeries a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BookSeries"@en ;
+  schema:isDefinedBy <http://schema.org/BookSeries>
+  .
+
+
+ro:BookStore a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BookStore"@en ;
+  schema:isDefinedBy <http://schema.org/BookStore>
+  .
+
+
+ro:BookmarkAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BookmarkAction"@en ;
+  schema:isDefinedBy <http://schema.org/BookmarkAction>
+  .
+
+
+ro:Boolean a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Boolean"@en ;
+  schema:isDefinedBy <http://schema.org/Boolean>
+  .
+
+
+ro:BorrowAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BorrowAction"@en ;
+  schema:isDefinedBy <http://schema.org/BorrowAction>
+  .
+
+
+ro:BowlingAlley a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BowlingAlley"@en ;
+  schema:isDefinedBy <http://schema.org/BowlingAlley>
+  .
+
+
+ro:BrainStructure a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BrainStructure"@en ;
+  schema:isDefinedBy <http://schema.org/BrainStructure>
+  .
+
+
+ro:Brand a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Brand"@en ;
+  schema:isDefinedBy <http://schema.org/Brand>
+  .
+
+
+ro:BreadcrumbList a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BreadcrumbList"@en ;
+  schema:isDefinedBy <http://schema.org/BreadcrumbList>
+  .
+
+
+ro:Brewery a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Brewery"@en ;
+  schema:isDefinedBy <http://schema.org/Brewery>
+  .
+
+
+ro:Bridge a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Bridge"@en ;
+  schema:isDefinedBy <http://schema.org/Bridge>
+  .
+
+
+ro:BroadcastChannel a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BroadcastChannel"@en ;
+  schema:isDefinedBy <http://schema.org/BroadcastChannel>
+  .
+
+
+ro:BroadcastEvent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BroadcastEvent"@en ;
+  schema:isDefinedBy <http://schema.org/BroadcastEvent>
+  .
+
+
+ro:BroadcastFrequencySpecification a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BroadcastFrequencySpecification"@en ;
+  schema:isDefinedBy <http://schema.org/BroadcastFrequencySpecification>
+  .
+
+
+ro:BroadcastRelease a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BroadcastRelease"@en ;
+  schema:isDefinedBy <http://schema.org/BroadcastRelease>
+  .
+
+
+ro:BroadcastService a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BroadcastService"@en ;
+  schema:isDefinedBy <http://schema.org/BroadcastService>
+  .
+
+
+ro:BrokerageAccount a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BrokerageAccount"@en ;
+  schema:isDefinedBy <http://schema.org/BrokerageAccount>
+  .
+
+
+ro:BuddhistTemple a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BuddhistTemple"@en ;
+  schema:isDefinedBy <http://schema.org/BuddhistTemple>
+  .
+
+
+ro:BusOrCoach a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BusOrCoach"@en ;
+  schema:isDefinedBy <http://schema.org/BusOrCoach>
+  .
+
+
+ro:BusReservation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BusReservation"@en ;
+  schema:isDefinedBy <http://schema.org/BusReservation>
+  .
+
+
+ro:BusStation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BusStation"@en ;
+  schema:isDefinedBy <http://schema.org/BusStation>
+  .
+
+
+ro:BusStop a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BusStop"@en ;
+  schema:isDefinedBy <http://schema.org/BusStop>
+  .
+
+
+ro:BusTrip a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BusTrip"@en ;
+  schema:isDefinedBy <http://schema.org/BusTrip>
+  .
+
+
+ro:BusinessAudience a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BusinessAudience"@en ;
+  schema:isDefinedBy <http://schema.org/BusinessAudience>
+  .
+
+
+ro:BusinessEntityType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BusinessEntityType"@en ;
+  schema:isDefinedBy <http://schema.org/BusinessEntityType>
+  .
+
+
+ro:BusinessEvent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BusinessEvent"@en ;
+  schema:isDefinedBy <http://schema.org/BusinessEvent>
+  .
+
+
+ro:BusinessFunction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BusinessFunction"@en ;
+  schema:isDefinedBy <http://schema.org/BusinessFunction>
+  .
+
+
+ro:BusinessSupport a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BusinessSupport"@en ;
+  schema:isDefinedBy <http://schema.org/BusinessSupport>
+  .
+
+
+ro:BuyAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "BuyAction"@en ;
+  schema:isDefinedBy <http://schema.org/BuyAction>
+  .
+
+
+ro:CDCPMDRecord a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CDCPMDRecord"@en ;
+  schema:isDefinedBy <http://schema.org/CDCPMDRecord>
+  .
+
+
+ro:CDFormat a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CDFormat"@en ;
+  schema:isDefinedBy <http://schema.org/CDFormat>
+  .
+
+
+ro:CT a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CT"@en ;
+  schema:isDefinedBy <http://schema.org/CT>
+  .
+
+
+ro:CableOrSatelliteService a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CableOrSatelliteService"@en ;
+  schema:isDefinedBy <http://schema.org/CableOrSatelliteService>
+  .
+
+
+ro:CafeOrCoffeeShop a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CafeOrCoffeeShop"@en ;
+  schema:isDefinedBy <http://schema.org/CafeOrCoffeeShop>
+  .
+
+
+ro:Campground a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Campground"@en ;
+  schema:isDefinedBy <http://schema.org/Campground>
+  .
+
+
+ro:CampingPitch a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CampingPitch"@en ;
+  schema:isDefinedBy <http://schema.org/CampingPitch>
+  .
+
+
+ro:Canal a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Canal"@en ;
+  schema:isDefinedBy <http://schema.org/Canal>
+  .
+
+
+ro:CancelAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CancelAction"@en ;
+  schema:isDefinedBy <http://schema.org/CancelAction>
+  .
+
+
+ro:Car a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Car"@en ;
+  schema:isDefinedBy <http://schema.org/Car>
+  .
+
+
+ro:CarUsageType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CarUsageType"@en ;
+  schema:isDefinedBy <http://schema.org/CarUsageType>
+  .
+
+
+ro:Cardiovascular a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Cardiovascular"@en ;
+  schema:isDefinedBy <http://schema.org/Cardiovascular>
+  .
+
+
+ro:CardiovascularExam a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CardiovascularExam"@en ;
+  schema:isDefinedBy <http://schema.org/CardiovascularExam>
+  .
+
+
+ro:CaseSeries a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CaseSeries"@en ;
+  schema:isDefinedBy <http://schema.org/CaseSeries>
+  .
+
+
+ro:Casino a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Casino"@en ;
+  schema:isDefinedBy <http://schema.org/Casino>
+  .
+
+
+ro:CassetteFormat a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CassetteFormat"@en ;
+  schema:isDefinedBy <http://schema.org/CassetteFormat>
+  .
+
+
+ro:CategoryCode a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CategoryCode"@en ;
+  schema:isDefinedBy <http://schema.org/CategoryCode>
+  .
+
+
+ro:CategoryCodeSet a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CategoryCodeSet"@en ;
+  schema:isDefinedBy <http://schema.org/CategoryCodeSet>
+  .
+
+
+ro:CatholicChurch a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CatholicChurch"@en ;
+  schema:isDefinedBy <http://schema.org/CatholicChurch>
+  .
+
+
+ro:CausesHealthAspect a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CausesHealthAspect"@en ;
+  schema:isDefinedBy <http://schema.org/CausesHealthAspect>
+  .
+
+
+ro:Cemetery a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Cemetery"@en ;
+  schema:isDefinedBy <http://schema.org/Cemetery>
+  .
+
+
+ro:Chapter a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Chapter"@en ;
+  schema:isDefinedBy <http://schema.org/Chapter>
+  .
+
+
+ro:CharitableIncorporatedOrganization a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CharitableIncorporatedOrganization"@en ;
+  schema:isDefinedBy <http://schema.org/CharitableIncorporatedOrganization>
+  .
+
+
+ro:CheckAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CheckAction"@en ;
+  schema:isDefinedBy <http://schema.org/CheckAction>
+  .
+
+
+ro:CheckInAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CheckInAction"@en ;
+  schema:isDefinedBy <http://schema.org/CheckInAction>
+  .
+
+
+ro:CheckOutAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CheckOutAction"@en ;
+  schema:isDefinedBy <http://schema.org/CheckOutAction>
+  .
+
+
+ro:CheckoutPage a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CheckoutPage"@en ;
+  schema:isDefinedBy <http://schema.org/CheckoutPage>
+  .
+
+
+ro:ChildCare a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ChildCare"@en ;
+  schema:isDefinedBy <http://schema.org/ChildCare>
+  .
+
+
+ro:ChildrensEvent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ChildrensEvent"@en ;
+  schema:isDefinedBy <http://schema.org/ChildrensEvent>
+  .
+
+
+ro:Chiropractic a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Chiropractic"@en ;
+  schema:isDefinedBy <http://schema.org/Chiropractic>
+  .
+
+
+ro:ChooseAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ChooseAction"@en ;
+  schema:isDefinedBy <http://schema.org/ChooseAction>
+  .
+
+
+ro:Church a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Church"@en ;
+  schema:isDefinedBy <http://schema.org/Church>
+  .
+
+
+ro:City a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "City"@en ;
+  schema:isDefinedBy <http://schema.org/City>
+  .
+
+
+ro:CityHall a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CityHall"@en ;
+  schema:isDefinedBy <http://schema.org/CityHall>
+  .
+
+
+ro:CivicStructure a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CivicStructure"@en ;
+  schema:isDefinedBy <http://schema.org/CivicStructure>
+  .
+
+
+ro:Claim a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Claim"@en ;
+  schema:isDefinedBy <http://schema.org/Claim>
+  .
+
+
+ro:ClaimReview a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ClaimReview"@en ;
+  schema:isDefinedBy <http://schema.org/ClaimReview>
+  .
+
+
+ro:Class a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Class"@en ;
+  schema:isDefinedBy <http://schema.org/Class>
+  .
+
+
+ro:Clinician a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Clinician"@en ;
+  schema:isDefinedBy <http://schema.org/Clinician>
+  .
+
+
+ro:Clip a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Clip"@en ;
+  schema:isDefinedBy <http://schema.org/Clip>
+  .
+
+
+ro:ClothingStore a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ClothingStore"@en ;
+  schema:isDefinedBy <http://schema.org/ClothingStore>
+  .
+
+
+ro:CoOp a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CoOp"@en ;
+  schema:isDefinedBy <http://schema.org/CoOp>
+  .
+
+
+ro:Code a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Code"@en ;
+  schema:isDefinedBy <http://schema.org/Code>
+  .
+
+
+ro:CohortStudy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CohortStudy"@en ;
+  schema:isDefinedBy <http://schema.org/CohortStudy>
+  .
+
+
+ro:Collection a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Collection"@en ;
+  schema:isDefinedBy <http://schema.org/Collection>
+  .
+
+
+ro:CollectionPage a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CollectionPage"@en ;
+  schema:isDefinedBy <http://schema.org/CollectionPage>
+  .
+
+
+ro:CollegeOrUniversity a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CollegeOrUniversity"@en ;
+  schema:isDefinedBy <http://schema.org/CollegeOrUniversity>
+  .
+
+
+ro:ComedyClub a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ComedyClub"@en ;
+  schema:isDefinedBy <http://schema.org/ComedyClub>
+  .
+
+
+ro:ComedyEvent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ComedyEvent"@en ;
+  schema:isDefinedBy <http://schema.org/ComedyEvent>
+  .
+
+
+ro:ComicCoverArt a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ComicCoverArt"@en ;
+  schema:isDefinedBy <http://schema.org/ComicCoverArt>
+  .
+
+
+ro:ComicIssue a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ComicIssue"@en ;
+  schema:isDefinedBy <http://schema.org/ComicIssue>
+  .
+
+
+ro:ComicSeries a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ComicSeries"@en ;
+  schema:isDefinedBy <http://schema.org/ComicSeries>
+  .
+
+
+ro:ComicStory a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ComicStory"@en ;
+  schema:isDefinedBy <http://schema.org/ComicStory>
+  .
+
+
+ro:Comment a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Comment"@en ;
+  schema:isDefinedBy <http://schema.org/Comment>
+  .
+
+
+ro:CommentAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CommentAction"@en ;
+  schema:isDefinedBy <http://schema.org/CommentAction>
+  .
+
+
+ro:CommentPermission a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CommentPermission"@en ;
+  schema:isDefinedBy <http://schema.org/CommentPermission>
+  .
+
+
+ro:CommunicateAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CommunicateAction"@en ;
+  schema:isDefinedBy <http://schema.org/CommunicateAction>
+  .
+
+
+ro:CommunityHealth a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CommunityHealth"@en ;
+  schema:isDefinedBy <http://schema.org/CommunityHealth>
+  .
+
+
+ro:CompilationAlbum a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CompilationAlbum"@en ;
+  schema:isDefinedBy <http://schema.org/CompilationAlbum>
+  .
+
+
+ro:CompleteDataFeed a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CompleteDataFeed"@en ;
+  schema:isDefinedBy <http://schema.org/CompleteDataFeed>
+  .
+
+
+ro:Completed a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Completed"@en ;
+  schema:isDefinedBy <http://schema.org/Completed>
+  .
+
+
+ro:CompletedActionStatus a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CompletedActionStatus"@en ;
+  schema:isDefinedBy <http://schema.org/CompletedActionStatus>
+  .
+
+
+ro:CompoundPriceSpecification a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CompoundPriceSpecification"@en ;
+  schema:isDefinedBy <http://schema.org/CompoundPriceSpecification>
+  .
+
+
+ro:ComputerLanguage a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ComputerLanguage"@en ;
+  schema:isDefinedBy <http://schema.org/ComputerLanguage>
+  .
+
+
+ro:ComputerStore a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ComputerStore"@en ;
+  schema:isDefinedBy <http://schema.org/ComputerStore>
+  .
+
+
+ro:ConfirmAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ConfirmAction"@en ;
+  schema:isDefinedBy <http://schema.org/ConfirmAction>
+  .
+
+
+ro:Consortium a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Consortium"@en ;
+  schema:isDefinedBy <http://schema.org/Consortium>
+  .
+
+
+ro:ConsumeAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ConsumeAction"@en ;
+  schema:isDefinedBy <http://schema.org/ConsumeAction>
+  .
+
+
+ro:ContactPage a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ContactPage"@en ;
+  schema:isDefinedBy <http://schema.org/ContactPage>
+  .
+
+
+ro:ContactPoint a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ContactPoint"@en ;
+  schema:isDefinedBy <http://schema.org/ContactPoint>
+  .
+
+
+ro:ContactPointOption a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ContactPointOption"@en ;
+  schema:isDefinedBy <http://schema.org/ContactPointOption>
+  .
+
+
+ro:ContagiousnessHealthAspect a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ContagiousnessHealthAspect"@en ;
+  schema:isDefinedBy <http://schema.org/ContagiousnessHealthAspect>
+  .
+
+
+ro:Continent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Continent"@en ;
+  schema:isDefinedBy <http://schema.org/Continent>
+  .
+
+
+ro:ControlAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ControlAction"@en ;
+  schema:isDefinedBy <http://schema.org/ControlAction>
+  .
+
+
+ro:ConvenienceStore a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ConvenienceStore"@en ;
+  schema:isDefinedBy <http://schema.org/ConvenienceStore>
+  .
+
+
+ro:Conversation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Conversation"@en ;
+  schema:isDefinedBy <http://schema.org/Conversation>
+  .
+
+
+ro:CookAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CookAction"@en ;
+  schema:isDefinedBy <http://schema.org/CookAction>
+  .
+
+
+ro:Corporation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Corporation"@en ;
+  schema:isDefinedBy <http://schema.org/Corporation>
+  .
+
+
+ro:CorrectionComment a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CorrectionComment"@en ;
+  schema:isDefinedBy <http://schema.org/CorrectionComment>
+  .
+
+
+ro:Country a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Country"@en ;
+  schema:isDefinedBy <http://schema.org/Country>
+  .
+
+
+ro:Course a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Course"@en ;
+  schema:isDefinedBy <http://schema.org/Course>
+  .
+
+
+ro:CourseInstance a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CourseInstance"@en ;
+  schema:isDefinedBy <http://schema.org/CourseInstance>
+  .
+
+
+ro:Courthouse a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Courthouse"@en ;
+  schema:isDefinedBy <http://schema.org/Courthouse>
+  .
+
+
+ro:CoverArt a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CoverArt"@en ;
+  schema:isDefinedBy <http://schema.org/CoverArt>
+  .
+
+
+ro:CovidTestingFacility a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CovidTestingFacility"@en ;
+  schema:isDefinedBy <http://schema.org/CovidTestingFacility>
+  .
+
+
+ro:CreateAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CreateAction"@en ;
+  schema:isDefinedBy <http://schema.org/CreateAction>
+  .
+
+
+ro:CreativeWork a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CreativeWork"@en ;
+  schema:isDefinedBy <http://schema.org/CreativeWork>
+  .
+
+
+ro:CreativeWorkSeason a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CreativeWorkSeason"@en ;
+  schema:isDefinedBy <http://schema.org/CreativeWorkSeason>
+  .
+
+
+ro:CreativeWorkSeries a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CreativeWorkSeries"@en ;
+  schema:isDefinedBy <http://schema.org/CreativeWorkSeries>
+  .
+
+
+ro:CreditCard a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CreditCard"@en ;
+  schema:isDefinedBy <http://schema.org/CreditCard>
+  .
+
+
+ro:Crematorium a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Crematorium"@en ;
+  schema:isDefinedBy <http://schema.org/Crematorium>
+  .
+
+
+ro:CriticReview a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CriticReview"@en ;
+  schema:isDefinedBy <http://schema.org/CriticReview>
+  .
+
+
+ro:CrossSectional a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CrossSectional"@en ;
+  schema:isDefinedBy <http://schema.org/CrossSectional>
+  .
+
+
+ro:CssSelectorType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CssSelectorType"@en ;
+  schema:isDefinedBy <http://schema.org/CssSelectorType>
+  .
+
+
+ro:CurrencyConversionService a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "CurrencyConversionService"@en ;
+  schema:isDefinedBy <http://schema.org/CurrencyConversionService>
+  .
+
+
+ro:DDxElement a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DDxElement"@en ;
+  schema:isDefinedBy <http://schema.org/DDxElement>
+  .
+
+
+ro:DJMixAlbum a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DJMixAlbum"@en ;
+  schema:isDefinedBy <http://schema.org/DJMixAlbum>
+  .
+
+
+ro:DVDFormat a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DVDFormat"@en ;
+  schema:isDefinedBy <http://schema.org/DVDFormat>
+  .
+
+
+ro:DamagedCondition a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DamagedCondition"@en ;
+  schema:isDefinedBy <http://schema.org/DamagedCondition>
+  .
+
+
+ro:DanceEvent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DanceEvent"@en ;
+  schema:isDefinedBy <http://schema.org/DanceEvent>
+  .
+
+
+ro:DanceGroup a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DanceGroup"@en ;
+  schema:isDefinedBy <http://schema.org/DanceGroup>
+  .
+
+
+ro:DataCatalog a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DataCatalog"@en ;
+  schema:isDefinedBy <http://schema.org/DataCatalog>
+  .
+
+
+ro:DataDownload a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DataDownload"@en ;
+  schema:isDefinedBy <http://schema.org/DataDownload>
+  .
+
+
+ro:DataFeed a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DataFeed"@en ;
+  schema:isDefinedBy <http://schema.org/DataFeed>
+  .
+
+
+ro:DataFeedItem a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DataFeedItem"@en ;
+  schema:isDefinedBy <http://schema.org/DataFeedItem>
+  .
+
+
+ro:DataType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DataType"@en ;
+  schema:isDefinedBy <http://schema.org/DataType>
+  .
+
+
+ro:Dataset a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Dataset"@en ;
+  schema:isDefinedBy <http://schema.org/Dataset>
+  .
+
+
+ro:Date a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Date"@en ;
+  schema:isDefinedBy <http://schema.org/Date>
+  .
+
+
+ro:DateTime a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DateTime"@en ;
+  schema:isDefinedBy <http://schema.org/DateTime>
+  .
+
+
+ro:DatedMoneySpecification a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DatedMoneySpecification"@en ;
+  schema:isDefinedBy <http://schema.org/DatedMoneySpecification>
+  .
+
+
+ro:DayOfWeek a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DayOfWeek"@en ;
+  schema:isDefinedBy <http://schema.org/DayOfWeek>
+  .
+
+
+ro:DaySpa a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DaySpa"@en ;
+  schema:isDefinedBy <http://schema.org/DaySpa>
+  .
+
+
+ro:DeactivateAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DeactivateAction"@en ;
+  schema:isDefinedBy <http://schema.org/DeactivateAction>
+  .
+
+
+ro:DefenceEstablishment a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DefenceEstablishment"@en ;
+  schema:isDefinedBy <http://schema.org/DefenceEstablishment>
+  .
+
+
+ro:DefinedRegion a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DefinedRegion"@en ;
+  schema:isDefinedBy <http://schema.org/DefinedRegion>
+  .
+
+
+ro:DefinedTerm a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DefinedTerm"@en ;
+  schema:isDefinedBy <http://schema.org/DefinedTerm>
+  .
+
+
+ro:DefinedTermSet a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DefinedTermSet"@en ;
+  schema:isDefinedBy <http://schema.org/DefinedTermSet>
+  .
+
+
+ro:DefinitiveLegalValue a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DefinitiveLegalValue"@en ;
+  schema:isDefinedBy <http://schema.org/DefinitiveLegalValue>
+  .
+
+
+ro:DeleteAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DeleteAction"@en ;
+  schema:isDefinedBy <http://schema.org/DeleteAction>
+  .
+
+
+ro:DeliveryChargeSpecification a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DeliveryChargeSpecification"@en ;
+  schema:isDefinedBy <http://schema.org/DeliveryChargeSpecification>
+  .
+
+
+ro:DeliveryEvent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DeliveryEvent"@en ;
+  schema:isDefinedBy <http://schema.org/DeliveryEvent>
+  .
+
+
+ro:DeliveryMethod a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DeliveryMethod"@en ;
+  schema:isDefinedBy <http://schema.org/DeliveryMethod>
+  .
+
+
+ro:DeliveryTimeSettings a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DeliveryTimeSettings"@en ;
+  schema:isDefinedBy <http://schema.org/DeliveryTimeSettings>
+  .
+
+
+ro:Demand a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Demand"@en ;
+  schema:isDefinedBy <http://schema.org/Demand>
+  .
+
+
+ro:DemoAlbum a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DemoAlbum"@en ;
+  schema:isDefinedBy <http://schema.org/DemoAlbum>
+  .
+
+
+ro:Dentist a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Dentist"@en ;
+  schema:isDefinedBy <http://schema.org/Dentist>
+  .
+
+
+ro:Dentistry a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Dentistry"@en ;
+  schema:isDefinedBy <http://schema.org/Dentistry>
+  .
+
+
+ro:DepartAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DepartAction"@en ;
+  schema:isDefinedBy <http://schema.org/DepartAction>
+  .
+
+
+ro:DepartmentStore a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DepartmentStore"@en ;
+  schema:isDefinedBy <http://schema.org/DepartmentStore>
+  .
+
+
+ro:DepositAccount a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DepositAccount"@en ;
+  schema:isDefinedBy <http://schema.org/DepositAccount>
+  .
+
+
+ro:Dermatologic a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Dermatologic"@en ;
+  schema:isDefinedBy <http://schema.org/Dermatologic>
+  .
+
+
+ro:Dermatology a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Dermatology"@en ;
+  schema:isDefinedBy <http://schema.org/Dermatology>
+  .
+
+
+ro:DiabeticDiet a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DiabeticDiet"@en ;
+  schema:isDefinedBy <http://schema.org/DiabeticDiet>
+  .
+
+
+ro:Diagnostic a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Diagnostic"@en ;
+  schema:isDefinedBy <http://schema.org/Diagnostic>
+  .
+
+
+ro:DiagnosticLab a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DiagnosticLab"@en ;
+  schema:isDefinedBy <http://schema.org/DiagnosticLab>
+  .
+
+
+ro:DiagnosticProcedure a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DiagnosticProcedure"@en ;
+  schema:isDefinedBy <http://schema.org/DiagnosticProcedure>
+  .
+
+
+ro:Diet a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Diet"@en ;
+  schema:isDefinedBy <http://schema.org/Diet>
+  .
+
+
+ro:DietNutrition a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DietNutrition"@en ;
+  schema:isDefinedBy <http://schema.org/DietNutrition>
+  .
+
+
+ro:DietarySupplement a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DietarySupplement"@en ;
+  schema:isDefinedBy <http://schema.org/DietarySupplement>
+  .
+
+
+ro:DigitalAudioTapeFormat a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DigitalAudioTapeFormat"@en ;
+  schema:isDefinedBy <http://schema.org/DigitalAudioTapeFormat>
+  .
+
+
+ro:DigitalDocument a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DigitalDocument"@en ;
+  schema:isDefinedBy <http://schema.org/DigitalDocument>
+  .
+
+
+ro:DigitalDocumentPermission a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DigitalDocumentPermission"@en ;
+  schema:isDefinedBy <http://schema.org/DigitalDocumentPermission>
+  .
+
+
+ro:DigitalDocumentPermissionType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DigitalDocumentPermissionType"@en ;
+  schema:isDefinedBy <http://schema.org/DigitalDocumentPermissionType>
+  .
+
+
+ro:DigitalFormat a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DigitalFormat"@en ;
+  schema:isDefinedBy <http://schema.org/DigitalFormat>
+  .
+
+
+ro:DisabilitySupport a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DisabilitySupport"@en ;
+  schema:isDefinedBy <http://schema.org/DisabilitySupport>
+  .
+
+
+ro:DisagreeAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DisagreeAction"@en ;
+  schema:isDefinedBy <http://schema.org/DisagreeAction>
+  .
+
+
+ro:Discontinued a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Discontinued"@en ;
+  schema:isDefinedBy <http://schema.org/Discontinued>
+  .
+
+
+ro:DiscoverAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DiscoverAction"@en ;
+  schema:isDefinedBy <http://schema.org/DiscoverAction>
+  .
+
+
+ro:DiscussionForumPosting a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DiscussionForumPosting"@en ;
+  schema:isDefinedBy <http://schema.org/DiscussionForumPosting>
+  .
+
+
+ro:DislikeAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DislikeAction"@en ;
+  schema:isDefinedBy <http://schema.org/DislikeAction>
+  .
+
+
+ro:Distance a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Distance"@en ;
+  schema:isDefinedBy <http://schema.org/Distance>
+  .
+
+
+ro:Distillery a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Distillery"@en ;
+  schema:isDefinedBy <http://schema.org/Distillery>
+  .
+
+
+ro:DonateAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DonateAction"@en ;
+  schema:isDefinedBy <http://schema.org/DonateAction>
+  .
+
+
+ro:DoseSchedule a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DoseSchedule"@en ;
+  schema:isDefinedBy <http://schema.org/DoseSchedule>
+  .
+
+
+ro:DoubleBlindedTrial a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DoubleBlindedTrial"@en ;
+  schema:isDefinedBy <http://schema.org/DoubleBlindedTrial>
+  .
+
+
+ro:DownloadAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DownloadAction"@en ;
+  schema:isDefinedBy <http://schema.org/DownloadAction>
+  .
+
+
+ro:DrawAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DrawAction"@en ;
+  schema:isDefinedBy <http://schema.org/DrawAction>
+  .
+
+
+ro:Drawing a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Drawing"@en ;
+  schema:isDefinedBy <http://schema.org/Drawing>
+  .
+
+
+ro:DrinkAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DrinkAction"@en ;
+  schema:isDefinedBy <http://schema.org/DrinkAction>
+  .
+
+
+ro:DriveWheelConfigurationValue a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DriveWheelConfigurationValue"@en ;
+  schema:isDefinedBy <http://schema.org/DriveWheelConfigurationValue>
+  .
+
+
+ro:DrivingSchoolVehicleUsage a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DrivingSchoolVehicleUsage"@en ;
+  schema:isDefinedBy <http://schema.org/DrivingSchoolVehicleUsage>
+  .
+
+
+ro:Drug a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Drug"@en ;
+  schema:isDefinedBy <http://schema.org/Drug>
+  .
+
+
+ro:DrugClass a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DrugClass"@en ;
+  schema:isDefinedBy <http://schema.org/DrugClass>
+  .
+
+
+ro:DrugCost a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DrugCost"@en ;
+  schema:isDefinedBy <http://schema.org/DrugCost>
+  .
+
+
+ro:DrugCostCategory a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DrugCostCategory"@en ;
+  schema:isDefinedBy <http://schema.org/DrugCostCategory>
+  .
+
+
+ro:DrugLegalStatus a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DrugLegalStatus"@en ;
+  schema:isDefinedBy <http://schema.org/DrugLegalStatus>
+  .
+
+
+ro:DrugPregnancyCategory a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DrugPregnancyCategory"@en ;
+  schema:isDefinedBy <http://schema.org/DrugPregnancyCategory>
+  .
+
+
+ro:DrugPrescriptionStatus a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DrugPrescriptionStatus"@en ;
+  schema:isDefinedBy <http://schema.org/DrugPrescriptionStatus>
+  .
+
+
+ro:DrugStrength a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DrugStrength"@en ;
+  schema:isDefinedBy <http://schema.org/DrugStrength>
+  .
+
+
+ro:DryCleaningOrLaundry a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "DryCleaningOrLaundry"@en ;
+  schema:isDefinedBy <http://schema.org/DryCleaningOrLaundry>
+  .
+
+
+ro:Duration a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Duration"@en ;
+  schema:isDefinedBy <http://schema.org/Duration>
+  .
+
+
+ro:EBook a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EBook"@en ;
+  schema:isDefinedBy <http://schema.org/EBook>
+  .
+
+
+ro:EPRelease a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EPRelease"@en ;
+  schema:isDefinedBy <http://schema.org/EPRelease>
+  .
+
+
+ro:EUEnergyEfficiencyCategoryA a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EUEnergyEfficiencyCategoryA"@en ;
+  schema:isDefinedBy <http://schema.org/EUEnergyEfficiencyCategoryA>
+  .
+
+
+ro:EUEnergyEfficiencyCategoryA1Plus a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EUEnergyEfficiencyCategoryA1Plus"@en ;
+  schema:isDefinedBy <http://schema.org/EUEnergyEfficiencyCategoryA1Plus>
+  .
+
+
+ro:EUEnergyEfficiencyCategoryA2Plus a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EUEnergyEfficiencyCategoryA2Plus"@en ;
+  schema:isDefinedBy <http://schema.org/EUEnergyEfficiencyCategoryA2Plus>
+  .
+
+
+ro:EUEnergyEfficiencyCategoryA3Plus a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EUEnergyEfficiencyCategoryA3Plus"@en ;
+  schema:isDefinedBy <http://schema.org/EUEnergyEfficiencyCategoryA3Plus>
+  .
+
+
+ro:EUEnergyEfficiencyCategoryB a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EUEnergyEfficiencyCategoryB"@en ;
+  schema:isDefinedBy <http://schema.org/EUEnergyEfficiencyCategoryB>
+  .
+
+
+ro:EUEnergyEfficiencyCategoryC a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EUEnergyEfficiencyCategoryC"@en ;
+  schema:isDefinedBy <http://schema.org/EUEnergyEfficiencyCategoryC>
+  .
+
+
+ro:EUEnergyEfficiencyCategoryD a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EUEnergyEfficiencyCategoryD"@en ;
+  schema:isDefinedBy <http://schema.org/EUEnergyEfficiencyCategoryD>
+  .
+
+
+ro:EUEnergyEfficiencyCategoryE a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EUEnergyEfficiencyCategoryE"@en ;
+  schema:isDefinedBy <http://schema.org/EUEnergyEfficiencyCategoryE>
+  .
+
+
+ro:EUEnergyEfficiencyCategoryF a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EUEnergyEfficiencyCategoryF"@en ;
+  schema:isDefinedBy <http://schema.org/EUEnergyEfficiencyCategoryF>
+  .
+
+
+ro:EUEnergyEfficiencyCategoryG a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EUEnergyEfficiencyCategoryG"@en ;
+  schema:isDefinedBy <http://schema.org/EUEnergyEfficiencyCategoryG>
+  .
+
+
+ro:EUEnergyEfficiencyEnumeration a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EUEnergyEfficiencyEnumeration"@en ;
+  schema:isDefinedBy <http://schema.org/EUEnergyEfficiencyEnumeration>
+  .
+
+
+ro:Ear a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Ear"@en ;
+  schema:isDefinedBy <http://schema.org/Ear>
+  .
+
+
+ro:EatAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EatAction"@en ;
+  schema:isDefinedBy <http://schema.org/EatAction>
+  .
+
+
+ro:EducationEvent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EducationEvent"@en ;
+  schema:isDefinedBy <http://schema.org/EducationEvent>
+  .
+
+
+ro:EducationalAudience a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EducationalAudience"@en ;
+  schema:isDefinedBy <http://schema.org/EducationalAudience>
+  .
+
+
+ro:EducationalOccupationalCredential a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EducationalOccupationalCredential"@en ;
+  schema:isDefinedBy <http://schema.org/EducationalOccupationalCredential>
+  .
+
+
+ro:EducationalOccupationalProgram a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EducationalOccupationalProgram"@en ;
+  schema:isDefinedBy <http://schema.org/EducationalOccupationalProgram>
+  .
+
+
+ro:EducationalOrganization a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EducationalOrganization"@en ;
+  schema:isDefinedBy <http://schema.org/EducationalOrganization>
+  .
+
+
+ro:Electrician a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Electrician"@en ;
+  schema:isDefinedBy <http://schema.org/Electrician>
+  .
+
+
+ro:ElectronicsStore a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ElectronicsStore"@en ;
+  schema:isDefinedBy <http://schema.org/ElectronicsStore>
+  .
+
+
+ro:ElementarySchool a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ElementarySchool"@en ;
+  schema:isDefinedBy <http://schema.org/ElementarySchool>
+  .
+
+
+ro:EmailMessage a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EmailMessage"@en ;
+  schema:isDefinedBy <http://schema.org/EmailMessage>
+  .
+
+
+ro:Embassy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Embassy"@en ;
+  schema:isDefinedBy <http://schema.org/Embassy>
+  .
+
+
+ro:Emergency a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Emergency"@en ;
+  schema:isDefinedBy <http://schema.org/Emergency>
+  .
+
+
+ro:EmergencyService a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EmergencyService"@en ;
+  schema:isDefinedBy <http://schema.org/EmergencyService>
+  .
+
+
+ro:EmployeeRole a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EmployeeRole"@en ;
+  schema:isDefinedBy <http://schema.org/EmployeeRole>
+  .
+
+
+ro:EmployerAggregateRating a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EmployerAggregateRating"@en ;
+  schema:isDefinedBy <http://schema.org/EmployerAggregateRating>
+  .
+
+
+ro:EmployerReview a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EmployerReview"@en ;
+  schema:isDefinedBy <http://schema.org/EmployerReview>
+  .
+
+
+ro:EmploymentAgency a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EmploymentAgency"@en ;
+  schema:isDefinedBy <http://schema.org/EmploymentAgency>
+  .
+
+
+ro:Endocrine a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Endocrine"@en ;
+  schema:isDefinedBy <http://schema.org/Endocrine>
+  .
+
+
+ro:EndorseAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EndorseAction"@en ;
+  schema:isDefinedBy <http://schema.org/EndorseAction>
+  .
+
+
+ro:EndorsementRating a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EndorsementRating"@en ;
+  schema:isDefinedBy <http://schema.org/EndorsementRating>
+  .
+
+
+ro:Energy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Energy"@en ;
+  schema:isDefinedBy <http://schema.org/Energy>
+  .
+
+
+ro:EnergyConsumptionDetails a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EnergyConsumptionDetails"@en ;
+  schema:isDefinedBy <http://schema.org/EnergyConsumptionDetails>
+  .
+
+
+ro:EnergyEfficiencyEnumeration a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EnergyEfficiencyEnumeration"@en ;
+  schema:isDefinedBy <http://schema.org/EnergyEfficiencyEnumeration>
+  .
+
+
+ro:EnergyStarCertified a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EnergyStarCertified"@en ;
+  schema:isDefinedBy <http://schema.org/EnergyStarCertified>
+  .
+
+
+ro:EnergyStarEnergyEfficiencyEnumeration a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EnergyStarEnergyEfficiencyEnumeration"@en ;
+  schema:isDefinedBy <http://schema.org/EnergyStarEnergyEfficiencyEnumeration>
+  .
+
+
+ro:EngineSpecification a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EngineSpecification"@en ;
+  schema:isDefinedBy <http://schema.org/EngineSpecification>
+  .
+
+
+ro:EnrollingByInvitation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EnrollingByInvitation"@en ;
+  schema:isDefinedBy <http://schema.org/EnrollingByInvitation>
+  .
+
+
+ro:EntertainmentBusiness a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EntertainmentBusiness"@en ;
+  schema:isDefinedBy <http://schema.org/EntertainmentBusiness>
+  .
+
+
+ro:EntryPoint a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EntryPoint"@en ;
+  schema:isDefinedBy <http://schema.org/EntryPoint>
+  .
+
+
+ro:Enumeration a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Enumeration"@en ;
+  schema:isDefinedBy <http://schema.org/Enumeration>
+  .
+
+
+ro:Episode a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Episode"@en ;
+  schema:isDefinedBy <http://schema.org/Episode>
+  .
+
+
+ro:Event a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Event"@en ;
+  schema:isDefinedBy <http://schema.org/Event>
+  .
+
+
+ro:EventAttendanceModeEnumeration a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EventAttendanceModeEnumeration"@en ;
+  schema:isDefinedBy <http://schema.org/EventAttendanceModeEnumeration>
+  .
+
+
+ro:EventCancelled a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EventCancelled"@en ;
+  schema:isDefinedBy <http://schema.org/EventCancelled>
+  .
+
+
+ro:EventMovedOnline a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EventMovedOnline"@en ;
+  schema:isDefinedBy <http://schema.org/EventMovedOnline>
+  .
+
+
+ro:EventPostponed a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EventPostponed"@en ;
+  schema:isDefinedBy <http://schema.org/EventPostponed>
+  .
+
+
+ro:EventRescheduled a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EventRescheduled"@en ;
+  schema:isDefinedBy <http://schema.org/EventRescheduled>
+  .
+
+
+ro:EventReservation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EventReservation"@en ;
+  schema:isDefinedBy <http://schema.org/EventReservation>
+  .
+
+
+ro:EventScheduled a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EventScheduled"@en ;
+  schema:isDefinedBy <http://schema.org/EventScheduled>
+  .
+
+
+ro:EventSeries a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EventSeries"@en ;
+  schema:isDefinedBy <http://schema.org/EventSeries>
+  .
+
+
+ro:EventStatusType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EventStatusType"@en ;
+  schema:isDefinedBy <http://schema.org/EventStatusType>
+  .
+
+
+ro:EventVenue a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EventVenue"@en ;
+  schema:isDefinedBy <http://schema.org/EventVenue>
+  .
+
+
+ro:EvidenceLevelA a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EvidenceLevelA"@en ;
+  schema:isDefinedBy <http://schema.org/EvidenceLevelA>
+  .
+
+
+ro:EvidenceLevelB a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EvidenceLevelB"@en ;
+  schema:isDefinedBy <http://schema.org/EvidenceLevelB>
+  .
+
+
+ro:EvidenceLevelC a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "EvidenceLevelC"@en ;
+  schema:isDefinedBy <http://schema.org/EvidenceLevelC>
+  .
+
+
+ro:ExchangeRateSpecification a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ExchangeRateSpecification"@en ;
+  schema:isDefinedBy <http://schema.org/ExchangeRateSpecification>
+  .
+
+
+ro:ExchangeRefund a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ExchangeRefund"@en ;
+  schema:isDefinedBy <http://schema.org/ExchangeRefund>
+  .
+
+
+ro:ExerciseAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ExerciseAction"@en ;
+  schema:isDefinedBy <http://schema.org/ExerciseAction>
+  .
+
+
+ro:ExerciseGym a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ExerciseGym"@en ;
+  schema:isDefinedBy <http://schema.org/ExerciseGym>
+  .
+
+
+ro:ExercisePlan a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ExercisePlan"@en ;
+  schema:isDefinedBy <http://schema.org/ExercisePlan>
+  .
+
+
+ro:ExhibitionEvent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ExhibitionEvent"@en ;
+  schema:isDefinedBy <http://schema.org/ExhibitionEvent>
+  .
+
+
+ro:Eye a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Eye"@en ;
+  schema:isDefinedBy <http://schema.org/Eye>
+  .
+
+
+ro:FAQPage a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "FAQPage"@en ;
+  schema:isDefinedBy <http://schema.org/FAQPage>
+  .
+
+
+ro:FDAcategoryA a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "FDAcategoryA"@en ;
+  schema:isDefinedBy <http://schema.org/FDAcategoryA>
+  .
+
+
+ro:FDAcategoryB a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "FDAcategoryB"@en ;
+  schema:isDefinedBy <http://schema.org/FDAcategoryB>
+  .
+
+
+ro:FDAcategoryC a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "FDAcategoryC"@en ;
+  schema:isDefinedBy <http://schema.org/FDAcategoryC>
+  .
+
+
+ro:FDAcategoryD a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "FDAcategoryD"@en ;
+  schema:isDefinedBy <http://schema.org/FDAcategoryD>
+  .
+
+
+ro:FDAcategoryX a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "FDAcategoryX"@en ;
+  schema:isDefinedBy <http://schema.org/FDAcategoryX>
+  .
+
+
+ro:FDAnotEvaluated a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "FDAnotEvaluated"@en ;
+  schema:isDefinedBy <http://schema.org/FDAnotEvaluated>
+  .
+
+
+ro:FMRadioChannel a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "FMRadioChannel"@en ;
+  schema:isDefinedBy <http://schema.org/FMRadioChannel>
+  .
+
+
+ro:FailedActionStatus a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "FailedActionStatus"@en ;
+  schema:isDefinedBy <http://schema.org/FailedActionStatus>
+  .
+
+
+ro:False a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "False"@en ;
+  schema:isDefinedBy <http://schema.org/False>
+  .
+
+
+ro:FastFoodRestaurant a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "FastFoodRestaurant"@en ;
+  schema:isDefinedBy <http://schema.org/FastFoodRestaurant>
+  .
+
+
+ro:Female a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Female"@en ;
+  schema:isDefinedBy <http://schema.org/Female>
+  .
+
+
+ro:Festival a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Festival"@en ;
+  schema:isDefinedBy <http://schema.org/Festival>
+  .
+
+
+ro:FilmAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "FilmAction"@en ;
+  schema:isDefinedBy <http://schema.org/FilmAction>
+  .
+
+
+ro:FinancialProduct a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "FinancialProduct"@en ;
+  schema:isDefinedBy <http://schema.org/FinancialProduct>
+  .
+
+
+ro:FinancialService a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "FinancialService"@en ;
+  schema:isDefinedBy <http://schema.org/FinancialService>
+  .
+
+
+ro:FindAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "FindAction"@en ;
+  schema:isDefinedBy <http://schema.org/FindAction>
+  .
+
+
+ro:FireStation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "FireStation"@en ;
+  schema:isDefinedBy <http://schema.org/FireStation>
+  .
+
+
+ro:Flexibility a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Flexibility"@en ;
+  schema:isDefinedBy <http://schema.org/Flexibility>
+  .
+
+
+ro:Flight a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Flight"@en ;
+  schema:isDefinedBy <http://schema.org/Flight>
+  .
+
+
+ro:FlightReservation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "FlightReservation"@en ;
+  schema:isDefinedBy <http://schema.org/FlightReservation>
+  .
+
+
+ro:Float a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Float"@en ;
+  schema:isDefinedBy <http://schema.org/Float>
+  .
+
+
+ro:FloorPlan a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "FloorPlan"@en ;
+  schema:isDefinedBy <http://schema.org/FloorPlan>
+  .
+
+
+ro:Florist a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Florist"@en ;
+  schema:isDefinedBy <http://schema.org/Florist>
+  .
+
+
+ro:FollowAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "FollowAction"@en ;
+  schema:isDefinedBy <http://schema.org/FollowAction>
+  .
+
+
+ro:FoodEstablishment a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "FoodEstablishment"@en ;
+  schema:isDefinedBy <http://schema.org/FoodEstablishment>
+  .
+
+
+ro:FoodEstablishmentReservation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "FoodEstablishmentReservation"@en ;
+  schema:isDefinedBy <http://schema.org/FoodEstablishmentReservation>
+  .
+
+
+ro:FoodEvent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "FoodEvent"@en ;
+  schema:isDefinedBy <http://schema.org/FoodEvent>
+  .
+
+
+ro:FoodService a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "FoodService"@en ;
+  schema:isDefinedBy <http://schema.org/FoodService>
+  .
+
+
+ro:FourWheelDriveConfiguration a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "FourWheelDriveConfiguration"@en ;
+  schema:isDefinedBy <http://schema.org/FourWheelDriveConfiguration>
+  .
+
+
+ro:Friday a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Friday"@en ;
+  schema:isDefinedBy <http://schema.org/Friday>
+  .
+
+
+ro:FrontWheelDriveConfiguration a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "FrontWheelDriveConfiguration"@en ;
+  schema:isDefinedBy <http://schema.org/FrontWheelDriveConfiguration>
+  .
+
+
+ro:FullRefund a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "FullRefund"@en ;
+  schema:isDefinedBy <http://schema.org/FullRefund>
+  .
+
+
+ro:FundingAgency a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "FundingAgency"@en ;
+  schema:isDefinedBy <http://schema.org/FundingAgency>
+  .
+
+
+ro:FundingScheme a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "FundingScheme"@en ;
+  schema:isDefinedBy <http://schema.org/FundingScheme>
+  .
+
+
+ro:Fungus a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Fungus"@en ;
+  schema:isDefinedBy <http://schema.org/Fungus>
+  .
+
+
+ro:FurnitureStore a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "FurnitureStore"@en ;
+  schema:isDefinedBy <http://schema.org/FurnitureStore>
+  .
+
+
+ro:Game a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Game"@en ;
+  schema:isDefinedBy <http://schema.org/Game>
+  .
+
+
+ro:GamePlayMode a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "GamePlayMode"@en ;
+  schema:isDefinedBy <http://schema.org/GamePlayMode>
+  .
+
+
+ro:GameServer a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "GameServer"@en ;
+  schema:isDefinedBy <http://schema.org/GameServer>
+  .
+
+
+ro:GameServerStatus a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "GameServerStatus"@en ;
+  schema:isDefinedBy <http://schema.org/GameServerStatus>
+  .
+
+
+ro:GardenStore a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "GardenStore"@en ;
+  schema:isDefinedBy <http://schema.org/GardenStore>
+  .
+
+
+ro:GasStation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "GasStation"@en ;
+  schema:isDefinedBy <http://schema.org/GasStation>
+  .
+
+
+ro:Gastroenterologic a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Gastroenterologic"@en ;
+  schema:isDefinedBy <http://schema.org/Gastroenterologic>
+  .
+
+
+ro:GatedResidenceCommunity a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "GatedResidenceCommunity"@en ;
+  schema:isDefinedBy <http://schema.org/GatedResidenceCommunity>
+  .
+
+
+ro:GenderType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "GenderType"@en ;
+  schema:isDefinedBy <http://schema.org/GenderType>
+  .
+
+
+ro:GeneralContractor a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "GeneralContractor"@en ;
+  schema:isDefinedBy <http://schema.org/GeneralContractor>
+  .
+
+
+ro:Genetic a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Genetic"@en ;
+  schema:isDefinedBy <http://schema.org/Genetic>
+  .
+
+
+ro:Genitourinary a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Genitourinary"@en ;
+  schema:isDefinedBy <http://schema.org/Genitourinary>
+  .
+
+
+ro:GeoCircle a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "GeoCircle"@en ;
+  schema:isDefinedBy <http://schema.org/GeoCircle>
+  .
+
+
+ro:GeoCoordinates a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "GeoCoordinates"@en ;
+  schema:isDefinedBy <http://schema.org/GeoCoordinates>
+  .
+
+
+ro:GeoShape a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "GeoShape"@en ;
+  schema:isDefinedBy <http://schema.org/GeoShape>
+  .
+
+
+ro:GeospatialGeometry a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "GeospatialGeometry"@en ;
+  schema:isDefinedBy <http://schema.org/GeospatialGeometry>
+  .
+
+
+ro:Geriatric a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Geriatric"@en ;
+  schema:isDefinedBy <http://schema.org/Geriatric>
+  .
+
+
+ro:GiveAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "GiveAction"@en ;
+  schema:isDefinedBy <http://schema.org/GiveAction>
+  .
+
+
+ro:GlutenFreeDiet a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "GlutenFreeDiet"@en ;
+  schema:isDefinedBy <http://schema.org/GlutenFreeDiet>
+  .
+
+
+ro:GolfCourse a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "GolfCourse"@en ;
+  schema:isDefinedBy <http://schema.org/GolfCourse>
+  .
+
+
+ro:GovernmentBenefitsType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "GovernmentBenefitsType"@en ;
+  schema:isDefinedBy <http://schema.org/GovernmentBenefitsType>
+  .
+
+
+ro:GovernmentBuilding a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "GovernmentBuilding"@en ;
+  schema:isDefinedBy <http://schema.org/GovernmentBuilding>
+  .
+
+
+ro:GovernmentOffice a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "GovernmentOffice"@en ;
+  schema:isDefinedBy <http://schema.org/GovernmentOffice>
+  .
+
+
+ro:GovernmentOrganization a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "GovernmentOrganization"@en ;
+  schema:isDefinedBy <http://schema.org/GovernmentOrganization>
+  .
+
+
+ro:GovernmentPermit a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "GovernmentPermit"@en ;
+  schema:isDefinedBy <http://schema.org/GovernmentPermit>
+  .
+
+
+ro:GovernmentService a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "GovernmentService"@en ;
+  schema:isDefinedBy <http://schema.org/GovernmentService>
+  .
+
+
+ro:Grant a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Grant"@en ;
+  schema:isDefinedBy <http://schema.org/Grant>
+  .
+
+
+ro:GraphicNovel a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "GraphicNovel"@en ;
+  schema:isDefinedBy <http://schema.org/GraphicNovel>
+  .
+
+
+ro:GroceryStore a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "GroceryStore"@en ;
+  schema:isDefinedBy <http://schema.org/GroceryStore>
+  .
+
+
+ro:GroupBoardingPolicy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "GroupBoardingPolicy"@en ;
+  schema:isDefinedBy <http://schema.org/GroupBoardingPolicy>
+  .
+
+
+ro:Guide a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Guide"@en ;
+  schema:isDefinedBy <http://schema.org/Guide>
+  .
+
+
+ro:Gynecologic a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Gynecologic"@en ;
+  schema:isDefinedBy <http://schema.org/Gynecologic>
+  .
+
+
+ro:HTML a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "HTML"@en ;
+  schema:isDefinedBy <rdf:HTML>
+  .
+
+
+ro:HVACBusiness a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "HVACBusiness"@en ;
+  schema:isDefinedBy <http://schema.org/HVACBusiness>
+  .
+
+
+ro:Hackathon a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Hackathon"@en ;
+  schema:isDefinedBy <http://schema.org/Hackathon>
+  .
+
+
+ro:HairSalon a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "HairSalon"@en ;
+  schema:isDefinedBy <http://schema.org/HairSalon>
+  .
+
+
+ro:HalalDiet a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "HalalDiet"@en ;
+  schema:isDefinedBy <http://schema.org/HalalDiet>
+  .
+
+
+ro:Hardcover a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Hardcover"@en ;
+  schema:isDefinedBy <http://schema.org/Hardcover>
+  .
+
+
+ro:HardwareStore a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "HardwareStore"@en ;
+  schema:isDefinedBy <http://schema.org/HardwareStore>
+  .
+
+
+ro:Head a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Head"@en ;
+  schema:isDefinedBy <http://schema.org/Head>
+  .
+
+
+ro:HealthAndBeautyBusiness a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "HealthAndBeautyBusiness"@en ;
+  schema:isDefinedBy <http://schema.org/HealthAndBeautyBusiness>
+  .
+
+
+ro:HealthAspectEnumeration a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "HealthAspectEnumeration"@en ;
+  schema:isDefinedBy <http://schema.org/HealthAspectEnumeration>
+  .
+
+
+ro:HealthCare a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "HealthCare"@en ;
+  schema:isDefinedBy <http://schema.org/HealthCare>
+  .
+
+
+ro:HealthClub a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "HealthClub"@en ;
+  schema:isDefinedBy <http://schema.org/HealthClub>
+  .
+
+
+ro:HealthInsurancePlan a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "HealthInsurancePlan"@en ;
+  schema:isDefinedBy <http://schema.org/HealthInsurancePlan>
+  .
+
+
+ro:HealthPlanCostSharingSpecification a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "HealthPlanCostSharingSpecification"@en ;
+  schema:isDefinedBy <http://schema.org/HealthPlanCostSharingSpecification>
+  .
+
+
+ro:HealthPlanFormulary a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "HealthPlanFormulary"@en ;
+  schema:isDefinedBy <http://schema.org/HealthPlanFormulary>
+  .
+
+
+ro:HealthPlanNetwork a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "HealthPlanNetwork"@en ;
+  schema:isDefinedBy <http://schema.org/HealthPlanNetwork>
+  .
+
+
+ro:HealthTopicContent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "HealthTopicContent"@en ;
+  schema:isDefinedBy <http://schema.org/HealthTopicContent>
+  .
+
+
+ro:HearingImpairedSupported a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "HearingImpairedSupported"@en ;
+  schema:isDefinedBy <http://schema.org/HearingImpairedSupported>
+  .
+
+
+ro:Hematologic a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Hematologic"@en ;
+  schema:isDefinedBy <http://schema.org/Hematologic>
+  .
+
+
+ro:HighSchool a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "HighSchool"@en ;
+  schema:isDefinedBy <http://schema.org/HighSchool>
+  .
+
+
+ro:HinduDiet a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "HinduDiet"@en ;
+  schema:isDefinedBy <http://schema.org/HinduDiet>
+  .
+
+
+ro:HinduTemple a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "HinduTemple"@en ;
+  schema:isDefinedBy <http://schema.org/HinduTemple>
+  .
+
+
+ro:HobbyShop a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "HobbyShop"@en ;
+  schema:isDefinedBy <http://schema.org/HobbyShop>
+  .
+
+
+ro:HomeAndConstructionBusiness a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "HomeAndConstructionBusiness"@en ;
+  schema:isDefinedBy <http://schema.org/HomeAndConstructionBusiness>
+  .
+
+
+ro:HomeGoodsStore a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "HomeGoodsStore"@en ;
+  schema:isDefinedBy <http://schema.org/HomeGoodsStore>
+  .
+
+
+ro:Homeopathic a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Homeopathic"@en ;
+  schema:isDefinedBy <http://schema.org/Homeopathic>
+  .
+
+
+ro:Hospital a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Hospital"@en ;
+  schema:isDefinedBy <http://schema.org/Hospital>
+  .
+
+
+ro:Hostel a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Hostel"@en ;
+  schema:isDefinedBy <http://schema.org/Hostel>
+  .
+
+
+ro:Hotel a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Hotel"@en ;
+  schema:isDefinedBy <http://schema.org/Hotel>
+  .
+
+
+ro:HotelRoom a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "HotelRoom"@en ;
+  schema:isDefinedBy <http://schema.org/HotelRoom>
+  .
+
+
+ro:House a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "House"@en ;
+  schema:isDefinedBy <http://schema.org/House>
+  .
+
+
+ro:HousePainter a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "HousePainter"@en ;
+  schema:isDefinedBy <http://schema.org/HousePainter>
+  .
+
+
+ro:HowOrWhereHealthAspect a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "HowOrWhereHealthAspect"@en ;
+  schema:isDefinedBy <http://schema.org/HowOrWhereHealthAspect>
+  .
+
+
+ro:HowTo a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "HowTo"@en ;
+  schema:isDefinedBy <http://schema.org/HowTo>
+  .
+
+
+ro:HowToDirection a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "HowToDirection"@en ;
+  schema:isDefinedBy <http://schema.org/HowToDirection>
+  .
+
+
+ro:HowToItem a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "HowToItem"@en ;
+  schema:isDefinedBy <http://schema.org/HowToItem>
+  .
+
+
+ro:HowToSection a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "HowToSection"@en ;
+  schema:isDefinedBy <http://schema.org/HowToSection>
+  .
+
+
+ro:HowToStep a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "HowToStep"@en ;
+  schema:isDefinedBy <http://schema.org/HowToStep>
+  .
+
+
+ro:HowToSupply a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "HowToSupply"@en ;
+  schema:isDefinedBy <http://schema.org/HowToSupply>
+  .
+
+
+ro:HowToTip a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "HowToTip"@en ;
+  schema:isDefinedBy <http://schema.org/HowToTip>
+  .
+
+
+ro:HowToTool a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "HowToTool"@en ;
+  schema:isDefinedBy <http://schema.org/HowToTool>
+  .
+
+
+ro:IceCreamShop a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "IceCreamShop"@en ;
+  schema:isDefinedBy <http://schema.org/IceCreamShop>
+  .
+
+
+ro:IgnoreAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "IgnoreAction"@en ;
+  schema:isDefinedBy <http://schema.org/IgnoreAction>
+  .
+
+
+ro:ImageGallery a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ImageGallery"@en ;
+  schema:isDefinedBy <http://schema.org/ImageGallery>
+  .
+
+
+ro:ImageObject a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ImageObject"@en ;
+  schema:isDefinedBy <http://schema.org/ImageObject>
+  .
+
+
+ro:ImagingTest a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ImagingTest"@en ;
+  schema:isDefinedBy <http://schema.org/ImagingTest>
+  .
+
+
+ro:InForce a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "InForce"@en ;
+  schema:isDefinedBy <http://schema.org/InForce>
+  .
+
+
+ro:InStock a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "InStock"@en ;
+  schema:isDefinedBy <http://schema.org/InStock>
+  .
+
+
+ro:InStoreOnly a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "InStoreOnly"@en ;
+  schema:isDefinedBy <http://schema.org/InStoreOnly>
+  .
+
+
+ro:IndividualProduct a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "IndividualProduct"@en ;
+  schema:isDefinedBy <http://schema.org/IndividualProduct>
+  .
+
+
+ro:Infectious a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Infectious"@en ;
+  schema:isDefinedBy <http://schema.org/Infectious>
+  .
+
+
+ro:InfectiousAgentClass a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "InfectiousAgentClass"@en ;
+  schema:isDefinedBy <http://schema.org/InfectiousAgentClass>
+  .
+
+
+ro:InfectiousDisease a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "InfectiousDisease"@en ;
+  schema:isDefinedBy <http://schema.org/InfectiousDisease>
+  .
+
+
+ro:InformAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "InformAction"@en ;
+  schema:isDefinedBy <http://schema.org/InformAction>
+  .
+
+
+ro:InsertAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "InsertAction"@en ;
+  schema:isDefinedBy <http://schema.org/InsertAction>
+  .
+
+
+ro:InstallAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "InstallAction"@en ;
+  schema:isDefinedBy <http://schema.org/InstallAction>
+  .
+
+
+ro:InsuranceAgency a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "InsuranceAgency"@en ;
+  schema:isDefinedBy <http://schema.org/InsuranceAgency>
+  .
+
+
+ro:Intangible a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Intangible"@en ;
+  schema:isDefinedBy <http://schema.org/Intangible>
+  .
+
+
+ro:Integer a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Integer"@en ;
+  schema:isDefinedBy <http://schema.org/Integer>
+  .
+
+
+ro:InteractAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "InteractAction"@en ;
+  schema:isDefinedBy <http://schema.org/InteractAction>
+  .
+
+
+ro:InteractionCounter a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "InteractionCounter"@en ;
+  schema:isDefinedBy <http://schema.org/InteractionCounter>
+  .
+
+
+ro:InternationalTrial a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "InternationalTrial"@en ;
+  schema:isDefinedBy <http://schema.org/InternationalTrial>
+  .
+
+
+ro:InternetCafe a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "InternetCafe"@en ;
+  schema:isDefinedBy <http://schema.org/InternetCafe>
+  .
+
+
+ro:InvestmentFund a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "InvestmentFund"@en ;
+  schema:isDefinedBy <http://schema.org/InvestmentFund>
+  .
+
+
+ro:InvestmentOrDeposit a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "InvestmentOrDeposit"@en ;
+  schema:isDefinedBy <http://schema.org/InvestmentOrDeposit>
+  .
+
+
+ro:InviteAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "InviteAction"@en ;
+  schema:isDefinedBy <http://schema.org/InviteAction>
+  .
+
+
+ro:Invoice a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Invoice"@en ;
+  schema:isDefinedBy <http://schema.org/Invoice>
+  .
+
+
+ro:ItemAvailability a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ItemAvailability"@en ;
+  schema:isDefinedBy <http://schema.org/ItemAvailability>
+  .
+
+
+ro:ItemList a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ItemList"@en ;
+  schema:isDefinedBy <http://schema.org/ItemList>
+  .
+
+
+ro:ItemListOrderAscending a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ItemListOrderAscending"@en ;
+  schema:isDefinedBy <http://schema.org/ItemListOrderAscending>
+  .
+
+
+ro:ItemListOrderDescending a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ItemListOrderDescending"@en ;
+  schema:isDefinedBy <http://schema.org/ItemListOrderDescending>
+  .
+
+
+ro:ItemListOrderType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ItemListOrderType"@en ;
+  schema:isDefinedBy <http://schema.org/ItemListOrderType>
+  .
+
+
+ro:ItemListUnordered a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ItemListUnordered"@en ;
+  schema:isDefinedBy <http://schema.org/ItemListUnordered>
+  .
+
+
+ro:ItemPage a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ItemPage"@en ;
+  schema:isDefinedBy <http://schema.org/ItemPage>
+  .
+
+
+ro:JewelryStore a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "JewelryStore"@en ;
+  schema:isDefinedBy <http://schema.org/JewelryStore>
+  .
+
+
+ro:JobPosting a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "JobPosting"@en ;
+  schema:isDefinedBy <http://schema.org/JobPosting>
+  .
+
+
+ro:JoinAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "JoinAction"@en ;
+  schema:isDefinedBy <http://schema.org/JoinAction>
+  .
+
+
+ro:Joint a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Joint"@en ;
+  schema:isDefinedBy <http://schema.org/Joint>
+  .
+
+
+ro:KosherDiet a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "KosherDiet"@en ;
+  schema:isDefinedBy <http://schema.org/KosherDiet>
+  .
+
+
+ro:LaboratoryScience a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "LaboratoryScience"@en ;
+  schema:isDefinedBy <http://schema.org/LaboratoryScience>
+  .
+
+
+ro:LakeBodyOfWater a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "LakeBodyOfWater"@en ;
+  schema:isDefinedBy <http://schema.org/LakeBodyOfWater>
+  .
+
+
+ro:Landform a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Landform"@en ;
+  schema:isDefinedBy <http://schema.org/Landform>
+  .
+
+
+ro:LandmarksOrHistoricalBuildings a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "LandmarksOrHistoricalBuildings"@en ;
+  schema:isDefinedBy <http://schema.org/LandmarksOrHistoricalBuildings>
+  .
+
+
+ro:Language a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Language"@en ;
+  schema:isDefinedBy <http://schema.org/Language>
+  .
+
+
+ro:LaserDiscFormat a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "LaserDiscFormat"@en ;
+  schema:isDefinedBy <http://schema.org/LaserDiscFormat>
+  .
+
+
+ro:LearningResource a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "LearningResource"@en ;
+  schema:isDefinedBy <http://schema.org/LearningResource>
+  .
+
+
+ro:LeaveAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "LeaveAction"@en ;
+  schema:isDefinedBy <http://schema.org/LeaveAction>
+  .
+
+
+ro:LeftHandDriving a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "LeftHandDriving"@en ;
+  schema:isDefinedBy <http://schema.org/LeftHandDriving>
+  .
+
+
+ro:LegalForceStatus a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "LegalForceStatus"@en ;
+  schema:isDefinedBy <http://schema.org/LegalForceStatus>
+  .
+
+
+ro:LegalService a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "LegalService"@en ;
+  schema:isDefinedBy <http://schema.org/LegalService>
+  .
+
+
+ro:LegalValueLevel a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "LegalValueLevel"@en ;
+  schema:isDefinedBy <http://schema.org/LegalValueLevel>
+  .
+
+
+ro:Legislation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Legislation"@en ;
+  schema:isDefinedBy <http://schema.org/Legislation>
+  .
+
+
+ro:LegislationObject a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "LegislationObject"@en ;
+  schema:isDefinedBy <http://schema.org/LegislationObject>
+  .
+
+
+ro:LegislativeBuilding a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "LegislativeBuilding"@en ;
+  schema:isDefinedBy <http://schema.org/LegislativeBuilding>
+  .
+
+
+ro:LeisureTimeActivity a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "LeisureTimeActivity"@en ;
+  schema:isDefinedBy <http://schema.org/LeisureTimeActivity>
+  .
+
+
+ro:LendAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "LendAction"@en ;
+  schema:isDefinedBy <http://schema.org/LendAction>
+  .
+
+
+ro:Library a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Library"@en ;
+  schema:isDefinedBy <http://schema.org/Library>
+  .
+
+
+ro:LibrarySystem a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "LibrarySystem"@en ;
+  schema:isDefinedBy <http://schema.org/LibrarySystem>
+  .
+
+
+ro:LifestyleModification a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "LifestyleModification"@en ;
+  schema:isDefinedBy <http://schema.org/LifestyleModification>
+  .
+
+
+ro:Ligament a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Ligament"@en ;
+  schema:isDefinedBy <http://schema.org/Ligament>
+  .
+
+
+ro:LikeAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "LikeAction"@en ;
+  schema:isDefinedBy <http://schema.org/LikeAction>
+  .
+
+
+ro:LimitedAvailability a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "LimitedAvailability"@en ;
+  schema:isDefinedBy <http://schema.org/LimitedAvailability>
+  .
+
+
+ro:LimitedByGuaranteeCharity a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "LimitedByGuaranteeCharity"@en ;
+  schema:isDefinedBy <http://schema.org/LimitedByGuaranteeCharity>
+  .
+
+
+ro:LinkRole a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "LinkRole"@en ;
+  schema:isDefinedBy <http://schema.org/LinkRole>
+  .
+
+
+ro:LiquorStore a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "LiquorStore"@en ;
+  schema:isDefinedBy <http://schema.org/LiquorStore>
+  .
+
+
+ro:ListItem a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ListItem"@en ;
+  schema:isDefinedBy <http://schema.org/ListItem>
+  .
+
+
+ro:ListenAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ListenAction"@en ;
+  schema:isDefinedBy <http://schema.org/ListenAction>
+  .
+
+
+ro:LiteraryEvent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "LiteraryEvent"@en ;
+  schema:isDefinedBy <http://schema.org/LiteraryEvent>
+  .
+
+
+ro:LiveAlbum a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "LiveAlbum"@en ;
+  schema:isDefinedBy <http://schema.org/LiveAlbum>
+  .
+
+
+ro:LiveBlogPosting a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "LiveBlogPosting"@en ;
+  schema:isDefinedBy <http://schema.org/LiveBlogPosting>
+  .
+
+
+ro:LivingWithHealthAspect a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "LivingWithHealthAspect"@en ;
+  schema:isDefinedBy <http://schema.org/LivingWithHealthAspect>
+  .
+
+
+ro:LoanOrCredit a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "LoanOrCredit"@en ;
+  schema:isDefinedBy <http://schema.org/LoanOrCredit>
+  .
+
+
+ro:LocalBusiness a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "LocalBusiness"@en ;
+  schema:isDefinedBy <http://schema.org/LocalBusiness>
+  .
+
+
+ro:LocationFeatureSpecification a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "LocationFeatureSpecification"@en ;
+  schema:isDefinedBy <http://schema.org/LocationFeatureSpecification>
+  .
+
+
+ro:LockerDelivery a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "LockerDelivery"@en ;
+  schema:isDefinedBy <http://schema.org/LockerDelivery>
+  .
+
+
+ro:Locksmith a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Locksmith"@en ;
+  schema:isDefinedBy <http://schema.org/Locksmith>
+  .
+
+
+ro:LodgingBusiness a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "LodgingBusiness"@en ;
+  schema:isDefinedBy <http://schema.org/LodgingBusiness>
+  .
+
+
+ro:LodgingReservation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "LodgingReservation"@en ;
+  schema:isDefinedBy <http://schema.org/LodgingReservation>
+  .
+
+
+ro:Longitudinal a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Longitudinal"@en ;
+  schema:isDefinedBy <http://schema.org/Longitudinal>
+  .
+
+
+ro:LoseAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "LoseAction"@en ;
+  schema:isDefinedBy <http://schema.org/LoseAction>
+  .
+
+
+ro:LowCalorieDiet a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "LowCalorieDiet"@en ;
+  schema:isDefinedBy <http://schema.org/LowCalorieDiet>
+  .
+
+
+ro:LowFatDiet a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "LowFatDiet"@en ;
+  schema:isDefinedBy <http://schema.org/LowFatDiet>
+  .
+
+
+ro:LowLactoseDiet a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "LowLactoseDiet"@en ;
+  schema:isDefinedBy <http://schema.org/LowLactoseDiet>
+  .
+
+
+ro:LowSaltDiet a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "LowSaltDiet"@en ;
+  schema:isDefinedBy <http://schema.org/LowSaltDiet>
+  .
+
+
+ro:Lung a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Lung"@en ;
+  schema:isDefinedBy <http://schema.org/Lung>
+  .
+
+
+ro:LymphaticVessel a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "LymphaticVessel"@en ;
+  schema:isDefinedBy <http://schema.org/LymphaticVessel>
+  .
+
+
+ro:MRI a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MRI"@en ;
+  schema:isDefinedBy <http://schema.org/MRI>
+  .
+
+
+ro:Male a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Male"@en ;
+  schema:isDefinedBy <http://schema.org/Male>
+  .
+
+
+ro:Manuscript a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Manuscript"@en ;
+  schema:isDefinedBy <http://schema.org/Manuscript>
+  .
+
+
+ro:Map a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Map"@en ;
+  schema:isDefinedBy <http://schema.org/Map>
+  .
+
+
+ro:MapCategoryType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MapCategoryType"@en ;
+  schema:isDefinedBy <http://schema.org/MapCategoryType>
+  .
+
+
+ro:MarryAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MarryAction"@en ;
+  schema:isDefinedBy <http://schema.org/MarryAction>
+  .
+
+
+ro:Mass a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Mass"@en ;
+  schema:isDefinedBy <http://schema.org/Mass>
+  .
+
+
+ro:MaximumDoseSchedule a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MaximumDoseSchedule"@en ;
+  schema:isDefinedBy <http://schema.org/MaximumDoseSchedule>
+  .
+
+
+ro:MayTreatHealthAspect a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MayTreatHealthAspect"@en ;
+  schema:isDefinedBy <http://schema.org/MayTreatHealthAspect>
+  .
+
+
+ro:MediaGallery a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MediaGallery"@en ;
+  schema:isDefinedBy <http://schema.org/MediaGallery>
+  .
+
+
+ro:MediaManipulationRatingEnumeration a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MediaManipulationRatingEnumeration"@en ;
+  schema:isDefinedBy <http://schema.org/MediaManipulationRatingEnumeration>
+  .
+
+
+ro:MediaObject a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MediaObject"@en ;
+  schema:isDefinedBy <http://schema.org/MediaObject>
+  .
+
+
+ro:MediaReview a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MediaReview"@en ;
+  schema:isDefinedBy <http://schema.org/MediaReview>
+  .
+
+
+ro:MediaSubscription a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MediaSubscription"@en ;
+  schema:isDefinedBy <http://schema.org/MediaSubscription>
+  .
+
+
+ro:MedicalAudience a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalAudience"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalAudience>
+  .
+
+
+ro:MedicalAudienceType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalAudienceType"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalAudienceType>
+  .
+
+
+ro:MedicalBusiness a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalBusiness"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalBusiness>
+  .
+
+
+ro:MedicalCause a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalCause"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalCause>
+  .
+
+
+ro:MedicalClinic a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalClinic"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalClinic>
+  .
+
+
+ro:MedicalCode a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalCode"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalCode>
+  .
+
+
+ro:MedicalCondition a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalCondition"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalCondition>
+  .
+
+
+ro:MedicalConditionStage a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalConditionStage"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalConditionStage>
+  .
+
+
+ro:MedicalContraindication a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalContraindication"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalContraindication>
+  .
+
+
+ro:MedicalDevice a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalDevice"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalDevice>
+  .
+
+
+ro:MedicalDevicePurpose a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalDevicePurpose"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalDevicePurpose>
+  .
+
+
+ro:MedicalEntity a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalEntity"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalEntity>
+  .
+
+
+ro:MedicalEnumeration a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalEnumeration"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalEnumeration>
+  .
+
+
+ro:MedicalEvidenceLevel a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalEvidenceLevel"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalEvidenceLevel>
+  .
+
+
+ro:MedicalGuideline a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalGuideline"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalGuideline>
+  .
+
+
+ro:MedicalGuidelineContraindication a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalGuidelineContraindication"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalGuidelineContraindication>
+  .
+
+
+ro:MedicalGuidelineRecommendation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalGuidelineRecommendation"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalGuidelineRecommendation>
+  .
+
+
+ro:MedicalImagingTechnique a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalImagingTechnique"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalImagingTechnique>
+  .
+
+
+ro:MedicalIndication a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalIndication"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalIndication>
+  .
+
+
+ro:MedicalIntangible a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalIntangible"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalIntangible>
+  .
+
+
+ro:MedicalObservationalStudy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalObservationalStudy"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalObservationalStudy>
+  .
+
+
+ro:MedicalObservationalStudyDesign a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalObservationalStudyDesign"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalObservationalStudyDesign>
+  .
+
+
+ro:MedicalOrganization a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalOrganization"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalOrganization>
+  .
+
+
+ro:MedicalProcedure a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalProcedure"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalProcedure>
+  .
+
+
+ro:MedicalProcedureType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalProcedureType"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalProcedureType>
+  .
+
+
+ro:MedicalResearcher a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalResearcher"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalResearcher>
+  .
+
+
+ro:MedicalRiskCalculator a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalRiskCalculator"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalRiskCalculator>
+  .
+
+
+ro:MedicalRiskEstimator a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalRiskEstimator"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalRiskEstimator>
+  .
+
+
+ro:MedicalRiskFactor a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalRiskFactor"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalRiskFactor>
+  .
+
+
+ro:MedicalRiskScore a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalRiskScore"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalRiskScore>
+  .
+
+
+ro:MedicalScholarlyArticle a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalScholarlyArticle"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalScholarlyArticle>
+  .
+
+
+ro:MedicalSign a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalSign"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalSign>
+  .
+
+
+ro:MedicalSignOrSymptom a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalSignOrSymptom"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalSignOrSymptom>
+  .
+
+
+ro:MedicalSpecialty a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalSpecialty"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalSpecialty>
+  .
+
+
+ro:MedicalStudy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalStudy"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalStudy>
+  .
+
+
+ro:MedicalStudyStatus a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalStudyStatus"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalStudyStatus>
+  .
+
+
+ro:MedicalSymptom a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalSymptom"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalSymptom>
+  .
+
+
+ro:MedicalTest a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalTest"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalTest>
+  .
+
+
+ro:MedicalTestPanel a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalTestPanel"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalTestPanel>
+  .
+
+
+ro:MedicalTherapy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalTherapy"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalTherapy>
+  .
+
+
+ro:MedicalTrial a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalTrial"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalTrial>
+  .
+
+
+ro:MedicalTrialDesign a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalTrialDesign"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalTrialDesign>
+  .
+
+
+ro:MedicalWebPage a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicalWebPage"@en ;
+  schema:isDefinedBy <http://schema.org/MedicalWebPage>
+  .
+
+
+ro:MedicineSystem a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MedicineSystem"@en ;
+  schema:isDefinedBy <http://schema.org/MedicineSystem>
+  .
+
+
+ro:MeetingRoom a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MeetingRoom"@en ;
+  schema:isDefinedBy <http://schema.org/MeetingRoom>
+  .
+
+
+ro:MensClothingStore a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MensClothingStore"@en ;
+  schema:isDefinedBy <http://schema.org/MensClothingStore>
+  .
+
+
+ro:Menu a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Menu"@en ;
+  schema:isDefinedBy <http://schema.org/Menu>
+  .
+
+
+ro:MenuItem a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MenuItem"@en ;
+  schema:isDefinedBy <http://schema.org/MenuItem>
+  .
+
+
+ro:MenuSection a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MenuSection"@en ;
+  schema:isDefinedBy <http://schema.org/MenuSection>
+  .
+
+
+ro:MerchantReturnEnumeration a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MerchantReturnEnumeration"@en ;
+  schema:isDefinedBy <http://schema.org/MerchantReturnEnumeration>
+  .
+
+
+ro:MerchantReturnFiniteReturnWindow a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MerchantReturnFiniteReturnWindow"@en ;
+  schema:isDefinedBy <http://schema.org/MerchantReturnFiniteReturnWindow>
+  .
+
+
+ro:MerchantReturnNotPermitted a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MerchantReturnNotPermitted"@en ;
+  schema:isDefinedBy <http://schema.org/MerchantReturnNotPermitted>
+  .
+
+
+ro:MerchantReturnPolicy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MerchantReturnPolicy"@en ;
+  schema:isDefinedBy <http://schema.org/MerchantReturnPolicy>
+  .
+
+
+ro:MerchantReturnUnlimitedWindow a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MerchantReturnUnlimitedWindow"@en ;
+  schema:isDefinedBy <http://schema.org/MerchantReturnUnlimitedWindow>
+  .
+
+
+ro:MerchantReturnUnspecified a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MerchantReturnUnspecified"@en ;
+  schema:isDefinedBy <http://schema.org/MerchantReturnUnspecified>
+  .
+
+
+ro:Message a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Message"@en ;
+  schema:isDefinedBy <http://schema.org/Message>
+  .
+
+
+ro:MiddleSchool a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MiddleSchool"@en ;
+  schema:isDefinedBy <http://schema.org/MiddleSchool>
+  .
+
+
+ro:Midwifery a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Midwifery"@en ;
+  schema:isDefinedBy <http://schema.org/Midwifery>
+  .
+
+
+ro:MisconceptionsHealthAspect a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MisconceptionsHealthAspect"@en ;
+  schema:isDefinedBy <http://schema.org/MisconceptionsHealthAspect>
+  .
+
+
+ro:MissingContext a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MissingContext"@en ;
+  schema:isDefinedBy <http://schema.org/Missingcontext>
+  .
+
+
+ro:MixedEventAttendanceMode a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MixedEventAttendanceMode"@en ;
+  schema:isDefinedBy <http://schema.org/MixedEventAttendanceMode>
+  .
+
+
+ro:MixtapeAlbum a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MixtapeAlbum"@en ;
+  schema:isDefinedBy <http://schema.org/MixtapeAlbum>
+  .
+
+
+ro:MobileApplication a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MobileApplication"@en ;
+  schema:isDefinedBy <http://schema.org/MobileApplication>
+  .
+
+
+ro:MobilePhoneStore a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MobilePhoneStore"@en ;
+  schema:isDefinedBy <http://schema.org/MobilePhoneStore>
+  .
+
+
+ro:Monday a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Monday"@en ;
+  schema:isDefinedBy <http://schema.org/Monday>
+  .
+
+
+ro:MonetaryAmount a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MonetaryAmount"@en ;
+  schema:isDefinedBy <http://schema.org/MonetaryAmount>
+  .
+
+
+ro:MonetaryAmountDistribution a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MonetaryAmountDistribution"@en ;
+  schema:isDefinedBy <http://schema.org/MonetaryAmountDistribution>
+  .
+
+
+ro:MonetaryGrant a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MonetaryGrant"@en ;
+  schema:isDefinedBy <http://schema.org/MonetaryGrant>
+  .
+
+
+ro:MoneyTransfer a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MoneyTransfer"@en ;
+  schema:isDefinedBy <http://schema.org/MoneyTransfer>
+  .
+
+
+ro:MortgageLoan a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MortgageLoan"@en ;
+  schema:isDefinedBy <http://schema.org/MortgageLoan>
+  .
+
+
+ro:Mosque a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Mosque"@en ;
+  schema:isDefinedBy <http://schema.org/Mosque>
+  .
+
+
+ro:Motel a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Motel"@en ;
+  schema:isDefinedBy <http://schema.org/Motel>
+  .
+
+
+ro:Motorcycle a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Motorcycle"@en ;
+  schema:isDefinedBy <http://schema.org/Motorcycle>
+  .
+
+
+ro:MotorcycleDealer a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MotorcycleDealer"@en ;
+  schema:isDefinedBy <http://schema.org/MotorcycleDealer>
+  .
+
+
+ro:MotorcycleRepair a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MotorcycleRepair"@en ;
+  schema:isDefinedBy <http://schema.org/MotorcycleRepair>
+  .
+
+
+ro:MotorizedBicycle a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MotorizedBicycle"@en ;
+  schema:isDefinedBy <http://schema.org/MotorizedBicycle>
+  .
+
+
+ro:Mountain a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Mountain"@en ;
+  schema:isDefinedBy <http://schema.org/Mountain>
+  .
+
+
+ro:MoveAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MoveAction"@en ;
+  schema:isDefinedBy <http://schema.org/MoveAction>
+  .
+
+
+ro:Movie a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Movie"@en ;
+  schema:isDefinedBy <http://schema.org/Movie>
+  .
+
+
+ro:MovieClip a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MovieClip"@en ;
+  schema:isDefinedBy <http://schema.org/MovieClip>
+  .
+
+
+ro:MovieRentalStore a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MovieRentalStore"@en ;
+  schema:isDefinedBy <http://schema.org/MovieRentalStore>
+  .
+
+
+ro:MovieSeries a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MovieSeries"@en ;
+  schema:isDefinedBy <http://schema.org/MovieSeries>
+  .
+
+
+ro:MovieTheater a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MovieTheater"@en ;
+  schema:isDefinedBy <http://schema.org/MovieTheater>
+  .
+
+
+ro:MovingCompany a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MovingCompany"@en ;
+  schema:isDefinedBy <http://schema.org/MovingCompany>
+  .
+
+
+ro:MultiCenterTrial a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MultiCenterTrial"@en ;
+  schema:isDefinedBy <http://schema.org/MultiCenterTrial>
+  .
+
+
+ro:MultiPlayer a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MultiPlayer"@en ;
+  schema:isDefinedBy <http://schema.org/MultiPlayer>
+  .
+
+
+ro:MulticellularParasite a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MulticellularParasite"@en ;
+  schema:isDefinedBy <http://schema.org/MulticellularParasite>
+  .
+
+
+ro:Muscle a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Muscle"@en ;
+  schema:isDefinedBy <http://schema.org/Muscle>
+  .
+
+
+ro:Musculoskeletal a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Musculoskeletal"@en ;
+  schema:isDefinedBy <http://schema.org/Musculoskeletal>
+  .
+
+
+ro:MusculoskeletalExam a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MusculoskeletalExam"@en ;
+  schema:isDefinedBy <http://schema.org/MusculoskeletalExam>
+  .
+
+
+ro:Museum a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Museum"@en ;
+  schema:isDefinedBy <http://schema.org/Museum>
+  .
+
+
+ro:MusicAlbum a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MusicAlbum"@en ;
+  schema:isDefinedBy <http://schema.org/MusicAlbum>
+  .
+
+
+ro:MusicAlbumProductionType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MusicAlbumProductionType"@en ;
+  schema:isDefinedBy <http://schema.org/MusicAlbumProductionType>
+  .
+
+
+ro:MusicAlbumReleaseType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MusicAlbumReleaseType"@en ;
+  schema:isDefinedBy <http://schema.org/MusicAlbumReleaseType>
+  .
+
+
+ro:MusicComposition a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MusicComposition"@en ;
+  schema:isDefinedBy <http://schema.org/MusicComposition>
+  .
+
+
+ro:MusicEvent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MusicEvent"@en ;
+  schema:isDefinedBy <http://schema.org/MusicEvent>
+  .
+
+
+ro:MusicGroup a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MusicGroup"@en ;
+  schema:isDefinedBy <http://schema.org/MusicGroup>
+  .
+
+
+ro:MusicPlaylist a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MusicPlaylist"@en ;
+  schema:isDefinedBy <http://schema.org/MusicPlaylist>
+  .
+
+
+ro:MusicRecording a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MusicRecording"@en ;
+  schema:isDefinedBy <http://schema.org/MusicRecording>
+  .
+
+
+ro:MusicRelease a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MusicRelease"@en ;
+  schema:isDefinedBy <http://schema.org/MusicRelease>
+  .
+
+
+ro:MusicReleaseFormatType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MusicReleaseFormatType"@en ;
+  schema:isDefinedBy <http://schema.org/MusicReleaseFormatType>
+  .
+
+
+ro:MusicStore a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MusicStore"@en ;
+  schema:isDefinedBy <http://schema.org/MusicStore>
+  .
+
+
+ro:MusicVenue a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MusicVenue"@en ;
+  schema:isDefinedBy <http://schema.org/MusicVenue>
+  .
+
+
+ro:MusicVideoObject a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "MusicVideoObject"@en ;
+  schema:isDefinedBy <http://schema.org/MusicVideoObject>
+  .
+
+
+ro:NGO a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "NGO"@en ;
+  schema:isDefinedBy <http://schema.org/NGO>
+  .
+
+
+ro:NLNonprofitType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "NLNonprofitType"@en ;
+  schema:isDefinedBy <http://schema.org/NLNonprofitType>
+  .
+
+
+ro:NailSalon a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "NailSalon"@en ;
+  schema:isDefinedBy <http://schema.org/NailSalon>
+  .
+
+
+ro:Neck a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Neck"@en ;
+  schema:isDefinedBy <http://schema.org/Neck>
+  .
+
+
+ro:Nerve a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Nerve"@en ;
+  schema:isDefinedBy <http://schema.org/Nerve>
+  .
+
+
+ro:Neuro a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Neuro"@en ;
+  schema:isDefinedBy <http://schema.org/Neuro>
+  .
+
+
+ro:Neurologic a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Neurologic"@en ;
+  schema:isDefinedBy <http://schema.org/Neurologic>
+  .
+
+
+ro:NewCondition a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "NewCondition"@en ;
+  schema:isDefinedBy <http://schema.org/NewCondition>
+  .
+
+
+ro:NewsArticle a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "NewsArticle"@en ;
+  schema:isDefinedBy <http://schema.org/NewsArticle>
+  .
+
+
+ro:NewsMediaOrganization a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "NewsMediaOrganization"@en ;
+  schema:isDefinedBy <http://schema.org/NewsMediaOrganization>
+  .
+
+
+ro:Newspaper a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Newspaper"@en ;
+  schema:isDefinedBy <http://schema.org/Newspaper>
+  .
+
+
+ro:NightClub a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "NightClub"@en ;
+  schema:isDefinedBy <http://schema.org/NightClub>
+  .
+
+
+ro:NoninvasiveProcedure a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "NoninvasiveProcedure"@en ;
+  schema:isDefinedBy <http://schema.org/NoninvasiveProcedure>
+  .
+
+
+ro:Nonprofit501a a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Nonprofit501a"@en ;
+  schema:isDefinedBy <http://schema.org/Nonprofit501a>
+  .
+
+
+ro:Nonprofit501c1 a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Nonprofit501c1"@en ;
+  schema:isDefinedBy <http://schema.org/Nonprofit501c1>
+  .
+
+
+ro:Nonprofit501c10 a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Nonprofit501c10"@en ;
+  schema:isDefinedBy <http://schema.org/Nonprofit501c10>
+  .
+
+
+ro:Nonprofit501c11 a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Nonprofit501c11"@en ;
+  schema:isDefinedBy <http://schema.org/Nonprofit501c11>
+  .
+
+
+ro:Nonprofit501c12 a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Nonprofit501c12"@en ;
+  schema:isDefinedBy <http://schema.org/Nonprofit501c12>
+  .
+
+
+ro:Nonprofit501c13 a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Nonprofit501c13"@en ;
+  schema:isDefinedBy <http://schema.org/Nonprofit501c13>
+  .
+
+
+ro:Nonprofit501c14 a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Nonprofit501c14"@en ;
+  schema:isDefinedBy <http://schema.org/Nonprofit501c14>
+  .
+
+
+ro:Nonprofit501c15 a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Nonprofit501c15"@en ;
+  schema:isDefinedBy <http://schema.org/Nonprofit501c15>
+  .
+
+
+ro:Nonprofit501c16 a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Nonprofit501c16"@en ;
+  schema:isDefinedBy <http://schema.org/Nonprofit501c16>
+  .
+
+
+ro:Nonprofit501c17 a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Nonprofit501c17"@en ;
+  schema:isDefinedBy <http://schema.org/Nonprofit501c17>
+  .
+
+
+ro:Nonprofit501c18 a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Nonprofit501c18"@en ;
+  schema:isDefinedBy <http://schema.org/Nonprofit501c18>
+  .
+
+
+ro:Nonprofit501c19 a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Nonprofit501c19"@en ;
+  schema:isDefinedBy <http://schema.org/Nonprofit501c19>
+  .
+
+
+ro:Nonprofit501c2 a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Nonprofit501c2"@en ;
+  schema:isDefinedBy <http://schema.org/Nonprofit501c2>
+  .
+
+
+ro:Nonprofit501c20 a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Nonprofit501c20"@en ;
+  schema:isDefinedBy <http://schema.org/Nonprofit501c20>
+  .
+
+
+ro:Nonprofit501c21 a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Nonprofit501c21"@en ;
+  schema:isDefinedBy <http://schema.org/Nonprofit501c21>
+  .
+
+
+ro:Nonprofit501c22 a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Nonprofit501c22"@en ;
+  schema:isDefinedBy <http://schema.org/Nonprofit501c22>
+  .
+
+
+ro:Nonprofit501c23 a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Nonprofit501c23"@en ;
+  schema:isDefinedBy <http://schema.org/Nonprofit501c23>
+  .
+
+
+ro:Nonprofit501c24 a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Nonprofit501c24"@en ;
+  schema:isDefinedBy <http://schema.org/Nonprofit501c24>
+  .
+
+
+ro:Nonprofit501c25 a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Nonprofit501c25"@en ;
+  schema:isDefinedBy <http://schema.org/Nonprofit501c25>
+  .
+
+
+ro:Nonprofit501c26 a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Nonprofit501c26"@en ;
+  schema:isDefinedBy <http://schema.org/Nonprofit501c26>
+  .
+
+
+ro:Nonprofit501c27 a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Nonprofit501c27"@en ;
+  schema:isDefinedBy <http://schema.org/Nonprofit501c27>
+  .
+
+
+ro:Nonprofit501c28 a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Nonprofit501c28"@en ;
+  schema:isDefinedBy <http://schema.org/Nonprofit501c28>
+  .
+
+
+ro:Nonprofit501c3 a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Nonprofit501c3"@en ;
+  schema:isDefinedBy <http://schema.org/Nonprofit501c3>
+  .
+
+
+ro:Nonprofit501c4 a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Nonprofit501c4"@en ;
+  schema:isDefinedBy <http://schema.org/Nonprofit501c4>
+  .
+
+
+ro:Nonprofit501c5 a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Nonprofit501c5"@en ;
+  schema:isDefinedBy <http://schema.org/Nonprofit501c5>
+  .
+
+
+ro:Nonprofit501c6 a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Nonprofit501c6"@en ;
+  schema:isDefinedBy <http://schema.org/Nonprofit501c6>
+  .
+
+
+ro:Nonprofit501c7 a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Nonprofit501c7"@en ;
+  schema:isDefinedBy <http://schema.org/Nonprofit501c7>
+  .
+
+
+ro:Nonprofit501c8 a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Nonprofit501c8"@en ;
+  schema:isDefinedBy <http://schema.org/Nonprofit501c8>
+  .
+
+
+ro:Nonprofit501c9 a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Nonprofit501c9"@en ;
+  schema:isDefinedBy <http://schema.org/Nonprofit501c9>
+  .
+
+
+ro:Nonprofit501d a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Nonprofit501d"@en ;
+  schema:isDefinedBy <http://schema.org/Nonprofit501d>
+  .
+
+
+ro:Nonprofit501e a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Nonprofit501e"@en ;
+  schema:isDefinedBy <http://schema.org/Nonprofit501e>
+  .
+
+
+ro:Nonprofit501f a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Nonprofit501f"@en ;
+  schema:isDefinedBy <http://schema.org/Nonprofit501f>
+  .
+
+
+ro:Nonprofit501k a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Nonprofit501k"@en ;
+  schema:isDefinedBy <http://schema.org/Nonprofit501k>
+  .
+
+
+ro:Nonprofit501n a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Nonprofit501n"@en ;
+  schema:isDefinedBy <http://schema.org/Nonprofit501n>
+  .
+
+
+ro:Nonprofit501q a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Nonprofit501q"@en ;
+  schema:isDefinedBy <http://schema.org/Nonprofit501q>
+  .
+
+
+ro:Nonprofit527 a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Nonprofit527"@en ;
+  schema:isDefinedBy <http://schema.org/Nonprofit527>
+  .
+
+
+ro:NonprofitANBI a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "NonprofitANBI"@en ;
+  schema:isDefinedBy <http://schema.org/NonprofitANBI>
+  .
+
+
+ro:NonprofitSBBI a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "NonprofitSBBI"@en ;
+  schema:isDefinedBy <http://schema.org/NonprofitSBBI>
+  .
+
+
+ro:NonprofitType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "NonprofitType"@en ;
+  schema:isDefinedBy <http://schema.org/NonprofitType>
+  .
+
+
+ro:Nose a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Nose"@en ;
+  schema:isDefinedBy <http://schema.org/Nose>
+  .
+
+
+ro:NotInForce a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "NotInForce"@en ;
+  schema:isDefinedBy <http://schema.org/NotInForce>
+  .
+
+
+ro:NotYetRecruiting a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "NotYetRecruiting"@en ;
+  schema:isDefinedBy <http://schema.org/NotYetRecruiting>
+  .
+
+
+ro:Notary a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Notary"@en ;
+  schema:isDefinedBy <http://schema.org/Notary>
+  .
+
+
+ro:NoteDigitalDocument a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "NoteDigitalDocument"@en ;
+  schema:isDefinedBy <http://schema.org/NoteDigitalDocument>
+  .
+
+
+ro:Number a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Number"@en ;
+  schema:isDefinedBy <http://schema.org/Number>
+  .
+
+
+ro:Nursing a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Nursing"@en ;
+  schema:isDefinedBy <http://schema.org/Nursing>
+  .
+
+
+ro:NutritionInformation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "NutritionInformation"@en ;
+  schema:isDefinedBy <http://schema.org/NutritionInformation>
+  .
+
+
+ro:OTC a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "OTC"@en ;
+  schema:isDefinedBy <http://schema.org/OTC>
+  .
+
+
+ro:Observation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Observation"@en ;
+  schema:isDefinedBy <http://schema.org/Observation>
+  .
+
+
+ro:Observational a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Observational"@en ;
+  schema:isDefinedBy <http://schema.org/Observational>
+  .
+
+
+ro:Obstetric a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Obstetric"@en ;
+  schema:isDefinedBy <http://schema.org/Obstetric>
+  .
+
+
+ro:Occupation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Occupation"@en ;
+  schema:isDefinedBy <http://schema.org/Occupation>
+  .
+
+
+ro:OccupationalActivity a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "OccupationalActivity"@en ;
+  schema:isDefinedBy <http://schema.org/OccupationalActivity>
+  .
+
+
+ro:OccupationalTherapy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "OccupationalTherapy"@en ;
+  schema:isDefinedBy <http://schema.org/OccupationalTherapy>
+  .
+
+
+ro:OceanBodyOfWater a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "OceanBodyOfWater"@en ;
+  schema:isDefinedBy <http://schema.org/OceanBodyOfWater>
+  .
+
+
+ro:Offer a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Offer"@en ;
+  schema:isDefinedBy <http://schema.org/Offer>
+  .
+
+
+ro:OfferCatalog a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "OfferCatalog"@en ;
+  schema:isDefinedBy <http://schema.org/OfferCatalog>
+  .
+
+
+ro:OfferForLease a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "OfferForLease"@en ;
+  schema:isDefinedBy <http://schema.org/OfferForLease>
+  .
+
+
+ro:OfferForPurchase a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "OfferForPurchase"@en ;
+  schema:isDefinedBy <http://schema.org/OfferForPurchase>
+  .
+
+
+ro:OfferItemCondition a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "OfferItemCondition"@en ;
+  schema:isDefinedBy <http://schema.org/OfferItemCondition>
+  .
+
+
+ro:OfferShippingDetails a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "OfferShippingDetails"@en ;
+  schema:isDefinedBy <http://schema.org/OfferShippingDetails>
+  .
+
+
+ro:OfficeEquipmentStore a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "OfficeEquipmentStore"@en ;
+  schema:isDefinedBy <http://schema.org/OfficeEquipmentStore>
+  .
+
+
+ro:OfficialLegalValue a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "OfficialLegalValue"@en ;
+  schema:isDefinedBy <http://schema.org/OfficialLegalValue>
+  .
+
+
+ro:OfflineEventAttendanceMode a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "OfflineEventAttendanceMode"@en ;
+  schema:isDefinedBy <http://schema.org/OfflineEventAttendanceMode>
+  .
+
+
+ro:OfflinePermanently a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "OfflinePermanently"@en ;
+  schema:isDefinedBy <http://schema.org/OfflinePermanently>
+  .
+
+
+ro:OfflineTemporarily a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "OfflineTemporarily"@en ;
+  schema:isDefinedBy <http://schema.org/OfflineTemporarily>
+  .
+
+
+ro:OnDemandEvent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "OnDemandEvent"@en ;
+  schema:isDefinedBy <http://schema.org/OnDemandEvent>
+  .
+
+
+ro:OnSitePickup a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "OnSitePickup"@en ;
+  schema:isDefinedBy <http://schema.org/OnSitePickup>
+  .
+
+
+ro:Oncologic a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Oncologic"@en ;
+  schema:isDefinedBy <http://schema.org/Oncologic>
+  .
+
+
+ro:OneTimePayments a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "OneTimePayments"@en ;
+  schema:isDefinedBy <http://schema.org/OneTimePayments>
+  .
+
+
+ro:Online a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Online"@en ;
+  schema:isDefinedBy <http://schema.org/Online>
+  .
+
+
+ro:OnlineEventAttendanceMode a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "OnlineEventAttendanceMode"@en ;
+  schema:isDefinedBy <http://schema.org/OnlineEventAttendanceMode>
+  .
+
+
+ro:OnlineFull a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "OnlineFull"@en ;
+  schema:isDefinedBy <http://schema.org/OnlineFull>
+  .
+
+
+ro:OnlineOnly a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "OnlineOnly"@en ;
+  schema:isDefinedBy <http://schema.org/OnlineOnly>
+  .
+
+
+ro:OpenTrial a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "OpenTrial"@en ;
+  schema:isDefinedBy <http://schema.org/OpenTrial>
+  .
+
+
+ro:OpeningHoursSpecification a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "OpeningHoursSpecification"@en ;
+  schema:isDefinedBy <http://schema.org/OpeningHoursSpecification>
+  .
+
+
+ro:OpinionNewsArticle a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "OpinionNewsArticle"@en ;
+  schema:isDefinedBy <http://schema.org/OpinionNewsArticle>
+  .
+
+
+ro:Optician a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Optician"@en ;
+  schema:isDefinedBy <http://schema.org/Optician>
+  .
+
+
+ro:Optometric a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Optometric"@en ;
+  schema:isDefinedBy <http://schema.org/Optometric>
+  .
+
+
+ro:Order a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Order"@en ;
+  schema:isDefinedBy <http://schema.org/Order>
+  .
+
+
+ro:OrderAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "OrderAction"@en ;
+  schema:isDefinedBy <http://schema.org/OrderAction>
+  .
+
+
+ro:OrderCancelled a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "OrderCancelled"@en ;
+  schema:isDefinedBy <http://schema.org/OrderCancelled>
+  .
+
+
+ro:OrderDelivered a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "OrderDelivered"@en ;
+  schema:isDefinedBy <http://schema.org/OrderDelivered>
+  .
+
+
+ro:OrderInTransit a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "OrderInTransit"@en ;
+  schema:isDefinedBy <http://schema.org/OrderInTransit>
+  .
+
+
+ro:OrderItem a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "OrderItem"@en ;
+  schema:isDefinedBy <http://schema.org/OrderItem>
+  .
+
+
+ro:OrderPaymentDue a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "OrderPaymentDue"@en ;
+  schema:isDefinedBy <http://schema.org/OrderPaymentDue>
+  .
+
+
+ro:OrderPickupAvailable a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "OrderPickupAvailable"@en ;
+  schema:isDefinedBy <http://schema.org/OrderPickupAvailable>
+  .
+
+
+ro:OrderProblem a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "OrderProblem"@en ;
+  schema:isDefinedBy <http://schema.org/OrderProblem>
+  .
+
+
+ro:OrderProcessing a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "OrderProcessing"@en ;
+  schema:isDefinedBy <http://schema.org/OrderProcessing>
+  .
+
+
+ro:OrderReturned a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "OrderReturned"@en ;
+  schema:isDefinedBy <http://schema.org/OrderReturned>
+  .
+
+
+ro:OrderStatus a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "OrderStatus"@en ;
+  schema:isDefinedBy <http://schema.org/OrderStatus>
+  .
+
+
+ro:Organization a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Organization"@en ;
+  schema:isDefinedBy <http://schema.org/Organization>
+  .
+
+
+ro:OrganizationRole a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "OrganizationRole"@en ;
+  schema:isDefinedBy <http://schema.org/OrganizationRole>
+  .
+
+
+ro:OrganizeAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "OrganizeAction"@en ;
+  schema:isDefinedBy <http://schema.org/OrganizeAction>
+  .
+
+
+ro:OriginalShippingFees a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "OriginalShippingFees"@en ;
+  schema:isDefinedBy <http://schema.org/OriginalShippingFees>
+  .
+
+
+ro:Osteopathic a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Osteopathic"@en ;
+  schema:isDefinedBy <http://schema.org/Osteopathic>
+  .
+
+
+ro:Otolaryngologic a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Otolaryngologic"@en ;
+  schema:isDefinedBy <http://schema.org/Otolaryngologic>
+  .
+
+
+ro:OutOfStock a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "OutOfStock"@en ;
+  schema:isDefinedBy <http://schema.org/OutOfStock>
+  .
+
+
+ro:OutletStore a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "OutletStore"@en ;
+  schema:isDefinedBy <http://schema.org/OutletStore>
+  .
+
+
+ro:OverviewHealthAspect a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "OverviewHealthAspect"@en ;
+  schema:isDefinedBy <http://schema.org/OverviewHealthAspect>
+  .
+
+
+ro:OwnershipInfo a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "OwnershipInfo"@en ;
+  schema:isDefinedBy <http://schema.org/OwnershipInfo>
+  .
+
+
+ro:PET a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PET"@en ;
+  schema:isDefinedBy <http://schema.org/PET>
+  .
+
+
+ro:PaidLeave a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PaidLeave"@en ;
+  schema:isDefinedBy <http://schema.org/PaidLeave>
+  .
+
+
+ro:PaintAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PaintAction"@en ;
+  schema:isDefinedBy <http://schema.org/PaintAction>
+  .
+
+
+ro:Painting a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Painting"@en ;
+  schema:isDefinedBy <http://schema.org/Painting>
+  .
+
+
+ro:PalliativeProcedure a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PalliativeProcedure"@en ;
+  schema:isDefinedBy <http://schema.org/PalliativeProcedure>
+  .
+
+
+ro:Paperback a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Paperback"@en ;
+  schema:isDefinedBy <http://schema.org/Paperback>
+  .
+
+
+ro:ParcelDelivery a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ParcelDelivery"@en ;
+  schema:isDefinedBy <http://schema.org/ParcelDelivery>
+  .
+
+
+ro:ParcelService a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ParcelService"@en ;
+  schema:isDefinedBy <http://schema.org/ParcelService>
+  .
+
+
+ro:ParentAudience a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ParentAudience"@en ;
+  schema:isDefinedBy <http://schema.org/ParentAudience>
+  .
+
+
+ro:ParentalSupport a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ParentalSupport"@en ;
+  schema:isDefinedBy <http://schema.org/ParentalSupport>
+  .
+
+
+ro:Park a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Park"@en ;
+  schema:isDefinedBy <http://schema.org/Park>
+  .
+
+
+ro:ParkingFacility a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ParkingFacility"@en ;
+  schema:isDefinedBy <http://schema.org/ParkingFacility>
+  .
+
+
+ro:ParkingMap a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ParkingMap"@en ;
+  schema:isDefinedBy <http://schema.org/ParkingMap>
+  .
+
+
+ro:PartiallyInForce a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PartiallyInForce"@en ;
+  schema:isDefinedBy <http://schema.org/PartiallyInForce>
+  .
+
+
+ro:Pathology a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Pathology"@en ;
+  schema:isDefinedBy <http://schema.org/Pathology>
+  .
+
+
+ro:PathologyTest a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PathologyTest"@en ;
+  schema:isDefinedBy <http://schema.org/PathologyTest>
+  .
+
+
+ro:Patient a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Patient"@en ;
+  schema:isDefinedBy <http://schema.org/Patient>
+  .
+
+
+ro:PatientExperienceHealthAspect a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PatientExperienceHealthAspect"@en ;
+  schema:isDefinedBy <http://schema.org/PatientExperienceHealthAspect>
+  .
+
+
+ro:PawnShop a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PawnShop"@en ;
+  schema:isDefinedBy <http://schema.org/PawnShop>
+  .
+
+
+ro:PayAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PayAction"@en ;
+  schema:isDefinedBy <http://schema.org/PayAction>
+  .
+
+
+ro:PaymentAutomaticallyApplied a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PaymentAutomaticallyApplied"@en ;
+  schema:isDefinedBy <http://schema.org/PaymentAutomaticallyApplied>
+  .
+
+
+ro:PaymentCard a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PaymentCard"@en ;
+  schema:isDefinedBy <http://schema.org/PaymentCard>
+  .
+
+
+ro:PaymentChargeSpecification a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PaymentChargeSpecification"@en ;
+  schema:isDefinedBy <http://schema.org/PaymentChargeSpecification>
+  .
+
+
+ro:PaymentComplete a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PaymentComplete"@en ;
+  schema:isDefinedBy <http://schema.org/PaymentComplete>
+  .
+
+
+ro:PaymentDeclined a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PaymentDeclined"@en ;
+  schema:isDefinedBy <http://schema.org/PaymentDeclined>
+  .
+
+
+ro:PaymentDue a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PaymentDue"@en ;
+  schema:isDefinedBy <http://schema.org/PaymentDue>
+  .
+
+
+ro:PaymentMethod a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PaymentMethod"@en ;
+  schema:isDefinedBy <http://schema.org/PaymentMethod>
+  .
+
+
+ro:PaymentPastDue a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PaymentPastDue"@en ;
+  schema:isDefinedBy <http://schema.org/PaymentPastDue>
+  .
+
+
+ro:PaymentService a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PaymentService"@en ;
+  schema:isDefinedBy <http://schema.org/PaymentService>
+  .
+
+
+ro:PaymentStatusType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PaymentStatusType"@en ;
+  schema:isDefinedBy <http://schema.org/PaymentStatusType>
+  .
+
+
+ro:Pediatric a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Pediatric"@en ;
+  schema:isDefinedBy <http://schema.org/Pediatric>
+  .
+
+
+ro:PeopleAudience a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PeopleAudience"@en ;
+  schema:isDefinedBy <http://schema.org/PeopleAudience>
+  .
+
+
+ro:PercutaneousProcedure a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PercutaneousProcedure"@en ;
+  schema:isDefinedBy <http://schema.org/PercutaneousProcedure>
+  .
+
+
+ro:PerformAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PerformAction"@en ;
+  schema:isDefinedBy <http://schema.org/PerformAction>
+  .
+
+
+ro:PerformanceRole a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PerformanceRole"@en ;
+  schema:isDefinedBy <http://schema.org/PerformanceRole>
+  .
+
+
+ro:PerformingArtsTheater a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PerformingArtsTheater"@en ;
+  schema:isDefinedBy <http://schema.org/PerformingArtsTheater>
+  .
+
+
+ro:PerformingGroup a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PerformingGroup"@en ;
+  schema:isDefinedBy <http://schema.org/PerformingGroup>
+  .
+
+
+ro:Periodical a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Periodical"@en ;
+  schema:isDefinedBy <http://schema.org/Periodical>
+  .
+
+
+ro:Permit a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Permit"@en ;
+  schema:isDefinedBy <http://schema.org/Permit>
+  .
+
+
+ro:Person a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Person"@en ;
+  schema:isDefinedBy <http://schema.org/Person>
+  .
+
+
+ro:PetStore a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PetStore"@en ;
+  schema:isDefinedBy <http://schema.org/PetStore>
+  .
+
+
+ro:Pharmacy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Pharmacy"@en ;
+  schema:isDefinedBy <http://schema.org/Pharmacy>
+  .
+
+
+ro:PharmacySpecialty a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PharmacySpecialty"@en ;
+  schema:isDefinedBy <http://schema.org/PharmacySpecialty>
+  .
+
+
+ro:Photograph a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Photograph"@en ;
+  schema:isDefinedBy <http://schema.org/Photograph>
+  .
+
+
+ro:PhotographAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PhotographAction"@en ;
+  schema:isDefinedBy <http://schema.org/PhotographAction>
+  .
+
+
+ro:PhysicalActivity a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PhysicalActivity"@en ;
+  schema:isDefinedBy <http://schema.org/PhysicalActivity>
+  .
+
+
+ro:PhysicalActivityCategory a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PhysicalActivityCategory"@en ;
+  schema:isDefinedBy <http://schema.org/PhysicalActivityCategory>
+  .
+
+
+ro:PhysicalExam a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PhysicalExam"@en ;
+  schema:isDefinedBy <http://schema.org/PhysicalExam>
+  .
+
+
+ro:PhysicalTherapy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PhysicalTherapy"@en ;
+  schema:isDefinedBy <http://schema.org/PhysicalTherapy>
+  .
+
+
+ro:Physician a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Physician"@en ;
+  schema:isDefinedBy <http://schema.org/Physician>
+  .
+
+
+ro:Physiotherapy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Physiotherapy"@en ;
+  schema:isDefinedBy <http://schema.org/Physiotherapy>
+  .
+
+
+ro:Place a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Place"@en ;
+  schema:isDefinedBy <http://schema.org/Place>
+  .
+
+
+ro:PlaceOfWorship a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PlaceOfWorship"@en ;
+  schema:isDefinedBy <http://schema.org/PlaceOfWorship>
+  .
+
+
+ro:PlaceboControlledTrial a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PlaceboControlledTrial"@en ;
+  schema:isDefinedBy <http://schema.org/PlaceboControlledTrial>
+  .
+
+
+ro:PlanAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PlanAction"@en ;
+  schema:isDefinedBy <http://schema.org/PlanAction>
+  .
+
+
+ro:PlasticSurgery a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PlasticSurgery"@en ;
+  schema:isDefinedBy <http://schema.org/PlasticSurgery>
+  .
+
+
+ro:Play a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Play"@en ;
+  schema:isDefinedBy <http://schema.org/Play>
+  .
+
+
+ro:PlayAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PlayAction"@en ;
+  schema:isDefinedBy <http://schema.org/PlayAction>
+  .
+
+
+ro:Playground a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Playground"@en ;
+  schema:isDefinedBy <http://schema.org/Playground>
+  .
+
+
+ro:Plumber a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Plumber"@en ;
+  schema:isDefinedBy <http://schema.org/Plumber>
+  .
+
+
+ro:PodcastEpisode a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PodcastEpisode"@en ;
+  schema:isDefinedBy <http://schema.org/PodcastEpisode>
+  .
+
+
+ro:PodcastSeason a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PodcastSeason"@en ;
+  schema:isDefinedBy <http://schema.org/PodcastSeason>
+  .
+
+
+ro:PodcastSeries a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PodcastSeries"@en ;
+  schema:isDefinedBy <http://schema.org/PodcastSeries>
+  .
+
+
+ro:Podiatric a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Podiatric"@en ;
+  schema:isDefinedBy <http://schema.org/Podiatric>
+  .
+
+
+ro:PoliceStation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PoliceStation"@en ;
+  schema:isDefinedBy <http://schema.org/PoliceStation>
+  .
+
+
+ro:Pond a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Pond"@en ;
+  schema:isDefinedBy <http://schema.org/Pond>
+  .
+
+
+ro:PostOffice a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PostOffice"@en ;
+  schema:isDefinedBy <http://schema.org/PostOffice>
+  .
+
+
+ro:PostalAddress a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PostalAddress"@en ;
+  schema:isDefinedBy <http://schema.org/PostalAddress>
+  .
+
+
+ro:PostalCodeRangeSpecification a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PostalCodeRangeSpecification"@en ;
+  schema:isDefinedBy <http://schema.org/PostalCodeRangeSpecification>
+  .
+
+
+ro:Poster a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Poster"@en ;
+  schema:isDefinedBy <http://schema.org/Poster>
+  .
+
+
+ro:PotentialActionStatus a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PotentialActionStatus"@en ;
+  schema:isDefinedBy <http://schema.org/PotentialActionStatus>
+  .
+
+
+ro:PreOrder a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PreOrder"@en ;
+  schema:isDefinedBy <http://schema.org/PreOrder>
+  .
+
+
+ro:PreOrderAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PreOrderAction"@en ;
+  schema:isDefinedBy <http://schema.org/PreOrderAction>
+  .
+
+
+ro:PreSale a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PreSale"@en ;
+  schema:isDefinedBy <http://schema.org/PreSale>
+  .
+
+
+ro:PrependAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PrependAction"@en ;
+  schema:isDefinedBy <http://schema.org/PrependAction>
+  .
+
+
+ro:Preschool a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Preschool"@en ;
+  schema:isDefinedBy <http://schema.org/Preschool>
+  .
+
+
+ro:PrescriptionOnly a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PrescriptionOnly"@en ;
+  schema:isDefinedBy <http://schema.org/PrescriptionOnly>
+  .
+
+
+ro:PresentationDigitalDocument a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PresentationDigitalDocument"@en ;
+  schema:isDefinedBy <http://schema.org/PresentationDigitalDocument>
+  .
+
+
+ro:PreventionHealthAspect a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PreventionHealthAspect"@en ;
+  schema:isDefinedBy <http://schema.org/PreventionHealthAspect>
+  .
+
+
+ro:PreventionIndication a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PreventionIndication"@en ;
+  schema:isDefinedBy <http://schema.org/PreventionIndication>
+  .
+
+
+ro:PriceSpecification a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PriceSpecification"@en ;
+  schema:isDefinedBy <http://schema.org/PriceSpecification>
+  .
+
+
+ro:PrimaryCare a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PrimaryCare"@en ;
+  schema:isDefinedBy <http://schema.org/PrimaryCare>
+  .
+
+
+ro:Prion a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Prion"@en ;
+  schema:isDefinedBy <http://schema.org/Prion>
+  .
+
+
+ro:Product a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Product"@en ;
+  schema:isDefinedBy <http://schema.org/Product>
+  .
+
+
+ro:ProductCollection a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ProductCollection"@en ;
+  schema:isDefinedBy <http://schema.org/ProductCollection>
+  .
+
+
+ro:ProductGroup a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ProductGroup"@en ;
+  schema:isDefinedBy <http://schema.org/ProductGroup>
+  .
+
+
+ro:ProductModel a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ProductModel"@en ;
+  schema:isDefinedBy <http://schema.org/ProductModel>
+  .
+
+
+ro:ProductReturnEnumeration a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ProductReturnEnumeration"@en ;
+  schema:isDefinedBy <http://schema.org/ProductReturnEnumeration>
+  .
+
+
+ro:ProductReturnFiniteReturnWindow a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ProductReturnFiniteReturnWindow"@en ;
+  schema:isDefinedBy <http://schema.org/ProductReturnFiniteReturnWindow>
+  .
+
+
+ro:ProductReturnNotPermitted a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ProductReturnNotPermitted"@en ;
+  schema:isDefinedBy <http://schema.org/ProductReturnNotPermitted>
+  .
+
+
+ro:ProductReturnPolicy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ProductReturnPolicy"@en ;
+  schema:isDefinedBy <http://schema.org/ProductReturnPolicy>
+  .
+
+
+ro:ProductReturnUnlimitedWindow a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ProductReturnUnlimitedWindow"@en ;
+  schema:isDefinedBy <http://schema.org/ProductReturnUnlimitedWindow>
+  .
+
+
+ro:ProductReturnUnspecified a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ProductReturnUnspecified"@en ;
+  schema:isDefinedBy <http://schema.org/ProductReturnUnspecified>
+  .
+
+
+ro:ProfessionalService a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ProfessionalService"@en ;
+  schema:isDefinedBy <http://schema.org/ProfessionalService>
+  .
+
+
+ro:ProfilePage a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ProfilePage"@en ;
+  schema:isDefinedBy <http://schema.org/ProfilePage>
+  .
+
+
+ro:PrognosisHealthAspect a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PrognosisHealthAspect"@en ;
+  schema:isDefinedBy <http://schema.org/PrognosisHealthAspect>
+  .
+
+
+ro:ProgramMembership a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ProgramMembership"@en ;
+  schema:isDefinedBy <http://schema.org/ProgramMembership>
+  .
+
+
+ro:Project a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Project"@en ;
+  schema:isDefinedBy <http://schema.org/Project>
+  .
+
+
+ro:PronounceableText a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PronounceableText"@en ;
+  schema:isDefinedBy <http://schema.org/PronounceableText>
+  .
+
+
+ro:Property a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Property"@en ;
+  schema:isDefinedBy <http://schema.org/Property>
+  .
+
+
+ro:PropertyValue a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PropertyValue"@en ;
+  schema:isDefinedBy <http://schema.org/PropertyValue>
+  .
+
+
+ro:PropertyValueSpecification a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PropertyValueSpecification"@en ;
+  schema:isDefinedBy <http://schema.org/PropertyValueSpecification>
+  .
+
+
+ro:Protozoa a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Protozoa"@en ;
+  schema:isDefinedBy <http://schema.org/Protozoa>
+  .
+
+
+ro:Psychiatric a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Psychiatric"@en ;
+  schema:isDefinedBy <http://schema.org/Psychiatric>
+  .
+
+
+ro:PsychologicalTreatment a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PsychologicalTreatment"@en ;
+  schema:isDefinedBy <http://schema.org/PsychologicalTreatment>
+  .
+
+
+ro:PublicHealth a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PublicHealth"@en ;
+  schema:isDefinedBy <http://schema.org/PublicHealth>
+  .
+
+
+ro:PublicHolidays a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PublicHolidays"@en ;
+  schema:isDefinedBy <http://schema.org/PublicHolidays>
+  .
+
+
+ro:PublicSwimmingPool a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PublicSwimmingPool"@en ;
+  schema:isDefinedBy <http://schema.org/PublicSwimmingPool>
+  .
+
+
+ro:PublicToilet a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PublicToilet"@en ;
+  schema:isDefinedBy <http://schema.org/PublicToilet>
+  .
+
+
+ro:PublicationEvent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PublicationEvent"@en ;
+  schema:isDefinedBy <http://schema.org/PublicationEvent>
+  .
+
+
+ro:PublicationIssue a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PublicationIssue"@en ;
+  schema:isDefinedBy <http://schema.org/PublicationIssue>
+  .
+
+
+ro:PublicationVolume a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "PublicationVolume"@en ;
+  schema:isDefinedBy <http://schema.org/PublicationVolume>
+  .
+
+
+ro:Pulmonary a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Pulmonary"@en ;
+  schema:isDefinedBy <http://schema.org/Pulmonary>
+  .
+
+
+ro:QAPage a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "QAPage"@en ;
+  schema:isDefinedBy <http://schema.org/QAPage>
+  .
+
+
+ro:QualitativeValue a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "QualitativeValue"@en ;
+  schema:isDefinedBy <http://schema.org/QualitativeValue>
+  .
+
+
+ro:QuantitativeValue a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "QuantitativeValue"@en ;
+  schema:isDefinedBy <http://schema.org/QuantitativeValue>
+  .
+
+
+ro:QuantitativeValueDistribution a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "QuantitativeValueDistribution"@en ;
+  schema:isDefinedBy <http://schema.org/QuantitativeValueDistribution>
+  .
+
+
+ro:Quantity a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Quantity"@en ;
+  schema:isDefinedBy <http://schema.org/Quantity>
+  .
+
+
+ro:Question a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Question"@en ;
+  schema:isDefinedBy <http://schema.org/Question>
+  .
+
+
+ro:Quiz a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Quiz"@en ;
+  schema:isDefinedBy <http://schema.org/Quiz>
+  .
+
+
+ro:Quotation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Quotation"@en ;
+  schema:isDefinedBy <http://schema.org/Quotation>
+  .
+
+
+ro:QuoteAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "QuoteAction"@en ;
+  schema:isDefinedBy <http://schema.org/QuoteAction>
+  .
+
+
+ro:RVPark a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "RVPark"@en ;
+  schema:isDefinedBy <http://schema.org/RVPark>
+  .
+
+
+ro:RadiationTherapy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "RadiationTherapy"@en ;
+  schema:isDefinedBy <http://schema.org/RadiationTherapy>
+  .
+
+
+ro:RadioBroadcastService a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "RadioBroadcastService"@en ;
+  schema:isDefinedBy <http://schema.org/RadioBroadcastService>
+  .
+
+
+ro:RadioChannel a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "RadioChannel"@en ;
+  schema:isDefinedBy <http://schema.org/RadioChannel>
+  .
+
+
+ro:RadioClip a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "RadioClip"@en ;
+  schema:isDefinedBy <http://schema.org/RadioClip>
+  .
+
+
+ro:RadioEpisode a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "RadioEpisode"@en ;
+  schema:isDefinedBy <http://schema.org/RadioEpisode>
+  .
+
+
+ro:RadioSeason a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "RadioSeason"@en ;
+  schema:isDefinedBy <http://schema.org/RadioSeason>
+  .
+
+
+ro:RadioSeries a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "RadioSeries"@en ;
+  schema:isDefinedBy <http://schema.org/RadioSeries>
+  .
+
+
+ro:RadioStation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "RadioStation"@en ;
+  schema:isDefinedBy <http://schema.org/RadioStation>
+  .
+
+
+ro:Radiography a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Radiography"@en ;
+  schema:isDefinedBy <http://schema.org/Radiography>
+  .
+
+
+ro:RandomizedTrial a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "RandomizedTrial"@en ;
+  schema:isDefinedBy <http://schema.org/RandomizedTrial>
+  .
+
+
+ro:Rating a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Rating"@en ;
+  schema:isDefinedBy <http://schema.org/Rating>
+  .
+
+
+ro:ReactAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ReactAction"@en ;
+  schema:isDefinedBy <http://schema.org/ReactAction>
+  .
+
+
+ro:ReadAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ReadAction"@en ;
+  schema:isDefinedBy <http://schema.org/ReadAction>
+  .
+
+
+ro:ReadPermission a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ReadPermission"@en ;
+  schema:isDefinedBy <http://schema.org/ReadPermission>
+  .
+
+
+ro:RealEstateAgent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "RealEstateAgent"@en ;
+  schema:isDefinedBy <http://schema.org/RealEstateAgent>
+  .
+
+
+ro:RealEstateListing a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "RealEstateListing"@en ;
+  schema:isDefinedBy <http://schema.org/RealEstateListing>
+  .
+
+
+ro:RearWheelDriveConfiguration a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "RearWheelDriveConfiguration"@en ;
+  schema:isDefinedBy <http://schema.org/RearWheelDriveConfiguration>
+  .
+
+
+ro:ReceiveAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ReceiveAction"@en ;
+  schema:isDefinedBy <http://schema.org/ReceiveAction>
+  .
+
+
+ro:Recipe a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Recipe"@en ;
+  schema:isDefinedBy <http://schema.org/Recipe>
+  .
+
+
+ro:Recommendation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Recommendation"@en ;
+  schema:isDefinedBy <http://schema.org/Recommendation>
+  .
+
+
+ro:RecommendedDoseSchedule a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "RecommendedDoseSchedule"@en ;
+  schema:isDefinedBy <http://schema.org/RecommendedDoseSchedule>
+  .
+
+
+ro:Recruiting a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Recruiting"@en ;
+  schema:isDefinedBy <http://schema.org/Recruiting>
+  .
+
+
+ro:RecyclingCenter a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "RecyclingCenter"@en ;
+  schema:isDefinedBy <http://schema.org/RecyclingCenter>
+  .
+
+
+ro:RefundTypeEnumeration a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "RefundTypeEnumeration"@en ;
+  schema:isDefinedBy <http://schema.org/RefundTypeEnumeration>
+  .
+
+
+ro:RefurbishedCondition a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "RefurbishedCondition"@en ;
+  schema:isDefinedBy <http://schema.org/RefurbishedCondition>
+  .
+
+
+ro:RegisterAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "RegisterAction"@en ;
+  schema:isDefinedBy <http://schema.org/RegisterAction>
+  .
+
+
+ro:Registry a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Registry"@en ;
+  schema:isDefinedBy <http://schema.org/Registry>
+  .
+
+
+ro:ReimbursementCap a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ReimbursementCap"@en ;
+  schema:isDefinedBy <http://schema.org/ReimbursementCap>
+  .
+
+
+ro:RejectAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "RejectAction"@en ;
+  schema:isDefinedBy <http://schema.org/RejectAction>
+  .
+
+
+ro:RelatedTopicsHealthAspect a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "RelatedTopicsHealthAspect"@en ;
+  schema:isDefinedBy <http://schema.org/RelatedTopicsHealthAspect>
+  .
+
+
+ro:RemixAlbum a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "RemixAlbum"@en ;
+  schema:isDefinedBy <http://schema.org/RemixAlbum>
+  .
+
+
+ro:Renal a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Renal"@en ;
+  schema:isDefinedBy <http://schema.org/Renal>
+  .
+
+
+ro:RentAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "RentAction"@en ;
+  schema:isDefinedBy <http://schema.org/RentAction>
+  .
+
+
+ro:RentalCarReservation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "RentalCarReservation"@en ;
+  schema:isDefinedBy <http://schema.org/RentalCarReservation>
+  .
+
+
+ro:RentalVehicleUsage a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "RentalVehicleUsage"@en ;
+  schema:isDefinedBy <http://schema.org/RentalVehicleUsage>
+  .
+
+
+ro:RepaymentSpecification a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "RepaymentSpecification"@en ;
+  schema:isDefinedBy <http://schema.org/RepaymentSpecification>
+  .
+
+
+ro:ReplaceAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ReplaceAction"@en ;
+  schema:isDefinedBy <http://schema.org/ReplaceAction>
+  .
+
+
+ro:ReplyAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ReplyAction"@en ;
+  schema:isDefinedBy <http://schema.org/ReplyAction>
+  .
+
+
+ro:Report a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Report"@en ;
+  schema:isDefinedBy <http://schema.org/Report>
+  .
+
+
+ro:ReportageNewsArticle a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ReportageNewsArticle"@en ;
+  schema:isDefinedBy <http://schema.org/ReportageNewsArticle>
+  .
+
+
+ro:ReportedDoseSchedule a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ReportedDoseSchedule"@en ;
+  schema:isDefinedBy <http://schema.org/ReportedDoseSchedule>
+  .
+
+
+ro:ResearchProject a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ResearchProject"@en ;
+  schema:isDefinedBy <http://schema.org/ResearchProject>
+  .
+
+
+ro:Researcher a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Researcher"@en ;
+  schema:isDefinedBy <http://schema.org/Researcher>
+  .
+
+
+ro:Reservation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Reservation"@en ;
+  schema:isDefinedBy <http://schema.org/Reservation>
+  .
+
+
+ro:ReservationCancelled a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ReservationCancelled"@en ;
+  schema:isDefinedBy <http://schema.org/ReservationCancelled>
+  .
+
+
+ro:ReservationConfirmed a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ReservationConfirmed"@en ;
+  schema:isDefinedBy <http://schema.org/ReservationConfirmed>
+  .
+
+
+ro:ReservationHold a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ReservationHold"@en ;
+  schema:isDefinedBy <http://schema.org/ReservationHold>
+  .
+
+
+ro:ReservationPackage a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ReservationPackage"@en ;
+  schema:isDefinedBy <http://schema.org/ReservationPackage>
+  .
+
+
+ro:ReservationPending a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ReservationPending"@en ;
+  schema:isDefinedBy <http://schema.org/ReservationPending>
+  .
+
+
+ro:ReservationStatusType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ReservationStatusType"@en ;
+  schema:isDefinedBy <http://schema.org/ReservationStatusType>
+  .
+
+
+ro:ReserveAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ReserveAction"@en ;
+  schema:isDefinedBy <http://schema.org/ReserveAction>
+  .
+
+
+ro:Reservoir a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Reservoir"@en ;
+  schema:isDefinedBy <http://schema.org/Reservoir>
+  .
+
+
+ro:Residence a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Residence"@en ;
+  schema:isDefinedBy <http://schema.org/Residence>
+  .
+
+
+ro:Resort a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Resort"@en ;
+  schema:isDefinedBy <http://schema.org/Resort>
+  .
+
+
+ro:RespiratoryTherapy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "RespiratoryTherapy"@en ;
+  schema:isDefinedBy <http://schema.org/RespiratoryTherapy>
+  .
+
+
+ro:Restaurant a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Restaurant"@en ;
+  schema:isDefinedBy <http://schema.org/Restaurant>
+  .
+
+
+ro:RestockingFees a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "RestockingFees"@en ;
+  schema:isDefinedBy <http://schema.org/RestockingFees>
+  .
+
+
+ro:RestrictedDiet a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "RestrictedDiet"@en ;
+  schema:isDefinedBy <http://schema.org/RestrictedDiet>
+  .
+
+
+ro:ResultsAvailable a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ResultsAvailable"@en ;
+  schema:isDefinedBy <http://schema.org/ResultsAvailable>
+  .
+
+
+ro:ResultsNotAvailable a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ResultsNotAvailable"@en ;
+  schema:isDefinedBy <http://schema.org/ResultsNotAvailable>
+  .
+
+
+ro:ResumeAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ResumeAction"@en ;
+  schema:isDefinedBy <http://schema.org/ResumeAction>
+  .
+
+
+ro:Retail a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Retail"@en ;
+  schema:isDefinedBy <http://schema.org/Retail>
+  .
+
+
+ro:ReturnAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ReturnAction"@en ;
+  schema:isDefinedBy <http://schema.org/ReturnAction>
+  .
+
+
+ro:ReturnFeesEnumeration a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ReturnFeesEnumeration"@en ;
+  schema:isDefinedBy <http://schema.org/ReturnFeesEnumeration>
+  .
+
+
+ro:ReturnShippingFees a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ReturnShippingFees"@en ;
+  schema:isDefinedBy <http://schema.org/ReturnShippingFees>
+  .
+
+
+ro:Review a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Review"@en ;
+  schema:isDefinedBy <http://schema.org/Review>
+  .
+
+
+ro:ReviewAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ReviewAction"@en ;
+  schema:isDefinedBy <http://schema.org/ReviewAction>
+  .
+
+
+ro:ReviewNewsArticle a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ReviewNewsArticle"@en ;
+  schema:isDefinedBy <http://schema.org/ReviewNewsArticle>
+  .
+
+
+ro:Rheumatologic a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Rheumatologic"@en ;
+  schema:isDefinedBy <http://schema.org/Rheumatologic>
+  .
+
+
+ro:RightHandDriving a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "RightHandDriving"@en ;
+  schema:isDefinedBy <http://schema.org/RightHandDriving>
+  .
+
+
+ro:RisksOrComplicationsHealthAspect a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "RisksOrComplicationsHealthAspect"@en ;
+  schema:isDefinedBy <http://schema.org/RisksOrComplicationsHealthAspect>
+  .
+
+
+ro:RiverBodyOfWater a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "RiverBodyOfWater"@en ;
+  schema:isDefinedBy <http://schema.org/RiverBodyOfWater>
+  .
+
+
+ro:Role a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Role"@en ;
+  schema:isDefinedBy <http://schema.org/Role>
+  .
+
+
+ro:RoofingContractor a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "RoofingContractor"@en ;
+  schema:isDefinedBy <http://schema.org/RoofingContractor>
+  .
+
+
+ro:Room a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Room"@en ;
+  schema:isDefinedBy <http://schema.org/Room>
+  .
+
+
+ro:RsvpAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "RsvpAction"@en ;
+  schema:isDefinedBy <http://schema.org/RsvpAction>
+  .
+
+
+ro:RsvpResponseMaybe a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "RsvpResponseMaybe"@en ;
+  schema:isDefinedBy <http://schema.org/RsvpResponseMaybe>
+  .
+
+
+ro:RsvpResponseNo a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "RsvpResponseNo"@en ;
+  schema:isDefinedBy <http://schema.org/RsvpResponseNo>
+  .
+
+
+ro:RsvpResponseType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "RsvpResponseType"@en ;
+  schema:isDefinedBy <http://schema.org/RsvpResponseType>
+  .
+
+
+ro:RsvpResponseYes a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "RsvpResponseYes"@en ;
+  schema:isDefinedBy <http://schema.org/RsvpResponseYes>
+  .
+
+
+ro:SaleEvent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SaleEvent"@en ;
+  schema:isDefinedBy <http://schema.org/SaleEvent>
+  .
+
+
+ro:SatiricalArticle a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SatiricalArticle"@en ;
+  schema:isDefinedBy <http://schema.org/SatiricalArticle>
+  .
+
+
+ro:Saturday a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Saturday"@en ;
+  schema:isDefinedBy <http://schema.org/Saturday>
+  .
+
+
+ro:Schedule a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Schedule"@en ;
+  schema:isDefinedBy <http://schema.org/Schedule>
+  .
+
+
+ro:ScheduleAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ScheduleAction"@en ;
+  schema:isDefinedBy <http://schema.org/ScheduleAction>
+  .
+
+
+ro:ScholarlyArticle a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ScholarlyArticle"@en ;
+  schema:isDefinedBy <http://schema.org/ScholarlyArticle>
+  .
+
+
+ro:School a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "School"@en ;
+  schema:isDefinedBy <http://schema.org/School>
+  .
+
+
+ro:SchoolDistrict a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SchoolDistrict"@en ;
+  schema:isDefinedBy <http://schema.org/SchoolDistrict>
+  .
+
+
+ro:ScreeningEvent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ScreeningEvent"@en ;
+  schema:isDefinedBy <http://schema.org/ScreeningEvent>
+  .
+
+
+ro:ScreeningHealthAspect a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ScreeningHealthAspect"@en ;
+  schema:isDefinedBy <http://schema.org/ScreeningHealthAspect>
+  .
+
+
+ro:Sculpture a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Sculpture"@en ;
+  schema:isDefinedBy <http://schema.org/Sculpture>
+  .
+
+
+ro:SeaBodyOfWater a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SeaBodyOfWater"@en ;
+  schema:isDefinedBy <http://schema.org/SeaBodyOfWater>
+  .
+
+
+ro:SearchAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SearchAction"@en ;
+  schema:isDefinedBy <http://schema.org/SearchAction>
+  .
+
+
+ro:SearchResultsPage a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SearchResultsPage"@en ;
+  schema:isDefinedBy <http://schema.org/SearchResultsPage>
+  .
+
+
+ro:Season a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Season"@en ;
+  schema:isDefinedBy <http://schema.org/Season>
+  .
+
+
+ro:Seat a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Seat"@en ;
+  schema:isDefinedBy <http://schema.org/Seat>
+  .
+
+
+ro:SeatingMap a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SeatingMap"@en ;
+  schema:isDefinedBy <http://schema.org/SeatingMap>
+  .
+
+
+ro:SeeDoctorHealthAspect a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SeeDoctorHealthAspect"@en ;
+  schema:isDefinedBy <http://schema.org/SeeDoctorHealthAspect>
+  .
+
+
+ro:SelfCareHealthAspect a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SelfCareHealthAspect"@en ;
+  schema:isDefinedBy <http://schema.org/SelfCareHealthAspect>
+  .
+
+
+ro:SelfStorage a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SelfStorage"@en ;
+  schema:isDefinedBy <http://schema.org/SelfStorage>
+  .
+
+
+ro:SellAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SellAction"@en ;
+  schema:isDefinedBy <http://schema.org/SellAction>
+  .
+
+
+ro:SendAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SendAction"@en ;
+  schema:isDefinedBy <http://schema.org/SendAction>
+  .
+
+
+ro:Series a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Series"@en ;
+  schema:isDefinedBy <http://schema.org/Series>
+  .
+
+
+ro:Service a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Service"@en ;
+  schema:isDefinedBy <http://schema.org/Service>
+  .
+
+
+ro:ServiceChannel a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ServiceChannel"@en ;
+  schema:isDefinedBy <http://schema.org/ServiceChannel>
+  .
+
+
+ro:ShareAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ShareAction"@en ;
+  schema:isDefinedBy <http://schema.org/ShareAction>
+  .
+
+
+ro:SheetMusic a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SheetMusic"@en ;
+  schema:isDefinedBy <http://schema.org/SheetMusic>
+  .
+
+
+ro:ShippingDeliveryTime a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ShippingDeliveryTime"@en ;
+  schema:isDefinedBy <http://schema.org/ShippingDeliveryTime>
+  .
+
+
+ro:ShippingRateSettings a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ShippingRateSettings"@en ;
+  schema:isDefinedBy <http://schema.org/ShippingRateSettings>
+  .
+
+
+ro:ShoeStore a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ShoeStore"@en ;
+  schema:isDefinedBy <http://schema.org/ShoeStore>
+  .
+
+
+ro:ShoppingCenter a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ShoppingCenter"@en ;
+  schema:isDefinedBy <http://schema.org/ShoppingCenter>
+  .
+
+
+ro:ShortStory a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ShortStory"@en ;
+  schema:isDefinedBy <http://schema.org/ShortStory>
+  .
+
+
+ro:SideEffectsHealthAspect a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SideEffectsHealthAspect"@en ;
+  schema:isDefinedBy <http://schema.org/SideEffectsHealthAspect>
+  .
+
+
+ro:SingleBlindedTrial a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SingleBlindedTrial"@en ;
+  schema:isDefinedBy <http://schema.org/SingleBlindedTrial>
+  .
+
+
+ro:SingleCenterTrial a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SingleCenterTrial"@en ;
+  schema:isDefinedBy <http://schema.org/SingleCenterTrial>
+  .
+
+
+ro:SingleFamilyResidence a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SingleFamilyResidence"@en ;
+  schema:isDefinedBy <http://schema.org/SingleFamilyResidence>
+  .
+
+
+ro:SinglePlayer a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SinglePlayer"@en ;
+  schema:isDefinedBy <http://schema.org/SinglePlayer>
+  .
+
+
+ro:SingleRelease a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SingleRelease"@en ;
+  schema:isDefinedBy <http://schema.org/SingleRelease>
+  .
+
+
+ro:SiteNavigationElement a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SiteNavigationElement"@en ;
+  schema:isDefinedBy <http://schema.org/SiteNavigationElement>
+  .
+
+
+ro:SkiResort a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SkiResort"@en ;
+  schema:isDefinedBy <http://schema.org/SkiResort>
+  .
+
+
+ro:Skin a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Skin"@en ;
+  schema:isDefinedBy <http://schema.org/Skin>
+  .
+
+
+ro:SocialEvent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SocialEvent"@en ;
+  schema:isDefinedBy <http://schema.org/SocialEvent>
+  .
+
+
+ro:SocialMediaPosting a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SocialMediaPosting"@en ;
+  schema:isDefinedBy <http://schema.org/SocialMediaPosting>
+  .
+
+
+ro:SoftwareApplication a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SoftwareApplication"@en ;
+  schema:isDefinedBy <http://schema.org/SoftwareApplication>
+  .
+
+
+ro:SoftwareSourceCode a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SoftwareSourceCode"@en ;
+  schema:isDefinedBy <http://schema.org/SoftwareSourceCode>
+  .
+
+
+ro:SoldOut a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SoldOut"@en ;
+  schema:isDefinedBy <http://schema.org/SoldOut>
+  .
+
+
+ro:SomeProducts a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SomeProducts"@en ;
+  schema:isDefinedBy <http://schema.org/SomeProducts>
+  .
+
+
+ro:SoundtrackAlbum a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SoundtrackAlbum"@en ;
+  schema:isDefinedBy <http://schema.org/SoundtrackAlbum>
+  .
+
+
+ro:SpeakableSpecification a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SpeakableSpecification"@en ;
+  schema:isDefinedBy <http://schema.org/SpeakableSpecification>
+  .
+
+
+ro:SpecialAnnouncement a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SpecialAnnouncement"@en ;
+  schema:isDefinedBy <http://schema.org/SpecialAnnouncement>
+  .
+
+
+ro:Specialty a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Specialty"@en ;
+  schema:isDefinedBy <http://schema.org/Specialty>
+  .
+
+
+ro:SpeechPathology a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SpeechPathology"@en ;
+  schema:isDefinedBy <http://schema.org/SpeechPathology>
+  .
+
+
+ro:SpokenWordAlbum a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SpokenWordAlbum"@en ;
+  schema:isDefinedBy <http://schema.org/SpokenWordAlbum>
+  .
+
+
+ro:SportingGoodsStore a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SportingGoodsStore"@en ;
+  schema:isDefinedBy <http://schema.org/SportingGoodsStore>
+  .
+
+
+ro:SportsActivityLocation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SportsActivityLocation"@en ;
+  schema:isDefinedBy <http://schema.org/SportsActivityLocation>
+  .
+
+
+ro:SportsClub a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SportsClub"@en ;
+  schema:isDefinedBy <http://schema.org/SportsClub>
+  .
+
+
+ro:SportsEvent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SportsEvent"@en ;
+  schema:isDefinedBy <http://schema.org/SportsEvent>
+  .
+
+
+ro:SportsOrganization a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SportsOrganization"@en ;
+  schema:isDefinedBy <http://schema.org/SportsOrganization>
+  .
+
+
+ro:SportsTeam a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SportsTeam"@en ;
+  schema:isDefinedBy <http://schema.org/SportsTeam>
+  .
+
+
+ro:SpreadsheetDigitalDocument a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SpreadsheetDigitalDocument"@en ;
+  schema:isDefinedBy <http://schema.org/SpreadsheetDigitalDocument>
+  .
+
+
+ro:StadiumOrArena a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "StadiumOrArena"@en ;
+  schema:isDefinedBy <http://schema.org/StadiumOrArena>
+  .
+
+
+ro:StagesHealthAspect a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "StagesHealthAspect"@en ;
+  schema:isDefinedBy <http://schema.org/StagesHealthAspect>
+  .
+
+
+ro:State a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "State"@en ;
+  schema:isDefinedBy <http://schema.org/State>
+  .
+
+
+ro:StatisticalPopulation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "StatisticalPopulation"@en ;
+  schema:isDefinedBy <http://schema.org/StatisticalPopulation>
+  .
+
+
+ro:StatusEnumeration a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "StatusEnumeration"@en ;
+  schema:isDefinedBy <http://schema.org/StatusEnumeration>
+  .
+
+
+ro:SteeringPositionValue a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SteeringPositionValue"@en ;
+  schema:isDefinedBy <http://schema.org/SteeringPositionValue>
+  .
+
+
+ro:Store a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Store"@en ;
+  schema:isDefinedBy <http://schema.org/Store>
+  .
+
+
+ro:StoreCreditRefund a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "StoreCreditRefund"@en ;
+  schema:isDefinedBy <http://schema.org/StoreCreditRefund>
+  .
+
+
+ro:StrengthTraining a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "StrengthTraining"@en ;
+  schema:isDefinedBy <http://schema.org/StrengthTraining>
+  .
+
+
+ro:StructuredValue a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "StructuredValue"@en ;
+  schema:isDefinedBy <http://schema.org/StructuredValue>
+  .
+
+
+ro:StudioAlbum a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "StudioAlbum"@en ;
+  schema:isDefinedBy <http://schema.org/StudioAlbum>
+  .
+
+
+ro:StupidType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "StupidType"@en ;
+  schema:isDefinedBy <http://schema.org/StupidType>
+  .
+
+
+ro:SubscribeAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SubscribeAction"@en ;
+  schema:isDefinedBy <http://schema.org/SubscribeAction>
+  .
+
+
+ro:Substance a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Substance"@en ;
+  schema:isDefinedBy <http://schema.org/Substance>
+  .
+
+
+ro:SubwayStation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SubwayStation"@en ;
+  schema:isDefinedBy <http://schema.org/SubwayStation>
+  .
+
+
+ro:Suite a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Suite"@en ;
+  schema:isDefinedBy <http://schema.org/Suite>
+  .
+
+
+ro:Sunday a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Sunday"@en ;
+  schema:isDefinedBy <http://schema.org/Sunday>
+  .
+
+
+ro:SuperficialAnatomy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SuperficialAnatomy"@en ;
+  schema:isDefinedBy <http://schema.org/SuperficialAnatomy>
+  .
+
+
+ro:Surgical a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Surgical"@en ;
+  schema:isDefinedBy <http://schema.org/Surgical>
+  .
+
+
+ro:SurgicalProcedure a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SurgicalProcedure"@en ;
+  schema:isDefinedBy <http://schema.org/SurgicalProcedure>
+  .
+
+
+ro:SuspendAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SuspendAction"@en ;
+  schema:isDefinedBy <http://schema.org/SuspendAction>
+  .
+
+
+ro:Suspended a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Suspended"@en ;
+  schema:isDefinedBy <http://schema.org/Suspended>
+  .
+
+
+ro:SymptomsHealthAspect a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "SymptomsHealthAspect"@en ;
+  schema:isDefinedBy <http://schema.org/SymptomsHealthAspect>
+  .
+
+
+ro:Synagogue a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Synagogue"@en ;
+  schema:isDefinedBy <http://schema.org/Synagogue>
+  .
+
+
+ro:TVClip a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "TVClip"@en ;
+  schema:isDefinedBy <http://schema.org/TVClip>
+  .
+
+
+ro:TVEpisode a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "TVEpisode"@en ;
+  schema:isDefinedBy <http://schema.org/TVEpisode>
+  .
+
+
+ro:TVSeason a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "TVSeason"@en ;
+  schema:isDefinedBy <http://schema.org/TVSeason>
+  .
+
+
+ro:TVSeries a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "TVSeries"@en ;
+  schema:isDefinedBy <http://schema.org/TVSeries>
+  .
+
+
+ro:Table a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Table"@en ;
+  schema:isDefinedBy <http://schema.org/Table>
+  .
+
+
+ro:TakeAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "TakeAction"@en ;
+  schema:isDefinedBy <http://schema.org/TakeAction>
+  .
+
+
+ro:TattooParlor a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "TattooParlor"@en ;
+  schema:isDefinedBy <http://schema.org/TattooParlor>
+  .
+
+
+ro:Taxi a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Taxi"@en ;
+  schema:isDefinedBy <http://schema.org/Taxi>
+  .
+
+
+ro:TaxiReservation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "TaxiReservation"@en ;
+  schema:isDefinedBy <http://schema.org/TaxiReservation>
+  .
+
+
+ro:TaxiService a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "TaxiService"@en ;
+  schema:isDefinedBy <http://schema.org/TaxiService>
+  .
+
+
+ro:TaxiStand a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "TaxiStand"@en ;
+  schema:isDefinedBy <http://schema.org/TaxiStand>
+  .
+
+
+ro:TaxiVehicleUsage a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "TaxiVehicleUsage"@en ;
+  schema:isDefinedBy <http://schema.org/TaxiVehicleUsage>
+  .
+
+
+ro:TechArticle a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "TechArticle"@en ;
+  schema:isDefinedBy <http://schema.org/TechArticle>
+  .
+
+
+ro:TelevisionChannel a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "TelevisionChannel"@en ;
+  schema:isDefinedBy <http://schema.org/TelevisionChannel>
+  .
+
+
+ro:TelevisionStation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "TelevisionStation"@en ;
+  schema:isDefinedBy <http://schema.org/TelevisionStation>
+  .
+
+
+ro:TennisComplex a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "TennisComplex"@en ;
+  schema:isDefinedBy <http://schema.org/TennisComplex>
+  .
+
+
+ro:Terminated a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Terminated"@en ;
+  schema:isDefinedBy <http://schema.org/Terminated>
+  .
+
+
+ro:Text a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Text"@en ;
+  schema:isDefinedBy <http://schema.org/Text>
+  .
+
+
+ro:TextDigitalDocument a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "TextDigitalDocument"@en ;
+  schema:isDefinedBy <http://schema.org/TextDigitalDocument>
+  .
+
+
+ro:TheaterEvent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "TheaterEvent"@en ;
+  schema:isDefinedBy <http://schema.org/TheaterEvent>
+  .
+
+
+ro:TheaterGroup a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "TheaterGroup"@en ;
+  schema:isDefinedBy <http://schema.org/TheaterGroup>
+  .
+
+
+ro:Therapeutic a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Therapeutic"@en ;
+  schema:isDefinedBy <http://schema.org/Therapeutic>
+  .
+
+
+ro:TherapeuticProcedure a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "TherapeuticProcedure"@en ;
+  schema:isDefinedBy <http://schema.org/TherapeuticProcedure>
+  .
+
+
+ro:Thesis a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Thesis"@en ;
+  schema:isDefinedBy <http://schema.org/Thesis>
+  .
+
+
+ro:Thing a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Thing"@en ;
+  schema:isDefinedBy <http://schema.org/Thing>
+  .
+
+
+ro:Throat a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Throat"@en ;
+  schema:isDefinedBy <http://schema.org/Throat>
+  .
+
+
+ro:Thursday a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Thursday"@en ;
+  schema:isDefinedBy <http://schema.org/Thursday>
+  .
+
+
+ro:Ticket a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Ticket"@en ;
+  schema:isDefinedBy <http://schema.org/Ticket>
+  .
+
+
+ro:TieAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "TieAction"@en ;
+  schema:isDefinedBy <http://schema.org/TieAction>
+  .
+
+
+ro:Time a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Time"@en ;
+  schema:isDefinedBy <http://schema.org/Time>
+  .
+
+
+ro:TipAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "TipAction"@en ;
+  schema:isDefinedBy <http://schema.org/TipAction>
+  .
+
+
+ro:TireShop a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "TireShop"@en ;
+  schema:isDefinedBy <http://schema.org/TireShop>
+  .
+
+
+ro:TollFree a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "TollFree"@en ;
+  schema:isDefinedBy <http://schema.org/TollFree>
+  .
+
+
+ro:TouristAttraction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "TouristAttraction"@en ;
+  schema:isDefinedBy <http://schema.org/TouristAttraction>
+  .
+
+
+ro:TouristDestination a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "TouristDestination"@en ;
+  schema:isDefinedBy <http://schema.org/TouristDestination>
+  .
+
+
+ro:TouristInformationCenter a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "TouristInformationCenter"@en ;
+  schema:isDefinedBy <http://schema.org/TouristInformationCenter>
+  .
+
+
+ro:TouristTrip a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "TouristTrip"@en ;
+  schema:isDefinedBy <http://schema.org/TouristTrip>
+  .
+
+
+ro:Toxicologic a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Toxicologic"@en ;
+  schema:isDefinedBy <http://schema.org/Toxicologic>
+  .
+
+
+ro:ToyStore a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ToyStore"@en ;
+  schema:isDefinedBy <http://schema.org/ToyStore>
+  .
+
+
+ro:TrackAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "TrackAction"@en ;
+  schema:isDefinedBy <http://schema.org/TrackAction>
+  .
+
+
+ro:TradeAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "TradeAction"@en ;
+  schema:isDefinedBy <http://schema.org/TradeAction>
+  .
+
+
+ro:TraditionalChinese a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "TraditionalChinese"@en ;
+  schema:isDefinedBy <http://schema.org/TraditionalChinese>
+  .
+
+
+ro:TrainReservation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "TrainReservation"@en ;
+  schema:isDefinedBy <http://schema.org/TrainReservation>
+  .
+
+
+ro:TrainStation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "TrainStation"@en ;
+  schema:isDefinedBy <http://schema.org/TrainStation>
+  .
+
+
+ro:TrainTrip a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "TrainTrip"@en ;
+  schema:isDefinedBy <http://schema.org/TrainTrip>
+  .
+
+
+ro:TransferAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "TransferAction"@en ;
+  schema:isDefinedBy <http://schema.org/TransferAction>
+  .
+
+
+ro:TransitMap a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "TransitMap"@en ;
+  schema:isDefinedBy <http://schema.org/TransitMap>
+  .
+
+
+ro:TravelAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "TravelAction"@en ;
+  schema:isDefinedBy <http://schema.org/TravelAction>
+  .
+
+
+ro:TravelAgency a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "TravelAgency"@en ;
+  schema:isDefinedBy <http://schema.org/TravelAgency>
+  .
+
+
+ro:TreatmentIndication a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "TreatmentIndication"@en ;
+  schema:isDefinedBy <http://schema.org/TreatmentIndication>
+  .
+
+
+ro:TreatmentsHealthAspect a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "TreatmentsHealthAspect"@en ;
+  schema:isDefinedBy <http://schema.org/TreatmentsHealthAspect>
+  .
+
+
+ro:Trip a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Trip"@en ;
+  schema:isDefinedBy <http://schema.org/Trip>
+  .
+
+
+ro:TripleBlindedTrial a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "TripleBlindedTrial"@en ;
+  schema:isDefinedBy <http://schema.org/TripleBlindedTrial>
+  .
+
+
+ro:True a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "True"@en ;
+  schema:isDefinedBy <http://schema.org/True>
+  .
+
+
+ro:Tuesday a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Tuesday"@en ;
+  schema:isDefinedBy <http://schema.org/Tuesday>
+  .
+
+
+ro:TypeAndQuantityNode a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "TypeAndQuantityNode"@en ;
+  schema:isDefinedBy <http://schema.org/TypeAndQuantityNode>
+  .
+
+
+ro:TypesHealthAspect a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "TypesHealthAspect"@en ;
+  schema:isDefinedBy <http://schema.org/TypesHealthAspect>
+  .
+
+
+ro:UKNonprofitType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "UKNonprofitType"@en ;
+  schema:isDefinedBy <http://schema.org/UKNonprofitType>
+  .
+
+
+ro:UKTrust a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "UKTrust"@en ;
+  schema:isDefinedBy <http://schema.org/UKTrust>
+  .
+
+
+ro:URL a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "URL"@en ;
+  schema:isDefinedBy <http://schema.org/URL>
+  .
+
+
+ro:USNonprofitType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "USNonprofitType"@en ;
+  schema:isDefinedBy <http://schema.org/USNonprofitType>
+  .
+
+
+ro:Ultrasound a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Ultrasound"@en ;
+  schema:isDefinedBy <http://schema.org/Ultrasound>
+  .
+
+
+ro:UnRegisterAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "UnRegisterAction"@en ;
+  schema:isDefinedBy <http://schema.org/UnRegisterAction>
+  .
+
+
+ro:UnemploymentSupport a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "UnemploymentSupport"@en ;
+  schema:isDefinedBy <http://schema.org/UnemploymentSupport>
+  .
+
+
+ro:UnincorporatedAssociationCharity a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "UnincorporatedAssociationCharity"@en ;
+  schema:isDefinedBy <http://schema.org/UnincorporatedAssociationCharity>
+  .
+
+
+ro:UnitPriceSpecification a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "UnitPriceSpecification"@en ;
+  schema:isDefinedBy <http://schema.org/UnitPriceSpecification>
+  .
+
+
+ro:UnofficialLegalValue a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "UnofficialLegalValue"@en ;
+  schema:isDefinedBy <http://schema.org/UnofficialLegalValue>
+  .
+
+
+ro:UpdateAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "UpdateAction"@en ;
+  schema:isDefinedBy <http://schema.org/UpdateAction>
+  .
+
+
+ro:Urologic a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Urologic"@en ;
+  schema:isDefinedBy <http://schema.org/Urologic>
+  .
+
+
+ro:UsageOrScheduleHealthAspect a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "UsageOrScheduleHealthAspect"@en ;
+  schema:isDefinedBy <http://schema.org/UsageOrScheduleHealthAspect>
+  .
+
+
+ro:UseAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "UseAction"@en ;
+  schema:isDefinedBy <http://schema.org/UseAction>
+  .
+
+
+ro:UsedCondition a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "UsedCondition"@en ;
+  schema:isDefinedBy <http://schema.org/UsedCondition>
+  .
+
+
+ro:UserBlocks a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "UserBlocks"@en ;
+  schema:isDefinedBy <http://schema.org/UserBlocks>
+  .
+
+
+ro:UserCheckins a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "UserCheckins"@en ;
+  schema:isDefinedBy <http://schema.org/UserCheckins>
+  .
+
+
+ro:UserComments a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "UserComments"@en ;
+  schema:isDefinedBy <http://schema.org/UserComments>
+  .
+
+
+ro:UserDownloads a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "UserDownloads"@en ;
+  schema:isDefinedBy <http://schema.org/UserDownloads>
+  .
+
+
+ro:UserInteraction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "UserInteraction"@en ;
+  schema:isDefinedBy <http://schema.org/UserInteraction>
+  .
+
+
+ro:UserLikes a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "UserLikes"@en ;
+  schema:isDefinedBy <http://schema.org/UserLikes>
+  .
+
+
+ro:UserPageVisits a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "UserPageVisits"@en ;
+  schema:isDefinedBy <http://schema.org/UserPageVisits>
+  .
+
+
+ro:UserPlays a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "UserPlays"@en ;
+  schema:isDefinedBy <http://schema.org/UserPlays>
+  .
+
+
+ro:UserPlusOnes a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "UserPlusOnes"@en ;
+  schema:isDefinedBy <http://schema.org/UserPlusOnes>
+  .
+
+
+ro:UserReview a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "UserReview"@en ;
+  schema:isDefinedBy <http://schema.org/UserReview>
+  .
+
+
+ro:UserTweets a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "UserTweets"@en ;
+  schema:isDefinedBy <http://schema.org/UserTweets>
+  .
+
+
+ro:VeganDiet a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "VeganDiet"@en ;
+  schema:isDefinedBy <http://schema.org/VeganDiet>
+  .
+
+
+ro:VegetarianDiet a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "VegetarianDiet"@en ;
+  schema:isDefinedBy <http://schema.org/VegetarianDiet>
+  .
+
+
+ro:Vehicle a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Vehicle"@en ;
+  schema:isDefinedBy <http://schema.org/Vehicle>
+  .
+
+
+ro:Vein a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Vein"@en ;
+  schema:isDefinedBy <http://schema.org/Vein>
+  .
+
+
+ro:VenueMap a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "VenueMap"@en ;
+  schema:isDefinedBy <http://schema.org/VenueMap>
+  .
+
+
+ro:Vessel a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Vessel"@en ;
+  schema:isDefinedBy <http://schema.org/Vessel>
+  .
+
+
+ro:VeterinaryCare a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "VeterinaryCare"@en ;
+  schema:isDefinedBy <http://schema.org/VeterinaryCare>
+  .
+
+
+ro:VideoGallery a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "VideoGallery"@en ;
+  schema:isDefinedBy <http://schema.org/VideoGallery>
+  .
+
+
+ro:VideoGame a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "VideoGame"@en ;
+  schema:isDefinedBy <http://schema.org/VideoGame>
+  .
+
+
+ro:VideoGameClip a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "VideoGameClip"@en ;
+  schema:isDefinedBy <http://schema.org/VideoGameClip>
+  .
+
+
+ro:VideoGameSeries a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "VideoGameSeries"@en ;
+  schema:isDefinedBy <http://schema.org/VideoGameSeries>
+  .
+
+
+ro:VideoObject a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "VideoObject"@en ;
+  schema:isDefinedBy <http://schema.org/VideoObject>
+  .
+
+
+ro:ViewAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ViewAction"@en ;
+  schema:isDefinedBy <http://schema.org/ViewAction>
+  .
+
+
+ro:VinylFormat a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "VinylFormat"@en ;
+  schema:isDefinedBy <http://schema.org/VinylFormat>
+  .
+
+
+ro:VirtualLocation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "VirtualLocation"@en ;
+  schema:isDefinedBy <http://schema.org/VirtualLocation>
+  .
+
+
+ro:Virus a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Virus"@en ;
+  schema:isDefinedBy <http://schema.org/Virus>
+  .
+
+
+ro:VisualArtsEvent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "VisualArtsEvent"@en ;
+  schema:isDefinedBy <http://schema.org/VisualArtsEvent>
+  .
+
+
+ro:VisualArtwork a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "VisualArtwork"@en ;
+  schema:isDefinedBy <http://schema.org/VisualArtwork>
+  .
+
+
+ro:VitalSign a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "VitalSign"@en ;
+  schema:isDefinedBy <http://schema.org/VitalSign>
+  .
+
+
+ro:Volcano a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Volcano"@en ;
+  schema:isDefinedBy <http://schema.org/Volcano>
+  .
+
+
+ro:VoteAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "VoteAction"@en ;
+  schema:isDefinedBy <http://schema.org/VoteAction>
+  .
+
+
+ro:WPAdBlock a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "WPAdBlock"@en ;
+  schema:isDefinedBy <http://schema.org/WPAdBlock>
+  .
+
+
+ro:WPFooter a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "WPFooter"@en ;
+  schema:isDefinedBy <http://schema.org/WPFooter>
+  .
+
+
+ro:WPHeader a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "WPHeader"@en ;
+  schema:isDefinedBy <http://schema.org/WPHeader>
+  .
+
+
+ro:WPSideBar a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "WPSideBar"@en ;
+  schema:isDefinedBy <http://schema.org/WPSideBar>
+  .
+
+
+ro:WantAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "WantAction"@en ;
+  schema:isDefinedBy <http://schema.org/WantAction>
+  .
+
+
+ro:WarrantyPromise a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "WarrantyPromise"@en ;
+  schema:isDefinedBy <http://schema.org/WarrantyPromise>
+  .
+
+
+ro:WarrantyScope a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "WarrantyScope"@en ;
+  schema:isDefinedBy <http://schema.org/WarrantyScope>
+  .
+
+
+ro:WatchAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "WatchAction"@en ;
+  schema:isDefinedBy <http://schema.org/WatchAction>
+  .
+
+
+ro:Waterfall a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Waterfall"@en ;
+  schema:isDefinedBy <http://schema.org/Waterfall>
+  .
+
+
+ro:WearAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "WearAction"@en ;
+  schema:isDefinedBy <http://schema.org/WearAction>
+  .
+
+
+ro:WebAPI a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "WebAPI"@en ;
+  schema:isDefinedBy <http://schema.org/WebAPI>
+  .
+
+
+ro:WebApplication a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "WebApplication"@en ;
+  schema:isDefinedBy <http://schema.org/WebApplication>
+  .
+
+
+ro:WebContent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "WebContent"@en ;
+  schema:isDefinedBy <http://schema.org/WebContent>
+  .
+
+
+ro:WebPage a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "WebPage"@en ;
+  schema:isDefinedBy <http://schema.org/WebPage>
+  .
+
+
+ro:WebPageElement a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "WebPageElement"@en ;
+  schema:isDefinedBy <http://schema.org/WebPageElement>
+  .
+
+
+ro:WebSite a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "WebSite"@en ;
+  schema:isDefinedBy <http://schema.org/WebSite>
+  .
+
+
+ro:Wednesday a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Wednesday"@en ;
+  schema:isDefinedBy <http://schema.org/Wednesday>
+  .
+
+
+ro:WesternConventional a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "WesternConventional"@en ;
+  schema:isDefinedBy <http://schema.org/WesternConventional>
+  .
+
+
+ro:Wholesale a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Wholesale"@en ;
+  schema:isDefinedBy <http://schema.org/Wholesale>
+  .
+
+
+ro:WholesaleStore a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "WholesaleStore"@en ;
+  schema:isDefinedBy <http://schema.org/WholesaleStore>
+  .
+
+
+ro:WinAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "WinAction"@en ;
+  schema:isDefinedBy <http://schema.org/WinAction>
+  .
+
+
+ro:Winery a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Winery"@en ;
+  schema:isDefinedBy <http://schema.org/Winery>
+  .
+
+
+ro:Withdrawn a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Withdrawn"@en ;
+  schema:isDefinedBy <http://schema.org/Withdrawn>
+  .
+
+
+ro:WorkBasedProgram a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "WorkBasedProgram"@en ;
+  schema:isDefinedBy <http://schema.org/WorkBasedProgram>
+  .
+
+
+ro:WorkersUnion a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "WorkersUnion"@en ;
+  schema:isDefinedBy <http://schema.org/WorkersUnion>
+  .
+
+
+ro:WriteAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "WriteAction"@en ;
+  schema:isDefinedBy <http://schema.org/WriteAction>
+  .
+
+
+ro:WritePermission a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "WritePermission"@en ;
+  schema:isDefinedBy <http://schema.org/WritePermission>
+  .
+
+
+ro:XPathType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "XPathType"@en ;
+  schema:isDefinedBy <http://schema.org/XPathType>
+  .
+
+
+ro:XRay a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "XRay"@en ;
+  schema:isDefinedBy <http://schema.org/XRay>
+  .
+
+
+ro:ZoneBoardingPolicy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ZoneBoardingPolicy"@en ;
+  schema:isDefinedBy <http://schema.org/ZoneBoardingPolicy>
+  .
+
+
+ro:Zoo a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Zoo"@en ;
+  schema:isDefinedBy <http://schema.org/Zoo>
+  .
+
+
+ro:about a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "about"@en ;
+  schema:isDefinedBy <http://schema.org/about>
+  .
+
+
+ro:abridged a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "abridged"@en ;
+  schema:isDefinedBy <http://schema.org/abridged>
+  .
+
+
+ro:abstract a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "abstract"@en ;
+  schema:isDefinedBy <http://schema.org/abstract>
+  .
+
+
+ro:accelerationTime a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "accelerationTime"@en ;
+  schema:isDefinedBy <http://schema.org/accelerationTime>
+  .
+
+
+ro:acceptedAnswer a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "acceptedAnswer"@en ;
+  schema:isDefinedBy <http://schema.org/acceptedAnswer>
+  .
+
+
+ro:acceptedOffer a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "acceptedOffer"@en ;
+  schema:isDefinedBy <http://schema.org/acceptedOffer>
+  .
+
+
+ro:acceptedPaymentMethod a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "acceptedPaymentMethod"@en ;
+  schema:isDefinedBy <http://schema.org/acceptedPaymentMethod>
+  .
+
+
+ro:acceptsReservations a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "acceptsReservations"@en ;
+  schema:isDefinedBy <http://schema.org/acceptsReservations>
+  .
+
+
+ro:accessCode a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "accessCode"@en ;
+  schema:isDefinedBy <http://schema.org/accessCode>
+  .
+
+
+ro:accessMode a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "accessMode"@en ;
+  schema:isDefinedBy <http://schema.org/accessMode>
+  .
+
+
+ro:accessModeSufficient a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "accessModeSufficient"@en ;
+  schema:isDefinedBy <http://schema.org/accessModeSufficient>
+  .
+
+
+ro:accessibilityAPI a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "accessibilityAPI"@en ;
+  schema:isDefinedBy <http://schema.org/accessibilityAPI>
+  .
+
+
+ro:accessibilityControl a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "accessibilityControl"@en ;
+  schema:isDefinedBy <http://schema.org/accessibilityControl>
+  .
+
+
+ro:accessibilityFeature a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "accessibilityFeature"@en ;
+  schema:isDefinedBy <http://schema.org/accessibilityFeature>
+  .
+
+
+ro:accessibilityHazard a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "accessibilityHazard"@en ;
+  schema:isDefinedBy <http://schema.org/accessibilityHazard>
+  .
+
+
+ro:accessibilitySummary a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "accessibilitySummary"@en ;
+  schema:isDefinedBy <http://schema.org/accessibilitySummary>
+  .
+
+
+ro:accommodationCategory a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "accommodationCategory"@en ;
+  schema:isDefinedBy <http://schema.org/accommodationCategory>
+  .
+
+
+ro:accommodationFloorPlan a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "accommodationFloorPlan"@en ;
+  schema:isDefinedBy <http://schema.org/accommodationFloorPlan>
+  .
+
+
+ro:accountId a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "accountId"@en ;
+  schema:isDefinedBy <http://schema.org/accountId>
+  .
+
+
+ro:accountMinimumInflow a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "accountMinimumInflow"@en ;
+  schema:isDefinedBy <http://schema.org/accountMinimumInflow>
+  .
+
+
+ro:accountOverdraftLimit a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "accountOverdraftLimit"@en ;
+  schema:isDefinedBy <http://schema.org/accountOverdraftLimit>
+  .
+
+
+ro:accountablePerson a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "accountablePerson"@en ;
+  schema:isDefinedBy <http://schema.org/accountablePerson>
+  .
+
+
+ro:acquireLicensePage a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "acquireLicensePage"@en ;
+  schema:isDefinedBy <http://schema.org/acquireLicensePage>
+  .
+
+
+ro:acquiredFrom a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "acquiredFrom"@en ;
+  schema:isDefinedBy <http://schema.org/acquiredFrom>
+  .
+
+
+ro:acrissCode a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "acrissCode"@en ;
+  schema:isDefinedBy <http://schema.org/acrissCode>
+  .
+
+
+ro:actionAccessibilityRequirement a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "actionAccessibilityRequirement"@en ;
+  schema:isDefinedBy <http://schema.org/actionAccessibilityRequirement>
+  .
+
+
+ro:actionApplication a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "actionApplication"@en ;
+  schema:isDefinedBy <http://schema.org/actionApplication>
+  .
+
+
+ro:actionOption a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "actionOption"@en ;
+  schema:isDefinedBy <http://schema.org/actionOption>
+  .
+
+
+ro:actionPlatform a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "actionPlatform"@en ;
+  schema:isDefinedBy <http://schema.org/actionPlatform>
+  .
+
+
+ro:actionStatus a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "actionStatus"@en ;
+  schema:isDefinedBy <http://schema.org/actionStatus>
+  .
+
+
+ro:actionableFeedbackPolicy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "actionableFeedbackPolicy"@en ;
+  schema:isDefinedBy <http://schema.org/actionableFeedbackPolicy>
+  .
+
+
+ro:activeIngredient a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "activeIngredient"@en ;
+  schema:isDefinedBy <http://schema.org/activeIngredient>
+  .
+
+
+ro:activityDuration a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "activityDuration"@en ;
+  schema:isDefinedBy <http://schema.org/activityDuration>
+  .
+
+
+ro:activityFrequency a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "activityFrequency"@en ;
+  schema:isDefinedBy <http://schema.org/activityFrequency>
+  .
+
+
+ro:actor a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "actor"@en ;
+  schema:isDefinedBy <http://schema.org/actor>
+  .
+
+
+ro:actors a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "actors"@en ;
+  schema:isDefinedBy <http://schema.org/actors>
+  .
+
+
+ro:addOn a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "addOn"@en ;
+  schema:isDefinedBy <http://schema.org/addOn>
+  .
+
+
+ro:additionalName a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "additionalName"@en ;
+  schema:isDefinedBy <http://schema.org/additionalName>
+  .
+
+
+ro:additionalNumberOfGuests a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "additionalNumberOfGuests"@en ;
+  schema:isDefinedBy <http://schema.org/additionalNumberOfGuests>
+  .
+
+
+ro:additionalProperty a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "additionalProperty"@en ;
+  schema:isDefinedBy <http://schema.org/additionalProperty>
+  .
+
+
+ro:additionalType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "additionalType"@en ;
+  schema:isDefinedBy <http://schema.org/additionalType>
+  .
+
+
+ro:additionalVariable a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "additionalVariable"@en ;
+  schema:isDefinedBy <http://schema.org/additionalVariable>
+  .
+
+
+ro:address a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "address"@en ;
+  schema:isDefinedBy <http://schema.org/address>
+  .
+
+
+ro:addressCountry a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "addressCountry"@en ;
+  schema:isDefinedBy <http://schema.org/addressCountry>
+  .
+
+
+ro:addressLocality a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "addressLocality"@en ;
+  schema:isDefinedBy <http://schema.org/addressLocality>
+  .
+
+
+ro:addressRegion a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "addressRegion"@en ;
+  schema:isDefinedBy <http://schema.org/addressRegion>
+  .
+
+
+ro:administrationRoute a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "administrationRoute"@en ;
+  schema:isDefinedBy <http://schema.org/administrationRoute>
+  .
+
+
+ro:advanceBookingRequirement a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "advanceBookingRequirement"@en ;
+  schema:isDefinedBy <http://schema.org/advanceBookingRequirement>
+  .
+
+
+ro:adverseOutcome a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "adverseOutcome"@en ;
+  schema:isDefinedBy <http://schema.org/adverseOutcome>
+  .
+
+
+ro:affectedBy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "affectedBy"@en ;
+  schema:isDefinedBy <http://schema.org/affectedBy>
+  .
+
+
+ro:affiliation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "affiliation"@en ;
+  schema:isDefinedBy <http://schema.org/affiliation>
+  .
+
+
+ro:afterMedia a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "afterMedia"@en ;
+  schema:isDefinedBy <http://schema.org/afterMedia>
+  .
+
+
+ro:agent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "agent"@en ;
+  schema:isDefinedBy <http://schema.org/agent>
+  .
+
+
+ro:aggregateRating a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "aggregateRating"@en ;
+  schema:isDefinedBy <http://schema.org/aggregateRating>
+  .
+
+
+ro:aircraft a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "aircraft"@en ;
+  schema:isDefinedBy <http://schema.org/aircraft>
+  .
+
+
+ro:album a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "album"@en ;
+  schema:isDefinedBy <http://schema.org/album>
+  .
+
+
+ro:albumProductionType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "albumProductionType"@en ;
+  schema:isDefinedBy <http://schema.org/albumProductionType>
+  .
+
+
+ro:albumRelease a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "albumRelease"@en ;
+  schema:isDefinedBy <http://schema.org/albumRelease>
+  .
+
+
+ro:albumReleaseType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "albumReleaseType"@en ;
+  schema:isDefinedBy <http://schema.org/albumReleaseType>
+  .
+
+
+ro:albums a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "albums"@en ;
+  schema:isDefinedBy <http://schema.org/albums>
+  .
+
+
+ro:alcoholWarning a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "alcoholWarning"@en ;
+  schema:isDefinedBy <http://schema.org/alcoholWarning>
+  .
+
+
+ro:algorithm a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "algorithm"@en ;
+  schema:isDefinedBy <http://schema.org/algorithm>
+  .
+
+
+ro:alignmentType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "alignmentType"@en ;
+  schema:isDefinedBy <http://schema.org/alignmentType>
+  .
+
+
+ro:alternateName a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "alternateName"@en ;
+  schema:isDefinedBy <http://schema.org/alternateName>
+  .
+
+
+ro:alternativeHeadline a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "alternativeHeadline"@en ;
+  schema:isDefinedBy <http://schema.org/alternativeHeadline>
+  .
+
+
+ro:alumni a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "alumni"@en ;
+  schema:isDefinedBy <http://schema.org/alumni>
+  .
+
+
+ro:alumniOf a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "alumniOf"@en ;
+  schema:isDefinedBy <http://schema.org/alumniOf>
+  .
+
+
+ro:amenityFeature a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "amenityFeature"@en ;
+  schema:isDefinedBy <http://schema.org/amenityFeature>
+  .
+
+
+ro:amount a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "amount"@en ;
+  schema:isDefinedBy <http://schema.org/amount>
+  .
+
+
+ro:amountOfThisGood a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "amountOfThisGood"@en ;
+  schema:isDefinedBy <http://schema.org/amountOfThisGood>
+  .
+
+
+ro:announcementLocation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "announcementLocation"@en ;
+  schema:isDefinedBy <http://schema.org/announcementLocation>
+  .
+
+
+ro:annualPercentageRate a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "annualPercentageRate"@en ;
+  schema:isDefinedBy <http://schema.org/annualPercentageRate>
+  .
+
+
+ro:answerCount a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "answerCount"@en ;
+  schema:isDefinedBy <http://schema.org/answerCount>
+  .
+
+
+ro:answerExplanation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "answerExplanation"@en ;
+  schema:isDefinedBy <http://schema.org/answerExplanation>
+  .
+
+
+ro:antagonist a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "antagonist"@en ;
+  schema:isDefinedBy <http://schema.org/antagonist>
+  .
+
+
+ro:appearance a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "appearance"@en ;
+  schema:isDefinedBy <http://schema.org/appearance>
+  .
+
+
+ro:applicableLocation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "applicableLocation"@en ;
+  schema:isDefinedBy <http://schema.org/applicableLocation>
+  .
+
+
+ro:applicantLocationRequirements a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "applicantLocationRequirements"@en ;
+  schema:isDefinedBy <http://schema.org/applicantLocationRequirements>
+  .
+
+
+ro:application a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "application"@en ;
+  schema:isDefinedBy <http://schema.org/application>
+  .
+
+
+ro:applicationCategory a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "applicationCategory"@en ;
+  schema:isDefinedBy <http://schema.org/applicationCategory>
+  .
+
+
+ro:applicationContact a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "applicationContact"@en ;
+  schema:isDefinedBy <http://schema.org/applicationContact>
+  .
+
+
+ro:applicationDeadline a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "applicationDeadline"@en ;
+  schema:isDefinedBy <http://schema.org/applicationDeadline>
+  .
+
+
+ro:applicationStartDate a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "applicationStartDate"@en ;
+  schema:isDefinedBy <http://schema.org/applicationStartDate>
+  .
+
+
+ro:applicationSubCategory a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "applicationSubCategory"@en ;
+  schema:isDefinedBy <http://schema.org/applicationSubCategory>
+  .
+
+
+ro:applicationSuite a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "applicationSuite"@en ;
+  schema:isDefinedBy <http://schema.org/applicationSuite>
+  .
+
+
+ro:appliesToDeliveryMethod a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "appliesToDeliveryMethod"@en ;
+  schema:isDefinedBy <http://schema.org/appliesToDeliveryMethod>
+  .
+
+
+ro:appliesToPaymentMethod a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "appliesToPaymentMethod"@en ;
+  schema:isDefinedBy <http://schema.org/appliesToPaymentMethod>
+  .
+
+
+ro:archiveHeld a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "archiveHeld"@en ;
+  schema:isDefinedBy <http://schema.org/archiveHeld>
+  .
+
+
+ro:area a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "area"@en ;
+  schema:isDefinedBy <http://schema.org/area>
+  .
+
+
+ro:areaServed a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "areaServed"@en ;
+  schema:isDefinedBy <http://schema.org/areaServed>
+  .
+
+
+ro:arrivalAirport a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "arrivalAirport"@en ;
+  schema:isDefinedBy <http://schema.org/arrivalAirport>
+  .
+
+
+ro:arrivalBoatTerminal a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "arrivalBoatTerminal"@en ;
+  schema:isDefinedBy <http://schema.org/arrivalBoatTerminal>
+  .
+
+
+ro:arrivalBusStop a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "arrivalBusStop"@en ;
+  schema:isDefinedBy <http://schema.org/arrivalBusStop>
+  .
+
+
+ro:arrivalGate a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "arrivalGate"@en ;
+  schema:isDefinedBy <http://schema.org/arrivalGate>
+  .
+
+
+ro:arrivalPlatform a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "arrivalPlatform"@en ;
+  schema:isDefinedBy <http://schema.org/arrivalPlatform>
+  .
+
+
+ro:arrivalStation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "arrivalStation"@en ;
+  schema:isDefinedBy <http://schema.org/arrivalStation>
+  .
+
+
+ro:arrivalTerminal a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "arrivalTerminal"@en ;
+  schema:isDefinedBy <http://schema.org/arrivalTerminal>
+  .
+
+
+ro:arrivalTime a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "arrivalTime"@en ;
+  schema:isDefinedBy <http://schema.org/arrivalTime>
+  .
+
+
+ro:artEdition a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "artEdition"@en ;
+  schema:isDefinedBy <http://schema.org/artEdition>
+  .
+
+
+ro:artMedium a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "artMedium"@en ;
+  schema:isDefinedBy <http://schema.org/artMedium>
+  .
+
+
+ro:arterialBranch a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "arterialBranch"@en ;
+  schema:isDefinedBy <http://schema.org/arterialBranch>
+  .
+
+
+ro:artform a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "artform"@en ;
+  schema:isDefinedBy <http://schema.org/artform>
+  .
+
+
+ro:articleBody a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "articleBody"@en ;
+  schema:isDefinedBy <http://schema.org/articleBody>
+  .
+
+
+ro:articleSection a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "articleSection"@en ;
+  schema:isDefinedBy <http://schema.org/articleSection>
+  .
+
+
+ro:artist a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "artist"@en ;
+  schema:isDefinedBy <http://schema.org/artist>
+  .
+
+
+ro:artworkSurface a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "artworkSurface"@en ;
+  schema:isDefinedBy <http://schema.org/artworkSurface>
+  .
+
+
+ro:aspect a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "aspect"@en ;
+  schema:isDefinedBy <http://schema.org/aspect>
+  .
+
+
+ro:assembly a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "assembly"@en ;
+  schema:isDefinedBy <http://schema.org/assembly>
+  .
+
+
+ro:assemblyVersion a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "assemblyVersion"@en ;
+  schema:isDefinedBy <http://schema.org/assemblyVersion>
+  .
+
+
+ro:assesses a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "assesses"@en ;
+  schema:isDefinedBy <http://schema.org/assesses>
+  .
+
+
+ro:associatedAnatomy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "associatedAnatomy"@en ;
+  schema:isDefinedBy <http://schema.org/associatedAnatomy>
+  .
+
+
+ro:associatedArticle a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "associatedArticle"@en ;
+  schema:isDefinedBy <http://schema.org/associatedArticle>
+  .
+
+
+ro:associatedMedia a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "associatedMedia"@en ;
+  schema:isDefinedBy <http://schema.org/associatedMedia>
+  .
+
+
+ro:associatedPathophysiology a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "associatedPathophysiology"@en ;
+  schema:isDefinedBy <http://schema.org/associatedPathophysiology>
+  .
+
+
+ro:athlete a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "athlete"@en ;
+  schema:isDefinedBy <http://schema.org/athlete>
+  .
+
+
+ro:attendee a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "attendee"@en ;
+  schema:isDefinedBy <http://schema.org/attendee>
+  .
+
+
+ro:attendees a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "attendees"@en ;
+  schema:isDefinedBy <http://schema.org/attendees>
+  .
+
+
+ro:audience a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "audience"@en ;
+  schema:isDefinedBy <http://schema.org/audience>
+  .
+
+
+ro:audienceType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "audienceType"@en ;
+  schema:isDefinedBy <http://schema.org/audienceType>
+  .
+
+
+ro:audio a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "audio"@en ;
+  schema:isDefinedBy <http://schema.org/audio>
+  .
+
+
+ro:authenticator a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "authenticator"@en ;
+  schema:isDefinedBy <http://schema.org/authenticator>
+  .
+
+
+ro:author a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "author"@en ;
+  schema:isDefinedBy <http://schema.org/author>
+  .
+
+
+ro:availability a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "availability"@en ;
+  schema:isDefinedBy <http://schema.org/availability>
+  .
+
+
+ro:availabilityEnds a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "availabilityEnds"@en ;
+  schema:isDefinedBy <http://schema.org/availabilityEnds>
+  .
+
+
+ro:availabilityStarts a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "availabilityStarts"@en ;
+  schema:isDefinedBy <http://schema.org/availabilityStarts>
+  .
+
+
+ro:availableAtOrFrom a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "availableAtOrFrom"@en ;
+  schema:isDefinedBy <http://schema.org/availableAtOrFrom>
+  .
+
+
+ro:availableChannel a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "availableChannel"@en ;
+  schema:isDefinedBy <http://schema.org/availableChannel>
+  .
+
+
+ro:availableDeliveryMethod a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "availableDeliveryMethod"@en ;
+  schema:isDefinedBy <http://schema.org/availableDeliveryMethod>
+  .
+
+
+ro:availableFrom a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "availableFrom"@en ;
+  schema:isDefinedBy <http://schema.org/availableFrom>
+  .
+
+
+ro:availableIn a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "availableIn"@en ;
+  schema:isDefinedBy <http://schema.org/availableIn>
+  .
+
+
+ro:availableLanguage a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "availableLanguage"@en ;
+  schema:isDefinedBy <http://schema.org/availableLanguage>
+  .
+
+
+ro:availableOnDevice a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "availableOnDevice"@en ;
+  schema:isDefinedBy <http://schema.org/availableOnDevice>
+  .
+
+
+ro:availableService a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "availableService"@en ;
+  schema:isDefinedBy <http://schema.org/availableService>
+  .
+
+
+ro:availableStrength a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "availableStrength"@en ;
+  schema:isDefinedBy <http://schema.org/availableStrength>
+  .
+
+
+ro:availableTest a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "availableTest"@en ;
+  schema:isDefinedBy <http://schema.org/availableTest>
+  .
+
+
+ro:availableThrough a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "availableThrough"@en ;
+  schema:isDefinedBy <http://schema.org/availableThrough>
+  .
+
+
+ro:award a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "award"@en ;
+  schema:isDefinedBy <http://schema.org/award>
+  .
+
+
+ro:awards a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "awards"@en ;
+  schema:isDefinedBy <http://schema.org/awards>
+  .
+
+
+ro:awayTeam a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "awayTeam"@en ;
+  schema:isDefinedBy <http://schema.org/awayTeam>
+  .
+
+
+ro:backstory a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "backstory"@en ;
+  schema:isDefinedBy <http://schema.org/backstory>
+  .
+
+
+ro:bankAccountType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "bankAccountType"@en ;
+  schema:isDefinedBy <http://schema.org/bankAccountType>
+  .
+
+
+ro:baseSalary a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "baseSalary"@en ;
+  schema:isDefinedBy <http://schema.org/baseSalary>
+  .
+
+
+ro:bccRecipient a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "bccRecipient"@en ;
+  schema:isDefinedBy <http://schema.org/bccRecipient>
+  .
+
+
+ro:bed a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "bed"@en ;
+  schema:isDefinedBy <http://schema.org/bed>
+  .
+
+
+ro:beforeMedia a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "beforeMedia"@en ;
+  schema:isDefinedBy <http://schema.org/beforeMedia>
+  .
+
+
+ro:beneficiaryBank a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "beneficiaryBank"@en ;
+  schema:isDefinedBy <http://schema.org/beneficiaryBank>
+  .
+
+
+ro:benefits a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "benefits"@en ;
+  schema:isDefinedBy <http://schema.org/benefits>
+  .
+
+
+ro:benefitsSummaryUrl a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "benefitsSummaryUrl"@en ;
+  schema:isDefinedBy <http://schema.org/benefitsSummaryUrl>
+  .
+
+
+ro:bestRating a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "bestRating"@en ;
+  schema:isDefinedBy <http://schema.org/bestRating>
+  .
+
+
+ro:billingAddress a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "billingAddress"@en ;
+  schema:isDefinedBy <http://schema.org/billingAddress>
+  .
+
+
+ro:billingIncrement a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "billingIncrement"@en ;
+  schema:isDefinedBy <http://schema.org/billingIncrement>
+  .
+
+
+ro:billingPeriod a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "billingPeriod"@en ;
+  schema:isDefinedBy <http://schema.org/billingPeriod>
+  .
+
+
+ro:biomechnicalClass a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "biomechnicalClass"@en ;
+  schema:isDefinedBy <http://schema.org/biomechnicalClass>
+  .
+
+
+ro:birthDate a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "birthDate"@en ;
+  schema:isDefinedBy <http://schema.org/birthDate>
+  .
+
+
+ro:birthPlace a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "birthPlace"@en ;
+  schema:isDefinedBy <http://schema.org/birthPlace>
+  .
+
+
+ro:bitrate a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "bitrate"@en ;
+  schema:isDefinedBy <http://schema.org/bitrate>
+  .
+
+
+ro:blogPost a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "blogPost"@en ;
+  schema:isDefinedBy <http://schema.org/blogPost>
+  .
+
+
+ro:blogPosts a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "blogPosts"@en ;
+  schema:isDefinedBy <http://schema.org/blogPosts>
+  .
+
+
+ro:bloodSupply a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "bloodSupply"@en ;
+  schema:isDefinedBy <http://schema.org/bloodSupply>
+  .
+
+
+ro:boardingGroup a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "boardingGroup"@en ;
+  schema:isDefinedBy <http://schema.org/boardingGroup>
+  .
+
+
+ro:boardingPolicy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "boardingPolicy"@en ;
+  schema:isDefinedBy <http://schema.org/boardingPolicy>
+  .
+
+
+ro:bodyLocation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "bodyLocation"@en ;
+  schema:isDefinedBy <http://schema.org/bodyLocation>
+  .
+
+
+ro:bodyType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "bodyType"@en ;
+  schema:isDefinedBy <http://schema.org/bodyType>
+  .
+
+
+ro:bookEdition a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "bookEdition"@en ;
+  schema:isDefinedBy <http://schema.org/bookEdition>
+  .
+
+
+ro:bookFormat a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "bookFormat"@en ;
+  schema:isDefinedBy <http://schema.org/bookFormat>
+  .
+
+
+ro:bookingAgent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "bookingAgent"@en ;
+  schema:isDefinedBy <http://schema.org/bookingAgent>
+  .
+
+
+ro:bookingTime a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "bookingTime"@en ;
+  schema:isDefinedBy <http://schema.org/bookingTime>
+  .
+
+
+ro:borrower a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "borrower"@en ;
+  schema:isDefinedBy <http://schema.org/borrower>
+  .
+
+
+ro:box a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "box"@en ;
+  schema:isDefinedBy <http://schema.org/box>
+  .
+
+
+ro:branch a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "branch"@en ;
+  schema:isDefinedBy <http://schema.org/branch>
+  .
+
+
+ro:branchCode a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "branchCode"@en ;
+  schema:isDefinedBy <http://schema.org/branchCode>
+  .
+
+
+ro:branchOf a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "branchOf"@en ;
+  schema:isDefinedBy <http://schema.org/branchOf>
+  .
+
+
+ro:brand a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "brand"@en ;
+  schema:isDefinedBy <http://schema.org/brand>
+  .
+
+
+ro:breadcrumb a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "breadcrumb"@en ;
+  schema:isDefinedBy <http://schema.org/breadcrumb>
+  .
+
+
+ro:breastfeedingWarning a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "breastfeedingWarning"@en ;
+  schema:isDefinedBy <http://schema.org/breastfeedingWarning>
+  .
+
+
+ro:broadcastAffiliateOf a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "broadcastAffiliateOf"@en ;
+  schema:isDefinedBy <http://schema.org/broadcastAffiliateOf>
+  .
+
+
+ro:broadcastChannelId a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "broadcastChannelId"@en ;
+  schema:isDefinedBy <http://schema.org/broadcastChannelId>
+  .
+
+
+ro:broadcastDisplayName a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "broadcastDisplayName"@en ;
+  schema:isDefinedBy <http://schema.org/broadcastDisplayName>
+  .
+
+
+ro:broadcastFrequency a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "broadcastFrequency"@en ;
+  schema:isDefinedBy <http://schema.org/broadcastFrequency>
+  .
+
+
+ro:broadcastFrequencyValue a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "broadcastFrequencyValue"@en ;
+  schema:isDefinedBy <http://schema.org/broadcastFrequencyValue>
+  .
+
+
+ro:broadcastOfEvent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "broadcastOfEvent"@en ;
+  schema:isDefinedBy <http://schema.org/broadcastOfEvent>
+  .
+
+
+ro:broadcastServiceTier a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "broadcastServiceTier"@en ;
+  schema:isDefinedBy <http://schema.org/broadcastServiceTier>
+  .
+
+
+ro:broadcastSignalModulation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "broadcastSignalModulation"@en ;
+  schema:isDefinedBy <http://schema.org/broadcastSignalModulation>
+  .
+
+
+ro:broadcastSubChannel a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "broadcastSubChannel"@en ;
+  schema:isDefinedBy <http://schema.org/broadcastSubChannel>
+  .
+
+
+ro:broadcastTimezone a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "broadcastTimezone"@en ;
+  schema:isDefinedBy <http://schema.org/broadcastTimezone>
+  .
+
+
+ro:broadcaster a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "broadcaster"@en ;
+  schema:isDefinedBy <http://schema.org/broadcaster>
+  .
+
+
+ro:broker a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "broker"@en ;
+  schema:isDefinedBy <http://schema.org/broker>
+  .
+
+
+ro:browserRequirements a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "browserRequirements"@en ;
+  schema:isDefinedBy <http://schema.org/browserRequirements>
+  .
+
+
+ro:busName a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "busName"@en ;
+  schema:isDefinedBy <http://schema.org/busName>
+  .
+
+
+ro:busNumber a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "busNumber"@en ;
+  schema:isDefinedBy <http://schema.org/busNumber>
+  .
+
+
+ro:businessDays a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "businessDays"@en ;
+  schema:isDefinedBy <http://schema.org/businessDays>
+  .
+
+
+ro:businessFunction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "businessFunction"@en ;
+  schema:isDefinedBy <http://schema.org/businessFunction>
+  .
+
+
+ro:buyer a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "buyer"@en ;
+  schema:isDefinedBy <http://schema.org/buyer>
+  .
+
+
+ro:byArtist a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "byArtist"@en ;
+  schema:isDefinedBy <http://schema.org/byArtist>
+  .
+
+
+ro:byDay a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "byDay"@en ;
+  schema:isDefinedBy <http://schema.org/byDay>
+  .
+
+
+ro:byMonth a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "byMonth"@en ;
+  schema:isDefinedBy <http://schema.org/byMonth>
+  .
+
+
+ro:byMonthDay a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "byMonthDay"@en ;
+  schema:isDefinedBy <http://schema.org/byMonthDay>
+  .
+
+
+ro:byMonthWeek a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "byMonthWeek"@en ;
+  schema:isDefinedBy <http://schema.org/byMonthWeek>
+  .
+
+
+ro:callSign a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "callSign"@en ;
+  schema:isDefinedBy <http://schema.org/callSign>
+  .
+
+
+ro:calories a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "calories"@en ;
+  schema:isDefinedBy <http://schema.org/calories>
+  .
+
+
+ro:candidate a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "candidate"@en ;
+  schema:isDefinedBy <http://schema.org/candidate>
+  .
+
+
+ro:caption a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "caption"@en ;
+  schema:isDefinedBy <http://schema.org/caption>
+  .
+
+
+ro:carbohydrateContent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "carbohydrateContent"@en ;
+  schema:isDefinedBy <http://schema.org/carbohydrateContent>
+  .
+
+
+ro:cargoVolume a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "cargoVolume"@en ;
+  schema:isDefinedBy <http://schema.org/cargoVolume>
+  .
+
+
+ro:carrier a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "carrier"@en ;
+  schema:isDefinedBy <http://schema.org/carrier>
+  .
+
+
+ro:carrierRequirements a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "carrierRequirements"@en ;
+  schema:isDefinedBy <http://schema.org/carrierRequirements>
+  .
+
+
+ro:cashBack a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "cashBack"@en ;
+  schema:isDefinedBy <http://schema.org/cashBack>
+  .
+
+
+ro:catalog a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "catalog"@en ;
+  schema:isDefinedBy <http://schema.org/catalog>
+  .
+
+
+ro:catalogNumber a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "catalogNumber"@en ;
+  schema:isDefinedBy <http://schema.org/catalogNumber>
+  .
+
+
+ro:category a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "category"@en ;
+  schema:isDefinedBy <http://schema.org/category>
+  .
+
+
+ro:causeOf a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "causeOf"@en ;
+  schema:isDefinedBy <http://schema.org/causeOf>
+  .
+
+
+ro:ccRecipient a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ccRecipient"@en ;
+  schema:isDefinedBy <http://schema.org/ccRecipient>
+  .
+
+
+ro:character a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "character"@en ;
+  schema:isDefinedBy <http://schema.org/character>
+  .
+
+
+ro:characterAttribute a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "characterAttribute"@en ;
+  schema:isDefinedBy <http://schema.org/characterAttribute>
+  .
+
+
+ro:characterName a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "characterName"@en ;
+  schema:isDefinedBy <http://schema.org/characterName>
+  .
+
+
+ro:cheatCode a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "cheatCode"@en ;
+  schema:isDefinedBy <http://schema.org/cheatCode>
+  .
+
+
+ro:checkinTime a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "checkinTime"@en ;
+  schema:isDefinedBy <http://schema.org/checkinTime>
+  .
+
+
+ro:checkoutTime a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "checkoutTime"@en ;
+  schema:isDefinedBy <http://schema.org/checkoutTime>
+  .
+
+
+ro:childMaxAge a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "childMaxAge"@en ;
+  schema:isDefinedBy <http://schema.org/childMaxAge>
+  .
+
+
+ro:childMinAge a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "childMinAge"@en ;
+  schema:isDefinedBy <http://schema.org/childMinAge>
+  .
+
+
+ro:children a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "children"@en ;
+  schema:isDefinedBy <http://schema.org/children>
+  .
+
+
+ro:cholesterolContent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "cholesterolContent"@en ;
+  schema:isDefinedBy <http://schema.org/cholesterolContent>
+  .
+
+
+ro:circle a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "circle"@en ;
+  schema:isDefinedBy <http://schema.org/circle>
+  .
+
+
+ro:citation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "citation"@en ;
+  schema:isDefinedBy <http://schema.org/citation>
+  .
+
+
+ro:claimReviewed a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "claimReviewed"@en ;
+  schema:isDefinedBy <http://schema.org/claimReviewed>
+  .
+
+
+ro:clincalPharmacology a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "clincalPharmacology"@en ;
+  schema:isDefinedBy <http://schema.org/clincalPharmacology>
+  .
+
+
+ro:clinicalPharmacology a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "clinicalPharmacology"@en ;
+  schema:isDefinedBy <http://schema.org/clinicalPharmacology>
+  .
+
+
+ro:clipNumber a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "clipNumber"@en ;
+  schema:isDefinedBy <http://schema.org/clipNumber>
+  .
+
+
+ro:closes a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "closes"@en ;
+  schema:isDefinedBy <http://schema.org/closes>
+  .
+
+
+ro:coach a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "coach"@en ;
+  schema:isDefinedBy <http://schema.org/coach>
+  .
+
+
+ro:code a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "code"@en ;
+  schema:isDefinedBy <http://schema.org/code>
+  .
+
+
+ro:codeRepository a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "codeRepository"@en ;
+  schema:isDefinedBy <http://schema.org/codeRepository>
+  .
+
+
+ro:codeSampleType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "codeSampleType"@en ;
+  schema:isDefinedBy <http://schema.org/codeSampleType>
+  .
+
+
+ro:codeValue a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "codeValue"@en ;
+  schema:isDefinedBy <http://schema.org/codeValue>
+  .
+
+
+ro:codingSystem a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "codingSystem"@en ;
+  schema:isDefinedBy <http://schema.org/codingSystem>
+  .
+
+
+ro:colleague a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "colleague"@en ;
+  schema:isDefinedBy <http://schema.org/colleague>
+  .
+
+
+ro:colleagues a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "colleagues"@en ;
+  schema:isDefinedBy <http://schema.org/colleagues>
+  .
+
+
+ro:collection a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "collection"@en ;
+  schema:isDefinedBy <http://schema.org/collection>
+  .
+
+
+ro:collectionSize a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "collectionSize"@en ;
+  schema:isDefinedBy <http://schema.org/collectionSize>
+  .
+
+
+ro:color a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "color"@en ;
+  schema:isDefinedBy <http://schema.org/color>
+  .
+
+
+ro:colorist a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "colorist"@en ;
+  schema:isDefinedBy <http://schema.org/colorist>
+  .
+
+
+ro:comment a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "comment"@en ;
+  schema:isDefinedBy <http://schema.org/comment>
+  .
+
+
+ro:commentCount a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "commentCount"@en ;
+  schema:isDefinedBy <http://schema.org/commentCount>
+  .
+
+
+ro:commentText a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "commentText"@en ;
+  schema:isDefinedBy <http://schema.org/commentText>
+  .
+
+
+ro:commentTime a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "commentTime"@en ;
+  schema:isDefinedBy <http://schema.org/commentTime>
+  .
+
+
+ro:competencyRequired a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "competencyRequired"@en ;
+  schema:isDefinedBy <http://schema.org/competencyRequired>
+  .
+
+
+ro:competitor a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "competitor"@en ;
+  schema:isDefinedBy <http://schema.org/competitor>
+  .
+
+
+ro:composer a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "composer"@en ;
+  schema:isDefinedBy <http://schema.org/composer>
+  .
+
+
+ro:comprisedOf a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "comprisedOf"@en ;
+  schema:isDefinedBy <http://schema.org/comprisedOf>
+  .
+
+
+ro:conditionsOfAccess a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "conditionsOfAccess"@en ;
+  schema:isDefinedBy <http://schema.org/conditionsOfAccess>
+  .
+
+
+ro:confirmationNumber a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "confirmationNumber"@en ;
+  schema:isDefinedBy <http://schema.org/confirmationNumber>
+  .
+
+
+ro:connectedTo a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "connectedTo"@en ;
+  schema:isDefinedBy <http://schema.org/connectedTo>
+  .
+
+
+ro:constrainingProperty a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "constrainingProperty"@en ;
+  schema:isDefinedBy <http://schema.org/constrainingProperty>
+  .
+
+
+ro:contactOption a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "contactOption"@en ;
+  schema:isDefinedBy <http://schema.org/contactOption>
+  .
+
+
+ro:contactPoint a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "contactPoint"@en ;
+  schema:isDefinedBy <http://schema.org/contactPoint>
+  .
+
+
+ro:contactPoints a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "contactPoints"@en ;
+  schema:isDefinedBy <http://schema.org/contactPoints>
+  .
+
+
+ro:contactType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "contactType"@en ;
+  schema:isDefinedBy <http://schema.org/contactType>
+  .
+
+
+ro:contactlessPayment a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "contactlessPayment"@en ;
+  schema:isDefinedBy <http://schema.org/contactlessPayment>
+  .
+
+
+ro:containedIn a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "containedIn"@en ;
+  schema:isDefinedBy <http://schema.org/containedIn>
+  .
+
+
+ro:containedInPlace a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "containedInPlace"@en ;
+  schema:isDefinedBy <http://schema.org/containedInPlace>
+  .
+
+
+ro:containsPlace a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "containsPlace"@en ;
+  schema:isDefinedBy <http://schema.org/containsPlace>
+  .
+
+
+ro:containsSeason a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "containsSeason"@en ;
+  schema:isDefinedBy <http://schema.org/containsSeason>
+  .
+
+
+ro:contentLocation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "contentLocation"@en ;
+  schema:isDefinedBy <http://schema.org/contentLocation>
+  .
+
+
+ro:contentRating a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "contentRating"@en ;
+  schema:isDefinedBy <http://schema.org/contentRating>
+  .
+
+
+ro:contentReferenceTime a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "contentReferenceTime"@en ;
+  schema:isDefinedBy <http://schema.org/contentReferenceTime>
+  .
+
+
+ro:contentSize a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "contentSize"@en ;
+  schema:isDefinedBy <http://schema.org/contentSize>
+  .
+
+
+ro:contentType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "contentType"@en ;
+  schema:isDefinedBy <http://schema.org/contentType>
+  .
+
+
+ro:contentUrl a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "contentUrl"@en ;
+  schema:isDefinedBy <http://schema.org/contentUrl>
+  .
+
+
+ro:contraindication a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "contraindication"@en ;
+  schema:isDefinedBy <http://schema.org/contraindication>
+  .
+
+
+ro:contributor a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "contributor"@en ;
+  schema:isDefinedBy <http://schema.org/contributor>
+  .
+
+
+ro:cookTime a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "cookTime"@en ;
+  schema:isDefinedBy <http://schema.org/cookTime>
+  .
+
+
+ro:cookingMethod a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "cookingMethod"@en ;
+  schema:isDefinedBy <http://schema.org/cookingMethod>
+  .
+
+
+ro:copyrightHolder a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "copyrightHolder"@en ;
+  schema:isDefinedBy <http://schema.org/copyrightHolder>
+  .
+
+
+ro:copyrightYear a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "copyrightYear"@en ;
+  schema:isDefinedBy <http://schema.org/copyrightYear>
+  .
+
+
+ro:correction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "correction"@en ;
+  schema:isDefinedBy <http://schema.org/correction>
+  .
+
+
+ro:correctionsPolicy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "correctionsPolicy"@en ;
+  schema:isDefinedBy <http://schema.org/correctionsPolicy>
+  .
+
+
+ro:costCategory a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "costCategory"@en ;
+  schema:isDefinedBy <http://schema.org/costCategory>
+  .
+
+
+ro:costCurrency a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "costCurrency"@en ;
+  schema:isDefinedBy <http://schema.org/costCurrency>
+  .
+
+
+ro:costOrigin a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "costOrigin"@en ;
+  schema:isDefinedBy <http://schema.org/costOrigin>
+  .
+
+
+ro:costPerUnit a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "costPerUnit"@en ;
+  schema:isDefinedBy <http://schema.org/costPerUnit>
+  .
+
+
+ro:countriesNotSupported a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "countriesNotSupported"@en ;
+  schema:isDefinedBy <http://schema.org/countriesNotSupported>
+  .
+
+
+ro:countriesSupported a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "countriesSupported"@en ;
+  schema:isDefinedBy <http://schema.org/countriesSupported>
+  .
+
+
+ro:countryOfOrigin a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "countryOfOrigin"@en ;
+  schema:isDefinedBy <http://schema.org/countryOfOrigin>
+  .
+
+
+ro:course a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "course"@en ;
+  schema:isDefinedBy <http://schema.org/course>
+  .
+
+
+ro:courseCode a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "courseCode"@en ;
+  schema:isDefinedBy <http://schema.org/courseCode>
+  .
+
+
+ro:courseMode a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "courseMode"@en ;
+  schema:isDefinedBy <http://schema.org/courseMode>
+  .
+
+
+ro:coursePrerequisites a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "coursePrerequisites"@en ;
+  schema:isDefinedBy <http://schema.org/coursePrerequisites>
+  .
+
+
+ro:courseWorkload a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "courseWorkload"@en ;
+  schema:isDefinedBy <http://schema.org/courseWorkload>
+  .
+
+
+ro:coverageEndTime a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "coverageEndTime"@en ;
+  schema:isDefinedBy <http://schema.org/coverageEndTime>
+  .
+
+
+ro:coverageStartTime a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "coverageStartTime"@en ;
+  schema:isDefinedBy <http://schema.org/coverageStartTime>
+  .
+
+
+ro:creativeWorkStatus a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "creativeWorkStatus"@en ;
+  schema:isDefinedBy <http://schema.org/creativeWorkStatus>
+  .
+
+
+ro:creator a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "creator"@en ;
+  schema:isDefinedBy <http://schema.org/creator>
+  .
+
+
+ro:credentialCategory a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "credentialCategory"@en ;
+  schema:isDefinedBy <http://schema.org/credentialCategory>
+  .
+
+
+ro:creditedTo a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "creditedTo"@en ;
+  schema:isDefinedBy <http://schema.org/creditedTo>
+  .
+
+
+ro:cssSelector a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "cssSelector"@en ;
+  schema:isDefinedBy <http://schema.org/cssSelector>
+  .
+
+
+ro:currenciesAccepted a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "currenciesAccepted"@en ;
+  schema:isDefinedBy <http://schema.org/currenciesAccepted>
+  .
+
+
+ro:currency a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "currency"@en ;
+  schema:isDefinedBy <http://schema.org/currency>
+  .
+
+
+ro:currentExchangeRate a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "currentExchangeRate"@en ;
+  schema:isDefinedBy <http://schema.org/currentExchangeRate>
+  .
+
+
+ro:customer a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "customer"@en ;
+  schema:isDefinedBy <http://schema.org/customer>
+  .
+
+
+ro:cutoffTime a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "cutoffTime"@en ;
+  schema:isDefinedBy <http://schema.org/cutoffTime>
+  .
+
+
+ro:cvdCollectionDate a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "cvdCollectionDate"@en ;
+  schema:isDefinedBy <http://schema.org/cvdCollectionDate>
+  .
+
+
+ro:cvdFacilityCounty a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "cvdFacilityCounty"@en ;
+  schema:isDefinedBy <http://schema.org/cvdFacilityCounty>
+  .
+
+
+ro:cvdFacilityId a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "cvdFacilityId"@en ;
+  schema:isDefinedBy <http://schema.org/cvdFacilityId>
+  .
+
+
+ro:cvdNumBeds a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "cvdNumBeds"@en ;
+  schema:isDefinedBy <http://schema.org/cvdNumBeds>
+  .
+
+
+ro:cvdNumBedsOcc a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "cvdNumBedsOcc"@en ;
+  schema:isDefinedBy <http://schema.org/cvdNumBedsOcc>
+  .
+
+
+ro:cvdNumC19Died a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "cvdNumC19Died"@en ;
+  schema:isDefinedBy <http://schema.org/cvdNumC19Died>
+  .
+
+
+ro:cvdNumC19HOPats a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "cvdNumC19HOPats"@en ;
+  schema:isDefinedBy <http://schema.org/cvdNumC19HOPats>
+  .
+
+
+ro:cvdNumC19HospPats a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "cvdNumC19HospPats"@en ;
+  schema:isDefinedBy <http://schema.org/cvdNumC19HospPats>
+  .
+
+
+ro:cvdNumC19MechVentPats a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "cvdNumC19MechVentPats"@en ;
+  schema:isDefinedBy <http://schema.org/cvdNumC19MechVentPats>
+  .
+
+
+ro:cvdNumC19OFMechVentPats a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "cvdNumC19OFMechVentPats"@en ;
+  schema:isDefinedBy <http://schema.org/cvdNumC19OFMechVentPats>
+  .
+
+
+ro:cvdNumC19OverflowPats a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "cvdNumC19OverflowPats"@en ;
+  schema:isDefinedBy <http://schema.org/cvdNumC19OverflowPats>
+  .
+
+
+ro:cvdNumICUBeds a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "cvdNumICUBeds"@en ;
+  schema:isDefinedBy <http://schema.org/cvdNumICUBeds>
+  .
+
+
+ro:cvdNumICUBedsOcc a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "cvdNumICUBedsOcc"@en ;
+  schema:isDefinedBy <http://schema.org/cvdNumICUBedsOcc>
+  .
+
+
+ro:cvdNumTotBeds a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "cvdNumTotBeds"@en ;
+  schema:isDefinedBy <http://schema.org/cvdNumTotBeds>
+  .
+
+
+ro:cvdNumVent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "cvdNumVent"@en ;
+  schema:isDefinedBy <http://schema.org/cvdNumVent>
+  .
+
+
+ro:cvdNumVentUse a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "cvdNumVentUse"@en ;
+  schema:isDefinedBy <http://schema.org/cvdNumVentUse>
+  .
+
+
+ro:dataFeedElement a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "dataFeedElement"@en ;
+  schema:isDefinedBy <http://schema.org/dataFeedElement>
+  .
+
+
+ro:datasetTimeInterval a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "datasetTimeInterval"@en ;
+  schema:isDefinedBy <http://schema.org/datasetTimeInterval>
+  .
+
+
+ro:dateCreated a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "dateCreated"@en ;
+  schema:isDefinedBy <http://schema.org/dateCreated>
+  .
+
+
+ro:dateDeleted a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "dateDeleted"@en ;
+  schema:isDefinedBy <http://schema.org/dateDeleted>
+  .
+
+
+ro:dateIssued a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "dateIssued"@en ;
+  schema:isDefinedBy <http://schema.org/dateIssued>
+  .
+
+
+ro:dateModified a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "dateModified"@en ;
+  schema:isDefinedBy <http://schema.org/dateModified>
+  .
+
+
+ro:datePosted a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "datePosted"@en ;
+  schema:isDefinedBy <http://schema.org/datePosted>
+  .
+
+
+ro:datePublished a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "datePublished"@en ;
+  schema:isDefinedBy <http://schema.org/datePublished>
+  .
+
+
+ro:dateRead a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "dateRead"@en ;
+  schema:isDefinedBy <http://schema.org/dateRead>
+  .
+
+
+ro:dateReceived a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "dateReceived"@en ;
+  schema:isDefinedBy <http://schema.org/dateReceived>
+  .
+
+
+ro:dateSent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "dateSent"@en ;
+  schema:isDefinedBy <http://schema.org/dateSent>
+  .
+
+
+ro:dateVehicleFirstRegistered a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "dateVehicleFirstRegistered"@en ;
+  schema:isDefinedBy <http://schema.org/dateVehicleFirstRegistered>
+  .
+
+
+ro:dateline a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "dateline"@en ;
+  schema:isDefinedBy <http://schema.org/dateline>
+  .
+
+
+ro:dayOfWeek a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "dayOfWeek"@en ;
+  schema:isDefinedBy <http://schema.org/dayOfWeek>
+  .
+
+
+ro:deathDate a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "deathDate"@en ;
+  schema:isDefinedBy <http://schema.org/deathDate>
+  .
+
+
+ro:deathPlace a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "deathPlace"@en ;
+  schema:isDefinedBy <http://schema.org/deathPlace>
+  .
+
+
+ro:defaultValue a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "defaultValue"@en ;
+  schema:isDefinedBy <http://schema.org/defaultValue>
+  .
+
+
+ro:deliveryAddress a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "deliveryAddress"@en ;
+  schema:isDefinedBy <http://schema.org/deliveryAddress>
+  .
+
+
+ro:deliveryLeadTime a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "deliveryLeadTime"@en ;
+  schema:isDefinedBy <http://schema.org/deliveryLeadTime>
+  .
+
+
+ro:deliveryMethod a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "deliveryMethod"@en ;
+  schema:isDefinedBy <http://schema.org/deliveryMethod>
+  .
+
+
+ro:deliveryStatus a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "deliveryStatus"@en ;
+  schema:isDefinedBy <http://schema.org/deliveryStatus>
+  .
+
+
+ro:deliveryTime a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "deliveryTime"@en ;
+  schema:isDefinedBy <http://schema.org/deliveryTime>
+  .
+
+
+ro:department a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "department"@en ;
+  schema:isDefinedBy <http://schema.org/department>
+  .
+
+
+ro:departureAirport a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "departureAirport"@en ;
+  schema:isDefinedBy <http://schema.org/departureAirport>
+  .
+
+
+ro:departureBoatTerminal a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "departureBoatTerminal"@en ;
+  schema:isDefinedBy <http://schema.org/departureBoatTerminal>
+  .
+
+
+ro:departureBusStop a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "departureBusStop"@en ;
+  schema:isDefinedBy <http://schema.org/departureBusStop>
+  .
+
+
+ro:departureGate a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "departureGate"@en ;
+  schema:isDefinedBy <http://schema.org/departureGate>
+  .
+
+
+ro:departurePlatform a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "departurePlatform"@en ;
+  schema:isDefinedBy <http://schema.org/departurePlatform>
+  .
+
+
+ro:departureStation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "departureStation"@en ;
+  schema:isDefinedBy <http://schema.org/departureStation>
+  .
+
+
+ro:departureTerminal a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "departureTerminal"@en ;
+  schema:isDefinedBy <http://schema.org/departureTerminal>
+  .
+
+
+ro:departureTime a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "departureTime"@en ;
+  schema:isDefinedBy <http://schema.org/departureTime>
+  .
+
+
+ro:dependencies a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "dependencies"@en ;
+  schema:isDefinedBy <http://schema.org/dependencies>
+  .
+
+
+ro:depth a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "depth"@en ;
+  schema:isDefinedBy <http://schema.org/depth>
+  .
+
+
+ro:description a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "description"@en ;
+  schema:isDefinedBy <http://schema.org/description>
+  .
+
+
+ro:device a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "device"@en ;
+  schema:isDefinedBy <http://schema.org/device>
+  .
+
+
+ro:diagnosis a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "diagnosis"@en ;
+  schema:isDefinedBy <http://schema.org/diagnosis>
+  .
+
+
+ro:diagram a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "diagram"@en ;
+  schema:isDefinedBy <http://schema.org/diagram>
+  .
+
+
+ro:diet a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "diet"@en ;
+  schema:isDefinedBy <http://schema.org/diet>
+  .
+
+
+ro:dietFeatures a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "dietFeatures"@en ;
+  schema:isDefinedBy <http://schema.org/dietFeatures>
+  .
+
+
+ro:differentialDiagnosis a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "differentialDiagnosis"@en ;
+  schema:isDefinedBy <http://schema.org/differentialDiagnosis>
+  .
+
+
+ro:director a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "director"@en ;
+  schema:isDefinedBy <http://schema.org/director>
+  .
+
+
+ro:directors a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "directors"@en ;
+  schema:isDefinedBy <http://schema.org/directors>
+  .
+
+
+ro:disambiguatingDescription a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "disambiguatingDescription"@en ;
+  schema:isDefinedBy <http://schema.org/disambiguatingDescription>
+  .
+
+
+ro:discount a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "discount"@en ;
+  schema:isDefinedBy <http://schema.org/discount>
+  .
+
+
+ro:discountCode a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "discountCode"@en ;
+  schema:isDefinedBy <http://schema.org/discountCode>
+  .
+
+
+ro:discountCurrency a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "discountCurrency"@en ;
+  schema:isDefinedBy <http://schema.org/discountCurrency>
+  .
+
+
+ro:discusses a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "discusses"@en ;
+  schema:isDefinedBy <http://schema.org/discusses>
+  .
+
+
+ro:discussionUrl a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "discussionUrl"@en ;
+  schema:isDefinedBy <http://schema.org/discussionUrl>
+  .
+
+
+ro:diseasePreventionInfo a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "diseasePreventionInfo"@en ;
+  schema:isDefinedBy <http://schema.org/diseasePreventionInfo>
+  .
+
+
+ro:diseaseSpreadStatistics a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "diseaseSpreadStatistics"@en ;
+  schema:isDefinedBy <http://schema.org/diseaseSpreadStatistics>
+  .
+
+
+ro:dissolutionDate a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "dissolutionDate"@en ;
+  schema:isDefinedBy <http://schema.org/dissolutionDate>
+  .
+
+
+ro:distance a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "distance"@en ;
+  schema:isDefinedBy <http://schema.org/distance>
+  .
+
+
+ro:distinguishingSign a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "distinguishingSign"@en ;
+  schema:isDefinedBy <http://schema.org/distinguishingSign>
+  .
+
+
+ro:distribution a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "distribution"@en ;
+  schema:isDefinedBy <http://schema.org/distribution>
+  .
+
+
+ro:diversityPolicy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "diversityPolicy"@en ;
+  schema:isDefinedBy <http://schema.org/diversityPolicy>
+  .
+
+
+ro:diversityStaffingReport a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "diversityStaffingReport"@en ;
+  schema:isDefinedBy <http://schema.org/diversityStaffingReport>
+  .
+
+
+ro:documentation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "documentation"@en ;
+  schema:isDefinedBy <http://schema.org/documentation>
+  .
+
+
+ro:doesNotShip a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "doesNotShip"@en ;
+  schema:isDefinedBy <http://schema.org/doesNotShip>
+  .
+
+
+ro:domainIncludes a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "domainIncludes"@en ;
+  schema:isDefinedBy <http://schema.org/domainIncludes>
+  .
+
+
+ro:domiciledMortgage a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "domiciledMortgage"@en ;
+  schema:isDefinedBy <http://schema.org/domiciledMortgage>
+  .
+
+
+ro:doorTime a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "doorTime"@en ;
+  schema:isDefinedBy <http://schema.org/doorTime>
+  .
+
+
+ro:dosageForm a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "dosageForm"@en ;
+  schema:isDefinedBy <http://schema.org/dosageForm>
+  .
+
+
+ro:doseSchedule a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "doseSchedule"@en ;
+  schema:isDefinedBy <http://schema.org/doseSchedule>
+  .
+
+
+ro:doseUnit a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "doseUnit"@en ;
+  schema:isDefinedBy <http://schema.org/doseUnit>
+  .
+
+
+ro:doseValue a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "doseValue"@en ;
+  schema:isDefinedBy <http://schema.org/doseValue>
+  .
+
+
+ro:downPayment a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "downPayment"@en ;
+  schema:isDefinedBy <http://schema.org/downPayment>
+  .
+
+
+ro:downloadUrl a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "downloadUrl"@en ;
+  schema:isDefinedBy <http://schema.org/downloadUrl>
+  .
+
+
+ro:downvoteCount a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "downvoteCount"@en ;
+  schema:isDefinedBy <http://schema.org/downvoteCount>
+  .
+
+
+ro:drainsTo a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "drainsTo"@en ;
+  schema:isDefinedBy <http://schema.org/drainsTo>
+  .
+
+
+ro:driveWheelConfiguration a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "driveWheelConfiguration"@en ;
+  schema:isDefinedBy <http://schema.org/driveWheelConfiguration>
+  .
+
+
+ro:dropoffLocation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "dropoffLocation"@en ;
+  schema:isDefinedBy <http://schema.org/dropoffLocation>
+  .
+
+
+ro:dropoffTime a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "dropoffTime"@en ;
+  schema:isDefinedBy <http://schema.org/dropoffTime>
+  .
+
+
+ro:drug a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "drug"@en ;
+  schema:isDefinedBy <http://schema.org/drug>
+  .
+
+
+ro:drugClass a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "drugClass"@en ;
+  schema:isDefinedBy <http://schema.org/drugClass>
+  .
+
+
+ro:drugUnit a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "drugUnit"@en ;
+  schema:isDefinedBy <http://schema.org/drugUnit>
+  .
+
+
+ro:duns a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "duns"@en ;
+  schema:isDefinedBy <http://schema.org/duns>
+  .
+
+
+ro:duplicateTherapy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "duplicateTherapy"@en ;
+  schema:isDefinedBy <http://schema.org/duplicateTherapy>
+  .
+
+
+ro:duration a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "duration"@en ;
+  schema:isDefinedBy <http://schema.org/duration>
+  .
+
+
+ro:durationOfWarranty a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "durationOfWarranty"@en ;
+  schema:isDefinedBy <http://schema.org/durationOfWarranty>
+  .
+
+
+ro:duringMedia a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "duringMedia"@en ;
+  schema:isDefinedBy <http://schema.org/duringMedia>
+  .
+
+
+ro:earlyPrepaymentPenalty a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "earlyPrepaymentPenalty"@en ;
+  schema:isDefinedBy <http://schema.org/earlyPrepaymentPenalty>
+  .
+
+
+ro:editEIDR a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "editEIDR"@en ;
+  schema:isDefinedBy <http://schema.org/editEIDR>
+  .
+
+
+ro:editor a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "editor"@en ;
+  schema:isDefinedBy <http://schema.org/editor>
+  .
+
+
+ro:eduQuestionType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "eduQuestionType"@en ;
+  schema:isDefinedBy <http://schema.org/eduQuestionType>
+  .
+
+
+ro:educationRequirements a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "educationRequirements"@en ;
+  schema:isDefinedBy <http://schema.org/educationRequirements>
+  .
+
+
+ro:educationalAlignment a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "educationalAlignment"@en ;
+  schema:isDefinedBy <http://schema.org/educationalAlignment>
+  .
+
+
+ro:educationalCredentialAwarded a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "educationalCredentialAwarded"@en ;
+  schema:isDefinedBy <http://schema.org/educationalCredentialAwarded>
+  .
+
+
+ro:educationalFramework a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "educationalFramework"@en ;
+  schema:isDefinedBy <http://schema.org/educationalFramework>
+  .
+
+
+ro:educationalLevel a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "educationalLevel"@en ;
+  schema:isDefinedBy <http://schema.org/educationalLevel>
+  .
+
+
+ro:educationalProgramMode a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "educationalProgramMode"@en ;
+  schema:isDefinedBy <http://schema.org/educationalProgramMode>
+  .
+
+
+ro:educationalRole a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "educationalRole"@en ;
+  schema:isDefinedBy <http://schema.org/educationalRole>
+  .
+
+
+ro:educationalUse a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "educationalUse"@en ;
+  schema:isDefinedBy <http://schema.org/educationalUse>
+  .
+
+
+ro:elevation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "elevation"@en ;
+  schema:isDefinedBy <http://schema.org/elevation>
+  .
+
+
+ro:eligibilityToWorkRequirement a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "eligibilityToWorkRequirement"@en ;
+  schema:isDefinedBy <http://schema.org/eligibilityToWorkRequirement>
+  .
+
+
+ro:eligibleCustomerType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "eligibleCustomerType"@en ;
+  schema:isDefinedBy <http://schema.org/eligibleCustomerType>
+  .
+
+
+ro:eligibleDuration a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "eligibleDuration"@en ;
+  schema:isDefinedBy <http://schema.org/eligibleDuration>
+  .
+
+
+ro:eligibleQuantity a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "eligibleQuantity"@en ;
+  schema:isDefinedBy <http://schema.org/eligibleQuantity>
+  .
+
+
+ro:eligibleRegion a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "eligibleRegion"@en ;
+  schema:isDefinedBy <http://schema.org/eligibleRegion>
+  .
+
+
+ro:eligibleTransactionVolume a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "eligibleTransactionVolume"@en ;
+  schema:isDefinedBy <http://schema.org/eligibleTransactionVolume>
+  .
+
+
+ro:email a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "email"@en ;
+  schema:isDefinedBy <http://schema.org/email>
+  .
+
+
+ro:embedUrl a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "embedUrl"@en ;
+  schema:isDefinedBy <http://schema.org/embedUrl>
+  .
+
+
+ro:emissionsCO2 a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "emissionsCO2"@en ;
+  schema:isDefinedBy <http://schema.org/emissionsCO2>
+  .
+
+
+ro:employee a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "employee"@en ;
+  schema:isDefinedBy <http://schema.org/employee>
+  .
+
+
+ro:employees a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "employees"@en ;
+  schema:isDefinedBy <http://schema.org/employees>
+  .
+
+
+ro:employerOverview a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "employerOverview"@en ;
+  schema:isDefinedBy <http://schema.org/employerOverview>
+  .
+
+
+ro:employmentType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "employmentType"@en ;
+  schema:isDefinedBy <http://schema.org/employmentType>
+  .
+
+
+ro:employmentUnit a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "employmentUnit"@en ;
+  schema:isDefinedBy <http://schema.org/employmentUnit>
+  .
+
+
+ro:encodesCreativeWork a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "encodesCreativeWork"@en ;
+  schema:isDefinedBy <http://schema.org/encodesCreativeWork>
+  .
+
+
+ro:encoding a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "encoding"@en ;
+  schema:isDefinedBy <http://schema.org/encoding>
+  .
+
+
+ro:encodingFormat a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "encodingFormat"@en ;
+  schema:isDefinedBy <http://schema.org/encodingFormat>
+  .
+
+
+ro:encodingType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "encodingType"@en ;
+  schema:isDefinedBy <http://schema.org/encodingType>
+  .
+
+
+ro:encodings a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "encodings"@en ;
+  schema:isDefinedBy <http://schema.org/encodings>
+  .
+
+
+ro:endDate a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "endDate"@en ;
+  schema:isDefinedBy <http://schema.org/endDate>
+  .
+
+
+ro:endOffset a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "endOffset"@en ;
+  schema:isDefinedBy <http://schema.org/endOffset>
+  .
+
+
+ro:endTime a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "endTime"@en ;
+  schema:isDefinedBy <http://schema.org/endTime>
+  .
+
+
+ro:endorsee a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "endorsee"@en ;
+  schema:isDefinedBy <http://schema.org/endorsee>
+  .
+
+
+ro:endorsers a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "endorsers"@en ;
+  schema:isDefinedBy <http://schema.org/endorsers>
+  .
+
+
+ro:energyEfficiencyScaleMax a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "energyEfficiencyScaleMax"@en ;
+  schema:isDefinedBy <http://schema.org/energyEfficiencyScaleMax>
+  .
+
+
+ro:energyEfficiencyScaleMin a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "energyEfficiencyScaleMin"@en ;
+  schema:isDefinedBy <http://schema.org/energyEfficiencyScaleMin>
+  .
+
+
+ro:engineDisplacement a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "engineDisplacement"@en ;
+  schema:isDefinedBy <http://schema.org/engineDisplacement>
+  .
+
+
+ro:enginePower a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "enginePower"@en ;
+  schema:isDefinedBy <http://schema.org/enginePower>
+  .
+
+
+ro:engineType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "engineType"@en ;
+  schema:isDefinedBy <http://schema.org/engineType>
+  .
+
+
+ro:entertainmentBusiness a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "entertainmentBusiness"@en ;
+  schema:isDefinedBy <http://schema.org/entertainmentBusiness>
+  .
+
+
+ro:epidemiology a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "epidemiology"@en ;
+  schema:isDefinedBy <http://schema.org/epidemiology>
+  .
+
+
+ro:episode a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "episode"@en ;
+  schema:isDefinedBy <http://schema.org/episode>
+  .
+
+
+ro:episodeNumber a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "episodeNumber"@en ;
+  schema:isDefinedBy <http://schema.org/episodeNumber>
+  .
+
+
+ro:episodes a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "episodes"@en ;
+  schema:isDefinedBy <http://schema.org/episodes>
+  .
+
+
+ro:equal a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "equal"@en ;
+  schema:isDefinedBy <http://schema.org/equal>
+  .
+
+
+ro:error a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "error"@en ;
+  schema:isDefinedBy <http://schema.org/error>
+  .
+
+
+ro:estimatedCost a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "estimatedCost"@en ;
+  schema:isDefinedBy <http://schema.org/estimatedCost>
+  .
+
+
+ro:estimatedFlightDuration a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "estimatedFlightDuration"@en ;
+  schema:isDefinedBy <http://schema.org/estimatedFlightDuration>
+  .
+
+
+ro:estimatedSalary a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "estimatedSalary"@en ;
+  schema:isDefinedBy <http://schema.org/estimatedSalary>
+  .
+
+
+ro:estimatesRiskOf a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "estimatesRiskOf"@en ;
+  schema:isDefinedBy <http://schema.org/estimatesRiskOf>
+  .
+
+
+ro:ethicsPolicy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ethicsPolicy"@en ;
+  schema:isDefinedBy <http://schema.org/ethicsPolicy>
+  .
+
+
+ro:event a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "event"@en ;
+  schema:isDefinedBy <http://schema.org/event>
+  .
+
+
+ro:eventAttendanceMode a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "eventAttendanceMode"@en ;
+  schema:isDefinedBy <http://schema.org/eventAttendanceMode>
+  .
+
+
+ro:eventSchedule a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "eventSchedule"@en ;
+  schema:isDefinedBy <http://schema.org/eventSchedule>
+  .
+
+
+ro:eventStatus a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "eventStatus"@en ;
+  schema:isDefinedBy <http://schema.org/eventStatus>
+  .
+
+
+ro:events a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "events"@en ;
+  schema:isDefinedBy <http://schema.org/events>
+  .
+
+
+ro:evidenceLevel a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "evidenceLevel"@en ;
+  schema:isDefinedBy <http://schema.org/evidenceLevel>
+  .
+
+
+ro:evidenceOrigin a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "evidenceOrigin"@en ;
+  schema:isDefinedBy <http://schema.org/evidenceOrigin>
+  .
+
+
+ro:exampleOfWork a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "exampleOfWork"@en ;
+  schema:isDefinedBy <http://schema.org/exampleOfWork>
+  .
+
+
+ro:exceptDate a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "exceptDate"@en ;
+  schema:isDefinedBy <http://schema.org/exceptDate>
+  .
+
+
+ro:exchangeRateSpread a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "exchangeRateSpread"@en ;
+  schema:isDefinedBy <http://schema.org/exchangeRateSpread>
+  .
+
+
+ro:executableLibraryName a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "executableLibraryName"@en ;
+  schema:isDefinedBy <http://schema.org/executableLibraryName>
+  .
+
+
+ro:exerciseCourse a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "exerciseCourse"@en ;
+  schema:isDefinedBy <http://schema.org/exerciseCourse>
+  .
+
+
+ro:exercisePlan a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "exercisePlan"@en ;
+  schema:isDefinedBy <http://schema.org/exercisePlan>
+  .
+
+
+ro:exerciseRelatedDiet a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "exerciseRelatedDiet"@en ;
+  schema:isDefinedBy <http://schema.org/exerciseRelatedDiet>
+  .
+
+
+ro:exerciseType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "exerciseType"@en ;
+  schema:isDefinedBy <http://schema.org/exerciseType>
+  .
+
+
+ro:exifData a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "exifData"@en ;
+  schema:isDefinedBy <http://schema.org/exifData>
+  .
+
+
+ro:expectedArrivalFrom a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "expectedArrivalFrom"@en ;
+  schema:isDefinedBy <http://schema.org/expectedArrivalFrom>
+  .
+
+
+ro:expectedArrivalUntil a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "expectedArrivalUntil"@en ;
+  schema:isDefinedBy <http://schema.org/expectedArrivalUntil>
+  .
+
+
+ro:expectedPrognosis a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "expectedPrognosis"@en ;
+  schema:isDefinedBy <http://schema.org/expectedPrognosis>
+  .
+
+
+ro:expectsAcceptanceOf a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "expectsAcceptanceOf"@en ;
+  schema:isDefinedBy <http://schema.org/expectsAcceptanceOf>
+  .
+
+
+ro:experienceRequirements a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "experienceRequirements"@en ;
+  schema:isDefinedBy <http://schema.org/experienceRequirements>
+  .
+
+
+ro:expertConsiderations a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "expertConsiderations"@en ;
+  schema:isDefinedBy <http://schema.org/expertConsiderations>
+  .
+
+
+ro:expires a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "expires"@en ;
+  schema:isDefinedBy <http://schema.org/expires>
+  .
+
+
+ro:familyName a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "familyName"@en ;
+  schema:isDefinedBy <http://schema.org/familyName>
+  .
+
+
+ro:fatContent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "fatContent"@en ;
+  schema:isDefinedBy <http://schema.org/fatContent>
+  .
+
+
+ro:faxNumber a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "faxNumber"@en ;
+  schema:isDefinedBy <http://schema.org/faxNumber>
+  .
+
+
+ro:featureList a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "featureList"@en ;
+  schema:isDefinedBy <http://schema.org/featureList>
+  .
+
+
+ro:feesAndCommissionsSpecification a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "feesAndCommissionsSpecification"@en ;
+  schema:isDefinedBy <http://schema.org/feesAndCommissionsSpecification>
+  .
+
+
+ro:fiberContent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "fiberContent"@en ;
+  schema:isDefinedBy <http://schema.org/fiberContent>
+  .
+
+
+ro:fileFormat a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "fileFormat"@en ;
+  schema:isDefinedBy <http://schema.org/fileFormat>
+  .
+
+
+ro:fileSize a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "fileSize"@en ;
+  schema:isDefinedBy <http://schema.org/fileSize>
+  .
+
+
+ro:financialAidEligible a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "financialAidEligible"@en ;
+  schema:isDefinedBy <http://schema.org/financialAidEligible>
+  .
+
+
+ro:firstAppearance a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "firstAppearance"@en ;
+  schema:isDefinedBy <http://schema.org/firstAppearance>
+  .
+
+
+ro:firstPerformance a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "firstPerformance"@en ;
+  schema:isDefinedBy <http://schema.org/firstPerformance>
+  .
+
+
+ro:flightDistance a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "flightDistance"@en ;
+  schema:isDefinedBy <http://schema.org/flightDistance>
+  .
+
+
+ro:flightNumber a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "flightNumber"@en ;
+  schema:isDefinedBy <http://schema.org/flightNumber>
+  .
+
+
+ro:floorLevel a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "floorLevel"@en ;
+  schema:isDefinedBy <http://schema.org/floorLevel>
+  .
+
+
+ro:floorLimit a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "floorLimit"@en ;
+  schema:isDefinedBy <http://schema.org/floorLimit>
+  .
+
+
+ro:floorSize a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "floorSize"@en ;
+  schema:isDefinedBy <http://schema.org/floorSize>
+  .
+
+
+ro:followee a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "followee"@en ;
+  schema:isDefinedBy <http://schema.org/followee>
+  .
+
+
+ro:follows a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "follows"@en ;
+  schema:isDefinedBy <http://schema.org/follows>
+  .
+
+
+ro:followup a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "followup"@en ;
+  schema:isDefinedBy <http://schema.org/followup>
+  .
+
+
+ro:foodEstablishment a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "foodEstablishment"@en ;
+  schema:isDefinedBy <http://schema.org/foodEstablishment>
+  .
+
+
+ro:foodEvent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "foodEvent"@en ;
+  schema:isDefinedBy <http://schema.org/foodEvent>
+  .
+
+
+ro:foodWarning a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "foodWarning"@en ;
+  schema:isDefinedBy <http://schema.org/foodWarning>
+  .
+
+
+ro:founder a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "founder"@en ;
+  schema:isDefinedBy <http://schema.org/founder>
+  .
+
+
+ro:founders a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "founders"@en ;
+  schema:isDefinedBy <http://schema.org/founders>
+  .
+
+
+ro:foundingDate a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "foundingDate"@en ;
+  schema:isDefinedBy <http://schema.org/foundingDate>
+  .
+
+
+ro:foundingLocation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "foundingLocation"@en ;
+  schema:isDefinedBy <http://schema.org/foundingLocation>
+  .
+
+
+ro:free a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "free"@en ;
+  schema:isDefinedBy <http://schema.org/free>
+  .
+
+
+ro:freeShippingThreshold a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "freeShippingThreshold"@en ;
+  schema:isDefinedBy <http://schema.org/freeShippingThreshold>
+  .
+
+
+ro:frequency a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "frequency"@en ;
+  schema:isDefinedBy <http://schema.org/frequency>
+  .
+
+
+ro:fromLocation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "fromLocation"@en ;
+  schema:isDefinedBy <http://schema.org/fromLocation>
+  .
+
+
+ro:fuelCapacity a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "fuelCapacity"@en ;
+  schema:isDefinedBy <http://schema.org/fuelCapacity>
+  .
+
+
+ro:fuelConsumption a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "fuelConsumption"@en ;
+  schema:isDefinedBy <http://schema.org/fuelConsumption>
+  .
+
+
+ro:fuelEfficiency a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "fuelEfficiency"@en ;
+  schema:isDefinedBy <http://schema.org/fuelEfficiency>
+  .
+
+
+ro:fuelType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "fuelType"@en ;
+  schema:isDefinedBy <http://schema.org/fuelType>
+  .
+
+
+ro:functionalClass a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "functionalClass"@en ;
+  schema:isDefinedBy <http://schema.org/functionalClass>
+  .
+
+
+ro:fundedItem a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "fundedItem"@en ;
+  schema:isDefinedBy <http://schema.org/fundedItem>
+  .
+
+
+ro:funder a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "funder"@en ;
+  schema:isDefinedBy <http://schema.org/funder>
+  .
+
+
+ro:game a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "game"@en ;
+  schema:isDefinedBy <http://schema.org/game>
+  .
+
+
+ro:gameItem a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "gameItem"@en ;
+  schema:isDefinedBy <http://schema.org/gameItem>
+  .
+
+
+ro:gameLocation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "gameLocation"@en ;
+  schema:isDefinedBy <http://schema.org/gameLocation>
+  .
+
+
+ro:gamePlatform a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "gamePlatform"@en ;
+  schema:isDefinedBy <http://schema.org/gamePlatform>
+  .
+
+
+ro:gameServer a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "gameServer"@en ;
+  schema:isDefinedBy <http://schema.org/gameServer>
+  .
+
+
+ro:gameTip a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "gameTip"@en ;
+  schema:isDefinedBy <http://schema.org/gameTip>
+  .
+
+
+ro:gender a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "gender"@en ;
+  schema:isDefinedBy <http://schema.org/gender>
+  .
+
+
+ro:genre a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "genre"@en ;
+  schema:isDefinedBy <http://schema.org/genre>
+  .
+
+
+ro:geo a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "geo"@en ;
+  schema:isDefinedBy <http://schema.org/geo>
+  .
+
+
+ro:geoContains a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "geoContains"@en ;
+  schema:isDefinedBy <http://schema.org/geoContains>
+  .
+
+
+ro:geoCoveredBy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "geoCoveredBy"@en ;
+  schema:isDefinedBy <http://schema.org/geoCoveredBy>
+  .
+
+
+ro:geoCovers a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "geoCovers"@en ;
+  schema:isDefinedBy <http://schema.org/geoCovers>
+  .
+
+
+ro:geoCrosses a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "geoCrosses"@en ;
+  schema:isDefinedBy <http://schema.org/geoCrosses>
+  .
+
+
+ro:geoDisjoint a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "geoDisjoint"@en ;
+  schema:isDefinedBy <http://schema.org/geoDisjoint>
+  .
+
+
+ro:geoEquals a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "geoEquals"@en ;
+  schema:isDefinedBy <http://schema.org/geoEquals>
+  .
+
+
+ro:geoIntersects a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "geoIntersects"@en ;
+  schema:isDefinedBy <http://schema.org/geoIntersects>
+  .
+
+
+ro:geoMidpoint a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "geoMidpoint"@en ;
+  schema:isDefinedBy <http://schema.org/geoMidpoint>
+  .
+
+
+ro:geoOverlaps a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "geoOverlaps"@en ;
+  schema:isDefinedBy <http://schema.org/geoOverlaps>
+  .
+
+
+ro:geoRadius a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "geoRadius"@en ;
+  schema:isDefinedBy <http://schema.org/geoRadius>
+  .
+
+
+ro:geoTouches a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "geoTouches"@en ;
+  schema:isDefinedBy <http://schema.org/geoTouches>
+  .
+
+
+ro:geoWithin a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "geoWithin"@en ;
+  schema:isDefinedBy <http://schema.org/geoWithin>
+  .
+
+
+ro:geographicArea a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "geographicArea"@en ;
+  schema:isDefinedBy <http://schema.org/geographicArea>
+  .
+
+
+ro:gettingTestedInfo a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "gettingTestedInfo"@en ;
+  schema:isDefinedBy <http://schema.org/gettingTestedInfo>
+  .
+
+
+ro:givenName a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "givenName"@en ;
+  schema:isDefinedBy <http://schema.org/givenName>
+  .
+
+
+ro:globalLocationNumber a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "globalLocationNumber"@en ;
+  schema:isDefinedBy <http://schema.org/globalLocationNumber>
+  .
+
+
+ro:governmentBenefitsInfo a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "governmentBenefitsInfo"@en ;
+  schema:isDefinedBy <http://schema.org/governmentBenefitsInfo>
+  .
+
+
+ro:gracePeriod a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "gracePeriod"@en ;
+  schema:isDefinedBy <http://schema.org/gracePeriod>
+  .
+
+
+ro:grantee a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "grantee"@en ;
+  schema:isDefinedBy <http://schema.org/grantee>
+  .
+
+
+ro:greater a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "greater"@en ;
+  schema:isDefinedBy <http://schema.org/greater>
+  .
+
+
+ro:greaterOrEqual a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "greaterOrEqual"@en ;
+  schema:isDefinedBy <http://schema.org/greaterOrEqual>
+  .
+
+
+ro:gtin a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "gtin"@en ;
+  schema:isDefinedBy <http://schema.org/gtin>
+  .
+
+
+ro:gtin12 a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "gtin12"@en ;
+  schema:isDefinedBy <http://schema.org/gtin12>
+  .
+
+
+ro:gtin13 a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "gtin13"@en ;
+  schema:isDefinedBy <http://schema.org/gtin13>
+  .
+
+
+ro:gtin14 a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "gtin14"@en ;
+  schema:isDefinedBy <http://schema.org/gtin14>
+  .
+
+
+ro:gtin8 a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "gtin8"@en ;
+  schema:isDefinedBy <http://schema.org/gtin8>
+  .
+
+
+ro:guideline a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "guideline"@en ;
+  schema:isDefinedBy <http://schema.org/guideline>
+  .
+
+
+ro:guidelineDate a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "guidelineDate"@en ;
+  schema:isDefinedBy <http://schema.org/guidelineDate>
+  .
+
+
+ro:guidelineSubject a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "guidelineSubject"@en ;
+  schema:isDefinedBy <http://schema.org/guidelineSubject>
+  .
+
+
+ro:handlingTime a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "handlingTime"@en ;
+  schema:isDefinedBy <http://schema.org/handlingTime>
+  .
+
+
+ro:hasBroadcastChannel a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "hasBroadcastChannel"@en ;
+  schema:isDefinedBy <http://schema.org/hasBroadcastChannel>
+  .
+
+
+ro:hasCategoryCode a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "hasCategoryCode"@en ;
+  schema:isDefinedBy <http://schema.org/hasCategoryCode>
+  .
+
+
+ro:hasCourse a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "hasCourse"@en ;
+  schema:isDefinedBy <http://schema.org/hasCourse>
+  .
+
+
+ro:hasCourseInstance a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "hasCourseInstance"@en ;
+  schema:isDefinedBy <http://schema.org/hasCourseInstance>
+  .
+
+
+ro:hasCredential a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "hasCredential"@en ;
+  schema:isDefinedBy <http://schema.org/hasCredential>
+  .
+
+
+ro:hasDefinedTerm a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "hasDefinedTerm"@en ;
+  schema:isDefinedBy <http://schema.org/hasDefinedTerm>
+  .
+
+
+ro:hasDeliveryMethod a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "hasDeliveryMethod"@en ;
+  schema:isDefinedBy <http://schema.org/hasDeliveryMethod>
+  .
+
+
+ro:hasDigitalDocumentPermission a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "hasDigitalDocumentPermission"@en ;
+  schema:isDefinedBy <http://schema.org/hasDigitalDocumentPermission>
+  .
+
+
+ro:hasDriveThroughService a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "hasDriveThroughService"@en ;
+  schema:isDefinedBy <http://schema.org/hasDriveThroughService>
+  .
+
+
+ro:hasEnergyConsumptionDetails a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "hasEnergyConsumptionDetails"@en ;
+  schema:isDefinedBy <http://schema.org/hasEnergyConsumptionDetails>
+  .
+
+
+ro:hasEnergyEfficiencyCategory a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "hasEnergyEfficiencyCategory"@en ;
+  schema:isDefinedBy <http://schema.org/hasEnergyEfficiencyCategory>
+  .
+
+
+ro:hasHealthAspect a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "hasHealthAspect"@en ;
+  schema:isDefinedBy <http://schema.org/hasHealthAspect>
+  .
+
+
+ro:hasMap a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "hasMap"@en ;
+  schema:isDefinedBy <http://schema.org/hasMap>
+  .
+
+
+ro:hasMenu a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "hasMenu"@en ;
+  schema:isDefinedBy <http://schema.org/hasMenu>
+  .
+
+
+ro:hasMenuItem a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "hasMenuItem"@en ;
+  schema:isDefinedBy <http://schema.org/hasMenuItem>
+  .
+
+
+ro:hasMenuSection a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "hasMenuSection"@en ;
+  schema:isDefinedBy <http://schema.org/hasMenuSection>
+  .
+
+
+ro:hasMerchantReturnPolicy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "hasMerchantReturnPolicy"@en ;
+  schema:isDefinedBy <http://schema.org/hasMerchantReturnPolicy>
+  .
+
+
+ro:hasOccupation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "hasOccupation"@en ;
+  schema:isDefinedBy <http://schema.org/hasOccupation>
+  .
+
+
+ro:hasOfferCatalog a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "hasOfferCatalog"@en ;
+  schema:isDefinedBy <http://schema.org/hasOfferCatalog>
+  .
+
+
+ro:hasPOS a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "hasPOS"@en ;
+  schema:isDefinedBy <http://schema.org/hasPOS>
+  .
+
+
+ro:hasPart a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "hasPart"@en ;
+  schema:isDefinedBy <http://schema.org/hasPart>
+  .
+
+
+ro:hasProductReturnPolicy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "hasProductReturnPolicy"@en ;
+  schema:isDefinedBy <http://schema.org/hasProductReturnPolicy>
+  .
+
+
+ro:hasVariant a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "hasVariant"@en ;
+  schema:isDefinedBy <http://schema.org/hasVariant>
+  .
+
+
+ro:headline a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "headline"@en ;
+  schema:isDefinedBy <http://schema.org/headline>
+  .
+
+
+ro:healthCondition a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "healthCondition"@en ;
+  schema:isDefinedBy <http://schema.org/healthCondition>
+  .
+
+
+ro:healthPlanCoinsuranceOption a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "healthPlanCoinsuranceOption"@en ;
+  schema:isDefinedBy <http://schema.org/healthPlanCoinsuranceOption>
+  .
+
+
+ro:healthPlanCoinsuranceRate a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "healthPlanCoinsuranceRate"@en ;
+  schema:isDefinedBy <http://schema.org/healthPlanCoinsuranceRate>
+  .
+
+
+ro:healthPlanCopay a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "healthPlanCopay"@en ;
+  schema:isDefinedBy <http://schema.org/healthPlanCopay>
+  .
+
+
+ro:healthPlanCopayOption a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "healthPlanCopayOption"@en ;
+  schema:isDefinedBy <http://schema.org/healthPlanCopayOption>
+  .
+
+
+ro:healthPlanCostSharing a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "healthPlanCostSharing"@en ;
+  schema:isDefinedBy <http://schema.org/healthPlanCostSharing>
+  .
+
+
+ro:healthPlanDrugOption a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "healthPlanDrugOption"@en ;
+  schema:isDefinedBy <http://schema.org/healthPlanDrugOption>
+  .
+
+
+ro:healthPlanDrugTier a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "healthPlanDrugTier"@en ;
+  schema:isDefinedBy <http://schema.org/healthPlanDrugTier>
+  .
+
+
+ro:healthPlanId a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "healthPlanId"@en ;
+  schema:isDefinedBy <http://schema.org/healthPlanId>
+  .
+
+
+ro:healthPlanMarketingUrl a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "healthPlanMarketingUrl"@en ;
+  schema:isDefinedBy <http://schema.org/healthPlanMarketingUrl>
+  .
+
+
+ro:healthPlanNetworkId a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "healthPlanNetworkId"@en ;
+  schema:isDefinedBy <http://schema.org/healthPlanNetworkId>
+  .
+
+
+ro:healthPlanNetworkTier a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "healthPlanNetworkTier"@en ;
+  schema:isDefinedBy <http://schema.org/healthPlanNetworkTier>
+  .
+
+
+ro:healthPlanPharmacyCategory a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "healthPlanPharmacyCategory"@en ;
+  schema:isDefinedBy <http://schema.org/healthPlanPharmacyCategory>
+  .
+
+
+ro:healthcareReportingData a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "healthcareReportingData"@en ;
+  schema:isDefinedBy <http://schema.org/healthcareReportingData>
+  .
+
+
+ro:height a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "height"@en ;
+  schema:isDefinedBy <http://schema.org/height>
+  .
+
+
+ro:highPrice a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "highPrice"@en ;
+  schema:isDefinedBy <http://schema.org/highPrice>
+  .
+
+
+ro:hiringOrganization a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "hiringOrganization"@en ;
+  schema:isDefinedBy <http://schema.org/hiringOrganization>
+  .
+
+
+ro:holdingArchive a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "holdingArchive"@en ;
+  schema:isDefinedBy <http://schema.org/holdingArchive>
+  .
+
+
+ro:homeLocation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "homeLocation"@en ;
+  schema:isDefinedBy <http://schema.org/homeLocation>
+  .
+
+
+ro:homeTeam a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "homeTeam"@en ;
+  schema:isDefinedBy <http://schema.org/homeTeam>
+  .
+
+
+ro:honorificPrefix a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "honorificPrefix"@en ;
+  schema:isDefinedBy <http://schema.org/honorificPrefix>
+  .
+
+
+ro:honorificSuffix a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "honorificSuffix"@en ;
+  schema:isDefinedBy <http://schema.org/honorificSuffix>
+  .
+
+
+ro:hospitalAffiliation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "hospitalAffiliation"@en ;
+  schema:isDefinedBy <http://schema.org/hospitalAffiliation>
+  .
+
+
+ro:hostingOrganization a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "hostingOrganization"@en ;
+  schema:isDefinedBy <http://schema.org/hostingOrganization>
+  .
+
+
+ro:hoursAvailable a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "hoursAvailable"@en ;
+  schema:isDefinedBy <http://schema.org/hoursAvailable>
+  .
+
+
+ro:howPerformed a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "howPerformed"@en ;
+  schema:isDefinedBy <http://schema.org/howPerformed>
+  .
+
+
+ro:httpMethod a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "httpMethod"@en ;
+  schema:isDefinedBy <http://schema.org/httpMethod>
+  .
+
+
+ro:iataCode a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "iataCode"@en ;
+  schema:isDefinedBy <http://schema.org/iataCode>
+  .
+
+
+ro:icaoCode a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "icaoCode"@en ;
+  schema:isDefinedBy <http://schema.org/icaoCode>
+  .
+
+
+ro:identifier a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "identifier"@en ;
+  schema:isDefinedBy <http://schema.org/identifier>
+  .
+
+
+ro:identifyingExam a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "identifyingExam"@en ;
+  schema:isDefinedBy <http://schema.org/identifyingExam>
+  .
+
+
+ro:identifyingTest a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "identifyingTest"@en ;
+  schema:isDefinedBy <http://schema.org/identifyingTest>
+  .
+
+
+ro:illustrator a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "illustrator"@en ;
+  schema:isDefinedBy <http://schema.org/illustrator>
+  .
+
+
+ro:image a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "image"@en ;
+  schema:isDefinedBy <http://schema.org/image>
+  .
+
+
+ro:imagingTechnique a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "imagingTechnique"@en ;
+  schema:isDefinedBy <http://schema.org/imagingTechnique>
+  .
+
+
+ro:inAlbum a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "inAlbum"@en ;
+  schema:isDefinedBy <http://schema.org/inAlbum>
+  .
+
+
+ro:inBroadcastLineup a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "inBroadcastLineup"@en ;
+  schema:isDefinedBy <http://schema.org/inBroadcastLineup>
+  .
+
+
+ro:inCodeSet a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "inCodeSet"@en ;
+  schema:isDefinedBy <http://schema.org/inCodeSet>
+  .
+
+
+ro:inDefinedTermSet a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "inDefinedTermSet"@en ;
+  schema:isDefinedBy <http://schema.org/inDefinedTermSet>
+  .
+
+
+ro:inLanguage a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "inLanguage"@en ;
+  schema:isDefinedBy <http://schema.org/inLanguage>
+  .
+
+
+ro:inPlaylist a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "inPlaylist"@en ;
+  schema:isDefinedBy <http://schema.org/inPlaylist>
+  .
+
+
+ro:inProductGroupWithID a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "inProductGroupWithID"@en ;
+  schema:isDefinedBy <http://schema.org/inProductGroupWithID>
+  .
+
+
+ro:inStoreReturnsOffered a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "inStoreReturnsOffered"@en ;
+  schema:isDefinedBy <http://schema.org/inStoreReturnsOffered>
+  .
+
+
+ro:inSupportOf a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "inSupportOf"@en ;
+  schema:isDefinedBy <http://schema.org/inSupportOf>
+  .
+
+
+ro:incentiveCompensation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "incentiveCompensation"@en ;
+  schema:isDefinedBy <http://schema.org/incentiveCompensation>
+  .
+
+
+ro:incentives a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "incentives"@en ;
+  schema:isDefinedBy <http://schema.org/incentives>
+  .
+
+
+ro:includedComposition a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "includedComposition"@en ;
+  schema:isDefinedBy <http://schema.org/includedComposition>
+  .
+
+
+ro:includedDataCatalog a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "includedDataCatalog"@en ;
+  schema:isDefinedBy <http://schema.org/includedDataCatalog>
+  .
+
+
+ro:includedInDataCatalog a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "includedInDataCatalog"@en ;
+  schema:isDefinedBy <http://schema.org/includedInDataCatalog>
+  .
+
+
+ro:includedInHealthInsurancePlan a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "includedInHealthInsurancePlan"@en ;
+  schema:isDefinedBy <http://schema.org/includedInHealthInsurancePlan>
+  .
+
+
+ro:includedRiskFactor a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "includedRiskFactor"@en ;
+  schema:isDefinedBy <http://schema.org/includedRiskFactor>
+  .
+
+
+ro:includesAttraction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "includesAttraction"@en ;
+  schema:isDefinedBy <http://schema.org/includesAttraction>
+  .
+
+
+ro:includesHealthPlanFormulary a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "includesHealthPlanFormulary"@en ;
+  schema:isDefinedBy <http://schema.org/includesHealthPlanFormulary>
+  .
+
+
+ro:includesHealthPlanNetwork a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "includesHealthPlanNetwork"@en ;
+  schema:isDefinedBy <http://schema.org/includesHealthPlanNetwork>
+  .
+
+
+ro:includesObject a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "includesObject"@en ;
+  schema:isDefinedBy <http://schema.org/includesObject>
+  .
+
+
+ro:increasesRiskOf a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "increasesRiskOf"@en ;
+  schema:isDefinedBy <http://schema.org/increasesRiskOf>
+  .
+
+
+ro:industry a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "industry"@en ;
+  schema:isDefinedBy <http://schema.org/industry>
+  .
+
+
+ro:ineligibleRegion a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ineligibleRegion"@en ;
+  schema:isDefinedBy <http://schema.org/ineligibleRegion>
+  .
+
+
+ro:infectiousAgent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "infectiousAgent"@en ;
+  schema:isDefinedBy <http://schema.org/infectiousAgent>
+  .
+
+
+ro:infectiousAgentClass a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "infectiousAgentClass"@en ;
+  schema:isDefinedBy <http://schema.org/infectiousAgentClass>
+  .
+
+
+ro:ingredients a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ingredients"@en ;
+  schema:isDefinedBy <http://schema.org/ingredients>
+  .
+
+
+ro:inker a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "inker"@en ;
+  schema:isDefinedBy <http://schema.org/inker>
+  .
+
+
+ro:insertion a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "insertion"@en ;
+  schema:isDefinedBy <http://schema.org/insertion>
+  .
+
+
+ro:installUrl a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "installUrl"@en ;
+  schema:isDefinedBy <http://schema.org/installUrl>
+  .
+
+
+ro:instructor a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "instructor"@en ;
+  schema:isDefinedBy <http://schema.org/instructor>
+  .
+
+
+ro:instrument a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "instrument"@en ;
+  schema:isDefinedBy <http://schema.org/instrument>
+  .
+
+
+ro:intensity a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "intensity"@en ;
+  schema:isDefinedBy <http://schema.org/intensity>
+  .
+
+
+ro:interactingDrug a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "interactingDrug"@en ;
+  schema:isDefinedBy <http://schema.org/interactingDrug>
+  .
+
+
+ro:interactionCount a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "interactionCount"@en ;
+  schema:isDefinedBy <http://schema.org/interactionCount>
+  .
+
+
+ro:interactionService a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "interactionService"@en ;
+  schema:isDefinedBy <http://schema.org/interactionService>
+  .
+
+
+ro:interactionStatistic a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "interactionStatistic"@en ;
+  schema:isDefinedBy <http://schema.org/interactionStatistic>
+  .
+
+
+ro:interactionType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "interactionType"@en ;
+  schema:isDefinedBy <http://schema.org/interactionType>
+  .
+
+
+ro:interactivityType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "interactivityType"@en ;
+  schema:isDefinedBy <http://schema.org/interactivityType>
+  .
+
+
+ro:interestRate a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "interestRate"@en ;
+  schema:isDefinedBy <http://schema.org/interestRate>
+  .
+
+
+ro:inventoryLevel a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "inventoryLevel"@en ;
+  schema:isDefinedBy <http://schema.org/inventoryLevel>
+  .
+
+
+ro:inverseOf a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "inverseOf"@en ;
+  schema:isDefinedBy <http://schema.org/inverseOf>
+  .
+
+
+ro:isAcceptingNewPatients a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "isAcceptingNewPatients"@en ;
+  schema:isDefinedBy <http://schema.org/isAcceptingNewPatients>
+  .
+
+
+ro:isAccessibleForFree a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "isAccessibleForFree"@en ;
+  schema:isDefinedBy <http://schema.org/isAccessibleForFree>
+  .
+
+
+ro:isAccessoryOrSparePartFor a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "isAccessoryOrSparePartFor"@en ;
+  schema:isDefinedBy <http://schema.org/isAccessoryOrSparePartFor>
+  .
+
+
+ro:isAvailableGenerically a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "isAvailableGenerically"@en ;
+  schema:isDefinedBy <http://schema.org/isAvailableGenerically>
+  .
+
+
+ro:isBasedOn a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "isBasedOn"@en ;
+  schema:isDefinedBy <http://schema.org/isBasedOn>
+  .
+
+
+ro:isBasedOnUrl a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "isBasedOnUrl"@en ;
+  schema:isDefinedBy <http://schema.org/isBasedOnUrl>
+  .
+
+
+ro:isConsumableFor a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "isConsumableFor"@en ;
+  schema:isDefinedBy <http://schema.org/isConsumableFor>
+  .
+
+
+ro:isFamilyFriendly a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "isFamilyFriendly"@en ;
+  schema:isDefinedBy <http://schema.org/isFamilyFriendly>
+  .
+
+
+ro:isGift a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "isGift"@en ;
+  schema:isDefinedBy <http://schema.org/isGift>
+  .
+
+
+ro:isLiveBroadcast a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "isLiveBroadcast"@en ;
+  schema:isDefinedBy <http://schema.org/isLiveBroadcast>
+  .
+
+
+ro:isPartOf a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "isPartOf"@en ;
+  schema:isDefinedBy <http://schema.org/isPartOf>
+  .
+
+
+ro:isPlanForApartment a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "isPlanForApartment"@en ;
+  schema:isDefinedBy <http://schema.org/isPlanForApartment>
+  .
+
+
+ro:isProprietary a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "isProprietary"@en ;
+  schema:isDefinedBy <http://schema.org/isProprietary>
+  .
+
+
+ro:isRelatedTo a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "isRelatedTo"@en ;
+  schema:isDefinedBy <http://schema.org/isRelatedTo>
+  .
+
+
+ro:isResizable a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "isResizable"@en ;
+  schema:isDefinedBy <http://schema.org/isResizable>
+  .
+
+
+ro:isSimilarTo a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "isSimilarTo"@en ;
+  schema:isDefinedBy <http://schema.org/isSimilarTo>
+  .
+
+
+ro:isUnlabelledFallback a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "isUnlabelledFallback"@en ;
+  schema:isDefinedBy <http://schema.org/isUnlabelledFallback>
+  .
+
+
+ro:isVariantOf a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "isVariantOf"@en ;
+  schema:isDefinedBy <http://schema.org/isVariantOf>
+  .
+
+
+ro:isbn a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "isbn"@en ;
+  schema:isDefinedBy <http://schema.org/isbn>
+  .
+
+
+ro:isicV4 a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "isicV4"@en ;
+  schema:isDefinedBy <http://schema.org/isicV4>
+  .
+
+
+ro:isrcCode a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "isrcCode"@en ;
+  schema:isDefinedBy <http://schema.org/isrcCode>
+  .
+
+
+ro:issn a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "issn"@en ;
+  schema:isDefinedBy <http://schema.org/issn>
+  .
+
+
+ro:issueNumber a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "issueNumber"@en ;
+  schema:isDefinedBy <http://schema.org/issueNumber>
+  .
+
+
+ro:issuedBy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "issuedBy"@en ;
+  schema:isDefinedBy <http://schema.org/issuedBy>
+  .
+
+
+ro:issuedThrough a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "issuedThrough"@en ;
+  schema:isDefinedBy <http://schema.org/issuedThrough>
+  .
+
+
+ro:iswcCode a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "iswcCode"@en ;
+  schema:isDefinedBy <http://schema.org/iswcCode>
+  .
+
+
+ro:item a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "item"@en ;
+  schema:isDefinedBy <http://schema.org/item>
+  .
+
+
+ro:itemCondition a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "itemCondition"@en ;
+  schema:isDefinedBy <http://schema.org/itemCondition>
+  .
+
+
+ro:itemListElement a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "itemListElement"@en ;
+  schema:isDefinedBy <http://schema.org/itemListElement>
+  .
+
+
+ro:itemListOrder a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "itemListOrder"@en ;
+  schema:isDefinedBy <http://schema.org/itemListOrder>
+  .
+
+
+ro:itemLocation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "itemLocation"@en ;
+  schema:isDefinedBy <http://schema.org/itemLocation>
+  .
+
+
+ro:itemOffered a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "itemOffered"@en ;
+  schema:isDefinedBy <http://schema.org/itemOffered>
+  .
+
+
+ro:itemReviewed a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "itemReviewed"@en ;
+  schema:isDefinedBy <http://schema.org/itemReviewed>
+  .
+
+
+ro:itemShipped a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "itemShipped"@en ;
+  schema:isDefinedBy <http://schema.org/itemShipped>
+  .
+
+
+ro:itinerary a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "itinerary"@en ;
+  schema:isDefinedBy <http://schema.org/itinerary>
+  .
+
+
+ro:jobBenefits a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "jobBenefits"@en ;
+  schema:isDefinedBy <http://schema.org/jobBenefits>
+  .
+
+
+ro:jobImmediateStart a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "jobImmediateStart"@en ;
+  schema:isDefinedBy <http://schema.org/jobImmediateStart>
+  .
+
+
+ro:jobLocation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "jobLocation"@en ;
+  schema:isDefinedBy <http://schema.org/jobLocation>
+  .
+
+
+ro:jobLocationType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "jobLocationType"@en ;
+  schema:isDefinedBy <http://schema.org/jobLocationType>
+  .
+
+
+ro:jobStartDate a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "jobStartDate"@en ;
+  schema:isDefinedBy <http://schema.org/jobStartDate>
+  .
+
+
+ro:jobTitle a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "jobTitle"@en ;
+  schema:isDefinedBy <http://schema.org/jobTitle>
+  .
+
+
+ro:jurisdiction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "jurisdiction"@en ;
+  schema:isDefinedBy <http://schema.org/jurisdiction>
+  .
+
+
+ro:keywords a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "keywords"@en ;
+  schema:isDefinedBy <http://schema.org/keywords>
+  .
+
+
+ro:knownVehicleDamages a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "knownVehicleDamages"@en ;
+  schema:isDefinedBy <http://schema.org/knownVehicleDamages>
+  .
+
+
+ro:knows a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "knows"@en ;
+  schema:isDefinedBy <http://schema.org/knows>
+  .
+
+
+ro:knowsAbout a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "knowsAbout"@en ;
+  schema:isDefinedBy <http://schema.org/knowsAbout>
+  .
+
+
+ro:knowsLanguage a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "knowsLanguage"@en ;
+  schema:isDefinedBy <http://schema.org/knowsLanguage>
+  .
+
+
+ro:labelDetails a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "labelDetails"@en ;
+  schema:isDefinedBy <http://schema.org/labelDetails>
+  .
+
+
+ro:landlord a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "landlord"@en ;
+  schema:isDefinedBy <http://schema.org/landlord>
+  .
+
+
+ro:language a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "language"@en ;
+  schema:isDefinedBy <http://schema.org/language>
+  .
+
+
+ro:lastReviewed a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "lastReviewed"@en ;
+  schema:isDefinedBy <http://schema.org/lastReviewed>
+  .
+
+
+ro:latitude a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "latitude"@en ;
+  schema:isDefinedBy <http://schema.org/latitude>
+  .
+
+
+ro:layoutImage a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "layoutImage"@en ;
+  schema:isDefinedBy <http://schema.org/layoutImage>
+  .
+
+
+ro:learningResourceType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "learningResourceType"@en ;
+  schema:isDefinedBy <http://schema.org/learningResourceType>
+  .
+
+
+ro:leaseLength a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "leaseLength"@en ;
+  schema:isDefinedBy <http://schema.org/leaseLength>
+  .
+
+
+ro:legalName a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "legalName"@en ;
+  schema:isDefinedBy <http://schema.org/legalName>
+  .
+
+
+ro:legalStatus a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "legalStatus"@en ;
+  schema:isDefinedBy <http://schema.org/legalStatus>
+  .
+
+
+ro:legislationApplies a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "legislationApplies"@en ;
+  schema:isDefinedBy <http://schema.org/legislationApplies>
+  .
+
+
+ro:legislationChanges a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "legislationChanges"@en ;
+  schema:isDefinedBy <http://schema.org/legislationChanges>
+  .
+
+
+ro:legislationConsolidates a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "legislationConsolidates"@en ;
+  schema:isDefinedBy <http://schema.org/legislationConsolidates>
+  .
+
+
+ro:legislationDate a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "legislationDate"@en ;
+  schema:isDefinedBy <http://schema.org/legislationDate>
+  .
+
+
+ro:legislationDateVersion a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "legislationDateVersion"@en ;
+  schema:isDefinedBy <http://schema.org/legislationDateVersion>
+  .
+
+
+ro:legislationIdentifier a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "legislationIdentifier"@en ;
+  schema:isDefinedBy <http://schema.org/legislationIdentifier>
+  .
+
+
+ro:legislationJurisdiction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "legislationJurisdiction"@en ;
+  schema:isDefinedBy <http://schema.org/legislationJurisdiction>
+  .
+
+
+ro:legislationLegalForce a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "legislationLegalForce"@en ;
+  schema:isDefinedBy <http://schema.org/legislationLegalForce>
+  .
+
+
+ro:legislationLegalValue a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "legislationLegalValue"@en ;
+  schema:isDefinedBy <http://schema.org/legislationLegalValue>
+  .
+
+
+ro:legislationPassedBy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "legislationPassedBy"@en ;
+  schema:isDefinedBy <http://schema.org/legislationPassedBy>
+  .
+
+
+ro:legislationResponsible a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "legislationResponsible"@en ;
+  schema:isDefinedBy <http://schema.org/legislationResponsible>
+  .
+
+
+ro:legislationTransposes a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "legislationTransposes"@en ;
+  schema:isDefinedBy <http://schema.org/legislationTransposes>
+  .
+
+
+ro:legislationType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "legislationType"@en ;
+  schema:isDefinedBy <http://schema.org/legislationType>
+  .
+
+
+ro:leiCode a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "leiCode"@en ;
+  schema:isDefinedBy <http://schema.org/leiCode>
+  .
+
+
+ro:lender a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "lender"@en ;
+  schema:isDefinedBy <http://schema.org/lender>
+  .
+
+
+ro:lesser a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "lesser"@en ;
+  schema:isDefinedBy <http://schema.org/lesser>
+  .
+
+
+ro:lesserOrEqual a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "lesserOrEqual"@en ;
+  schema:isDefinedBy <http://schema.org/lesserOrEqual>
+  .
+
+
+ro:letterer a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "letterer"@en ;
+  schema:isDefinedBy <http://schema.org/letterer>
+  .
+
+
+ro:license a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "license"@en ;
+  schema:isDefinedBy <http://schema.org/license>
+  .
+
+
+ro:line a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "line"@en ;
+  schema:isDefinedBy <http://schema.org/line>
+  .
+
+
+ro:linkRelationship a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "linkRelationship"@en ;
+  schema:isDefinedBy <http://schema.org/linkRelationship>
+  .
+
+
+ro:liveBlogUpdate a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "liveBlogUpdate"@en ;
+  schema:isDefinedBy <http://schema.org/liveBlogUpdate>
+  .
+
+
+ro:loanMortgageMandateAmount a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "loanMortgageMandateAmount"@en ;
+  schema:isDefinedBy <http://schema.org/loanMortgageMandateAmount>
+  .
+
+
+ro:loanPaymentAmount a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "loanPaymentAmount"@en ;
+  schema:isDefinedBy <http://schema.org/loanPaymentAmount>
+  .
+
+
+ro:loanPaymentFrequency a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "loanPaymentFrequency"@en ;
+  schema:isDefinedBy <http://schema.org/loanPaymentFrequency>
+  .
+
+
+ro:loanRepaymentForm a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "loanRepaymentForm"@en ;
+  schema:isDefinedBy <http://schema.org/loanRepaymentForm>
+  .
+
+
+ro:loanTerm a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "loanTerm"@en ;
+  schema:isDefinedBy <http://schema.org/loanTerm>
+  .
+
+
+ro:loanType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "loanType"@en ;
+  schema:isDefinedBy <http://schema.org/loanType>
+  .
+
+
+ro:location a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "location"@en ;
+  schema:isDefinedBy <http://schema.org/location>
+  .
+
+
+ro:locationCreated a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "locationCreated"@en ;
+  schema:isDefinedBy <http://schema.org/locationCreated>
+  .
+
+
+ro:lodgingUnitDescription a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "lodgingUnitDescription"@en ;
+  schema:isDefinedBy <http://schema.org/lodgingUnitDescription>
+  .
+
+
+ro:lodgingUnitType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "lodgingUnitType"@en ;
+  schema:isDefinedBy <http://schema.org/lodgingUnitType>
+  .
+
+
+ro:logo a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "logo"@en ;
+  schema:isDefinedBy <http://schema.org/logo>
+  .
+
+
+ro:longitude a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "longitude"@en ;
+  schema:isDefinedBy <http://schema.org/longitude>
+  .
+
+
+ro:loser a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "loser"@en ;
+  schema:isDefinedBy <http://schema.org/loser>
+  .
+
+
+ro:lowPrice a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "lowPrice"@en ;
+  schema:isDefinedBy <http://schema.org/lowPrice>
+  .
+
+
+ro:lyricist a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "lyricist"@en ;
+  schema:isDefinedBy <http://schema.org/lyricist>
+  .
+
+
+ro:lyrics a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "lyrics"@en ;
+  schema:isDefinedBy <http://schema.org/lyrics>
+  .
+
+
+ro:mainContentOfPage a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "mainContentOfPage"@en ;
+  schema:isDefinedBy <http://schema.org/mainContentOfPage>
+  .
+
+
+ro:mainEntity a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "mainEntity"@en ;
+  schema:isDefinedBy <http://schema.org/mainEntity>
+  .
+
+
+ro:mainEntityOfPage a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "mainEntityOfPage"@en ;
+  schema:isDefinedBy <http://schema.org/mainEntityOfPage>
+  .
+
+
+ro:maintainer a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "maintainer"@en ;
+  schema:isDefinedBy <http://schema.org/maintainer>
+  .
+
+
+ro:makesOffer a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "makesOffer"@en ;
+  schema:isDefinedBy <http://schema.org/makesOffer>
+  .
+
+
+ro:manufacturer a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "manufacturer"@en ;
+  schema:isDefinedBy <http://schema.org/manufacturer>
+  .
+
+
+ro:map a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "map"@en ;
+  schema:isDefinedBy <http://schema.org/map>
+  .
+
+
+ro:mapType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "mapType"@en ;
+  schema:isDefinedBy <http://schema.org/mapType>
+  .
+
+
+ro:maps a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "maps"@en ;
+  schema:isDefinedBy <http://schema.org/maps>
+  .
+
+
+ro:marginOfError a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "marginOfError"@en ;
+  schema:isDefinedBy <http://schema.org/marginOfError>
+  .
+
+
+ro:masthead a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "masthead"@en ;
+  schema:isDefinedBy <http://schema.org/masthead>
+  .
+
+
+ro:material a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "material"@en ;
+  schema:isDefinedBy <http://schema.org/material>
+  .
+
+
+ro:materialExtent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "materialExtent"@en ;
+  schema:isDefinedBy <http://schema.org/materialExtent>
+  .
+
+
+ro:maxPrice a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "maxPrice"@en ;
+  schema:isDefinedBy <http://schema.org/maxPrice>
+  .
+
+
+ro:maxValue a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "maxValue"@en ;
+  schema:isDefinedBy <http://schema.org/maxValue>
+  .
+
+
+ro:maximumAttendeeCapacity a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "maximumAttendeeCapacity"@en ;
+  schema:isDefinedBy <http://schema.org/maximumAttendeeCapacity>
+  .
+
+
+ro:maximumEnrollment a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "maximumEnrollment"@en ;
+  schema:isDefinedBy <http://schema.org/maximumEnrollment>
+  .
+
+
+ro:maximumIntake a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "maximumIntake"@en ;
+  schema:isDefinedBy <http://schema.org/maximumIntake>
+  .
+
+
+ro:maximumPhysicalAttendeeCapacity a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "maximumPhysicalAttendeeCapacity"@en ;
+  schema:isDefinedBy <http://schema.org/maximumPhysicalAttendeeCapacity>
+  .
+
+
+ro:maximumVirtualAttendeeCapacity a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "maximumVirtualAttendeeCapacity"@en ;
+  schema:isDefinedBy <http://schema.org/maximumVirtualAttendeeCapacity>
+  .
+
+
+ro:mealService a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "mealService"@en ;
+  schema:isDefinedBy <http://schema.org/mealService>
+  .
+
+
+ro:measuredProperty a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "measuredProperty"@en ;
+  schema:isDefinedBy <http://schema.org/measuredProperty>
+  .
+
+
+ro:measuredValue a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "measuredValue"@en ;
+  schema:isDefinedBy <http://schema.org/measuredValue>
+  .
+
+
+ro:measurementTechnique a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "measurementTechnique"@en ;
+  schema:isDefinedBy <http://schema.org/measurementTechnique>
+  .
+
+
+ro:mechanismOfAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "mechanismOfAction"@en ;
+  schema:isDefinedBy <http://schema.org/mechanismOfAction>
+  .
+
+
+ro:mediaAuthenticityCategory a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "mediaAuthenticityCategory"@en ;
+  schema:isDefinedBy <http://schema.org/mediaAuthenticityCategory>
+  .
+
+
+ro:median a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "median"@en ;
+  schema:isDefinedBy <http://schema.org/median>
+  .
+
+
+ro:medicalAudience a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "medicalAudience"@en ;
+  schema:isDefinedBy <http://schema.org/medicalAudience>
+  .
+
+
+ro:medicalSpecialty a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "medicalSpecialty"@en ;
+  schema:isDefinedBy <http://schema.org/medicalSpecialty>
+  .
+
+
+ro:medicineSystem a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "medicineSystem"@en ;
+  schema:isDefinedBy <http://schema.org/medicineSystem>
+  .
+
+
+ro:meetsEmissionStandard a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "meetsEmissionStandard"@en ;
+  schema:isDefinedBy <http://schema.org/meetsEmissionStandard>
+  .
+
+
+ro:member a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "member"@en ;
+  schema:isDefinedBy <http://schema.org/member>
+  .
+
+
+ro:memberOf a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "memberOf"@en ;
+  schema:isDefinedBy <http://schema.org/memberOf>
+  .
+
+
+ro:members a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "members"@en ;
+  schema:isDefinedBy <http://schema.org/members>
+  .
+
+
+ro:membershipNumber a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "membershipNumber"@en ;
+  schema:isDefinedBy <http://schema.org/membershipNumber>
+  .
+
+
+ro:membershipPointsEarned a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "membershipPointsEarned"@en ;
+  schema:isDefinedBy <http://schema.org/membershipPointsEarned>
+  .
+
+
+ro:memoryRequirements a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "memoryRequirements"@en ;
+  schema:isDefinedBy <http://schema.org/memoryRequirements>
+  .
+
+
+ro:mentions a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "mentions"@en ;
+  schema:isDefinedBy <http://schema.org/mentions>
+  .
+
+
+ro:menu a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "menu"@en ;
+  schema:isDefinedBy <http://schema.org/menu>
+  .
+
+
+ro:menuAddOn a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "menuAddOn"@en ;
+  schema:isDefinedBy <http://schema.org/menuAddOn>
+  .
+
+
+ro:merchant a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "merchant"@en ;
+  schema:isDefinedBy <http://schema.org/merchant>
+  .
+
+
+ro:merchantReturnDays a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "merchantReturnDays"@en ;
+  schema:isDefinedBy <http://schema.org/merchantReturnDays>
+  .
+
+
+ro:merchantReturnLink a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "merchantReturnLink"@en ;
+  schema:isDefinedBy <http://schema.org/merchantReturnLink>
+  .
+
+
+ro:messageAttachment a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "messageAttachment"@en ;
+  schema:isDefinedBy <http://schema.org/messageAttachment>
+  .
+
+
+ro:mileageFromOdometer a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "mileageFromOdometer"@en ;
+  schema:isDefinedBy <http://schema.org/mileageFromOdometer>
+  .
+
+
+ro:minPrice a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "minPrice"@en ;
+  schema:isDefinedBy <http://schema.org/minPrice>
+  .
+
+
+ro:minValue a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "minValue"@en ;
+  schema:isDefinedBy <http://schema.org/minValue>
+  .
+
+
+ro:minimumPaymentDue a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "minimumPaymentDue"@en ;
+  schema:isDefinedBy <http://schema.org/minimumPaymentDue>
+  .
+
+
+ro:missionCoveragePrioritiesPolicy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "missionCoveragePrioritiesPolicy"@en ;
+  schema:isDefinedBy <http://schema.org/missionCoveragePrioritiesPolicy>
+  .
+
+
+ro:model a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "model"@en ;
+  schema:isDefinedBy <http://schema.org/model>
+  .
+
+
+ro:modelDate a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "modelDate"@en ;
+  schema:isDefinedBy <http://schema.org/modelDate>
+  .
+
+
+ro:modifiedTime a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "modifiedTime"@en ;
+  schema:isDefinedBy <http://schema.org/modifiedTime>
+  .
+
+
+ro:monthlyMinimumRepaymentAmount a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "monthlyMinimumRepaymentAmount"@en ;
+  schema:isDefinedBy <http://schema.org/monthlyMinimumRepaymentAmount>
+  .
+
+
+ro:mpn a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "mpn"@en ;
+  schema:isDefinedBy <http://schema.org/mpn>
+  .
+
+
+ro:multipleValues a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "multipleValues"@en ;
+  schema:isDefinedBy <http://schema.org/multipleValues>
+  .
+
+
+ro:muscleAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "muscleAction"@en ;
+  schema:isDefinedBy <http://schema.org/muscleAction>
+  .
+
+
+ro:musicArrangement a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "musicArrangement"@en ;
+  schema:isDefinedBy <http://schema.org/musicArrangement>
+  .
+
+
+ro:musicBy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "musicBy"@en ;
+  schema:isDefinedBy <http://schema.org/musicBy>
+  .
+
+
+ro:musicCompositionForm a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "musicCompositionForm"@en ;
+  schema:isDefinedBy <http://schema.org/musicCompositionForm>
+  .
+
+
+ro:musicGroupMember a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "musicGroupMember"@en ;
+  schema:isDefinedBy <http://schema.org/musicGroupMember>
+  .
+
+
+ro:musicReleaseFormat a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "musicReleaseFormat"@en ;
+  schema:isDefinedBy <http://schema.org/musicReleaseFormat>
+  .
+
+
+ro:musicalKey a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "musicalKey"@en ;
+  schema:isDefinedBy <http://schema.org/musicalKey>
+  .
+
+
+ro:naics a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "naics"@en ;
+  schema:isDefinedBy <http://schema.org/naics>
+  .
+
+
+ro:name a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "name"@en ;
+  schema:isDefinedBy <http://schema.org/name>
+  .
+
+
+ro:namedPosition a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "namedPosition"@en ;
+  schema:isDefinedBy <http://schema.org/namedPosition>
+  .
+
+
+ro:nationality a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "nationality"@en ;
+  schema:isDefinedBy <http://schema.org/nationality>
+  .
+
+
+ro:naturalProgression a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "naturalProgression"@en ;
+  schema:isDefinedBy <http://schema.org/naturalProgression>
+  .
+
+
+ro:nerve a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "nerve"@en ;
+  schema:isDefinedBy <http://schema.org/nerve>
+  .
+
+
+ro:nerveMotor a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "nerveMotor"@en ;
+  schema:isDefinedBy <http://schema.org/nerveMotor>
+  .
+
+
+ro:netWorth a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "netWorth"@en ;
+  schema:isDefinedBy <http://schema.org/netWorth>
+  .
+
+
+ro:newsUpdatesAndGuidelines a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "newsUpdatesAndGuidelines"@en ;
+  schema:isDefinedBy <http://schema.org/newsUpdatesAndGuidelines>
+  .
+
+
+ro:nextItem a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "nextItem"@en ;
+  schema:isDefinedBy <http://schema.org/nextItem>
+  .
+
+
+ro:noBylinesPolicy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "noBylinesPolicy"@en ;
+  schema:isDefinedBy <http://schema.org/noBylinesPolicy>
+  .
+
+
+ro:nonEqual a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "nonEqual"@en ;
+  schema:isDefinedBy <http://schema.org/nonEqual>
+  .
+
+
+ro:nonProprietaryName a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "nonProprietaryName"@en ;
+  schema:isDefinedBy <http://schema.org/nonProprietaryName>
+  .
+
+
+ro:nonprofitStatus a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "nonprofitStatus"@en ;
+  schema:isDefinedBy <http://schema.org/nonprofitStatus>
+  .
+
+
+ro:normalRange a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "normalRange"@en ;
+  schema:isDefinedBy <http://schema.org/normalRange>
+  .
+
+
+ro:nsn a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "nsn"@en ;
+  schema:isDefinedBy <http://schema.org/nsn>
+  .
+
+
+ro:numAdults a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "numAdults"@en ;
+  schema:isDefinedBy <http://schema.org/numAdults>
+  .
+
+
+ro:numChildren a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "numChildren"@en ;
+  schema:isDefinedBy <http://schema.org/numChildren>
+  .
+
+
+ro:numConstraints a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "numConstraints"@en ;
+  schema:isDefinedBy <http://schema.org/numConstraints>
+  .
+
+
+ro:numTracks a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "numTracks"@en ;
+  schema:isDefinedBy <http://schema.org/numTracks>
+  .
+
+
+ro:numberOfAccommodationUnits a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "numberOfAccommodationUnits"@en ;
+  schema:isDefinedBy <http://schema.org/numberOfAccommodationUnits>
+  .
+
+
+ro:numberOfAirbags a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "numberOfAirbags"@en ;
+  schema:isDefinedBy <http://schema.org/numberOfAirbags>
+  .
+
+
+ro:numberOfAvailableAccommodationUnits a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "numberOfAvailableAccommodationUnits"@en ;
+  schema:isDefinedBy <http://schema.org/numberOfAvailableAccommodationUnits>
+  .
+
+
+ro:numberOfAxles a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "numberOfAxles"@en ;
+  schema:isDefinedBy <http://schema.org/numberOfAxles>
+  .
+
+
+ro:numberOfBathroomsTotal a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "numberOfBathroomsTotal"@en ;
+  schema:isDefinedBy <http://schema.org/numberOfBathroomsTotal>
+  .
+
+
+ro:numberOfBedrooms a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "numberOfBedrooms"@en ;
+  schema:isDefinedBy <http://schema.org/numberOfBedrooms>
+  .
+
+
+ro:numberOfBeds a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "numberOfBeds"@en ;
+  schema:isDefinedBy <http://schema.org/numberOfBeds>
+  .
+
+
+ro:numberOfCredits a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "numberOfCredits"@en ;
+  schema:isDefinedBy <http://schema.org/numberOfCredits>
+  .
+
+
+ro:numberOfDoors a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "numberOfDoors"@en ;
+  schema:isDefinedBy <http://schema.org/numberOfDoors>
+  .
+
+
+ro:numberOfEmployees a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "numberOfEmployees"@en ;
+  schema:isDefinedBy <http://schema.org/numberOfEmployees>
+  .
+
+
+ro:numberOfEpisodes a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "numberOfEpisodes"@en ;
+  schema:isDefinedBy <http://schema.org/numberOfEpisodes>
+  .
+
+
+ro:numberOfForwardGears a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "numberOfForwardGears"@en ;
+  schema:isDefinedBy <http://schema.org/numberOfForwardGears>
+  .
+
+
+ro:numberOfFullBathrooms a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "numberOfFullBathrooms"@en ;
+  schema:isDefinedBy <http://schema.org/numberOfFullBathrooms>
+  .
+
+
+ro:numberOfItems a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "numberOfItems"@en ;
+  schema:isDefinedBy <http://schema.org/numberOfItems>
+  .
+
+
+ro:numberOfLoanPayments a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "numberOfLoanPayments"@en ;
+  schema:isDefinedBy <http://schema.org/numberOfLoanPayments>
+  .
+
+
+ro:numberOfPages a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "numberOfPages"@en ;
+  schema:isDefinedBy <http://schema.org/numberOfPages>
+  .
+
+
+ro:numberOfPartialBathrooms a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "numberOfPartialBathrooms"@en ;
+  schema:isDefinedBy <http://schema.org/numberOfPartialBathrooms>
+  .
+
+
+ro:numberOfPlayers a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "numberOfPlayers"@en ;
+  schema:isDefinedBy <http://schema.org/numberOfPlayers>
+  .
+
+
+ro:numberOfPreviousOwners a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "numberOfPreviousOwners"@en ;
+  schema:isDefinedBy <http://schema.org/numberOfPreviousOwners>
+  .
+
+
+ro:numberOfRooms a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "numberOfRooms"@en ;
+  schema:isDefinedBy <http://schema.org/numberOfRooms>
+  .
+
+
+ro:numberOfSeasons a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "numberOfSeasons"@en ;
+  schema:isDefinedBy <http://schema.org/numberOfSeasons>
+  .
+
+
+ro:numberedPosition a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "numberedPosition"@en ;
+  schema:isDefinedBy <http://schema.org/numberedPosition>
+  .
+
+
+ro:nutrition a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "nutrition"@en ;
+  schema:isDefinedBy <http://schema.org/nutrition>
+  .
+
+
+ro:object a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "object"@en ;
+  schema:isDefinedBy <http://schema.org/object>
+  .
+
+
+ro:observationDate a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "observationDate"@en ;
+  schema:isDefinedBy <http://schema.org/observationDate>
+  .
+
+
+ro:observedNode a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "observedNode"@en ;
+  schema:isDefinedBy <http://schema.org/observedNode>
+  .
+
+
+ro:occupancy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "occupancy"@en ;
+  schema:isDefinedBy <http://schema.org/occupancy>
+  .
+
+
+ro:occupationLocation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "occupationLocation"@en ;
+  schema:isDefinedBy <http://schema.org/occupationLocation>
+  .
+
+
+ro:occupationalCategory a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "occupationalCategory"@en ;
+  schema:isDefinedBy <http://schema.org/occupationalCategory>
+  .
+
+
+ro:occupationalCredentialAwarded a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "occupationalCredentialAwarded"@en ;
+  schema:isDefinedBy <http://schema.org/occupationalCredentialAwarded>
+  .
+
+
+ro:offerCount a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "offerCount"@en ;
+  schema:isDefinedBy <http://schema.org/offerCount>
+  .
+
+
+ro:offeredBy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "offeredBy"@en ;
+  schema:isDefinedBy <http://schema.org/offeredBy>
+  .
+
+
+ro:offers a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "offers"@en ;
+  schema:isDefinedBy <http://schema.org/offers>
+  .
+
+
+ro:offersPrescriptionByMail a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "offersPrescriptionByMail"@en ;
+  schema:isDefinedBy <http://schema.org/offersPrescriptionByMail>
+  .
+
+
+ro:openingHours a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "openingHours"@en ;
+  schema:isDefinedBy <http://schema.org/openingHours>
+  .
+
+
+ro:openingHoursSpecification a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "openingHoursSpecification"@en ;
+  schema:isDefinedBy <http://schema.org/openingHoursSpecification>
+  .
+
+
+ro:opens a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "opens"@en ;
+  schema:isDefinedBy <http://schema.org/opens>
+  .
+
+
+ro:operatingSystem a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "operatingSystem"@en ;
+  schema:isDefinedBy <http://schema.org/operatingSystem>
+  .
+
+
+ro:opponent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "opponent"@en ;
+  schema:isDefinedBy <http://schema.org/opponent>
+  .
+
+
+ro:option a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "option"@en ;
+  schema:isDefinedBy <http://schema.org/option>
+  .
+
+
+ro:orderDate a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "orderDate"@en ;
+  schema:isDefinedBy <http://schema.org/orderDate>
+  .
+
+
+ro:orderDelivery a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "orderDelivery"@en ;
+  schema:isDefinedBy <http://schema.org/orderDelivery>
+  .
+
+
+ro:orderItemNumber a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "orderItemNumber"@en ;
+  schema:isDefinedBy <http://schema.org/orderItemNumber>
+  .
+
+
+ro:orderItemStatus a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "orderItemStatus"@en ;
+  schema:isDefinedBy <http://schema.org/orderItemStatus>
+  .
+
+
+ro:orderNumber a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "orderNumber"@en ;
+  schema:isDefinedBy <http://schema.org/orderNumber>
+  .
+
+
+ro:orderQuantity a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "orderQuantity"@en ;
+  schema:isDefinedBy <http://schema.org/orderQuantity>
+  .
+
+
+ro:orderStatus a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "orderStatus"@en ;
+  schema:isDefinedBy <http://schema.org/orderStatus>
+  .
+
+
+ro:orderedItem a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "orderedItem"@en ;
+  schema:isDefinedBy <http://schema.org/orderedItem>
+  .
+
+
+ro:organizer a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "organizer"@en ;
+  schema:isDefinedBy <http://schema.org/organizer>
+  .
+
+
+ro:originAddress a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "originAddress"@en ;
+  schema:isDefinedBy <http://schema.org/originAddress>
+  .
+
+
+ro:originatesFrom a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "originatesFrom"@en ;
+  schema:isDefinedBy <http://schema.org/originatesFrom>
+  .
+
+
+ro:overdosage a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "overdosage"@en ;
+  schema:isDefinedBy <http://schema.org/overdosage>
+  .
+
+
+ro:ownedFrom a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ownedFrom"@en ;
+  schema:isDefinedBy <http://schema.org/ownedFrom>
+  .
+
+
+ro:ownedThrough a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ownedThrough"@en ;
+  schema:isDefinedBy <http://schema.org/ownedThrough>
+  .
+
+
+ro:ownershipFundingInfo a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ownershipFundingInfo"@en ;
+  schema:isDefinedBy <http://schema.org/ownershipFundingInfo>
+  .
+
+
+ro:owns a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "owns"@en ;
+  schema:isDefinedBy <http://schema.org/owns>
+  .
+
+
+ro:pageEnd a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "pageEnd"@en ;
+  schema:isDefinedBy <http://schema.org/pageEnd>
+  .
+
+
+ro:pageStart a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "pageStart"@en ;
+  schema:isDefinedBy <http://schema.org/pageStart>
+  .
+
+
+ro:pagination a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "pagination"@en ;
+  schema:isDefinedBy <http://schema.org/pagination>
+  .
+
+
+ro:parent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "parent"@en ;
+  schema:isDefinedBy <http://schema.org/parent>
+  .
+
+
+ro:parentItem a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "parentItem"@en ;
+  schema:isDefinedBy <http://schema.org/parentItem>
+  .
+
+
+ro:parentOrganization a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "parentOrganization"@en ;
+  schema:isDefinedBy <http://schema.org/parentOrganization>
+  .
+
+
+ro:parentService a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "parentService"@en ;
+  schema:isDefinedBy <http://schema.org/parentService>
+  .
+
+
+ro:parents a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "parents"@en ;
+  schema:isDefinedBy <http://schema.org/parents>
+  .
+
+
+ro:partOfEpisode a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "partOfEpisode"@en ;
+  schema:isDefinedBy <http://schema.org/partOfEpisode>
+  .
+
+
+ro:partOfInvoice a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "partOfInvoice"@en ;
+  schema:isDefinedBy <http://schema.org/partOfInvoice>
+  .
+
+
+ro:partOfOrder a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "partOfOrder"@en ;
+  schema:isDefinedBy <http://schema.org/partOfOrder>
+  .
+
+
+ro:partOfSeason a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "partOfSeason"@en ;
+  schema:isDefinedBy <http://schema.org/partOfSeason>
+  .
+
+
+ro:partOfSeries a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "partOfSeries"@en ;
+  schema:isDefinedBy <http://schema.org/partOfSeries>
+  .
+
+
+ro:partOfSystem a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "partOfSystem"@en ;
+  schema:isDefinedBy <http://schema.org/partOfSystem>
+  .
+
+
+ro:partOfTVSeries a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "partOfTVSeries"@en ;
+  schema:isDefinedBy <http://schema.org/partOfTVSeries>
+  .
+
+
+ro:partOfTrip a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "partOfTrip"@en ;
+  schema:isDefinedBy <http://schema.org/partOfTrip>
+  .
+
+
+ro:participant a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "participant"@en ;
+  schema:isDefinedBy <http://schema.org/participant>
+  .
+
+
+ro:partySize a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "partySize"@en ;
+  schema:isDefinedBy <http://schema.org/partySize>
+  .
+
+
+ro:passengerPriorityStatus a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "passengerPriorityStatus"@en ;
+  schema:isDefinedBy <http://schema.org/passengerPriorityStatus>
+  .
+
+
+ro:passengerSequenceNumber a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "passengerSequenceNumber"@en ;
+  schema:isDefinedBy <http://schema.org/passengerSequenceNumber>
+  .
+
+
+ro:pathophysiology a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "pathophysiology"@en ;
+  schema:isDefinedBy <http://schema.org/pathophysiology>
+  .
+
+
+ro:pattern a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "pattern"@en ;
+  schema:isDefinedBy <http://schema.org/pattern>
+  .
+
+
+ro:payload a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "payload"@en ;
+  schema:isDefinedBy <http://schema.org/payload>
+  .
+
+
+ro:paymentAccepted a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "paymentAccepted"@en ;
+  schema:isDefinedBy <http://schema.org/paymentAccepted>
+  .
+
+
+ro:paymentDue a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "paymentDue"@en ;
+  schema:isDefinedBy <http://schema.org/paymentDue>
+  .
+
+
+ro:paymentDueDate a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "paymentDueDate"@en ;
+  schema:isDefinedBy <http://schema.org/paymentDueDate>
+  .
+
+
+ro:paymentMethod a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "paymentMethod"@en ;
+  schema:isDefinedBy <http://schema.org/paymentMethod>
+  .
+
+
+ro:paymentMethodId a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "paymentMethodId"@en ;
+  schema:isDefinedBy <http://schema.org/paymentMethodId>
+  .
+
+
+ro:paymentStatus a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "paymentStatus"@en ;
+  schema:isDefinedBy <http://schema.org/paymentStatus>
+  .
+
+
+ro:paymentUrl a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "paymentUrl"@en ;
+  schema:isDefinedBy <http://schema.org/paymentUrl>
+  .
+
+
+ro:penciler a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "penciler"@en ;
+  schema:isDefinedBy <http://schema.org/penciler>
+  .
+
+
+ro:percentile10 a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "percentile10"@en ;
+  schema:isDefinedBy <http://schema.org/percentile10>
+  .
+
+
+ro:percentile25 a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "percentile25"@en ;
+  schema:isDefinedBy <http://schema.org/percentile25>
+  .
+
+
+ro:percentile75 a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "percentile75"@en ;
+  schema:isDefinedBy <http://schema.org/percentile75>
+  .
+
+
+ro:percentile90 a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "percentile90"@en ;
+  schema:isDefinedBy <http://schema.org/percentile90>
+  .
+
+
+ro:performTime a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "performTime"@en ;
+  schema:isDefinedBy <http://schema.org/performTime>
+  .
+
+
+ro:performer a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "performer"@en ;
+  schema:isDefinedBy <http://schema.org/performer>
+  .
+
+
+ro:performerIn a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "performerIn"@en ;
+  schema:isDefinedBy <http://schema.org/performerIn>
+  .
+
+
+ro:performers a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "performers"@en ;
+  schema:isDefinedBy <http://schema.org/performers>
+  .
+
+
+ro:permissionType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "permissionType"@en ;
+  schema:isDefinedBy <http://schema.org/permissionType>
+  .
+
+
+ro:permissions a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "permissions"@en ;
+  schema:isDefinedBy <http://schema.org/permissions>
+  .
+
+
+ro:permitAudience a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "permitAudience"@en ;
+  schema:isDefinedBy <http://schema.org/permitAudience>
+  .
+
+
+ro:permittedUsage a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "permittedUsage"@en ;
+  schema:isDefinedBy <http://schema.org/permittedUsage>
+  .
+
+
+ro:petsAllowed a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "petsAllowed"@en ;
+  schema:isDefinedBy <http://schema.org/petsAllowed>
+  .
+
+
+ro:phoneticText a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "phoneticText"@en ;
+  schema:isDefinedBy <http://schema.org/phoneticText>
+  .
+
+
+ro:photo a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "photo"@en ;
+  schema:isDefinedBy <http://schema.org/photo>
+  .
+
+
+ro:photos a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "photos"@en ;
+  schema:isDefinedBy <http://schema.org/photos>
+  .
+
+
+ro:physicalRequirement a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "physicalRequirement"@en ;
+  schema:isDefinedBy <http://schema.org/physicalRequirement>
+  .
+
+
+ro:physiologicalBenefits a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "physiologicalBenefits"@en ;
+  schema:isDefinedBy <http://schema.org/physiologicalBenefits>
+  .
+
+
+ro:pickupLocation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "pickupLocation"@en ;
+  schema:isDefinedBy <http://schema.org/pickupLocation>
+  .
+
+
+ro:pickupTime a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "pickupTime"@en ;
+  schema:isDefinedBy <http://schema.org/pickupTime>
+  .
+
+
+ro:playMode a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "playMode"@en ;
+  schema:isDefinedBy <http://schema.org/playMode>
+  .
+
+
+ro:playerType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "playerType"@en ;
+  schema:isDefinedBy <http://schema.org/playerType>
+  .
+
+
+ro:playersOnline a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "playersOnline"@en ;
+  schema:isDefinedBy <http://schema.org/playersOnline>
+  .
+
+
+ro:polygon a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "polygon"@en ;
+  schema:isDefinedBy <http://schema.org/polygon>
+  .
+
+
+ro:populationType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "populationType"@en ;
+  schema:isDefinedBy <http://schema.org/populationType>
+  .
+
+
+ro:position a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "position"@en ;
+  schema:isDefinedBy <http://schema.org/position>
+  .
+
+
+ro:possibleComplication a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "possibleComplication"@en ;
+  schema:isDefinedBy <http://schema.org/possibleComplication>
+  .
+
+
+ro:possibleTreatment a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "possibleTreatment"@en ;
+  schema:isDefinedBy <http://schema.org/possibleTreatment>
+  .
+
+
+ro:postOfficeBoxNumber a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "postOfficeBoxNumber"@en ;
+  schema:isDefinedBy <http://schema.org/postOfficeBoxNumber>
+  .
+
+
+ro:postOp a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "postOp"@en ;
+  schema:isDefinedBy <http://schema.org/postOp>
+  .
+
+
+ro:postalCode a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "postalCode"@en ;
+  schema:isDefinedBy <http://schema.org/postalCode>
+  .
+
+
+ro:postalCodeBegin a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "postalCodeBegin"@en ;
+  schema:isDefinedBy <http://schema.org/postalCodeBegin>
+  .
+
+
+ro:postalCodeEnd a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "postalCodeEnd"@en ;
+  schema:isDefinedBy <http://schema.org/postalCodeEnd>
+  .
+
+
+ro:postalCodePrefix a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "postalCodePrefix"@en ;
+  schema:isDefinedBy <http://schema.org/postalCodePrefix>
+  .
+
+
+ro:postalCodeRange a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "postalCodeRange"@en ;
+  schema:isDefinedBy <http://schema.org/postalCodeRange>
+  .
+
+
+ro:potentialAction a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "potentialAction"@en ;
+  schema:isDefinedBy <http://schema.org/potentialAction>
+  .
+
+
+ro:preOp a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "preOp"@en ;
+  schema:isDefinedBy <http://schema.org/preOp>
+  .
+
+
+ro:predecessorOf a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "predecessorOf"@en ;
+  schema:isDefinedBy <http://schema.org/predecessorOf>
+  .
+
+
+ro:pregnancyCategory a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "pregnancyCategory"@en ;
+  schema:isDefinedBy <http://schema.org/pregnancyCategory>
+  .
+
+
+ro:pregnancyWarning a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "pregnancyWarning"@en ;
+  schema:isDefinedBy <http://schema.org/pregnancyWarning>
+  .
+
+
+ro:prepTime a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "prepTime"@en ;
+  schema:isDefinedBy <http://schema.org/prepTime>
+  .
+
+
+ro:preparation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "preparation"@en ;
+  schema:isDefinedBy <http://schema.org/preparation>
+  .
+
+
+ro:prescribingInfo a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "prescribingInfo"@en ;
+  schema:isDefinedBy <http://schema.org/prescribingInfo>
+  .
+
+
+ro:prescriptionStatus a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "prescriptionStatus"@en ;
+  schema:isDefinedBy <http://schema.org/prescriptionStatus>
+  .
+
+
+ro:previousItem a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "previousItem"@en ;
+  schema:isDefinedBy <http://schema.org/previousItem>
+  .
+
+
+ro:previousStartDate a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "previousStartDate"@en ;
+  schema:isDefinedBy <http://schema.org/previousStartDate>
+  .
+
+
+ro:price a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "price"@en ;
+  schema:isDefinedBy <http://schema.org/price>
+  .
+
+
+ro:priceComponent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "priceComponent"@en ;
+  schema:isDefinedBy <http://schema.org/priceComponent>
+  .
+
+
+ro:priceCurrency a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "priceCurrency"@en ;
+  schema:isDefinedBy <http://schema.org/priceCurrency>
+  .
+
+
+ro:priceRange a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "priceRange"@en ;
+  schema:isDefinedBy <http://schema.org/priceRange>
+  .
+
+
+ro:priceSpecification a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "priceSpecification"@en ;
+  schema:isDefinedBy <http://schema.org/priceSpecification>
+  .
+
+
+ro:priceType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "priceType"@en ;
+  schema:isDefinedBy <http://schema.org/priceType>
+  .
+
+
+ro:priceValidUntil a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "priceValidUntil"@en ;
+  schema:isDefinedBy <http://schema.org/priceValidUntil>
+  .
+
+
+ro:primaryImageOfPage a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "primaryImageOfPage"@en ;
+  schema:isDefinedBy <http://schema.org/primaryImageOfPage>
+  .
+
+
+ro:primaryPrevention a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "primaryPrevention"@en ;
+  schema:isDefinedBy <http://schema.org/primaryPrevention>
+  .
+
+
+ro:printColumn a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "printColumn"@en ;
+  schema:isDefinedBy <http://schema.org/printColumn>
+  .
+
+
+ro:printEdition a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "printEdition"@en ;
+  schema:isDefinedBy <http://schema.org/printEdition>
+  .
+
+
+ro:printPage a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "printPage"@en ;
+  schema:isDefinedBy <http://schema.org/printPage>
+  .
+
+
+ro:printSection a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "printSection"@en ;
+  schema:isDefinedBy <http://schema.org/printSection>
+  .
+
+
+ro:procedure a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "procedure"@en ;
+  schema:isDefinedBy <http://schema.org/procedure>
+  .
+
+
+ro:procedureType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "procedureType"@en ;
+  schema:isDefinedBy <http://schema.org/procedureType>
+  .
+
+
+ro:processingTime a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "processingTime"@en ;
+  schema:isDefinedBy <http://schema.org/processingTime>
+  .
+
+
+ro:processorRequirements a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "processorRequirements"@en ;
+  schema:isDefinedBy <http://schema.org/processorRequirements>
+  .
+
+
+ro:producer a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "producer"@en ;
+  schema:isDefinedBy <http://schema.org/producer>
+  .
+
+
+ro:produces a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "produces"@en ;
+  schema:isDefinedBy <http://schema.org/produces>
+  .
+
+
+ro:productGroupID a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "productGroupID"@en ;
+  schema:isDefinedBy <http://schema.org/productGroupID>
+  .
+
+
+ro:productID a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "productID"@en ;
+  schema:isDefinedBy <http://schema.org/productID>
+  .
+
+
+ro:productReturnDays a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "productReturnDays"@en ;
+  schema:isDefinedBy <http://schema.org/productReturnDays>
+  .
+
+
+ro:productReturnLink a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "productReturnLink"@en ;
+  schema:isDefinedBy <http://schema.org/productReturnLink>
+  .
+
+
+ro:productSupported a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "productSupported"@en ;
+  schema:isDefinedBy <http://schema.org/productSupported>
+  .
+
+
+ro:productionCompany a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "productionCompany"@en ;
+  schema:isDefinedBy <http://schema.org/productionCompany>
+  .
+
+
+ro:productionDate a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "productionDate"@en ;
+  schema:isDefinedBy <http://schema.org/productionDate>
+  .
+
+
+ro:proficiencyLevel a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "proficiencyLevel"@en ;
+  schema:isDefinedBy <http://schema.org/proficiencyLevel>
+  .
+
+
+ro:programMembershipUsed a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "programMembershipUsed"@en ;
+  schema:isDefinedBy <http://schema.org/programMembershipUsed>
+  .
+
+
+ro:programName a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "programName"@en ;
+  schema:isDefinedBy <http://schema.org/programName>
+  .
+
+
+ro:programPrerequisites a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "programPrerequisites"@en ;
+  schema:isDefinedBy <http://schema.org/programPrerequisites>
+  .
+
+
+ro:programType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "programType"@en ;
+  schema:isDefinedBy <http://schema.org/programType>
+  .
+
+
+ro:programmingLanguage a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "programmingLanguage"@en ;
+  schema:isDefinedBy <http://schema.org/programmingLanguage>
+  .
+
+
+ro:programmingModel a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "programmingModel"@en ;
+  schema:isDefinedBy <http://schema.org/programmingModel>
+  .
+
+
+ro:propertyID a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "propertyID"@en ;
+  schema:isDefinedBy <http://schema.org/propertyID>
+  .
+
+
+ro:proprietaryName a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "proprietaryName"@en ;
+  schema:isDefinedBy <http://schema.org/proprietaryName>
+  .
+
+
+ro:proteinContent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "proteinContent"@en ;
+  schema:isDefinedBy <http://schema.org/proteinContent>
+  .
+
+
+ro:provider a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "provider"@en ;
+  schema:isDefinedBy <http://schema.org/provider>
+  .
+
+
+ro:providerMobility a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "providerMobility"@en ;
+  schema:isDefinedBy <http://schema.org/providerMobility>
+  .
+
+
+ro:providesBroadcastService a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "providesBroadcastService"@en ;
+  schema:isDefinedBy <http://schema.org/providesBroadcastService>
+  .
+
+
+ro:providesService a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "providesService"@en ;
+  schema:isDefinedBy <http://schema.org/providesService>
+  .
+
+
+ro:publicAccess a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "publicAccess"@en ;
+  schema:isDefinedBy <http://schema.org/publicAccess>
+  .
+
+
+ro:publicTransportClosuresInfo a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "publicTransportClosuresInfo"@en ;
+  schema:isDefinedBy <http://schema.org/publicTransportClosuresInfo>
+  .
+
+
+ro:publication a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "publication"@en ;
+  schema:isDefinedBy <http://schema.org/publication>
+  .
+
+
+ro:publicationType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "publicationType"@en ;
+  schema:isDefinedBy <http://schema.org/publicationType>
+  .
+
+
+ro:publishedBy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "publishedBy"@en ;
+  schema:isDefinedBy <http://schema.org/publishedBy>
+  .
+
+
+ro:publishedOn a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "publishedOn"@en ;
+  schema:isDefinedBy <http://schema.org/publishedOn>
+  .
+
+
+ro:publisher a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "publisher"@en ;
+  schema:isDefinedBy <http://schema.org/publisher>
+  .
+
+
+ro:publisherImprint a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "publisherImprint"@en ;
+  schema:isDefinedBy <http://schema.org/publisherImprint>
+  .
+
+
+ro:publishingPrinciples a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "publishingPrinciples"@en ;
+  schema:isDefinedBy <http://schema.org/publishingPrinciples>
+  .
+
+
+ro:purchaseDate a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "purchaseDate"@en ;
+  schema:isDefinedBy <http://schema.org/purchaseDate>
+  .
+
+
+ro:qualifications a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "qualifications"@en ;
+  schema:isDefinedBy <http://schema.org/qualifications>
+  .
+
+
+ro:quarantineGuidelines a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "quarantineGuidelines"@en ;
+  schema:isDefinedBy <http://schema.org/quarantineGuidelines>
+  .
+
+
+ro:query a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "query"@en ;
+  schema:isDefinedBy <http://schema.org/query>
+  .
+
+
+ro:quest a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "quest"@en ;
+  schema:isDefinedBy <http://schema.org/quest>
+  .
+
+
+ro:question a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "question"@en ;
+  schema:isDefinedBy <http://schema.org/question>
+  .
+
+
+ro:rangeIncludes a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "rangeIncludes"@en ;
+  schema:isDefinedBy <http://schema.org/rangeIncludes>
+  .
+
+
+ro:ratingCount a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ratingCount"@en ;
+  schema:isDefinedBy <http://schema.org/ratingCount>
+  .
+
+
+ro:ratingExplanation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ratingExplanation"@en ;
+  schema:isDefinedBy <http://schema.org/ratingExplanation>
+  .
+
+
+ro:ratingValue a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ratingValue"@en ;
+  schema:isDefinedBy <http://schema.org/ratingValue>
+  .
+
+
+ro:readBy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "readBy"@en ;
+  schema:isDefinedBy <http://schema.org/readBy>
+  .
+
+
+ro:readonlyValue a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "readonlyValue"@en ;
+  schema:isDefinedBy <http://schema.org/readonlyValue>
+  .
+
+
+ro:realEstateAgent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "realEstateAgent"@en ;
+  schema:isDefinedBy <http://schema.org/realEstateAgent>
+  .
+
+
+ro:recipe a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "recipe"@en ;
+  schema:isDefinedBy <http://schema.org/recipe>
+  .
+
+
+ro:recipeCategory a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "recipeCategory"@en ;
+  schema:isDefinedBy <http://schema.org/recipeCategory>
+  .
+
+
+ro:recipeCuisine a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "recipeCuisine"@en ;
+  schema:isDefinedBy <http://schema.org/recipeCuisine>
+  .
+
+
+ro:recipeIngredient a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "recipeIngredient"@en ;
+  schema:isDefinedBy <http://schema.org/recipeIngredient>
+  .
+
+
+ro:recipeInstructions a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "recipeInstructions"@en ;
+  schema:isDefinedBy <http://schema.org/recipeInstructions>
+  .
+
+
+ro:recipeYield a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "recipeYield"@en ;
+  schema:isDefinedBy <http://schema.org/recipeYield>
+  .
+
+
+ro:recipient a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "recipient"@en ;
+  schema:isDefinedBy <http://schema.org/recipient>
+  .
+
+
+ro:recognizedBy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "recognizedBy"@en ;
+  schema:isDefinedBy <http://schema.org/recognizedBy>
+  .
+
+
+ro:recognizingAuthority a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "recognizingAuthority"@en ;
+  schema:isDefinedBy <http://schema.org/recognizingAuthority>
+  .
+
+
+ro:recommendationStrength a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "recommendationStrength"@en ;
+  schema:isDefinedBy <http://schema.org/recommendationStrength>
+  .
+
+
+ro:recommendedIntake a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "recommendedIntake"@en ;
+  schema:isDefinedBy <http://schema.org/recommendedIntake>
+  .
+
+
+ro:recordLabel a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "recordLabel"@en ;
+  schema:isDefinedBy <http://schema.org/recordLabel>
+  .
+
+
+ro:recordedAs a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "recordedAs"@en ;
+  schema:isDefinedBy <http://schema.org/recordedAs>
+  .
+
+
+ro:recordedAt a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "recordedAt"@en ;
+  schema:isDefinedBy <http://schema.org/recordedAt>
+  .
+
+
+ro:recordedIn a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "recordedIn"@en ;
+  schema:isDefinedBy <http://schema.org/recordedIn>
+  .
+
+
+ro:recordingOf a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "recordingOf"@en ;
+  schema:isDefinedBy <http://schema.org/recordingOf>
+  .
+
+
+ro:recourseLoan a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "recourseLoan"@en ;
+  schema:isDefinedBy <http://schema.org/recourseLoan>
+  .
+
+
+ro:referenceQuantity a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "referenceQuantity"@en ;
+  schema:isDefinedBy <http://schema.org/referenceQuantity>
+  .
+
+
+ro:referencesOrder a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "referencesOrder"@en ;
+  schema:isDefinedBy <http://schema.org/referencesOrder>
+  .
+
+
+ro:refundType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "refundType"@en ;
+  schema:isDefinedBy <http://schema.org/refundType>
+  .
+
+
+ro:regionDrained a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "regionDrained"@en ;
+  schema:isDefinedBy <http://schema.org/regionDrained>
+  .
+
+
+ro:regionsAllowed a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "regionsAllowed"@en ;
+  schema:isDefinedBy <http://schema.org/regionsAllowed>
+  .
+
+
+ro:relatedAnatomy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "relatedAnatomy"@en ;
+  schema:isDefinedBy <http://schema.org/relatedAnatomy>
+  .
+
+
+ro:relatedCondition a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "relatedCondition"@en ;
+  schema:isDefinedBy <http://schema.org/relatedCondition>
+  .
+
+
+ro:relatedDrug a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "relatedDrug"@en ;
+  schema:isDefinedBy <http://schema.org/relatedDrug>
+  .
+
+
+ro:relatedLink a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "relatedLink"@en ;
+  schema:isDefinedBy <http://schema.org/relatedLink>
+  .
+
+
+ro:relatedStructure a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "relatedStructure"@en ;
+  schema:isDefinedBy <http://schema.org/relatedStructure>
+  .
+
+
+ro:relatedTherapy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "relatedTherapy"@en ;
+  schema:isDefinedBy <http://schema.org/relatedTherapy>
+  .
+
+
+ro:relatedTo a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "relatedTo"@en ;
+  schema:isDefinedBy <http://schema.org/relatedTo>
+  .
+
+
+ro:releaseDate a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "releaseDate"@en ;
+  schema:isDefinedBy <http://schema.org/releaseDate>
+  .
+
+
+ro:releaseNotes a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "releaseNotes"@en ;
+  schema:isDefinedBy <http://schema.org/releaseNotes>
+  .
+
+
+ro:releaseOf a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "releaseOf"@en ;
+  schema:isDefinedBy <http://schema.org/releaseOf>
+  .
+
+
+ro:releasedEvent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "releasedEvent"@en ;
+  schema:isDefinedBy <http://schema.org/releasedEvent>
+  .
+
+
+ro:relevantOccupation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "relevantOccupation"@en ;
+  schema:isDefinedBy <http://schema.org/relevantOccupation>
+  .
+
+
+ro:relevantSpecialty a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "relevantSpecialty"@en ;
+  schema:isDefinedBy <http://schema.org/relevantSpecialty>
+  .
+
+
+ro:remainingAttendeeCapacity a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "remainingAttendeeCapacity"@en ;
+  schema:isDefinedBy <http://schema.org/remainingAttendeeCapacity>
+  .
+
+
+ro:renegotiableLoan a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "renegotiableLoan"@en ;
+  schema:isDefinedBy <http://schema.org/renegotiableLoan>
+  .
+
+
+ro:repeatCount a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "repeatCount"@en ;
+  schema:isDefinedBy <http://schema.org/repeatCount>
+  .
+
+
+ro:repeatFrequency a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "repeatFrequency"@en ;
+  schema:isDefinedBy <http://schema.org/repeatFrequency>
+  .
+
+
+ro:repetitions a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "repetitions"@en ;
+  schema:isDefinedBy <http://schema.org/repetitions>
+  .
+
+
+ro:replacee a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "replacee"@en ;
+  schema:isDefinedBy <http://schema.org/replacee>
+  .
+
+
+ro:replacer a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "replacer"@en ;
+  schema:isDefinedBy <http://schema.org/replacer>
+  .
+
+
+ro:replyToUrl a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "replyToUrl"@en ;
+  schema:isDefinedBy <http://schema.org/replyToUrl>
+  .
+
+
+ro:reportNumber a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "reportNumber"@en ;
+  schema:isDefinedBy <http://schema.org/reportNumber>
+  .
+
+
+ro:representativeOfPage a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "representativeOfPage"@en ;
+  schema:isDefinedBy <http://schema.org/representativeOfPage>
+  .
+
+
+ro:requiredCollateral a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "requiredCollateral"@en ;
+  schema:isDefinedBy <http://schema.org/requiredCollateral>
+  .
+
+
+ro:requiredGender a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "requiredGender"@en ;
+  schema:isDefinedBy <http://schema.org/requiredGender>
+  .
+
+
+ro:requiredMaxAge a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "requiredMaxAge"@en ;
+  schema:isDefinedBy <http://schema.org/requiredMaxAge>
+  .
+
+
+ro:requiredMinAge a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "requiredMinAge"@en ;
+  schema:isDefinedBy <http://schema.org/requiredMinAge>
+  .
+
+
+ro:requiredQuantity a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "requiredQuantity"@en ;
+  schema:isDefinedBy <http://schema.org/requiredQuantity>
+  .
+
+
+ro:requirements a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "requirements"@en ;
+  schema:isDefinedBy <http://schema.org/requirements>
+  .
+
+
+ro:requiresSubscription a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "requiresSubscription"@en ;
+  schema:isDefinedBy <http://schema.org/requiresSubscription>
+  .
+
+
+ro:reservationFor a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "reservationFor"@en ;
+  schema:isDefinedBy <http://schema.org/reservationFor>
+  .
+
+
+ro:reservationId a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "reservationId"@en ;
+  schema:isDefinedBy <http://schema.org/reservationId>
+  .
+
+
+ro:reservationStatus a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "reservationStatus"@en ;
+  schema:isDefinedBy <http://schema.org/reservationStatus>
+  .
+
+
+ro:reservedTicket a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "reservedTicket"@en ;
+  schema:isDefinedBy <http://schema.org/reservedTicket>
+  .
+
+
+ro:responsibilities a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "responsibilities"@en ;
+  schema:isDefinedBy <http://schema.org/responsibilities>
+  .
+
+
+ro:restPeriods a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "restPeriods"@en ;
+  schema:isDefinedBy <http://schema.org/restPeriods>
+  .
+
+
+ro:result a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "result"@en ;
+  schema:isDefinedBy <http://schema.org/result>
+  .
+
+
+ro:resultComment a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "resultComment"@en ;
+  schema:isDefinedBy <http://schema.org/resultComment>
+  .
+
+
+ro:resultReview a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "resultReview"@en ;
+  schema:isDefinedBy <http://schema.org/resultReview>
+  .
+
+
+ro:returnFees a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "returnFees"@en ;
+  schema:isDefinedBy <http://schema.org/returnFees>
+  .
+
+
+ro:returnPolicyCategory a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "returnPolicyCategory"@en ;
+  schema:isDefinedBy <http://schema.org/returnPolicyCategory>
+  .
+
+
+ro:review a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "review"@en ;
+  schema:isDefinedBy <http://schema.org/review>
+  .
+
+
+ro:reviewAspect a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "reviewAspect"@en ;
+  schema:isDefinedBy <http://schema.org/reviewAspect>
+  .
+
+
+ro:reviewBody a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "reviewBody"@en ;
+  schema:isDefinedBy <http://schema.org/reviewBody>
+  .
+
+
+ro:reviewCount a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "reviewCount"@en ;
+  schema:isDefinedBy <http://schema.org/reviewCount>
+  .
+
+
+ro:reviewRating a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "reviewRating"@en ;
+  schema:isDefinedBy <http://schema.org/reviewRating>
+  .
+
+
+ro:reviewedBy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "reviewedBy"@en ;
+  schema:isDefinedBy <http://schema.org/reviewedBy>
+  .
+
+
+ro:reviews a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "reviews"@en ;
+  schema:isDefinedBy <http://schema.org/reviews>
+  .
+
+
+ro:riskFactor a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "riskFactor"@en ;
+  schema:isDefinedBy <http://schema.org/riskFactor>
+  .
+
+
+ro:risks a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "risks"@en ;
+  schema:isDefinedBy <http://schema.org/risks>
+  .
+
+
+ro:roleName a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "roleName"@en ;
+  schema:isDefinedBy <http://schema.org/roleName>
+  .
+
+
+ro:roofLoad a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "roofLoad"@en ;
+  schema:isDefinedBy <http://schema.org/roofLoad>
+  .
+
+
+ro:rsvpResponse a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "rsvpResponse"@en ;
+  schema:isDefinedBy <http://schema.org/rsvpResponse>
+  .
+
+
+ro:runsTo a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "runsTo"@en ;
+  schema:isDefinedBy <http://schema.org/runsTo>
+  .
+
+
+ro:runtime a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "runtime"@en ;
+  schema:isDefinedBy <http://schema.org/runtime>
+  .
+
+
+ro:runtimePlatform a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "runtimePlatform"@en ;
+  schema:isDefinedBy <http://schema.org/runtimePlatform>
+  .
+
+
+ro:rxcui a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "rxcui"@en ;
+  schema:isDefinedBy <http://schema.org/rxcui>
+  .
+
+
+ro:safetyConsideration a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "safetyConsideration"@en ;
+  schema:isDefinedBy <http://schema.org/safetyConsideration>
+  .
+
+
+ro:salaryCurrency a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "salaryCurrency"@en ;
+  schema:isDefinedBy <http://schema.org/salaryCurrency>
+  .
+
+
+ro:salaryUponCompletion a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "salaryUponCompletion"@en ;
+  schema:isDefinedBy <http://schema.org/salaryUponCompletion>
+  .
+
+
+ro:sameAs a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "sameAs"@en ;
+  schema:isDefinedBy <http://schema.org/sameAs>
+  .
+
+
+ro:sampleType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "sampleType"@en ;
+  schema:isDefinedBy <http://schema.org/sampleType>
+  .
+
+
+ro:saturatedFatContent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "saturatedFatContent"@en ;
+  schema:isDefinedBy <http://schema.org/saturatedFatContent>
+  .
+
+
+ro:scheduleTimezone a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "scheduleTimezone"@en ;
+  schema:isDefinedBy <http://schema.org/scheduleTimezone>
+  .
+
+
+ro:scheduledPaymentDate a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "scheduledPaymentDate"@en ;
+  schema:isDefinedBy <http://schema.org/scheduledPaymentDate>
+  .
+
+
+ro:scheduledTime a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "scheduledTime"@en ;
+  schema:isDefinedBy <http://schema.org/scheduledTime>
+  .
+
+
+ro:schemaVersion a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "schemaVersion"@en ;
+  schema:isDefinedBy <http://schema.org/schemaVersion>
+  .
+
+
+ro:schoolClosuresInfo a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "schoolClosuresInfo"@en ;
+  schema:isDefinedBy <http://schema.org/schoolClosuresInfo>
+  .
+
+
+ro:screenCount a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "screenCount"@en ;
+  schema:isDefinedBy <http://schema.org/screenCount>
+  .
+
+
+ro:screenshot a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "screenshot"@en ;
+  schema:isDefinedBy <http://schema.org/screenshot>
+  .
+
+
+ro:sdDatePublished a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "sdDatePublished"@en ;
+  schema:isDefinedBy <http://schema.org/sdDatePublished>
+  .
+
+
+ro:sdLicense a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "sdLicense"@en ;
+  schema:isDefinedBy <http://schema.org/sdLicense>
+  .
+
+
+ro:sdPublisher a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "sdPublisher"@en ;
+  schema:isDefinedBy <http://schema.org/sdPublisher>
+  .
+
+
+ro:season a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "season"@en ;
+  schema:isDefinedBy <http://schema.org/season>
+  .
+
+
+ro:seasonNumber a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "seasonNumber"@en ;
+  schema:isDefinedBy <http://schema.org/seasonNumber>
+  .
+
+
+ro:seasons a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "seasons"@en ;
+  schema:isDefinedBy <http://schema.org/seasons>
+  .
+
+
+ro:seatNumber a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "seatNumber"@en ;
+  schema:isDefinedBy <http://schema.org/seatNumber>
+  .
+
+
+ro:seatRow a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "seatRow"@en ;
+  schema:isDefinedBy <http://schema.org/seatRow>
+  .
+
+
+ro:seatSection a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "seatSection"@en ;
+  schema:isDefinedBy <http://schema.org/seatSection>
+  .
+
+
+ro:seatingCapacity a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "seatingCapacity"@en ;
+  schema:isDefinedBy <http://schema.org/seatingCapacity>
+  .
+
+
+ro:seatingType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "seatingType"@en ;
+  schema:isDefinedBy <http://schema.org/seatingType>
+  .
+
+
+ro:secondaryPrevention a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "secondaryPrevention"@en ;
+  schema:isDefinedBy <http://schema.org/secondaryPrevention>
+  .
+
+
+ro:securityClearanceRequirement a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "securityClearanceRequirement"@en ;
+  schema:isDefinedBy <http://schema.org/securityClearanceRequirement>
+  .
+
+
+ro:securityScreening a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "securityScreening"@en ;
+  schema:isDefinedBy <http://schema.org/securityScreening>
+  .
+
+
+ro:seeks a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "seeks"@en ;
+  schema:isDefinedBy <http://schema.org/seeks>
+  .
+
+
+ro:seller a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "seller"@en ;
+  schema:isDefinedBy <http://schema.org/seller>
+  .
+
+
+ro:sender a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "sender"@en ;
+  schema:isDefinedBy <http://schema.org/sender>
+  .
+
+
+ro:sensoryRequirement a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "sensoryRequirement"@en ;
+  schema:isDefinedBy <http://schema.org/sensoryRequirement>
+  .
+
+
+ro:sensoryUnit a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "sensoryUnit"@en ;
+  schema:isDefinedBy <http://schema.org/sensoryUnit>
+  .
+
+
+ro:serialNumber a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "serialNumber"@en ;
+  schema:isDefinedBy <http://schema.org/serialNumber>
+  .
+
+
+ro:seriousAdverseOutcome a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "seriousAdverseOutcome"@en ;
+  schema:isDefinedBy <http://schema.org/seriousAdverseOutcome>
+  .
+
+
+ro:serverStatus a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "serverStatus"@en ;
+  schema:isDefinedBy <http://schema.org/serverStatus>
+  .
+
+
+ro:servesCuisine a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "servesCuisine"@en ;
+  schema:isDefinedBy <http://schema.org/servesCuisine>
+  .
+
+
+ro:serviceArea a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "serviceArea"@en ;
+  schema:isDefinedBy <http://schema.org/serviceArea>
+  .
+
+
+ro:serviceAudience a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "serviceAudience"@en ;
+  schema:isDefinedBy <http://schema.org/serviceAudience>
+  .
+
+
+ro:serviceLocation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "serviceLocation"@en ;
+  schema:isDefinedBy <http://schema.org/serviceLocation>
+  .
+
+
+ro:serviceOperator a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "serviceOperator"@en ;
+  schema:isDefinedBy <http://schema.org/serviceOperator>
+  .
+
+
+ro:serviceOutput a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "serviceOutput"@en ;
+  schema:isDefinedBy <http://schema.org/serviceOutput>
+  .
+
+
+ro:servicePhone a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "servicePhone"@en ;
+  schema:isDefinedBy <http://schema.org/servicePhone>
+  .
+
+
+ro:servicePostalAddress a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "servicePostalAddress"@en ;
+  schema:isDefinedBy <http://schema.org/servicePostalAddress>
+  .
+
+
+ro:serviceSmsNumber a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "serviceSmsNumber"@en ;
+  schema:isDefinedBy <http://schema.org/serviceSmsNumber>
+  .
+
+
+ro:serviceType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "serviceType"@en ;
+  schema:isDefinedBy <http://schema.org/serviceType>
+  .
+
+
+ro:serviceUrl a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "serviceUrl"@en ;
+  schema:isDefinedBy <http://schema.org/serviceUrl>
+  .
+
+
+ro:servingSize a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "servingSize"@en ;
+  schema:isDefinedBy <http://schema.org/servingSize>
+  .
+
+
+ro:sharedContent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "sharedContent"@en ;
+  schema:isDefinedBy <http://schema.org/sharedContent>
+  .
+
+
+ro:shippingDestination a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "shippingDestination"@en ;
+  schema:isDefinedBy <http://schema.org/shippingDestination>
+  .
+
+
+ro:shippingDetails a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "shippingDetails"@en ;
+  schema:isDefinedBy <http://schema.org/shippingDetails>
+  .
+
+
+ro:shippingLabel a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "shippingLabel"@en ;
+  schema:isDefinedBy <http://schema.org/shippingLabel>
+  .
+
+
+ro:shippingRate a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "shippingRate"@en ;
+  schema:isDefinedBy <http://schema.org/shippingRate>
+  .
+
+
+ro:shippingSettingsLink a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "shippingSettingsLink"@en ;
+  schema:isDefinedBy <http://schema.org/shippingSettingsLink>
+  .
+
+
+ro:sibling a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "sibling"@en ;
+  schema:isDefinedBy <http://schema.org/sibling>
+  .
+
+
+ro:siblings a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "siblings"@en ;
+  schema:isDefinedBy <http://schema.org/siblings>
+  .
+
+
+ro:signDetected a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "signDetected"@en ;
+  schema:isDefinedBy <http://schema.org/signDetected>
+  .
+
+
+ro:signOrSymptom a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "signOrSymptom"@en ;
+  schema:isDefinedBy <http://schema.org/signOrSymptom>
+  .
+
+
+ro:significance a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "significance"@en ;
+  schema:isDefinedBy <http://schema.org/significance>
+  .
+
+
+ro:significantLink a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "significantLink"@en ;
+  schema:isDefinedBy <http://schema.org/significantLink>
+  .
+
+
+ro:significantLinks a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "significantLinks"@en ;
+  schema:isDefinedBy <http://schema.org/significantLinks>
+  .
+
+
+ro:size a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "size"@en ;
+  schema:isDefinedBy <http://schema.org/size>
+  .
+
+
+ro:skills a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "skills"@en ;
+  schema:isDefinedBy <http://schema.org/skills>
+  .
+
+
+ro:sku a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "sku"@en ;
+  schema:isDefinedBy <http://schema.org/sku>
+  .
+
+
+ro:slogan a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "slogan"@en ;
+  schema:isDefinedBy <http://schema.org/slogan>
+  .
+
+
+ro:smokingAllowed a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "smokingAllowed"@en ;
+  schema:isDefinedBy <http://schema.org/smokingAllowed>
+  .
+
+
+ro:sodiumContent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "sodiumContent"@en ;
+  schema:isDefinedBy <http://schema.org/sodiumContent>
+  .
+
+
+ro:softwareAddOn a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "softwareAddOn"@en ;
+  schema:isDefinedBy <http://schema.org/softwareAddOn>
+  .
+
+
+ro:softwareHelp a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "softwareHelp"@en ;
+  schema:isDefinedBy <http://schema.org/softwareHelp>
+  .
+
+
+ro:softwareRequirements a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "softwareRequirements"@en ;
+  schema:isDefinedBy <http://schema.org/softwareRequirements>
+  .
+
+
+ro:softwareVersion a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "softwareVersion"@en ;
+  schema:isDefinedBy <http://schema.org/softwareVersion>
+  .
+
+
+ro:sourceOrganization a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "sourceOrganization"@en ;
+  schema:isDefinedBy <http://schema.org/sourceOrganization>
+  .
+
+
+ro:sourcedFrom a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "sourcedFrom"@en ;
+  schema:isDefinedBy <http://schema.org/sourcedFrom>
+  .
+
+
+ro:spatial a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "spatial"@en ;
+  schema:isDefinedBy <http://schema.org/spatial>
+  .
+
+
+ro:spatialCoverage a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "spatialCoverage"@en ;
+  schema:isDefinedBy <http://schema.org/spatialCoverage>
+  .
+
+
+ro:speakable a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "speakable"@en ;
+  schema:isDefinedBy <http://schema.org/speakable>
+  .
+
+
+ro:specialCommitments a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "specialCommitments"@en ;
+  schema:isDefinedBy <http://schema.org/specialCommitments>
+  .
+
+
+ro:specialOpeningHoursSpecification a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "specialOpeningHoursSpecification"@en ;
+  schema:isDefinedBy <http://schema.org/specialOpeningHoursSpecification>
+  .
+
+
+ro:specialty a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "specialty"@en ;
+  schema:isDefinedBy <http://schema.org/specialty>
+  .
+
+
+ro:speechToTextMarkup a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "speechToTextMarkup"@en ;
+  schema:isDefinedBy <http://schema.org/speechToTextMarkup>
+  .
+
+
+ro:speed a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "speed"@en ;
+  schema:isDefinedBy <http://schema.org/speed>
+  .
+
+
+ro:spokenByCharacter a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "spokenByCharacter"@en ;
+  schema:isDefinedBy <http://schema.org/spokenByCharacter>
+  .
+
+
+ro:sponsor a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "sponsor"@en ;
+  schema:isDefinedBy <http://schema.org/sponsor>
+  .
+
+
+ro:sport a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "sport"@en ;
+  schema:isDefinedBy <http://schema.org/sport>
+  .
+
+
+ro:sportsActivityLocation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "sportsActivityLocation"@en ;
+  schema:isDefinedBy <http://schema.org/sportsActivityLocation>
+  .
+
+
+ro:sportsEvent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "sportsEvent"@en ;
+  schema:isDefinedBy <http://schema.org/sportsEvent>
+  .
+
+
+ro:sportsTeam a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "sportsTeam"@en ;
+  schema:isDefinedBy <http://schema.org/sportsTeam>
+  .
+
+
+ro:spouse a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "spouse"@en ;
+  schema:isDefinedBy <http://schema.org/spouse>
+  .
+
+
+ro:stage a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "stage"@en ;
+  schema:isDefinedBy <http://schema.org/stage>
+  .
+
+
+ro:stageAsNumber a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "stageAsNumber"@en ;
+  schema:isDefinedBy <http://schema.org/stageAsNumber>
+  .
+
+
+ro:starRating a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "starRating"@en ;
+  schema:isDefinedBy <http://schema.org/starRating>
+  .
+
+
+ro:startDate a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "startDate"@en ;
+  schema:isDefinedBy <http://schema.org/startDate>
+  .
+
+
+ro:startOffset a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "startOffset"@en ;
+  schema:isDefinedBy <http://schema.org/startOffset>
+  .
+
+
+ro:startTime a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "startTime"@en ;
+  schema:isDefinedBy <http://schema.org/startTime>
+  .
+
+
+ro:status a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "status"@en ;
+  schema:isDefinedBy <http://schema.org/status>
+  .
+
+
+ro:steeringPosition a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "steeringPosition"@en ;
+  schema:isDefinedBy <http://schema.org/steeringPosition>
+  .
+
+
+ro:step a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "step"@en ;
+  schema:isDefinedBy <http://schema.org/step>
+  .
+
+
+ro:stepValue a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "stepValue"@en ;
+  schema:isDefinedBy <http://schema.org/stepValue>
+  .
+
+
+ro:steps a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "steps"@en ;
+  schema:isDefinedBy <http://schema.org/steps>
+  .
+
+
+ro:storageRequirements a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "storageRequirements"@en ;
+  schema:isDefinedBy <http://schema.org/storageRequirements>
+  .
+
+
+ro:streetAddress a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "streetAddress"@en ;
+  schema:isDefinedBy <http://schema.org/streetAddress>
+  .
+
+
+ro:strengthUnit a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "strengthUnit"@en ;
+  schema:isDefinedBy <http://schema.org/strengthUnit>
+  .
+
+
+ro:strengthValue a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "strengthValue"@en ;
+  schema:isDefinedBy <http://schema.org/strengthValue>
+  .
+
+
+ro:structuralClass a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "structuralClass"@en ;
+  schema:isDefinedBy <http://schema.org/structuralClass>
+  .
+
+
+ro:study a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "study"@en ;
+  schema:isDefinedBy <http://schema.org/study>
+  .
+
+
+ro:studyDesign a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "studyDesign"@en ;
+  schema:isDefinedBy <http://schema.org/studyDesign>
+  .
+
+
+ro:studyLocation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "studyLocation"@en ;
+  schema:isDefinedBy <http://schema.org/studyLocation>
+  .
+
+
+ro:studySubject a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "studySubject"@en ;
+  schema:isDefinedBy <http://schema.org/studySubject>
+  .
+
+
+ro:stupidProperty a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "stupidProperty"@en ;
+  schema:isDefinedBy <http://schema.org/stupidProperty>
+  .
+
+
+ro:subEvent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "subEvent"@en ;
+  schema:isDefinedBy <http://schema.org/subEvent>
+  .
+
+
+ro:subEvents a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "subEvents"@en ;
+  schema:isDefinedBy <http://schema.org/subEvents>
+  .
+
+
+ro:subOrganization a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "subOrganization"@en ;
+  schema:isDefinedBy <http://schema.org/subOrganization>
+  .
+
+
+ro:subReservation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "subReservation"@en ;
+  schema:isDefinedBy <http://schema.org/subReservation>
+  .
+
+
+ro:subStageSuffix a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "subStageSuffix"@en ;
+  schema:isDefinedBy <http://schema.org/subStageSuffix>
+  .
+
+
+ro:subStructure a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "subStructure"@en ;
+  schema:isDefinedBy <http://schema.org/subStructure>
+  .
+
+
+ro:subTest a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "subTest"@en ;
+  schema:isDefinedBy <http://schema.org/subTest>
+  .
+
+
+ro:subTrip a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "subTrip"@en ;
+  schema:isDefinedBy <http://schema.org/subTrip>
+  .
+
+
+ro:subjectOf a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "subjectOf"@en ;
+  schema:isDefinedBy <http://schema.org/subjectOf>
+  .
+
+
+ro:subtitleLanguage a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "subtitleLanguage"@en ;
+  schema:isDefinedBy <http://schema.org/subtitleLanguage>
+  .
+
+
+ro:successorOf a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "successorOf"@en ;
+  schema:isDefinedBy <http://schema.org/successorOf>
+  .
+
+
+ro:sugarContent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "sugarContent"@en ;
+  schema:isDefinedBy <http://schema.org/sugarContent>
+  .
+
+
+ro:suggestedAnswer a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "suggestedAnswer"@en ;
+  schema:isDefinedBy <http://schema.org/suggestedAnswer>
+  .
+
+
+ro:suggestedGender a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "suggestedGender"@en ;
+  schema:isDefinedBy <http://schema.org/suggestedGender>
+  .
+
+
+ro:suggestedMaxAge a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "suggestedMaxAge"@en ;
+  schema:isDefinedBy <http://schema.org/suggestedMaxAge>
+  .
+
+
+ro:suggestedMinAge a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "suggestedMinAge"@en ;
+  schema:isDefinedBy <http://schema.org/suggestedMinAge>
+  .
+
+
+ro:suitableForDiet a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "suitableForDiet"@en ;
+  schema:isDefinedBy <http://schema.org/suitableForDiet>
+  .
+
+
+ro:superEvent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "superEvent"@en ;
+  schema:isDefinedBy <http://schema.org/superEvent>
+  .
+
+
+ro:supersededBy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "supersededBy"@en ;
+  schema:isDefinedBy <http://schema.org/supersededBy>
+  .
+
+
+ro:supply a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "supply"@en ;
+  schema:isDefinedBy <http://schema.org/supply>
+  .
+
+
+ro:supplyTo a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "supplyTo"@en ;
+  schema:isDefinedBy <http://schema.org/supplyTo>
+  .
+
+
+ro:supportingData a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "supportingData"@en ;
+  schema:isDefinedBy <http://schema.org/supportingData>
+  .
+
+
+ro:surface a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "surface"@en ;
+  schema:isDefinedBy <http://schema.org/surface>
+  .
+
+
+ro:target a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "target"@en ;
+  schema:isDefinedBy <http://schema.org/target>
+  .
+
+
+ro:targetCollection a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "targetCollection"@en ;
+  schema:isDefinedBy <http://schema.org/targetCollection>
+  .
+
+
+ro:targetDescription a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "targetDescription"@en ;
+  schema:isDefinedBy <http://schema.org/targetDescription>
+  .
+
+
+ro:targetName a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "targetName"@en ;
+  schema:isDefinedBy <http://schema.org/targetName>
+  .
+
+
+ro:targetPlatform a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "targetPlatform"@en ;
+  schema:isDefinedBy <http://schema.org/targetPlatform>
+  .
+
+
+ro:targetPopulation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "targetPopulation"@en ;
+  schema:isDefinedBy <http://schema.org/targetPopulation>
+  .
+
+
+ro:targetProduct a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "targetProduct"@en ;
+  schema:isDefinedBy <http://schema.org/targetProduct>
+  .
+
+
+ro:targetUrl a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "targetUrl"@en ;
+  schema:isDefinedBy <http://schema.org/targetUrl>
+  .
+
+
+ro:taxID a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "taxID"@en ;
+  schema:isDefinedBy <http://schema.org/taxID>
+  .
+
+
+ro:teaches a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "teaches"@en ;
+  schema:isDefinedBy <http://schema.org/teaches>
+  .
+
+
+ro:telephone a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "telephone"@en ;
+  schema:isDefinedBy <http://schema.org/telephone>
+  .
+
+
+ro:temporal a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "temporal"@en ;
+  schema:isDefinedBy <http://schema.org/temporal>
+  .
+
+
+ro:temporalCoverage a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "temporalCoverage"@en ;
+  schema:isDefinedBy <http://schema.org/temporalCoverage>
+  .
+
+
+ro:termCode a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "termCode"@en ;
+  schema:isDefinedBy <http://schema.org/termCode>
+  .
+
+
+ro:termDuration a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "termDuration"@en ;
+  schema:isDefinedBy <http://schema.org/termDuration>
+  .
+
+
+ro:termsOfService a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "termsOfService"@en ;
+  schema:isDefinedBy <http://schema.org/termsOfService>
+  .
+
+
+ro:termsPerYear a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "termsPerYear"@en ;
+  schema:isDefinedBy <http://schema.org/termsPerYear>
+  .
+
+
+ro:text a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "text"@en ;
+  schema:isDefinedBy <http://schema.org/text>
+  .
+
+
+ro:textValue a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "textValue"@en ;
+  schema:isDefinedBy <http://schema.org/textValue>
+  .
+
+
+ro:thumbnail a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "thumbnail"@en ;
+  schema:isDefinedBy <http://schema.org/thumbnail>
+  .
+
+
+ro:thumbnailUrl a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "thumbnailUrl"@en ;
+  schema:isDefinedBy <http://schema.org/thumbnailUrl>
+  .
+
+
+ro:tickerSymbol a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "tickerSymbol"@en ;
+  schema:isDefinedBy <http://schema.org/tickerSymbol>
+  .
+
+
+ro:ticketNumber a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ticketNumber"@en ;
+  schema:isDefinedBy <http://schema.org/ticketNumber>
+  .
+
+
+ro:ticketToken a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ticketToken"@en ;
+  schema:isDefinedBy <http://schema.org/ticketToken>
+  .
+
+
+ro:ticketedSeat a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ticketedSeat"@en ;
+  schema:isDefinedBy <http://schema.org/ticketedSeat>
+  .
+
+
+ro:timeOfDay a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "timeOfDay"@en ;
+  schema:isDefinedBy <http://schema.org/timeOfDay>
+  .
+
+
+ro:timeRequired a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "timeRequired"@en ;
+  schema:isDefinedBy <http://schema.org/timeRequired>
+  .
+
+
+ro:timeToComplete a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "timeToComplete"@en ;
+  schema:isDefinedBy <http://schema.org/timeToComplete>
+  .
+
+
+ro:tissueSample a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "tissueSample"@en ;
+  schema:isDefinedBy <http://schema.org/tissueSample>
+  .
+
+
+ro:title a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "title"@en ;
+  schema:isDefinedBy <http://schema.org/title>
+  .
+
+
+ro:titleEIDR a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "titleEIDR"@en ;
+  schema:isDefinedBy <http://schema.org/titleEIDR>
+  .
+
+
+ro:toLocation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "toLocation"@en ;
+  schema:isDefinedBy <http://schema.org/toLocation>
+  .
+
+
+ro:toRecipient a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "toRecipient"@en ;
+  schema:isDefinedBy <http://schema.org/toRecipient>
+  .
+
+
+ro:tongueWeight a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "tongueWeight"@en ;
+  schema:isDefinedBy <http://schema.org/tongueWeight>
+  .
+
+
+ro:tool a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "tool"@en ;
+  schema:isDefinedBy <http://schema.org/tool>
+  .
+
+
+ro:torque a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "torque"@en ;
+  schema:isDefinedBy <http://schema.org/torque>
+  .
+
+
+ro:totalJobOpenings a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "totalJobOpenings"@en ;
+  schema:isDefinedBy <http://schema.org/totalJobOpenings>
+  .
+
+
+ro:totalPaymentDue a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "totalPaymentDue"@en ;
+  schema:isDefinedBy <http://schema.org/totalPaymentDue>
+  .
+
+
+ro:totalPrice a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "totalPrice"@en ;
+  schema:isDefinedBy <http://schema.org/totalPrice>
+  .
+
+
+ro:totalTime a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "totalTime"@en ;
+  schema:isDefinedBy <http://schema.org/totalTime>
+  .
+
+
+ro:tourBookingPage a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "tourBookingPage"@en ;
+  schema:isDefinedBy <http://schema.org/tourBookingPage>
+  .
+
+
+ro:touristType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "touristType"@en ;
+  schema:isDefinedBy <http://schema.org/touristType>
+  .
+
+
+ro:track a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "track"@en ;
+  schema:isDefinedBy <http://schema.org/track>
+  .
+
+
+ro:trackingNumber a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "trackingNumber"@en ;
+  schema:isDefinedBy <http://schema.org/trackingNumber>
+  .
+
+
+ro:trackingUrl a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "trackingUrl"@en ;
+  schema:isDefinedBy <http://schema.org/trackingUrl>
+  .
+
+
+ro:tracks a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "tracks"@en ;
+  schema:isDefinedBy <http://schema.org/tracks>
+  .
+
+
+ro:trailer a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "trailer"@en ;
+  schema:isDefinedBy <http://schema.org/trailer>
+  .
+
+
+ro:trailerWeight a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "trailerWeight"@en ;
+  schema:isDefinedBy <http://schema.org/trailerWeight>
+  .
+
+
+ro:trainName a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "trainName"@en ;
+  schema:isDefinedBy <http://schema.org/trainName>
+  .
+
+
+ro:trainNumber a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "trainNumber"@en ;
+  schema:isDefinedBy <http://schema.org/trainNumber>
+  .
+
+
+ro:trainingSalary a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "trainingSalary"@en ;
+  schema:isDefinedBy <http://schema.org/trainingSalary>
+  .
+
+
+ro:transFatContent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "transFatContent"@en ;
+  schema:isDefinedBy <http://schema.org/transFatContent>
+  .
+
+
+ro:transcript a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "transcript"@en ;
+  schema:isDefinedBy <http://schema.org/transcript>
+  .
+
+
+ro:transitTime a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "transitTime"@en ;
+  schema:isDefinedBy <http://schema.org/transitTime>
+  .
+
+
+ro:transitTimeLabel a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "transitTimeLabel"@en ;
+  schema:isDefinedBy <http://schema.org/transitTimeLabel>
+  .
+
+
+ro:translationOfWork a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "translationOfWork"@en ;
+  schema:isDefinedBy <http://schema.org/translationOfWork>
+  .
+
+
+ro:translator a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "translator"@en ;
+  schema:isDefinedBy <http://schema.org/translator>
+  .
+
+
+ro:transmissionMethod a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "transmissionMethod"@en ;
+  schema:isDefinedBy <http://schema.org/transmissionMethod>
+  .
+
+
+ro:travelBans a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "travelBans"@en ;
+  schema:isDefinedBy <http://schema.org/travelBans>
+  .
+
+
+ro:trialDesign a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "trialDesign"@en ;
+  schema:isDefinedBy <http://schema.org/trialDesign>
+  .
+
+
+ro:tributary a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "tributary"@en ;
+  schema:isDefinedBy <http://schema.org/tributary>
+  .
+
+
+ro:typeOfBed a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "typeOfBed"@en ;
+  schema:isDefinedBy <http://schema.org/typeOfBed>
+  .
+
+
+ro:typeOfGood a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "typeOfGood"@en ;
+  schema:isDefinedBy <http://schema.org/typeOfGood>
+  .
+
+
+ro:typicalAgeRange a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "typicalAgeRange"@en ;
+  schema:isDefinedBy <http://schema.org/typicalAgeRange>
+  .
+
+
+ro:typicalCreditsPerTerm a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "typicalCreditsPerTerm"@en ;
+  schema:isDefinedBy <http://schema.org/typicalCreditsPerTerm>
+  .
+
+
+ro:typicalTest a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "typicalTest"@en ;
+  schema:isDefinedBy <http://schema.org/typicalTest>
+  .
+
+
+ro:underName a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "underName"@en ;
+  schema:isDefinedBy <http://schema.org/underName>
+  .
+
+
+ro:unitCode a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "unitCode"@en ;
+  schema:isDefinedBy <http://schema.org/unitCode>
+  .
+
+
+ro:unitText a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "unitText"@en ;
+  schema:isDefinedBy <http://schema.org/unitText>
+  .
+
+
+ro:unnamedSourcesPolicy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "unnamedSourcesPolicy"@en ;
+  schema:isDefinedBy <http://schema.org/unnamedSourcesPolicy>
+  .
+
+
+ro:unsaturatedFatContent a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "unsaturatedFatContent"@en ;
+  schema:isDefinedBy <http://schema.org/unsaturatedFatContent>
+  .
+
+
+ro:uploadDate a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "uploadDate"@en ;
+  schema:isDefinedBy <http://schema.org/uploadDate>
+  .
+
+
+ro:upvoteCount a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "upvoteCount"@en ;
+  schema:isDefinedBy <http://schema.org/upvoteCount>
+  .
+
+
+ro:url a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "url"@en ;
+  schema:isDefinedBy <http://schema.org/url>
+  .
+
+
+ro:urlTemplate a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "urlTemplate"@en ;
+  schema:isDefinedBy <http://schema.org/urlTemplate>
+  .
+
+
+ro:usageInfo a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "usageInfo"@en ;
+  schema:isDefinedBy <http://schema.org/usageInfo>
+  .
+
+
+ro:usedToDiagnose a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "usedToDiagnose"@en ;
+  schema:isDefinedBy <http://schema.org/usedToDiagnose>
+  .
+
+
+ro:userInteractionCount a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "userInteractionCount"@en ;
+  schema:isDefinedBy <http://schema.org/userInteractionCount>
+  .
+
+
+ro:usesDevice a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "usesDevice"@en ;
+  schema:isDefinedBy <http://schema.org/usesDevice>
+  .
+
+
+ro:usesHealthPlanIdStandard a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "usesHealthPlanIdStandard"@en ;
+  schema:isDefinedBy <http://schema.org/usesHealthPlanIdStandard>
+  .
+
+
+ro:validFor a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "validFor"@en ;
+  schema:isDefinedBy <http://schema.org/validFor>
+  .
+
+
+ro:validFrom a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "validFrom"@en ;
+  schema:isDefinedBy <http://schema.org/validFrom>
+  .
+
+
+ro:validIn a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "validIn"@en ;
+  schema:isDefinedBy <http://schema.org/validIn>
+  .
+
+
+ro:validThrough a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "validThrough"@en ;
+  schema:isDefinedBy <http://schema.org/validThrough>
+  .
+
+
+ro:validUntil a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "validUntil"@en ;
+  schema:isDefinedBy <http://schema.org/validUntil>
+  .
+
+
+ro:value a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "value"@en ;
+  schema:isDefinedBy <http://schema.org/value>
+  .
+
+
+ro:valueAddedTaxIncluded a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "valueAddedTaxIncluded"@en ;
+  schema:isDefinedBy <http://schema.org/valueAddedTaxIncluded>
+  .
+
+
+ro:valueMaxLength a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "valueMaxLength"@en ;
+  schema:isDefinedBy <http://schema.org/valueMaxLength>
+  .
+
+
+ro:valueMinLength a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "valueMinLength"@en ;
+  schema:isDefinedBy <http://schema.org/valueMinLength>
+  .
+
+
+ro:valueName a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "valueName"@en ;
+  schema:isDefinedBy <http://schema.org/valueName>
+  .
+
+
+ro:valuePattern a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "valuePattern"@en ;
+  schema:isDefinedBy <http://schema.org/valuePattern>
+  .
+
+
+ro:valueReference a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "valueReference"@en ;
+  schema:isDefinedBy <http://schema.org/valueReference>
+  .
+
+
+ro:valueRequired a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "valueRequired"@en ;
+  schema:isDefinedBy <http://schema.org/valueRequired>
+  .
+
+
+ro:variableMeasured a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "variableMeasured"@en ;
+  schema:isDefinedBy <http://schema.org/variableMeasured>
+  .
+
+
+ro:variablesMeasured a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "variablesMeasured"@en ;
+  schema:isDefinedBy <http://schema.org/variablesMeasured>
+  .
+
+
+ro:variantCover a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "variantCover"@en ;
+  schema:isDefinedBy <http://schema.org/variantCover>
+  .
+
+
+ro:variesBy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "variesBy"@en ;
+  schema:isDefinedBy <http://schema.org/variesBy>
+  .
+
+
+ro:vatID a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "vatID"@en ;
+  schema:isDefinedBy <http://schema.org/vatID>
+  .
+
+
+ro:vehicleConfiguration a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "vehicleConfiguration"@en ;
+  schema:isDefinedBy <http://schema.org/vehicleConfiguration>
+  .
+
+
+ro:vehicleEngine a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "vehicleEngine"@en ;
+  schema:isDefinedBy <http://schema.org/vehicleEngine>
+  .
+
+
+ro:vehicleIdentificationNumber a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "vehicleIdentificationNumber"@en ;
+  schema:isDefinedBy <http://schema.org/vehicleIdentificationNumber>
+  .
+
+
+ro:vehicleInteriorColor a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "vehicleInteriorColor"@en ;
+  schema:isDefinedBy <http://schema.org/vehicleInteriorColor>
+  .
+
+
+ro:vehicleInteriorType a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "vehicleInteriorType"@en ;
+  schema:isDefinedBy <http://schema.org/vehicleInteriorType>
+  .
+
+
+ro:vehicleModelDate a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "vehicleModelDate"@en ;
+  schema:isDefinedBy <http://schema.org/vehicleModelDate>
+  .
+
+
+ro:vehicleSeatingCapacity a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "vehicleSeatingCapacity"@en ;
+  schema:isDefinedBy <http://schema.org/vehicleSeatingCapacity>
+  .
+
+
+ro:vehicleSpecialUsage a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "vehicleSpecialUsage"@en ;
+  schema:isDefinedBy <http://schema.org/vehicleSpecialUsage>
+  .
+
+
+ro:vehicleTransmission a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "vehicleTransmission"@en ;
+  schema:isDefinedBy <http://schema.org/vehicleTransmission>
+  .
+
+
+ro:vendor a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "vendor"@en ;
+  schema:isDefinedBy <http://schema.org/vendor>
+  .
+
+
+ro:verificationFactCheckingPolicy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "verificationFactCheckingPolicy"@en ;
+  schema:isDefinedBy <http://schema.org/verificationFactCheckingPolicy>
+  .
+
+
+ro:version a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "version"@en ;
+  schema:isDefinedBy <http://schema.org/version>
+  .
+
+
+ro:video a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "video"@en ;
+  schema:isDefinedBy <http://schema.org/video>
+  .
+
+
+ro:videoFormat a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "videoFormat"@en ;
+  schema:isDefinedBy <http://schema.org/videoFormat>
+  .
+
+
+ro:videoFrameSize a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "videoFrameSize"@en ;
+  schema:isDefinedBy <http://schema.org/videoFrameSize>
+  .
+
+
+ro:videoQuality a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "videoQuality"@en ;
+  schema:isDefinedBy <http://schema.org/videoQuality>
+  .
+
+
+ro:volumeNumber a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "volumeNumber"@en ;
+  schema:isDefinedBy <http://schema.org/volumeNumber>
+  .
+
+
+ro:warning a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "warning"@en ;
+  schema:isDefinedBy <http://schema.org/warning>
+  .
+
+
+ro:warranty a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "warranty"@en ;
+  schema:isDefinedBy <http://schema.org/warranty>
+  .
+
+
+ro:warrantyPromise a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "warrantyPromise"@en ;
+  schema:isDefinedBy <http://schema.org/warrantyPromise>
+  .
+
+
+ro:warrantyScope a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "warrantyScope"@en ;
+  schema:isDefinedBy <http://schema.org/warrantyScope>
+  .
+
+
+ro:webCheckinTime a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "webCheckinTime"@en ;
+  schema:isDefinedBy <http://schema.org/webCheckinTime>
+  .
+
+
+ro:webFeed a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "webFeed"@en ;
+  schema:isDefinedBy <http://schema.org/webFeed>
+  .
+
+
+ro:weight a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "weight"@en ;
+  schema:isDefinedBy <http://schema.org/weight>
+  .
+
+
+ro:weightTotal a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "weightTotal"@en ;
+  schema:isDefinedBy <http://schema.org/weightTotal>
+  .
+
+
+ro:wheelbase a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "wheelbase"@en ;
+  schema:isDefinedBy <http://schema.org/wheelbase>
+  .
+
+
+ro:width a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "width"@en ;
+  schema:isDefinedBy <http://schema.org/width>
+  .
+
+
+ro:winner a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "winner"@en ;
+  schema:isDefinedBy <http://schema.org/winner>
+  .
+
+
+ro:wordCount a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "wordCount"@en ;
+  schema:isDefinedBy <http://schema.org/wordCount>
+  .
+
+
+ro:workExample a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "workExample"@en ;
+  schema:isDefinedBy <http://schema.org/workExample>
+  .
+
+
+ro:workFeatured a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "workFeatured"@en ;
+  schema:isDefinedBy <http://schema.org/workFeatured>
+  .
+
+
+ro:workHours a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "workHours"@en ;
+  schema:isDefinedBy <http://schema.org/workHours>
+  .
+
+
+ro:workLocation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "workLocation"@en ;
+  schema:isDefinedBy <http://schema.org/workLocation>
+  .
+
+
+ro:workPerformed a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "workPerformed"@en ;
+  schema:isDefinedBy <http://schema.org/workPerformed>
+  .
+
+
+ro:workPresented a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "workPresented"@en ;
+  schema:isDefinedBy <http://schema.org/workPresented>
+  .
+
+
+ro:workTranslation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "workTranslation"@en ;
+  schema:isDefinedBy <http://schema.org/workTranslation>
+  .
+
+
+ro:workload a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "workload"@en ;
+  schema:isDefinedBy <http://schema.org/workload>
+  .
+
+
+ro:worksFor a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "worksFor"@en ;
+  schema:isDefinedBy <http://schema.org/worksFor>
+  .
+
+
+ro:worstRating a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "worstRating"@en ;
+  schema:isDefinedBy <http://schema.org/worstRating>
+  .
+
+
+ro:xpath a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "xpath"@en ;
+  schema:isDefinedBy <http://schema.org/xpath>
+  .
+
+
+ro:yearBuilt a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "yearBuilt"@en ;
+  schema:isDefinedBy <http://schema.org/yearBuilt>
+  .
+
+
+ro:yearlyRevenue a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "yearlyRevenue"@en ;
+  schema:isDefinedBy <http://schema.org/yearlyRevenue>
+  .
+
+
+ro:yearsInOperation a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "yearsInOperation"@en ;
+  schema:isDefinedBy <http://schema.org/yearsInOperation>
+  .
+
+
+ro:yield a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "yield"@en ;
+  schema:isDefinedBy <http://schema.org/yield>
+  .
+
+
+ro:File a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "File"@en ;
+  schema:isDefinedBy <http://schema.org/MediaObject>
+  .
+
+
+ro:path a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "path"@en ;
+  schema:isDefinedBy <http://schema.org/contentUrl>
+  .
+
+
+ro:Journal a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "Journal"@en ;
+  schema:isDefinedBy <http://schema.org/Periodical>
+  .
+
+
+ro:cite-as a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "cite-as"@en ;
+  schema:isDefinedBy <https://www.w3.org/ns/iana/link-relations/relation#cite-as>
+  .
+
+
+ro:hasFile a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "hasFile"@en ;
+  schema:isDefinedBy <http://pcdm.org/models#hasFile>
+  .
+
+
+ro:hasMember a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "hasMember"@en ;
+  schema:isDefinedBy <http://pcdm.org/models#hasMember>
+  .
+
+
+ro:RepositoryCollection a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "RepositoryCollection"@en ;
+  schema:isDefinedBy <http://pcdm.org/models#Collection>
+  .
+
+
+ro:RepositoryObject a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "RepositoryObject"@en ;
+  schema:isDefinedBy <http://pcdm.org/models#Object>
+  .
+
+
+ro:ComputationalWorkflow a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "ComputationalWorkflow"@en ;
+  schema:isDefinedBy <https://bioschemas.org/ComputationalWorkflow>
+  .
+
+
+ro:input a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "input"@en ;
+  schema:isDefinedBy <https://bioschemas.org/ComputationalWorkflow#input>
+  .
+
+
+ro:output a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "output"@en ;
+  schema:isDefinedBy <https://bioschemas.org/ComputationalWorkflow#output>
+  .
+
+
+ro:FormalParameter a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "FormalParameter"@en ;
+  schema:isDefinedBy <https://bioschemas.org/FormalParameter>
+  .
+
+
+ro:funding a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "funding"@en ;
+  schema:isDefinedBy <http://schema.org/funding>
+  .
+
+
+ro:wasDerivedFrom a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "wasDerivedFrom"@en ;
+  schema:isDefinedBy <http://www.w3.org/ns/prov#wasDerivedFrom>
+  .
+
+
+ro:importedFrom a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "importedFrom"@en ;
+  schema:isDefinedBy <http://purl.org/pav/importedFrom>
+  .
+
+
+ro:importedOn a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "importedOn"@en ;
+  schema:isDefinedBy <http://purl.org/pav/importedOn>
+  .
+
+
+ro:importedBy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "importedBy"@en ;
+  schema:isDefinedBy <http://purl.org/pav/importedBy>
+  .
+
+
+ro:retrievedFrom a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "retrievedFrom"@en ;
+  schema:isDefinedBy <http://purl.org/pav/retrievedFrom>
+  .
+
+
+ro:retrievedOn a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "retrievedOn"@en ;
+  schema:isDefinedBy <http://purl.org/pav/retrievedOn>
+  .
+
+
+ro:retrievedBy a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "retrievedBy"@en ;
+  schema:isDefinedBy <http://purl.org/pav/retrievedBy>
+  .
+
+
+ro:conformsTo a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "conformsTo"@en ;
+  schema:isDefinedBy <http://purl.org/dc/terms/conformsTo>
+  .
+
+
+ro:pcdm a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "pcdm"@en ;
+  schema:isDefinedBy <http://pcdm.org/models#>
+  .
+
+
+ro:bibo a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "bibo"@en ;
+  schema:isDefinedBy <http://purl.org/ontology/bibo/>
+  .
+
+
+ro:cc a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "cc"@en ;
+  schema:isDefinedBy <http://creativecommons.org/ns#>
+  .
+
+
+ro:dct a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "dct"@en ;
+  schema:isDefinedBy <http://purl.org/dc/terms/>
+  .
+
+
+ro:foaf a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "foaf"@en ;
+  schema:isDefinedBy <http://xmlns.com/foaf/0.1/>
+  .
+
+
+ro:rdf a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "rdf"@en ;
+  schema:isDefinedBy <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
+  .
+
+
+ro:rdfa a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "rdfa"@en ;
+  schema:isDefinedBy <http://www.w3.org/ns/rdfa#>
+  .
+
+
+ro:rdfs a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "rdfs"@en ;
+  schema:isDefinedBy <http://www.w3.org/2000/01/rdf-schema#>
+  .
+
+
+ro:schema a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "schema"@en ;
+  schema:isDefinedBy <http://schema.org/>
+  .
+
+
+ro:frapo a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "frapo"@en ;
+  schema:isDefinedBy <http://purl.org/cerif/frapo/>
+  .
+
+
+ro:rel a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "rel"@en ;
+  schema:isDefinedBy <https://www.w3.org/ns/iana/link-relations/relation#>
+  .
+
+
+ro:pav a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "pav"@en ;
+  schema:isDefinedBy <http://purl.org/pav/>
+  .
+
+
+ro:prov a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "prov"@en ;
+  schema:isDefinedBy <http://www.w3.org/ns/prov#>
+  .
+
+
+ro:wfdesc a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "wfdesc"@en ;
+  schema:isDefinedBy <http://purl.org/ro/wfdesc#>
+  .
+
+
+ro:wfprov a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "wfprov"@en ;
+  schema:isDefinedBy <http://purl.org/ro/wfprov#>
+  .
+
 
+ro:roterms a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "roterms"@en ;
+  schema:isDefinedBy <http://purl.org/ro/roterms#>
+  .
 
 
+ro:wf4ever a <https://w3id.org/ro/crate/1.1/context> ;
+  rdfs:label "wf4ever"@en ;
+  schema:isDefinedBy <http://purl.org/ro/wf4ever#>
+  .
diff --git a/vocabularies/ro-crate/test/index.ttl b/vocabularies/ro-crate/test/index.ttl
index 6fc5f2695131c72d6645f982c0937eb814943574..992585685b2cbe9e2dbfe0e66792070a4b08a7bd 100644
--- a/vocabularies/ro-crate/test/index.ttl
+++ b/vocabularies/ro-crate/test/index.ttl
@@ -15,9 +15,8 @@
   dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
   dcterms:publisher <https://www.researchobject.org/> ; 
   dcterms:created "2024-12-11"^^xsd:date ;
-  rdfs:label "Resource Type"@en, "Resourcentyp"@de ;
   schema:relatedLink <https://www.researchobject.org/ro-crate/specification/1.1/index.html> ;
-  dcterms:description "Some of the basic vocabulary from the RO-Crate context"@en 
+  dcterms:description "RO-Crate context based on version 1.1.3"@en 
 .