@prefix : <https://w3id.org/cdisc/usdm/v4/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <https://w3id.org/cdisc/usdm/v4/> .

<https://w3id.org/cdisc/usdm/v4/> rdf:type owl:Ontology ;
                                   owl:versionIRI <https://w3id.org/cdisc/usdm/v4/0.6.0> ;
                                   <http://purl.org/dc/terms/abstract> "A Turtle/OWL rendering of the CDISC Unified Study Definitions Model (USDM) v4, generated mechanically from the YAML source CDISC publishes at cdisc-org/DDF-RA. Provides class- and attribute-level NCI Thesaurus anchoring via skos:exactMatch, codelist binding annotations, and OWL cardinality restrictions, suitable for SPARQL navigation of the USDM v4 model." ;
                                   <http://purl.org/dc/terms/bibliographicCitation> "Forsberg, K. (2026). usdm-rdf: A Turtle/OWL rendering of CDISC USDM v4. https://w3id.org/cdisc/usdm/v4/" ;
                                   <http://purl.org/dc/terms/created> "2026-04-27"^^xsd:date ;
                                   <http://purl.org/dc/terms/creator> "Kerstin Forsberg" ;
                                   <http://purl.org/dc/terms/description> "USDM v4 is published by CDISC as a self-describing YAML at Deliverables/UML/dataStructure.yml in the cdisc-org/DDF-RA repository. The YAML carries class- and attribute-level NCI C-Codes, preferred terms, definitions, cardinality, the composition-vs-reference (Value/Ref) distinction, inheritance, and the model-name-vs-serialization-key separation. This RDF/OWL view exposes those facts mechanically, anchored to NCI EVS Thesaurus IRIs. Codelist bindings come from sheet 1 of USDM_CT.xlsx and are rendered as usdm:boundCodelist annotations on Code-typed properties." ;
                                   <http://purl.org/dc/terms/license> <https://creativecommons.org/licenses/by/4.0/> ;
                                   <http://purl.org/dc/terms/modified> "2026-07-04"^^xsd:date ;
                                   <http://purl.org/dc/terms/source> <https://raw.githubusercontent.com/cdisc-org/DDF-RA/v4.0.0/Deliverables/UML/dataStructure.yml> ;
                                   <http://purl.org/dc/terms/title> "CDISC USDM v4 (RDF/OWL rendering)" ;
                                   <http://purl.org/vocab/vann/preferredNamespacePrefix> "usdm" ;
                                   <http://purl.org/vocab/vann/preferredNamespaceUri> "https://w3id.org/cdisc/usdm/v4/" ;
                                   rdfs:comment "Mechanical conversion of CDISC USDM v4 dataStructure.yml. Draft — not normative." ;
                                   owl:versionInfo "v0.6.0" ;
                                   <https://w3id.org/widoco/vocab#introduction> "CDISC publishes USDM v4 as a self-describing YAML at Deliverables/UML/dataStructure.yml in cdisc-org/DDF-RA. That YAML already carries class- and attribute-level NCI C-Codes, preferred terms, definitions, cardinality, the composition-vs-reference distinction, inheritance, and a separation between the model name and the serialization key. The gap between published USDM and a queryable RDF/OWL view is therefore mechanical, not semantic. This ontology closes that gap with a small reproducible pipeline producing a single Turtle deliverable." .

#################################################################
#    Annotation properties
#################################################################

###  http://purl.org/dc/terms/abstract
<http://purl.org/dc/terms/abstract> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/bibliographicCitation
<http://purl.org/dc/terms/bibliographicCitation> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/created
<http://purl.org/dc/terms/created> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/creator
<http://purl.org/dc/terms/creator> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/description
<http://purl.org/dc/terms/description> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/license
<http://purl.org/dc/terms/license> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/modified
<http://purl.org/dc/terms/modified> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/source
<http://purl.org/dc/terms/source> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/title
<http://purl.org/dc/terms/title> rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespacePrefix
<http://purl.org/vocab/vann/preferredNamespacePrefix> rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespaceUri
<http://purl.org/vocab/vann/preferredNamespaceUri> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#definition
<http://www.w3.org/2004/02/skos/core#definition> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#exactMatch
<http://www.w3.org/2004/02/skos/core#exactMatch> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#prefLabel
<http://www.w3.org/2004/02/skos/core#prefLabel> rdf:type owl:AnnotationProperty .


###  https://w3id.org/cdisc/usdm/v4/boundCodelist
:boundCodelist rdf:type owl:AnnotationProperty .


###  https://w3id.org/cdisc/usdm/v4/boundCodelistNote
:boundCodelistNote rdf:type owl:AnnotationProperty .


###  https://w3id.org/cdisc/usdm/v4/modelName
:modelName rdf:type owl:AnnotationProperty .


###  https://w3id.org/cdisc/usdm/v4/modelRepresentation
:modelRepresentation rdf:type owl:AnnotationProperty .


###  https://w3id.org/cdisc/usdm/v4/modifier
:modifier rdf:type owl:AnnotationProperty .


###  https://w3id.org/cdisc/usdm/v4/relationshipType
:relationshipType rdf:type owl:AnnotationProperty .


###  https://w3id.org/widoco/vocab#introduction
<https://w3id.org/widoco/vocab#introduction> rdf:type owl:AnnotationProperty .


#################################################################
#    Datatypes
#################################################################

###  http://www.w3.org/2001/XMLSchema#date
xsd:date rdf:type rdfs:Datatype .


#################################################################
#    Object Properties
#################################################################

###  https://w3id.org/cdisc/usdm/v4/Abbreviation-extensionAttributes
:Abbreviation-extensionAttributes rdf:type owl:ObjectProperty ;
                                  rdfs:domain :Abbreviation ;
                                  rdfs:range :ExtensionAttribute ;
                                  rdfs:label "Abbreviation-extensionAttributes" ;
                                  :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Abbreviation-notes
:Abbreviation-notes rdf:type owl:ObjectProperty ;
                    rdfs:domain :Abbreviation ;
                    rdfs:range :CommentAnnotation ;
                    rdfs:label "Abbreviation-notes" ;
                    <http://www.w3.org/2004/02/skos/core#definition> "A brief written record relevant to the abbreviation." ;
                    <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215570> ,
                                                                     <http://purl.obolibrary.org/obo/NCIT_C215570> ;
                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Abbreviation Notes" ;
                    :modelName "notes" ;
                    :modelRepresentation "Attribute" ;
                    :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Activity-bcCategoryIds
:Activity-bcCategoryIds rdf:type owl:ObjectProperty ;
                        rdfs:domain :Activity ;
                        rdfs:range :BiomedicalConceptCategory ;
                        rdfs:label "Activity-bcCategoryIds" ;
                        <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the Activity and BiomedicalConceptCategory classes which identifies the set of biomedical concept categories associated with the activity." ;
                        :modelName "bcCategories" ;
                        :modelRepresentation "Relationship" ;
                        :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/Activity-bcSurrogateIds
:Activity-bcSurrogateIds rdf:type owl:ObjectProperty ;
                         rdfs:domain :Activity ;
                         rdfs:range :BiomedicalConceptSurrogate ;
                         rdfs:label "Activity-bcSurrogateIds" ;
                         <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the Activity and BiomedicalConceptSurrogate classes which identifies the set of biomedical concept surrogates associated with the activity." ;
                         :modelName "bcSurrogates" ;
                         :modelRepresentation "Relationship" ;
                         :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/Activity-biomedicalConceptIds
:Activity-biomedicalConceptIds rdf:type owl:ObjectProperty ;
                               rdfs:domain :Activity ;
                               rdfs:range :BiomedicalConcept ;
                               rdfs:label "Activity-biomedicalConceptIds" ;
                               <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the Activity and BiomedicalConcept classes which identifies the set of biomedical concepts associated with the activity." ;
                               :modelName "biomedicalConcepts" ;
                               :modelRepresentation "Relationship" ;
                               :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/Activity-childIds
:Activity-childIds rdf:type owl:ObjectProperty ;
                   rdfs:domain :Activity ;
                   rdfs:range :Activity ;
                   rdfs:label "Activity-childIds" ;
                   <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship within the Activity class which identifies the set of child activities associated with an activity." ;
                   :modelName "children" ;
                   :modelRepresentation "Relationship" ;
                   :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/Activity-definedProcedures
:Activity-definedProcedures rdf:type owl:ObjectProperty ;
                            rdfs:domain :Activity ;
                            rdfs:range :Procedure ;
                            rdfs:label "Activity-definedProcedures" ;
                            <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the Activity and Procedure classes which identifies the set of defined procedures associated with the activity." ;
                            :modelName "definedProcedures" ;
                            :modelRepresentation "Relationship" ;
                            :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Activity-extensionAttributes
:Activity-extensionAttributes rdf:type owl:ObjectProperty ;
                              rdfs:domain :Activity ;
                              rdfs:range :ExtensionAttribute ;
                              rdfs:label "Activity-extensionAttributes" ;
                              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Activity-nextId
:Activity-nextId rdf:type owl:ObjectProperty ;
                 rdfs:domain :Activity ;
                 rdfs:range :Activity ;
                 rdfs:label "Activity-nextId" ;
                 <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship within the Activity class which identifies the activity that follows the current activity in the display order." ;
                 :modelName "next" ;
                 :modelRepresentation "Relationship" ;
                 :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/Activity-notes
:Activity-notes rdf:type owl:ObjectProperty ;
                rdfs:domain :Activity ;
                rdfs:range :CommentAnnotation ;
                rdfs:label "Activity-notes" ;
                <http://www.w3.org/2004/02/skos/core#definition> "A brief written record relevant to the activity." ;
                <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215519> ,
                                                                 <http://purl.obolibrary.org/obo/NCIT_C215519> ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Activity Notes" ;
                :modelName "notes" ;
                :modelRepresentation "Attribute" ;
                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Activity-previousId
:Activity-previousId rdf:type owl:ObjectProperty ;
                     rdfs:domain :Activity ;
                     rdfs:range :Activity ;
                     rdfs:label "Activity-previousId" ;
                     <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship within the Activity class which identifies the activity that precedes the current activity in the display order." ;
                     :modelName "previous" ;
                     :modelRepresentation "Relationship" ;
                     :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/Activity-timelineId
:Activity-timelineId rdf:type owl:ObjectProperty ;
                     rdfs:domain :Activity ;
                     rdfs:range :ScheduleTimeline ;
                     rdfs:label "Activity-timelineId" ;
                     <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the Activity and ScheduleTimeline classes which provides the details associated with an instance of the scheduled timeline related to the activity." ;
                     :modelName "timeline" ;
                     :modelRepresentation "Relationship" ;
                     :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/Address-country
:Address-country rdf:type owl:ObjectProperty ;
                 rdfs:domain :Address ;
                 rdfs:range :Code ;
                 rdfs:label "Address-country" ;
                 <http://www.w3.org/2004/02/skos/core#definition> "A sovereign nation occupying a distinct territory and ruled by an autonomous government." ;
                 <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C25464> ,
                                                                  <http://purl.obolibrary.org/obo/NCIT_C25464> ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Country" ;
                 :boundCodelistNote "Y (Point out to ISO 3166-1 Alpha-3 Country code)" ;
                 :modelName "country" ;
                 :modelRepresentation "Attribute" ;
                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Address-extensionAttributes
:Address-extensionAttributes rdf:type owl:ObjectProperty ;
                             rdfs:domain :Address ;
                             rdfs:range :ExtensionAttribute ;
                             rdfs:label "Address-extensionAttributes" ;
                             :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AdministrableProduct-administrableDoseForm
:AdministrableProduct-administrableDoseForm rdf:type owl:ObjectProperty ;
                                            rdfs:domain :AdministrableProduct ;
                                            rdfs:range :AliasCode ;
                                            rdfs:label "AdministrableProduct-administrableDoseForm" ;
                                            <http://www.w3.org/2004/02/skos/core#definition> "The physical form in which formulated ingredient(s) are presented in the administrable product." ;
                                            <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215576> ,
                                                                                             <http://purl.obolibrary.org/obo/NCIT_C215576> ;
                                            <http://www.w3.org/2004/02/skos/core#prefLabel> "Administrable Product Dose Form" ;
                                            :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C66726> ,
                                                           <http://purl.obolibrary.org/obo/NCIT_C66726> ;
                                            :boundCodelistNote "Y (SDTM Terminology Codelist C66726)" ;
                                            :modelName "administrableDoseForm" ;
                                            :modelRepresentation "Attribute" ;
                                            :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AdministrableProduct-extensionAttributes
:AdministrableProduct-extensionAttributes rdf:type owl:ObjectProperty ;
                                          rdfs:domain :AdministrableProduct ;
                                          rdfs:range :ExtensionAttribute ;
                                          rdfs:label "AdministrableProduct-extensionAttributes" ;
                                          :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AdministrableProduct-identifiers
:AdministrableProduct-identifiers rdf:type owl:ObjectProperty ;
                                  rdfs:domain :AdministrableProduct ;
                                  rdfs:range :AdministrableProductIdentifier ;
                                  rdfs:label "AdministrableProduct-identifiers" ;
                                  <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the AdministrableProduct and AdministrableProductIdentifier classes which provides the set of identifiers related to the administrable product." ;
                                  :modelName "identifiers" ;
                                  :modelRepresentation "Relationship" ;
                                  :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AdministrableProduct-ingredients
:AdministrableProduct-ingredients rdf:type owl:ObjectProperty ;
                                  rdfs:domain :AdministrableProduct ;
                                  rdfs:range :Ingredient ;
                                  rdfs:label "AdministrableProduct-ingredients" ;
                                  <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the AdministrableProduct and Ingredient classes which provides the set of ingredients related to the administrable product." ;
                                  :modelName "ingredients" ;
                                  :modelRepresentation "Relationship" ;
                                  :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AdministrableProduct-notes
:AdministrableProduct-notes rdf:type owl:ObjectProperty ;
                            rdfs:domain :AdministrableProduct ;
                            rdfs:range :CommentAnnotation ;
                            rdfs:label "AdministrableProduct-notes" ;
                            <http://www.w3.org/2004/02/skos/core#definition> "A brief written record relevant to the administrable product." ;
                            <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215580> ,
                                                                             <http://purl.obolibrary.org/obo/NCIT_C215580> ;
                            <http://www.w3.org/2004/02/skos/core#prefLabel> "Administrable Product Notes" ;
                            :modelName "notes" ;
                            :modelRepresentation "Attribute" ;
                            :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AdministrableProduct-pharmacologicClass
:AdministrableProduct-pharmacologicClass rdf:type owl:ObjectProperty ;
                                         rdfs:domain :AdministrableProduct ;
                                         rdfs:range :Code ;
                                         rdfs:label "AdministrableProduct-pharmacologicClass" ;
                                         <http://www.w3.org/2004/02/skos/core#definition> "The pharmacological class of the administrable product." ;
                                         <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215577> ,
                                                                                          <http://purl.obolibrary.org/obo/NCIT_C215577> ;
                                         <http://www.w3.org/2004/02/skos/core#prefLabel> "Administrable Product Pharmacologic Class" ;
                                         :boundCodelistNote "Y (Points to external codelists such as UNII, MED-RT)" ;
                                         :modelName "pharmacologicClass" ;
                                         :modelRepresentation "Attribute" ;
                                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AdministrableProduct-productDesignation
:AdministrableProduct-productDesignation rdf:type owl:ObjectProperty ;
                                         rdfs:domain :AdministrableProduct ;
                                         rdfs:range :Code ;
                                         rdfs:label "AdministrableProduct-productDesignation" ;
                                         <http://www.w3.org/2004/02/skos/core#definition> "An indication as to whether the administrable product is an investigational medicinal product or an auxiliary medicinal product." ;
                                         <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215579> ,
                                                                                          <http://purl.obolibrary.org/obo/NCIT_C215579> ;
                                         <http://www.w3.org/2004/02/skos/core#prefLabel> "Administrable Product Product Designation" ;
                                         :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207418> ,
                                                        <http://purl.obolibrary.org/obo/NCIT_C207418> ;
                                         :boundCodelistNote "Y (C207418)" ;
                                         :modelName "productDesignation" ;
                                         :modelRepresentation "Attribute" ;
                                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AdministrableProduct-properties
:AdministrableProduct-properties rdf:type owl:ObjectProperty ;
                                 rdfs:domain :AdministrableProduct ;
                                 rdfs:range :AdministrableProductProperty ;
                                 rdfs:label "AdministrableProduct-properties" ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the AdministrableProduct and AdministrableProductProperty classes which provides the set of properties related to the administrable product." ;
                                 :modelName "properties" ;
                                 :modelRepresentation "Relationship" ;
                                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AdministrableProduct-sourcing
:AdministrableProduct-sourcing rdf:type owl:ObjectProperty ;
                               rdfs:domain :AdministrableProduct ;
                               rdfs:range :Code ;
                               rdfs:label "AdministrableProduct-sourcing" ;
                               <http://www.w3.org/2004/02/skos/core#definition> "An indication as to whether the administrable product is obtained from a local or central source." ;
                               <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215578> ,
                                                                                <http://purl.obolibrary.org/obo/NCIT_C215578> ;
                               <http://www.w3.org/2004/02/skos/core#prefLabel> "Administrable Product Sourcing" ;
                               :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215483> ,
                                              <http://purl.obolibrary.org/obo/NCIT_C215483> ;
                               :boundCodelistNote "Y (C215483)" ;
                               :modelName "sourcing" ;
                               :modelRepresentation "Attribute" ;
                               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AdministrableProductIdentifier-extensionAttributes
:AdministrableProductIdentifier-extensionAttributes rdf:type owl:ObjectProperty ;
                                                    rdfs:domain :AdministrableProductIdentifier ;
                                                    rdfs:range :ExtensionAttribute ;
                                                    rdfs:label "AdministrableProductIdentifier-extensionAttributes" ;
                                                    :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AdministrableProductProperty-extensionAttributes
:AdministrableProductProperty-extensionAttributes rdf:type owl:ObjectProperty ;
                                                  rdfs:domain :AdministrableProductProperty ;
                                                  rdfs:range :ExtensionAttribute ;
                                                  rdfs:label "AdministrableProductProperty-extensionAttributes" ;
                                                  :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AdministrableProductProperty-quantity
:AdministrableProductProperty-quantity rdf:type owl:ObjectProperty ;
                                       rdfs:domain :AdministrableProductProperty ;
                                       rdfs:range :Quantity ;
                                       rdfs:label "AdministrableProductProperty-quantity" ;
                                       <http://www.w3.org/2004/02/skos/core#definition> "The numeric value associated with an administrable product property." ;
                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215584> ,
                                                                                        <http://purl.obolibrary.org/obo/NCIT_C215584> ;
                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Administrable Product Property Quantity Value" ;
                                       :modelName "quantity" ;
                                       :modelRepresentation "Attribute" ;
                                       :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AdministrableProductProperty-type
:AdministrableProductProperty-type rdf:type owl:ObjectProperty ;
                                   rdfs:domain :AdministrableProductProperty ;
                                   rdfs:range :Code ;
                                   rdfs:label "AdministrableProductProperty-type" ;
                                   <http://www.w3.org/2004/02/skos/core#definition> "A characterization or classification of the administrable product property." ;
                                   <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215585> ,
                                                                                    <http://purl.obolibrary.org/obo/NCIT_C215585> ;
                                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Administrable Product Property Type" ;
                                   :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215479> ,
                                                  <http://purl.obolibrary.org/obo/NCIT_C215479> ;
                                   :boundCodelistNote "Y (C215479)" ;
                                   :modelName "type" ;
                                   :modelRepresentation "Attribute" ;
                                   :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Administration-administrableProductId
:Administration-administrableProductId rdf:type owl:ObjectProperty ;
                                       rdfs:domain :Administration ;
                                       rdfs:range :AdministrableProduct ;
                                       rdfs:label "Administration-administrableProductId" ;
                                       <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the Administration and AdministrableProductDefinition classes which identifies the administrable product associated with the administration of the product, agent, or therapy." ;
                                       :modelName "administrableProduct" ;
                                       :modelRepresentation "Relationship" ;
                                       :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/Administration-dose
:Administration-dose rdf:type owl:ObjectProperty ;
                     rdfs:domain :Administration ;
                     rdfs:range :Quantity ;
                     rdfs:label "Administration-dose" ;
                     <http://www.w3.org/2004/02/skos/core#definition> "The value representing the amount of an agent given to an individual at one time." ;
                     <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C167190> ,
                                                                      <http://purl.obolibrary.org/obo/NCIT_C167190> ;
                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Administration Dose" ;
                     :modelName "dose" ;
                     :modelRepresentation "Attribute" ;
                     :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Administration-duration
:Administration-duration rdf:type owl:ObjectProperty ;
                         rdfs:domain :Administration ;
                         rdfs:range :Duration ;
                         rdfs:label "Administration-duration" ;
                         <http://www.w3.org/2004/02/skos/core#definition> "The amount of time elapsed during the administration of an agent." ;
                         <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C69282> ,
                                                                          <http://purl.obolibrary.org/obo/NCIT_C69282> ;
                         <http://www.w3.org/2004/02/skos/core#prefLabel> "Administration Duration" ;
                         :modelName "duration" ;
                         :modelRepresentation "Attribute" ;
                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Administration-extensionAttributes
:Administration-extensionAttributes rdf:type owl:ObjectProperty ;
                                    rdfs:domain :Administration ;
                                    rdfs:range :ExtensionAttribute ;
                                    rdfs:label "Administration-extensionAttributes" ;
                                    :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Administration-frequency
:Administration-frequency rdf:type owl:ObjectProperty ;
                          rdfs:domain :Administration ;
                          rdfs:range :AliasCode ;
                          rdfs:label "Administration-frequency" ;
                          <http://www.w3.org/2004/02/skos/core#definition> "The number of doses administered per a specific interval." ;
                          <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C89081> ,
                                                                           <http://purl.obolibrary.org/obo/NCIT_C89081> ;
                          <http://www.w3.org/2004/02/skos/core#prefLabel> "Dosing Frequency" ;
                          :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C71113> ,
                                         <http://purl.obolibrary.org/obo/NCIT_C71113> ;
                          :boundCodelistNote "Y (SDTM Terminology Codelist C71113)" ;
                          :modelName "frequency" ;
                          :modelRepresentation "Attribute" ;
                          :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Administration-medicalDeviceId
:Administration-medicalDeviceId rdf:type owl:ObjectProperty ;
                                rdfs:domain :Administration ;
                                rdfs:range :MedicalDevice ;
                                rdfs:label "Administration-medicalDeviceId" ;
                                <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the Administration and MedicalDevice classes which identifies the medical device associated with an instance of product, agent, or therapy administration." ;
                                :modelName "medicalDevice" ;
                                :modelRepresentation "Relationship" ;
                                :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/Administration-notes
:Administration-notes rdf:type owl:ObjectProperty ;
                      rdfs:domain :Administration ;
                      rdfs:range :CommentAnnotation ;
                      rdfs:label "Administration-notes" ;
                      <http://www.w3.org/2004/02/skos/core#definition> "A brief written record relevant to the administration of the product, agent, or therapy." ;
                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215544> ,
                                                                       <http://purl.obolibrary.org/obo/NCIT_C215544> ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Administration Notes" ;
                      :modelName "notes" ;
                      :modelRepresentation "Attribute" ;
                      :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Administration-route
:Administration-route rdf:type owl:ObjectProperty ;
                      rdfs:domain :Administration ;
                      rdfs:range :AliasCode ;
                      rdfs:label "Administration-route" ;
                      <http://www.w3.org/2004/02/skos/core#definition> "The pathway by which a substance is administered in order to reach the site of action in the body." ;
                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C38114> ,
                                                                       <http://purl.obolibrary.org/obo/NCIT_C38114> ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Route of Administration" ;
                      :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C66729> ,
                                     <http://purl.obolibrary.org/obo/NCIT_C66729> ;
                      :boundCodelistNote "Y (SDTM Terminology Codelist C66729)" ;
                      :modelName "route" ;
                      :modelRepresentation "Attribute" ;
                      :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AliasCode-extensionAttributes
:AliasCode-extensionAttributes rdf:type owl:ObjectProperty ;
                               rdfs:domain :AliasCode ;
                               rdfs:range :ExtensionAttribute ;
                               rdfs:label "AliasCode-extensionAttributes" ;
                               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AliasCode-standardCode
:AliasCode-standardCode rdf:type owl:ObjectProperty ;
                        rdfs:domain :AliasCode ;
                        rdfs:range :Code ;
                        rdfs:label "AliasCode-standardCode" ;
                        <http://www.w3.org/2004/02/skos/core#definition> "A combination of symbols that is used to represent the standard code." ;
                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215528> ,
                                                                         <http://purl.obolibrary.org/obo/NCIT_C215528> ;
                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Standard Code" ;
                        :modelName "standardCode" ;
                        :modelRepresentation "Attribute" ;
                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AliasCode-standardCodeAliases
:AliasCode-standardCodeAliases rdf:type owl:ObjectProperty ;
                               rdfs:domain :AliasCode ;
                               rdfs:range :Code ;
                               rdfs:label "AliasCode-standardCodeAliases" ;
                               <http://www.w3.org/2004/02/skos/core#definition> "Alternative combinations of symbols used to represent aliases or alternatives to the standard code." ;
                               <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215529> ,
                                                                                <http://purl.obolibrary.org/obo/NCIT_C215529> ;
                               <http://www.w3.org/2004/02/skos/core#prefLabel> "Standard Code Aliases" ;
                               :modelName "standardCodeAliases" ;
                               :modelRepresentation "Attribute" ;
                               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AnalysisPopulation-extensionAttributes
:AnalysisPopulation-extensionAttributes rdf:type owl:ObjectProperty ;
                                        rdfs:domain :AnalysisPopulation ;
                                        rdfs:range :ExtensionAttribute ;
                                        rdfs:label "AnalysisPopulation-extensionAttributes" ;
                                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AnalysisPopulation-notes
:AnalysisPopulation-notes rdf:type owl:ObjectProperty ;
                          rdfs:domain :AnalysisPopulation ;
                          rdfs:range :CommentAnnotation ;
                          rdfs:label "AnalysisPopulation-notes" ;
                          <http://www.w3.org/2004/02/skos/core#definition> "A brief written record relevant to the analysis population." ;
                          <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215525> ,
                                                                           <http://purl.obolibrary.org/obo/NCIT_C215525> ;
                          <http://www.w3.org/2004/02/skos/core#prefLabel> "Analysis Population Notes" ;
                          :modelName "notes" ;
                          :modelRepresentation "Attribute" ;
                          :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AnalysisPopulation-subsetOfIds
:AnalysisPopulation-subsetOfIds rdf:type owl:ObjectProperty ;
                                rdfs:domain :AnalysisPopulation ;
                                rdfs:range :PopulationDefinition ;
                                rdfs:label "AnalysisPopulation-subsetOfIds" ;
                                <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the AnalysisPopulation and PopulationDefinition classes which identifies the population definition of which the analysis population is a subset." ;
                                :modelName "subsetOf" ;
                                :modelRepresentation "Relationship" ;
                                :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/AssignedPerson-extensionAttributes
:AssignedPerson-extensionAttributes rdf:type owl:ObjectProperty ;
                                    rdfs:domain :AssignedPerson ;
                                    rdfs:range :ExtensionAttribute ;
                                    rdfs:label "AssignedPerson-extensionAttributes" ;
                                    :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AssignedPerson-organizationId
:AssignedPerson-organizationId rdf:type owl:ObjectProperty ;
                               rdfs:domain :AssignedPerson ;
                               rdfs:range :Organization ;
                               rdfs:label "AssignedPerson-organizationId" ;
                               <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the AssignedPerson and Organization classes that identifies that organization to which the assigned person belongs." ;
                               :modelName "organization" ;
                               :modelRepresentation "Relationship" ;
                               :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/AssignedPerson-personName
:AssignedPerson-personName rdf:type owl:ObjectProperty ;
                           rdfs:domain :AssignedPerson ;
                           rdfs:range :PersonName ;
                           rdfs:label "AssignedPerson-personName" ;
                           <http://www.w3.org/2004/02/skos/core#definition> "A word or group of words indicating the identity of an assigned person usually consisting of a first (personal) name and a last (family) name with an optional middle name. In some cultural traditions the family name comes first." ;
                           <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C216993> ,
                                                                            <http://purl.obolibrary.org/obo/NCIT_C216993> ;
                           <http://www.w3.org/2004/02/skos/core#prefLabel> "Assigned Person Person Name" ;
                           :modelName "personName" ;
                           :modelRepresentation "Attribute" ;
                           :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConcept-code
:BiomedicalConcept-code rdf:type owl:ObjectProperty ;
                        rdfs:domain :BiomedicalConcept ;
                        rdfs:range :AliasCode ;
                        rdfs:label "BiomedicalConcept-code" ;
                        <http://www.w3.org/2004/02/skos/core#definition> "A concept unique identifier assigned to a biomedical concept that points to the meaning of that biomedical concept." ;
                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207469> ,
                                                                         <http://purl.obolibrary.org/obo/NCIT_C207469> ;
                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Biomedical Concept Concept Code" ;
                        :modelName "code" ;
                        :modelRepresentation "Attribute" ;
                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConcept-extensionAttributes
:BiomedicalConcept-extensionAttributes rdf:type owl:ObjectProperty ;
                                       rdfs:domain :BiomedicalConcept ;
                                       rdfs:range :ExtensionAttribute ;
                                       rdfs:label "BiomedicalConcept-extensionAttributes" ;
                                       :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConcept-notes
:BiomedicalConcept-notes rdf:type owl:ObjectProperty ;
                         rdfs:domain :BiomedicalConcept ;
                         rdfs:range :CommentAnnotation ;
                         rdfs:label "BiomedicalConcept-notes" ;
                         <http://www.w3.org/2004/02/skos/core#definition> "A brief written record relevant to the biomedical concept." ;
                         <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215530> ,
                                                                          <http://purl.obolibrary.org/obo/NCIT_C215530> ;
                         <http://www.w3.org/2004/02/skos/core#prefLabel> "Biomedical Concept Notes" ;
                         :modelName "notes" ;
                         :modelRepresentation "Attribute" ;
                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConcept-properties
:BiomedicalConcept-properties rdf:type owl:ObjectProperty ;
                              rdfs:domain :BiomedicalConcept ;
                              rdfs:range :BiomedicalConceptProperty ;
                              rdfs:label "BiomedicalConcept-properties" ;
                              <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the BiomedicalConcept and BiomedicalConceptProperty classes which identifies the set of properties associated with the biomedical concept." ;
                              :modelName "properties" ;
                              :modelRepresentation "Relationship" ;
                              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConceptCategory-childIds
:BiomedicalConceptCategory-childIds rdf:type owl:ObjectProperty ;
                                    rdfs:domain :BiomedicalConceptCategory ;
                                    rdfs:range :BiomedicalConceptCategory ;
                                    rdfs:label "BiomedicalConceptCategory-childIds" ;
                                    <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship within the BiomedicalConceptCategory class which identifies the set of child categories of a biomedical concept." ;
                                    :modelName "children" ;
                                    :modelRepresentation "Relationship" ;
                                    :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConceptCategory-code
:BiomedicalConceptCategory-code rdf:type owl:ObjectProperty ;
                                rdfs:domain :BiomedicalConceptCategory ;
                                rdfs:range :AliasCode ;
                                rdfs:label "BiomedicalConceptCategory-code" ;
                                <http://www.w3.org/2004/02/skos/core#definition> "A symbol or combination of symbols which is assigned to the biomedical concept category." ;
                                <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C201315> ,
                                                                                 <http://purl.obolibrary.org/obo/NCIT_C201315> ;
                                <http://www.w3.org/2004/02/skos/core#prefLabel> "Biomedical Concept Category Code" ;
                                :modelName "code" ;
                                :modelRepresentation "Attribute" ;
                                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConceptCategory-extensionAttributes
:BiomedicalConceptCategory-extensionAttributes rdf:type owl:ObjectProperty ;
                                               rdfs:domain :BiomedicalConceptCategory ;
                                               rdfs:range :ExtensionAttribute ;
                                               rdfs:label "BiomedicalConceptCategory-extensionAttributes" ;
                                               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConceptCategory-memberIds
:BiomedicalConceptCategory-memberIds rdf:type owl:ObjectProperty ;
                                     rdfs:domain :BiomedicalConceptCategory ;
                                     rdfs:range :BiomedicalConcept ;
                                     rdfs:label "BiomedicalConceptCategory-memberIds" ;
                                     <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the BiomedicalConceptCategory and BiomedicalConcept classes which identifies the set of biomedical concept members associated with the biomedical concept category." ;
                                     :modelName "members" ;
                                     :modelRepresentation "Relationship" ;
                                     :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConceptCategory-notes
:BiomedicalConceptCategory-notes rdf:type owl:ObjectProperty ;
                                 rdfs:domain :BiomedicalConceptCategory ;
                                 rdfs:range :CommentAnnotation ;
                                 rdfs:label "BiomedicalConceptCategory-notes" ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "A brief written record relevant to the biomedical concept category." ;
                                 <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215533> ,
                                                                                  <http://purl.obolibrary.org/obo/NCIT_C215533> ;
                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Biomedical Concept Category Notes" ;
                                 :modelName "notes" ;
                                 :modelRepresentation "Attribute" ;
                                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConceptProperty-code
:BiomedicalConceptProperty-code rdf:type owl:ObjectProperty ;
                                rdfs:domain :BiomedicalConceptProperty ;
                                rdfs:range :AliasCode ;
                                rdfs:label "BiomedicalConceptProperty-code" ;
                                <http://www.w3.org/2004/02/skos/core#definition> "A concept unique identifier assigned to a biomedical concept property that points to the meaning of that biomedical concept property." ;
                                <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C201318> ,
                                                                                 <http://purl.obolibrary.org/obo/NCIT_C201318> ;
                                <http://www.w3.org/2004/02/skos/core#prefLabel> "Biomedical Concept Property Concept Code" ;
                                :modelName "code" ;
                                :modelRepresentation "Attribute" ;
                                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConceptProperty-extensionAttributes
:BiomedicalConceptProperty-extensionAttributes rdf:type owl:ObjectProperty ;
                                               rdfs:domain :BiomedicalConceptProperty ;
                                               rdfs:range :ExtensionAttribute ;
                                               rdfs:label "BiomedicalConceptProperty-extensionAttributes" ;
                                               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConceptProperty-notes
:BiomedicalConceptProperty-notes rdf:type owl:ObjectProperty ;
                                 rdfs:domain :BiomedicalConceptProperty ;
                                 rdfs:range :CommentAnnotation ;
                                 rdfs:label "BiomedicalConceptProperty-notes" ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "A brief written record relevant to the biomedical concept property." ;
                                 <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215531> ,
                                                                                  <http://purl.obolibrary.org/obo/NCIT_C215531> ;
                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Biomedical Concept Property Notes" ;
                                 :modelName "notes" ;
                                 :modelRepresentation "Attribute" ;
                                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConceptProperty-responseCodes
:BiomedicalConceptProperty-responseCodes rdf:type owl:ObjectProperty ;
                                         rdfs:domain :BiomedicalConceptProperty ;
                                         rdfs:range :ResponseCode ;
                                         rdfs:label "BiomedicalConceptProperty-responseCodes" ;
                                         <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the BiomedicalConceptProperty and ResponseCode classes which identifies the set of response codes associated with the biomedical concept property." ;
                                         :modelName "responseCodes" ;
                                         :modelRepresentation "Relationship" ;
                                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConceptSurrogate-extensionAttributes
:BiomedicalConceptSurrogate-extensionAttributes rdf:type owl:ObjectProperty ;
                                                rdfs:domain :BiomedicalConceptSurrogate ;
                                                rdfs:range :ExtensionAttribute ;
                                                rdfs:label "BiomedicalConceptSurrogate-extensionAttributes" ;
                                                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConceptSurrogate-notes
:BiomedicalConceptSurrogate-notes rdf:type owl:ObjectProperty ;
                                  rdfs:domain :BiomedicalConceptSurrogate ;
                                  rdfs:range :CommentAnnotation ;
                                  rdfs:label "BiomedicalConceptSurrogate-notes" ;
                                  <http://www.w3.org/2004/02/skos/core#definition> "A brief written record relevant to the biomedical concept surrogate." ;
                                  <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215532> ,
                                                                                   <http://purl.obolibrary.org/obo/NCIT_C215532> ;
                                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Biomedical Concept Surrogate Notes" ;
                                  :modelName "notes" ;
                                  :modelRepresentation "Attribute" ;
                                  :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiospecimenRetention-extensionAttributes
:BiospecimenRetention-extensionAttributes rdf:type owl:ObjectProperty ;
                                          rdfs:domain :BiospecimenRetention ;
                                          rdfs:range :ExtensionAttribute ;
                                          rdfs:label "BiospecimenRetention-extensionAttributes" ;
                                          :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Characteristic-extensionAttributes
:Characteristic-extensionAttributes rdf:type owl:ObjectProperty ;
                                    rdfs:domain :Characteristic ;
                                    rdfs:range :ExtensionAttribute ;
                                    rdfs:label "Characteristic-extensionAttributes" ;
                                    :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Code-extensionAttributes
:Code-extensionAttributes rdf:type owl:ObjectProperty ;
                          rdfs:domain :Code ;
                          rdfs:range :ExtensionAttribute ;
                          rdfs:label "Code-extensionAttributes" ;
                          :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/CommentAnnotation-codes
:CommentAnnotation-codes rdf:type owl:ObjectProperty ;
                         rdfs:domain :CommentAnnotation ;
                         rdfs:range :Code ;
                         rdfs:label "CommentAnnotation-codes" ;
                         <http://www.w3.org/2004/02/skos/core#definition> "A symbol or combination of symbols which is assigned to the comment annotation." ;
                         <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215556> ,
                                                                          <http://purl.obolibrary.org/obo/NCIT_C215556> ;
                         <http://www.w3.org/2004/02/skos/core#prefLabel> "Comment Annotation Code" ;
                         :modelName "codes" ;
                         :modelRepresentation "Attribute" ;
                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/CommentAnnotation-extensionAttributes
:CommentAnnotation-extensionAttributes rdf:type owl:ObjectProperty ;
                                       rdfs:domain :CommentAnnotation ;
                                       rdfs:range :ExtensionAttribute ;
                                       rdfs:label "CommentAnnotation-extensionAttributes" ;
                                       :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Condition-appliesToIds
:Condition-appliesToIds rdf:type owl:ObjectProperty ;
                        rdfs:domain :Condition ;
                        rdfs:range [ rdf:type owl:Class ;
                                     owl:unionOf ( :Activity
                                                   :BiomedicalConcept
                                                   :BiomedicalConceptCategory
                                                   :BiomedicalConceptSurrogate
                                                   :Procedure
                                                 )
                                   ] ;
                        rdfs:label "Condition-appliesToIds" ;
                        <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the Condition and the Activity, Procedure, BiomedicalConcept, BiomedicalConceptSurrogate, or BiomedicalConceptCategory classes which identifies the procedure, activity, biomedical concept, biomedical concept surrogate, or biomedical concept category that applies to the condition." ;
                        :modelName "appliesTo" ;
                        :modelRepresentation "Relationship" ;
                        :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/Condition-contextIds
:Condition-contextIds rdf:type owl:ObjectProperty ;
                      rdfs:domain :Condition ;
                      rdfs:range [ rdf:type owl:Class ;
                                   owl:unionOf ( :Activity
                                                 :ScheduledActivityInstance
                                               )
                                 ] ;
                      rdfs:label "Condition-contextIds" ;
                      <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the Condition and the ScheduledActivityInstance or Activity classes which identifies the scheduled activity instance or activity to which the condition belongs." ;
                      :modelName "context" ;
                      :modelRepresentation "Relationship" ;
                      :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/Condition-extensionAttributes
:Condition-extensionAttributes rdf:type owl:ObjectProperty ;
                               rdfs:domain :Condition ;
                               rdfs:range :ExtensionAttribute ;
                               rdfs:label "Condition-extensionAttributes" ;
                               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ConditionAssignment-conditionTargetId
:ConditionAssignment-conditionTargetId rdf:type owl:ObjectProperty ;
                                       rdfs:domain :ConditionAssignment ;
                                       rdfs:range :ScheduledInstance ;
                                       rdfs:label "ConditionAssignment-conditionTargetId" ;
                                       <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the ConditionAssignment and ScheduledInstance classes which identifies the scheduled instance associated with the condition assignment." ;
                                       :modelName "conditionTarget" ;
                                       :modelRepresentation "Relationship" ;
                                       :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/ConditionAssignment-extensionAttributes
:ConditionAssignment-extensionAttributes rdf:type owl:ObjectProperty ;
                                         rdfs:domain :ConditionAssignment ;
                                         rdfs:range :ExtensionAttribute ;
                                         rdfs:label "ConditionAssignment-extensionAttributes" ;
                                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/DocumentContentReference-appliesToId
:DocumentContentReference-appliesToId rdf:type owl:ObjectProperty ;
                                      rdfs:domain :DocumentContentReference ;
                                      rdfs:range :StudyDefinitionDocument ;
                                      rdfs:label "DocumentContentReference-appliesToId" ;
                                      <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the DocumentContentReference and StudyDefinitionDocument classes which identifies the study definition document to which the document content reference applies." ;
                                      :modelName "appliesTo" ;
                                      :modelRepresentation "Relationship" ;
                                      :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/DocumentContentReference-extensionAttributes
:DocumentContentReference-extensionAttributes rdf:type owl:ObjectProperty ;
                                              rdfs:domain :DocumentContentReference ;
                                              rdfs:range :ExtensionAttribute ;
                                              rdfs:label "DocumentContentReference-extensionAttributes" ;
                                              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Duration-extensionAttributes
:Duration-extensionAttributes rdf:type owl:ObjectProperty ;
                              rdfs:domain :Duration ;
                              rdfs:range :ExtensionAttribute ;
                              rdfs:label "Duration-extensionAttributes" ;
                              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Duration-quantity
:Duration-quantity rdf:type owl:ObjectProperty ;
                   rdfs:domain :Duration ;
                   rdfs:range :QuantityRange ;
                   rdfs:label "Duration-quantity" ;
                   <http://www.w3.org/2004/02/skos/core#definition> "The value representing the amount of time over which the event occurs." ;
                   <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C217011> ,
                                                                    <http://purl.obolibrary.org/obo/NCIT_C217011> ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Duration Quantity Value" ;
                   :modelName "quantity" ;
                   :modelRepresentation "Attribute" ;
                   :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/EligibilityCriterion-category
:EligibilityCriterion-category rdf:type owl:ObjectProperty ;
                               rdfs:domain :EligibilityCriterion ;
                               rdfs:range :Code ;
                               rdfs:label "EligibilityCriterion-category" ;
                               <http://www.w3.org/2004/02/skos/core#definition> "A classification of the inclusion exclusion criterion." ;
                               <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C83016> ,
                                                                                <http://purl.obolibrary.org/obo/NCIT_C83016> ;
                               <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Eligibility Criterion Category" ;
                               :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C66797> ,
                                              <http://purl.obolibrary.org/obo/NCIT_C66797> ;
                               :boundCodelistNote "Y (SDTM Terminology Codelist C66797)" ;
                               :modelName "category" ;
                               :modelRepresentation "Attribute" ;
                               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/EligibilityCriterion-criterionItemId
:EligibilityCriterion-criterionItemId rdf:type owl:ObjectProperty ;
                                      rdfs:domain :EligibilityCriterion ;
                                      rdfs:range :EligibilityCriterionItem ;
                                      rdfs:label "EligibilityCriterion-criterionItemId" ;
                                      <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the EligibilityCriterion and EligibilityCriterionItem classes which identifies the item belonging to the eligibility criterion." ;
                                      :modelName "criterionItem" ;
                                      :modelRepresentation "Relationship" ;
                                      :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/EligibilityCriterion-extensionAttributes
:EligibilityCriterion-extensionAttributes rdf:type owl:ObjectProperty ;
                                          rdfs:domain :EligibilityCriterion ;
                                          rdfs:range :ExtensionAttribute ;
                                          rdfs:label "EligibilityCriterion-extensionAttributes" ;
                                          :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/EligibilityCriterion-nextId
:EligibilityCriterion-nextId rdf:type owl:ObjectProperty ;
                             rdfs:domain :EligibilityCriterion ;
                             rdfs:range :EligibilityCriterion ;
                             rdfs:label "EligibilityCriterion-nextId" ;
                             <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship within the EligibilityCriterion class which identifies the eligibility criterion that follows the current eligibility criterion in the display order." ;
                             :modelName "next" ;
                             :modelRepresentation "Relationship" ;
                             :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/EligibilityCriterion-notes
:EligibilityCriterion-notes rdf:type owl:ObjectProperty ;
                            rdfs:domain :EligibilityCriterion ;
                            rdfs:range :CommentAnnotation ;
                            rdfs:label "EligibilityCriterion-notes" ;
                            <http://www.w3.org/2004/02/skos/core#definition> "A brief written record relevant to the eligibility criterion." ;
                            <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215537> ,
                                                                             <http://purl.obolibrary.org/obo/NCIT_C215537> ;
                            <http://www.w3.org/2004/02/skos/core#prefLabel> "Eligibility Criterion Notes" ;
                            :modelName "notes" ;
                            :modelRepresentation "Attribute" ;
                            :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/EligibilityCriterion-previousId
:EligibilityCriterion-previousId rdf:type owl:ObjectProperty ;
                                 rdfs:domain :EligibilityCriterion ;
                                 rdfs:range :EligibilityCriterion ;
                                 rdfs:label "EligibilityCriterion-previousId" ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship within the EligibilityCriterion class which identifies the eligibility criterion that precedes the current eligibility criterion in the display order." ;
                                 :modelName "previous" ;
                                 :modelRepresentation "Relationship" ;
                                 :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/EligibilityCriterionItem-extensionAttributes
:EligibilityCriterionItem-extensionAttributes rdf:type owl:ObjectProperty ;
                                              rdfs:domain :EligibilityCriterionItem ;
                                              rdfs:range :ExtensionAttribute ;
                                              rdfs:label "EligibilityCriterionItem-extensionAttributes" ;
                                              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Encounter-contactModes
:Encounter-contactModes rdf:type owl:ObjectProperty ;
                        rdfs:domain :Encounter ;
                        rdfs:range :Code ;
                        rdfs:label "Encounter-contactModes" ;
                        <http://www.w3.org/2004/02/skos/core#definition> "The means by which an interaction occurs between the subject/participant and person or entity (e.g., a device)." ;
                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C188841> ,
                                                                         <http://purl.obolibrary.org/obo/NCIT_C188841> ;
                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Contact Mode" ;
                        :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C171445> ,
                                       <http://purl.obolibrary.org/obo/NCIT_C171445> ;
                        :boundCodelistNote "Y (SDTM Terminology Codelist C171445)" ;
                        :modelName "contactModes" ;
                        :modelRepresentation "Attribute" ;
                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Encounter-environmentalSettings
:Encounter-environmentalSettings rdf:type owl:ObjectProperty ;
                                 rdfs:domain :Encounter ;
                                 rdfs:range :Code ;
                                 rdfs:label "Encounter-environmentalSettings" ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "The environment/setting where the event, intervention, or finding occurred." ;
                                 <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C188840> ,
                                                                                  <http://purl.obolibrary.org/obo/NCIT_C188840> ;
                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Environmental Setting" ;
                                 :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C127262> ,
                                                <http://purl.obolibrary.org/obo/NCIT_C127262> ;
                                 :boundCodelistNote "Y (SDTM Terminology Codelist C127262)" ;
                                 :modelName "environmentalSettings" ;
                                 :modelRepresentation "Attribute" ;
                                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Encounter-extensionAttributes
:Encounter-extensionAttributes rdf:type owl:ObjectProperty ;
                               rdfs:domain :Encounter ;
                               rdfs:range :ExtensionAttribute ;
                               rdfs:label "Encounter-extensionAttributes" ;
                               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Encounter-nextId
:Encounter-nextId rdf:type owl:ObjectProperty ;
                  rdfs:domain :Encounter ;
                  rdfs:range :Encounter ;
                  rdfs:label "Encounter-nextId" ;
                  <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship within the Encounter class which identifies the encounter that chronologically follows the current encounter." ;
                  :modelName "next" ;
                  :modelRepresentation "Relationship" ;
                  :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/Encounter-notes
:Encounter-notes rdf:type owl:ObjectProperty ;
                 rdfs:domain :Encounter ;
                 rdfs:range :CommentAnnotation ;
                 rdfs:label "Encounter-notes" ;
                 <http://www.w3.org/2004/02/skos/core#definition> "A brief written record relevant to the study encounter." ;
                 <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215518> ,
                                                                  <http://purl.obolibrary.org/obo/NCIT_C215518> ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Encounter Notes" ;
                 :modelName "notes" ;
                 :modelRepresentation "Attribute" ;
                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Encounter-previousId
:Encounter-previousId rdf:type owl:ObjectProperty ;
                      rdfs:domain :Encounter ;
                      rdfs:range :Encounter ;
                      rdfs:label "Encounter-previousId" ;
                      <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship within the Encounter class which identifies the encounter that chronologically precedes the current encounter." ;
                      :modelName "previous" ;
                      :modelRepresentation "Relationship" ;
                      :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/Encounter-scheduledAtId
:Encounter-scheduledAtId rdf:type owl:ObjectProperty ;
                         rdfs:domain :Encounter ;
                         rdfs:range :Timing ;
                         rdfs:label "Encounter-scheduledAtId" ;
                         <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the Encounter and Timing classes which provides information related to the scheduled timing of an encounter." ;
                         :modelName "scheduledAt" ;
                         :modelRepresentation "Relationship" ;
                         :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/Encounter-transitionEndRule
:Encounter-transitionEndRule rdf:type owl:ObjectProperty ;
                             rdfs:domain :Encounter ;
                             rdfs:range :TransitionRule ;
                             rdfs:label "Encounter-transitionEndRule" ;
                             <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the Encounter and TransitionRule classes which provides the details associated with a transition rule used to trigger the end of an encounter." ;
                             :modelName "transitionEndRule" ;
                             :modelRepresentation "Relationship" ;
                             :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Encounter-transitionStartRule
:Encounter-transitionStartRule rdf:type owl:ObjectProperty ;
                               rdfs:domain :Encounter ;
                               rdfs:range :TransitionRule ;
                               rdfs:label "Encounter-transitionStartRule" ;
                               <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the Encounter and TransitionRule classes which provides the details associated with a transition rule used to trigger the start of an encounter." ;
                               :modelName "transitionStartRule" ;
                               :modelRepresentation "Relationship" ;
                               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Encounter-type
:Encounter-type rdf:type owl:ObjectProperty ;
                rdfs:domain :Encounter ;
                rdfs:range :Code ;
                rdfs:label "Encounter-type" ;
                <http://www.w3.org/2004/02/skos/core#definition> "A characterization or classification of the study encounter." ;
                <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C188839> ,
                                                                 <http://purl.obolibrary.org/obo/NCIT_C188839> ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Encounter Type" ;
                :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C188728> ,
                               <http://purl.obolibrary.org/obo/NCIT_C188728> ;
                :boundCodelistNote "Y (C188728)" ;
                :modelName "type" ;
                :modelRepresentation "Attribute" ;
                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Endpoint-extensionAttributes
:Endpoint-extensionAttributes rdf:type owl:ObjectProperty ;
                              rdfs:domain :Endpoint ;
                              rdfs:range :ExtensionAttribute ;
                              rdfs:label "Endpoint-extensionAttributes" ;
                              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Endpoint-level
:Endpoint-level rdf:type owl:ObjectProperty ;
                rdfs:domain :Endpoint ;
                rdfs:range :Code ;
                rdfs:label "Endpoint-level" ;
                <http://www.w3.org/2004/02/skos/core#definition> "A characterization or classification of the study endpoint that determines its category of importance relative to other study endpoints." ;
                <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C188826> ,
                                                                 <http://purl.obolibrary.org/obo/NCIT_C188826> ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Endpoint Level" ;
                :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C188726> ,
                               <http://purl.obolibrary.org/obo/NCIT_C188726> ;
                :boundCodelistNote "Y (C188726)" ;
                :modelName "level" ;
                :modelRepresentation "Attribute" ;
                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Estimand-analysisPopulationId
:Estimand-analysisPopulationId rdf:type owl:ObjectProperty ;
                               rdfs:domain :Estimand ;
                               rdfs:range :AnalysisPopulation ;
                               rdfs:label "Estimand-analysisPopulationId" ;
                               <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the Estimand and AnalysisPopulation classes which provides the details associated with an instance of the analysis population used to partially define a study estimand." ;
                               :modelName "analysisPopulation" ;
                               :modelRepresentation "Relationship" ;
                               :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/Estimand-extensionAttributes
:Estimand-extensionAttributes rdf:type owl:ObjectProperty ;
                              rdfs:domain :Estimand ;
                              rdfs:range :ExtensionAttribute ;
                              rdfs:label "Estimand-extensionAttributes" ;
                              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Estimand-intercurrentEvents
:Estimand-intercurrentEvents rdf:type owl:ObjectProperty ;
                             rdfs:domain :Estimand ;
                             rdfs:range :IntercurrentEvent ;
                             rdfs:label "Estimand-intercurrentEvents" ;
                             <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the Estimand and IntercurrentEvent classes which identifies the set of intercurrent events associated with a study estimand." ;
                             :modelName "intercurrentEvents" ;
                             :modelRepresentation "Relationship" ;
                             :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Estimand-interventionIds
:Estimand-interventionIds rdf:type owl:ObjectProperty ;
                          rdfs:domain :Estimand ;
                          rdfs:range :StudyIntervention ;
                          rdfs:label "Estimand-interventionIds" ;
                          <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the Estimand and StudyIntervention classes which identifies the set of study interventions associated with the Estimand." ;
                          :modelName "interventions" ;
                          :modelRepresentation "Relationship" ;
                          :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/Estimand-notes
:Estimand-notes rdf:type owl:ObjectProperty ;
                rdfs:domain :Estimand ;
                rdfs:range :CommentAnnotation ;
                rdfs:label "Estimand-notes" ;
                <http://www.w3.org/2004/02/skos/core#definition> "A brief written record relevant to the study estimand." ;
                <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215521> ,
                                                                 <http://purl.obolibrary.org/obo/NCIT_C215521> ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Estimand Notes" ;
                :modelName "notes" ;
                :modelRepresentation "Attribute" ;
                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Estimand-variableOfInterestId
:Estimand-variableOfInterestId rdf:type owl:ObjectProperty ;
                               rdfs:domain :Estimand ;
                               rdfs:range :Endpoint ;
                               rdfs:label "Estimand-variableOfInterestId" ;
                               <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the Estimand and Endpoint classes which provides the details associated with an instance of the variable of interest within a study endpoint used to partially define a study estimand." ;
                               :modelName "variableOfInterest" ;
                               :modelRepresentation "Relationship" ;
                               :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/ExtensionAttribute-extensionAttributes
:ExtensionAttribute-extensionAttributes rdf:type owl:ObjectProperty ;
                                        rdfs:domain :ExtensionAttribute ;
                                        rdfs:range :ExtensionAttribute ;
                                        rdfs:label "ExtensionAttribute-extensionAttributes" ;
                                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ExtensionAttribute-valueAliasCode
:ExtensionAttribute-valueAliasCode rdf:type owl:ObjectProperty ;
                                   rdfs:domain :ExtensionAttribute ;
                                   rdfs:range :AliasCode ;
                                   rdfs:label "ExtensionAttribute-valueAliasCode" ;
                                   :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ExtensionAttribute-valueCode
:ExtensionAttribute-valueCode rdf:type owl:ObjectProperty ;
                              rdfs:domain :ExtensionAttribute ;
                              rdfs:range :Code ;
                              rdfs:label "ExtensionAttribute-valueCode" ;
                              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ExtensionAttribute-valueExtensionClass
:ExtensionAttribute-valueExtensionClass rdf:type owl:ObjectProperty ;
                                        rdfs:domain :ExtensionAttribute ;
                                        rdfs:range :ExtensionClass ;
                                        rdfs:label "ExtensionAttribute-valueExtensionClass" ;
                                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ExtensionAttribute-valueQuantity
:ExtensionAttribute-valueQuantity rdf:type owl:ObjectProperty ;
                                  rdfs:domain :ExtensionAttribute ;
                                  rdfs:range :Quantity ;
                                  rdfs:label "ExtensionAttribute-valueQuantity" ;
                                  :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ExtensionAttribute-valueRange
:ExtensionAttribute-valueRange rdf:type owl:ObjectProperty ;
                               rdfs:domain :ExtensionAttribute ;
                               rdfs:range :Range ;
                               rdfs:label "ExtensionAttribute-valueRange" ;
                               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ExtensionClass-extensionAttributes
:ExtensionClass-extensionAttributes rdf:type owl:ObjectProperty ;
                                    rdfs:domain :ExtensionClass ;
                                    rdfs:range :ExtensionAttribute ;
                                    rdfs:label "ExtensionClass-extensionAttributes" ;
                                    :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/GeographicScope-code
:GeographicScope-code rdf:type owl:ObjectProperty ;
                      rdfs:domain :GeographicScope ;
                      rdfs:range :AliasCode ;
                      rdfs:label "GeographicScope-code" ;
                      <http://www.w3.org/2004/02/skos/core#definition> "A symbol or combination of symbols which is assigned to the geographic scope." ;
                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207494> ,
                                                                       <http://purl.obolibrary.org/obo/NCIT_C207494> ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Geographic Scope Code" ;
                      :boundCodelistNote "Y (Point out to external dictionaries: Standard code is ISO-3166; Alias codes drawn from GENC, UN Region Codes, etc.)" ;
                      :modelName "code" ;
                      :modelRepresentation "Attribute" ;
                      :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/GeographicScope-extensionAttributes
:GeographicScope-extensionAttributes rdf:type owl:ObjectProperty ;
                                     rdfs:domain :GeographicScope ;
                                     rdfs:range :ExtensionAttribute ;
                                     rdfs:label "GeographicScope-extensionAttributes" ;
                                     :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/GeographicScope-type
:GeographicScope-type rdf:type owl:ObjectProperty ;
                      rdfs:domain :GeographicScope ;
                      rdfs:range :Code ;
                      rdfs:label "GeographicScope-type" ;
                      <http://www.w3.org/2004/02/skos/core#definition> "A characterization or classification of the geographic scope." ;
                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207495> ,
                                                                       <http://purl.obolibrary.org/obo/NCIT_C207495> ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Geographic Scope Type" ;
                      :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207412> ,
                                     <http://purl.obolibrary.org/obo/NCIT_C207412> ;
                      :boundCodelistNote "Y (C207412)" ;
                      :modelName "type" ;
                      :modelRepresentation "Attribute" ;
                      :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/GovernanceDate-extensionAttributes
:GovernanceDate-extensionAttributes rdf:type owl:ObjectProperty ;
                                    rdfs:domain :GovernanceDate ;
                                    rdfs:range :ExtensionAttribute ;
                                    rdfs:label "GovernanceDate-extensionAttributes" ;
                                    :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/GovernanceDate-geographicScopes
:GovernanceDate-geographicScopes rdf:type owl:ObjectProperty ;
                                 rdfs:domain :GovernanceDate ;
                                 rdfs:range :GeographicScope ;
                                 rdfs:label "GovernanceDate-geographicScopes" ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the GovernanceDate and GeographicScope classes which identifies the set of geographic scopes associated with the governance date." ;
                                 :modelName "geographicScopes" ;
                                 :modelRepresentation "Relationship" ;
                                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/GovernanceDate-type
:GovernanceDate-type rdf:type owl:ObjectProperty ;
                     rdfs:domain :GovernanceDate ;
                     rdfs:range :Code ;
                     rdfs:label "GovernanceDate-type" ;
                     <http://www.w3.org/2004/02/skos/core#definition> "A characterization or classification of the study governance date." ;
                     <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207496> ,
                                                                      <http://purl.obolibrary.org/obo/NCIT_C207496> ;
                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Governance Date Type" ;
                     :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207413> ,
                                    <http://purl.obolibrary.org/obo/NCIT_C207413> ;
                     :boundCodelistNote "Y (C207413)" ;
                     :modelName "type" ;
                     :modelRepresentation "Attribute" ;
                     :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Identifier-scopeId
:Identifier-scopeId rdf:type owl:ObjectProperty ;
                    rdfs:domain :Identifier ;
                    rdfs:range :Organization ;
                    rdfs:label "Identifier-scopeId" ;
                    <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the AdministrableProductIdentifier and Organization class which provides the details associated with which provides the details associated with each organization that has assigned the administrable product identifier." ;
                    :modelName "scope" ;
                    :modelRepresentation "Relationship" ;
                    :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/Indication-codes
:Indication-codes rdf:type owl:ObjectProperty ;
                  rdfs:domain :Indication ;
                  rdfs:range :Code ;
                  rdfs:label "Indication-codes" ;
                  <http://www.w3.org/2004/02/skos/core#definition> "A short sequence of characters that represents the disease/condition indication." ;
                  <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C188822> ,
                                                                   <http://purl.obolibrary.org/obo/NCIT_C188822> ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Disease/Condition Indication Code" ;
                  :boundCodelistNote "Y (Point out to multiple Biomedical coding dictionaries such as SNOMEDCT (for FDA), MedDRA, NCIt, ICD's, etc.)" ;
                  :modelName "codes" ;
                  :modelRepresentation "Attribute" ;
                  :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Indication-extensionAttributes
:Indication-extensionAttributes rdf:type owl:ObjectProperty ;
                                rdfs:domain :Indication ;
                                rdfs:range :ExtensionAttribute ;
                                rdfs:label "Indication-extensionAttributes" ;
                                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Indication-notes
:Indication-notes rdf:type owl:ObjectProperty ;
                  rdfs:domain :Indication ;
                  rdfs:range :CommentAnnotation ;
                  rdfs:label "Indication-notes" ;
                  <http://www.w3.org/2004/02/skos/core#definition> "A brief written record relevant to the disease/condition indication." ;
                  <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215509> ,
                                                                   <http://purl.obolibrary.org/obo/NCIT_C215509> ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Indication Notes" ;
                  :modelName "notes" ;
                  :modelRepresentation "Attribute" ;
                  :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Ingredient-extensionAttributes
:Ingredient-extensionAttributes rdf:type owl:ObjectProperty ;
                                rdfs:domain :Ingredient ;
                                rdfs:range :ExtensionAttribute ;
                                rdfs:label "Ingredient-extensionAttributes" ;
                                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Ingredient-role
:Ingredient-role rdf:type owl:ObjectProperty ;
                 rdfs:domain :Ingredient ;
                 rdfs:range :Code ;
                 rdfs:label "Ingredient-role" ;
                 <http://www.w3.org/2004/02/skos/core#definition> "The intended use of the ingredient within the context of the compounded substance or mixture." ;
                 <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215595> ,
                                                                  <http://purl.obolibrary.org/obo/NCIT_C215595> ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Ingredient Role" ;
                 :boundCodelistNote "Y (Point to FHIR value set: Ingredient Role)" ;
                 :modelName "role" ;
                 :modelRepresentation "Attribute" ;
                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Ingredient-substance
:Ingredient-substance rdf:type owl:ObjectProperty ;
                      rdfs:domain :Ingredient ;
                      rdfs:range :Substance ;
                      rdfs:label "Ingredient-substance" ;
                      <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the Ingredient and Substance classes that identifies the substance associated with the ingredient." ;
                      :modelName "substance" ;
                      :modelRepresentation "Relationship" ;
                      :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/IntercurrentEvent-extensionAttributes
:IntercurrentEvent-extensionAttributes rdf:type owl:ObjectProperty ;
                                       rdfs:domain :IntercurrentEvent ;
                                       rdfs:range :ExtensionAttribute ;
                                       rdfs:label "IntercurrentEvent-extensionAttributes" ;
                                       :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/InterventionalStudyDesign-analysisPopulations
:InterventionalStudyDesign-analysisPopulations rdf:type owl:ObjectProperty ;
                                               rdfs:domain :InterventionalStudyDesign ;
                                               rdfs:range :AnalysisPopulation ;
                                               rdfs:label "InterventionalStudyDesign-analysisPopulations" ;
                                               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/InterventionalStudyDesign-blindingSchema
:InterventionalStudyDesign-blindingSchema rdf:type owl:ObjectProperty ;
                                          rdfs:domain :InterventionalStudyDesign ;
                                          rdfs:range :AliasCode ;
                                          rdfs:label "InterventionalStudyDesign-blindingSchema" ;
                                          <http://www.w3.org/2004/02/skos/core#definition> "The type of experimental design used to describe the level of awareness of the study subjects and/ or study personnel as it relates to the respective intervention(s) or assessments being observed, received or administered." ;
                                          <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C49658> ,
                                                                                           <http://purl.obolibrary.org/obo/NCIT_C49658> ;
                                          <http://www.w3.org/2004/02/skos/core#prefLabel> "Trial Blinding Schema" ;
                                          :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C66735> ,
                                                         <http://purl.obolibrary.org/obo/NCIT_C66735> ;
                                          :boundCodelistNote "Y (SDTM Terminology Codelist C66735)" ;
                                          :modelName "blindingSchema" ;
                                          :modelRepresentation "Attribute" ;
                                          :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/InterventionalStudyDesign-extensionAttributes
:InterventionalStudyDesign-extensionAttributes rdf:type owl:ObjectProperty ;
                                               rdfs:domain :InterventionalStudyDesign ;
                                               rdfs:range :ExtensionAttribute ;
                                               rdfs:label "InterventionalStudyDesign-extensionAttributes" ;
                                               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/InterventionalStudyDesign-intentTypes
:InterventionalStudyDesign-intentTypes rdf:type owl:ObjectProperty ;
                                       rdfs:domain :InterventionalStudyDesign ;
                                       rdfs:range :Code ;
                                       rdfs:label "InterventionalStudyDesign-intentTypes" ;
                                       <http://www.w3.org/2004/02/skos/core#definition> "The planned purpose of the therapy, device, or agent under study in the clinical trial." ;
                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C49652> ,
                                                                                        <http://purl.obolibrary.org/obo/NCIT_C49652> ;
                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Trial Intent Type" ;
                                       :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C66736> ,
                                                      <http://purl.obolibrary.org/obo/NCIT_C66736> ;
                                       :boundCodelistNote "Y (SDTM Terminology Codelist C66736)" ;
                                       :modelName "intentTypes" ;
                                       :modelRepresentation "Attribute" ;
                                       :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/InterventionalStudyDesign-model
:InterventionalStudyDesign-model rdf:type owl:ObjectProperty ;
                                 rdfs:domain :InterventionalStudyDesign ;
                                 rdfs:range :Code ;
                                 rdfs:label "InterventionalStudyDesign-model" ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "The general design of the strategy for assigning interventions to subjects in a clinical study. (clinicaltrials.gov)" ;
                                 <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C98746> ,
                                                                                  <http://purl.obolibrary.org/obo/NCIT_C98746> ;
                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Intervention Model Type" ;
                                 :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C99076> ,
                                                <http://purl.obolibrary.org/obo/NCIT_C99076> ;
                                 :boundCodelistNote "Y (SDTM Terminology Codelist C99076)" ;
                                 :modelName "model" ;
                                 :modelRepresentation "Attribute" ;
                                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/InterventionalStudyDesign-subTypes
:InterventionalStudyDesign-subTypes rdf:type owl:ObjectProperty ;
                                    rdfs:domain :InterventionalStudyDesign ;
                                    rdfs:range :Code ;
                                    rdfs:label "InterventionalStudyDesign-subTypes" ;
                                    <http://www.w3.org/2004/02/skos/core#definition> "The nature of the interventional study for which information is being collected." ;
                                    <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C49660> ,
                                                                                     <http://purl.obolibrary.org/obo/NCIT_C49660> ;
                                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Trial Type" ;
                                    :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C66739> ,
                                                   <http://purl.obolibrary.org/obo/NCIT_C66739> ;
                                    :boundCodelistNote "Y (SDTM Terminology Codelist C66739)" ;
                                    :modelName "subTypes" ;
                                    :modelRepresentation "Attribute" ;
                                    :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Masking-extensionAttributes
:Masking-extensionAttributes rdf:type owl:ObjectProperty ;
                             rdfs:domain :Masking ;
                             rdfs:range :ExtensionAttribute ;
                             rdfs:label "Masking-extensionAttributes" ;
                             :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/MedicalDevice-embeddedProductId
:MedicalDevice-embeddedProductId rdf:type owl:ObjectProperty ;
                                 rdfs:domain :MedicalDevice ;
                                 rdfs:range :AdministrableProduct ;
                                 rdfs:label "MedicalDevice-embeddedProductId" ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the MedicalDevice and AdministrableProduct classes which identifies the administrable product that is an integral component of the medical device." ;
                                 :modelName "embeddedProduct" ;
                                 :modelRepresentation "Relationship" ;
                                 :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/MedicalDevice-extensionAttributes
:MedicalDevice-extensionAttributes rdf:type owl:ObjectProperty ;
                                   rdfs:domain :MedicalDevice ;
                                   rdfs:range :ExtensionAttribute ;
                                   rdfs:label "MedicalDevice-extensionAttributes" ;
                                   :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/MedicalDevice-identifiers
:MedicalDevice-identifiers rdf:type owl:ObjectProperty ;
                           rdfs:domain :MedicalDevice ;
                           rdfs:range :MedicalDeviceIdentifier ;
                           rdfs:label "MedicalDevice-identifiers" ;
                           <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the MedicalDevice and MedicalDeviceIdentifier classes which provides the set of identifiers related to the medical device." ;
                           :modelName "identifiers" ;
                           :modelRepresentation "Relationship" ;
                           :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/MedicalDevice-notes
:MedicalDevice-notes rdf:type owl:ObjectProperty ;
                     rdfs:domain :MedicalDevice ;
                     rdfs:range :CommentAnnotation ;
                     rdfs:label "MedicalDevice-notes" ;
                     <http://www.w3.org/2004/02/skos/core#definition> "A brief written record relevant to the medical device." ;
                     <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215618> ,
                                                                      <http://purl.obolibrary.org/obo/NCIT_C215618> ;
                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Medical Device Notes" ;
                     :modelName "notes" ;
                     :modelRepresentation "Attribute" ;
                     :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/MedicalDevice-sourcing
:MedicalDevice-sourcing rdf:type owl:ObjectProperty ;
                        rdfs:domain :MedicalDevice ;
                        rdfs:range :Code ;
                        rdfs:label "MedicalDevice-sourcing" ;
                        <http://www.w3.org/2004/02/skos/core#definition> "An indication as to whether the medical device is obtained from a local or central source." ;
                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215619> ,
                                                                         <http://purl.obolibrary.org/obo/NCIT_C215619> ;
                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Medical Device Sourcing" ;
                        :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215482> ,
                                       <http://purl.obolibrary.org/obo/NCIT_C215482> ;
                        :boundCodelistNote "Y (C215482)" ;
                        :modelName "sourcing" ;
                        :modelRepresentation "Attribute" ;
                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/MedicalDeviceIdentifier-extensionAttributes
:MedicalDeviceIdentifier-extensionAttributes rdf:type owl:ObjectProperty ;
                                             rdfs:domain :MedicalDeviceIdentifier ;
                                             rdfs:range :ExtensionAttribute ;
                                             rdfs:label "MedicalDeviceIdentifier-extensionAttributes" ;
                                             :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/MedicalDeviceIdentifier-type
:MedicalDeviceIdentifier-type rdf:type owl:ObjectProperty ;
                              rdfs:domain :MedicalDeviceIdentifier ;
                              rdfs:range :Code ;
                              rdfs:label "MedicalDeviceIdentifier-type" ;
                              <http://www.w3.org/2004/02/skos/core#definition> "A characterization or classification of the medical device identifier." ;
                              <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215621> ,
                                                                               <http://purl.obolibrary.org/obo/NCIT_C215621> ;
                              <http://www.w3.org/2004/02/skos/core#prefLabel> "Medical Device Identifier Type" ;
                              :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215484> ,
                                             <http://purl.obolibrary.org/obo/NCIT_C215484> ;
                              :boundCodelistNote "Y (C215484)" ;
                              :modelName "type" ;
                              :modelRepresentation "Attribute" ;
                              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/NarrativeContent-childIds
:NarrativeContent-childIds rdf:type owl:ObjectProperty ;
                           rdfs:domain :NarrativeContent ;
                           rdfs:range :NarrativeContent ;
                           rdfs:label "NarrativeContent-childIds" ;
                           <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship within the NarrativeContent class which identifies the set of child content associated with an instance of narrative content." ;
                           :modelName "children" ;
                           :modelRepresentation "Relationship" ;
                           :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/NarrativeContent-contentItemId
:NarrativeContent-contentItemId rdf:type owl:ObjectProperty ;
                                rdfs:domain :NarrativeContent ;
                                rdfs:range :NarrativeContentItem ;
                                rdfs:label "NarrativeContent-contentItemId" ;
                                <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the NarrativeContent and NarrativeContentItem classes which identifies the content item associated with the narrative content." ;
                                :modelName "contentItem" ;
                                :modelRepresentation "Relationship" ;
                                :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/NarrativeContent-extensionAttributes
:NarrativeContent-extensionAttributes rdf:type owl:ObjectProperty ;
                                      rdfs:domain :NarrativeContent ;
                                      rdfs:range :ExtensionAttribute ;
                                      rdfs:label "NarrativeContent-extensionAttributes" ;
                                      :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/NarrativeContent-nextId
:NarrativeContent-nextId rdf:type owl:ObjectProperty ;
                         rdfs:domain :NarrativeContent ;
                         rdfs:range :NarrativeContent ;
                         rdfs:label "NarrativeContent-nextId" ;
                         <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship within the NarrativeContent class which identifies the narrative content that follows the current narrative content in the display order." ;
                         :modelName "next" ;
                         :modelRepresentation "Relationship" ;
                         :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/NarrativeContent-previousId
:NarrativeContent-previousId rdf:type owl:ObjectProperty ;
                             rdfs:domain :NarrativeContent ;
                             rdfs:range :NarrativeContent ;
                             rdfs:label "NarrativeContent-previousId" ;
                             <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship within the NarrativeContent class which identifies the narrative content that precedes the current narrative content in the display order." ;
                             :modelName "previous" ;
                             :modelRepresentation "Relationship" ;
                             :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/NarrativeContentItem-extensionAttributes
:NarrativeContentItem-extensionAttributes rdf:type owl:ObjectProperty ;
                                          rdfs:domain :NarrativeContentItem ;
                                          rdfs:range :ExtensionAttribute ;
                                          rdfs:label "NarrativeContentItem-extensionAttributes" ;
                                          :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Objective-endpoints
:Objective-endpoints rdf:type owl:ObjectProperty ;
                     rdfs:domain :Objective ;
                     rdfs:range :Endpoint ;
                     rdfs:label "Objective-endpoints" ;
                     <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the Objective and Endpoint classes which identifies the set of endpoints associated with the study objective." ;
                     :modelName "endpoints" ;
                     :modelRepresentation "Relationship" ;
                     :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Objective-extensionAttributes
:Objective-extensionAttributes rdf:type owl:ObjectProperty ;
                               rdfs:domain :Objective ;
                               rdfs:range :ExtensionAttribute ;
                               rdfs:label "Objective-extensionAttributes" ;
                               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Objective-level
:Objective-level rdf:type owl:ObjectProperty ;
                 rdfs:domain :Objective ;
                 rdfs:range :Code ;
                 rdfs:label "Objective-level" ;
                 <http://www.w3.org/2004/02/skos/core#definition> "A characterization or classification of the study objective that determines its category of importance relative to other study objectives." ;
                 <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C188823> ,
                                                                  <http://purl.obolibrary.org/obo/NCIT_C188823> ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Objective Level" ;
                 :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C188725> ,
                                <http://purl.obolibrary.org/obo/NCIT_C188725> ;
                 :boundCodelistNote "Y (C188725)" ;
                 :modelName "level" ;
                 :modelRepresentation "Attribute" ;
                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ObservationalStudyDesign-analysisPopulations
:ObservationalStudyDesign-analysisPopulations rdf:type owl:ObjectProperty ;
                                              rdfs:domain :ObservationalStudyDesign ;
                                              rdfs:range :AnalysisPopulation ;
                                              rdfs:label "ObservationalStudyDesign-analysisPopulations" ;
                                              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ObservationalStudyDesign-extensionAttributes
:ObservationalStudyDesign-extensionAttributes rdf:type owl:ObjectProperty ;
                                              rdfs:domain :ObservationalStudyDesign ;
                                              rdfs:range :ExtensionAttribute ;
                                              rdfs:label "ObservationalStudyDesign-extensionAttributes" ;
                                              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ObservationalStudyDesign-model
:ObservationalStudyDesign-model rdf:type owl:ObjectProperty ;
                                rdfs:domain :ObservationalStudyDesign ;
                                rdfs:range :Code ;
                                rdfs:label "ObservationalStudyDesign-model" ;
                                <http://www.w3.org/2004/02/skos/core#definition> "The general design of the strategy for identifying and following up with participants during observational studies. (clinicaltrials.gov)" ;
                                <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C147138> ,
                                                                                 <http://purl.obolibrary.org/obo/NCIT_C147138> ;
                                <http://www.w3.org/2004/02/skos/core#prefLabel> "Observation Study Design Model Type" ;
                                :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C127259> ,
                                               <http://purl.obolibrary.org/obo/NCIT_C127259> ;
                                :boundCodelistNote "Y (SDTM Terminology Codelist C127259)" ;
                                :modelName "model" ;
                                :modelRepresentation "Attribute" ;
                                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ObservationalStudyDesign-samplingMethod
:ObservationalStudyDesign-samplingMethod rdf:type owl:ObjectProperty ;
                                         rdfs:domain :ObservationalStudyDesign ;
                                         rdfs:range :Code ;
                                         rdfs:label "ObservationalStudyDesign-samplingMethod" ;
                                         <http://www.w3.org/2004/02/skos/core#definition> "The sampling method used to assign study participants into groups or cohorts within an observational study." ;
                                         <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C126067> ,
                                                                                          <http://purl.obolibrary.org/obo/NCIT_C126067> ;
                                         <http://www.w3.org/2004/02/skos/core#prefLabel> "Observational Study Sampling Method" ;
                                         :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C127260> ,
                                                        <http://purl.obolibrary.org/obo/NCIT_C127260> ;
                                         :boundCodelistNote "Y (SDTM Terminology Codelist C127260)" ;
                                         :modelName "samplingMethod" ;
                                         :modelRepresentation "Attribute" ;
                                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ObservationalStudyDesign-subTypes
:ObservationalStudyDesign-subTypes rdf:type owl:ObjectProperty ;
                                   rdfs:domain :ObservationalStudyDesign ;
                                   rdfs:range :Code ;
                                   rdfs:label "ObservationalStudyDesign-subTypes" ;
                                   <http://www.w3.org/2004/02/skos/core#definition> "The nature of the observational study for which information is being collected." ;
                                   <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215635> ,
                                                                                    <http://purl.obolibrary.org/obo/NCIT_C215635> ;
                                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Observational Study Type" ;
                                   :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215486> ,
                                                  <http://purl.obolibrary.org/obo/NCIT_C215486> ;
                                   :boundCodelistNote "Y (C215486)" ;
                                   :modelName "subTypes" ;
                                   :modelRepresentation "Attribute" ;
                                   :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ObservationalStudyDesign-timePerspective
:ObservationalStudyDesign-timePerspective rdf:type owl:ObjectProperty ;
                                          rdfs:domain :ObservationalStudyDesign ;
                                          rdfs:range :Code ;
                                          rdfs:label "ObservationalStudyDesign-timePerspective" ;
                                          <http://www.w3.org/2004/02/skos/core#definition> "The temporal relationship between the observation period and time of subject enrollment. (ClinicalTrials.gov)" ;
                                          <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C126065> ,
                                                                                           <http://purl.obolibrary.org/obo/NCIT_C126065> ;
                                          <http://www.w3.org/2004/02/skos/core#prefLabel> "Observational Time Perspective" ;
                                          :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C127261> ,
                                                         <http://purl.obolibrary.org/obo/NCIT_C127261> ;
                                          :boundCodelistNote "Y (SDTM Terminology Codelist C127261)" ;
                                          :modelName "timePerspective" ;
                                          :modelRepresentation "Attribute" ;
                                          :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Organization-extensionAttributes
:Organization-extensionAttributes rdf:type owl:ObjectProperty ;
                                  rdfs:domain :Organization ;
                                  rdfs:range :ExtensionAttribute ;
                                  rdfs:label "Organization-extensionAttributes" ;
                                  :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Organization-legalAddress
:Organization-legalAddress rdf:type owl:ObjectProperty ;
                           rdfs:domain :Organization ;
                           rdfs:range :Address ;
                           rdfs:label "Organization-legalAddress" ;
                           <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the Organization and Address classes which provides the legal address for an organization." ;
                           :modelName "legalAddress" ;
                           :modelRepresentation "Relationship" ;
                           :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Organization-managedSites
:Organization-managedSites rdf:type owl:ObjectProperty ;
                           rdfs:domain :Organization ;
                           rdfs:range :StudySite ;
                           rdfs:label "Organization-managedSites" ;
                           <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the Organization and StudySite classes which identifies the set of study sites managed by the organization." ;
                           :modelName "managedSites" ;
                           :modelRepresentation "Relationship" ;
                           :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Organization-type
:Organization-type rdf:type owl:ObjectProperty ;
                   rdfs:domain :Organization ;
                   rdfs:range :Code ;
                   rdfs:label "Organization-type" ;
                   <http://www.w3.org/2004/02/skos/core#definition> "A characterization or classification of the formalized group of persons or other organizations collected together for a common purpose (such as administrative, legal, political) and the infrastructure to carry out that purpose." ;
                   <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C188820> ,
                                                                    <http://purl.obolibrary.org/obo/NCIT_C188820> ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Organization Type" ;
                   :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C188724> ,
                                  <http://purl.obolibrary.org/obo/NCIT_C188724> ;
                   :boundCodelistNote "Y (C188724)" ;
                   :modelName "type" ;
                   :modelRepresentation "Attribute" ;
                   :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ParameterMap-extensionAttributes
:ParameterMap-extensionAttributes rdf:type owl:ObjectProperty ;
                                  rdfs:domain :ParameterMap ;
                                  rdfs:range :ExtensionAttribute ;
                                  rdfs:label "ParameterMap-extensionAttributes" ;
                                  :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/PersonName-extensionAttributes
:PersonName-extensionAttributes rdf:type owl:ObjectProperty ;
                                rdfs:domain :PersonName ;
                                rdfs:range :ExtensionAttribute ;
                                rdfs:label "PersonName-extensionAttributes" ;
                                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/PopulationDefinition-criterionIds
:PopulationDefinition-criterionIds rdf:type owl:ObjectProperty ;
                                   rdfs:domain :PopulationDefinition ;
                                   rdfs:range :EligibilityCriterion ;
                                   rdfs:label "PopulationDefinition-criterionIds" ;
                                   <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the StudyCohort and EligibilityCriterion classes which identifies the set of eligibility criteria associated with the study cohort." ;
                                   :modelName "criteria" ;
                                   :modelRepresentation "Relationship" ;
                                   :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/PopulationDefinition-notes
:PopulationDefinition-notes rdf:type owl:ObjectProperty ;
                            rdfs:domain :PopulationDefinition ;
                            rdfs:range :CommentAnnotation ;
                            rdfs:label "PopulationDefinition-notes" ;
                            <http://www.w3.org/2004/02/skos/core#definition> "A brief written record relevant to the study cohort." ;
                            <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215547> ,
                                                                             <http://purl.obolibrary.org/obo/NCIT_C215547> ;
                            <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Cohort Notes" ;
                            :modelName "notes" ;
                            :modelRepresentation "Attribute" ;
                            :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/PopulationDefinition-plannedAge
:PopulationDefinition-plannedAge rdf:type owl:ObjectProperty ;
                                 rdfs:domain :PopulationDefinition ;
                                 rdfs:range :Range ;
                                 rdfs:label "PopulationDefinition-plannedAge" ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "The anticipated age of subjects within the study cohort." ;
                                 <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207545> ,
                                                                                  <http://purl.obolibrary.org/obo/NCIT_C207545> ;
                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Cohort Planned Age" ;
                                 :modelName "plannedAge" ;
                                 :modelRepresentation "Attribute" ;
                                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/PopulationDefinition-plannedCompletionNumber
:PopulationDefinition-plannedCompletionNumber rdf:type owl:ObjectProperty ;
                                              rdfs:domain :PopulationDefinition ;
                                              rdfs:range :QuantityRange ;
                                              rdfs:label "PopulationDefinition-plannedCompletionNumber" ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "The value representing the planned number of subjects that must complete the study in order to meet the objectives and endpoints of the study, within the study cohort." ;
                                              <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207546> ,
                                                                                               <http://purl.obolibrary.org/obo/NCIT_C207546> ;
                                              <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Cohort Planned Completion Number" ;
                                              :modelName "plannedCompletionNumber" ;
                                              :modelRepresentation "Attribute" ;
                                              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/PopulationDefinition-plannedEnrollmentNumber
:PopulationDefinition-plannedEnrollmentNumber rdf:type owl:ObjectProperty ;
                                              rdfs:domain :PopulationDefinition ;
                                              rdfs:range :QuantityRange ;
                                              rdfs:label "PopulationDefinition-plannedEnrollmentNumber" ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "The value representing the planned number of subjects to be entered in a clinical trial, within the study cohort." ;
                                              <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207702> ,
                                                                                               <http://purl.obolibrary.org/obo/NCIT_C207702> ;
                                              <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Cohort Planned Enrollment Number" ;
                                              :modelName "plannedEnrollmentNumber" ;
                                              :modelRepresentation "Attribute" ;
                                              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/PopulationDefinition-plannedSex
:PopulationDefinition-plannedSex rdf:type owl:ObjectProperty ;
                                 rdfs:domain :PopulationDefinition ;
                                 rdfs:range :Code ;
                                 rdfs:label "PopulationDefinition-plannedSex" ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "The protocol-defined sex within the study cohort." ;
                                 <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207541> ,
                                                                                  <http://purl.obolibrary.org/obo/NCIT_C207541> ;
                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Cohort Planned Sex" ;
                                 :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C66732> ,
                                                <http://purl.obolibrary.org/obo/NCIT_C66732> ;
                                 :boundCodelistNote "Y (SDTM Terminology Codelist C66732)" ;
                                 :modelName "plannedSex" ;
                                 :modelRepresentation "Attribute" ;
                                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Procedure-code
:Procedure-code rdf:type owl:ObjectProperty ;
                rdfs:domain :Procedure ;
                rdfs:range :Code ;
                rdfs:label "Procedure-code" ;
                <http://www.w3.org/2004/02/skos/core#definition> "A symbol or combination of symbols which is assigned to medical procedure." ;
                <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C154626> ,
                                                                 <http://purl.obolibrary.org/obo/NCIT_C154626> ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Procedure Code" ;
                :boundCodelistNote "Y (Point out to external dictionary like CPT, MedDRA, SNOMEDCT, etc.)" ;
                :modelName "code" ;
                :modelRepresentation "Attribute" ;
                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Procedure-extensionAttributes
:Procedure-extensionAttributes rdf:type owl:ObjectProperty ;
                               rdfs:domain :Procedure ;
                               rdfs:range :ExtensionAttribute ;
                               rdfs:label "Procedure-extensionAttributes" ;
                               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Procedure-notes
:Procedure-notes rdf:type owl:ObjectProperty ;
                 rdfs:domain :Procedure ;
                 rdfs:range :CommentAnnotation ;
                 rdfs:label "Procedure-notes" ;
                 <http://www.w3.org/2004/02/skos/core#definition> "A brief written record relevant to the procedure." ;
                 <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215520> ,
                                                                  <http://purl.obolibrary.org/obo/NCIT_C215520> ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Procedure Notes" ;
                 :modelName "notes" ;
                 :modelRepresentation "Attribute" ;
                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Procedure-studyInterventionId
:Procedure-studyInterventionId rdf:type owl:ObjectProperty ;
                               rdfs:domain :Procedure ;
                               rdfs:range :StudyIntervention ;
                               rdfs:label "Procedure-studyInterventionId" ;
                               <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the Procedure and StudyInterventionclasses which provides the details associated with an instance of an intervention performed during the conduct of a procedure." ;
                               :modelName "studyIntervention" ;
                               :modelRepresentation "Relationship" ;
                               :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/ProductOrganizationRole-appliesToIds
:ProductOrganizationRole-appliesToIds rdf:type owl:ObjectProperty ;
                                      rdfs:domain :ProductOrganizationRole ;
                                      rdfs:range [ rdf:type owl:Class ;
                                                   owl:unionOf ( :AdministrableProduct
                                                                 :MedicalDevice
                                                               )
                                                 ] ;
                                      rdfs:label "ProductOrganizationRole-appliesToIds" ;
                                      <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the ProductOrganizationRole and either the AdministrableProduct or MedicalDevice class that identifies the administrable product or medical device to which the product organization role applies." ;
                                      :modelName "appliesTo" ;
                                      :modelRepresentation "Relationship" ;
                                      :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/ProductOrganizationRole-code
:ProductOrganizationRole-code rdf:type owl:ObjectProperty ;
                              rdfs:domain :ProductOrganizationRole ;
                              rdfs:range :Code ;
                              rdfs:label "ProductOrganizationRole-code" ;
                              <http://www.w3.org/2004/02/skos/core#definition> "A symbol or combination of symbols which is assigned to the product organization role." ;
                              <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215625> ,
                                                                               <http://purl.obolibrary.org/obo/NCIT_C215625> ;
                              <http://www.w3.org/2004/02/skos/core#prefLabel> "Product Organization Role Code" ;
                              :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215485> ,
                                             <http://purl.obolibrary.org/obo/NCIT_C215485> ;
                              :boundCodelistNote "Y (C215485)" ;
                              :modelName "code" ;
                              :modelRepresentation "Attribute" ;
                              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ProductOrganizationRole-extensionAttributes
:ProductOrganizationRole-extensionAttributes rdf:type owl:ObjectProperty ;
                                             rdfs:domain :ProductOrganizationRole ;
                                             rdfs:range :ExtensionAttribute ;
                                             rdfs:label "ProductOrganizationRole-extensionAttributes" ;
                                             :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ProductOrganizationRole-organizationId
:ProductOrganizationRole-organizationId rdf:type owl:ObjectProperty ;
                                        rdfs:domain :ProductOrganizationRole ;
                                        rdfs:range :Organization ;
                                        rdfs:label "ProductOrganizationRole-organizationId" ;
                                        <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the ProductOrganizationRole and Organization classes which identifies the organization associated with the product organization role." ;
                                        :modelName "organization" ;
                                        :modelRepresentation "Relationship" ;
                                        :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/Quantity-extensionAttributes
:Quantity-extensionAttributes rdf:type owl:ObjectProperty ;
                              rdfs:domain :Quantity ;
                              rdfs:range :ExtensionAttribute ;
                              rdfs:label "Quantity-extensionAttributes" ;
                              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Quantity-unit
:Quantity-unit rdf:type owl:ObjectProperty ;
               rdfs:domain :Quantity ;
               rdfs:range :AliasCode ;
               rdfs:label "Quantity-unit" ;
               <http://www.w3.org/2004/02/skos/core#definition> "The type of unit of measure being used to express a quantity." ;
               <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C44258> ,
                                                                <http://purl.obolibrary.org/obo/NCIT_C44258> ;
               <http://www.w3.org/2004/02/skos/core#prefLabel> "Quantity Unit" ;
               :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C71620> ,
                              <http://purl.obolibrary.org/obo/NCIT_C71620> ;
               :boundCodelistNote "Y (SDTM Terminology Codelist C71620)" ;
               :modelName "unit" ;
               :modelRepresentation "Attribute" ;
               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Range-extensionAttributes
:Range-extensionAttributes rdf:type owl:ObjectProperty ;
                           rdfs:domain :Range ;
                           rdfs:range :ExtensionAttribute ;
                           rdfs:label "Range-extensionAttributes" ;
                           :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Range-maxValue
:Range-maxValue rdf:type owl:ObjectProperty ;
                rdfs:domain :Range ;
                rdfs:range :Quantity ;
                rdfs:label "Range-maxValue" ;
                <http://www.w3.org/2004/02/skos/core#definition> "The largest value in quantity or degree in a set of values." ;
                <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C25564> ,
                                                                 <http://purl.obolibrary.org/obo/NCIT_C25564> ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Maximum Value" ;
                :modelName "maxValue" ;
                :modelRepresentation "Attribute" ;
                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Range-minValue
:Range-minValue rdf:type owl:ObjectProperty ;
                rdfs:domain :Range ;
                rdfs:range :Quantity ;
                rdfs:label "Range-minValue" ;
                <http://www.w3.org/2004/02/skos/core#definition> "The smallest value in quantity or degree in a set of values." ;
                <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C25570> ,
                                                                 <http://purl.obolibrary.org/obo/NCIT_C25570> ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Minimum Value" ;
                :modelName "minValue" ;
                :modelRepresentation "Attribute" ;
                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ReferenceIdentifier-extensionAttributes
:ReferenceIdentifier-extensionAttributes rdf:type owl:ObjectProperty ;
                                         rdfs:domain :ReferenceIdentifier ;
                                         rdfs:range :ExtensionAttribute ;
                                         rdfs:label "ReferenceIdentifier-extensionAttributes" ;
                                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ReferenceIdentifier-type
:ReferenceIdentifier-type rdf:type owl:ObjectProperty ;
                          rdfs:domain :ReferenceIdentifier ;
                          rdfs:range :Code ;
                          rdfs:label "ReferenceIdentifier-type" ;
                          <http://www.w3.org/2004/02/skos/core#definition> "A characterization or classification of the reference identifier." ;
                          <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215571> ,
                                                                           <http://purl.obolibrary.org/obo/NCIT_C215571> ;
                          <http://www.w3.org/2004/02/skos/core#prefLabel> "Reference Identifier Type" ;
                          :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215478> ,
                                         <http://purl.obolibrary.org/obo/NCIT_C215478> ;
                          :boundCodelistNote "Y (C215478)" ;
                          :modelName "type" ;
                          :modelRepresentation "Attribute" ;
                          :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ResponseCode-code
:ResponseCode-code rdf:type owl:ObjectProperty ;
                   rdfs:domain :ResponseCode ;
                   rdfs:range :Code ;
                   rdfs:label "ResponseCode-code" ;
                   <http://www.w3.org/2004/02/skos/core#definition> "The literal value of a response code." ;
                   <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C217013> ,
                                                                    <http://purl.obolibrary.org/obo/NCIT_C217013> ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Response Code Value" ;
                   :modelName "code" ;
                   :modelRepresentation "Attribute" ;
                   :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ResponseCode-extensionAttributes
:ResponseCode-extensionAttributes rdf:type owl:ObjectProperty ;
                                  rdfs:domain :ResponseCode ;
                                  rdfs:range :ExtensionAttribute ;
                                  rdfs:label "ResponseCode-extensionAttributes" ;
                                  :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ScheduleTimeline-entryId
:ScheduleTimeline-entryId rdf:type owl:ObjectProperty ;
                          rdfs:domain :ScheduleTimeline ;
                          rdfs:range :ScheduledInstance ;
                          rdfs:label "ScheduleTimeline-entryId" ;
                          <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the ScheduleTimeline and ScheduledInstance classes which defines the entry into a scheduled instance (e.g., scheduled activity instances or scheduled decision instances) for a timeline." ;
                          :modelName "entry" ;
                          :modelRepresentation "Relationship" ;
                          :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/ScheduleTimeline-exits
:ScheduleTimeline-exits rdf:type owl:ObjectProperty ;
                        rdfs:domain :ScheduleTimeline ;
                        rdfs:range :ScheduleTimelineExit ;
                        rdfs:label "ScheduleTimeline-exits" ;
                        <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the ScheduleTimeline and ScheduleTimelineExit classes which identifies the set of exits from the scheduled timeline." ;
                        :modelName "exits" ;
                        :modelRepresentation "Relationship" ;
                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ScheduleTimeline-extensionAttributes
:ScheduleTimeline-extensionAttributes rdf:type owl:ObjectProperty ;
                                      rdfs:domain :ScheduleTimeline ;
                                      rdfs:range :ExtensionAttribute ;
                                      rdfs:label "ScheduleTimeline-extensionAttributes" ;
                                      :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ScheduleTimeline-instances
:ScheduleTimeline-instances rdf:type owl:ObjectProperty ;
                            rdfs:domain :ScheduleTimeline ;
                            rdfs:range :ScheduledInstance ;
                            rdfs:label "ScheduleTimeline-instances" ;
                            <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the ScheduleTimeline and ScheduledInstance classes which identifies the set of scheduled instances (e.g., scheduled activity instances or scheduled decision instances) associated with the scheduled timeline." ;
                            :modelName "instances" ;
                            :modelRepresentation "Relationship" ;
                            :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ScheduleTimeline-plannedDuration
:ScheduleTimeline-plannedDuration rdf:type owl:ObjectProperty ;
                                  rdfs:domain :ScheduleTimeline ;
                                  rdfs:range :Duration ;
                                  rdfs:label "ScheduleTimeline-plannedDuration" ;
                                  <http://www.w3.org/2004/02/skos/core#definition> "The period of time over which the scheduled timeline is intended to take place." ;
                                  <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C217012> ,
                                                                                   <http://purl.obolibrary.org/obo/NCIT_C217012> ;
                                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Schedule Timeline Planned Duration" ;
                                  :modelName "plannedDuration" ;
                                  :modelRepresentation "Attribute" ;
                                  :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ScheduleTimeline-timings
:ScheduleTimeline-timings rdf:type owl:ObjectProperty ;
                          rdfs:domain :ScheduleTimeline ;
                          rdfs:range :Timing ;
                          rdfs:label "ScheduleTimeline-timings" ;
                          <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the ScheduleTimeline and Timing classes which identifies the set of timings associated with the scheduled timeline." ;
                          :modelName "timings" ;
                          :modelRepresentation "Relationship" ;
                          :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ScheduleTimelineExit-extensionAttributes
:ScheduleTimelineExit-extensionAttributes rdf:type owl:ObjectProperty ;
                                          rdfs:domain :ScheduleTimelineExit ;
                                          rdfs:range :ExtensionAttribute ;
                                          rdfs:label "ScheduleTimelineExit-extensionAttributes" ;
                                          :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ScheduledActivityInstance-activityIds
:ScheduledActivityInstance-activityIds rdf:type owl:ObjectProperty ;
                                       rdfs:domain :ScheduledActivityInstance ;
                                       rdfs:range :Activity ;
                                       rdfs:label "ScheduledActivityInstance-activityIds" ;
                                       <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the ScheduledActivityInstance and Activity classes which identifies the set of activities associated with a scheduled activity instance." ;
                                       :modelName "activities" ;
                                       :modelRepresentation "Relationship" ;
                                       :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/ScheduledActivityInstance-encounterId
:ScheduledActivityInstance-encounterId rdf:type owl:ObjectProperty ;
                                       rdfs:domain :ScheduledActivityInstance ;
                                       rdfs:range :Encounter ;
                                       rdfs:label "ScheduledActivityInstance-encounterId" ;
                                       <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the ScheduledActivityInstance and Encounter classes which defines the subject encounter associated with the ScheduleActivityInstance." ;
                                       :modelName "encounter" ;
                                       :modelRepresentation "Relationship" ;
                                       :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/ScheduledActivityInstance-extensionAttributes
:ScheduledActivityInstance-extensionAttributes rdf:type owl:ObjectProperty ;
                                               rdfs:domain :ScheduledActivityInstance ;
                                               rdfs:range :ExtensionAttribute ;
                                               rdfs:label "ScheduledActivityInstance-extensionAttributes" ;
                                               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ScheduledActivityInstance-timelineExitId
:ScheduledActivityInstance-timelineExitId rdf:type owl:ObjectProperty ;
                                          rdfs:domain :ScheduledActivityInstance ;
                                          rdfs:range :ScheduleTimelineExit ;
                                          rdfs:label "ScheduledActivityInstance-timelineExitId" ;
                                          <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the ScheduledActivityInstance and ScheduleTimelineExit classes which provides the details associated with the exit from a timeline related to a scheduled activity instance." ;
                                          :modelName "timelineExit" ;
                                          :modelRepresentation "Relationship" ;
                                          :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/ScheduledActivityInstance-timelineId
:ScheduledActivityInstance-timelineId rdf:type owl:ObjectProperty ;
                                      rdfs:domain :ScheduledActivityInstance ;
                                      rdfs:range :ScheduleTimeline ;
                                      rdfs:label "ScheduledActivityInstance-timelineId" ;
                                      <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the ScheduledActivityInstance and ScheduleTimeline classes which provides the details associated with an instance of a scheduled timeline related to a scheduled activity instance." ;
                                      :modelName "timeline" ;
                                      :modelRepresentation "Relationship" ;
                                      :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/ScheduledDecisionInstance-conditionAssignments
:ScheduledDecisionInstance-conditionAssignments rdf:type owl:ObjectProperty ;
                                                rdfs:domain :ScheduledDecisionInstance ;
                                                rdfs:range :ConditionAssignment ;
                                                rdfs:label "ScheduledDecisionInstance-conditionAssignments" ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the ScheduledDecisionInstance and ConditionAssignment classes which identifies the set of condition assignments associated with a scheduled decision instance." ;
                                                :modelName "conditionAssignments" ;
                                                :modelRepresentation "Relationship" ;
                                                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ScheduledDecisionInstance-extensionAttributes
:ScheduledDecisionInstance-extensionAttributes rdf:type owl:ObjectProperty ;
                                               rdfs:domain :ScheduledDecisionInstance ;
                                               rdfs:range :ExtensionAttribute ;
                                               rdfs:label "ScheduledDecisionInstance-extensionAttributes" ;
                                               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ScheduledInstance-defaultConditionId
:ScheduledInstance-defaultConditionId rdf:type owl:ObjectProperty ;
                                      rdfs:domain :ScheduledInstance ;
                                      rdfs:range :ScheduledInstance ;
                                      rdfs:label "ScheduledInstance-defaultConditionId" ;
                                      <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship within the ScheduledActivityInstance class which identifies the default condition within a scheduled activity instance." ;
                                      :modelName "defaultCondition" ;
                                      :modelRepresentation "Relationship" ;
                                      :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/ScheduledInstance-epochId
:ScheduledInstance-epochId rdf:type owl:ObjectProperty ;
                           rdfs:domain :ScheduledInstance ;
                           rdfs:range :StudyEpoch ;
                           rdfs:label "ScheduledInstance-epochId" ;
                           <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the ScheduledActivityInstance and StudyEpoch classes which identifies the study epoch associated with a scheduled activity instance." ;
                           :modelName "epoch" ;
                           :modelRepresentation "Relationship" ;
                           :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/Strength-denominator
:Strength-denominator rdf:type owl:ObjectProperty ;
                      rdfs:domain :Strength ;
                      rdfs:range :Quantity ;
                      rdfs:label "Strength-denominator" ;
                      <http://www.w3.org/2004/02/skos/core#definition> "The divisor of a fraction." ;
                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C80489> ,
                                                                       <http://purl.obolibrary.org/obo/NCIT_C80489> ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Denominator" ;
                      :modelName "denominator" ;
                      :modelRepresentation "Attribute" ;
                      :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Strength-extensionAttributes
:Strength-extensionAttributes rdf:type owl:ObjectProperty ;
                              rdfs:domain :Strength ;
                              rdfs:range :ExtensionAttribute ;
                              rdfs:label "Strength-extensionAttributes" ;
                              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Strength-numerator
:Strength-numerator rdf:type owl:ObjectProperty ;
                    rdfs:domain :Strength ;
                    rdfs:range :QuantityRange ;
                    rdfs:label "Strength-numerator" ;
                    <http://www.w3.org/2004/02/skos/core#definition> "The dividend of a fraction." ;
                    <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C80490> ,
                                                                     <http://purl.obolibrary.org/obo/NCIT_C80490> ;
                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Numerator" ;
                    :modelName "numerator" ;
                    :modelRepresentation "Attribute" ;
                    :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Study-documentedBy
:Study-documentedBy rdf:type owl:ObjectProperty ;
                    rdfs:domain :Study ;
                    rdfs:range :StudyDefinitionDocument ;
                    rdfs:label "Study-documentedBy" ;
                    <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the Study and StudyDefinitionDocument classes signifying that the study is documented in a study definition document." ;
                    :modelName "documentedBy" ;
                    :modelRepresentation "Relationship" ;
                    :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Study-extensionAttributes
:Study-extensionAttributes rdf:type owl:ObjectProperty ;
                           rdfs:domain :Study ;
                           rdfs:range :ExtensionAttribute ;
                           rdfs:label "Study-extensionAttributes" ;
                           :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Study-versions
:Study-versions rdf:type owl:ObjectProperty ;
                rdfs:domain :Study ;
                rdfs:range :StudyVersion ;
                rdfs:label "Study-versions" ;
                <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the Study and StudyVersion classes which identifies the set of versions associated with the study." ;
                :modelName "versions" ;
                :modelRepresentation "Relationship" ;
                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyAmendment-changes
:StudyAmendment-changes rdf:type owl:ObjectProperty ;
                        rdfs:domain :StudyAmendment ;
                        rdfs:range :StudyChange ;
                        rdfs:label "StudyAmendment-changes" ;
                        <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the StudyAmendment and  StudyChange classes which identifies the set of changes associated with the study amendment." ;
                        :modelName "changes" ;
                        :modelRepresentation "Relationship" ;
                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyAmendment-dateValues
:StudyAmendment-dateValues rdf:type owl:ObjectProperty ;
                           rdfs:domain :StudyAmendment ;
                           rdfs:range :GovernanceDate ;
                           rdfs:label "StudyAmendment-dateValues" ;
                           <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the StudyAmendment and GovernanceDate classes which provides the set of governance dates associated with the study amendment." ;
                           :modelName "dateValues" ;
                           :modelRepresentation "Relationship" ;
                           :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyAmendment-enrollments
:StudyAmendment-enrollments rdf:type owl:ObjectProperty ;
                            rdfs:domain :StudyAmendment ;
                            rdfs:range :SubjectEnrollment ;
                            rdfs:label "StudyAmendment-enrollments" ;
                            <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the StudyAmendment and SubjectEnrollment classes which provides the set of subject enrollments associated with the study amendment." ;
                            :modelName "enrollments" ;
                            :modelRepresentation "Relationship" ;
                            :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyAmendment-extensionAttributes
:StudyAmendment-extensionAttributes rdf:type owl:ObjectProperty ;
                                    rdfs:domain :StudyAmendment ;
                                    rdfs:range :ExtensionAttribute ;
                                    rdfs:label "StudyAmendment-extensionAttributes" ;
                                    :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyAmendment-geographicScopes
:StudyAmendment-geographicScopes rdf:type owl:ObjectProperty ;
                                 rdfs:domain :StudyAmendment ;
                                 rdfs:range :GeographicScope ;
                                 rdfs:label "StudyAmendment-geographicScopes" ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the StudyAmendment and GeographicScope classes which identifies the set of geographic scopes associated with the study amendment." ;
                                 :modelName "geographicScopes" ;
                                 :modelRepresentation "Relationship" ;
                                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyAmendment-impacts
:StudyAmendment-impacts rdf:type owl:ObjectProperty ;
                        rdfs:domain :StudyAmendment ;
                        rdfs:range :StudyAmendmentImpact ;
                        rdfs:label "StudyAmendment-impacts" ;
                        <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the StudyAmendment and StudyAmendmentImpact classes which identifies the set of impacts that the study amendment has on the study or study subjects." ;
                        :modelName "impacts" ;
                        :modelRepresentation "Relationship" ;
                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyAmendment-notes
:StudyAmendment-notes rdf:type owl:ObjectProperty ;
                      rdfs:domain :StudyAmendment ;
                      rdfs:range :CommentAnnotation ;
                      rdfs:label "StudyAmendment-notes" ;
                      <http://www.w3.org/2004/02/skos/core#definition> "A brief written record relevant to the study amendment." ;
                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215538> ,
                                                                       <http://purl.obolibrary.org/obo/NCIT_C215538> ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Amendment Notes" ;
                      :modelName "notes" ;
                      :modelRepresentation "Attribute" ;
                      :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyAmendment-previousId
:StudyAmendment-previousId rdf:type owl:ObjectProperty ;
                           rdfs:domain :StudyAmendment ;
                           rdfs:range :StudyAmendment ;
                           rdfs:label "StudyAmendment-previousId" ;
                           <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship within the StudyAmendment class which identifies the study amendment that chronologically precedes the current study amendment." ;
                           :modelName "previous" ;
                           :modelRepresentation "Relationship" ;
                           :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/StudyAmendment-primaryReason
:StudyAmendment-primaryReason rdf:type owl:ObjectProperty ;
                              rdfs:domain :StudyAmendment ;
                              rdfs:range :StudyAmendmentReason ;
                              rdfs:label "StudyAmendment-primaryReason" ;
                              <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the StudyAmendment and StudyAmendmentReason classes which identifies the primary reason for issuing the study amendment." ;
                              :modelName "primaryReason" ;
                              :modelRepresentation "Relationship" ;
                              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyAmendment-secondaryReasons
:StudyAmendment-secondaryReasons rdf:type owl:ObjectProperty ;
                                 rdfs:domain :StudyAmendment ;
                                 rdfs:range :StudyAmendmentReason ;
                                 rdfs:label "StudyAmendment-secondaryReasons" ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the StudyAmendment and StudyAmendmentReason classes which identifies the set of secondary reasons for issuing the study amendment." ;
                                 :modelName "secondaryReasons" ;
                                 :modelRepresentation "Relationship" ;
                                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyAmendmentImpact-extensionAttributes
:StudyAmendmentImpact-extensionAttributes rdf:type owl:ObjectProperty ;
                                          rdfs:domain :StudyAmendmentImpact ;
                                          rdfs:range :ExtensionAttribute ;
                                          rdfs:label "StudyAmendmentImpact-extensionAttributes" ;
                                          :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyAmendmentImpact-notes
:StudyAmendmentImpact-notes rdf:type owl:ObjectProperty ;
                            rdfs:domain :StudyAmendmentImpact ;
                            rdfs:range :CommentAnnotation ;
                            rdfs:label "StudyAmendmentImpact-notes" ;
                            <http://www.w3.org/2004/02/skos/core#definition> "A brief written record relevant to the study amendment impact." ;
                            <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215613> ,
                                                                             <http://purl.obolibrary.org/obo/NCIT_C215613> ;
                            <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Amendment Impact Notes" ;
                            :modelName "notes" ;
                            :modelRepresentation "Attribute" ;
                            :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyAmendmentImpact-type
:StudyAmendmentImpact-type rdf:type owl:ObjectProperty ;
                           rdfs:domain :StudyAmendmentImpact ;
                           rdfs:range :Code ;
                           rdfs:label "StudyAmendmentImpact-type" ;
                           <http://www.w3.org/2004/02/skos/core#definition> "A characterization or classification of the study amendment impact." ;
                           <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215612> ,
                                                                            <http://purl.obolibrary.org/obo/NCIT_C215612> ;
                           <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Amendment Impact Type" ;
                           :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215481> ,
                                          <http://purl.obolibrary.org/obo/NCIT_C215481> ;
                           :boundCodelistNote "Y (C215481)" ;
                           :modelName "type" ;
                           :modelRepresentation "Attribute" ;
                           :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyAmendmentReason-code
:StudyAmendmentReason-code rdf:type owl:ObjectProperty ;
                           rdfs:domain :StudyAmendmentReason ;
                           rdfs:range :Code ;
                           rdfs:label "StudyAmendmentReason-code" ;
                           <http://www.w3.org/2004/02/skos/core#definition> "A symbol or combination of symbols which is assigned to the study amendment reason." ;
                           <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207540> ,
                                                                            <http://purl.obolibrary.org/obo/NCIT_C207540> ;
                           <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Amendment Reason Code" ;
                           :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207415> ,
                                          <http://purl.obolibrary.org/obo/NCIT_C207415> ;
                           :boundCodelistNote "Y (C207415)" ;
                           :modelName "code" ;
                           :modelRepresentation "Attribute" ;
                           :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyAmendmentReason-extensionAttributes
:StudyAmendmentReason-extensionAttributes rdf:type owl:ObjectProperty ;
                                          rdfs:domain :StudyAmendmentReason ;
                                          rdfs:range :ExtensionAttribute ;
                                          rdfs:label "StudyAmendmentReason-extensionAttributes" ;
                                          :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyArm-dataOriginType
:StudyArm-dataOriginType rdf:type owl:ObjectProperty ;
                         rdfs:domain :StudyArm ;
                         rdfs:range :Code ;
                         rdfs:label "StudyArm-dataOriginType" ;
                         <http://www.w3.org/2004/02/skos/core#definition> "A characterization or classification of the study arm with respect to where the study arm data originates." ;
                         <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C188829> ,
                                                                          <http://purl.obolibrary.org/obo/NCIT_C188829> ;
                         <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Arm Data Origin Type" ;
                         :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C188727> ,
                                        <http://purl.obolibrary.org/obo/NCIT_C188727> ;
                         :boundCodelistNote "Y (C188727)" ;
                         :modelName "dataOriginType" ;
                         :modelRepresentation "Attribute" ;
                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyArm-extensionAttributes
:StudyArm-extensionAttributes rdf:type owl:ObjectProperty ;
                              rdfs:domain :StudyArm ;
                              rdfs:range :ExtensionAttribute ;
                              rdfs:label "StudyArm-extensionAttributes" ;
                              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyArm-notes
:StudyArm-notes rdf:type owl:ObjectProperty ;
                rdfs:domain :StudyArm ;
                rdfs:range :CommentAnnotation ;
                rdfs:label "StudyArm-notes" ;
                <http://www.w3.org/2004/02/skos/core#definition> "A brief written record relevant to the study arm." ;
                <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215515> ,
                                                                 <http://purl.obolibrary.org/obo/NCIT_C215515> ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Arm Notes" ;
                :modelName "notes" ;
                :modelRepresentation "Attribute" ;
                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyArm-populationIds
:StudyArm-populationIds rdf:type owl:ObjectProperty ;
                        rdfs:domain :StudyArm ;
                        rdfs:range :PopulationDefinition ;
                        rdfs:label "StudyArm-populationIds" ;
                        <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the StudyArm and PopulationDefinition classes which identifies the set of populations associated with the study arm." ;
                        :modelName "populations" ;
                        :modelRepresentation "Relationship" ;
                        :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/StudyArm-type
:StudyArm-type rdf:type owl:ObjectProperty ;
               rdfs:domain :StudyArm ;
               rdfs:range :Code ;
               rdfs:label "StudyArm-type" ;
               <http://www.w3.org/2004/02/skos/core#definition> "A characterization or classification of the study arm." ;
               <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C172457> ,
                                                                <http://purl.obolibrary.org/obo/NCIT_C172457> ;
               <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Arm Type" ;
               :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C174222> ,
                              <http://purl.obolibrary.org/obo/NCIT_C174222> ;
               :boundCodelistNote "Y (Protocol Terminology Codelist C174222)" ;
               :modelName "type" ;
               :modelRepresentation "Attribute" ;
               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyCell-armId
:StudyCell-armId rdf:type owl:ObjectProperty ;
                 rdfs:domain :StudyCell ;
                 rdfs:range :StudyArm ;
                 rdfs:label "StudyCell-armId" ;
                 <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the StudyCell and StudyArm classes which identifies the study arm associated with a study cell." ;
                 :modelName "arm" ;
                 :modelRepresentation "Relationship" ;
                 :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/StudyCell-elementIds
:StudyCell-elementIds rdf:type owl:ObjectProperty ;
                      rdfs:domain :StudyCell ;
                      rdfs:range :StudyElement ;
                      rdfs:label "StudyCell-elementIds" ;
                      <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the StudyCell and StudyElement classes which identifies the set of study elements associated with the study cell." ;
                      :modelName "elements" ;
                      :modelRepresentation "Relationship" ;
                      :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/StudyCell-epochId
:StudyCell-epochId rdf:type owl:ObjectProperty ;
                   rdfs:domain :StudyCell ;
                   rdfs:range :StudyEpoch ;
                   rdfs:label "StudyCell-epochId" ;
                   <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the StudyCell and StudyEpoch classes which identifies the study epoch associated with a study cell." ;
                   :modelName "epoch" ;
                   :modelRepresentation "Relationship" ;
                   :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/StudyCell-extensionAttributes
:StudyCell-extensionAttributes rdf:type owl:ObjectProperty ;
                               rdfs:domain :StudyCell ;
                               rdfs:range :ExtensionAttribute ;
                               rdfs:label "StudyCell-extensionAttributes" ;
                               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyChange-changedSections
:StudyChange-changedSections rdf:type owl:ObjectProperty ;
                             rdfs:domain :StudyChange ;
                             rdfs:range :DocumentContentReference ;
                             rdfs:label "StudyChange-changedSections" ;
                             <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the StudyChange and DocumentContentReference class which provides the set of changed document sections related to the study change." ;
                             :modelName "changedSections" ;
                             :modelRepresentation "Relationship" ;
                             :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyChange-extensionAttributes
:StudyChange-extensionAttributes rdf:type owl:ObjectProperty ;
                                 rdfs:domain :StudyChange ;
                                 rdfs:range :ExtensionAttribute ;
                                 rdfs:label "StudyChange-extensionAttributes" ;
                                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyCohort-characteristics
:StudyCohort-characteristics rdf:type owl:ObjectProperty ;
                             rdfs:domain :StudyCohort ;
                             rdfs:range :Characteristic ;
                             rdfs:label "StudyCohort-characteristics" ;
                             <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the StudyCohort and Characteristic classes which identifies the set of subject characteristics associated with the study cohort." ;
                             :modelName "characteristics" ;
                             :modelRepresentation "Relationship" ;
                             :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyCohort-extensionAttributes
:StudyCohort-extensionAttributes rdf:type owl:ObjectProperty ;
                                 rdfs:domain :StudyCohort ;
                                 rdfs:range :ExtensionAttribute ;
                                 rdfs:label "StudyCohort-extensionAttributes" ;
                                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyCohort-indicationIds
:StudyCohort-indicationIds rdf:type owl:ObjectProperty ;
                           rdfs:domain :StudyCohort ;
                           rdfs:range :Indication ;
                           rdfs:label "StudyCohort-indicationIds" ;
                           <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the StudyCohort and Indication classes which identifies the set of indications associated with the study cohort." ;
                           :modelName "indications" ;
                           :modelRepresentation "Relationship" ;
                           :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/StudyDefinitionDocument-childIds
:StudyDefinitionDocument-childIds rdf:type owl:ObjectProperty ;
                                  rdfs:domain :StudyDefinitionDocument ;
                                  rdfs:range :StudyDefinitionDocument ;
                                  rdfs:label "StudyDefinitionDocument-childIds" ;
                                  <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship within the StudyDefinitionDocument class which identifies the set of child documents of a study definition document." ;
                                  :modelName "children" ;
                                  :modelRepresentation "Relationship" ;
                                  :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/StudyDefinitionDocument-extensionAttributes
:StudyDefinitionDocument-extensionAttributes rdf:type owl:ObjectProperty ;
                                             rdfs:domain :StudyDefinitionDocument ;
                                             rdfs:range :ExtensionAttribute ;
                                             rdfs:label "StudyDefinitionDocument-extensionAttributes" ;
                                             :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDefinitionDocument-language
:StudyDefinitionDocument-language rdf:type owl:ObjectProperty ;
                                  rdfs:domain :StudyDefinitionDocument ;
                                  rdfs:range :Code ;
                                  rdfs:label "StudyDefinitionDocument-language" ;
                                  <http://www.w3.org/2004/02/skos/core#definition> "The language in which the study definition document is written." ;
                                  <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215563> ,
                                                                                   <http://purl.obolibrary.org/obo/NCIT_C215563> ;
                                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Definition Document Language" ;
                                  :boundCodelistNote "Y (Point out to ISO 639 language value list)" ;
                                  :modelName "language" ;
                                  :modelRepresentation "Attribute" ;
                                  :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDefinitionDocument-notes
:StudyDefinitionDocument-notes rdf:type owl:ObjectProperty ;
                               rdfs:domain :StudyDefinitionDocument ;
                               rdfs:range :CommentAnnotation ;
                               rdfs:label "StudyDefinitionDocument-notes" ;
                               <http://www.w3.org/2004/02/skos/core#definition> "A brief written record relevant to the study definition document." ;
                               <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215565> ,
                                                                                <http://purl.obolibrary.org/obo/NCIT_C215565> ;
                               <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Definition Document Notes" ;
                               :modelName "notes" ;
                               :modelRepresentation "Attribute" ;
                               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDefinitionDocument-type
:StudyDefinitionDocument-type rdf:type owl:ObjectProperty ;
                              rdfs:domain :StudyDefinitionDocument ;
                              rdfs:range :Code ;
                              rdfs:label "StudyDefinitionDocument-type" ;
                              <http://www.w3.org/2004/02/skos/core#definition> "A characterization or classification of the study definition document." ;
                              <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215564> ,
                                                                               <http://purl.obolibrary.org/obo/NCIT_C215564> ;
                              <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Definition Document Type" ;
                              :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215477> ,
                                             <http://purl.obolibrary.org/obo/NCIT_C215477> ;
                              :boundCodelistNote "Y (C215477)" ;
                              :modelName "type" ;
                              :modelRepresentation "Attribute" ;
                              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDefinitionDocument-versions
:StudyDefinitionDocument-versions rdf:type owl:ObjectProperty ;
                                  rdfs:domain :StudyDefinitionDocument ;
                                  rdfs:range :StudyDefinitionDocumentVersion ;
                                  rdfs:label "StudyDefinitionDocument-versions" ;
                                  <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the StudyDefinitionDocument and StudyDefinitionDocumentVersion classes which identifies the set of versions associated with the study definition document." ;
                                  :modelName "versions" ;
                                  :modelRepresentation "Relationship" ;
                                  :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDefinitionDocumentVersion-contents
:StudyDefinitionDocumentVersion-contents rdf:type owl:ObjectProperty ;
                                         rdfs:domain :StudyDefinitionDocumentVersion ;
                                         rdfs:range :NarrativeContent ;
                                         rdfs:label "StudyDefinitionDocumentVersion-contents" ;
                                         <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the StudyDefinitionDocumentVersion and NarrativeContent classes which identifies the set of narrative content associated with the version of the study definition document." ;
                                         :modelName "contents" ;
                                         :modelRepresentation "Relationship" ;
                                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDefinitionDocumentVersion-dateValues
:StudyDefinitionDocumentVersion-dateValues rdf:type owl:ObjectProperty ;
                                           rdfs:domain :StudyDefinitionDocumentVersion ;
                                           rdfs:range :GovernanceDate ;
                                           rdfs:label "StudyDefinitionDocumentVersion-dateValues" ;
                                           <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the StudyDefinitionDocumentVersion and GovernanceDate classes which provides the set of governance dates associated with the study definition document version." ;
                                           :modelName "dateValues" ;
                                           :modelRepresentation "Relationship" ;
                                           :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDefinitionDocumentVersion-extensionAttributes
:StudyDefinitionDocumentVersion-extensionAttributes rdf:type owl:ObjectProperty ;
                                                    rdfs:domain :StudyDefinitionDocumentVersion ;
                                                    rdfs:range :ExtensionAttribute ;
                                                    rdfs:label "StudyDefinitionDocumentVersion-extensionAttributes" ;
                                                    :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDefinitionDocumentVersion-notes
:StudyDefinitionDocumentVersion-notes rdf:type owl:ObjectProperty ;
                                      rdfs:domain :StudyDefinitionDocumentVersion ;
                                      rdfs:range :CommentAnnotation ;
                                      rdfs:label "StudyDefinitionDocumentVersion-notes" ;
                                      <http://www.w3.org/2004/02/skos/core#definition> "A brief written record relevant to the study definition document version." ;
                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215568> ,
                                                                                       <http://purl.obolibrary.org/obo/NCIT_C215568> ;
                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Definition Document Version Notes" ;
                                      :modelName "notes" ;
                                      :modelRepresentation "Attribute" ;
                                      :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDefinitionDocumentVersion-status
:StudyDefinitionDocumentVersion-status rdf:type owl:ObjectProperty ;
                                       rdfs:domain :StudyDefinitionDocumentVersion ;
                                       rdfs:range :Code ;
                                       rdfs:label "StudyDefinitionDocumentVersion-status" ;
                                       <http://www.w3.org/2004/02/skos/core#definition> "A condition of the study definition document at a point in time with respect to its state of readiness for implementation." ;
                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215567> ,
                                                                                        <http://purl.obolibrary.org/obo/NCIT_C215567> ;
                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Definition Document Status" ;
                                       :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C188723> ,
                                                      <http://purl.obolibrary.org/obo/NCIT_C188723> ;
                                       :boundCodelistNote "Y (C188723)" ;
                                       :modelName "status" ;
                                       :modelRepresentation "Attribute" ;
                                       :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDesign-activities
:StudyDesign-activities rdf:type owl:ObjectProperty ;
                        rdfs:domain :StudyDesign ;
                        rdfs:range :Activity ;
                        rdfs:label "StudyDesign-activities" ;
                        <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the InterventionalStudyDesign and Activity classes which identifies the set of activities associated with the interventional study design." ;
                        :modelName "activities" ;
                        :modelRepresentation "Relationship" ;
                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDesign-analysisPopulations
:StudyDesign-analysisPopulations rdf:type owl:ObjectProperty ;
                                 rdfs:domain :StudyDesign ;
                                 rdfs:range :AnalysisPopulation ;
                                 rdfs:label "StudyDesign-analysisPopulations" ;
                                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDesign-arms
:StudyDesign-arms rdf:type owl:ObjectProperty ;
                  rdfs:domain :StudyDesign ;
                  rdfs:range :StudyArm ;
                  rdfs:label "StudyDesign-arms" ;
                  <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the InterventionalStudyDesign and StudyArm classes which identifies the set of study arms associated with the interventional study design." ;
                  :modelName "arms" ;
                  :modelRepresentation "Relationship" ;
                  :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDesign-biospecimenRetentions
:StudyDesign-biospecimenRetentions rdf:type owl:ObjectProperty ;
                                   rdfs:domain :StudyDesign ;
                                   rdfs:range :BiospecimenRetention ;
                                   rdfs:label "StudyDesign-biospecimenRetentions" ;
                                   <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the InterventionalStudyDesign and BiospecimenRetention classes which identifies the status of biospecimen retentions related to the interventional study design." ;
                                   :modelName "biospecimenRetentions" ;
                                   :modelRepresentation "Relationship" ;
                                   :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDesign-characteristics
:StudyDesign-characteristics rdf:type owl:ObjectProperty ;
                             rdfs:domain :StudyDesign ;
                             rdfs:range :Code ;
                             rdfs:label "StudyDesign-characteristics" ;
                             <http://www.w3.org/2004/02/skos/core#definition> "The distinguishing qualities or prominent aspects of an interventional study design." ;
                             <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215632> ,
                                                                              <http://purl.obolibrary.org/obo/NCIT_C215632> ;
                             <http://www.w3.org/2004/02/skos/core#prefLabel> "Interventional Study Design Characteristics" ;
                             :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207416> ,
                                            <http://purl.obolibrary.org/obo/NCIT_C207416> ;
                             :boundCodelistNote "Y (C207416)" ;
                             :modelName "characteristics" ;
                             :modelRepresentation "Attribute" ;
                             :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDesign-documentVersionIds
:StudyDesign-documentVersionIds rdf:type owl:ObjectProperty ;
                                rdfs:domain :StudyDesign ;
                                rdfs:range :StudyDefinitionDocumentVersion ;
                                rdfs:label "StudyDesign-documentVersionIds" ;
                                <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the InterventionalStudyDesign and StudyDefinitionDocumentVersion classes which identifies the version of the study definition documents associated with the interventional study design." ;
                                :modelName "documentVersions" ;
                                :modelRepresentation "Relationship" ;
                                :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/StudyDesign-elements
:StudyDesign-elements rdf:type owl:ObjectProperty ;
                      rdfs:domain :StudyDesign ;
                      rdfs:range :StudyElement ;
                      rdfs:label "StudyDesign-elements" ;
                      <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the InterventionalStudyDesign and StudyElement classes which identifies the set of study elements associated with the interventional study design." ;
                      :modelName "elements" ;
                      :modelRepresentation "Relationship" ;
                      :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDesign-eligibilityCriteria
:StudyDesign-eligibilityCriteria rdf:type owl:ObjectProperty ;
                                 rdfs:domain :StudyDesign ;
                                 rdfs:range :EligibilityCriterion ;
                                 rdfs:label "StudyDesign-eligibilityCriteria" ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the InterventionalStudyDesign and EligibilityCriterion classes which identifies the set of eligibility criterion associated with the interventional study design." ;
                                 :modelName "eligibilityCriteria" ;
                                 :modelRepresentation "Relationship" ;
                                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDesign-encounters
:StudyDesign-encounters rdf:type owl:ObjectProperty ;
                        rdfs:domain :StudyDesign ;
                        rdfs:range :Encounter ;
                        rdfs:label "StudyDesign-encounters" ;
                        <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the InterventionalStudyDesign and Encounter classes which identifies the set of encounters associated with the interventional study design." ;
                        :modelName "encounters" ;
                        :modelRepresentation "Relationship" ;
                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDesign-epochs
:StudyDesign-epochs rdf:type owl:ObjectProperty ;
                    rdfs:domain :StudyDesign ;
                    rdfs:range :StudyEpoch ;
                    rdfs:label "StudyDesign-epochs" ;
                    <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the InterventionalStudyDesign and StudyEpoch classes which identifies the set of study epochs associated with the interventional study design." ;
                    :modelName "epochs" ;
                    :modelRepresentation "Relationship" ;
                    :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDesign-estimands
:StudyDesign-estimands rdf:type owl:ObjectProperty ;
                       rdfs:domain :StudyDesign ;
                       rdfs:range :Estimand ;
                       rdfs:label "StudyDesign-estimands" ;
                       <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the InterventionalStudyDesign and Estimand classes which identifies the set of estimands associated with the interventional study design." ;
                       :modelName "estimands" ;
                       :modelRepresentation "Relationship" ;
                       :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDesign-indications
:StudyDesign-indications rdf:type owl:ObjectProperty ;
                         rdfs:domain :StudyDesign ;
                         rdfs:range :Indication ;
                         rdfs:label "StudyDesign-indications" ;
                         <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the InterventionalStudyDesign and Indication classes which identifies the set of indications associated with the interventional study design." ;
                         :modelName "indications" ;
                         :modelRepresentation "Relationship" ;
                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDesign-notes
:StudyDesign-notes rdf:type owl:ObjectProperty ;
                   rdfs:domain :StudyDesign ;
                   rdfs:range :CommentAnnotation ;
                   rdfs:label "StudyDesign-notes" ;
                   <http://www.w3.org/2004/02/skos/core#definition> "A brief written record relevant to the interventional study design." ;
                   <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215634> ,
                                                                    <http://purl.obolibrary.org/obo/NCIT_C215634> ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Interventional Study Design Notes" ;
                   :modelName "notes" ;
                   :modelRepresentation "Attribute" ;
                   :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDesign-objectives
:StudyDesign-objectives rdf:type owl:ObjectProperty ;
                        rdfs:domain :StudyDesign ;
                        rdfs:range :Objective ;
                        rdfs:label "StudyDesign-objectives" ;
                        <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the InterventionalStudyDesign and Objective classes which identifies the set of objectives associated with the interventional study design." ;
                        :modelName "objectives" ;
                        :modelRepresentation "Relationship" ;
                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDesign-population
:StudyDesign-population rdf:type owl:ObjectProperty ;
                        rdfs:domain :StudyDesign ;
                        rdfs:range :StudyDesignPopulation ;
                        rdfs:label "StudyDesign-population" ;
                        <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the InterventionalStudyDesign and StudyDesignPopulation classes which identifies the population associated with the interventional study design." ;
                        :modelName "population" ;
                        :modelRepresentation "Relationship" ;
                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDesign-scheduleTimelines
:StudyDesign-scheduleTimelines rdf:type owl:ObjectProperty ;
                               rdfs:domain :StudyDesign ;
                               rdfs:range :ScheduleTimeline ;
                               rdfs:label "StudyDesign-scheduleTimelines" ;
                               <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the InterventionalStudyDesign and ScheduleTimeline classes which identifies the set of scheduled timelines associated with the interventional study design." ;
                               :modelName "scheduleTimelines" ;
                               :modelRepresentation "Relationship" ;
                               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDesign-studyCells
:StudyDesign-studyCells rdf:type owl:ObjectProperty ;
                        rdfs:domain :StudyDesign ;
                        rdfs:range :StudyCell ;
                        rdfs:label "StudyDesign-studyCells" ;
                        <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the InterventionalStudyDesign and StudyCell classes which identifies the set of study cells associated with the interventional study design. " ;
                        :modelName "studyCells" ;
                        :modelRepresentation "Relationship" ;
                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDesign-studyInterventionIds
:StudyDesign-studyInterventionIds rdf:type owl:ObjectProperty ;
                                  rdfs:domain :StudyDesign ;
                                  rdfs:range :StudyIntervention ;
                                  rdfs:label "StudyDesign-studyInterventionIds" ;
                                  <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the InterventionalStudyDesign and StudyIntervention classes which identifies the set of study interventions associated with interventional study design." ;
                                  :modelName "studyInterventions" ;
                                  :modelRepresentation "Relationship" ;
                                  :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/StudyDesign-studyPhase
:StudyDesign-studyPhase rdf:type owl:ObjectProperty ;
                        rdfs:domain :StudyDesign ;
                        rdfs:range :AliasCode ;
                        rdfs:label "StudyDesign-studyPhase" ;
                        <http://www.w3.org/2004/02/skos/core#definition> "The study phase associated with the interventional study design." ;
                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215630> ,
                                                                         <http://purl.obolibrary.org/obo/NCIT_C215630> ;
                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Interventional Study Design Study Phase" ;
                        :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C66737> ,
                                       <http://purl.obolibrary.org/obo/NCIT_C66737> ;
                        :boundCodelistNote "Y (SDTM Terminology Codelist C66737)" ;
                        :modelName "studyPhase" ;
                        :modelRepresentation "Attribute" ;
                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDesign-studyType
:StudyDesign-studyType rdf:type owl:ObjectProperty ;
                       rdfs:domain :StudyDesign ;
                       rdfs:range :Code ;
                       rdfs:label "StudyDesign-studyType" ;
                       <http://www.w3.org/2004/02/skos/core#definition> "The study type associated with the interventional study design." ;
                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215631> ,
                                                                        <http://purl.obolibrary.org/obo/NCIT_C215631> ;
                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Interventional Study Design Study Type" ;
                       :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C99077> ,
                                      <http://purl.obolibrary.org/obo/NCIT_C99077> ;
                       :boundCodelistNote "Y (SDTM Terminology Codelist C99077)" ;
                       :modelName "studyType" ;
                       :modelRepresentation "Attribute" ;
                       :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDesign-therapeuticAreas
:StudyDesign-therapeuticAreas rdf:type owl:ObjectProperty ;
                              rdfs:domain :StudyDesign ;
                              rdfs:range :Code ;
                              rdfs:label "StudyDesign-therapeuticAreas" ;
                              <http://www.w3.org/2004/02/skos/core#definition> "A categorization of a disease, disorder, or other condition based on common characteristics and often associated with a medical specialty focusing on research and development of specific therapeutic interventions for the purpose of treatment and prevention, which is associated with the interventional study design." ;
                              <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215633> ,
                                                                               <http://purl.obolibrary.org/obo/NCIT_C215633> ;
                              <http://www.w3.org/2004/02/skos/core#prefLabel> "Interventional Study Design Therapeutic Areas" ;
                              :boundCodelistNote "Y (Point out to external dictionaries)" ;
                              :modelName "therapeuticAreas" ;
                              :modelRepresentation "Attribute" ;
                              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDesignPopulation-cohorts
:StudyDesignPopulation-cohorts rdf:type owl:ObjectProperty ;
                               rdfs:domain :StudyDesignPopulation ;
                               rdfs:range :StudyCohort ;
                               rdfs:label "StudyDesignPopulation-cohorts" ;
                               <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the StudyDesignPopulation and StudyCohort classes which identifies the set of study cohorts associated with the study design population." ;
                               :modelName "cohorts" ;
                               :modelRepresentation "Relationship" ;
                               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDesignPopulation-extensionAttributes
:StudyDesignPopulation-extensionAttributes rdf:type owl:ObjectProperty ;
                                           rdfs:domain :StudyDesignPopulation ;
                                           rdfs:range :ExtensionAttribute ;
                                           rdfs:label "StudyDesignPopulation-extensionAttributes" ;
                                           :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyElement-extensionAttributes
:StudyElement-extensionAttributes rdf:type owl:ObjectProperty ;
                                  rdfs:domain :StudyElement ;
                                  rdfs:range :ExtensionAttribute ;
                                  rdfs:label "StudyElement-extensionAttributes" ;
                                  :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyElement-notes
:StudyElement-notes rdf:type owl:ObjectProperty ;
                    rdfs:domain :StudyElement ;
                    rdfs:range :CommentAnnotation ;
                    rdfs:label "StudyElement-notes" ;
                    <http://www.w3.org/2004/02/skos/core#definition> "A brief written record relevant to the study element." ;
                    <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215517> ,
                                                                     <http://purl.obolibrary.org/obo/NCIT_C215517> ;
                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Element Notes" ;
                    :modelName "notes" ;
                    :modelRepresentation "Attribute" ;
                    :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyElement-studyInterventionIds
:StudyElement-studyInterventionIds rdf:type owl:ObjectProperty ;
                                   rdfs:domain :StudyElement ;
                                   rdfs:range :StudyIntervention ;
                                   rdfs:label "StudyElement-studyInterventionIds" ;
                                   <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the StudyElement and StudyIntervention classes which identifies the set of study interventions associated with the study element." ;
                                   :modelName "studyInterventions" ;
                                   :modelRepresentation "Relationship" ;
                                   :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/StudyElement-transitionEndRule
:StudyElement-transitionEndRule rdf:type owl:ObjectProperty ;
                                rdfs:domain :StudyElement ;
                                rdfs:range :TransitionRule ;
                                rdfs:label "StudyElement-transitionEndRule" ;
                                <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the StudyElement and TransitionRule classes which provides the details associated with a transition rule used to trigger the end of a study element." ;
                                :modelName "transitionEndRule" ;
                                :modelRepresentation "Relationship" ;
                                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyElement-transitionStartRule
:StudyElement-transitionStartRule rdf:type owl:ObjectProperty ;
                                  rdfs:domain :StudyElement ;
                                  rdfs:range :TransitionRule ;
                                  rdfs:label "StudyElement-transitionStartRule" ;
                                  <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the StudyElement and TransitionRule classes which provides the details associated with a transition rule used to trigger the start of a study element." ;
                                  :modelName "transitionStartRule" ;
                                  :modelRepresentation "Relationship" ;
                                  :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyEpoch-extensionAttributes
:StudyEpoch-extensionAttributes rdf:type owl:ObjectProperty ;
                                rdfs:domain :StudyEpoch ;
                                rdfs:range :ExtensionAttribute ;
                                rdfs:label "StudyEpoch-extensionAttributes" ;
                                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyEpoch-nextId
:StudyEpoch-nextId rdf:type owl:ObjectProperty ;
                   rdfs:domain :StudyEpoch ;
                   rdfs:range :StudyEpoch ;
                   rdfs:label "StudyEpoch-nextId" ;
                   <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship within the StudyEpoch class which identifies the study epoch that chronologically follows the current study epoch." ;
                   :modelName "next" ;
                   :modelRepresentation "Relationship" ;
                   :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/StudyEpoch-notes
:StudyEpoch-notes rdf:type owl:ObjectProperty ;
                  rdfs:domain :StudyEpoch ;
                  rdfs:range :CommentAnnotation ;
                  rdfs:label "StudyEpoch-notes" ;
                  <http://www.w3.org/2004/02/skos/core#definition> "A brief written record relevant to the study epoch." ;
                  <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215516> ,
                                                                   <http://purl.obolibrary.org/obo/NCIT_C215516> ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Epoch Notes" ;
                  :modelName "notes" ;
                  :modelRepresentation "Attribute" ;
                  :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyEpoch-previousId
:StudyEpoch-previousId rdf:type owl:ObjectProperty ;
                       rdfs:domain :StudyEpoch ;
                       rdfs:range :StudyEpoch ;
                       rdfs:label "StudyEpoch-previousId" ;
                       <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship within the StudyEpoch class which identifies the study epoch that chronologically precedes the current study epoch." ;
                       :modelName "previous" ;
                       :modelRepresentation "Relationship" ;
                       :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/StudyEpoch-type
:StudyEpoch-type rdf:type owl:ObjectProperty ;
                 rdfs:domain :StudyEpoch ;
                 rdfs:range :Code ;
                 rdfs:label "StudyEpoch-type" ;
                 <http://www.w3.org/2004/02/skos/core#definition> "A characterization or classification of the study epoch, i.e., the named time period defined in the protocol, wherein a study activity is specified and unchanging throughout the interval, to support a study-specific purpose." ;
                 <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C188830> ,
                                                                  <http://purl.obolibrary.org/obo/NCIT_C188830> ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Epoch Type" ;
                 :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C99079> ,
                                <http://purl.obolibrary.org/obo/NCIT_C99079> ;
                 :boundCodelistNote "Y (SDTM Terminology Codelist C99079)" ;
                 :modelName "type" ;
                 :modelRepresentation "Attribute" ;
                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyIdentifier-extensionAttributes
:StudyIdentifier-extensionAttributes rdf:type owl:ObjectProperty ;
                                     rdfs:domain :StudyIdentifier ;
                                     rdfs:range :ExtensionAttribute ;
                                     rdfs:label "StudyIdentifier-extensionAttributes" ;
                                     :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyIntervention-administrations
:StudyIntervention-administrations rdf:type owl:ObjectProperty ;
                                   rdfs:domain :StudyIntervention ;
                                   rdfs:range :Administration ;
                                   rdfs:label "StudyIntervention-administrations" ;
                                   <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the StudyIntervention and AgentAdministration classes which identifies the set of agent administrations associated with the study intervention." ;
                                   :modelName "administrations" ;
                                   :modelRepresentation "Relationship" ;
                                   :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyIntervention-codes
:StudyIntervention-codes rdf:type owl:ObjectProperty ;
                         rdfs:domain :StudyIntervention ;
                         rdfs:range :Code ;
                         rdfs:label "StudyIntervention-codes" ;
                         <http://www.w3.org/2004/02/skos/core#definition> "A symbol or combination of symbols which is assigned to the study intervention." ;
                         <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207648> ,
                                                                          <http://purl.obolibrary.org/obo/NCIT_C207648> ;
                         <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Intervention Code" ;
                         :boundCodelistNote "Y (Point out to multiple Biomedical coding dictionaries such as WHODrug, ATC, UNII, etc.)" ;
                         :modelName "codes" ;
                         :modelRepresentation "Attribute" ;
                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyIntervention-extensionAttributes
:StudyIntervention-extensionAttributes rdf:type owl:ObjectProperty ;
                                       rdfs:domain :StudyIntervention ;
                                       rdfs:range :ExtensionAttribute ;
                                       rdfs:label "StudyIntervention-extensionAttributes" ;
                                       :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyIntervention-minimumResponseDuration
:StudyIntervention-minimumResponseDuration rdf:type owl:ObjectProperty ;
                                           rdfs:domain :StudyIntervention ;
                                           rdfs:range :Quantity ;
                                           rdfs:label "StudyIntervention-minimumResponseDuration" ;
                                           <http://www.w3.org/2004/02/skos/core#definition> "The value representing the minimum amount of time required to meet the criteria for response to study intervention." ;
                                           <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207557> ,
                                                                                            <http://purl.obolibrary.org/obo/NCIT_C207557> ;
                                           <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Intervention Minimum Response Duration" ;
                                           :modelName "minimumResponseDuration" ;
                                           :modelRepresentation "Attribute" ;
                                           :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyIntervention-notes
:StudyIntervention-notes rdf:type owl:ObjectProperty ;
                         rdfs:domain :StudyIntervention ;
                         rdfs:range :CommentAnnotation ;
                         rdfs:label "StudyIntervention-notes" ;
                         <http://www.w3.org/2004/02/skos/core#definition> "A brief written record relevant to the study intervention." ;
                         <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215543> ,
                                                                          <http://purl.obolibrary.org/obo/NCIT_C215543> ;
                         <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Intervention Notes" ;
                         :modelName "notes" ;
                         :modelRepresentation "Attribute" ;
                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyIntervention-role
:StudyIntervention-role rdf:type owl:ObjectProperty ;
                        rdfs:domain :StudyIntervention ;
                        rdfs:range :Code ;
                        rdfs:label "StudyIntervention-role" ;
                        <http://www.w3.org/2004/02/skos/core#definition> "The intended use of the trial intervention within the context of the study design." ;
                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207560> ,
                                                                         <http://purl.obolibrary.org/obo/NCIT_C207560> ;
                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Intervention Role" ;
                        :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207417> ,
                                       <http://purl.obolibrary.org/obo/NCIT_C207417> ;
                        :boundCodelistNote "Y (C207417)" ;
                        :modelName "role" ;
                        :modelRepresentation "Attribute" ;
                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyIntervention-type
:StudyIntervention-type rdf:type owl:ObjectProperty ;
                        rdfs:domain :StudyIntervention ;
                        rdfs:range :Code ;
                        rdfs:label "StudyIntervention-type" ;
                        <http://www.w3.org/2004/02/skos/core#definition> "The kind of product or procedure studied in a trial." ;
                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C98747> ,
                                                                         <http://purl.obolibrary.org/obo/NCIT_C98747> ;
                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Intervention Type" ;
                        :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C99078> ,
                                       <http://purl.obolibrary.org/obo/NCIT_C99078> ;
                        :boundCodelistNote "Y (SDTM Terminology Codelist C99078)" ;
                        :modelName "type" ;
                        :modelRepresentation "Attribute" ;
                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyRole-appliesToIds
:StudyRole-appliesToIds rdf:type owl:ObjectProperty ;
                        rdfs:domain :StudyRole ;
                        rdfs:range [ rdf:type owl:Class ;
                                     owl:unionOf ( :StudyDesign
                                                   :StudyVersion
                                                 )
                                   ] ;
                        rdfs:label "StudyRole-appliesToIds" ;
                        <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the StudyRole and either StudyVersion or StudyDesign classes that identifies the study version or study design to which the study role applies." ;
                        :modelName "appliesTo" ;
                        :modelRepresentation "Relationship" ;
                        :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/StudyRole-assignedPersons
:StudyRole-assignedPersons rdf:type owl:ObjectProperty ;
                           rdfs:domain :StudyRole ;
                           rdfs:range :AssignedPerson ;
                           rdfs:label "StudyRole-assignedPersons" ;
                           <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the StudyRole and AssignedPerson classes that identifies the set of individuals that are assigned to fill a particular role within the study." ;
                           :modelName "assignedPersons" ;
                           :modelRepresentation "Relationship" ;
                           :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyRole-code
:StudyRole-code rdf:type owl:ObjectProperty ;
                rdfs:domain :StudyRole ;
                rdfs:range :Code ;
                rdfs:label "StudyRole-code" ;
                <http://www.w3.org/2004/02/skos/core#definition> "A symbol or combination of symbols which is assigned to the study role." ;
                <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215603> ,
                                                                 <http://purl.obolibrary.org/obo/NCIT_C215603> ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Role Code" ;
                :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215480> ,
                               <http://purl.obolibrary.org/obo/NCIT_C215480> ;
                :boundCodelistNote "Y (C215480)" ;
                :modelName "code" ;
                :modelRepresentation "Attribute" ;
                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyRole-extensionAttributes
:StudyRole-extensionAttributes rdf:type owl:ObjectProperty ;
                               rdfs:domain :StudyRole ;
                               rdfs:range :ExtensionAttribute ;
                               rdfs:label "StudyRole-extensionAttributes" ;
                               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyRole-masking
:StudyRole-masking rdf:type owl:ObjectProperty ;
                   rdfs:domain :StudyRole ;
                   rdfs:range :Masking ;
                   rdfs:label "StudyRole-masking" ;
                   <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the StudyRole and Masking classes which describes the masking associated with the study role." ;
                   :modelName "masking" ;
                   :modelRepresentation "Relationship" ;
                   :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyRole-notes
:StudyRole-notes rdf:type owl:ObjectProperty ;
                 rdfs:domain :StudyRole ;
                 rdfs:range :CommentAnnotation ;
                 rdfs:label "StudyRole-notes" ;
                 <http://www.w3.org/2004/02/skos/core#definition> "A brief written record relevant to the study role." ;
                 <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C216994> ,
                                                                  <http://purl.obolibrary.org/obo/NCIT_C216994> ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Role Notes" ;
                 :modelName "notes" ;
                 :modelRepresentation "Attribute" ;
                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyRole-organizationIds
:StudyRole-organizationIds rdf:type owl:ObjectProperty ;
                           rdfs:domain :StudyRole ;
                           rdfs:range :Organization ;
                           rdfs:label "StudyRole-organizationIds" ;
                           <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the StudyRole and Organization classes which identifies the set of organizations associated with the study role." ;
                           :modelName "organizations" ;
                           :modelRepresentation "Relationship" ;
                           :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/StudySite-country
:StudySite-country rdf:type owl:ObjectProperty ;
                   rdfs:domain :StudySite ;
                   rdfs:range :Code ;
                   rdfs:label "StudySite-country" ;
                   <http://www.w3.org/2004/02/skos/core#definition> "The country in which the study site is located." ;
                   <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C170990> ,
                                                                    <http://purl.obolibrary.org/obo/NCIT_C170990> ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Country of Study Site" ;
                   :boundCodelistNote "Y (Point out to ISO 3166-1 Alpha-3 Country code)" ;
                   :modelName "country" ;
                   :modelRepresentation "Attribute" ;
                   :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudySite-extensionAttributes
:StudySite-extensionAttributes rdf:type owl:ObjectProperty ;
                               rdfs:domain :StudySite ;
                               rdfs:range :ExtensionAttribute ;
                               rdfs:label "StudySite-extensionAttributes" ;
                               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyTitle-extensionAttributes
:StudyTitle-extensionAttributes rdf:type owl:ObjectProperty ;
                                rdfs:domain :StudyTitle ;
                                rdfs:range :ExtensionAttribute ;
                                rdfs:label "StudyTitle-extensionAttributes" ;
                                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyTitle-type
:StudyTitle-type rdf:type owl:ObjectProperty ;
                 rdfs:domain :StudyTitle ;
                 rdfs:range :Code ;
                 rdfs:label "StudyTitle-type" ;
                 <http://www.w3.org/2004/02/skos/core#definition> "A characterization or classification of the study title." ;
                 <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207568> ,
                                                                  <http://purl.obolibrary.org/obo/NCIT_C207568> ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Title Type" ;
                 :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207419> ,
                                <http://purl.obolibrary.org/obo/NCIT_C207419> ;
                 :boundCodelistNote "Y (C207419)" ;
                 :modelName "type" ;
                 :modelRepresentation "Attribute" ;
                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyVersion-abbreviations
:StudyVersion-abbreviations rdf:type owl:ObjectProperty ;
                            rdfs:domain :StudyVersion ;
                            rdfs:range :Abbreviation ;
                            rdfs:label "StudyVersion-abbreviations" ;
                            <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the StudyVersion and Abbreviation classes which provides the set of abbreviations associated with the study version." ;
                            :modelName "abbreviations" ;
                            :modelRepresentation "Relationship" ;
                            :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyVersion-administrableProducts
:StudyVersion-administrableProducts rdf:type owl:ObjectProperty ;
                                    rdfs:domain :StudyVersion ;
                                    rdfs:range :AdministrableProduct ;
                                    rdfs:label "StudyVersion-administrableProducts" ;
                                    :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyVersion-amendments
:StudyVersion-amendments rdf:type owl:ObjectProperty ;
                         rdfs:domain :StudyVersion ;
                         rdfs:range :StudyAmendment ;
                         rdfs:label "StudyVersion-amendments" ;
                         <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the StudyVersion and StudyAmendment classes which identifies the set of study amendments associated with the study version." ;
                         :modelName "amendments" ;
                         :modelRepresentation "Relationship" ;
                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyVersion-bcCategories
:StudyVersion-bcCategories rdf:type owl:ObjectProperty ;
                           rdfs:domain :StudyVersion ;
                           rdfs:range :BiomedicalConceptCategory ;
                           rdfs:label "StudyVersion-bcCategories" ;
                           :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyVersion-bcSurrogates
:StudyVersion-bcSurrogates rdf:type owl:ObjectProperty ;
                           rdfs:domain :StudyVersion ;
                           rdfs:range :BiomedicalConceptSurrogate ;
                           rdfs:label "StudyVersion-bcSurrogates" ;
                           :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyVersion-biomedicalConcepts
:StudyVersion-biomedicalConcepts rdf:type owl:ObjectProperty ;
                                 rdfs:domain :StudyVersion ;
                                 rdfs:range :BiomedicalConcept ;
                                 rdfs:label "StudyVersion-biomedicalConcepts" ;
                                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyVersion-businessTherapeuticAreas
:StudyVersion-businessTherapeuticAreas rdf:type owl:ObjectProperty ;
                                       rdfs:domain :StudyVersion ;
                                       rdfs:range :Code ;
                                       rdfs:label "StudyVersion-businessTherapeuticAreas" ;
                                       <http://www.w3.org/2004/02/skos/core#definition> "A therapeutic area classification based on the structure and operations of the business unit." ;
                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C201322> ,
                                                                                        <http://purl.obolibrary.org/obo/NCIT_C201322> ;
                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Business Therapeutic Areas" ;
                                       :boundCodelistNote "Y (Point out to external dictionaries)" ;
                                       :modelName "businessTherapeuticAreas" ;
                                       :modelRepresentation "Attribute" ;
                                       :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyVersion-conditions
:StudyVersion-conditions rdf:type owl:ObjectProperty ;
                         rdfs:domain :StudyVersion ;
                         rdfs:range :Condition ;
                         rdfs:label "StudyVersion-conditions" ;
                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyVersion-dateValues
:StudyVersion-dateValues rdf:type owl:ObjectProperty ;
                         rdfs:domain :StudyVersion ;
                         rdfs:range :GovernanceDate ;
                         rdfs:label "StudyVersion-dateValues" ;
                         <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the StudyVersion and GovernanceDate classes which provides the set of governance dates associated with the study version." ;
                         :modelName "dateValues" ;
                         :modelRepresentation "Relationship" ;
                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyVersion-dictionaries
:StudyVersion-dictionaries rdf:type owl:ObjectProperty ;
                           rdfs:domain :StudyVersion ;
                           rdfs:range :SyntaxTemplateDictionary ;
                           rdfs:label "StudyVersion-dictionaries" ;
                           :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyVersion-documentVersionIds
:StudyVersion-documentVersionIds rdf:type owl:ObjectProperty ;
                                 rdfs:domain :StudyVersion ;
                                 rdfs:range :StudyDefinitionDocumentVersion ;
                                 rdfs:label "StudyVersion-documentVersionIds" ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the StudyVersion and StudyDefinitionDocumentVersion classes which identifies the version of the study definition document associated with the study version." ;
                                 :modelName "documentVersions" ;
                                 :modelRepresentation "Relationship" ;
                                 :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/StudyVersion-eligibilityCriterionItems
:StudyVersion-eligibilityCriterionItems rdf:type owl:ObjectProperty ;
                                        rdfs:domain :StudyVersion ;
                                        rdfs:range :EligibilityCriterionItem ;
                                        rdfs:label "StudyVersion-eligibilityCriterionItems" ;
                                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyVersion-extensionAttributes
:StudyVersion-extensionAttributes rdf:type owl:ObjectProperty ;
                                  rdfs:domain :StudyVersion ;
                                  rdfs:range :ExtensionAttribute ;
                                  rdfs:label "StudyVersion-extensionAttributes" ;
                                  :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyVersion-medicalDevices
:StudyVersion-medicalDevices rdf:type owl:ObjectProperty ;
                             rdfs:domain :StudyVersion ;
                             rdfs:range :MedicalDevice ;
                             rdfs:label "StudyVersion-medicalDevices" ;
                             :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyVersion-narrativeContentItems
:StudyVersion-narrativeContentItems rdf:type owl:ObjectProperty ;
                                    rdfs:domain :StudyVersion ;
                                    rdfs:range :NarrativeContentItem ;
                                    rdfs:label "StudyVersion-narrativeContentItems" ;
                                    :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyVersion-notes
:StudyVersion-notes rdf:type owl:ObjectProperty ;
                    rdfs:domain :StudyVersion ;
                    rdfs:range :CommentAnnotation ;
                    rdfs:label "StudyVersion-notes" ;
                    <http://www.w3.org/2004/02/skos/core#definition> "A brief written record relevant to the study version." ;
                    <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215539> ,
                                                                     <http://purl.obolibrary.org/obo/NCIT_C215539> ;
                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Version Notes" ;
                    :modelName "notes" ;
                    :modelRepresentation "Attribute" ;
                    :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyVersion-organizations
:StudyVersion-organizations rdf:type owl:ObjectProperty ;
                            rdfs:domain :StudyVersion ;
                            rdfs:range :Organization ;
                            rdfs:label "StudyVersion-organizations" ;
                            :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyVersion-productOrganizationRoles
:StudyVersion-productOrganizationRoles rdf:type owl:ObjectProperty ;
                                       rdfs:domain :StudyVersion ;
                                       rdfs:range :ProductOrganizationRole ;
                                       rdfs:label "StudyVersion-productOrganizationRoles" ;
                                       :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyVersion-referenceIdentifiers
:StudyVersion-referenceIdentifiers rdf:type owl:ObjectProperty ;
                                   rdfs:domain :StudyVersion ;
                                   rdfs:range :ReferenceIdentifier ;
                                   rdfs:label "StudyVersion-referenceIdentifiers" ;
                                   <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the StudyVersion and ReferenceIdentifier classes which identifies the set of reference identifiers associated with the study version." ;
                                   :modelName "referenceIdentifiers" ;
                                   :modelRepresentation "Relationship" ;
                                   :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyVersion-roles
:StudyVersion-roles rdf:type owl:ObjectProperty ;
                    rdfs:domain :StudyVersion ;
                    rdfs:range :StudyRole ;
                    rdfs:label "StudyVersion-roles" ;
                    :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyVersion-studyDesigns
:StudyVersion-studyDesigns rdf:type owl:ObjectProperty ;
                           rdfs:domain :StudyVersion ;
                           rdfs:range :StudyDesign ;
                           rdfs:label "StudyVersion-studyDesigns" ;
                           <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the StudyVersion and StudyDesign classes which identifies the set of study designs associated with the study version." ;
                           :modelName "studyDesigns" ;
                           :modelRepresentation "Relationship" ;
                           :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyVersion-studyIdentifiers
:StudyVersion-studyIdentifiers rdf:type owl:ObjectProperty ;
                               rdfs:domain :StudyVersion ;
                               rdfs:range :StudyIdentifier ;
                               rdfs:label "StudyVersion-studyIdentifiers" ;
                               <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the StudyVersion and StudyIdentifier classes which identifies the set of study identifiers associated with the study version." ;
                               :modelName "studyIdentifiers" ;
                               :modelRepresentation "Relationship" ;
                               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyVersion-studyInterventions
:StudyVersion-studyInterventions rdf:type owl:ObjectProperty ;
                                 rdfs:domain :StudyVersion ;
                                 rdfs:range :StudyIntervention ;
                                 rdfs:label "StudyVersion-studyInterventions" ;
                                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyVersion-titles
:StudyVersion-titles rdf:type owl:ObjectProperty ;
                     rdfs:domain :StudyVersion ;
                     rdfs:range :StudyTitle ;
                     rdfs:label "StudyVersion-titles" ;
                     <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the StudyVersion and StudyTitle classes which identifies the set of study titles associated with the study version." ;
                     :modelName "titles" ;
                     :modelRepresentation "Relationship" ;
                     :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/SubjectEnrollment-extensionAttributes
:SubjectEnrollment-extensionAttributes rdf:type owl:ObjectProperty ;
                                       rdfs:domain :SubjectEnrollment ;
                                       rdfs:range :ExtensionAttribute ;
                                       rdfs:label "SubjectEnrollment-extensionAttributes" ;
                                       :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/SubjectEnrollment-forGeographicScope
:SubjectEnrollment-forGeographicScope rdf:type owl:ObjectProperty ;
                                      rdfs:domain :SubjectEnrollment ;
                                      rdfs:range :GeographicScope ;
                                      rdfs:label "SubjectEnrollment-forGeographicScope" ;
                                      <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the SubjectEnrollment and GeographicScope classes which identifies the geographic scope to which the subject enrollment applies." ;
                                      :modelName "forGeographicScope" ;
                                      :modelRepresentation "Relationship" ;
                                      :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/SubjectEnrollment-forStudyCohortId
:SubjectEnrollment-forStudyCohortId rdf:type owl:ObjectProperty ;
                                    rdfs:domain :SubjectEnrollment ;
                                    rdfs:range :StudyCohort ;
                                    rdfs:label "SubjectEnrollment-forStudyCohortId" ;
                                    <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the SubjectEnrollment and StudyCohort classes which identifies the study cohort to which the subject enrollment applies." ;
                                    :modelName "forStudyCohort" ;
                                    :modelRepresentation "Relationship" ;
                                    :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/SubjectEnrollment-forStudySiteId
:SubjectEnrollment-forStudySiteId rdf:type owl:ObjectProperty ;
                                  rdfs:domain :SubjectEnrollment ;
                                  rdfs:range :StudySite ;
                                  rdfs:label "SubjectEnrollment-forStudySiteId" ;
                                  <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the SubjectEnrollment and StudySite classes which identifies the study site to which the subject enrollment applies." ;
                                  :modelName "forStudySite" ;
                                  :modelRepresentation "Relationship" ;
                                  :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/SubjectEnrollment-quantity
:SubjectEnrollment-quantity rdf:type owl:ObjectProperty ;
                            rdfs:domain :SubjectEnrollment ;
                            rdfs:range :Quantity ;
                            rdfs:label "SubjectEnrollment-quantity" ;
                            <http://www.w3.org/2004/02/skos/core#definition> "The value representing the number of individuals enrolled in a study." ;
                            <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207573> ,
                                                                             <http://purl.obolibrary.org/obo/NCIT_C207573> ;
                            <http://www.w3.org/2004/02/skos/core#prefLabel> "Subject Enrollment Quantity Value" ;
                            :modelName "quantity" ;
                            :modelRepresentation "Attribute" ;
                            :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Substance-codes
:Substance-codes rdf:type owl:ObjectProperty ;
                 rdfs:domain :Substance ;
                 rdfs:range :Code ;
                 rdfs:label "Substance-codes" ;
                 <http://www.w3.org/2004/02/skos/core#definition> "A symbol or combination of symbols which is assigned to the substance." ;
                 <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215589> ,
                                                                  <http://purl.obolibrary.org/obo/NCIT_C215589> ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Substance Code" ;
                 :boundCodelistNote "Y (Point out to multiple Biomedical coding dictionaries such as WHODrug, ATC, UNII, etc.)" ;
                 :modelName "codes" ;
                 :modelRepresentation "Attribute" ;
                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Substance-extensionAttributes
:Substance-extensionAttributes rdf:type owl:ObjectProperty ;
                               rdfs:domain :Substance ;
                               rdfs:range :ExtensionAttribute ;
                               rdfs:label "Substance-extensionAttributes" ;
                               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Substance-referenceSubstance
:Substance-referenceSubstance rdf:type owl:ObjectProperty ;
                              rdfs:domain :Substance ;
                              rdfs:range :Substance ;
                              rdfs:label "Substance-referenceSubstance" ;
                              <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship within the Substance class that identifies the association between two substances, one of which is used as a reference for the other." ;
                              :modelName "referenceSubstance" ;
                              :modelRepresentation "Relationship" ;
                              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Substance-strengths
:Substance-strengths rdf:type owl:ObjectProperty ;
                     rdfs:domain :Substance ;
                     rdfs:range :Strength ;
                     rdfs:label "Substance-strengths" ;
                     <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the Substance and Strength class which provides the values of the strengths of the substance." ;
                     :modelName "strengths" ;
                     :modelRepresentation "Relationship" ;
                     :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/SyntaxTemplate-dictionaryId
:SyntaxTemplate-dictionaryId rdf:type owl:ObjectProperty ;
                             rdfs:domain :SyntaxTemplate ;
                             rdfs:range :SyntaxTemplateDictionary ;
                             rdfs:label "SyntaxTemplate-dictionaryId" ;
                             <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the Characteristic and SyntaxTemplateDictionary classes which provides the set of dictionary entries related to characteristics." ;
                             :modelName "dictionary" ;
                             :modelRepresentation "Relationship" ;
                             :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/SyntaxTemplate-notes
:SyntaxTemplate-notes rdf:type owl:ObjectProperty ;
                      rdfs:domain :SyntaxTemplate ;
                      rdfs:range :CommentAnnotation ;
                      rdfs:label "SyntaxTemplate-notes" ;
                      <http://www.w3.org/2004/02/skos/core#definition> "A brief written record relevant to the characteristic." ;
                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215548> ,
                                                                       <http://purl.obolibrary.org/obo/NCIT_C215548> ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Characteristic Notes" ;
                      :modelName "notes" ;
                      :modelRepresentation "Attribute" ;
                      :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/SyntaxTemplateDictionary-extensionAttributes
:SyntaxTemplateDictionary-extensionAttributes rdf:type owl:ObjectProperty ;
                                              rdfs:domain :SyntaxTemplateDictionary ;
                                              rdfs:range :ExtensionAttribute ;
                                              rdfs:label "SyntaxTemplateDictionary-extensionAttributes" ;
                                              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/SyntaxTemplateDictionary-parameterMaps
:SyntaxTemplateDictionary-parameterMaps rdf:type owl:ObjectProperty ;
                                        rdfs:domain :SyntaxTemplateDictionary ;
                                        rdfs:range :ParameterMap ;
                                        rdfs:label "SyntaxTemplateDictionary-parameterMaps" ;
                                        <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the SyntaxTemplateDictionary and ParameterMap classes which identifies the set of parameter maps (parameter map entries) associated with a syntax template dictionary." ;
                                        :modelName "parameterMaps" ;
                                        :modelRepresentation "Relationship" ;
                                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Timing-extensionAttributes
:Timing-extensionAttributes rdf:type owl:ObjectProperty ;
                            rdfs:domain :Timing ;
                            rdfs:range :ExtensionAttribute ;
                            rdfs:label "Timing-extensionAttributes" ;
                            :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Timing-relativeFromScheduledInstanceId
:Timing-relativeFromScheduledInstanceId rdf:type owl:ObjectProperty ;
                                        rdfs:domain :Timing ;
                                        rdfs:range :ScheduledInstance ;
                                        rdfs:label "Timing-relativeFromScheduledInstanceId" ;
                                        <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the Timing and ScheduledInstance classes which identifies the scheduled instance (e.g., scheduled activity instances or scheduled decision instances) to which the timing applies." ;
                                        :modelName "relativeFromScheduledInstance" ;
                                        :modelRepresentation "Relationship" ;
                                        :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/Timing-relativeToFrom
:Timing-relativeToFrom rdf:type owl:ObjectProperty ;
                       rdfs:domain :Timing ;
                       rdfs:range :Code ;
                       rdfs:label "Timing-relativeToFrom" ;
                       <http://www.w3.org/2004/02/skos/core#definition> "The name of the reference event used to define the temporal relationship with another event." ;
                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C201297> ,
                                                                        <http://purl.obolibrary.org/obo/NCIT_C201297> ;
                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Timing Relative To From" ;
                       :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C201265> ,
                                      <http://purl.obolibrary.org/obo/NCIT_C201265> ;
                       :boundCodelistNote "Y (C201265)" ;
                       :modelName "relativeToFrom" ;
                       :modelRepresentation "Attribute" ;
                       :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Timing-relativeToScheduledInstanceId
:Timing-relativeToScheduledInstanceId rdf:type owl:ObjectProperty ;
                                      rdfs:domain :Timing ;
                                      rdfs:range :ScheduledInstance ;
                                      rdfs:label "Timing-relativeToScheduledInstanceId" ;
                                      <http://www.w3.org/2004/02/skos/core#definition> "A USDM relationship between the Timing and ScheduledInstance classes which identifies the scheduled instance (e.g., scheduled activity instances or scheduled decision instances) to which the timing is relative to." ;
                                      :modelName "relativeToScheduledInstance" ;
                                      :modelRepresentation "Relationship" ;
                                      :relationshipType "Ref" .


###  https://w3id.org/cdisc/usdm/v4/Timing-type
:Timing-type rdf:type owl:ObjectProperty ;
             rdfs:domain :Timing ;
             rdfs:range :Code ;
             rdfs:label "Timing-type" ;
             <http://www.w3.org/2004/02/skos/core#definition> "A characterization or classification of the chronological relationship between temporal events." ;
             <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C201298> ,
                                                              <http://purl.obolibrary.org/obo/NCIT_C201298> ;
             <http://www.w3.org/2004/02/skos/core#prefLabel> "Timing Type" ;
             :boundCodelist <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C201264> ,
                            <http://purl.obolibrary.org/obo/NCIT_C201264> ;
             :boundCodelistNote "Y (C201264)" ;
             :modelName "type" ;
             :modelRepresentation "Attribute" ;
             :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/TransitionRule-extensionAttributes
:TransitionRule-extensionAttributes rdf:type owl:ObjectProperty ;
                                    rdfs:domain :TransitionRule ;
                                    rdfs:range :ExtensionAttribute ;
                                    rdfs:label "TransitionRule-extensionAttributes" ;
                                    :relationshipType "Value" .


#################################################################
#    Data properties
#################################################################

###  https://w3id.org/cdisc/usdm/v4/Abbreviation-abbreviatedText
:Abbreviation-abbreviatedText rdf:type owl:DatatypeProperty ;
                              rdfs:domain :Abbreviation ;
                              rdfs:range xsd:string ;
                              rdfs:label "Abbreviation-abbreviatedText" ;
                              <http://www.w3.org/2004/02/skos/core#definition> "The literal value of an instance of unstructured text that is used as the abbreviation." ;
                              <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215487> ,
                                                                               <http://purl.obolibrary.org/obo/NCIT_C215487> ;
                              <http://www.w3.org/2004/02/skos/core#prefLabel> "Text Abbreviation Value" ;
                              :modelName "abbreviatedText" ;
                              :modelRepresentation "Attribute" ;
                              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Abbreviation-expandedText
:Abbreviation-expandedText rdf:type owl:DatatypeProperty ;
                           rdfs:domain :Abbreviation ;
                           rdfs:range xsd:string ;
                           rdfs:label "Abbreviation-expandedText" ;
                           <http://www.w3.org/2004/02/skos/core#definition> "The full literal representation of the abbreviation." ;
                           <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215569> ,
                                                                            <http://purl.obolibrary.org/obo/NCIT_C215569> ;
                           <http://www.w3.org/2004/02/skos/core#prefLabel> "Abbreviation Long Name" ;
                           :modelName "expandedText" ;
                           :modelRepresentation "Attribute" ;
                           :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Abbreviation-id
:Abbreviation-id rdf:type owl:DatatypeProperty ;
                 rdfs:domain :Abbreviation ;
                 rdfs:range xsd:string ;
                 rdfs:label "Abbreviation-id" ;
                 :modelName "id" ;
                 :modelRepresentation "Attribute" ;
                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Abbreviation-instanceType
:Abbreviation-instanceType rdf:type owl:DatatypeProperty ;
                           rdfs:domain :Abbreviation ;
                           rdfs:range xsd:string ;
                           rdfs:label "Abbreviation-instanceType" ;
                           :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Activity-description
:Activity-description rdf:type owl:DatatypeProperty ;
                      rdfs:domain :Activity ;
                      rdfs:range xsd:string ;
                      rdfs:label "Activity-description" ;
                      <http://www.w3.org/2004/02/skos/core#definition> "A narrative representation of the study activity." ;
                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C70960> ,
                                                                       <http://purl.obolibrary.org/obo/NCIT_C70960> ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Activity Description" ;
                      :modelName "description" ;
                      :modelRepresentation "Attribute" ;
                      :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Activity-id
:Activity-id rdf:type owl:DatatypeProperty ;
             rdfs:domain :Activity ;
             rdfs:range xsd:string ;
             rdfs:label "Activity-id" ;
             :modelName "id" ;
             :modelRepresentation "Attribute" ;
             :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Activity-instanceType
:Activity-instanceType rdf:type owl:DatatypeProperty ;
                       rdfs:domain :Activity ;
                       rdfs:range xsd:string ;
                       rdfs:label "Activity-instanceType" ;
                       :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Activity-label
:Activity-label rdf:type owl:DatatypeProperty ;
                rdfs:domain :Activity ;
                rdfs:range xsd:string ;
                rdfs:label "Activity-label" ;
                <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the study activity." ;
                <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207458> ,
                                                                 <http://purl.obolibrary.org/obo/NCIT_C207458> ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Activity Label" ;
                :modelName "label" ;
                :modelRepresentation "Attribute" ;
                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Activity-name
:Activity-name rdf:type owl:DatatypeProperty ;
               rdfs:domain :Activity ;
               rdfs:range xsd:string ;
               rdfs:label "Activity-name" ;
               <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the study activity." ;
               <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C188842> ,
                                                                <http://purl.obolibrary.org/obo/NCIT_C188842> ;
               <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Activity Name" ;
               :modelName "name" ;
               :modelRepresentation "Attribute" ;
               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Address-city
:Address-city rdf:type owl:DatatypeProperty ;
              rdfs:domain :Address ;
              rdfs:range xsd:string ;
              rdfs:label "Address-city" ;
              <http://www.w3.org/2004/02/skos/core#definition> "A relatively large and/or densely populated area of human habitation with administrative or legal status that may be specified as a component of a postal address." ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C25160> ,
                                                               <http://purl.obolibrary.org/obo/NCIT_C25160> ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "City" ;
              :modelName "city" ;
              :modelRepresentation "Attribute" ;
              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Address-district
:Address-district rdf:type owl:DatatypeProperty ;
                  rdfs:domain :Address ;
                  rdfs:range xsd:string ;
                  rdfs:label "Address-district" ;
                  <http://www.w3.org/2004/02/skos/core#definition> "An administrative or territorial division of a city, town, county, parish, state, country, or other locality based on a shared characteristic." ;
                  <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C176229> ,
                                                                   <http://purl.obolibrary.org/obo/NCIT_C176229> ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "District" ;
                  :modelName "district" ;
                  :modelRepresentation "Attribute" ;
                  :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Address-id
:Address-id rdf:type owl:DatatypeProperty ;
            rdfs:domain :Address ;
            rdfs:range xsd:string ;
            rdfs:label "Address-id" ;
            :modelName "id" ;
            :modelRepresentation "Attribute" ;
            :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Address-instanceType
:Address-instanceType rdf:type owl:DatatypeProperty ;
                      rdfs:domain :Address ;
                      rdfs:range xsd:string ;
                      rdfs:label "Address-instanceType" ;
                      :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Address-lines
:Address-lines rdf:type owl:DatatypeProperty ;
               rdfs:domain :Address ;
               rdfs:range xsd:string ;
               rdfs:label "Address-lines" ;
               <http://www.w3.org/2004/02/skos/core#definition> "The street name and number, building number, apartment or unit number, or post office box number where an entity is physically located." ;
               <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C25690> ,
                                                                <http://purl.obolibrary.org/obo/NCIT_C25690> ;
               <http://www.w3.org/2004/02/skos/core#prefLabel> "Address Line" ;
               :modelName "lines" ;
               :modelRepresentation "Attribute" ;
               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Address-postalCode
:Address-postalCode rdf:type owl:DatatypeProperty ;
                    rdfs:domain :Address ;
                    rdfs:range xsd:string ;
                    rdfs:label "Address-postalCode" ;
                    <http://www.w3.org/2004/02/skos/core#definition> "An alphanumeric code assigned to a mail delivery area." ;
                    <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C25621> ,
                                                                     <http://purl.obolibrary.org/obo/NCIT_C25621> ;
                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Postal Code" ;
                    :modelName "postalCode" ;
                    :modelRepresentation "Attribute" ;
                    :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Address-state
:Address-state rdf:type owl:DatatypeProperty ;
               rdfs:domain :Address ;
               rdfs:range xsd:string ;
               rdfs:label "Address-state" ;
               <http://www.w3.org/2004/02/skos/core#definition> "A sub-division of a country that forms part of a federal union. States are usually, but not always, more autonomous than provinces and may have different laws from the central government." ;
               <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C87194> ,
                                                                <http://purl.obolibrary.org/obo/NCIT_C87194> ;
               <http://www.w3.org/2004/02/skos/core#prefLabel> "State" ;
               :modelName "state" ;
               :modelRepresentation "Attribute" ;
               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Address-text
:Address-text rdf:type owl:DatatypeProperty ;
              rdfs:domain :Address ;
              rdfs:range xsd:string ;
              rdfs:label "Address-text" ;
              <http://www.w3.org/2004/02/skos/core#definition> "A standardized representation of the complete set of components denoting the physical address of the person, business, building, or organization." ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C201311> ,
                                                               <http://purl.obolibrary.org/obo/NCIT_C201311> ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Address Full Text" ;
              :modelName "text" ;
              :modelRepresentation "Attribute" ;
              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AdministrableProduct-description
:AdministrableProduct-description rdf:type owl:DatatypeProperty ;
                                  rdfs:domain :AdministrableProduct ;
                                  rdfs:range xsd:string ;
                                  rdfs:label "AdministrableProduct-description" ;
                                  <http://www.w3.org/2004/02/skos/core#definition> "A narrative representation of the administrable product." ;
                                  <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215574> ,
                                                                                   <http://purl.obolibrary.org/obo/NCIT_C215574> ;
                                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Administrable Product Definition Description" ;
                                  :modelName "description" ;
                                  :modelRepresentation "Attribute" ;
                                  :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AdministrableProduct-id
:AdministrableProduct-id rdf:type owl:DatatypeProperty ;
                         rdfs:domain :AdministrableProduct ;
                         rdfs:range xsd:string ;
                         rdfs:label "AdministrableProduct-id" ;
                         :modelName "id" ;
                         :modelRepresentation "Attribute" ;
                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AdministrableProduct-instanceType
:AdministrableProduct-instanceType rdf:type owl:DatatypeProperty ;
                                   rdfs:domain :AdministrableProduct ;
                                   rdfs:range xsd:string ;
                                   rdfs:label "AdministrableProduct-instanceType" ;
                                   :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AdministrableProduct-label
:AdministrableProduct-label rdf:type owl:DatatypeProperty ;
                            rdfs:domain :AdministrableProduct ;
                            rdfs:range xsd:string ;
                            rdfs:label "AdministrableProduct-label" ;
                            <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the administrable product." ;
                            <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215575> ,
                                                                             <http://purl.obolibrary.org/obo/NCIT_C215575> ;
                            <http://www.w3.org/2004/02/skos/core#prefLabel> "Administrable Product Definition Label" ;
                            :modelName "label" ;
                            :modelRepresentation "Attribute" ;
                            :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AdministrableProduct-name
:AdministrableProduct-name rdf:type owl:DatatypeProperty ;
                           rdfs:domain :AdministrableProduct ;
                           rdfs:range xsd:string ;
                           rdfs:label "AdministrableProduct-name" ;
                           <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the administrable product." ;
                           <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215573> ,
                                                                            <http://purl.obolibrary.org/obo/NCIT_C215573> ;
                           <http://www.w3.org/2004/02/skos/core#prefLabel> "Administrable Product Definition Name" ;
                           :modelName "name" ;
                           :modelRepresentation "Attribute" ;
                           :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AdministrableProductIdentifier-instanceType
:AdministrableProductIdentifier-instanceType rdf:type owl:DatatypeProperty ;
                                             rdfs:domain :AdministrableProductIdentifier ;
                                             rdfs:range xsd:string ;
                                             rdfs:label "AdministrableProductIdentifier-instanceType" ;
                                             :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AdministrableProductProperty-id
:AdministrableProductProperty-id rdf:type owl:DatatypeProperty ;
                                 rdfs:domain :AdministrableProductProperty ;
                                 rdfs:range xsd:string ;
                                 rdfs:label "AdministrableProductProperty-id" ;
                                 :modelName "id" ;
                                 :modelRepresentation "Attribute" ;
                                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AdministrableProductProperty-instanceType
:AdministrableProductProperty-instanceType rdf:type owl:DatatypeProperty ;
                                           rdfs:domain :AdministrableProductProperty ;
                                           rdfs:range xsd:string ;
                                           rdfs:label "AdministrableProductProperty-instanceType" ;
                                           :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AdministrableProductProperty-name
:AdministrableProductProperty-name rdf:type owl:DatatypeProperty ;
                                   rdfs:domain :AdministrableProductProperty ;
                                   rdfs:range xsd:string ;
                                   rdfs:label "AdministrableProductProperty-name" ;
                                   <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the administrable product property." ;
                                   <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215582> ,
                                                                                    <http://purl.obolibrary.org/obo/NCIT_C215582> ;
                                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Administrable Product Property Name" ;
                                   :modelName "name" ;
                                   :modelRepresentation "Attribute" ;
                                   :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AdministrableProductProperty-text
:AdministrableProductProperty-text rdf:type owl:DatatypeProperty ;
                                   rdfs:domain :AdministrableProductProperty ;
                                   rdfs:range xsd:string ;
                                   rdfs:label "AdministrableProductProperty-text" ;
                                   <http://www.w3.org/2004/02/skos/core#definition> "An instance of structured text that represents the administrable product property." ;
                                   <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215583> ,
                                                                                    <http://purl.obolibrary.org/obo/NCIT_C215583> ;
                                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Administrable Product Property Text" ;
                                   :modelName "text" ;
                                   :modelRepresentation "Attribute" ;
                                   :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Administration-description
:Administration-description rdf:type owl:DatatypeProperty ;
                            rdfs:domain :Administration ;
                            rdfs:range xsd:string ;
                            rdfs:label "Administration-description" ;
                            <http://www.w3.org/2004/02/skos/core#definition> "A narrative representation for the administration of a product, agent, or therapy." ;
                            <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207463> ,
                                                                             <http://purl.obolibrary.org/obo/NCIT_C207463> ;
                            <http://www.w3.org/2004/02/skos/core#prefLabel> "Administration Description" ;
                            :modelName "description" ;
                            :modelRepresentation "Attribute" ;
                            :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Administration-id
:Administration-id rdf:type owl:DatatypeProperty ;
                   rdfs:domain :Administration ;
                   rdfs:range xsd:string ;
                   rdfs:label "Administration-id" ;
                   :modelName "id" ;
                   :modelRepresentation "Attribute" ;
                   :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Administration-instanceType
:Administration-instanceType rdf:type owl:DatatypeProperty ;
                             rdfs:domain :Administration ;
                             rdfs:range xsd:string ;
                             rdfs:label "Administration-instanceType" ;
                             :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Administration-label
:Administration-label rdf:type owl:DatatypeProperty ;
                      rdfs:domain :Administration ;
                      rdfs:range xsd:string ;
                      rdfs:label "Administration-label" ;
                      <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the administration of a product, agent, or therapy." ;
                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207464> ,
                                                                       <http://purl.obolibrary.org/obo/NCIT_C207464> ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Administration Label" ;
                      :modelName "label" ;
                      :modelRepresentation "Attribute" ;
                      :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Administration-name
:Administration-name rdf:type owl:DatatypeProperty ;
                     rdfs:domain :Administration ;
                     rdfs:range xsd:string ;
                     rdfs:label "Administration-name" ;
                     <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) for the administration of a product, agent, or therapy." ;
                     <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207465> ,
                                                                      <http://purl.obolibrary.org/obo/NCIT_C207465> ;
                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Administration Name" ;
                     :modelName "name" ;
                     :modelRepresentation "Attribute" ;
                     :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AliasCode-id
:AliasCode-id rdf:type owl:DatatypeProperty ;
              rdfs:domain :AliasCode ;
              rdfs:range xsd:string ;
              rdfs:label "AliasCode-id" ;
              :modelName "id" ;
              :modelRepresentation "Attribute" ;
              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AliasCode-instanceType
:AliasCode-instanceType rdf:type owl:DatatypeProperty ;
                        rdfs:domain :AliasCode ;
                        rdfs:range xsd:string ;
                        rdfs:label "AliasCode-instanceType" ;
                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AnalysisPopulation-description
:AnalysisPopulation-description rdf:type owl:DatatypeProperty ;
                                rdfs:domain :AnalysisPopulation ;
                                rdfs:range xsd:string ;
                                rdfs:label "AnalysisPopulation-description" ;
                                <http://www.w3.org/2004/02/skos/core#definition> "A narrative representation of the analysis population." ;
                                <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C188854> ,
                                                                                 <http://purl.obolibrary.org/obo/NCIT_C188854> ;
                                <http://www.w3.org/2004/02/skos/core#prefLabel> "Analysis Population Description" ;
                                :modelName "description" ;
                                :modelRepresentation "Attribute" ;
                                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AnalysisPopulation-id
:AnalysisPopulation-id rdf:type owl:DatatypeProperty ;
                       rdfs:domain :AnalysisPopulation ;
                       rdfs:range xsd:string ;
                       rdfs:label "AnalysisPopulation-id" ;
                       :modelName "id" ;
                       :modelRepresentation "Attribute" ;
                       :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AnalysisPopulation-instanceType
:AnalysisPopulation-instanceType rdf:type owl:DatatypeProperty ;
                                 rdfs:domain :AnalysisPopulation ;
                                 rdfs:range xsd:string ;
                                 rdfs:label "AnalysisPopulation-instanceType" ;
                                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AnalysisPopulation-label
:AnalysisPopulation-label rdf:type owl:DatatypeProperty ;
                          rdfs:domain :AnalysisPopulation ;
                          rdfs:range xsd:string ;
                          rdfs:label "AnalysisPopulation-label" ;
                          <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the analysis population." ;
                          <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207466> ,
                                                                           <http://purl.obolibrary.org/obo/NCIT_C207466> ;
                          <http://www.w3.org/2004/02/skos/core#prefLabel> "Analysis Population Label" ;
                          :modelName "label" ;
                          :modelRepresentation "Attribute" ;
                          :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AnalysisPopulation-name
:AnalysisPopulation-name rdf:type owl:DatatypeProperty ;
                         rdfs:domain :AnalysisPopulation ;
                         rdfs:range xsd:string ;
                         rdfs:label "AnalysisPopulation-name" ;
                         <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the analysis population." ;
                         <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207467> ,
                                                                          <http://purl.obolibrary.org/obo/NCIT_C207467> ;
                         <http://www.w3.org/2004/02/skos/core#prefLabel> "Analysis Population Name" ;
                         :modelName "name" ;
                         :modelRepresentation "Attribute" ;
                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AnalysisPopulation-text
:AnalysisPopulation-text rdf:type owl:DatatypeProperty ;
                         rdfs:domain :AnalysisPopulation ;
                         rdfs:range xsd:string ;
                         rdfs:label "AnalysisPopulation-text" ;
                         <http://www.w3.org/2004/02/skos/core#definition> "An instance of unstructured text that represents the analysis population." ;
                         <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207468> ,
                                                                          <http://purl.obolibrary.org/obo/NCIT_C207468> ;
                         <http://www.w3.org/2004/02/skos/core#prefLabel> "Analysis Population Text" ;
                         :modelName "text" ;
                         :modelRepresentation "Attribute" ;
                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AssignedPerson-description
:AssignedPerson-description rdf:type owl:DatatypeProperty ;
                            rdfs:domain :AssignedPerson ;
                            rdfs:range xsd:string ;
                            rdfs:label "AssignedPerson-description" ;
                            <http://www.w3.org/2004/02/skos/core#definition> "A narrative representation of the assigned person." ;
                            <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215597> ,
                                                                             <http://purl.obolibrary.org/obo/NCIT_C215597> ;
                            <http://www.w3.org/2004/02/skos/core#prefLabel> "Assigned Person Description" ;
                            :modelName "description" ;
                            :modelRepresentation "Attribute" ;
                            :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AssignedPerson-id
:AssignedPerson-id rdf:type owl:DatatypeProperty ;
                   rdfs:domain :AssignedPerson ;
                   rdfs:range xsd:string ;
                   rdfs:label "AssignedPerson-id" ;
                   :modelName "id" ;
                   :modelRepresentation "Attribute" ;
                   :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AssignedPerson-instanceType
:AssignedPerson-instanceType rdf:type owl:DatatypeProperty ;
                             rdfs:domain :AssignedPerson ;
                             rdfs:range xsd:string ;
                             rdfs:label "AssignedPerson-instanceType" ;
                             :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AssignedPerson-jobTitle
:AssignedPerson-jobTitle rdf:type owl:DatatypeProperty ;
                         rdfs:domain :AssignedPerson ;
                         rdfs:range xsd:string ;
                         rdfs:label "AssignedPerson-jobTitle" ;
                         <http://www.w3.org/2004/02/skos/core#definition> "An identifying designation related to the assigned person's occupation." ;
                         <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215599> ,
                                                                          <http://purl.obolibrary.org/obo/NCIT_C215599> ;
                         <http://www.w3.org/2004/02/skos/core#prefLabel> "Assigned Person Job Title" ;
                         :modelName "jobTitle" ;
                         :modelRepresentation "Attribute" ;
                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AssignedPerson-label
:AssignedPerson-label rdf:type owl:DatatypeProperty ;
                      rdfs:domain :AssignedPerson ;
                      rdfs:range xsd:string ;
                      rdfs:label "AssignedPerson-label" ;
                      <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the assigned person." ;
                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215598> ,
                                                                       <http://purl.obolibrary.org/obo/NCIT_C215598> ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Assigned Person Label" ;
                      :modelName "label" ;
                      :modelRepresentation "Attribute" ;
                      :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/AssignedPerson-name
:AssignedPerson-name rdf:type owl:DatatypeProperty ;
                     rdfs:domain :AssignedPerson ;
                     rdfs:range xsd:string ;
                     rdfs:label "AssignedPerson-name" ;
                     <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the assigned person." ;
                     <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215596> ,
                                                                      <http://purl.obolibrary.org/obo/NCIT_C215596> ;
                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Assigned Person Name" ;
                     :modelName "name" ;
                     :modelRepresentation "Attribute" ;
                     :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConcept-id
:BiomedicalConcept-id rdf:type owl:DatatypeProperty ;
                      rdfs:domain :BiomedicalConcept ;
                      rdfs:range xsd:string ;
                      rdfs:label "BiomedicalConcept-id" ;
                      :modelName "id" ;
                      :modelRepresentation "Attribute" ;
                      :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConcept-instanceType
:BiomedicalConcept-instanceType rdf:type owl:DatatypeProperty ;
                                rdfs:domain :BiomedicalConcept ;
                                rdfs:range xsd:string ;
                                rdfs:label "BiomedicalConcept-instanceType" ;
                                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConcept-label
:BiomedicalConcept-label rdf:type owl:DatatypeProperty ;
                         rdfs:domain :BiomedicalConcept ;
                         rdfs:range xsd:string ;
                         rdfs:label "BiomedicalConcept-label" ;
                         <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the biomedical concept." ;
                         <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207470> ,
                                                                          <http://purl.obolibrary.org/obo/NCIT_C207470> ;
                         <http://www.w3.org/2004/02/skos/core#prefLabel> "Biomedical Concept Label" ;
                         :modelName "label" ;
                         :modelRepresentation "Attribute" ;
                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConcept-name
:BiomedicalConcept-name rdf:type owl:DatatypeProperty ;
                        rdfs:domain :BiomedicalConcept ;
                        rdfs:range xsd:string ;
                        rdfs:label "BiomedicalConcept-name" ;
                        <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the biomedical concept." ;
                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C201312> ,
                                                                         <http://purl.obolibrary.org/obo/NCIT_C201312> ;
                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Biomedical Concept Name" ;
                        :modelName "name" ;
                        :modelRepresentation "Attribute" ;
                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConcept-reference
:BiomedicalConcept-reference rdf:type owl:DatatypeProperty ;
                             rdfs:domain :BiomedicalConcept ;
                             rdfs:range xsd:string ;
                             rdfs:label "BiomedicalConcept-reference" ;
                             <http://www.w3.org/2004/02/skos/core#definition> "A citation to an authoritative source for a biomedical concept." ;
                             <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C201313> ,
                                                                              <http://purl.obolibrary.org/obo/NCIT_C201313> ;
                             <http://www.w3.org/2004/02/skos/core#prefLabel> "Biomedical Concept Reference" ;
                             :modelName "reference" ;
                             :modelRepresentation "Attribute" ;
                             :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConcept-synonyms
:BiomedicalConcept-synonyms rdf:type owl:DatatypeProperty ;
                            rdfs:domain :BiomedicalConcept ;
                            rdfs:range xsd:string ;
                            rdfs:label "BiomedicalConcept-synonyms" ;
                            <http://www.w3.org/2004/02/skos/core#definition> "A word or an expression that serves as a figurative, symbolic, or exact substitute for a biomedical concept, and which has the same meaning." ;
                            <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C201314> ,
                                                                             <http://purl.obolibrary.org/obo/NCIT_C201314> ;
                            <http://www.w3.org/2004/02/skos/core#prefLabel> "Biomedical Concept Synonym" ;
                            :modelName "synonyms" ;
                            :modelRepresentation "Attribute" ;
                            :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConceptCategory-description
:BiomedicalConceptCategory-description rdf:type owl:DatatypeProperty ;
                                       rdfs:domain :BiomedicalConceptCategory ;
                                       rdfs:range xsd:string ;
                                       rdfs:label "BiomedicalConceptCategory-description" ;
                                       <http://www.w3.org/2004/02/skos/core#definition> "A narrative representation of the biomedical concept category." ;
                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C201316> ,
                                                                                        <http://purl.obolibrary.org/obo/NCIT_C201316> ;
                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Biomedical Concept Category Description" ;
                                       :modelName "description" ;
                                       :modelRepresentation "Attribute" ;
                                       :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConceptCategory-id
:BiomedicalConceptCategory-id rdf:type owl:DatatypeProperty ;
                              rdfs:domain :BiomedicalConceptCategory ;
                              rdfs:range xsd:string ;
                              rdfs:label "BiomedicalConceptCategory-id" ;
                              :modelName "id" ;
                              :modelRepresentation "Attribute" ;
                              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConceptCategory-instanceType
:BiomedicalConceptCategory-instanceType rdf:type owl:DatatypeProperty ;
                                        rdfs:domain :BiomedicalConceptCategory ;
                                        rdfs:range xsd:string ;
                                        rdfs:label "BiomedicalConceptCategory-instanceType" ;
                                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConceptCategory-label
:BiomedicalConceptCategory-label rdf:type owl:DatatypeProperty ;
                                 rdfs:domain :BiomedicalConceptCategory ;
                                 rdfs:range xsd:string ;
                                 rdfs:label "BiomedicalConceptCategory-label" ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the biomedical concept category." ;
                                 <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207471> ,
                                                                                  <http://purl.obolibrary.org/obo/NCIT_C207471> ;
                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Biomedical Concept Category Label" ;
                                 :modelName "label" ;
                                 :modelRepresentation "Attribute" ;
                                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConceptCategory-name
:BiomedicalConceptCategory-name rdf:type owl:DatatypeProperty ;
                                rdfs:domain :BiomedicalConceptCategory ;
                                rdfs:range xsd:string ;
                                rdfs:label "BiomedicalConceptCategory-name" ;
                                <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the biomedical concept category." ;
                                <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C201317> ,
                                                                                 <http://purl.obolibrary.org/obo/NCIT_C201317> ;
                                <http://www.w3.org/2004/02/skos/core#prefLabel> "Biomedical Concept Category Name" ;
                                :modelName "name" ;
                                :modelRepresentation "Attribute" ;
                                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConceptProperty-datatype
:BiomedicalConceptProperty-datatype rdf:type owl:DatatypeProperty ;
                                    rdfs:domain :BiomedicalConceptProperty ;
                                    rdfs:range xsd:string ;
                                    rdfs:label "BiomedicalConceptProperty-datatype" ;
                                    <http://www.w3.org/2004/02/skos/core#definition> "The structural format of the biomedical concept property response value. The datatype is carried in the attribute and influences the set of allowable values the attribute may assume. (After HL7)" ;
                                    <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C201319> ,
                                                                                     <http://purl.obolibrary.org/obo/NCIT_C201319> ;
                                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Biomedical Concept Property Response Data Type" ;
                                    :modelName "datatype" ;
                                    :modelRepresentation "Attribute" ;
                                    :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConceptProperty-id
:BiomedicalConceptProperty-id rdf:type owl:DatatypeProperty ;
                              rdfs:domain :BiomedicalConceptProperty ;
                              rdfs:range xsd:string ;
                              rdfs:label "BiomedicalConceptProperty-id" ;
                              :modelName "id" ;
                              :modelRepresentation "Attribute" ;
                              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConceptProperty-instanceType
:BiomedicalConceptProperty-instanceType rdf:type owl:DatatypeProperty ;
                                        rdfs:domain :BiomedicalConceptProperty ;
                                        rdfs:range xsd:string ;
                                        rdfs:label "BiomedicalConceptProperty-instanceType" ;
                                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConceptProperty-isEnabled
:BiomedicalConceptProperty-isEnabled rdf:type owl:DatatypeProperty ;
                                     rdfs:domain :BiomedicalConceptProperty ;
                                     rdfs:range xsd:boolean ;
                                     rdfs:label "BiomedicalConceptProperty-isEnabled" ;
                                     <http://www.w3.org/2004/02/skos/core#definition> "An indication as to whether the biomedical concept property is activated for use within a given usage context for a biomedical concept." ;
                                     <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C202496> ,
                                                                                      <http://purl.obolibrary.org/obo/NCIT_C202496> ;
                                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Biomedical Concept Property Enabled Indicator" ;
                                     :modelName "isEnabled" ;
                                     :modelRepresentation "Attribute" ;
                                     :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConceptProperty-isRequired
:BiomedicalConceptProperty-isRequired rdf:type owl:DatatypeProperty ;
                                      rdfs:domain :BiomedicalConceptProperty ;
                                      rdfs:range xsd:boolean ;
                                      rdfs:label "BiomedicalConceptProperty-isRequired" ;
                                      <http://www.w3.org/2004/02/skos/core#definition> "An indication as to whether the biomedical concept property is required." ;
                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C202495> ,
                                                                                       <http://purl.obolibrary.org/obo/NCIT_C202495> ;
                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Biomedical Concept Property Required Indicator" ;
                                      :modelName "isRequired" ;
                                      :modelRepresentation "Attribute" ;
                                      :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConceptProperty-label
:BiomedicalConceptProperty-label rdf:type owl:DatatypeProperty ;
                                 rdfs:domain :BiomedicalConceptProperty ;
                                 rdfs:range xsd:string ;
                                 rdfs:label "BiomedicalConceptProperty-label" ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the biomedical concept property." ;
                                 <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207472> ,
                                                                                  <http://purl.obolibrary.org/obo/NCIT_C207472> ;
                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Biomedical Concept Property Label" ;
                                 :modelName "label" ;
                                 :modelRepresentation "Attribute" ;
                                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConceptProperty-name
:BiomedicalConceptProperty-name rdf:type owl:DatatypeProperty ;
                                rdfs:domain :BiomedicalConceptProperty ;
                                rdfs:range xsd:string ;
                                rdfs:label "BiomedicalConceptProperty-name" ;
                                <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the biomedical concept property." ;
                                <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C202494> ,
                                                                                 <http://purl.obolibrary.org/obo/NCIT_C202494> ;
                                <http://www.w3.org/2004/02/skos/core#prefLabel> "Biomedical Concept Property Name" ;
                                :modelName "name" ;
                                :modelRepresentation "Attribute" ;
                                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConceptSurrogate-description
:BiomedicalConceptSurrogate-description rdf:type owl:DatatypeProperty ;
                                        rdfs:domain :BiomedicalConceptSurrogate ;
                                        rdfs:range xsd:string ;
                                        rdfs:label "BiomedicalConceptSurrogate-description" ;
                                        <http://www.w3.org/2004/02/skos/core#definition> "A narrative representation of the biomedical concept surrogate." ;
                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C201320> ,
                                                                                         <http://purl.obolibrary.org/obo/NCIT_C201320> ;
                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Biomedical Concept Surrogate Description" ;
                                        :modelName "description" ;
                                        :modelRepresentation "Attribute" ;
                                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConceptSurrogate-id
:BiomedicalConceptSurrogate-id rdf:type owl:DatatypeProperty ;
                               rdfs:domain :BiomedicalConceptSurrogate ;
                               rdfs:range xsd:string ;
                               rdfs:label "BiomedicalConceptSurrogate-id" ;
                               :modelName "id" ;
                               :modelRepresentation "Attribute" ;
                               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConceptSurrogate-instanceType
:BiomedicalConceptSurrogate-instanceType rdf:type owl:DatatypeProperty ;
                                         rdfs:domain :BiomedicalConceptSurrogate ;
                                         rdfs:range xsd:string ;
                                         rdfs:label "BiomedicalConceptSurrogate-instanceType" ;
                                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConceptSurrogate-label
:BiomedicalConceptSurrogate-label rdf:type owl:DatatypeProperty ;
                                  rdfs:domain :BiomedicalConceptSurrogate ;
                                  rdfs:range xsd:string ;
                                  rdfs:label "BiomedicalConceptSurrogate-label" ;
                                  <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the biomedical concept surrogate." ;
                                  <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207473> ,
                                                                                   <http://purl.obolibrary.org/obo/NCIT_C207473> ;
                                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Biomedical Concept Surrogate Label" ;
                                  :modelName "label" ;
                                  :modelRepresentation "Attribute" ;
                                  :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConceptSurrogate-name
:BiomedicalConceptSurrogate-name rdf:type owl:DatatypeProperty ;
                                 rdfs:domain :BiomedicalConceptSurrogate ;
                                 rdfs:range xsd:string ;
                                 rdfs:label "BiomedicalConceptSurrogate-name" ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the biomedical concept surrogate." ;
                                 <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207474> ,
                                                                                  <http://purl.obolibrary.org/obo/NCIT_C207474> ;
                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Biomedical Concept Surrogate Name" ;
                                 :modelName "name" ;
                                 :modelRepresentation "Attribute" ;
                                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConceptSurrogate-reference
:BiomedicalConceptSurrogate-reference rdf:type owl:DatatypeProperty ;
                                      rdfs:domain :BiomedicalConceptSurrogate ;
                                      rdfs:range xsd:string ;
                                      rdfs:label "BiomedicalConceptSurrogate-reference" ;
                                      <http://www.w3.org/2004/02/skos/core#definition> "A citation to an authoritative source for a biomedical concept surrogate." ;
                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C201321> ,
                                                                                       <http://purl.obolibrary.org/obo/NCIT_C201321> ;
                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Biomedical Concept Surrogate Reference" ;
                                      :modelName "reference" ;
                                      :modelRepresentation "Attribute" ;
                                      :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiospecimenRetention-description
:BiospecimenRetention-description rdf:type owl:DatatypeProperty ;
                                  rdfs:domain :BiospecimenRetention ;
                                  rdfs:range xsd:string ;
                                  rdfs:label "BiospecimenRetention-description" ;
                                  <http://www.w3.org/2004/02/skos/core#definition> "A narrative representation of the biospecimen retention." ;
                                  <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C181231> ,
                                                                                   <http://purl.obolibrary.org/obo/NCIT_C181231> ;
                                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Biospecimen Retention Description" ;
                                  :modelName "description" ;
                                  :modelRepresentation "Attribute" ;
                                  :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiospecimenRetention-id
:BiospecimenRetention-id rdf:type owl:DatatypeProperty ;
                         rdfs:domain :BiospecimenRetention ;
                         rdfs:range xsd:string ;
                         rdfs:label "BiospecimenRetention-id" ;
                         :modelName "id" ;
                         :modelRepresentation "Attribute" ;
                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiospecimenRetention-includesDNA
:BiospecimenRetention-includesDNA rdf:type owl:DatatypeProperty ;
                                  rdfs:domain :BiospecimenRetention ;
                                  rdfs:range xsd:boolean ;
                                  rdfs:label "BiospecimenRetention-includesDNA" ;
                                  <http://www.w3.org/2004/02/skos/core#definition> "An indication as to whether retained biospecimens contain DNA." ;
                                  <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C127777> ,
                                                                                   <http://purl.obolibrary.org/obo/NCIT_C127777> ;
                                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Biospecimen Retention Includes DNA Indicator" ;
                                  :modelName "includesDNA" ;
                                  :modelRepresentation "Attribute" ;
                                  :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiospecimenRetention-instanceType
:BiospecimenRetention-instanceType rdf:type owl:DatatypeProperty ;
                                   rdfs:domain :BiospecimenRetention ;
                                   rdfs:range xsd:string ;
                                   rdfs:label "BiospecimenRetention-instanceType" ;
                                   :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiospecimenRetention-isRetained
:BiospecimenRetention-isRetained rdf:type owl:DatatypeProperty ;
                                 rdfs:domain :BiospecimenRetention ;
                                 rdfs:range xsd:boolean ;
                                 rdfs:label "BiospecimenRetention-isRetained" ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "An indication as to whether biospecimens were retained." ;
                                 <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C164620> ,
                                                                                  <http://purl.obolibrary.org/obo/NCIT_C164620> ;
                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Biospecimen Retention Indicator" ;
                                 :modelName "isRetained" ;
                                 :modelRepresentation "Attribute" ;
                                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiospecimenRetention-label
:BiospecimenRetention-label rdf:type owl:DatatypeProperty ;
                            rdfs:domain :BiospecimenRetention ;
                            rdfs:range xsd:string ;
                            rdfs:label "BiospecimenRetention-label" ;
                            <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the biospecimen retention." ;
                            <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215646> ,
                                                                             <http://purl.obolibrary.org/obo/NCIT_C215646> ;
                            <http://www.w3.org/2004/02/skos/core#prefLabel> "Biospecimen Retention Label" ;
                            :modelName "label" ;
                            :modelRepresentation "Attribute" ;
                            :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/BiospecimenRetention-name
:BiospecimenRetention-name rdf:type owl:DatatypeProperty ;
                           rdfs:domain :BiospecimenRetention ;
                           rdfs:range xsd:string ;
                           rdfs:label "BiospecimenRetention-name" ;
                           <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the biospecimen retention." ;
                           <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215645> ,
                                                                            <http://purl.obolibrary.org/obo/NCIT_C215645> ;
                           <http://www.w3.org/2004/02/skos/core#prefLabel> "Biospecimen Retention Name" ;
                           :modelName "name" ;
                           :modelRepresentation "Attribute" ;
                           :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Characteristic-instanceType
:Characteristic-instanceType rdf:type owl:DatatypeProperty ;
                             rdfs:domain :Characteristic ;
                             rdfs:range xsd:string ;
                             rdfs:label "Characteristic-instanceType" ;
                             :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Code-code
:Code-code rdf:type owl:DatatypeProperty ;
           rdfs:domain :Code ;
           rdfs:range xsd:string ;
           rdfs:label "Code-code" ;
           <http://www.w3.org/2004/02/skos/core#definition> "The literal value of a code." ;
           <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C188858> ,
                                                            <http://purl.obolibrary.org/obo/NCIT_C188858> ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "Code Value" ;
           :modelName "code" ;
           :modelRepresentation "Attribute" ;
           :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Code-codeSystem
:Code-codeSystem rdf:type owl:DatatypeProperty ;
                 rdfs:domain :Code ;
                 rdfs:range xsd:string ;
                 rdfs:label "Code-codeSystem" ;
                 <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the system used to assign and/or manage codes." ;
                 <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C188859> ,
                                                                  <http://purl.obolibrary.org/obo/NCIT_C188859> ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Code System Name" ;
                 :modelName "codeSystem" ;
                 :modelRepresentation "Attribute" ;
                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Code-codeSystemVersion
:Code-codeSystemVersion rdf:type owl:DatatypeProperty ;
                        rdfs:domain :Code ;
                        rdfs:range xsd:string ;
                        rdfs:label "Code-codeSystemVersion" ;
                        <http://www.w3.org/2004/02/skos/core#definition> "The version of the code system." ;
                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C188868> ,
                                                                         <http://purl.obolibrary.org/obo/NCIT_C188868> ;
                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Code System Version" ;
                        :modelName "codeSystemVersion" ;
                        :modelRepresentation "Attribute" ;
                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Code-decode
:Code-decode rdf:type owl:DatatypeProperty ;
             rdfs:domain :Code ;
             rdfs:range xsd:string ;
             rdfs:label "Code-decode" ;
             <http://www.w3.org/2004/02/skos/core#definition> "Standardized or dictionary-derived human readable text associated with a code." ;
             <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C188861> ,
                                                              <http://purl.obolibrary.org/obo/NCIT_C188861> ;
             <http://www.w3.org/2004/02/skos/core#prefLabel> "Decode" ;
             :modelName "decode" ;
             :modelRepresentation "Attribute" ;
             :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Code-id
:Code-id rdf:type owl:DatatypeProperty ;
         rdfs:domain :Code ;
         rdfs:range xsd:string ;
         rdfs:label "Code-id" ;
         :modelName "id" ;
         :modelRepresentation "Attribute" ;
         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Code-instanceType
:Code-instanceType rdf:type owl:DatatypeProperty ;
                   rdfs:domain :Code ;
                   rdfs:range xsd:string ;
                   rdfs:label "Code-instanceType" ;
                   :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/CommentAnnotation-id
:CommentAnnotation-id rdf:type owl:DatatypeProperty ;
                      rdfs:domain :CommentAnnotation ;
                      rdfs:range xsd:string ;
                      rdfs:label "CommentAnnotation-id" ;
                      :modelName "id" ;
                      :modelRepresentation "Attribute" ;
                      :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/CommentAnnotation-instanceType
:CommentAnnotation-instanceType rdf:type owl:DatatypeProperty ;
                                rdfs:domain :CommentAnnotation ;
                                rdfs:range xsd:string ;
                                rdfs:label "CommentAnnotation-instanceType" ;
                                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/CommentAnnotation-text
:CommentAnnotation-text rdf:type owl:DatatypeProperty ;
                        rdfs:domain :CommentAnnotation ;
                        rdfs:range xsd:string ;
                        rdfs:label "CommentAnnotation-text" ;
                        <http://www.w3.org/2004/02/skos/core#definition> "An instance of unstructured text that represents the comment annotation." ;
                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215555> ,
                                                                         <http://purl.obolibrary.org/obo/NCIT_C215555> ;
                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Comment Annotation Text" ;
                        :modelName "text" ;
                        :modelRepresentation "Attribute" ;
                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Condition-instanceType
:Condition-instanceType rdf:type owl:DatatypeProperty ;
                        rdfs:domain :Condition ;
                        rdfs:range xsd:string ;
                        rdfs:label "Condition-instanceType" ;
                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ConditionAssignment-condition
:ConditionAssignment-condition rdf:type owl:DatatypeProperty ;
                               rdfs:domain :ConditionAssignment ;
                               rdfs:range xsd:string ;
                               rdfs:label "ConditionAssignment-condition" ;
                               <http://www.w3.org/2004/02/skos/core#definition> "An assumption on which rests the validity or effect of something else." ;
                               <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C47953> ,
                                                                                <http://purl.obolibrary.org/obo/NCIT_C47953> ;
                               <http://www.w3.org/2004/02/skos/core#prefLabel> "Logical Condition" ;
                               :modelName "condition" ;
                               :modelRepresentation "Attribute" ;
                               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ConditionAssignment-id
:ConditionAssignment-id rdf:type owl:DatatypeProperty ;
                        rdfs:domain :ConditionAssignment ;
                        rdfs:range xsd:string ;
                        rdfs:label "ConditionAssignment-id" ;
                        :modelName "id" ;
                        :modelRepresentation "Attribute" ;
                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ConditionAssignment-instanceType
:ConditionAssignment-instanceType rdf:type owl:DatatypeProperty ;
                                  rdfs:domain :ConditionAssignment ;
                                  rdfs:range xsd:string ;
                                  rdfs:label "ConditionAssignment-instanceType" ;
                                  :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/DocumentContentReference-id
:DocumentContentReference-id rdf:type owl:DatatypeProperty ;
                             rdfs:domain :DocumentContentReference ;
                             rdfs:range xsd:string ;
                             rdfs:label "DocumentContentReference-id" ;
                             :modelName "id" ;
                             :modelRepresentation "Attribute" ;
                             :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/DocumentContentReference-instanceType
:DocumentContentReference-instanceType rdf:type owl:DatatypeProperty ;
                                       rdfs:domain :DocumentContentReference ;
                                       rdfs:range xsd:string ;
                                       rdfs:label "DocumentContentReference-instanceType" ;
                                       :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/DocumentContentReference-sectionNumber
:DocumentContentReference-sectionNumber rdf:type owl:DatatypeProperty ;
                                        rdfs:domain :DocumentContentReference ;
                                        rdfs:range xsd:string ;
                                        rdfs:label "DocumentContentReference-sectionNumber" ;
                                        <http://www.w3.org/2004/02/skos/core#definition> "The numeric identifier of a particular section for the document content reference." ;
                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215609> ,
                                                                                         <http://purl.obolibrary.org/obo/NCIT_C215609> ;
                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Document Content Reference Section Number" ;
                                        :modelName "sectionNumber" ;
                                        :modelRepresentation "Attribute" ;
                                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/DocumentContentReference-sectionTitle
:DocumentContentReference-sectionTitle rdf:type owl:DatatypeProperty ;
                                       rdfs:domain :DocumentContentReference ;
                                       rdfs:range xsd:string ;
                                       rdfs:label "DocumentContentReference-sectionTitle" ;
                                       <http://www.w3.org/2004/02/skos/core#definition> "An identifying designation for a particular section for the document content reference." ;
                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215610> ,
                                                                                        <http://purl.obolibrary.org/obo/NCIT_C215610> ;
                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Document Content Reference Section Title" ;
                                       :modelName "sectionTitle" ;
                                       :modelRepresentation "Attribute" ;
                                       :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Duration-durationWillVary
:Duration-durationWillVary rdf:type owl:DatatypeProperty ;
                           rdfs:domain :Duration ;
                           rdfs:range xsd:boolean ;
                           rdfs:label "Duration-durationWillVary" ;
                           <http://www.w3.org/2004/02/skos/core#definition> "An indication as to whether the event duration is planned to vary within and/or across subjects." ;
                           <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C217009> ,
                                                                            <http://purl.obolibrary.org/obo/NCIT_C217009> ;
                           <http://www.w3.org/2004/02/skos/core#prefLabel> "Duration Will Vary Indicator" ;
                           :modelName "durationWillVary" ;
                           :modelRepresentation "Attribute" ;
                           :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Duration-id
:Duration-id rdf:type owl:DatatypeProperty ;
             rdfs:domain :Duration ;
             rdfs:range xsd:string ;
             rdfs:label "Duration-id" ;
             :modelName "id" ;
             :modelRepresentation "Attribute" ;
             :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Duration-instanceType
:Duration-instanceType rdf:type owl:DatatypeProperty ;
                       rdfs:domain :Duration ;
                       rdfs:range xsd:string ;
                       rdfs:label "Duration-instanceType" ;
                       :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Duration-reasonDurationWillVary
:Duration-reasonDurationWillVary rdf:type owl:DatatypeProperty ;
                                 rdfs:domain :Duration ;
                                 rdfs:range xsd:string ;
                                 rdfs:label "Duration-reasonDurationWillVary" ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "The explanation for why the event duration will vary within and/or across subjects." ;
                                 <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C217010> ,
                                                                                  <http://purl.obolibrary.org/obo/NCIT_C217010> ;
                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Reason Duration Will Vary" ;
                                 :modelName "reasonDurationWillVary" ;
                                 :modelRepresentation "Attribute" ;
                                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Duration-text
:Duration-text rdf:type owl:DatatypeProperty ;
               rdfs:domain :Duration ;
               rdfs:range xsd:string ;
               rdfs:label "Duration-text" ;
               <http://www.w3.org/2004/02/skos/core#definition> "An instance of unstructured text that represents the event duration." ;
               <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C217008> ,
                                                                <http://purl.obolibrary.org/obo/NCIT_C217008> ;
               <http://www.w3.org/2004/02/skos/core#prefLabel> "Duration Text" ;
               :modelName "text" ;
               :modelRepresentation "Attribute" ;
               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/EligibilityCriterion-description
:EligibilityCriterion-description rdf:type owl:DatatypeProperty ;
                                  rdfs:domain :EligibilityCriterion ;
                                  rdfs:range xsd:string ;
                                  rdfs:label "EligibilityCriterion-description" ;
                                  <http://www.w3.org/2004/02/skos/core#definition> "A narrative representation of the study eligibility criterion." ;
                                  <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207486> ,
                                                                                   <http://purl.obolibrary.org/obo/NCIT_C207486> ;
                                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Eligibility Criterion Description" ;
                                  :modelName "description" ;
                                  :modelRepresentation "Attribute" ;
                                  :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/EligibilityCriterion-id
:EligibilityCriterion-id rdf:type owl:DatatypeProperty ;
                         rdfs:domain :EligibilityCriterion ;
                         rdfs:range xsd:string ;
                         rdfs:label "EligibilityCriterion-id" ;
                         :modelName "id" ;
                         :modelRepresentation "Attribute" ;
                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/EligibilityCriterion-identifier
:EligibilityCriterion-identifier rdf:type owl:DatatypeProperty ;
                                 rdfs:domain :EligibilityCriterion ;
                                 rdfs:range xsd:string ;
                                 rdfs:label "EligibilityCriterion-identifier" ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "A sequence of characters used to identify, name, or characterize the inclusion or exclusion criterion." ;
                                 <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207489> ,
                                                                                  <http://purl.obolibrary.org/obo/NCIT_C207489> ;
                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Eligibility Criterion Identifier" ;
                                 :modelName "identifier" ;
                                 :modelRepresentation "Attribute" ;
                                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/EligibilityCriterion-instanceType
:EligibilityCriterion-instanceType rdf:type owl:DatatypeProperty ;
                                   rdfs:domain :EligibilityCriterion ;
                                   rdfs:range xsd:string ;
                                   rdfs:label "EligibilityCriterion-instanceType" ;
                                   :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/EligibilityCriterion-label
:EligibilityCriterion-label rdf:type owl:DatatypeProperty ;
                            rdfs:domain :EligibilityCriterion ;
                            rdfs:range xsd:string ;
                            rdfs:label "EligibilityCriterion-label" ;
                            <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the study eligibility criterion." ;
                            <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207487> ,
                                                                             <http://purl.obolibrary.org/obo/NCIT_C207487> ;
                            <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Eligibility Criterion Label" ;
                            :modelName "label" ;
                            :modelRepresentation "Attribute" ;
                            :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/EligibilityCriterion-name
:EligibilityCriterion-name rdf:type owl:DatatypeProperty ;
                           rdfs:domain :EligibilityCriterion ;
                           rdfs:range xsd:string ;
                           rdfs:label "EligibilityCriterion-name" ;
                           <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the study eligibility criterion." ;
                           <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207488> ,
                                                                            <http://purl.obolibrary.org/obo/NCIT_C207488> ;
                           <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Eligibility Criterion Name" ;
                           :modelName "name" ;
                           :modelRepresentation "Attribute" ;
                           :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/EligibilityCriterionItem-instanceType
:EligibilityCriterionItem-instanceType rdf:type owl:DatatypeProperty ;
                                       rdfs:domain :EligibilityCriterionItem ;
                                       rdfs:range xsd:string ;
                                       rdfs:label "EligibilityCriterionItem-instanceType" ;
                                       :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Encounter-description
:Encounter-description rdf:type owl:DatatypeProperty ;
                       rdfs:domain :Encounter ;
                       rdfs:range xsd:string ;
                       rdfs:label "Encounter-description" ;
                       <http://www.w3.org/2004/02/skos/core#definition> "A narrative representation of the protocol-defined study encounter." ;
                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C188836> ,
                                                                        <http://purl.obolibrary.org/obo/NCIT_C188836> ;
                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Encounter Description" ;
                       :modelName "description" ;
                       :modelRepresentation "Attribute" ;
                       :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Encounter-id
:Encounter-id rdf:type owl:DatatypeProperty ;
              rdfs:domain :Encounter ;
              rdfs:range xsd:string ;
              rdfs:label "Encounter-id" ;
              :modelName "id" ;
              :modelRepresentation "Attribute" ;
              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Encounter-instanceType
:Encounter-instanceType rdf:type owl:DatatypeProperty ;
                        rdfs:domain :Encounter ;
                        rdfs:range xsd:string ;
                        rdfs:label "Encounter-instanceType" ;
                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Encounter-label
:Encounter-label rdf:type owl:DatatypeProperty ;
                 rdfs:domain :Encounter ;
                 rdfs:range xsd:string ;
                 rdfs:label "Encounter-label" ;
                 <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the study encounter." ;
                 <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207490> ,
                                                                  <http://purl.obolibrary.org/obo/NCIT_C207490> ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Encounter Label" ;
                 :modelName "label" ;
                 :modelRepresentation "Attribute" ;
                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Encounter-name
:Encounter-name rdf:type owl:DatatypeProperty ;
                rdfs:domain :Encounter ;
                rdfs:range xsd:string ;
                rdfs:label "Encounter-name" ;
                <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) for a protocol-defined study encounter." ;
                <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C171010> ,
                                                                 <http://purl.obolibrary.org/obo/NCIT_C171010> ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Encounter Name" ;
                :modelName "name" ;
                :modelRepresentation "Attribute" ;
                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Endpoint-instanceType
:Endpoint-instanceType rdf:type owl:DatatypeProperty ;
                       rdfs:domain :Endpoint ;
                       rdfs:range xsd:string ;
                       rdfs:label "Endpoint-instanceType" ;
                       :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Endpoint-purpose
:Endpoint-purpose rdf:type owl:DatatypeProperty ;
                  rdfs:domain :Endpoint ;
                  rdfs:range xsd:string ;
                  rdfs:label "Endpoint-purpose" ;
                  <http://www.w3.org/2004/02/skos/core#definition> "The textual representation of the study endpoint purpose." ;
                  <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C188825> ,
                                                                   <http://purl.obolibrary.org/obo/NCIT_C188825> ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Endpoint Purpose Description" ;
                  :modelName "purpose" ;
                  :modelRepresentation "Attribute" ;
                  :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Estimand-description
:Estimand-description rdf:type owl:DatatypeProperty ;
                      rdfs:domain :Estimand ;
                      rdfs:range xsd:string ;
                      rdfs:label "Estimand-description" ;
                      <http://www.w3.org/2004/02/skos/core#definition> "A narrative representation of the estimand." ;
                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215523> ,
                                                                       <http://purl.obolibrary.org/obo/NCIT_C215523> ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Estimand Description" ;
                      :modelName "description" ;
                      :modelRepresentation "Attribute" ;
                      :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Estimand-id
:Estimand-id rdf:type owl:DatatypeProperty ;
             rdfs:domain :Estimand ;
             rdfs:range xsd:string ;
             rdfs:label "Estimand-id" ;
             :modelName "id" ;
             :modelRepresentation "Attribute" ;
             :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Estimand-instanceType
:Estimand-instanceType rdf:type owl:DatatypeProperty ;
                       rdfs:domain :Estimand ;
                       rdfs:range xsd:string ;
                       rdfs:label "Estimand-instanceType" ;
                       :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Estimand-label
:Estimand-label rdf:type owl:DatatypeProperty ;
                rdfs:domain :Estimand ;
                rdfs:range xsd:string ;
                rdfs:label "Estimand-label" ;
                <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the estimand." ;
                <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215524> ,
                                                                 <http://purl.obolibrary.org/obo/NCIT_C215524> ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Estimand Label" ;
                :modelName "label" ;
                :modelRepresentation "Attribute" ;
                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Estimand-name
:Estimand-name rdf:type owl:DatatypeProperty ;
               rdfs:domain :Estimand ;
               rdfs:range xsd:string ;
               rdfs:label "Estimand-name" ;
               <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the estimand." ;
               <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215522> ,
                                                                <http://purl.obolibrary.org/obo/NCIT_C215522> ;
               <http://www.w3.org/2004/02/skos/core#prefLabel> "Estimand Name" ;
               :modelName "name" ;
               :modelRepresentation "Attribute" ;
               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Estimand-populationSummary
:Estimand-populationSummary rdf:type owl:DatatypeProperty ;
                            rdfs:domain :Estimand ;
                            rdfs:range xsd:string ;
                            rdfs:label "Estimand-populationSummary" ;
                            <http://www.w3.org/2004/02/skos/core#definition> "A synopsis of the clinical endpoint of interest within the analysis target study population." ;
                            <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C188853> ,
                                                                             <http://purl.obolibrary.org/obo/NCIT_C188853> ;
                            <http://www.w3.org/2004/02/skos/core#prefLabel> "Population-Level Summary" ;
                            :modelName "populationSummary" ;
                            :modelRepresentation "Attribute" ;
                            :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ExtensionAttribute-id
:ExtensionAttribute-id rdf:type owl:DatatypeProperty ;
                       rdfs:domain :ExtensionAttribute ;
                       rdfs:range xsd:string ;
                       rdfs:label "ExtensionAttribute-id" ;
                       :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ExtensionAttribute-instanceType
:ExtensionAttribute-instanceType rdf:type owl:DatatypeProperty ;
                                 rdfs:domain :ExtensionAttribute ;
                                 rdfs:range xsd:string ;
                                 rdfs:label "ExtensionAttribute-instanceType" ;
                                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ExtensionAttribute-url
:ExtensionAttribute-url rdf:type owl:DatatypeProperty ;
                        rdfs:domain :ExtensionAttribute ;
                        rdfs:range xsd:string ;
                        rdfs:label "ExtensionAttribute-url" ;
                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ExtensionAttribute-valueBoolean
:ExtensionAttribute-valueBoolean rdf:type owl:DatatypeProperty ;
                                 rdfs:domain :ExtensionAttribute ;
                                 rdfs:range xsd:boolean ;
                                 rdfs:label "ExtensionAttribute-valueBoolean" ;
                                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ExtensionAttribute-valueId
:ExtensionAttribute-valueId rdf:type owl:DatatypeProperty ;
                            rdfs:domain :ExtensionAttribute ;
                            rdfs:range xsd:string ;
                            rdfs:label "ExtensionAttribute-valueId" ;
                            :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ExtensionAttribute-valueInteger
:ExtensionAttribute-valueInteger rdf:type owl:DatatypeProperty ;
                                 rdfs:domain :ExtensionAttribute ;
                                 rdfs:range xsd:integer ;
                                 rdfs:label "ExtensionAttribute-valueInteger" ;
                                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ExtensionAttribute-valueString
:ExtensionAttribute-valueString rdf:type owl:DatatypeProperty ;
                                rdfs:domain :ExtensionAttribute ;
                                rdfs:range xsd:string ;
                                rdfs:label "ExtensionAttribute-valueString" ;
                                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ExtensionClass-id
:ExtensionClass-id rdf:type owl:DatatypeProperty ;
                   rdfs:domain :ExtensionClass ;
                   rdfs:range xsd:string ;
                   rdfs:label "ExtensionClass-id" ;
                   :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ExtensionClass-instanceType
:ExtensionClass-instanceType rdf:type owl:DatatypeProperty ;
                             rdfs:domain :ExtensionClass ;
                             rdfs:range xsd:string ;
                             rdfs:label "ExtensionClass-instanceType" ;
                             :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ExtensionClass-url
:ExtensionClass-url rdf:type owl:DatatypeProperty ;
                    rdfs:domain :ExtensionClass ;
                    rdfs:range xsd:string ;
                    rdfs:label "ExtensionClass-url" ;
                    :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/GeographicScope-id
:GeographicScope-id rdf:type owl:DatatypeProperty ;
                    rdfs:domain :GeographicScope ;
                    rdfs:range xsd:string ;
                    rdfs:label "GeographicScope-id" ;
                    :modelName "id" ;
                    :modelRepresentation "Attribute" ;
                    :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/GeographicScope-instanceType
:GeographicScope-instanceType rdf:type owl:DatatypeProperty ;
                              rdfs:domain :GeographicScope ;
                              rdfs:range xsd:string ;
                              rdfs:label "GeographicScope-instanceType" ;
                              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/GovernanceDate-dateValue
:GovernanceDate-dateValue rdf:type owl:DatatypeProperty ;
                          rdfs:domain :GovernanceDate ;
                          rdfs:range xsd:date ;
                          rdfs:label "GovernanceDate-dateValue" ;
                          <http://www.w3.org/2004/02/skos/core#definition> "The information contained in the date field." ;
                          <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207500> ,
                                                                           <http://purl.obolibrary.org/obo/NCIT_C207500> ;
                          <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Governance Date Value" ;
                          :modelName "dateValue" ;
                          :modelRepresentation "Attribute" ;
                          :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/GovernanceDate-description
:GovernanceDate-description rdf:type owl:DatatypeProperty ;
                            rdfs:domain :GovernanceDate ;
                            rdfs:range xsd:string ;
                            rdfs:label "GovernanceDate-description" ;
                            <http://www.w3.org/2004/02/skos/core#definition> "A narrative representation of the study governance date." ;
                            <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207497> ,
                                                                             <http://purl.obolibrary.org/obo/NCIT_C207497> ;
                            <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Governance Date Description" ;
                            :modelName "description" ;
                            :modelRepresentation "Attribute" ;
                            :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/GovernanceDate-id
:GovernanceDate-id rdf:type owl:DatatypeProperty ;
                   rdfs:domain :GovernanceDate ;
                   rdfs:range xsd:string ;
                   rdfs:label "GovernanceDate-id" ;
                   :modelName "id" ;
                   :modelRepresentation "Attribute" ;
                   :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/GovernanceDate-instanceType
:GovernanceDate-instanceType rdf:type owl:DatatypeProperty ;
                             rdfs:domain :GovernanceDate ;
                             rdfs:range xsd:string ;
                             rdfs:label "GovernanceDate-instanceType" ;
                             :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/GovernanceDate-label
:GovernanceDate-label rdf:type owl:DatatypeProperty ;
                      rdfs:domain :GovernanceDate ;
                      rdfs:range xsd:string ;
                      rdfs:label "GovernanceDate-label" ;
                      <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the study governance date." ;
                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207498> ,
                                                                       <http://purl.obolibrary.org/obo/NCIT_C207498> ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Governance Date Label" ;
                      :modelName "label" ;
                      :modelRepresentation "Attribute" ;
                      :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/GovernanceDate-name
:GovernanceDate-name rdf:type owl:DatatypeProperty ;
                     rdfs:domain :GovernanceDate ;
                     rdfs:range xsd:string ;
                     rdfs:label "GovernanceDate-name" ;
                     <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the study governance date" ;
                     <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207499> ,
                                                                      <http://purl.obolibrary.org/obo/NCIT_C207499> ;
                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Governance Date Name" ;
                     :modelName "name" ;
                     :modelRepresentation "Attribute" ;
                     :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Identifier-id
:Identifier-id rdf:type owl:DatatypeProperty ;
               rdfs:domain :Identifier ;
               rdfs:range xsd:string ;
               rdfs:label "Identifier-id" ;
               :modelName "id" ;
               :modelRepresentation "Attribute" ;
               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Identifier-text
:Identifier-text rdf:type owl:DatatypeProperty ;
                 rdfs:domain :Identifier ;
                 rdfs:range xsd:string ;
                 rdfs:label "Identifier-text" ;
                 <http://www.w3.org/2004/02/skos/core#definition> "An instance of structured text that represents the administrable product." ;
                 <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215581> ,
                                                                  <http://purl.obolibrary.org/obo/NCIT_C215581> ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Administrable Product Identifier Text" ;
                 :modelName "text" ;
                 :modelRepresentation "Attribute" ;
                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Indication-description
:Indication-description rdf:type owl:DatatypeProperty ;
                        rdfs:domain :Indication ;
                        rdfs:range xsd:string ;
                        rdfs:label "Indication-description" ;
                        <http://www.w3.org/2004/02/skos/core#definition> "A narrative representation of the condition, disease or disorder that the clinical trial is intended to investigate or address." ;
                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C112038> ,
                                                                         <http://purl.obolibrary.org/obo/NCIT_C112038> ;
                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Disease/Condition Indication Description" ;
                        :modelName "description" ;
                        :modelRepresentation "Attribute" ;
                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Indication-id
:Indication-id rdf:type owl:DatatypeProperty ;
               rdfs:domain :Indication ;
               rdfs:range xsd:string ;
               rdfs:label "Indication-id" ;
               :modelName "id" ;
               :modelRepresentation "Attribute" ;
               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Indication-instanceType
:Indication-instanceType rdf:type owl:DatatypeProperty ;
                         rdfs:domain :Indication ;
                         rdfs:range xsd:string ;
                         rdfs:label "Indication-instanceType" ;
                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Indication-isRareDisease
:Indication-isRareDisease rdf:type owl:DatatypeProperty ;
                          rdfs:domain :Indication ;
                          rdfs:range xsd:boolean ;
                          rdfs:label "Indication-isRareDisease" ;
                          <http://www.w3.org/2004/02/skos/core#definition> "An indication as to whether the disease/condition indication under study is considered a rare disease." ;
                          <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207501> ,
                                                                           <http://purl.obolibrary.org/obo/NCIT_C207501> ;
                          <http://www.w3.org/2004/02/skos/core#prefLabel> "Disease/Condition Indication Is Rare Disease Indicator" ;
                          :modelName "isRareDisease" ;
                          :modelRepresentation "Attribute" ;
                          :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Indication-label
:Indication-label rdf:type owl:DatatypeProperty ;
                  rdfs:domain :Indication ;
                  rdfs:range xsd:string ;
                  rdfs:label "Indication-label" ;
                  <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the disease/condition indication." ;
                  <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207502> ,
                                                                   <http://purl.obolibrary.org/obo/NCIT_C207502> ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Disease/Condition Indication Label" ;
                  :modelName "label" ;
                  :modelRepresentation "Attribute" ;
                  :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Indication-name
:Indication-name rdf:type owl:DatatypeProperty ;
                 rdfs:domain :Indication ;
                 rdfs:range xsd:string ;
                 rdfs:label "Indication-name" ;
                 <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the disease/condition indication." ;
                 <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207503> ,
                                                                  <http://purl.obolibrary.org/obo/NCIT_C207503> ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Disease/Condition Indication Name" ;
                 :modelName "name" ;
                 :modelRepresentation "Attribute" ;
                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Ingredient-id
:Ingredient-id rdf:type owl:DatatypeProperty ;
               rdfs:domain :Ingredient ;
               rdfs:range xsd:string ;
               rdfs:label "Ingredient-id" ;
               :modelName "id" ;
               :modelRepresentation "Attribute" ;
               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Ingredient-instanceType
:Ingredient-instanceType rdf:type owl:DatatypeProperty ;
                         rdfs:domain :Ingredient ;
                         rdfs:range xsd:string ;
                         rdfs:label "Ingredient-instanceType" ;
                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/IntercurrentEvent-instanceType
:IntercurrentEvent-instanceType rdf:type owl:DatatypeProperty ;
                                rdfs:domain :IntercurrentEvent ;
                                rdfs:range xsd:string ;
                                rdfs:label "IntercurrentEvent-instanceType" ;
                                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/IntercurrentEvent-strategy
:IntercurrentEvent-strategy rdf:type owl:DatatypeProperty ;
                            rdfs:domain :IntercurrentEvent ;
                            rdfs:range xsd:string ;
                            rdfs:label "IntercurrentEvent-strategy" ;
                            <http://www.w3.org/2004/02/skos/core#definition> "A textual description of the planned strategy to manage and/or mitigate intercurrent events." ;
                            <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C188857> ,
                                                                             <http://purl.obolibrary.org/obo/NCIT_C188857> ;
                            <http://www.w3.org/2004/02/skos/core#prefLabel> "Intercurrent Event Strategy" ;
                            :modelName "strategy" ;
                            :modelRepresentation "Attribute" ;
                            :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/InterventionalStudyDesign-instanceType
:InterventionalStudyDesign-instanceType rdf:type owl:DatatypeProperty ;
                                        rdfs:domain :InterventionalStudyDesign ;
                                        rdfs:range xsd:string ;
                                        rdfs:label "InterventionalStudyDesign-instanceType" ;
                                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Masking-id
:Masking-id rdf:type owl:DatatypeProperty ;
            rdfs:domain :Masking ;
            rdfs:range xsd:string ;
            rdfs:label "Masking-id" ;
            :modelName "id" ;
            :modelRepresentation "Attribute" ;
            :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Masking-instanceType
:Masking-instanceType rdf:type owl:DatatypeProperty ;
                      rdfs:domain :Masking ;
                      rdfs:range xsd:string ;
                      rdfs:label "Masking-instanceType" ;
                      :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Masking-isMasked
:Masking-isMasked rdf:type owl:DatatypeProperty ;
                  rdfs:domain :Masking ;
                  rdfs:range xsd:boolean ;
                  rdfs:label "Masking-isMasked" ;
                  <http://www.w3.org/2004/02/skos/core#definition> "An indication as to whether the study role is masked." ;
                  <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215554> ,
                                                                   <http://purl.obolibrary.org/obo/NCIT_C215554> ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Masked Indicator" ;
                  :modelName "isMasked" ;
                  :modelRepresentation "Attribute" ;
                  :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Masking-text
:Masking-text rdf:type owl:DatatypeProperty ;
              rdfs:domain :Masking ;
              rdfs:range xsd:string ;
              rdfs:label "Masking-text" ;
              <http://www.w3.org/2004/02/skos/core#definition> "An instance of unstructured text that represents how the masking is performed and maintained." ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215553> ,
                                                               <http://purl.obolibrary.org/obo/NCIT_C215553> ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Masking Text" ;
              :modelName "text" ;
              :modelRepresentation "Attribute" ;
              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/MedicalDevice-description
:MedicalDevice-description rdf:type owl:DatatypeProperty ;
                           rdfs:domain :MedicalDevice ;
                           rdfs:range xsd:string ;
                           rdfs:label "MedicalDevice-description" ;
                           <http://www.w3.org/2004/02/skos/core#definition> "A narrative representation of the medical device." ;
                           <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215615> ,
                                                                            <http://purl.obolibrary.org/obo/NCIT_C215615> ;
                           <http://www.w3.org/2004/02/skos/core#prefLabel> "Medical Device Description" ;
                           :modelName "description" ;
                           :modelRepresentation "Attribute" ;
                           :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/MedicalDevice-hardwareVersion
:MedicalDevice-hardwareVersion rdf:type owl:DatatypeProperty ;
                               rdfs:domain :MedicalDevice ;
                               rdfs:range xsd:string ;
                               rdfs:label "MedicalDevice-hardwareVersion" ;
                               <http://www.w3.org/2004/02/skos/core#definition> "A form or variant of hardware; one of a sequence of copies of the physical components from which a computer is constructed, each incorporating new modifications." ;
                               <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215617> ,
                                                                                <http://purl.obolibrary.org/obo/NCIT_C215617> ;
                               <http://www.w3.org/2004/02/skos/core#prefLabel> "Hardware Version" ;
                               :modelName "hardwareVersion" ;
                               :modelRepresentation "Attribute" ;
                               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/MedicalDevice-id
:MedicalDevice-id rdf:type owl:DatatypeProperty ;
                  rdfs:domain :MedicalDevice ;
                  rdfs:range xsd:string ;
                  rdfs:label "MedicalDevice-id" ;
                  :modelName "id" ;
                  :modelRepresentation "Attribute" ;
                  :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/MedicalDevice-instanceType
:MedicalDevice-instanceType rdf:type owl:DatatypeProperty ;
                            rdfs:domain :MedicalDevice ;
                            rdfs:range xsd:string ;
                            rdfs:label "MedicalDevice-instanceType" ;
                            :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/MedicalDevice-label
:MedicalDevice-label rdf:type owl:DatatypeProperty ;
                     rdfs:domain :MedicalDevice ;
                     rdfs:range xsd:string ;
                     rdfs:label "MedicalDevice-label" ;
                     <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the medical device." ;
                     <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215616> ,
                                                                      <http://purl.obolibrary.org/obo/NCIT_C215616> ;
                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Medical Device Label" ;
                     :modelName "label" ;
                     :modelRepresentation "Attribute" ;
                     :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/MedicalDevice-name
:MedicalDevice-name rdf:type owl:DatatypeProperty ;
                    rdfs:domain :MedicalDevice ;
                    rdfs:range xsd:string ;
                    rdfs:label "MedicalDevice-name" ;
                    <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the medical device." ;
                    <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215614> ,
                                                                     <http://purl.obolibrary.org/obo/NCIT_C215614> ;
                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Medical Device Name" ;
                    :modelName "name" ;
                    :modelRepresentation "Attribute" ;
                    :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/MedicalDevice-softwareVersion
:MedicalDevice-softwareVersion rdf:type owl:DatatypeProperty ;
                               rdfs:domain :MedicalDevice ;
                               rdfs:range xsd:string ;
                               rdfs:label "MedicalDevice-softwareVersion" ;
                               <http://www.w3.org/2004/02/skos/core#definition> "A form or variant of software; one of a sequence of copies of a software program, each incorporating new modifications. (NCI)" ;
                               <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C111093> ,
                                                                                <http://purl.obolibrary.org/obo/NCIT_C111093> ;
                               <http://www.w3.org/2004/02/skos/core#prefLabel> "Software Version" ;
                               :modelName "softwareVersion" ;
                               :modelRepresentation "Attribute" ;
                               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/MedicalDeviceIdentifier-instanceType
:MedicalDeviceIdentifier-instanceType rdf:type owl:DatatypeProperty ;
                                      rdfs:domain :MedicalDeviceIdentifier ;
                                      rdfs:range xsd:string ;
                                      rdfs:label "MedicalDeviceIdentifier-instanceType" ;
                                      :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/NarrativeContent-displaySectionNumber
:NarrativeContent-displaySectionNumber rdf:type owl:DatatypeProperty ;
                                       rdfs:domain :NarrativeContent ;
                                       rdfs:range xsd:boolean ;
                                       rdfs:label "NarrativeContent-displaySectionNumber" ;
                                       <http://www.w3.org/2004/02/skos/core#definition> "An indication as to whether the section number is to be displayed in the document containing narrative content." ;
                                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215535> ,
                                                                                        <http://purl.obolibrary.org/obo/NCIT_C215535> ;
                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Narrative Content Section Number Display Indicator" ;
                                       :modelName "displaySectionNumber" ;
                                       :modelRepresentation "Attribute" ;
                                       :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/NarrativeContent-displaySectionTitle
:NarrativeContent-displaySectionTitle rdf:type owl:DatatypeProperty ;
                                      rdfs:domain :NarrativeContent ;
                                      rdfs:range xsd:boolean ;
                                      rdfs:label "NarrativeContent-displaySectionTitle" ;
                                      <http://www.w3.org/2004/02/skos/core#definition> "An indication as to whether the section title is to be displayed in the document containing narrative content." ;
                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215534> ,
                                                                                       <http://purl.obolibrary.org/obo/NCIT_C215534> ;
                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Narrative Content Section Title Display Indicator" ;
                                      :modelName "displaySectionTitle" ;
                                      :modelRepresentation "Attribute" ;
                                      :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/NarrativeContent-id
:NarrativeContent-id rdf:type owl:DatatypeProperty ;
                     rdfs:domain :NarrativeContent ;
                     rdfs:range xsd:string ;
                     rdfs:label "NarrativeContent-id" ;
                     :modelName "id" ;
                     :modelRepresentation "Attribute" ;
                     :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/NarrativeContent-instanceType
:NarrativeContent-instanceType rdf:type owl:DatatypeProperty ;
                               rdfs:domain :NarrativeContent ;
                               rdfs:range xsd:string ;
                               rdfs:label "NarrativeContent-instanceType" ;
                               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/NarrativeContent-name
:NarrativeContent-name rdf:type owl:DatatypeProperty ;
                       rdfs:domain :NarrativeContent ;
                       rdfs:range xsd:string ;
                       rdfs:label "NarrativeContent-name" ;
                       <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the narrative content." ;
                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207507> ,
                                                                        <http://purl.obolibrary.org/obo/NCIT_C207507> ;
                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Narrative Content Name" ;
                       :modelName "name" ;
                       :modelRepresentation "Attribute" ;
                       :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/NarrativeContent-sectionNumber
:NarrativeContent-sectionNumber rdf:type owl:DatatypeProperty ;
                                rdfs:domain :NarrativeContent ;
                                rdfs:range xsd:string ;
                                rdfs:label "NarrativeContent-sectionNumber" ;
                                <http://www.w3.org/2004/02/skos/core#definition> "The numeric identifier assigned to a particular document section containing narrative content." ;
                                <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207509> ,
                                                                                 <http://purl.obolibrary.org/obo/NCIT_C207509> ;
                                <http://www.w3.org/2004/02/skos/core#prefLabel> "Narrative Content Section Number" ;
                                :modelName "sectionNumber" ;
                                :modelRepresentation "Attribute" ;
                                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/NarrativeContent-sectionTitle
:NarrativeContent-sectionTitle rdf:type owl:DatatypeProperty ;
                               rdfs:domain :NarrativeContent ;
                               rdfs:range xsd:string ;
                               rdfs:label "NarrativeContent-sectionTitle" ;
                               <http://www.w3.org/2004/02/skos/core#definition> "An identifying designation for the document section containing narrative content." ;
                               <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207510> ,
                                                                                <http://purl.obolibrary.org/obo/NCIT_C207510> ;
                               <http://www.w3.org/2004/02/skos/core#prefLabel> "Narrative Content Section Title" ;
                               :modelName "sectionTitle" ;
                               :modelRepresentation "Attribute" ;
                               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/NarrativeContentItem-id
:NarrativeContentItem-id rdf:type owl:DatatypeProperty ;
                         rdfs:domain :NarrativeContentItem ;
                         rdfs:range xsd:string ;
                         rdfs:label "NarrativeContentItem-id" ;
                         :modelName "id" ;
                         :modelRepresentation "Attribute" ;
                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/NarrativeContentItem-instanceType
:NarrativeContentItem-instanceType rdf:type owl:DatatypeProperty ;
                                   rdfs:domain :NarrativeContentItem ;
                                   rdfs:range xsd:string ;
                                   rdfs:label "NarrativeContentItem-instanceType" ;
                                   :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/NarrativeContentItem-name
:NarrativeContentItem-name rdf:type owl:DatatypeProperty ;
                           rdfs:domain :NarrativeContentItem ;
                           rdfs:range xsd:string ;
                           rdfs:label "NarrativeContentItem-name" ;
                           <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the narrative content item." ;
                           <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215557> ,
                                                                            <http://purl.obolibrary.org/obo/NCIT_C215557> ;
                           <http://www.w3.org/2004/02/skos/core#prefLabel> "Narrative Content Item Name" ;
                           :modelName "name" ;
                           :modelRepresentation "Attribute" ;
                           :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/NarrativeContentItem-text
:NarrativeContentItem-text rdf:type owl:DatatypeProperty ;
                           rdfs:domain :NarrativeContentItem ;
                           rdfs:range xsd:string ;
                           rdfs:label "NarrativeContentItem-text" ;
                           <http://www.w3.org/2004/02/skos/core#definition> "An instance of unstructured text that represents the narrative content item." ;
                           <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215558> ,
                                                                            <http://purl.obolibrary.org/obo/NCIT_C215558> ;
                           <http://www.w3.org/2004/02/skos/core#prefLabel> "Narrative Content Item Text" ;
                           :modelName "text" ;
                           :modelRepresentation "Attribute" ;
                           :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Objective-instanceType
:Objective-instanceType rdf:type owl:DatatypeProperty ;
                        rdfs:domain :Objective ;
                        rdfs:range xsd:string ;
                        rdfs:label "Objective-instanceType" ;
                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ObservationalStudyDesign-instanceType
:ObservationalStudyDesign-instanceType rdf:type owl:DatatypeProperty ;
                                       rdfs:domain :ObservationalStudyDesign ;
                                       rdfs:range xsd:string ;
                                       rdfs:label "ObservationalStudyDesign-instanceType" ;
                                       :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Organization-id
:Organization-id rdf:type owl:DatatypeProperty ;
                 rdfs:domain :Organization ;
                 rdfs:range xsd:string ;
                 rdfs:label "Organization-id" ;
                 :modelName "id" ;
                 :modelRepresentation "Attribute" ;
                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Organization-identifier
:Organization-identifier rdf:type owl:DatatypeProperty ;
                         rdfs:domain :Organization ;
                         rdfs:range xsd:string ;
                         rdfs:label "Organization-identifier" ;
                         <http://www.w3.org/2004/02/skos/core#definition> "A unique symbol that establishes identity of the organization. (BRIDG)" ;
                         <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C93401> ,
                                                                          <http://purl.obolibrary.org/obo/NCIT_C93401> ;
                         <http://www.w3.org/2004/02/skos/core#prefLabel> "Organization Identifier" ;
                         :modelName "identifier" ;
                         :modelRepresentation "Attribute" ;
                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Organization-identifierScheme
:Organization-identifierScheme rdf:type owl:DatatypeProperty ;
                               rdfs:domain :Organization ;
                               rdfs:range xsd:string ;
                               rdfs:label "Organization-identifierScheme" ;
                               <http://www.w3.org/2004/02/skos/core#definition> "The name of the organization that provides the identifier for the entity." ;
                               <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C188819> ,
                                                                                <http://purl.obolibrary.org/obo/NCIT_C188819> ;
                               <http://www.w3.org/2004/02/skos/core#prefLabel> "Identifier Provider Organization Name" ;
                               :modelName "identifierScheme" ;
                               :modelRepresentation "Attribute" ;
                               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Organization-instanceType
:Organization-instanceType rdf:type owl:DatatypeProperty ;
                           rdfs:domain :Organization ;
                           rdfs:range xsd:string ;
                           rdfs:label "Organization-instanceType" ;
                           :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Organization-label
:Organization-label rdf:type owl:DatatypeProperty ;
                    rdfs:domain :Organization ;
                    rdfs:range xsd:string ;
                    rdfs:label "Organization-label" ;
                    <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the organization." ;
                    <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207514> ,
                                                                     <http://purl.obolibrary.org/obo/NCIT_C207514> ;
                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Organization Label" ;
                    :modelName "label" ;
                    :modelRepresentation "Attribute" ;
                    :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Organization-name
:Organization-name rdf:type owl:DatatypeProperty ;
                   rdfs:domain :Organization ;
                   rdfs:range xsd:string ;
                   rdfs:label "Organization-name" ;
                   <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the organization." ;
                   <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C93874> ,
                                                                    <http://purl.obolibrary.org/obo/NCIT_C93874> ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Organization Name" ;
                   :modelName "name" ;
                   :modelRepresentation "Attribute" ;
                   :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ParameterMap-id
:ParameterMap-id rdf:type owl:DatatypeProperty ;
                 rdfs:domain :ParameterMap ;
                 rdfs:range xsd:string ;
                 rdfs:label "ParameterMap-id" ;
                 :modelName "id" ;
                 :modelRepresentation "Attribute" ;
                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ParameterMap-instanceType
:ParameterMap-instanceType rdf:type owl:DatatypeProperty ;
                           rdfs:domain :ParameterMap ;
                           rdfs:range xsd:string ;
                           rdfs:label "ParameterMap-instanceType" ;
                           :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ParameterMap-reference
:ParameterMap-reference rdf:type owl:DatatypeProperty ;
                        rdfs:domain :ParameterMap ;
                        rdfs:range xsd:string ;
                        rdfs:label "ParameterMap-reference" ;
                        <http://www.w3.org/2004/02/skos/core#definition> "The reference for a tag used in programming languages, such as a markup language (e.g., HTML, XML), to store attributes and elements." ;
                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207516> ,
                                                                         <http://purl.obolibrary.org/obo/NCIT_C207516> ;
                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Programming Tag Reference" ;
                        :modelName "reference" ;
                        :modelRepresentation "Attribute" ;
                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ParameterMap-tag
:ParameterMap-tag rdf:type owl:DatatypeProperty ;
                  rdfs:domain :ParameterMap ;
                  rdfs:range xsd:string ;
                  rdfs:label "ParameterMap-tag" ;
                  <http://www.w3.org/2004/02/skos/core#definition> "Character strings bounded by angle brackets that act as containers for programming language elements." ;
                  <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207515> ,
                                                                   <http://purl.obolibrary.org/obo/NCIT_C207515> ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Programming Tag" ;
                  :modelName "tag" ;
                  :modelRepresentation "Attribute" ;
                  :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/PersonName-familyName
:PersonName-familyName rdf:type owl:DatatypeProperty ;
                       rdfs:domain :PersonName ;
                       rdfs:range xsd:string ;
                       rdfs:label "PersonName-familyName" ;
                       <http://www.w3.org/2004/02/skos/core#definition> "A word or group of words indicating a person's last (family) name." ;
                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C40975> ,
                                                                        <http://purl.obolibrary.org/obo/NCIT_C40975> ;
                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Person Family Name" ;
                       :modelName "familyName" ;
                       :modelRepresentation "Attribute" ;
                       :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/PersonName-givenNames
:PersonName-givenNames rdf:type owl:DatatypeProperty ;
                       rdfs:domain :PersonName ;
                       rdfs:range xsd:string ;
                       rdfs:label "PersonName-givenNames" ;
                       <http://www.w3.org/2004/02/skos/core#definition> "A word or group of words indicating a person's first (personal or given) name; the name that precedes the surname." ;
                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C40974> ,
                                                                        <http://purl.obolibrary.org/obo/NCIT_C40974> ;
                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Person Given Name" ;
                       :modelName "givenNames" ;
                       :modelRepresentation "Attribute" ;
                       :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/PersonName-id
:PersonName-id rdf:type owl:DatatypeProperty ;
               rdfs:domain :PersonName ;
               rdfs:range xsd:string ;
               rdfs:label "PersonName-id" ;
               :modelName "id" ;
               :modelRepresentation "Attribute" ;
               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/PersonName-instanceType
:PersonName-instanceType rdf:type owl:DatatypeProperty ;
                         rdfs:domain :PersonName ;
                         rdfs:range xsd:string ;
                         rdfs:label "PersonName-instanceType" ;
                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/PersonName-prefixes
:PersonName-prefixes rdf:type owl:DatatypeProperty ;
                     rdfs:domain :PersonName ;
                     rdfs:range xsd:string ;
                     rdfs:label "PersonName-prefixes" ;
                     <http://www.w3.org/2004/02/skos/core#definition> "An affix occurring at the start of the person name string, usually denoting a title or honorific." ;
                     <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C217002> ,
                                                                      <http://purl.obolibrary.org/obo/NCIT_C217002> ;
                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Person Name Prefix" ;
                     :modelName "prefixes" ;
                     :modelRepresentation "Attribute" ;
                     :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/PersonName-suffixes
:PersonName-suffixes rdf:type owl:DatatypeProperty ;
                     rdfs:domain :PersonName ;
                     rdfs:range xsd:string ;
                     rdfs:label "PersonName-suffixes" ;
                     <http://www.w3.org/2004/02/skos/core#definition> "An affix occurring at the end of the person name, usually denoting educational or professional degrees and certifications, and/or filial rank." ;
                     <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C217003> ,
                                                                      <http://purl.obolibrary.org/obo/NCIT_C217003> ;
                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Person Name Suffix" ;
                     :modelName "suffixes" ;
                     :modelRepresentation "Attribute" ;
                     :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/PersonName-text
:PersonName-text rdf:type owl:DatatypeProperty ;
                 rdfs:domain :PersonName ;
                 rdfs:range xsd:string ;
                 rdfs:label "PersonName-text" ;
                 <http://www.w3.org/2004/02/skos/core#definition> "An instance of structured text that represents the person's full name." ;
                 <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C217001> ,
                                                                  <http://purl.obolibrary.org/obo/NCIT_C217001> ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Person Name Text" ;
                 :modelName "text" ;
                 :modelRepresentation "Attribute" ;
                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/PopulationDefinition-description
:PopulationDefinition-description rdf:type owl:DatatypeProperty ;
                                  rdfs:domain :PopulationDefinition ;
                                  rdfs:range xsd:string ;
                                  rdfs:label "PopulationDefinition-description" ;
                                  <http://www.w3.org/2004/02/skos/core#definition> "A narrative representation of the study cohort." ;
                                  <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207542> ,
                                                                                   <http://purl.obolibrary.org/obo/NCIT_C207542> ;
                                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Cohort Description" ;
                                  :modelName "description" ;
                                  :modelRepresentation "Attribute" ;
                                  :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/PopulationDefinition-id
:PopulationDefinition-id rdf:type owl:DatatypeProperty ;
                         rdfs:domain :PopulationDefinition ;
                         rdfs:range xsd:string ;
                         rdfs:label "PopulationDefinition-id" ;
                         :modelName "id" ;
                         :modelRepresentation "Attribute" ;
                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/PopulationDefinition-includesHealthySubjects
:PopulationDefinition-includesHealthySubjects rdf:type owl:DatatypeProperty ;
                                              rdfs:domain :PopulationDefinition ;
                                              rdfs:range xsd:boolean ;
                                              rdfs:label "PopulationDefinition-includesHealthySubjects" ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "An indication as to whether the study cohort includes healthy subjects, that is, subjects without the disease or condition under study." ;
                                              <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207480> ,
                                                                                               <http://purl.obolibrary.org/obo/NCIT_C207480> ;
                                              <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Cohort Includes Healthy Subjects Indicator" ;
                                              :modelName "includesHealthySubjects" ;
                                              :modelRepresentation "Attribute" ;
                                              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/PopulationDefinition-label
:PopulationDefinition-label rdf:type owl:DatatypeProperty ;
                            rdfs:domain :PopulationDefinition ;
                            rdfs:range xsd:string ;
                            rdfs:label "PopulationDefinition-label" ;
                            <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the study cohort." ;
                            <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207543> ,
                                                                             <http://purl.obolibrary.org/obo/NCIT_C207543> ;
                            <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Cohort Label" ;
                            :modelName "label" ;
                            :modelRepresentation "Attribute" ;
                            :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/PopulationDefinition-name
:PopulationDefinition-name rdf:type owl:DatatypeProperty ;
                           rdfs:domain :PopulationDefinition ;
                           rdfs:range xsd:string ;
                           rdfs:label "PopulationDefinition-name" ;
                           <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the study cohort." ;
                           <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207544> ,
                                                                            <http://purl.obolibrary.org/obo/NCIT_C207544> ;
                           <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Cohort Name" ;
                           :modelName "name" ;
                           :modelRepresentation "Attribute" ;
                           :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Procedure-description
:Procedure-description rdf:type owl:DatatypeProperty ;
                       rdfs:domain :Procedure ;
                       rdfs:range xsd:string ;
                       rdfs:label "Procedure-description" ;
                       <http://www.w3.org/2004/02/skos/core#definition> "A narrative representation of the procedure." ;
                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C201324> ,
                                                                        <http://purl.obolibrary.org/obo/NCIT_C201324> ;
                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Procedure Description" ;
                       :modelName "description" ;
                       :modelRepresentation "Attribute" ;
                       :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Procedure-id
:Procedure-id rdf:type owl:DatatypeProperty ;
              rdfs:domain :Procedure ;
              rdfs:range xsd:string ;
              rdfs:label "Procedure-id" ;
              :modelName "id" ;
              :modelRepresentation "Attribute" ;
              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Procedure-instanceType
:Procedure-instanceType rdf:type owl:DatatypeProperty ;
                        rdfs:domain :Procedure ;
                        rdfs:range xsd:string ;
                        rdfs:label "Procedure-instanceType" ;
                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Procedure-label
:Procedure-label rdf:type owl:DatatypeProperty ;
                 rdfs:domain :Procedure ;
                 rdfs:range xsd:string ;
                 rdfs:label "Procedure-label" ;
                 <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the procedure." ;
                 <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207524> ,
                                                                  <http://purl.obolibrary.org/obo/NCIT_C207524> ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Procedure Label" ;
                 :modelName "label" ;
                 :modelRepresentation "Attribute" ;
                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Procedure-name
:Procedure-name rdf:type owl:DatatypeProperty ;
                rdfs:domain :Procedure ;
                rdfs:range xsd:string ;
                rdfs:label "Procedure-name" ;
                <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the procedure." ;
                <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C201325> ,
                                                                 <http://purl.obolibrary.org/obo/NCIT_C201325> ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Procedure Name" ;
                :modelName "name" ;
                :modelRepresentation "Attribute" ;
                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Procedure-procedureType
:Procedure-procedureType rdf:type owl:DatatypeProperty ;
                         rdfs:domain :Procedure ;
                         rdfs:range xsd:string ;
                         rdfs:label "Procedure-procedureType" ;
                         <http://www.w3.org/2004/02/skos/core#definition> "A characterization or classification of the study procedure." ;
                         <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C188848> ,
                                                                          <http://purl.obolibrary.org/obo/NCIT_C188848> ;
                         <http://www.w3.org/2004/02/skos/core#prefLabel> "Procedure Type" ;
                         :modelName "procedureType" ;
                         :modelRepresentation "Attribute" ;
                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ProductOrganizationRole-description
:ProductOrganizationRole-description rdf:type owl:DatatypeProperty ;
                                     rdfs:domain :ProductOrganizationRole ;
                                     rdfs:range xsd:string ;
                                     rdfs:label "ProductOrganizationRole-description" ;
                                     <http://www.w3.org/2004/02/skos/core#definition> "A narrative representation of the product organization role." ;
                                     <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215623> ,
                                                                                      <http://purl.obolibrary.org/obo/NCIT_C215623> ;
                                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Product Organization Role Description" ;
                                     :modelName "description" ;
                                     :modelRepresentation "Attribute" ;
                                     :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ProductOrganizationRole-id
:ProductOrganizationRole-id rdf:type owl:DatatypeProperty ;
                            rdfs:domain :ProductOrganizationRole ;
                            rdfs:range xsd:string ;
                            rdfs:label "ProductOrganizationRole-id" ;
                            :modelName "id" ;
                            :modelRepresentation "Attribute" ;
                            :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ProductOrganizationRole-instanceType
:ProductOrganizationRole-instanceType rdf:type owl:DatatypeProperty ;
                                      rdfs:domain :ProductOrganizationRole ;
                                      rdfs:range xsd:string ;
                                      rdfs:label "ProductOrganizationRole-instanceType" ;
                                      :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ProductOrganizationRole-label
:ProductOrganizationRole-label rdf:type owl:DatatypeProperty ;
                               rdfs:domain :ProductOrganizationRole ;
                               rdfs:range xsd:string ;
                               rdfs:label "ProductOrganizationRole-label" ;
                               <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the product organization role." ;
                               <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215624> ,
                                                                                <http://purl.obolibrary.org/obo/NCIT_C215624> ;
                               <http://www.w3.org/2004/02/skos/core#prefLabel> "Product Organization Role Label" ;
                               :modelName "label" ;
                               :modelRepresentation "Attribute" ;
                               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ProductOrganizationRole-name
:ProductOrganizationRole-name rdf:type owl:DatatypeProperty ;
                              rdfs:domain :ProductOrganizationRole ;
                              rdfs:range xsd:string ;
                              rdfs:label "ProductOrganizationRole-name" ;
                              <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the product organization role." ;
                              <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215622> ,
                                                                               <http://purl.obolibrary.org/obo/NCIT_C215622> ;
                              <http://www.w3.org/2004/02/skos/core#prefLabel> "Product Organization Role Name" ;
                              :modelName "name" ;
                              :modelRepresentation "Attribute" ;
                              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Quantity-instanceType
:Quantity-instanceType rdf:type owl:DatatypeProperty ;
                       rdfs:domain :Quantity ;
                       rdfs:range xsd:string ;
                       rdfs:label "Quantity-instanceType" ;
                       :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Quantity-value
:Quantity-value rdf:type owl:DatatypeProperty ;
                rdfs:domain :Quantity ;
                rdfs:range xsd:float ;
                rdfs:label "Quantity-value" ;
                <http://www.w3.org/2004/02/skos/core#definition> "A numerical quantity measured or assigned or computed." ;
                <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C25712> ,
                                                                 <http://purl.obolibrary.org/obo/NCIT_C25712> ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Quantity Value" ;
                :modelName "value" ;
                :modelRepresentation "Attribute" ;
                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/QuantityRange-id
:QuantityRange-id rdf:type owl:DatatypeProperty ;
                  rdfs:domain :QuantityRange ;
                  rdfs:range xsd:string ;
                  rdfs:label "QuantityRange-id" ;
                  :modelName "id" ;
                  :modelRepresentation "Attribute" ;
                  :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Range-instanceType
:Range-instanceType rdf:type owl:DatatypeProperty ;
                    rdfs:domain :Range ;
                    rdfs:range xsd:string ;
                    rdfs:label "Range-instanceType" ;
                    :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Range-isApproximate
:Range-isApproximate rdf:type owl:DatatypeProperty ;
                     rdfs:domain :Range ;
                     rdfs:range xsd:boolean ;
                     rdfs:label "Range-isApproximate" ;
                     <http://www.w3.org/2004/02/skos/core#definition> "An indication as to whether the value range is almost, but not quite, exact." ;
                     <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207525> ,
                                                                      <http://purl.obolibrary.org/obo/NCIT_C207525> ;
                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Value Range is Approximate Indicator" ;
                     :modelName "isApproximate" ;
                     :modelRepresentation "Attribute" ;
                     :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ReferenceIdentifier-instanceType
:ReferenceIdentifier-instanceType rdf:type owl:DatatypeProperty ;
                                  rdfs:domain :ReferenceIdentifier ;
                                  rdfs:range xsd:string ;
                                  rdfs:label "ReferenceIdentifier-instanceType" ;
                                  :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ResponseCode-id
:ResponseCode-id rdf:type owl:DatatypeProperty ;
                 rdfs:domain :ResponseCode ;
                 rdfs:range xsd:string ;
                 rdfs:label "ResponseCode-id" ;
                 :modelName "id" ;
                 :modelRepresentation "Attribute" ;
                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ResponseCode-instanceType
:ResponseCode-instanceType rdf:type owl:DatatypeProperty ;
                           rdfs:domain :ResponseCode ;
                           rdfs:range xsd:string ;
                           rdfs:label "ResponseCode-instanceType" ;
                           :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ResponseCode-isEnabled
:ResponseCode-isEnabled rdf:type owl:DatatypeProperty ;
                        rdfs:domain :ResponseCode ;
                        rdfs:range xsd:boolean ;
                        rdfs:label "ResponseCode-isEnabled" ;
                        <http://www.w3.org/2004/02/skos/core#definition> "An indication as to whether the response code is activated for use within a given usage context." ;
                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C201330> ,
                                                                         <http://purl.obolibrary.org/obo/NCIT_C201330> ;
                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Response Code Enabled Indicator" ;
                        :modelName "isEnabled" ;
                        :modelRepresentation "Attribute" ;
                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ResponseCode-label
:ResponseCode-label rdf:type owl:DatatypeProperty ;
                    rdfs:domain :ResponseCode ;
                    rdfs:range xsd:string ;
                    rdfs:label "ResponseCode-label" ;
                    <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the response code." ;
                    <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C216999> ,
                                                                     <http://purl.obolibrary.org/obo/NCIT_C216999> ;
                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Response Code Label" ;
                    :modelName "label" ;
                    :modelRepresentation "Attribute" ;
                    :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ResponseCode-name
:ResponseCode-name rdf:type owl:DatatypeProperty ;
                   rdfs:domain :ResponseCode ;
                   rdfs:range xsd:string ;
                   rdfs:label "ResponseCode-name" ;
                   <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the response code." ;
                   <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C216998> ,
                                                                    <http://purl.obolibrary.org/obo/NCIT_C216998> ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Response Code Name" ;
                   :modelName "name" ;
                   :modelRepresentation "Attribute" ;
                   :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ScheduleTimeline-description
:ScheduleTimeline-description rdf:type owl:DatatypeProperty ;
                              rdfs:domain :ScheduleTimeline ;
                              rdfs:range xsd:string ;
                              rdfs:label "ScheduleTimeline-description" ;
                              <http://www.w3.org/2004/02/skos/core#definition> "A narrative representation of the schedule timeline." ;
                              <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C201332> ,
                                                                               <http://purl.obolibrary.org/obo/NCIT_C201332> ;
                              <http://www.w3.org/2004/02/skos/core#prefLabel> "Schedule Timeline Description" ;
                              :modelName "description" ;
                              :modelRepresentation "Attribute" ;
                              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ScheduleTimeline-entryCondition
:ScheduleTimeline-entryCondition rdf:type owl:DatatypeProperty ;
                                 rdfs:domain :ScheduleTimeline ;
                                 rdfs:range xsd:string ;
                                 rdfs:label "ScheduleTimeline-entryCondition" ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "A logical evaluation on which rests the validity of entry into a schedule timeline." ;
                                 <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C201333> ,
                                                                                  <http://purl.obolibrary.org/obo/NCIT_C201333> ;
                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Schedule Timeline Entry Condition" ;
                                 :modelName "entryCondition" ;
                                 :modelRepresentation "Attribute" ;
                                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ScheduleTimeline-id
:ScheduleTimeline-id rdf:type owl:DatatypeProperty ;
                     rdfs:domain :ScheduleTimeline ;
                     rdfs:range xsd:string ;
                     rdfs:label "ScheduleTimeline-id" ;
                     :modelName "id" ;
                     :modelRepresentation "Attribute" ;
                     :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ScheduleTimeline-instanceType
:ScheduleTimeline-instanceType rdf:type owl:DatatypeProperty ;
                               rdfs:domain :ScheduleTimeline ;
                               rdfs:range xsd:string ;
                               rdfs:label "ScheduleTimeline-instanceType" ;
                               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ScheduleTimeline-label
:ScheduleTimeline-label rdf:type owl:DatatypeProperty ;
                        rdfs:domain :ScheduleTimeline ;
                        rdfs:range xsd:string ;
                        rdfs:label "ScheduleTimeline-label" ;
                        <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the schedule timeline." ;
                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207530> ,
                                                                         <http://purl.obolibrary.org/obo/NCIT_C207530> ;
                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Schedule Timeline Label" ;
                        :modelName "label" ;
                        :modelRepresentation "Attribute" ;
                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ScheduleTimeline-mainTimeline
:ScheduleTimeline-mainTimeline rdf:type owl:DatatypeProperty ;
                               rdfs:domain :ScheduleTimeline ;
                               rdfs:range xsd:boolean ;
                               rdfs:label "ScheduleTimeline-mainTimeline" ;
                               <http://www.w3.org/2004/02/skos/core#definition> "An indication as to whether the timeline or timeline component is part of the central or principal timeline." ;
                               <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C201331> ,
                                                                                <http://purl.obolibrary.org/obo/NCIT_C201331> ;
                               <http://www.w3.org/2004/02/skos/core#prefLabel> "Main Timeline Indicator" ;
                               :modelName "mainTimeline" ;
                               :modelRepresentation "Attribute" ;
                               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ScheduleTimeline-name
:ScheduleTimeline-name rdf:type owl:DatatypeProperty ;
                       rdfs:domain :ScheduleTimeline ;
                       rdfs:range xsd:string ;
                       rdfs:label "ScheduleTimeline-name" ;
                       <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the schedule timeline." ;
                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C201334> ,
                                                                        <http://purl.obolibrary.org/obo/NCIT_C201334> ;
                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Schedule Timeline Name" ;
                       :modelName "name" ;
                       :modelRepresentation "Attribute" ;
                       :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ScheduleTimelineExit-id
:ScheduleTimelineExit-id rdf:type owl:DatatypeProperty ;
                         rdfs:domain :ScheduleTimelineExit ;
                         rdfs:range xsd:string ;
                         rdfs:label "ScheduleTimelineExit-id" ;
                         :modelName "id" ;
                         :modelRepresentation "Attribute" ;
                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ScheduleTimelineExit-instanceType
:ScheduleTimelineExit-instanceType rdf:type owl:DatatypeProperty ;
                                   rdfs:domain :ScheduleTimelineExit ;
                                   rdfs:range xsd:string ;
                                   rdfs:label "ScheduleTimelineExit-instanceType" ;
                                   :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ScheduledActivityInstance-instanceType
:ScheduledActivityInstance-instanceType rdf:type owl:DatatypeProperty ;
                                        rdfs:domain :ScheduledActivityInstance ;
                                        rdfs:range xsd:string ;
                                        rdfs:label "ScheduledActivityInstance-instanceType" ;
                                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ScheduledDecisionInstance-instanceType
:ScheduledDecisionInstance-instanceType rdf:type owl:DatatypeProperty ;
                                        rdfs:domain :ScheduledDecisionInstance ;
                                        rdfs:range xsd:string ;
                                        rdfs:label "ScheduledDecisionInstance-instanceType" ;
                                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ScheduledInstance-description
:ScheduledInstance-description rdf:type owl:DatatypeProperty ;
                               rdfs:domain :ScheduledInstance ;
                               rdfs:range xsd:string ;
                               rdfs:label "ScheduledInstance-description" ;
                               <http://www.w3.org/2004/02/skos/core#definition> "A narrative representation of the scheduled activity instance." ;
                               <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207531> ,
                                                                                <http://purl.obolibrary.org/obo/NCIT_C207531> ;
                               <http://www.w3.org/2004/02/skos/core#prefLabel> "Scheduled Activity Instance Description" ;
                               :modelName "description" ;
                               :modelRepresentation "Attribute" ;
                               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ScheduledInstance-id
:ScheduledInstance-id rdf:type owl:DatatypeProperty ;
                      rdfs:domain :ScheduledInstance ;
                      rdfs:range xsd:string ;
                      rdfs:label "ScheduledInstance-id" ;
                      :modelName "id" ;
                      :modelRepresentation "Attribute" ;
                      :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ScheduledInstance-label
:ScheduledInstance-label rdf:type owl:DatatypeProperty ;
                         rdfs:domain :ScheduledInstance ;
                         rdfs:range xsd:string ;
                         rdfs:label "ScheduledInstance-label" ;
                         <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the scheduled activity instance." ;
                         <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207532> ,
                                                                          <http://purl.obolibrary.org/obo/NCIT_C207532> ;
                         <http://www.w3.org/2004/02/skos/core#prefLabel> "Scheduled Activity Instance Label" ;
                         :modelName "label" ;
                         :modelRepresentation "Attribute" ;
                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/ScheduledInstance-name
:ScheduledInstance-name rdf:type owl:DatatypeProperty ;
                        rdfs:domain :ScheduledInstance ;
                        rdfs:range xsd:string ;
                        rdfs:label "ScheduledInstance-name" ;
                        <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the scheduled activity instance." ;
                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207533> ,
                                                                         <http://purl.obolibrary.org/obo/NCIT_C207533> ;
                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Scheduled Activity Instance Name" ;
                        :modelName "name" ;
                        :modelRepresentation "Attribute" ;
                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Strength-description
:Strength-description rdf:type owl:DatatypeProperty ;
                      rdfs:domain :Strength ;
                      rdfs:range xsd:string ;
                      rdfs:label "Strength-description" ;
                      <http://www.w3.org/2004/02/skos/core#definition> "A narrative representation of the substance strength." ;
                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215591> ,
                                                                       <http://purl.obolibrary.org/obo/NCIT_C215591> ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Substance Strength Description" ;
                      :modelName "description" ;
                      :modelRepresentation "Attribute" ;
                      :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Strength-id
:Strength-id rdf:type owl:DatatypeProperty ;
             rdfs:domain :Strength ;
             rdfs:range xsd:string ;
             rdfs:label "Strength-id" ;
             :modelName "id" ;
             :modelRepresentation "Attribute" ;
             :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Strength-instanceType
:Strength-instanceType rdf:type owl:DatatypeProperty ;
                       rdfs:domain :Strength ;
                       rdfs:range xsd:string ;
                       rdfs:label "Strength-instanceType" ;
                       :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Strength-label
:Strength-label rdf:type owl:DatatypeProperty ;
                rdfs:domain :Strength ;
                rdfs:range xsd:string ;
                rdfs:label "Strength-label" ;
                <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the substance strength." ;
                <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215592> ,
                                                                 <http://purl.obolibrary.org/obo/NCIT_C215592> ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Substance Strength Label" ;
                :modelName "label" ;
                :modelRepresentation "Attribute" ;
                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Strength-name
:Strength-name rdf:type owl:DatatypeProperty ;
               rdfs:domain :Strength ;
               rdfs:range xsd:string ;
               rdfs:label "Strength-name" ;
               <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the substance strength." ;
               <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215590> ,
                                                                <http://purl.obolibrary.org/obo/NCIT_C215590> ;
               <http://www.w3.org/2004/02/skos/core#prefLabel> "Substance Strength Name" ;
               :modelName "name" ;
               :modelRepresentation "Attribute" ;
               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Study-description
:Study-description rdf:type owl:DatatypeProperty ;
                   rdfs:domain :Study ;
                   rdfs:range xsd:string ;
                   rdfs:label "Study-description" ;
                   <http://www.w3.org/2004/02/skos/core#definition> "A narrative representation of the clinical study." ;
                   <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C142704> ,
                                                                    <http://purl.obolibrary.org/obo/NCIT_C142704> ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Clinical Study Description" ;
                   :modelName "description" ;
                   :modelRepresentation "Attribute" ;
                   :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Study-id
:Study-id rdf:type owl:DatatypeProperty ;
          rdfs:domain :Study ;
          rdfs:range xsd:string ;
          rdfs:label "Study-id" ;
          :modelName "id" ;
          :modelRepresentation "Attribute" ;
          :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Study-instanceType
:Study-instanceType rdf:type owl:DatatypeProperty ;
                    rdfs:domain :Study ;
                    rdfs:range xsd:string ;
                    rdfs:label "Study-instanceType" ;
                    :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Study-label
:Study-label rdf:type owl:DatatypeProperty ;
             rdfs:domain :Study ;
             rdfs:range xsd:string ;
             rdfs:label "Study-label" ;
             <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the clinical study." ;
             <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207479> ,
                                                              <http://purl.obolibrary.org/obo/NCIT_C207479> ;
             <http://www.w3.org/2004/02/skos/core#prefLabel> "Clinical Study Label" ;
             :modelName "label" ;
             :modelRepresentation "Attribute" ;
             :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Study-name
:Study-name rdf:type owl:DatatypeProperty ;
            rdfs:domain :Study ;
            rdfs:range xsd:string ;
            rdfs:label "Study-name" ;
            <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the clinical study." ;
            <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C68631> ,
                                                             <http://purl.obolibrary.org/obo/NCIT_C68631> ;
            <http://www.w3.org/2004/02/skos/core#prefLabel> "Clinical Study Name" ;
            :modelName "name" ;
            :modelRepresentation "Attribute" ;
            :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyAmendment-description
:StudyAmendment-description rdf:type owl:DatatypeProperty ;
                            rdfs:domain :StudyAmendment ;
                            rdfs:range xsd:string ;
                            rdfs:label "StudyAmendment-description" ;
                            <http://www.w3.org/2004/02/skos/core#definition> "A narrative representation of the study amendment." ;
                            <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C216996> ,
                                                                             <http://purl.obolibrary.org/obo/NCIT_C216996> ;
                            <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Amendment Description" ;
                            :modelName "description" ;
                            :modelRepresentation "Attribute" ;
                            :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyAmendment-id
:StudyAmendment-id rdf:type owl:DatatypeProperty ;
                   rdfs:domain :StudyAmendment ;
                   rdfs:range xsd:string ;
                   rdfs:label "StudyAmendment-id" ;
                   :modelName "id" ;
                   :modelRepresentation "Attribute" ;
                   :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyAmendment-instanceType
:StudyAmendment-instanceType rdf:type owl:DatatypeProperty ;
                             rdfs:domain :StudyAmendment ;
                             rdfs:range xsd:string ;
                             rdfs:label "StudyAmendment-instanceType" ;
                             :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyAmendment-label
:StudyAmendment-label rdf:type owl:DatatypeProperty ;
                      rdfs:domain :StudyAmendment ;
                      rdfs:range xsd:string ;
                      rdfs:label "StudyAmendment-label" ;
                      <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the study amendment." ;
                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C216997> ,
                                                                       <http://purl.obolibrary.org/obo/NCIT_C216997> ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Amendment Label" ;
                      :modelName "label" ;
                      :modelRepresentation "Attribute" ;
                      :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyAmendment-name
:StudyAmendment-name rdf:type owl:DatatypeProperty ;
                     rdfs:domain :StudyAmendment ;
                     rdfs:range xsd:string ;
                     rdfs:label "StudyAmendment-name" ;
                     <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the study amendment." ;
                     <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C216995> ,
                                                                      <http://purl.obolibrary.org/obo/NCIT_C216995> ;
                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Amendment Name" ;
                     :modelName "name" ;
                     :modelRepresentation "Attribute" ;
                     :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyAmendment-number
:StudyAmendment-number rdf:type owl:DatatypeProperty ;
                       rdfs:domain :StudyAmendment ;
                       rdfs:range xsd:string ;
                       rdfs:label "StudyAmendment-number" ;
                       <http://www.w3.org/2004/02/skos/core#definition> "A string of numerals that uniquely identifies a protocol amendment." ;
                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207537> ,
                                                                        <http://purl.obolibrary.org/obo/NCIT_C207537> ;
                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Amendment Number" ;
                       :modelName "number" ;
                       :modelRepresentation "Attribute" ;
                       :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyAmendment-summary
:StudyAmendment-summary rdf:type owl:DatatypeProperty ;
                        rdfs:domain :StudyAmendment ;
                        rdfs:range xsd:string ;
                        rdfs:label "StudyAmendment-summary" ;
                        <http://www.w3.org/2004/02/skos/core#definition> "A short narrative representation describing the changes introduced in the current version of the protocol." ;
                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C115627> ,
                                                                         <http://purl.obolibrary.org/obo/NCIT_C115627> ;
                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Amendment Summary" ;
                        :modelName "summary" ;
                        :modelRepresentation "Attribute" ;
                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyAmendmentImpact-id
:StudyAmendmentImpact-id rdf:type owl:DatatypeProperty ;
                         rdfs:domain :StudyAmendmentImpact ;
                         rdfs:range xsd:string ;
                         rdfs:label "StudyAmendmentImpact-id" ;
                         :modelName "id" ;
                         :modelRepresentation "Attribute" ;
                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyAmendmentImpact-instanceType
:StudyAmendmentImpact-instanceType rdf:type owl:DatatypeProperty ;
                                   rdfs:domain :StudyAmendmentImpact ;
                                   rdfs:range xsd:string ;
                                   rdfs:label "StudyAmendmentImpact-instanceType" ;
                                   :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyAmendmentImpact-isSubstantial
:StudyAmendmentImpact-isSubstantial rdf:type owl:DatatypeProperty ;
                                    rdfs:domain :StudyAmendmentImpact ;
                                    rdfs:range xsd:boolean ;
                                    rdfs:label "StudyAmendmentImpact-isSubstantial" ;
                                    <http://www.w3.org/2004/02/skos/core#definition> "An indication as to whether the study amendment's impact on the study is substantial." ;
                                    <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207538> ,
                                                                                     <http://purl.obolibrary.org/obo/NCIT_C207538> ;
                                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Amendment Impact Substantial Indicator" ;
                                    :modelName "isSubstantial" ;
                                    :modelRepresentation "Attribute" ;
                                    :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyAmendmentImpact-text
:StudyAmendmentImpact-text rdf:type owl:DatatypeProperty ;
                           rdfs:domain :StudyAmendmentImpact ;
                           rdfs:range xsd:string ;
                           rdfs:label "StudyAmendmentImpact-text" ;
                           <http://www.w3.org/2004/02/skos/core#definition> "An instance of unstructured text that represents the study amendment impact." ;
                           <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215611> ,
                                                                            <http://purl.obolibrary.org/obo/NCIT_C215611> ;
                           <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Amendment Impact Text" ;
                           :modelName "text" ;
                           :modelRepresentation "Attribute" ;
                           :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyAmendmentReason-id
:StudyAmendmentReason-id rdf:type owl:DatatypeProperty ;
                         rdfs:domain :StudyAmendmentReason ;
                         rdfs:range xsd:string ;
                         rdfs:label "StudyAmendmentReason-id" ;
                         :modelName "id" ;
                         :modelRepresentation "Attribute" ;
                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyAmendmentReason-instanceType
:StudyAmendmentReason-instanceType rdf:type owl:DatatypeProperty ;
                                   rdfs:domain :StudyAmendmentReason ;
                                   rdfs:range xsd:string ;
                                   rdfs:label "StudyAmendmentReason-instanceType" ;
                                   :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyAmendmentReason-otherReason
:StudyAmendmentReason-otherReason rdf:type owl:DatatypeProperty ;
                                  rdfs:domain :StudyAmendmentReason ;
                                  rdfs:range xsd:string ;
                                  rdfs:label "StudyAmendmentReason-otherReason" ;
                                  <http://www.w3.org/2004/02/skos/core#definition> "The rationale for the change(s) to, or formal clarification of, a protocol that is not otherwise specified." ;
                                  <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207539> ,
                                                                                   <http://purl.obolibrary.org/obo/NCIT_C207539> ;
                                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Other Reason for Study Amendment" ;
                                  :modelName "otherReason" ;
                                  :modelRepresentation "Attribute" ;
                                  :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyArm-dataOriginDescription
:StudyArm-dataOriginDescription rdf:type owl:DatatypeProperty ;
                                rdfs:domain :StudyArm ;
                                rdfs:range xsd:string ;
                                rdfs:label "StudyArm-dataOriginDescription" ;
                                <http://www.w3.org/2004/02/skos/core#definition> "The textual representation of the study arm data origin." ;
                                <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C188828> ,
                                                                                 <http://purl.obolibrary.org/obo/NCIT_C188828> ;
                                <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Arm Data Origin Description" ;
                                :modelName "dataOriginDescription" ;
                                :modelRepresentation "Attribute" ;
                                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyArm-description
:StudyArm-description rdf:type owl:DatatypeProperty ;
                      rdfs:domain :StudyArm ;
                      rdfs:range xsd:string ;
                      rdfs:label "StudyArm-description" ;
                      <http://www.w3.org/2004/02/skos/core#definition> "A narrative representation of the study arm." ;
                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C93728> ,
                                                                       <http://purl.obolibrary.org/obo/NCIT_C93728> ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Arm Description" ;
                      :modelName "description" ;
                      :modelRepresentation "Attribute" ;
                      :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyArm-id
:StudyArm-id rdf:type owl:DatatypeProperty ;
             rdfs:domain :StudyArm ;
             rdfs:range xsd:string ;
             rdfs:label "StudyArm-id" ;
             :modelName "id" ;
             :modelRepresentation "Attribute" ;
             :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyArm-instanceType
:StudyArm-instanceType rdf:type owl:DatatypeProperty ;
                       rdfs:domain :StudyArm ;
                       rdfs:range xsd:string ;
                       rdfs:label "StudyArm-instanceType" ;
                       :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyArm-label
:StudyArm-label rdf:type owl:DatatypeProperty ;
                rdfs:domain :StudyArm ;
                rdfs:range xsd:string ;
                rdfs:label "StudyArm-label" ;
                <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the study arm." ;
                <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C172456> ,
                                                                 <http://purl.obolibrary.org/obo/NCIT_C172456> ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Arm Label" ;
                :modelName "label" ;
                :modelRepresentation "Attribute" ;
                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyArm-name
:StudyArm-name rdf:type owl:DatatypeProperty ;
               rdfs:domain :StudyArm ;
               rdfs:range xsd:string ;
               rdfs:label "StudyArm-name" ;
               <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the study arm." ;
               <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C170984> ,
                                                                <http://purl.obolibrary.org/obo/NCIT_C170984> ;
               <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Arm Name" ;
               :modelName "name" ;
               :modelRepresentation "Attribute" ;
               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyCell-id
:StudyCell-id rdf:type owl:DatatypeProperty ;
              rdfs:domain :StudyCell ;
              rdfs:range xsd:string ;
              rdfs:label "StudyCell-id" ;
              :modelName "id" ;
              :modelRepresentation "Attribute" ;
              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyCell-instanceType
:StudyCell-instanceType rdf:type owl:DatatypeProperty ;
                        rdfs:domain :StudyCell ;
                        rdfs:range xsd:string ;
                        rdfs:label "StudyCell-instanceType" ;
                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyChange-description
:StudyChange-description rdf:type owl:DatatypeProperty ;
                         rdfs:domain :StudyChange ;
                         rdfs:range xsd:string ;
                         rdfs:label "StudyChange-description" ;
                         <http://www.w3.org/2004/02/skos/core#definition> "A narrative representation of the study change." ;
                         <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215605> ,
                                                                          <http://purl.obolibrary.org/obo/NCIT_C215605> ;
                         <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Change Description" ;
                         :modelName "description" ;
                         :modelRepresentation "Attribute" ;
                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyChange-id
:StudyChange-id rdf:type owl:DatatypeProperty ;
                rdfs:domain :StudyChange ;
                rdfs:range xsd:string ;
                rdfs:label "StudyChange-id" ;
                :modelName "id" ;
                :modelRepresentation "Attribute" ;
                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyChange-instanceType
:StudyChange-instanceType rdf:type owl:DatatypeProperty ;
                          rdfs:domain :StudyChange ;
                          rdfs:range xsd:string ;
                          rdfs:label "StudyChange-instanceType" ;
                          :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyChange-label
:StudyChange-label rdf:type owl:DatatypeProperty ;
                   rdfs:domain :StudyChange ;
                   rdfs:range xsd:string ;
                   rdfs:label "StudyChange-label" ;
                   <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the study change." ;
                   <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215606> ,
                                                                    <http://purl.obolibrary.org/obo/NCIT_C215606> ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Change Label" ;
                   :modelName "label" ;
                   :modelRepresentation "Attribute" ;
                   :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyChange-name
:StudyChange-name rdf:type owl:DatatypeProperty ;
                  rdfs:domain :StudyChange ;
                  rdfs:range xsd:string ;
                  rdfs:label "StudyChange-name" ;
                  <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the study change." ;
                  <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215604> ,
                                                                   <http://purl.obolibrary.org/obo/NCIT_C215604> ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Change Name" ;
                  :modelName "name" ;
                  :modelRepresentation "Attribute" ;
                  :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyChange-rationale
:StudyChange-rationale rdf:type owl:DatatypeProperty ;
                       rdfs:domain :StudyChange ;
                       rdfs:range xsd:string ;
                       rdfs:label "StudyChange-rationale" ;
                       <http://www.w3.org/2004/02/skos/core#definition> "An explanation as to the logical reasons for why a study change has occurred." ;
                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215608> ,
                                                                        <http://purl.obolibrary.org/obo/NCIT_C215608> ;
                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Change Rationale" ;
                       :modelName "rationale" ;
                       :modelRepresentation "Attribute" ;
                       :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyChange-summary
:StudyChange-summary rdf:type owl:DatatypeProperty ;
                     rdfs:domain :StudyChange ;
                     rdfs:range xsd:string ;
                     rdfs:label "StudyChange-summary" ;
                     <http://www.w3.org/2004/02/skos/core#definition> "A short narrative representation describing the changes introduced in the current version of the study." ;
                     <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215607> ,
                                                                      <http://purl.obolibrary.org/obo/NCIT_C215607> ;
                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Change Summary" ;
                     :modelName "summary" ;
                     :modelRepresentation "Attribute" ;
                     :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyCohort-instanceType
:StudyCohort-instanceType rdf:type owl:DatatypeProperty ;
                          rdfs:domain :StudyCohort ;
                          rdfs:range xsd:string ;
                          rdfs:label "StudyCohort-instanceType" ;
                          :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDefinitionDocument-description
:StudyDefinitionDocument-description rdf:type owl:DatatypeProperty ;
                                     rdfs:domain :StudyDefinitionDocument ;
                                     rdfs:range xsd:string ;
                                     rdfs:label "StudyDefinitionDocument-description" ;
                                     <http://www.w3.org/2004/02/skos/core#definition> "A narrative representation of the study definition document." ;
                                     <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215560> ,
                                                                                      <http://purl.obolibrary.org/obo/NCIT_C215560> ;
                                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Definition Document Description" ;
                                     :modelName "description" ;
                                     :modelRepresentation "Attribute" ;
                                     :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDefinitionDocument-id
:StudyDefinitionDocument-id rdf:type owl:DatatypeProperty ;
                            rdfs:domain :StudyDefinitionDocument ;
                            rdfs:range xsd:string ;
                            rdfs:label "StudyDefinitionDocument-id" ;
                            :modelName "id" ;
                            :modelRepresentation "Attribute" ;
                            :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDefinitionDocument-instanceType
:StudyDefinitionDocument-instanceType rdf:type owl:DatatypeProperty ;
                                      rdfs:domain :StudyDefinitionDocument ;
                                      rdfs:range xsd:string ;
                                      rdfs:label "StudyDefinitionDocument-instanceType" ;
                                      :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDefinitionDocument-label
:StudyDefinitionDocument-label rdf:type owl:DatatypeProperty ;
                               rdfs:domain :StudyDefinitionDocument ;
                               rdfs:range xsd:string ;
                               rdfs:label "StudyDefinitionDocument-label" ;
                               <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the study definition document." ;
                               <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215561> ,
                                                                                <http://purl.obolibrary.org/obo/NCIT_C215561> ;
                               <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Definition Document Label" ;
                               :modelName "label" ;
                               :modelRepresentation "Attribute" ;
                               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDefinitionDocument-name
:StudyDefinitionDocument-name rdf:type owl:DatatypeProperty ;
                              rdfs:domain :StudyDefinitionDocument ;
                              rdfs:range xsd:string ;
                              rdfs:label "StudyDefinitionDocument-name" ;
                              <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the study definition document." ;
                              <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215559> ,
                                                                               <http://purl.obolibrary.org/obo/NCIT_C215559> ;
                              <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Definition Document Name" ;
                              :modelName "name" ;
                              :modelRepresentation "Attribute" ;
                              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDefinitionDocument-templateName
:StudyDefinitionDocument-templateName rdf:type owl:DatatypeProperty ;
                                      rdfs:domain :StudyDefinitionDocument ;
                                      rdfs:range xsd:string ;
                                      rdfs:label "StudyDefinitionDocument-templateName" ;
                                      <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the study definition document template." ;
                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215562> ,
                                                                                       <http://purl.obolibrary.org/obo/NCIT_C215562> ;
                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Definition Document Template Name" ;
                                      :modelName "templateName" ;
                                      :modelRepresentation "Attribute" ;
                                      :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDefinitionDocumentVersion-id
:StudyDefinitionDocumentVersion-id rdf:type owl:DatatypeProperty ;
                                   rdfs:domain :StudyDefinitionDocumentVersion ;
                                   rdfs:range xsd:string ;
                                   rdfs:label "StudyDefinitionDocumentVersion-id" ;
                                   :modelName "id" ;
                                   :modelRepresentation "Attribute" ;
                                   :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDefinitionDocumentVersion-instanceType
:StudyDefinitionDocumentVersion-instanceType rdf:type owl:DatatypeProperty ;
                                             rdfs:domain :StudyDefinitionDocumentVersion ;
                                             rdfs:range xsd:string ;
                                             rdfs:label "StudyDefinitionDocumentVersion-instanceType" ;
                                             :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDefinitionDocumentVersion-version
:StudyDefinitionDocumentVersion-version rdf:type owl:DatatypeProperty ;
                                        rdfs:domain :StudyDefinitionDocumentVersion ;
                                        rdfs:range xsd:string ;
                                        rdfs:label "StudyDefinitionDocumentVersion-version" ;
                                        <http://www.w3.org/2004/02/skos/core#definition> "A sequence of characters used to identify the version of the study definition document." ;
                                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215566> ,
                                                                                         <http://purl.obolibrary.org/obo/NCIT_C215566> ;
                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Definition Document Version Identifier" ;
                                        :modelName "version" ;
                                        :modelRepresentation "Attribute" ;
                                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDesign-description
:StudyDesign-description rdf:type owl:DatatypeProperty ;
                         rdfs:domain :StudyDesign ;
                         rdfs:range xsd:string ;
                         rdfs:label "StudyDesign-description" ;
                         <http://www.w3.org/2004/02/skos/core#definition> "A narrative representation of the interventional study design." ;
                         <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215627> ,
                                                                          <http://purl.obolibrary.org/obo/NCIT_C215627> ;
                         <http://www.w3.org/2004/02/skos/core#prefLabel> "Interventional Study Design Description" ;
                         :modelName "description" ;
                         :modelRepresentation "Attribute" ;
                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDesign-id
:StudyDesign-id rdf:type owl:DatatypeProperty ;
                rdfs:domain :StudyDesign ;
                rdfs:range xsd:string ;
                rdfs:label "StudyDesign-id" ;
                :modelName "id" ;
                :modelRepresentation "Attribute" ;
                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDesign-label
:StudyDesign-label rdf:type owl:DatatypeProperty ;
                   rdfs:domain :StudyDesign ;
                   rdfs:range xsd:string ;
                   rdfs:label "StudyDesign-label" ;
                   <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the interventional study design." ;
                   <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215628> ,
                                                                    <http://purl.obolibrary.org/obo/NCIT_C215628> ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Interventional Study Design Label" ;
                   :modelName "label" ;
                   :modelRepresentation "Attribute" ;
                   :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDesign-name
:StudyDesign-name rdf:type owl:DatatypeProperty ;
                  rdfs:domain :StudyDesign ;
                  rdfs:range xsd:string ;
                  rdfs:label "StudyDesign-name" ;
                  <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the interventional study design." ;
                  <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215626> ,
                                                                   <http://purl.obolibrary.org/obo/NCIT_C215626> ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Interventional Study Design Name" ;
                  :modelName "name" ;
                  :modelRepresentation "Attribute" ;
                  :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDesign-rationale
:StudyDesign-rationale rdf:type owl:DatatypeProperty ;
                       rdfs:domain :StudyDesign ;
                       rdfs:range xsd:string ;
                       rdfs:label "StudyDesign-rationale" ;
                       <http://www.w3.org/2004/02/skos/core#definition> "Reason(s) for choosing the interventional study design. This may include reasons for the choice of control or comparator, as well as the scientific rationale for the study design." ;
                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215629> ,
                                                                        <http://purl.obolibrary.org/obo/NCIT_C215629> ;
                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Interventional Study Design Rationale" ;
                       :modelName "rationale" ;
                       :modelRepresentation "Attribute" ;
                       :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyDesignPopulation-instanceType
:StudyDesignPopulation-instanceType rdf:type owl:DatatypeProperty ;
                                    rdfs:domain :StudyDesignPopulation ;
                                    rdfs:range xsd:string ;
                                    rdfs:label "StudyDesignPopulation-instanceType" ;
                                    :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyElement-description
:StudyElement-description rdf:type owl:DatatypeProperty ;
                          rdfs:domain :StudyElement ;
                          rdfs:range xsd:string ;
                          rdfs:label "StudyElement-description" ;
                          <http://www.w3.org/2004/02/skos/core#definition> "A narrative representation of the study design element." ;
                          <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C188834> ,
                                                                           <http://purl.obolibrary.org/obo/NCIT_C188834> ;
                          <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Design Element Description" ;
                          :modelName "description" ;
                          :modelRepresentation "Attribute" ;
                          :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyElement-id
:StudyElement-id rdf:type owl:DatatypeProperty ;
                 rdfs:domain :StudyElement ;
                 rdfs:range xsd:string ;
                 rdfs:label "StudyElement-id" ;
                 :modelName "id" ;
                 :modelRepresentation "Attribute" ;
                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyElement-instanceType
:StudyElement-instanceType rdf:type owl:DatatypeProperty ;
                           rdfs:domain :StudyElement ;
                           rdfs:range xsd:string ;
                           rdfs:label "StudyElement-instanceType" ;
                           :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyElement-label
:StudyElement-label rdf:type owl:DatatypeProperty ;
                    rdfs:domain :StudyElement ;
                    rdfs:range xsd:string ;
                    rdfs:label "StudyElement-label" ;
                    <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the study design element." ;
                    <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207554> ,
                                                                     <http://purl.obolibrary.org/obo/NCIT_C207554> ;
                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Design Element Label" ;
                    :modelName "label" ;
                    :modelRepresentation "Attribute" ;
                    :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyElement-name
:StudyElement-name rdf:type owl:DatatypeProperty ;
                   rdfs:domain :StudyElement ;
                   rdfs:range xsd:string ;
                   rdfs:label "StudyElement-name" ;
                   <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the study design element." ;
                   <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C188833> ,
                                                                    <http://purl.obolibrary.org/obo/NCIT_C188833> ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Design Element Name" ;
                   :modelName "name" ;
                   :modelRepresentation "Attribute" ;
                   :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyEpoch-description
:StudyEpoch-description rdf:type owl:DatatypeProperty ;
                        rdfs:domain :StudyEpoch ;
                        rdfs:range xsd:string ;
                        rdfs:label "StudyEpoch-description" ;
                        <http://www.w3.org/2004/02/skos/core#definition> "A narrative representation of the study epoch." ;
                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C93824> ,
                                                                         <http://purl.obolibrary.org/obo/NCIT_C93824> ;
                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Epoch Description" ;
                        :modelName "description" ;
                        :modelRepresentation "Attribute" ;
                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyEpoch-id
:StudyEpoch-id rdf:type owl:DatatypeProperty ;
               rdfs:domain :StudyEpoch ;
               rdfs:range xsd:string ;
               rdfs:label "StudyEpoch-id" ;
               :modelName "id" ;
               :modelRepresentation "Attribute" ;
               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyEpoch-instanceType
:StudyEpoch-instanceType rdf:type owl:DatatypeProperty ;
                         rdfs:domain :StudyEpoch ;
                         rdfs:range xsd:string ;
                         rdfs:label "StudyEpoch-instanceType" ;
                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyEpoch-label
:StudyEpoch-label rdf:type owl:DatatypeProperty ;
                  rdfs:domain :StudyEpoch ;
                  rdfs:range xsd:string ;
                  rdfs:label "StudyEpoch-label" ;
                  <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the study epoch." ;
                  <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207555> ,
                                                                   <http://purl.obolibrary.org/obo/NCIT_C207555> ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Epoch Label" ;
                  :modelName "label" ;
                  :modelRepresentation "Attribute" ;
                  :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyEpoch-name
:StudyEpoch-name rdf:type owl:DatatypeProperty ;
                 rdfs:domain :StudyEpoch ;
                 rdfs:range xsd:string ;
                 rdfs:label "StudyEpoch-name" ;
                 <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the study epoch, i.e., the named time period defined in the protocol, wherein a study activity is specified and unchanging throughout the interval, to support a study-specific purpose." ;
                 <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C93825> ,
                                                                  <http://purl.obolibrary.org/obo/NCIT_C93825> ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Epoch Name" ;
                 :modelName "name" ;
                 :modelRepresentation "Attribute" ;
                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyIdentifier-instanceType
:StudyIdentifier-instanceType rdf:type owl:DatatypeProperty ;
                              rdfs:domain :StudyIdentifier ;
                              rdfs:range xsd:string ;
                              rdfs:label "StudyIdentifier-instanceType" ;
                              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyIntervention-description
:StudyIntervention-description rdf:type owl:DatatypeProperty ;
                               rdfs:domain :StudyIntervention ;
                               rdfs:range xsd:string ;
                               rdfs:label "StudyIntervention-description" ;
                               <http://www.w3.org/2004/02/skos/core#definition> "A narrative representation of the study intervention." ;
                               <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207647> ,
                                                                                <http://purl.obolibrary.org/obo/NCIT_C207647> ;
                               <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Intervention Description" ;
                               :modelName "description" ;
                               :modelRepresentation "Attribute" ;
                               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyIntervention-id
:StudyIntervention-id rdf:type owl:DatatypeProperty ;
                      rdfs:domain :StudyIntervention ;
                      rdfs:range xsd:string ;
                      rdfs:label "StudyIntervention-id" ;
                      :modelName "id" ;
                      :modelRepresentation "Attribute" ;
                      :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyIntervention-instanceType
:StudyIntervention-instanceType rdf:type owl:DatatypeProperty ;
                                rdfs:domain :StudyIntervention ;
                                rdfs:range xsd:string ;
                                rdfs:label "StudyIntervention-instanceType" ;
                                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyIntervention-label
:StudyIntervention-label rdf:type owl:DatatypeProperty ;
                         rdfs:domain :StudyIntervention ;
                         rdfs:range xsd:string ;
                         rdfs:label "StudyIntervention-label" ;
                         <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the study intervention." ;
                         <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207556> ,
                                                                          <http://purl.obolibrary.org/obo/NCIT_C207556> ;
                         <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Intervention Label" ;
                         :modelName "label" ;
                         :modelRepresentation "Attribute" ;
                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyIntervention-name
:StudyIntervention-name rdf:type owl:DatatypeProperty ;
                        rdfs:domain :StudyIntervention ;
                        rdfs:range xsd:string ;
                        rdfs:label "StudyIntervention-name" ;
                        <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the study intervention." ;
                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207558> ,
                                                                         <http://purl.obolibrary.org/obo/NCIT_C207558> ;
                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Intervention Name" ;
                        :modelName "name" ;
                        :modelRepresentation "Attribute" ;
                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyRole-description
:StudyRole-description rdf:type owl:DatatypeProperty ;
                       rdfs:domain :StudyRole ;
                       rdfs:range xsd:string ;
                       rdfs:label "StudyRole-description" ;
                       <http://www.w3.org/2004/02/skos/core#definition> "A narrative representation of the study role." ;
                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215601> ,
                                                                        <http://purl.obolibrary.org/obo/NCIT_C215601> ;
                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Role Description" ;
                       :modelName "description" ;
                       :modelRepresentation "Attribute" ;
                       :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyRole-id
:StudyRole-id rdf:type owl:DatatypeProperty ;
              rdfs:domain :StudyRole ;
              rdfs:range xsd:string ;
              rdfs:label "StudyRole-id" ;
              :modelName "id" ;
              :modelRepresentation "Attribute" ;
              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyRole-instanceType
:StudyRole-instanceType rdf:type owl:DatatypeProperty ;
                        rdfs:domain :StudyRole ;
                        rdfs:range xsd:string ;
                        rdfs:label "StudyRole-instanceType" ;
                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyRole-label
:StudyRole-label rdf:type owl:DatatypeProperty ;
                 rdfs:domain :StudyRole ;
                 rdfs:range xsd:string ;
                 rdfs:label "StudyRole-label" ;
                 <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the study role." ;
                 <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215602> ,
                                                                  <http://purl.obolibrary.org/obo/NCIT_C215602> ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Role Label" ;
                 :modelName "label" ;
                 :modelRepresentation "Attribute" ;
                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyRole-name
:StudyRole-name rdf:type owl:DatatypeProperty ;
                rdfs:domain :StudyRole ;
                rdfs:range xsd:string ;
                rdfs:label "StudyRole-name" ;
                <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the study role." ;
                <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215600> ,
                                                                 <http://purl.obolibrary.org/obo/NCIT_C215600> ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Role Name" ;
                :modelName "name" ;
                :modelRepresentation "Attribute" ;
                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudySite-description
:StudySite-description rdf:type owl:DatatypeProperty ;
                       rdfs:domain :StudySite ;
                       rdfs:range xsd:string ;
                       rdfs:label "StudySite-description" ;
                       <http://www.w3.org/2004/02/skos/core#definition> "A narrative representation of the study site." ;
                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207564> ,
                                                                        <http://purl.obolibrary.org/obo/NCIT_C207564> ;
                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Site Description" ;
                       :modelName "description" ;
                       :modelRepresentation "Attribute" ;
                       :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudySite-id
:StudySite-id rdf:type owl:DatatypeProperty ;
              rdfs:domain :StudySite ;
              rdfs:range xsd:string ;
              rdfs:label "StudySite-id" ;
              :modelName "id" ;
              :modelRepresentation "Attribute" ;
              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudySite-instanceType
:StudySite-instanceType rdf:type owl:DatatypeProperty ;
                        rdfs:domain :StudySite ;
                        rdfs:range xsd:string ;
                        rdfs:label "StudySite-instanceType" ;
                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudySite-label
:StudySite-label rdf:type owl:DatatypeProperty ;
                 rdfs:domain :StudySite ;
                 rdfs:range xsd:string ;
                 rdfs:label "StudySite-label" ;
                 <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the study site." ;
                 <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207565> ,
                                                                  <http://purl.obolibrary.org/obo/NCIT_C207565> ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Site Label" ;
                 :modelName "label" ;
                 :modelRepresentation "Attribute" ;
                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudySite-name
:StudySite-name rdf:type owl:DatatypeProperty ;
                rdfs:domain :StudySite ;
                rdfs:range xsd:string ;
                rdfs:label "StudySite-name" ;
                <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the study site." ;
                <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207566> ,
                                                                 <http://purl.obolibrary.org/obo/NCIT_C207566> ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Site Name" ;
                :modelName "name" ;
                :modelRepresentation "Attribute" ;
                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyTitle-id
:StudyTitle-id rdf:type owl:DatatypeProperty ;
               rdfs:domain :StudyTitle ;
               rdfs:range xsd:string ;
               rdfs:label "StudyTitle-id" ;
               :modelName "id" ;
               :modelRepresentation "Attribute" ;
               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyTitle-instanceType
:StudyTitle-instanceType rdf:type owl:DatatypeProperty ;
                         rdfs:domain :StudyTitle ;
                         rdfs:range xsd:string ;
                         rdfs:label "StudyTitle-instanceType" ;
                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyTitle-text
:StudyTitle-text rdf:type owl:DatatypeProperty ;
                 rdfs:domain :StudyTitle ;
                 rdfs:range xsd:string ;
                 rdfs:label "StudyTitle-text" ;
                 <http://www.w3.org/2004/02/skos/core#definition> "An instance of unstructured text that represents the study title." ;
                 <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207567> ,
                                                                  <http://purl.obolibrary.org/obo/NCIT_C207567> ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Title Text" ;
                 :modelName "text" ;
                 :modelRepresentation "Attribute" ;
                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyVersion-id
:StudyVersion-id rdf:type owl:DatatypeProperty ;
                 rdfs:domain :StudyVersion ;
                 rdfs:range xsd:string ;
                 rdfs:label "StudyVersion-id" ;
                 :modelName "id" ;
                 :modelRepresentation "Attribute" ;
                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyVersion-instanceType
:StudyVersion-instanceType rdf:type owl:DatatypeProperty ;
                           rdfs:domain :StudyVersion ;
                           rdfs:range xsd:string ;
                           rdfs:label "StudyVersion-instanceType" ;
                           :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyVersion-rationale
:StudyVersion-rationale rdf:type owl:DatatypeProperty ;
                        rdfs:domain :StudyVersion ;
                        rdfs:range xsd:string ;
                        rdfs:label "StudyVersion-rationale" ;
                        <http://www.w3.org/2004/02/skos/core#definition> "A statement describing the overall rationale of the study. This field describes the contribution of this study to product development, i.e., what knowledge is being contributed from the conduct of this study." ;
                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C94122> ,
                                                                         <http://purl.obolibrary.org/obo/NCIT_C94122> ;
                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Rationale" ;
                        :modelName "rationale" ;
                        :modelRepresentation "Attribute" ;
                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/StudyVersion-versionIdentifier
:StudyVersion-versionIdentifier rdf:type owl:DatatypeProperty ;
                                rdfs:domain :StudyVersion ;
                                rdfs:range xsd:string ;
                                rdfs:label "StudyVersion-versionIdentifier" ;
                                <http://www.w3.org/2004/02/skos/core#definition> "A sequence of characters used to identify, name, or characterize the study version." ;
                                <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207570> ,
                                                                                 <http://purl.obolibrary.org/obo/NCIT_C207570> ;
                                <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Version Identifier" ;
                                :modelName "versionIdentifier" ;
                                :modelRepresentation "Attribute" ;
                                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/SubjectEnrollment-description
:SubjectEnrollment-description rdf:type owl:DatatypeProperty ;
                               rdfs:domain :SubjectEnrollment ;
                               rdfs:range xsd:string ;
                               rdfs:label "SubjectEnrollment-description" ;
                               <http://www.w3.org/2004/02/skos/core#definition> "A narrative representation of the subject enrollment." ;
                               <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215541> ,
                                                                                <http://purl.obolibrary.org/obo/NCIT_C215541> ;
                               <http://www.w3.org/2004/02/skos/core#prefLabel> "Subject Enrollment Description" ;
                               :modelName "description" ;
                               :modelRepresentation "Attribute" ;
                               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/SubjectEnrollment-id
:SubjectEnrollment-id rdf:type owl:DatatypeProperty ;
                      rdfs:domain :SubjectEnrollment ;
                      rdfs:range xsd:string ;
                      rdfs:label "SubjectEnrollment-id" ;
                      :modelName "id" ;
                      :modelRepresentation "Attribute" ;
                      :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/SubjectEnrollment-instanceType
:SubjectEnrollment-instanceType rdf:type owl:DatatypeProperty ;
                                rdfs:domain :SubjectEnrollment ;
                                rdfs:range xsd:string ;
                                rdfs:label "SubjectEnrollment-instanceType" ;
                                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/SubjectEnrollment-label
:SubjectEnrollment-label rdf:type owl:DatatypeProperty ;
                         rdfs:domain :SubjectEnrollment ;
                         rdfs:range xsd:string ;
                         rdfs:label "SubjectEnrollment-label" ;
                         <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the subject enrollment.." ;
                         <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215542> ,
                                                                          <http://purl.obolibrary.org/obo/NCIT_C215542> ;
                         <http://www.w3.org/2004/02/skos/core#prefLabel> "Subject Enrollment Label" ;
                         :modelName "label" ;
                         :modelRepresentation "Attribute" ;
                         :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/SubjectEnrollment-name
:SubjectEnrollment-name rdf:type owl:DatatypeProperty ;
                        rdfs:domain :SubjectEnrollment ;
                        rdfs:range xsd:string ;
                        rdfs:label "SubjectEnrollment-name" ;
                        <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the subject enrollment." ;
                        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215540> ,
                                                                         <http://purl.obolibrary.org/obo/NCIT_C215540> ;
                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Subject Enrollment Name" ;
                        :modelName "name" ;
                        :modelRepresentation "Attribute" ;
                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Substance-description
:Substance-description rdf:type owl:DatatypeProperty ;
                       rdfs:domain :Substance ;
                       rdfs:range xsd:string ;
                       rdfs:label "Substance-description" ;
                       <http://www.w3.org/2004/02/skos/core#definition> "A narrative representation of the substance." ;
                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215587> ,
                                                                        <http://purl.obolibrary.org/obo/NCIT_C215587> ;
                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Substance Description" ;
                       :modelName "description" ;
                       :modelRepresentation "Attribute" ;
                       :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Substance-id
:Substance-id rdf:type owl:DatatypeProperty ;
              rdfs:domain :Substance ;
              rdfs:range xsd:string ;
              rdfs:label "Substance-id" ;
              :modelName "id" ;
              :modelRepresentation "Attribute" ;
              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Substance-instanceType
:Substance-instanceType rdf:type owl:DatatypeProperty ;
                        rdfs:domain :Substance ;
                        rdfs:range xsd:string ;
                        rdfs:label "Substance-instanceType" ;
                        :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Substance-label
:Substance-label rdf:type owl:DatatypeProperty ;
                 rdfs:domain :Substance ;
                 rdfs:range xsd:string ;
                 rdfs:label "Substance-label" ;
                 <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the substance." ;
                 <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215588> ,
                                                                  <http://purl.obolibrary.org/obo/NCIT_C215588> ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Substance Label" ;
                 :modelName "label" ;
                 :modelRepresentation "Attribute" ;
                 :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Substance-name
:Substance-name rdf:type owl:DatatypeProperty ;
                rdfs:domain :Substance ;
                rdfs:range xsd:string ;
                rdfs:label "Substance-name" ;
                <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the substance." ;
                <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215586> ,
                                                                 <http://purl.obolibrary.org/obo/NCIT_C215586> ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Substance Name" ;
                :modelName "name" ;
                :modelRepresentation "Attribute" ;
                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/SyntaxTemplate-description
:SyntaxTemplate-description rdf:type owl:DatatypeProperty ;
                            rdfs:domain :SyntaxTemplate ;
                            rdfs:range xsd:string ;
                            rdfs:label "SyntaxTemplate-description" ;
                            <http://www.w3.org/2004/02/skos/core#definition> "A narrative representation of the characteristic." ;
                            <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207475> ,
                                                                             <http://purl.obolibrary.org/obo/NCIT_C207475> ;
                            <http://www.w3.org/2004/02/skos/core#prefLabel> "Characteristic Description" ;
                            :modelName "description" ;
                            :modelRepresentation "Attribute" ;
                            :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/SyntaxTemplate-id
:SyntaxTemplate-id rdf:type owl:DatatypeProperty ;
                   rdfs:domain :SyntaxTemplate ;
                   rdfs:range xsd:string ;
                   rdfs:label "SyntaxTemplate-id" ;
                   :modelName "id" ;
                   :modelRepresentation "Attribute" ;
                   :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/SyntaxTemplate-label
:SyntaxTemplate-label rdf:type owl:DatatypeProperty ;
                      rdfs:domain :SyntaxTemplate ;
                      rdfs:range xsd:string ;
                      rdfs:label "SyntaxTemplate-label" ;
                      <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the characteristic." ;
                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207476> ,
                                                                       <http://purl.obolibrary.org/obo/NCIT_C207476> ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Characteristic Label" ;
                      :modelName "label" ;
                      :modelRepresentation "Attribute" ;
                      :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/SyntaxTemplate-name
:SyntaxTemplate-name rdf:type owl:DatatypeProperty ;
                     rdfs:domain :SyntaxTemplate ;
                     rdfs:range xsd:string ;
                     rdfs:label "SyntaxTemplate-name" ;
                     <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the characteristic." ;
                     <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207477> ,
                                                                      <http://purl.obolibrary.org/obo/NCIT_C207477> ;
                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Characteristic Name" ;
                     :modelName "name" ;
                     :modelRepresentation "Attribute" ;
                     :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/SyntaxTemplate-text
:SyntaxTemplate-text rdf:type owl:DatatypeProperty ;
                     rdfs:domain :SyntaxTemplate ;
                     rdfs:range xsd:string ;
                     rdfs:label "SyntaxTemplate-text" ;
                     <http://www.w3.org/2004/02/skos/core#definition> "An instance of structured text that represents the characteristic." ;
                     <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207478> ,
                                                                      <http://purl.obolibrary.org/obo/NCIT_C207478> ;
                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Characteristic Text" ;
                     :modelName "text" ;
                     :modelRepresentation "Attribute" ;
                     :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/SyntaxTemplateDictionary-description
:SyntaxTemplateDictionary-description rdf:type owl:DatatypeProperty ;
                                      rdfs:domain :SyntaxTemplateDictionary ;
                                      rdfs:range xsd:string ;
                                      rdfs:label "SyntaxTemplateDictionary-description" ;
                                      <http://www.w3.org/2004/02/skos/core#definition> "A narrative representation of the syntax template dictionary." ;
                                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207579> ,
                                                                                       <http://purl.obolibrary.org/obo/NCIT_C207579> ;
                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Syntax Template Dictionary Description" ;
                                      :modelName "description" ;
                                      :modelRepresentation "Attribute" ;
                                      :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/SyntaxTemplateDictionary-id
:SyntaxTemplateDictionary-id rdf:type owl:DatatypeProperty ;
                             rdfs:domain :SyntaxTemplateDictionary ;
                             rdfs:range xsd:string ;
                             rdfs:label "SyntaxTemplateDictionary-id" ;
                             :modelName "id" ;
                             :modelRepresentation "Attribute" ;
                             :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/SyntaxTemplateDictionary-instanceType
:SyntaxTemplateDictionary-instanceType rdf:type owl:DatatypeProperty ;
                                       rdfs:domain :SyntaxTemplateDictionary ;
                                       rdfs:range xsd:string ;
                                       rdfs:label "SyntaxTemplateDictionary-instanceType" ;
                                       :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/SyntaxTemplateDictionary-label
:SyntaxTemplateDictionary-label rdf:type owl:DatatypeProperty ;
                                rdfs:domain :SyntaxTemplateDictionary ;
                                rdfs:range xsd:string ;
                                rdfs:label "SyntaxTemplateDictionary-label" ;
                                <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the syntax template dictionary." ;
                                <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207580> ,
                                                                                 <http://purl.obolibrary.org/obo/NCIT_C207580> ;
                                <http://www.w3.org/2004/02/skos/core#prefLabel> "Syntax Template Dictionary Label" ;
                                :modelName "label" ;
                                :modelRepresentation "Attribute" ;
                                :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/SyntaxTemplateDictionary-name
:SyntaxTemplateDictionary-name rdf:type owl:DatatypeProperty ;
                               rdfs:domain :SyntaxTemplateDictionary ;
                               rdfs:range xsd:string ;
                               rdfs:label "SyntaxTemplateDictionary-name" ;
                               <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the syntax template dictionary." ;
                               <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207581> ,
                                                                                <http://purl.obolibrary.org/obo/NCIT_C207581> ;
                               <http://www.w3.org/2004/02/skos/core#prefLabel> "Syntax Template Dictionary Name" ;
                               :modelName "name" ;
                               :modelRepresentation "Attribute" ;
                               :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Timing-description
:Timing-description rdf:type owl:DatatypeProperty ;
                    rdfs:domain :Timing ;
                    rdfs:range xsd:string ;
                    rdfs:label "Timing-description" ;
                    <http://www.w3.org/2004/02/skos/core#definition> "A narrative representation of the chronological relationship between temporal events." ;
                    <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C164648> ,
                                                                     <http://purl.obolibrary.org/obo/NCIT_C164648> ;
                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Timing Description" ;
                    :modelName "description" ;
                    :modelRepresentation "Attribute" ;
                    :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Timing-id
:Timing-id rdf:type owl:DatatypeProperty ;
           rdfs:domain :Timing ;
           rdfs:range xsd:string ;
           rdfs:label "Timing-id" ;
           :modelName "id" ;
           :modelRepresentation "Attribute" ;
           :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Timing-instanceType
:Timing-instanceType rdf:type owl:DatatypeProperty ;
                     rdfs:domain :Timing ;
                     rdfs:range xsd:string ;
                     rdfs:label "Timing-instanceType" ;
                     :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Timing-label
:Timing-label rdf:type owl:DatatypeProperty ;
              rdfs:domain :Timing ;
              rdfs:range xsd:string ;
              rdfs:label "Timing-label" ;
              <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the timing." ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207583> ,
                                                               <http://purl.obolibrary.org/obo/NCIT_C207583> ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Timing Label" ;
              :modelName "label" ;
              :modelRepresentation "Attribute" ;
              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Timing-name
:Timing-name rdf:type owl:DatatypeProperty ;
             rdfs:domain :Timing ;
             rdfs:range xsd:string ;
             rdfs:label "Timing-name" ;
             <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the timing." ;
             <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207584> ,
                                                              <http://purl.obolibrary.org/obo/NCIT_C207584> ;
             <http://www.w3.org/2004/02/skos/core#prefLabel> "Timing Name" ;
             :modelName "name" ;
             :modelRepresentation "Attribute" ;
             :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Timing-value
:Timing-value rdf:type owl:DatatypeProperty ;
              rdfs:domain :Timing ;
              rdfs:range xsd:string ;
              rdfs:label "Timing-value" ;
              <http://www.w3.org/2004/02/skos/core#definition> "The temporal value of the chronological relationship between temporal events." ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C201341> ,
                                                               <http://purl.obolibrary.org/obo/NCIT_C201341> ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Timing Value" ;
              :modelName "value" ;
              :modelRepresentation "Attribute" ;
              :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Timing-valueLabel
:Timing-valueLabel rdf:type owl:DatatypeProperty ;
                   rdfs:domain :Timing ;
                   rdfs:range xsd:string ;
                   rdfs:label "Timing-valueLabel" ;
                   <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the timing value." ;
                   <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207585> ,
                                                                    <http://purl.obolibrary.org/obo/NCIT_C207585> ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Timing Value Label" ;
                   :modelName "valueLabel" ;
                   :modelRepresentation "Attribute" ;
                   :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Timing-windowLabel
:Timing-windowLabel rdf:type owl:DatatypeProperty ;
                    rdfs:domain :Timing ;
                    rdfs:range xsd:string ;
                    rdfs:label "Timing-windowLabel" ;
                    <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for a time period, or other type of interval, during which a temporal event may be achieved, obtained, or observed." ;
                    <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207586> ,
                                                                     <http://purl.obolibrary.org/obo/NCIT_C207586> ;
                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Timing Window Label" ;
                    :modelName "windowLabel" ;
                    :modelRepresentation "Attribute" ;
                    :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Timing-windowLower
:Timing-windowLower rdf:type owl:DatatypeProperty ;
                    rdfs:domain :Timing ;
                    rdfs:range xsd:string ;
                    rdfs:label "Timing-windowLower" ;
                    <http://www.w3.org/2004/02/skos/core#definition> "The earliest chronological value of an allowable period of time during which a temporal event takes place." ;
                    <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C201342> ,
                                                                     <http://purl.obolibrary.org/obo/NCIT_C201342> ;
                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Timing Window, Lower" ;
                    :modelName "windowLower" ;
                    :modelRepresentation "Attribute" ;
                    :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/Timing-windowUpper
:Timing-windowUpper rdf:type owl:DatatypeProperty ;
                    rdfs:domain :Timing ;
                    rdfs:range xsd:string ;
                    rdfs:label "Timing-windowUpper" ;
                    <http://www.w3.org/2004/02/skos/core#definition> "The latest chronological value of an allowable period of time during which a temporal event takes place." ;
                    <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C201343> ,
                                                                     <http://purl.obolibrary.org/obo/NCIT_C201343> ;
                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Timing Window, Upper" ;
                    :modelName "windowUpper" ;
                    :modelRepresentation "Attribute" ;
                    :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/TransitionRule-description
:TransitionRule-description rdf:type owl:DatatypeProperty ;
                            rdfs:domain :TransitionRule ;
                            rdfs:range xsd:string ;
                            rdfs:label "TransitionRule-description" ;
                            <http://www.w3.org/2004/02/skos/core#definition> "A narrative representation of the transition rule." ;
                            <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C188835> ,
                                                                             <http://purl.obolibrary.org/obo/NCIT_C188835> ;
                            <http://www.w3.org/2004/02/skos/core#prefLabel> "Transition Rule Description" ;
                            :modelName "description" ;
                            :modelRepresentation "Attribute" ;
                            :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/TransitionRule-id
:TransitionRule-id rdf:type owl:DatatypeProperty ;
                   rdfs:domain :TransitionRule ;
                   rdfs:range xsd:string ;
                   rdfs:label "TransitionRule-id" ;
                   :modelName "id" ;
                   :modelRepresentation "Attribute" ;
                   :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/TransitionRule-instanceType
:TransitionRule-instanceType rdf:type owl:DatatypeProperty ;
                             rdfs:domain :TransitionRule ;
                             rdfs:range xsd:string ;
                             rdfs:label "TransitionRule-instanceType" ;
                             :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/TransitionRule-label
:TransitionRule-label rdf:type owl:DatatypeProperty ;
                      rdfs:domain :TransitionRule ;
                      rdfs:range xsd:string ;
                      rdfs:label "TransitionRule-label" ;
                      <http://www.w3.org/2004/02/skos/core#definition> "The short descriptive designation for the transition rule." ;
                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207587> ,
                                                                       <http://purl.obolibrary.org/obo/NCIT_C207587> ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Transition Rule Label" ;
                      :modelName "label" ;
                      :modelRepresentation "Attribute" ;
                      :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/TransitionRule-name
:TransitionRule-name rdf:type owl:DatatypeProperty ;
                     rdfs:domain :TransitionRule ;
                     rdfs:range xsd:string ;
                     rdfs:label "TransitionRule-name" ;
                     <http://www.w3.org/2004/02/skos/core#definition> "The literal identifier (i.e., distinctive designation) of the transition rule." ;
                     <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207588> ,
                                                                      <http://purl.obolibrary.org/obo/NCIT_C207588> ;
                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Transition Rule Name" ;
                     :modelName "name" ;
                     :modelRepresentation "Attribute" ;
                     :relationshipType "Value" .


###  https://w3id.org/cdisc/usdm/v4/TransitionRule-text
:TransitionRule-text rdf:type owl:DatatypeProperty ;
                     rdfs:domain :TransitionRule ;
                     rdfs:range xsd:string ;
                     rdfs:label "TransitionRule-text" ;
                     <http://www.w3.org/2004/02/skos/core#definition> "An instance of unstructured text that represents the transition rule." ;
                     <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207589> ,
                                                                      <http://purl.obolibrary.org/obo/NCIT_C207589> ;
                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Transition Rule Text" ;
                     :modelName "text" ;
                     :modelRepresentation "Attribute" ;
                     :relationshipType "Value" .


#################################################################
#    Classes
#################################################################

###  https://w3id.org/cdisc/usdm/v4/Abbreviation
:Abbreviation rdf:type owl:Class ;
              rdfs:subClassOf [ rdf:type owl:Restriction ;
                                owl:onProperty :Abbreviation-abbreviatedText ;
                                owl:cardinality "1"^^xsd:nonNegativeInteger
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :Abbreviation-expandedText ;
                                owl:cardinality "1"^^xsd:nonNegativeInteger
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :Abbreviation-id ;
                                owl:cardinality "1"^^xsd:nonNegativeInteger
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :Abbreviation-instanceType ;
                                owl:cardinality "1"^^xsd:nonNegativeInteger
                              ] ;
              rdfs:label "Abbreviation" ;
              <http://www.w3.org/2004/02/skos/core#definition> "A set of letters that are drawn from a word or from a sequence of words and that are used for brevity in place of the full word or phrase. (CDISC Glossary)" ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C42610> ,
                                                               <http://purl.obolibrary.org/obo/NCIT_C42610> ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Abbreviation" ;
              :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/Activity
:Activity rdf:type owl:Class ;
          rdfs:subClassOf [ rdf:type owl:Restriction ;
                            owl:onProperty :Activity-nextId ;
                            owl:maxCardinality "1"^^xsd:nonNegativeInteger
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :Activity-previousId ;
                            owl:maxCardinality "1"^^xsd:nonNegativeInteger
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :Activity-timelineId ;
                            owl:maxCardinality "1"^^xsd:nonNegativeInteger
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :Activity-id ;
                            owl:cardinality "1"^^xsd:nonNegativeInteger
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :Activity-instanceType ;
                            owl:cardinality "1"^^xsd:nonNegativeInteger
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :Activity-name ;
                            owl:cardinality "1"^^xsd:nonNegativeInteger
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :Activity-description ;
                            owl:maxCardinality "1"^^xsd:nonNegativeInteger
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :Activity-label ;
                            owl:maxCardinality "1"^^xsd:nonNegativeInteger
                          ] ;
          rdfs:label "Activity" ;
          <http://www.w3.org/2004/02/skos/core#definition> "An action, undertaking, or event, which is anticipated to be performed or observed, or was performed or observed, according to the study protocol during the execution of the study." ;
          <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C71473> ,
                                                           <http://purl.obolibrary.org/obo/NCIT_C71473> ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Activity" ;
          :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/Address
:Address rdf:type owl:Class ;
         rdfs:subClassOf [ rdf:type owl:Restriction ;
                           owl:onProperty :Address-country ;
                           owl:maxCardinality "1"^^xsd:nonNegativeInteger
                         ] ,
                         [ rdf:type owl:Restriction ;
                           owl:onProperty :Address-id ;
                           owl:cardinality "1"^^xsd:nonNegativeInteger
                         ] ,
                         [ rdf:type owl:Restriction ;
                           owl:onProperty :Address-instanceType ;
                           owl:cardinality "1"^^xsd:nonNegativeInteger
                         ] ,
                         [ rdf:type owl:Restriction ;
                           owl:onProperty :Address-city ;
                           owl:maxCardinality "1"^^xsd:nonNegativeInteger
                         ] ,
                         [ rdf:type owl:Restriction ;
                           owl:onProperty :Address-district ;
                           owl:maxCardinality "1"^^xsd:nonNegativeInteger
                         ] ,
                         [ rdf:type owl:Restriction ;
                           owl:onProperty :Address-postalCode ;
                           owl:maxCardinality "1"^^xsd:nonNegativeInteger
                         ] ,
                         [ rdf:type owl:Restriction ;
                           owl:onProperty :Address-state ;
                           owl:maxCardinality "1"^^xsd:nonNegativeInteger
                         ] ,
                         [ rdf:type owl:Restriction ;
                           owl:onProperty :Address-text ;
                           owl:maxCardinality "1"^^xsd:nonNegativeInteger
                         ] ;
         rdfs:label "Address" ;
         <http://www.w3.org/2004/02/skos/core#definition> "A standardized representation of the location of a person, business, building, or organization. (NCI)" ;
         <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C25407> ,
                                                          <http://purl.obolibrary.org/obo/NCIT_C25407> ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "Address" ;
         :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/AdministrableProduct
:AdministrableProduct rdf:type owl:Class ;
                      rdfs:subClassOf [ rdf:type owl:Restriction ;
                                        owl:onProperty :AdministrableProduct-administrableDoseForm ;
                                        owl:cardinality "1"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :AdministrableProduct-productDesignation ;
                                        owl:cardinality "1"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :AdministrableProduct-pharmacologicClass ;
                                        owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :AdministrableProduct-sourcing ;
                                        owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :AdministrableProduct-id ;
                                        owl:cardinality "1"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :AdministrableProduct-instanceType ;
                                        owl:cardinality "1"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :AdministrableProduct-name ;
                                        owl:cardinality "1"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :AdministrableProduct-description ;
                                        owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :AdministrableProduct-label ;
                                        owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                      ] ;
                      rdfs:label "AdministrableProduct" ;
                      <http://www.w3.org/2004/02/skos/core#definition> "Any study product that is formulated and presented in the form that is suitable for administration to a study participant." ;
                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215492> ,
                                                                       <http://purl.obolibrary.org/obo/NCIT_C215492> ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Administrable Product" ;
                      :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/AdministrableProductIdentifier
:AdministrableProductIdentifier rdf:type owl:Class ;
                                rdfs:subClassOf :Identifier ,
                                                [ rdf:type owl:Restriction ;
                                                  owl:onProperty :AdministrableProductIdentifier-instanceType ;
                                                  owl:cardinality "1"^^xsd:nonNegativeInteger
                                                ] ;
                                rdfs:label "AdministrableProductIdentifier" ;
                                <http://www.w3.org/2004/02/skos/core#definition> "A sequence of characters used to identify, name, or characterize the administrable product." ;
                                <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215493> ,
                                                                                 <http://purl.obolibrary.org/obo/NCIT_C215493> ;
                                <http://www.w3.org/2004/02/skos/core#prefLabel> "Administrable Product Identifier" ;
                                :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/AdministrableProductProperty
:AdministrableProductProperty rdf:type owl:Class ;
                              rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                owl:onProperty :AdministrableProductProperty-type ;
                                                owl:cardinality "1"^^xsd:nonNegativeInteger
                                              ] ,
                                              [ rdf:type owl:Restriction ;
                                                owl:onProperty :AdministrableProductProperty-quantity ;
                                                owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                              ] ,
                                              [ rdf:type owl:Restriction ;
                                                owl:onProperty :AdministrableProductProperty-id ;
                                                owl:cardinality "1"^^xsd:nonNegativeInteger
                                              ] ,
                                              [ rdf:type owl:Restriction ;
                                                owl:onProperty :AdministrableProductProperty-instanceType ;
                                                owl:cardinality "1"^^xsd:nonNegativeInteger
                                              ] ,
                                              [ rdf:type owl:Restriction ;
                                                owl:onProperty :AdministrableProductProperty-name ;
                                                owl:cardinality "1"^^xsd:nonNegativeInteger
                                              ] ,
                                              [ rdf:type owl:Restriction ;
                                                owl:onProperty :AdministrableProductProperty-text ;
                                                owl:cardinality "1"^^xsd:nonNegativeInteger
                                              ] ;
                              rdfs:label "AdministrableProductProperty" ;
                              <http://www.w3.org/2004/02/skos/core#definition> "A characteristic from a set of characteristics used to define an administrable product." ;
                              <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215494> ,
                                                                               <http://purl.obolibrary.org/obo/NCIT_C215494> ;
                              <http://www.w3.org/2004/02/skos/core#prefLabel> "Administrable Product Property" ;
                              :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/Administration
:Administration rdf:type owl:Class ;
                rdfs:subClassOf [ rdf:type owl:Restriction ;
                                  owl:onProperty :Administration-duration ;
                                  owl:cardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :Administration-administrableProductId ;
                                  owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :Administration-dose ;
                                  owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :Administration-frequency ;
                                  owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :Administration-medicalDeviceId ;
                                  owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :Administration-route ;
                                  owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :Administration-id ;
                                  owl:cardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :Administration-instanceType ;
                                  owl:cardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :Administration-name ;
                                  owl:cardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :Administration-description ;
                                  owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :Administration-label ;
                                  owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                ] ;
                rdfs:label "Administration" ;
                <http://www.w3.org/2004/02/skos/core#definition> "The act of dispensing, applying, or tendering a product, agent, or therapy." ;
                <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C25409> ,
                                                                 <http://purl.obolibrary.org/obo/NCIT_C25409> ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Administration" ;
                :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/AliasCode
:AliasCode rdf:type owl:Class ;
           rdfs:subClassOf [ rdf:type owl:Restriction ;
                             owl:onProperty :AliasCode-standardCode ;
                             owl:cardinality "1"^^xsd:nonNegativeInteger
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :AliasCode-id ;
                             owl:cardinality "1"^^xsd:nonNegativeInteger
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :AliasCode-instanceType ;
                             owl:cardinality "1"^^xsd:nonNegativeInteger
                           ] ;
           rdfs:label "AliasCode" ;
           <http://www.w3.org/2004/02/skos/core#definition> "An alternative symbol or combination of symbols which is assigned to the members of a collection." ;
           <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C201344> ,
                                                            <http://purl.obolibrary.org/obo/NCIT_C201344> ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "Alias Code" ;
           :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/AnalysisPopulation
:AnalysisPopulation rdf:type owl:Class ;
                    rdfs:subClassOf [ rdf:type owl:Restriction ;
                                      owl:onProperty :AnalysisPopulation-id ;
                                      owl:cardinality "1"^^xsd:nonNegativeInteger
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty :AnalysisPopulation-instanceType ;
                                      owl:cardinality "1"^^xsd:nonNegativeInteger
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty :AnalysisPopulation-name ;
                                      owl:cardinality "1"^^xsd:nonNegativeInteger
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty :AnalysisPopulation-text ;
                                      owl:cardinality "1"^^xsd:nonNegativeInteger
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty :AnalysisPopulation-description ;
                                      owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty :AnalysisPopulation-label ;
                                      owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                    ] ;
                    rdfs:label "AnalysisPopulation" ;
                    <http://www.w3.org/2004/02/skos/core#definition> "A target study population on which an analysis is performed. These may be represented by the entire study population, a subgroup defined by a particular characteristic measured at baseline, or a principal stratum defined by the occurrence (or non-occurrence, depending on context) of a specific intercurrent event. (ICH E9 R1 Addendum)" ;
                    <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C188814> ,
                                                                     <http://purl.obolibrary.org/obo/NCIT_C188814> ;
                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Analysis Population" ;
                    :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/AssignedPerson
:AssignedPerson rdf:type owl:Class ;
                rdfs:subClassOf [ rdf:type owl:Restriction ;
                                  owl:onProperty :AssignedPerson-personName ;
                                  owl:cardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :AssignedPerson-organizationId ;
                                  owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :AssignedPerson-id ;
                                  owl:cardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :AssignedPerson-instanceType ;
                                  owl:cardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :AssignedPerson-jobTitle ;
                                  owl:cardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :AssignedPerson-name ;
                                  owl:cardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :AssignedPerson-description ;
                                  owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :AssignedPerson-label ;
                                  owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                ] ;
                rdfs:label "AssignedPerson" ;
                <http://www.w3.org/2004/02/skos/core#definition> "An individual person who is allotted or appointed to a particular role, function, or other entity." ;
                <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215496> ,
                                                                 <http://purl.obolibrary.org/obo/NCIT_C215496> ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Assigned Person" ;
                :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConcept
:BiomedicalConcept rdf:type owl:Class ;
                   rdfs:subClassOf [ rdf:type owl:Restriction ;
                                     owl:onProperty :BiomedicalConcept-code ;
                                     owl:cardinality "1"^^xsd:nonNegativeInteger
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty :BiomedicalConcept-id ;
                                     owl:cardinality "1"^^xsd:nonNegativeInteger
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty :BiomedicalConcept-instanceType ;
                                     owl:cardinality "1"^^xsd:nonNegativeInteger
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty :BiomedicalConcept-name ;
                                     owl:cardinality "1"^^xsd:nonNegativeInteger
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty :BiomedicalConcept-reference ;
                                     owl:cardinality "1"^^xsd:nonNegativeInteger
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty :BiomedicalConcept-label ;
                                     owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                   ] ;
                   rdfs:label "BiomedicalConcept" ;
                   <http://www.w3.org/2004/02/skos/core#definition> "A unit of biomedical knowledge created from a unique combination of characteristics that include implementation details like variables and terminologies, used as building blocks for standardized, hierarchically structured clinical research information." ;
                   <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C201345> ,
                                                                    <http://purl.obolibrary.org/obo/NCIT_C201345> ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Biomedical Concept" ;
                   :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConceptCategory
:BiomedicalConceptCategory rdf:type owl:Class ;
                           rdfs:subClassOf [ rdf:type owl:Restriction ;
                                             owl:onProperty :BiomedicalConceptCategory-code ;
                                             owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                           ] ,
                                           [ rdf:type owl:Restriction ;
                                             owl:onProperty :BiomedicalConceptCategory-id ;
                                             owl:cardinality "1"^^xsd:nonNegativeInteger
                                           ] ,
                                           [ rdf:type owl:Restriction ;
                                             owl:onProperty :BiomedicalConceptCategory-instanceType ;
                                             owl:cardinality "1"^^xsd:nonNegativeInteger
                                           ] ,
                                           [ rdf:type owl:Restriction ;
                                             owl:onProperty :BiomedicalConceptCategory-name ;
                                             owl:cardinality "1"^^xsd:nonNegativeInteger
                                           ] ,
                                           [ rdf:type owl:Restriction ;
                                             owl:onProperty :BiomedicalConceptCategory-description ;
                                             owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                           ] ,
                                           [ rdf:type owl:Restriction ;
                                             owl:onProperty :BiomedicalConceptCategory-label ;
                                             owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                           ] ;
                           rdfs:label "BiomedicalConceptCategory" ;
                           <http://www.w3.org/2004/02/skos/core#definition> "A grouping of biomedical concepts based on some commonality or by user defined characteristics." ;
                           <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C201346> ,
                                                                            <http://purl.obolibrary.org/obo/NCIT_C201346> ;
                           <http://www.w3.org/2004/02/skos/core#prefLabel> "Biomedical Concept Category" ;
                           :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConceptProperty
:BiomedicalConceptProperty rdf:type owl:Class ;
                           rdfs:subClassOf [ rdf:type owl:Restriction ;
                                             owl:onProperty :BiomedicalConceptProperty-code ;
                                             owl:cardinality "1"^^xsd:nonNegativeInteger
                                           ] ,
                                           [ rdf:type owl:Restriction ;
                                             owl:onProperty :BiomedicalConceptProperty-datatype ;
                                             owl:cardinality "1"^^xsd:nonNegativeInteger
                                           ] ,
                                           [ rdf:type owl:Restriction ;
                                             owl:onProperty :BiomedicalConceptProperty-id ;
                                             owl:cardinality "1"^^xsd:nonNegativeInteger
                                           ] ,
                                           [ rdf:type owl:Restriction ;
                                             owl:onProperty :BiomedicalConceptProperty-instanceType ;
                                             owl:cardinality "1"^^xsd:nonNegativeInteger
                                           ] ,
                                           [ rdf:type owl:Restriction ;
                                             owl:onProperty :BiomedicalConceptProperty-isEnabled ;
                                             owl:cardinality "1"^^xsd:nonNegativeInteger
                                           ] ,
                                           [ rdf:type owl:Restriction ;
                                             owl:onProperty :BiomedicalConceptProperty-isRequired ;
                                             owl:cardinality "1"^^xsd:nonNegativeInteger
                                           ] ,
                                           [ rdf:type owl:Restriction ;
                                             owl:onProperty :BiomedicalConceptProperty-name ;
                                             owl:cardinality "1"^^xsd:nonNegativeInteger
                                           ] ,
                                           [ rdf:type owl:Restriction ;
                                             owl:onProperty :BiomedicalConceptProperty-label ;
                                             owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                           ] ;
                           rdfs:label "BiomedicalConceptProperty" ;
                           <http://www.w3.org/2004/02/skos/core#definition> "A characteristic from a set of characteristics used to define a biomedical concept." ;
                           <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C202493> ,
                                                                            <http://purl.obolibrary.org/obo/NCIT_C202493> ;
                           <http://www.w3.org/2004/02/skos/core#prefLabel> "Biomedical Concept Property" ;
                           :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/BiomedicalConceptSurrogate
:BiomedicalConceptSurrogate rdf:type owl:Class ;
                            rdfs:subClassOf [ rdf:type owl:Restriction ;
                                              owl:onProperty :BiomedicalConceptSurrogate-id ;
                                              owl:cardinality "1"^^xsd:nonNegativeInteger
                                            ] ,
                                            [ rdf:type owl:Restriction ;
                                              owl:onProperty :BiomedicalConceptSurrogate-instanceType ;
                                              owl:cardinality "1"^^xsd:nonNegativeInteger
                                            ] ,
                                            [ rdf:type owl:Restriction ;
                                              owl:onProperty :BiomedicalConceptSurrogate-name ;
                                              owl:cardinality "1"^^xsd:nonNegativeInteger
                                            ] ,
                                            [ rdf:type owl:Restriction ;
                                              owl:onProperty :BiomedicalConceptSurrogate-description ;
                                              owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                            ] ,
                                            [ rdf:type owl:Restriction ;
                                              owl:onProperty :BiomedicalConceptSurrogate-label ;
                                              owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                            ] ,
                                            [ rdf:type owl:Restriction ;
                                              owl:onProperty :BiomedicalConceptSurrogate-reference ;
                                              owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                            ] ;
                            rdfs:label "BiomedicalConceptSurrogate" ;
                            <http://www.w3.org/2004/02/skos/core#definition> "A concept that substitutes for a standard biomedical concept from the designated source." ;
                            <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207590> ,
                                                                             <http://purl.obolibrary.org/obo/NCIT_C207590> ;
                            <http://www.w3.org/2004/02/skos/core#prefLabel> "Biomedical Concept Surrogate" ;
                            :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/BiospecimenRetention
:BiospecimenRetention rdf:type owl:Class ;
                      rdfs:subClassOf [ rdf:type owl:Restriction ;
                                        owl:onProperty :BiospecimenRetention-id ;
                                        owl:cardinality "1"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :BiospecimenRetention-instanceType ;
                                        owl:cardinality "1"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :BiospecimenRetention-isRetained ;
                                        owl:cardinality "1"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :BiospecimenRetention-name ;
                                        owl:cardinality "1"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :BiospecimenRetention-description ;
                                        owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :BiospecimenRetention-includesDNA ;
                                        owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :BiospecimenRetention-label ;
                                        owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                      ] ;
                      rdfs:label "BiospecimenRetention" ;
                      <http://www.w3.org/2004/02/skos/core#definition> "The continued possession, cataloging, and storage of collected biological specimens beyond their initial use." ;
                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215505> ,
                                                                       <http://purl.obolibrary.org/obo/NCIT_C215505> ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Biospecimen Retention" ;
                      :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/Characteristic
:Characteristic rdf:type owl:Class ;
                rdfs:subClassOf :SyntaxTemplate ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :Characteristic-instanceType ;
                                  owl:cardinality "1"^^xsd:nonNegativeInteger
                                ] ;
                rdfs:label "Characteristic" ;
                <http://www.w3.org/2004/02/skos/core#definition> "The distinguishing qualities or prominent aspects of an entity." ;
                <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C25447> ,
                                                                 <http://purl.obolibrary.org/obo/NCIT_C25447> ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Characteristic" ;
                :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/Code
:Code rdf:type owl:Class ;
      rdfs:subClassOf [ rdf:type owl:Restriction ;
                        owl:onProperty :Code-code ;
                        owl:cardinality "1"^^xsd:nonNegativeInteger
                      ] ,
                      [ rdf:type owl:Restriction ;
                        owl:onProperty :Code-codeSystem ;
                        owl:cardinality "1"^^xsd:nonNegativeInteger
                      ] ,
                      [ rdf:type owl:Restriction ;
                        owl:onProperty :Code-codeSystemVersion ;
                        owl:cardinality "1"^^xsd:nonNegativeInteger
                      ] ,
                      [ rdf:type owl:Restriction ;
                        owl:onProperty :Code-decode ;
                        owl:cardinality "1"^^xsd:nonNegativeInteger
                      ] ,
                      [ rdf:type owl:Restriction ;
                        owl:onProperty :Code-id ;
                        owl:cardinality "1"^^xsd:nonNegativeInteger
                      ] ,
                      [ rdf:type owl:Restriction ;
                        owl:onProperty :Code-instanceType ;
                        owl:cardinality "1"^^xsd:nonNegativeInteger
                      ] ;
      rdfs:label "Code" ;
      <http://www.w3.org/2004/02/skos/core#definition> "A symbol or combination of symbols which is assigned to the members of a collection." ;
      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C25162> ,
                                                       <http://purl.obolibrary.org/obo/NCIT_C25162> ;
      <http://www.w3.org/2004/02/skos/core#prefLabel> "Code" ;
      :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/CommentAnnotation
:CommentAnnotation rdf:type owl:Class ;
                   rdfs:subClassOf [ rdf:type owl:Restriction ;
                                     owl:onProperty :CommentAnnotation-id ;
                                     owl:cardinality "1"^^xsd:nonNegativeInteger
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty :CommentAnnotation-instanceType ;
                                     owl:cardinality "1"^^xsd:nonNegativeInteger
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty :CommentAnnotation-text ;
                                     owl:cardinality "1"^^xsd:nonNegativeInteger
                                   ] ;
                   rdfs:label "CommentAnnotation" ;
                   <http://www.w3.org/2004/02/skos/core#definition> "An explanatory or critical comment, or other in-context information (e.g., pattern, motif, link), that has been associated with data or other types of information." ;
                   <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C44272> ,
                                                                    <http://purl.obolibrary.org/obo/NCIT_C44272> ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Comment Annotation" ;
                   :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/Condition
:Condition rdf:type owl:Class ;
           rdfs:subClassOf :SyntaxTemplate ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :Condition-instanceType ;
                             owl:cardinality "1"^^xsd:nonNegativeInteger
                           ] ;
           rdfs:label "Condition" ;
           <http://www.w3.org/2004/02/skos/core#definition> "A state of being." ;
           <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C25457> ,
                                                            <http://purl.obolibrary.org/obo/NCIT_C25457> ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "Condition" ;
           :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/ConditionAssignment
:ConditionAssignment rdf:type owl:Class ;
                     rdfs:subClassOf [ rdf:type owl:Restriction ;
                                       owl:onProperty :ConditionAssignment-conditionTargetId ;
                                       owl:cardinality "1"^^xsd:nonNegativeInteger
                                     ] ,
                                     [ rdf:type owl:Restriction ;
                                       owl:onProperty :ConditionAssignment-condition ;
                                       owl:cardinality "1"^^xsd:nonNegativeInteger
                                     ] ,
                                     [ rdf:type owl:Restriction ;
                                       owl:onProperty :ConditionAssignment-id ;
                                       owl:cardinality "1"^^xsd:nonNegativeInteger
                                     ] ,
                                     [ rdf:type owl:Restriction ;
                                       owl:onProperty :ConditionAssignment-instanceType ;
                                       owl:cardinality "1"^^xsd:nonNegativeInteger
                                     ] ;
                     rdfs:label "ConditionAssignment" ;
                     <http://www.w3.org/2004/02/skos/core#definition> "An allotting or appointment to a condition or set of conditions that are to be met in order to make a logical decision." ;
                     <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C201335> ,
                                                                      <http://purl.obolibrary.org/obo/NCIT_C201335> ;
                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Condition Assignment" ;
                     :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/DocumentContentReference
:DocumentContentReference rdf:type owl:Class ;
                          rdfs:subClassOf [ rdf:type owl:Restriction ;
                                            owl:onProperty :DocumentContentReference-appliesToId ;
                                            owl:cardinality "1"^^xsd:nonNegativeInteger
                                          ] ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty :DocumentContentReference-id ;
                                            owl:cardinality "1"^^xsd:nonNegativeInteger
                                          ] ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty :DocumentContentReference-instanceType ;
                                            owl:cardinality "1"^^xsd:nonNegativeInteger
                                          ] ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty :DocumentContentReference-sectionNumber ;
                                            owl:cardinality "1"^^xsd:nonNegativeInteger
                                          ] ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty :DocumentContentReference-sectionTitle ;
                                            owl:cardinality "1"^^xsd:nonNegativeInteger
                                          ] ;
                          rdfs:label "DocumentContentReference" ;
                          <http://www.w3.org/2004/02/skos/core#definition> "A citation pointing to the location of specific content within a document." ;
                          <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215499> ,
                                                                           <http://purl.obolibrary.org/obo/NCIT_C215499> ;
                          <http://www.w3.org/2004/02/skos/core#prefLabel> "Document Content Reference" ;
                          :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/Duration
:Duration rdf:type owl:Class ;
          rdfs:subClassOf [ rdf:type owl:Restriction ;
                            owl:onProperty :Duration-quantity ;
                            owl:maxCardinality "1"^^xsd:nonNegativeInteger
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :Duration-durationWillVary ;
                            owl:cardinality "1"^^xsd:nonNegativeInteger
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :Duration-id ;
                            owl:cardinality "1"^^xsd:nonNegativeInteger
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :Duration-instanceType ;
                            owl:cardinality "1"^^xsd:nonNegativeInteger
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :Duration-reasonDurationWillVary ;
                            owl:maxCardinality "1"^^xsd:nonNegativeInteger
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :Duration-text ;
                            owl:maxCardinality "1"^^xsd:nonNegativeInteger
                          ] ;
          rdfs:label "Duration" ;
          <http://www.w3.org/2004/02/skos/core#definition> "The length of time during which something continues." ;
          <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C25330> ,
                                                           <http://purl.obolibrary.org/obo/NCIT_C25330> ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "Duration" ;
          :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/EligibilityCriterion
:EligibilityCriterion rdf:type owl:Class ;
                      rdfs:subClassOf [ rdf:type owl:Restriction ;
                                        owl:onProperty :EligibilityCriterion-category ;
                                        owl:cardinality "1"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :EligibilityCriterion-criterionItemId ;
                                        owl:cardinality "1"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :EligibilityCriterion-nextId ;
                                        owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :EligibilityCriterion-previousId ;
                                        owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :EligibilityCriterion-id ;
                                        owl:cardinality "1"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :EligibilityCriterion-identifier ;
                                        owl:cardinality "1"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :EligibilityCriterion-instanceType ;
                                        owl:cardinality "1"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :EligibilityCriterion-name ;
                                        owl:cardinality "1"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :EligibilityCriterion-description ;
                                        owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :EligibilityCriterion-label ;
                                        owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                      ] ;
                      rdfs:label "EligibilityCriterion" ;
                      <http://www.w3.org/2004/02/skos/core#definition> "Characteristics which are necessary to allow a subject to participate in a clinical study, as outlined in the study protocol. The concept covers inclusion and exclusion criteria." ;
                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C16112> ,
                                                                       <http://purl.obolibrary.org/obo/NCIT_C16112> ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Eligibility Criterion" ;
                      :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/EligibilityCriterionItem
:EligibilityCriterionItem rdf:type owl:Class ;
                          rdfs:subClassOf :SyntaxTemplate ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty :EligibilityCriterionItem-instanceType ;
                                            owl:cardinality "1"^^xsd:nonNegativeInteger
                                          ] ;
                          rdfs:label "EligibilityCriterionItem" ;
                          <http://www.w3.org/2004/02/skos/core#definition> "An individual item within the container that holds an instance of an eligibility criterion." ;
                          <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215506> ,
                                                                           <http://purl.obolibrary.org/obo/NCIT_C215506> ;
                          <http://www.w3.org/2004/02/skos/core#prefLabel> "Eligibility Criterion Item" ;
                          :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/Encounter
:Encounter rdf:type owl:Class ;
           rdfs:subClassOf [ rdf:type owl:Restriction ;
                             owl:onProperty :Encounter-type ;
                             owl:cardinality "1"^^xsd:nonNegativeInteger
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :Encounter-nextId ;
                             owl:maxCardinality "1"^^xsd:nonNegativeInteger
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :Encounter-previousId ;
                             owl:maxCardinality "1"^^xsd:nonNegativeInteger
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :Encounter-scheduledAtId ;
                             owl:maxCardinality "1"^^xsd:nonNegativeInteger
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :Encounter-transitionEndRule ;
                             owl:maxCardinality "1"^^xsd:nonNegativeInteger
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :Encounter-transitionStartRule ;
                             owl:maxCardinality "1"^^xsd:nonNegativeInteger
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :Encounter-id ;
                             owl:cardinality "1"^^xsd:nonNegativeInteger
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :Encounter-instanceType ;
                             owl:cardinality "1"^^xsd:nonNegativeInteger
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :Encounter-name ;
                             owl:cardinality "1"^^xsd:nonNegativeInteger
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :Encounter-description ;
                             owl:maxCardinality "1"^^xsd:nonNegativeInteger
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :Encounter-label ;
                             owl:maxCardinality "1"^^xsd:nonNegativeInteger
                           ] ;
           rdfs:label "Encounter" ;
           <http://www.w3.org/2004/02/skos/core#definition> "Any physical or virtual contact between two or more parties involved in a study, at which an assessment or activity takes place." ;
           <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215488> ,
                                                            <http://purl.obolibrary.org/obo/NCIT_C215488> ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Encounter" ;
           :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/Endpoint
:Endpoint rdf:type owl:Class ;
          rdfs:subClassOf :SyntaxTemplate ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :Endpoint-level ;
                            owl:cardinality "1"^^xsd:nonNegativeInteger
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :Endpoint-instanceType ;
                            owl:cardinality "1"^^xsd:nonNegativeInteger
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :Endpoint-purpose ;
                            owl:cardinality "1"^^xsd:nonNegativeInteger
                          ] ;
          rdfs:label "Endpoint" ;
          <http://www.w3.org/2004/02/skos/core#definition> "A defined variable intended to reflect an outcome of interest that is statistically analyzed to address a particular research question. NOTE: A precise definition of an endpoint typically specifies the type of assessments made, the timing of those assessments, the assessment tools used, and possibly other details, as applicable, such as how multiple assessments within an individual are to be combined. [After BEST Resource] (CDISC Glossary)" ;
          <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C25212> ,
                                                           <http://purl.obolibrary.org/obo/NCIT_C25212> ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Endpoint" ;
          :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/Estimand
:Estimand rdf:type owl:Class ;
          rdfs:subClassOf [ rdf:type owl:Restriction ;
                            owl:onProperty :Estimand-intercurrentEvents ;
                            owl:minCardinality "1"^^xsd:nonNegativeInteger
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :Estimand-interventionIds ;
                            owl:minCardinality "1"^^xsd:nonNegativeInteger
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :Estimand-analysisPopulationId ;
                            owl:cardinality "1"^^xsd:nonNegativeInteger
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :Estimand-variableOfInterestId ;
                            owl:cardinality "1"^^xsd:nonNegativeInteger
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :Estimand-id ;
                            owl:cardinality "1"^^xsd:nonNegativeInteger
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :Estimand-instanceType ;
                            owl:cardinality "1"^^xsd:nonNegativeInteger
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :Estimand-name ;
                            owl:cardinality "1"^^xsd:nonNegativeInteger
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :Estimand-populationSummary ;
                            owl:cardinality "1"^^xsd:nonNegativeInteger
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :Estimand-description ;
                            owl:maxCardinality "1"^^xsd:nonNegativeInteger
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :Estimand-label ;
                            owl:maxCardinality "1"^^xsd:nonNegativeInteger
                          ] ;
          rdfs:label "Estimand" ;
          <http://www.w3.org/2004/02/skos/core#definition> "A precise description of the treatment effect reflecting the clinical question posed by a given clinical trial objective. It summarises at a population level what the outcomes would be in the same patients under different treatment conditions being compared. (ICH E9 R1 Addendum)" ;
          <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C188813> ,
                                                           <http://purl.obolibrary.org/obo/NCIT_C188813> ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "Estimand" ;
          :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/ExtensionAttribute
:ExtensionAttribute rdf:type owl:Class ;
                    rdfs:subClassOf [ rdf:type owl:Restriction ;
                                      owl:onProperty :ExtensionAttribute-valueAliasCode ;
                                      owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty :ExtensionAttribute-valueCode ;
                                      owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty :ExtensionAttribute-valueExtensionClass ;
                                      owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty :ExtensionAttribute-valueQuantity ;
                                      owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty :ExtensionAttribute-valueRange ;
                                      owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty :ExtensionAttribute-id ;
                                      owl:cardinality "1"^^xsd:nonNegativeInteger
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty :ExtensionAttribute-instanceType ;
                                      owl:cardinality "1"^^xsd:nonNegativeInteger
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty :ExtensionAttribute-url ;
                                      owl:cardinality "1"^^xsd:nonNegativeInteger
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty :ExtensionAttribute-valueBoolean ;
                                      owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty :ExtensionAttribute-valueId ;
                                      owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty :ExtensionAttribute-valueInteger ;
                                      owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty :ExtensionAttribute-valueString ;
                                      owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                    ] ;
                    rdfs:label "ExtensionAttribute" ;
                    :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/ExtensionClass
:ExtensionClass rdf:type owl:Class ;
                rdfs:subClassOf [ rdf:type owl:Restriction ;
                                  owl:onProperty :ExtensionClass-extensionAttributes ;
                                  owl:minCardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :ExtensionClass-id ;
                                  owl:cardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :ExtensionClass-instanceType ;
                                  owl:cardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :ExtensionClass-url ;
                                  owl:cardinality "1"^^xsd:nonNegativeInteger
                                ] ;
                rdfs:label "ExtensionClass" ;
                :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/GeographicScope
:GeographicScope rdf:type owl:Class ;
                 rdfs:subClassOf [ rdf:type owl:Restriction ;
                                   owl:onProperty :GeographicScope-type ;
                                   owl:cardinality "1"^^xsd:nonNegativeInteger
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty :GeographicScope-code ;
                                   owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty :GeographicScope-id ;
                                   owl:cardinality "1"^^xsd:nonNegativeInteger
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty :GeographicScope-instanceType ;
                                   owl:cardinality "1"^^xsd:nonNegativeInteger
                                 ] ;
                 rdfs:label "GeographicScope" ;
                 <http://www.w3.org/2004/02/skos/core#definition> "The extent or range related to the physical location of an entity." ;
                 <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207591> ,
                                                                  <http://purl.obolibrary.org/obo/NCIT_C207591> ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Geographic Scope" ;
                 :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/GovernanceDate
:GovernanceDate rdf:type owl:Class ;
                rdfs:subClassOf [ rdf:type owl:Restriction ;
                                  owl:onProperty :GovernanceDate-geographicScopes ;
                                  owl:minCardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :GovernanceDate-type ;
                                  owl:cardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :GovernanceDate-dateValue ;
                                  owl:cardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :GovernanceDate-id ;
                                  owl:cardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :GovernanceDate-instanceType ;
                                  owl:cardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :GovernanceDate-name ;
                                  owl:cardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :GovernanceDate-description ;
                                  owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :GovernanceDate-label ;
                                  owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                ] ;
                rdfs:label "GovernanceDate" ;
                <http://www.w3.org/2004/02/skos/core#definition> "Any of the dates associated with event milestones within a clinical study's oversight and management framework." ;
                <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207595> ,
                                                                 <http://purl.obolibrary.org/obo/NCIT_C207595> ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Governance Date" ;
                :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/Identifier
:Identifier rdf:type owl:Class ;
            rdfs:subClassOf [ rdf:type owl:Restriction ;
                              owl:onProperty :Identifier-scopeId ;
                              owl:cardinality "1"^^xsd:nonNegativeInteger
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty :Identifier-id ;
                              owl:cardinality "1"^^xsd:nonNegativeInteger
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty :Identifier-text ;
                              owl:cardinality "1"^^xsd:nonNegativeInteger
                            ] ;
            rdfs:label "Identifier" ;
            <http://www.w3.org/2004/02/skos/core#definition> "One or more characters used to identify, name, or characterize the nature, properties, or contents of a thing." ;
            <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C25364> ,
                                                             <http://purl.obolibrary.org/obo/NCIT_C25364> ;
            <http://www.w3.org/2004/02/skos/core#prefLabel> "Identifier" ;
            :modifier "Abstract" .


###  https://w3id.org/cdisc/usdm/v4/Indication
:Indication rdf:type owl:Class ;
            rdfs:subClassOf [ rdf:type owl:Restriction ;
                              owl:onProperty :Indication-id ;
                              owl:cardinality "1"^^xsd:nonNegativeInteger
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty :Indication-instanceType ;
                              owl:cardinality "1"^^xsd:nonNegativeInteger
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty :Indication-isRareDisease ;
                              owl:cardinality "1"^^xsd:nonNegativeInteger
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty :Indication-name ;
                              owl:cardinality "1"^^xsd:nonNegativeInteger
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty :Indication-description ;
                              owl:maxCardinality "1"^^xsd:nonNegativeInteger
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty :Indication-label ;
                              owl:maxCardinality "1"^^xsd:nonNegativeInteger
                            ] ;
            rdfs:label "Indication" ;
            <http://www.w3.org/2004/02/skos/core#definition> "The disease or condition the intervention will diagnose, treat, prevent, cure, or mitigate." ;
            <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C41184> ,
                                                             <http://purl.obolibrary.org/obo/NCIT_C41184> ;
            <http://www.w3.org/2004/02/skos/core#prefLabel> "Disease/Condition Indication" ;
            :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/Ingredient
:Ingredient rdf:type owl:Class ;
            rdfs:subClassOf [ rdf:type owl:Restriction ;
                              owl:onProperty :Ingredient-role ;
                              owl:cardinality "1"^^xsd:nonNegativeInteger
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty :Ingredient-substance ;
                              owl:cardinality "1"^^xsd:nonNegativeInteger
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty :Ingredient-id ;
                              owl:cardinality "1"^^xsd:nonNegativeInteger
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty :Ingredient-instanceType ;
                              owl:cardinality "1"^^xsd:nonNegativeInteger
                            ] ;
            rdfs:label "Ingredient" ;
            <http://www.w3.org/2004/02/skos/core#definition> "Any component that constitutes a part of a compounded substance or mixture." ;
            <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C51981> ,
                                                             <http://purl.obolibrary.org/obo/NCIT_C51981> ;
            <http://www.w3.org/2004/02/skos/core#prefLabel> "Ingredient" ;
            :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/IntercurrentEvent
:IntercurrentEvent rdf:type owl:Class ;
                   rdfs:subClassOf :SyntaxTemplate ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty :IntercurrentEvent-instanceType ;
                                     owl:cardinality "1"^^xsd:nonNegativeInteger
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty :IntercurrentEvent-strategy ;
                                     owl:cardinality "1"^^xsd:nonNegativeInteger
                                   ] ;
                   rdfs:label "IntercurrentEvent" ;
                   <http://www.w3.org/2004/02/skos/core#definition> "An event(s) occurring after treatment initiation that affects either the interpretation or the existence of the measurements associated with the clinical question of interest. (ICH E9 Addendum on Estimands)" ;
                   <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C188815> ,
                                                                    <http://purl.obolibrary.org/obo/NCIT_C188815> ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Intercurrent Event" ;
                   :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/InterventionalStudyDesign
:InterventionalStudyDesign rdf:type owl:Class ;
                           rdfs:subClassOf :StudyDesign ,
                                           [ rdf:type owl:Restriction ;
                                             owl:onProperty :InterventionalStudyDesign-model ;
                                             owl:cardinality "1"^^xsd:nonNegativeInteger
                                           ] ,
                                           [ rdf:type owl:Restriction ;
                                             owl:onProperty :InterventionalStudyDesign-blindingSchema ;
                                             owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                           ] ,
                                           [ rdf:type owl:Restriction ;
                                             owl:onProperty :InterventionalStudyDesign-instanceType ;
                                             owl:cardinality "1"^^xsd:nonNegativeInteger
                                           ] ;
                           rdfs:label "InterventionalStudyDesign" ;
                           <http://www.w3.org/2004/02/skos/core#definition> "The strategy that specifies the structure of an interventional trial in terms of the planned activities (including timing) and statistical analysis approach intended to meet the objectives of the study." ;
                           <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215503> ,
                                                                            <http://purl.obolibrary.org/obo/NCIT_C215503> ;
                           <http://www.w3.org/2004/02/skos/core#prefLabel> "Interventional Study Design" ;
                           :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/Masking
:Masking rdf:type owl:Class ;
         rdfs:subClassOf [ rdf:type owl:Restriction ;
                           owl:onProperty :Masking-id ;
                           owl:cardinality "1"^^xsd:nonNegativeInteger
                         ] ,
                         [ rdf:type owl:Restriction ;
                           owl:onProperty :Masking-instanceType ;
                           owl:cardinality "1"^^xsd:nonNegativeInteger
                         ] ,
                         [ rdf:type owl:Restriction ;
                           owl:onProperty :Masking-isMasked ;
                           owl:cardinality "1"^^xsd:nonNegativeInteger
                         ] ,
                         [ rdf:type owl:Restriction ;
                           owl:onProperty :Masking-text ;
                           owl:cardinality "1"^^xsd:nonNegativeInteger
                         ] ;
         rdfs:label "Masking" ;
         <http://www.w3.org/2004/02/skos/core#definition> "The mechanism used to obscure the distinctive characteristics of the study intervention or procedure to make it indistinguishable from a comparator. (CDISC Glossary)" ;
         <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C191278> ,
                                                          <http://purl.obolibrary.org/obo/NCIT_C191278> ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "Masking" ;
         :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/MedicalDevice
:MedicalDevice rdf:type owl:Class ;
               rdfs:subClassOf [ rdf:type owl:Restriction ;
                                 owl:onProperty :MedicalDevice-embeddedProductId ;
                                 owl:maxCardinality "1"^^xsd:nonNegativeInteger
                               ] ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty :MedicalDevice-sourcing ;
                                 owl:maxCardinality "1"^^xsd:nonNegativeInteger
                               ] ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty :MedicalDevice-id ;
                                 owl:cardinality "1"^^xsd:nonNegativeInteger
                               ] ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty :MedicalDevice-instanceType ;
                                 owl:cardinality "1"^^xsd:nonNegativeInteger
                               ] ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty :MedicalDevice-name ;
                                 owl:cardinality "1"^^xsd:nonNegativeInteger
                               ] ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty :MedicalDevice-description ;
                                 owl:maxCardinality "1"^^xsd:nonNegativeInteger
                               ] ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty :MedicalDevice-hardwareVersion ;
                                 owl:maxCardinality "1"^^xsd:nonNegativeInteger
                               ] ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty :MedicalDevice-label ;
                                 owl:maxCardinality "1"^^xsd:nonNegativeInteger
                               ] ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty :MedicalDevice-softwareVersion ;
                                 owl:maxCardinality "1"^^xsd:nonNegativeInteger
                               ] ;
               rdfs:label "MedicalDevice" ;
               <http://www.w3.org/2004/02/skos/core#definition> "Any instrument, apparatus, implement, machine, appliance, implant, reagent for in vitro use, software, material or other similar or related article, intended by the manufacturer to be used, alone or in combination for, one or more specific medical purpose(s). [After REGULATION (EU) 2017/745 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 5 April 2017 on medical devices]" ;
               <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C16830> ,
                                                                <http://purl.obolibrary.org/obo/NCIT_C16830> ;
               <http://www.w3.org/2004/02/skos/core#prefLabel> "Medical Device" ;
               :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/MedicalDeviceIdentifier
:MedicalDeviceIdentifier rdf:type owl:Class ;
                         rdfs:subClassOf :Identifier ,
                                         [ rdf:type owl:Restriction ;
                                           owl:onProperty :MedicalDeviceIdentifier-type ;
                                           owl:cardinality "1"^^xsd:nonNegativeInteger
                                         ] ,
                                         [ rdf:type owl:Restriction ;
                                           owl:onProperty :MedicalDeviceIdentifier-instanceType ;
                                           owl:cardinality "1"^^xsd:nonNegativeInteger
                                         ] ;
                         rdfs:label "MedicalDeviceIdentifier" ;
                         <http://www.w3.org/2004/02/skos/core#definition> "A sequence of characters used to identify, name, or characterize the medical device." ;
                         <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215501> ,
                                                                          <http://purl.obolibrary.org/obo/NCIT_C215501> ;
                         <http://www.w3.org/2004/02/skos/core#prefLabel> "Medical Device Identifier" ;
                         :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/NarrativeContent
:NarrativeContent rdf:type owl:Class ;
                  rdfs:subClassOf [ rdf:type owl:Restriction ;
                                    owl:onProperty :NarrativeContent-contentItemId ;
                                    owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty :NarrativeContent-nextId ;
                                    owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty :NarrativeContent-previousId ;
                                    owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty :NarrativeContent-displaySectionNumber ;
                                    owl:cardinality "1"^^xsd:nonNegativeInteger
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty :NarrativeContent-displaySectionTitle ;
                                    owl:cardinality "1"^^xsd:nonNegativeInteger
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty :NarrativeContent-id ;
                                    owl:cardinality "1"^^xsd:nonNegativeInteger
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty :NarrativeContent-instanceType ;
                                    owl:cardinality "1"^^xsd:nonNegativeInteger
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty :NarrativeContent-name ;
                                    owl:cardinality "1"^^xsd:nonNegativeInteger
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty :NarrativeContent-sectionNumber ;
                                    owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty :NarrativeContent-sectionTitle ;
                                    owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                  ] ;
                  rdfs:label "NarrativeContent" ;
                  <http://www.w3.org/2004/02/skos/core#definition> "The container that holds an instance of unstructured text and which may include objects such as tables, figures, and images." ;
                  <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207592> ,
                                                                   <http://purl.obolibrary.org/obo/NCIT_C207592> ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Narrative Content" ;
                  :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/NarrativeContentItem
:NarrativeContentItem rdf:type owl:Class ;
                      rdfs:subClassOf [ rdf:type owl:Restriction ;
                                        owl:onProperty :NarrativeContentItem-id ;
                                        owl:cardinality "1"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :NarrativeContentItem-instanceType ;
                                        owl:cardinality "1"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :NarrativeContentItem-name ;
                                        owl:cardinality "1"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :NarrativeContentItem-text ;
                                        owl:cardinality "1"^^xsd:nonNegativeInteger
                                      ] ;
                      rdfs:label "NarrativeContentItem" ;
                      <http://www.w3.org/2004/02/skos/core#definition> "An individual item within the container that holds an instance of unstructured text and which may include objects such as tables, figures, and images." ;
                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215489> ,
                                                                       <http://purl.obolibrary.org/obo/NCIT_C215489> ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Narrative Content Item" ;
                      :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/Objective
:Objective rdf:type owl:Class ;
           rdfs:subClassOf :SyntaxTemplate ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :Objective-level ;
                             owl:cardinality "1"^^xsd:nonNegativeInteger
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :Objective-instanceType ;
                             owl:cardinality "1"^^xsd:nonNegativeInteger
                           ] ;
           rdfs:label "Objective" ;
           <http://www.w3.org/2004/02/skos/core#definition> "The reason for performing a study in terms of the scientific questions to be answered by the analysis of data collected during the study." ;
           <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C142450> ,
                                                            <http://purl.obolibrary.org/obo/NCIT_C142450> ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Objective" ;
           :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/ObservationalStudyDesign
:ObservationalStudyDesign rdf:type owl:Class ;
                          rdfs:subClassOf :StudyDesign ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty :ObservationalStudyDesign-model ;
                                            owl:cardinality "1"^^xsd:nonNegativeInteger
                                          ] ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty :ObservationalStudyDesign-timePerspective ;
                                            owl:cardinality "1"^^xsd:nonNegativeInteger
                                          ] ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty :ObservationalStudyDesign-samplingMethod ;
                                            owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                          ] ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty :ObservationalStudyDesign-instanceType ;
                                            owl:cardinality "1"^^xsd:nonNegativeInteger
                                          ] ;
                          rdfs:label "ObservationalStudyDesign" ;
                          <http://www.w3.org/2004/02/skos/core#definition> "The strategy that specifies the structure of an observational study in terms of the planned activities (including timing) and statistical analysis approach intended to meet the objectives of the study." ;
                          <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215504> ,
                                                                           <http://purl.obolibrary.org/obo/NCIT_C215504> ;
                          <http://www.w3.org/2004/02/skos/core#prefLabel> "Observational Study Design" ;
                          :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/Organization
:Organization rdf:type owl:Class ;
              rdfs:subClassOf [ rdf:type owl:Restriction ;
                                owl:onProperty :Organization-type ;
                                owl:cardinality "1"^^xsd:nonNegativeInteger
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :Organization-legalAddress ;
                                owl:maxCardinality "1"^^xsd:nonNegativeInteger
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :Organization-id ;
                                owl:cardinality "1"^^xsd:nonNegativeInteger
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :Organization-identifier ;
                                owl:cardinality "1"^^xsd:nonNegativeInteger
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :Organization-identifierScheme ;
                                owl:cardinality "1"^^xsd:nonNegativeInteger
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :Organization-instanceType ;
                                owl:cardinality "1"^^xsd:nonNegativeInteger
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :Organization-name ;
                                owl:cardinality "1"^^xsd:nonNegativeInteger
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :Organization-label ;
                                owl:maxCardinality "1"^^xsd:nonNegativeInteger
                              ] ;
              rdfs:label "Organization" ;
              <http://www.w3.org/2004/02/skos/core#definition> "A formalized group of persons or other organizations collected together for a common purpose (such as administrative, legal, political) and the infrastructure to carry out that purpose. (BRIDG)" ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C19711> ,
                                                               <http://purl.obolibrary.org/obo/NCIT_C19711> ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Organization" ;
              :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/ParameterMap
:ParameterMap rdf:type owl:Class ;
              rdfs:subClassOf [ rdf:type owl:Restriction ;
                                owl:onProperty :ParameterMap-id ;
                                owl:cardinality "1"^^xsd:nonNegativeInteger
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :ParameterMap-instanceType ;
                                owl:cardinality "1"^^xsd:nonNegativeInteger
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :ParameterMap-reference ;
                                owl:cardinality "1"^^xsd:nonNegativeInteger
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :ParameterMap-tag ;
                                owl:cardinality "1"^^xsd:nonNegativeInteger
                              ] ;
              rdfs:label "ParameterMap" ;
              <http://www.w3.org/2004/02/skos/core#definition> "The paired name and value for a given parameter." ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207456> ,
                                                               <http://purl.obolibrary.org/obo/NCIT_C207456> ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Parameter Map" ;
              :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/PersonName
:PersonName rdf:type owl:Class ;
            rdfs:subClassOf [ rdf:type owl:Restriction ;
                              owl:onProperty :PersonName-id ;
                              owl:cardinality "1"^^xsd:nonNegativeInteger
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty :PersonName-instanceType ;
                              owl:cardinality "1"^^xsd:nonNegativeInteger
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty :PersonName-familyName ;
                              owl:maxCardinality "1"^^xsd:nonNegativeInteger
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty :PersonName-text ;
                              owl:maxCardinality "1"^^xsd:nonNegativeInteger
                            ] ;
            rdfs:label "PersonName" ;
            <http://www.w3.org/2004/02/skos/core#definition> "A word or group of words indicating the identity of a person usually consisting of a first (personal) name and a last (family) name with an optional middle name. In some cultural traditions the family name comes first." ;
            <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C25191> ,
                                                             <http://purl.obolibrary.org/obo/NCIT_C25191> ;
            <http://www.w3.org/2004/02/skos/core#prefLabel> "Person Name" ;
            :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/PopulationDefinition
:PopulationDefinition rdf:type owl:Class ;
                      rdfs:subClassOf [ rdf:type owl:Restriction ;
                                        owl:onProperty :PopulationDefinition-plannedAge ;
                                        owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :PopulationDefinition-plannedCompletionNumber ;
                                        owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :PopulationDefinition-plannedEnrollmentNumber ;
                                        owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :PopulationDefinition-plannedSex ;
                                        owl:maxCardinality "2"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :PopulationDefinition-id ;
                                        owl:cardinality "1"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :PopulationDefinition-includesHealthySubjects ;
                                        owl:cardinality "1"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :PopulationDefinition-name ;
                                        owl:cardinality "1"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :PopulationDefinition-description ;
                                        owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :PopulationDefinition-label ;
                                        owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                      ] ;
                      rdfs:label "PopulationDefinition" ;
                      <http://www.w3.org/2004/02/skos/core#definition> "A concise explanation of the meaning of a population." ;
                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207593> ,
                                                                       <http://purl.obolibrary.org/obo/NCIT_C207593> ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Population Definition" ;
                      :modifier "Abstract" .


###  https://w3id.org/cdisc/usdm/v4/Procedure
:Procedure rdf:type owl:Class ;
           rdfs:subClassOf [ rdf:type owl:Restriction ;
                             owl:onProperty :Procedure-code ;
                             owl:cardinality "1"^^xsd:nonNegativeInteger
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :Procedure-studyInterventionId ;
                             owl:maxCardinality "1"^^xsd:nonNegativeInteger
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :Procedure-id ;
                             owl:cardinality "1"^^xsd:nonNegativeInteger
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :Procedure-instanceType ;
                             owl:cardinality "1"^^xsd:nonNegativeInteger
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :Procedure-name ;
                             owl:cardinality "1"^^xsd:nonNegativeInteger
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :Procedure-procedureType ;
                             owl:cardinality "1"^^xsd:nonNegativeInteger
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :Procedure-description ;
                             owl:maxCardinality "1"^^xsd:nonNegativeInteger
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :Procedure-label ;
                             owl:maxCardinality "1"^^xsd:nonNegativeInteger
                           ] ;
           rdfs:label "Procedure" ;
           <http://www.w3.org/2004/02/skos/core#definition> "Any activity performed by manual and/or instrumental means for the purpose of diagnosis, assessment, therapy, prevention, or palliative care." ;
           <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C98769> ,
                                                            <http://purl.obolibrary.org/obo/NCIT_C98769> ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "Procedure" ;
           :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/ProductOrganizationRole
:ProductOrganizationRole rdf:type owl:Class ;
                         rdfs:subClassOf [ rdf:type owl:Restriction ;
                                           owl:onProperty :ProductOrganizationRole-code ;
                                           owl:cardinality "1"^^xsd:nonNegativeInteger
                                         ] ,
                                         [ rdf:type owl:Restriction ;
                                           owl:onProperty :ProductOrganizationRole-organizationId ;
                                           owl:cardinality "1"^^xsd:nonNegativeInteger
                                         ] ,
                                         [ rdf:type owl:Restriction ;
                                           owl:onProperty :ProductOrganizationRole-id ;
                                           owl:cardinality "1"^^xsd:nonNegativeInteger
                                         ] ,
                                         [ rdf:type owl:Restriction ;
                                           owl:onProperty :ProductOrganizationRole-instanceType ;
                                           owl:cardinality "1"^^xsd:nonNegativeInteger
                                         ] ,
                                         [ rdf:type owl:Restriction ;
                                           owl:onProperty :ProductOrganizationRole-name ;
                                           owl:cardinality "1"^^xsd:nonNegativeInteger
                                         ] ,
                                         [ rdf:type owl:Restriction ;
                                           owl:onProperty :ProductOrganizationRole-description ;
                                           owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                         ] ,
                                         [ rdf:type owl:Restriction ;
                                           owl:onProperty :ProductOrganizationRole-label ;
                                           owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                         ] ;
                         rdfs:label "ProductOrganizationRole" ;
                         <http://www.w3.org/2004/02/skos/core#definition> "A designation that identifies the function of an organization within the context of the product." ;
                         <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215502> ,
                                                                          <http://purl.obolibrary.org/obo/NCIT_C215502> ;
                         <http://www.w3.org/2004/02/skos/core#prefLabel> "Product Organization Role" ;
                         :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/Quantity
:Quantity rdf:type owl:Class ;
          rdfs:subClassOf :QuantityRange ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :Quantity-unit ;
                            owl:maxCardinality "1"^^xsd:nonNegativeInteger
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :Quantity-instanceType ;
                            owl:cardinality "1"^^xsd:nonNegativeInteger
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :Quantity-value ;
                            owl:cardinality "1"^^xsd:nonNegativeInteger
                          ] ;
          rdfs:label "Quantity" ;
          <http://www.w3.org/2004/02/skos/core#definition> "How much there is of something that can be measured; the total amount or number." ;
          <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C25256> ,
                                                           <http://purl.obolibrary.org/obo/NCIT_C25256> ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "Quantity" ;
          :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/QuantityRange
:QuantityRange rdf:type owl:Class ;
               rdfs:subClassOf [ rdf:type owl:Restriction ;
                                 owl:onProperty :QuantityRange-id ;
                                 owl:cardinality "1"^^xsd:nonNegativeInteger
                               ] ;
               rdfs:label "QuantityRange" ;
               <http://www.w3.org/2004/02/skos/core#definition> "The total amount (number), or the limits (minimum and maximum) of a variation." ;
               <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C217000> ,
                                                                <http://purl.obolibrary.org/obo/NCIT_C217000> ;
               <http://www.w3.org/2004/02/skos/core#prefLabel> "Quantity or Range" ;
               :modifier "Abstract" .


###  https://w3id.org/cdisc/usdm/v4/Range
:Range rdf:type owl:Class ;
       rdfs:subClassOf :QuantityRange ,
                       [ rdf:type owl:Restriction ;
                         owl:onProperty :Range-maxValue ;
                         owl:cardinality "1"^^xsd:nonNegativeInteger
                       ] ,
                       [ rdf:type owl:Restriction ;
                         owl:onProperty :Range-minValue ;
                         owl:cardinality "1"^^xsd:nonNegativeInteger
                       ] ,
                       [ rdf:type owl:Restriction ;
                         owl:onProperty :Range-instanceType ;
                         owl:cardinality "1"^^xsd:nonNegativeInteger
                       ] ,
                       [ rdf:type owl:Restriction ;
                         owl:onProperty :Range-isApproximate ;
                         owl:cardinality "1"^^xsd:nonNegativeInteger
                       ] ;
       rdfs:label "Range" ;
       <http://www.w3.org/2004/02/skos/core#definition> "An expression that defines the lower and upper limits of a variation." ;
       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C38013> ,
                                                        <http://purl.obolibrary.org/obo/NCIT_C38013> ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "Range" ;
       :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/ReferenceIdentifier
:ReferenceIdentifier rdf:type owl:Class ;
                     rdfs:subClassOf :Identifier ,
                                     [ rdf:type owl:Restriction ;
                                       owl:onProperty :ReferenceIdentifier-type ;
                                       owl:cardinality "1"^^xsd:nonNegativeInteger
                                     ] ,
                                     [ rdf:type owl:Restriction ;
                                       owl:onProperty :ReferenceIdentifier-instanceType ;
                                       owl:cardinality "1"^^xsd:nonNegativeInteger
                                     ] ;
                     rdfs:label "ReferenceIdentifier" ;
                     <http://www.w3.org/2004/02/skos/core#definition> "A sequence of characters used to identify, name, or characterize the reference." ;
                     <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C82531> ,
                                                                      <http://purl.obolibrary.org/obo/NCIT_C82531> ;
                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Reference Identifier" ;
                     :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/ResponseCode
:ResponseCode rdf:type owl:Class ;
              rdfs:subClassOf [ rdf:type owl:Restriction ;
                                owl:onProperty :ResponseCode-code ;
                                owl:cardinality "1"^^xsd:nonNegativeInteger
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :ResponseCode-id ;
                                owl:cardinality "1"^^xsd:nonNegativeInteger
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :ResponseCode-instanceType ;
                                owl:cardinality "1"^^xsd:nonNegativeInteger
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :ResponseCode-isEnabled ;
                                owl:cardinality "1"^^xsd:nonNegativeInteger
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :ResponseCode-name ;
                                owl:cardinality "1"^^xsd:nonNegativeInteger
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :ResponseCode-label ;
                                owl:maxCardinality "1"^^xsd:nonNegativeInteger
                              ] ;
              rdfs:label "ResponseCode" ;
              <http://www.w3.org/2004/02/skos/core#definition> "A symbol or combination of symbols representing the response to the question." ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C201347> ,
                                                               <http://purl.obolibrary.org/obo/NCIT_C201347> ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Response Code" ;
              :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/ScheduleTimeline
:ScheduleTimeline rdf:type owl:Class ;
                  rdfs:subClassOf [ rdf:type owl:Restriction ;
                                    owl:onProperty :ScheduleTimeline-entryId ;
                                    owl:cardinality "1"^^xsd:nonNegativeInteger
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty :ScheduleTimeline-plannedDuration ;
                                    owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty :ScheduleTimeline-entryCondition ;
                                    owl:cardinality "1"^^xsd:nonNegativeInteger
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty :ScheduleTimeline-id ;
                                    owl:cardinality "1"^^xsd:nonNegativeInteger
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty :ScheduleTimeline-instanceType ;
                                    owl:cardinality "1"^^xsd:nonNegativeInteger
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty :ScheduleTimeline-mainTimeline ;
                                    owl:cardinality "1"^^xsd:nonNegativeInteger
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty :ScheduleTimeline-name ;
                                    owl:cardinality "1"^^xsd:nonNegativeInteger
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty :ScheduleTimeline-description ;
                                    owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty :ScheduleTimeline-label ;
                                    owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                  ] ;
                  rdfs:label "ScheduleTimeline" ;
                  <http://www.w3.org/2004/02/skos/core#definition> "A chronological schedule of planned temporal events." ;
                  <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C201348> ,
                                                                   <http://purl.obolibrary.org/obo/NCIT_C201348> ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Schedule Timeline" ;
                  :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/ScheduleTimelineExit
:ScheduleTimelineExit rdf:type owl:Class ;
                      rdfs:subClassOf [ rdf:type owl:Restriction ;
                                        owl:onProperty :ScheduleTimelineExit-id ;
                                        owl:cardinality "1"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :ScheduleTimelineExit-instanceType ;
                                        owl:cardinality "1"^^xsd:nonNegativeInteger
                                      ] ;
                      rdfs:label "ScheduleTimelineExit" ;
                      <http://www.w3.org/2004/02/skos/core#definition> "To go out of or leave the schedule timeline." ;
                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C201349> ,
                                                                       <http://purl.obolibrary.org/obo/NCIT_C201349> ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Schedule Timeline Exit" ;
                      :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/ScheduledActivityInstance
:ScheduledActivityInstance rdf:type owl:Class ;
                           rdfs:subClassOf :ScheduledInstance ,
                                           [ rdf:type owl:Restriction ;
                                             owl:onProperty :ScheduledActivityInstance-encounterId ;
                                             owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                           ] ,
                                           [ rdf:type owl:Restriction ;
                                             owl:onProperty :ScheduledActivityInstance-timelineExitId ;
                                             owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                           ] ,
                                           [ rdf:type owl:Restriction ;
                                             owl:onProperty :ScheduledActivityInstance-timelineId ;
                                             owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                           ] ,
                                           [ rdf:type owl:Restriction ;
                                             owl:onProperty :ScheduledActivityInstance-instanceType ;
                                             owl:cardinality "1"^^xsd:nonNegativeInteger
                                           ] ;
                           rdfs:label "ScheduledActivityInstance" ;
                           <http://www.w3.org/2004/02/skos/core#definition> "A scheduled occurrence of an activity event." ;
                           <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C201350> ,
                                                                            <http://purl.obolibrary.org/obo/NCIT_C201350> ;
                           <http://www.w3.org/2004/02/skos/core#prefLabel> "Scheduled Activity Instance" ;
                           :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/ScheduledDecisionInstance
:ScheduledDecisionInstance rdf:type owl:Class ;
                           rdfs:subClassOf :ScheduledInstance ,
                                           [ rdf:type owl:Restriction ;
                                             owl:onProperty :ScheduledDecisionInstance-conditionAssignments ;
                                             owl:minCardinality "1"^^xsd:nonNegativeInteger
                                           ] ,
                                           [ rdf:type owl:Restriction ;
                                             owl:onProperty :ScheduledDecisionInstance-instanceType ;
                                             owl:cardinality "1"^^xsd:nonNegativeInteger
                                           ] ;
                           rdfs:label "ScheduledDecisionInstance" ;
                           <http://www.w3.org/2004/02/skos/core#definition> "A scheduled occurrence of a decision event." ;
                           <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C201351> ,
                                                                            <http://purl.obolibrary.org/obo/NCIT_C201351> ;
                           <http://www.w3.org/2004/02/skos/core#prefLabel> "Scheduled Decision Instance" ;
                           :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/ScheduledInstance
:ScheduledInstance rdf:type owl:Class ;
                   rdfs:subClassOf [ rdf:type owl:Restriction ;
                                     owl:onProperty :ScheduledInstance-defaultConditionId ;
                                     owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty :ScheduledInstance-epochId ;
                                     owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty :ScheduledInstance-id ;
                                     owl:cardinality "1"^^xsd:nonNegativeInteger
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty :ScheduledInstance-name ;
                                     owl:cardinality "1"^^xsd:nonNegativeInteger
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty :ScheduledInstance-description ;
                                     owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty :ScheduledInstance-label ;
                                     owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                   ] ;
                   rdfs:label "ScheduledInstance" ;
                   <http://www.w3.org/2004/02/skos/core#definition> "A scheduled occurrence of a temporal event." ;
                   <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C201299> ,
                                                                    <http://purl.obolibrary.org/obo/NCIT_C201299> ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Scheduled Instance" ;
                   :modifier "Abstract" .


###  https://w3id.org/cdisc/usdm/v4/Strength
:Strength rdf:type owl:Class ;
          rdfs:subClassOf [ rdf:type owl:Restriction ;
                            owl:onProperty :Strength-numerator ;
                            owl:cardinality "1"^^xsd:nonNegativeInteger
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :Strength-denominator ;
                            owl:maxCardinality "1"^^xsd:nonNegativeInteger
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :Strength-id ;
                            owl:cardinality "1"^^xsd:nonNegativeInteger
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :Strength-instanceType ;
                            owl:cardinality "1"^^xsd:nonNegativeInteger
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :Strength-name ;
                            owl:cardinality "1"^^xsd:nonNegativeInteger
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :Strength-description ;
                            owl:maxCardinality "1"^^xsd:nonNegativeInteger
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :Strength-label ;
                            owl:maxCardinality "1"^^xsd:nonNegativeInteger
                          ] ;
          rdfs:label "Strength" ;
          <http://www.w3.org/2004/02/skos/core#definition> "The content of an substance expressed quantitatively per dosage unit, per unit of volume, or per unit of weight, according to the pharmaceutical dose form of the product." ;
          <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215495> ,
                                                           <http://purl.obolibrary.org/obo/NCIT_C215495> ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "Substance Strength" ;
          :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/Study
:Study rdf:type owl:Class ;
       rdfs:subClassOf [ rdf:type owl:Restriction ;
                         owl:onProperty :Study-id ;
                         owl:cardinality "1"^^xsd:nonNegativeInteger
                       ] ,
                       [ rdf:type owl:Restriction ;
                         owl:onProperty :Study-instanceType ;
                         owl:cardinality "1"^^xsd:nonNegativeInteger
                       ] ,
                       [ rdf:type owl:Restriction ;
                         owl:onProperty :Study-name ;
                         owl:cardinality "1"^^xsd:nonNegativeInteger
                       ] ,
                       [ rdf:type owl:Restriction ;
                         owl:onProperty :Study-description ;
                         owl:maxCardinality "1"^^xsd:nonNegativeInteger
                       ] ,
                       [ rdf:type owl:Restriction ;
                         owl:onProperty :Study-label ;
                         owl:maxCardinality "1"^^xsd:nonNegativeInteger
                       ] ;
       rdfs:label "Study" ;
       <http://www.w3.org/2004/02/skos/core#definition> "A clinical study involves research using human volunteers (also called participants) that is intended to add to medical knowledge. There are two main types of clinical studies: clinical trials (also called interventional studies) and observational studies. (CDISC Glossary)" ;
       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C15206> ,
                                                        <http://purl.obolibrary.org/obo/NCIT_C15206> ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "Clinical Study" ;
       :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/StudyAmendment
:StudyAmendment rdf:type owl:Class ;
                rdfs:subClassOf [ rdf:type owl:Restriction ;
                                  owl:onProperty :StudyAmendment-changes ;
                                  owl:minCardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :StudyAmendment-geographicScopes ;
                                  owl:minCardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :StudyAmendment-primaryReason ;
                                  owl:cardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :StudyAmendment-previousId ;
                                  owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :StudyAmendment-id ;
                                  owl:cardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :StudyAmendment-instanceType ;
                                  owl:cardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :StudyAmendment-name ;
                                  owl:cardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :StudyAmendment-number ;
                                  owl:cardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :StudyAmendment-summary ;
                                  owl:cardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :StudyAmendment-description ;
                                  owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :StudyAmendment-label ;
                                  owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                ] ;
                rdfs:label "StudyAmendment" ;
                <http://www.w3.org/2004/02/skos/core#definition> "A written description of a change(s) to, or formal clarification of, a study." ;
                <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207594> ,
                                                                 <http://purl.obolibrary.org/obo/NCIT_C207594> ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Amendment" ;
                :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/StudyAmendmentImpact
:StudyAmendmentImpact rdf:type owl:Class ;
                      rdfs:subClassOf [ rdf:type owl:Restriction ;
                                        owl:onProperty :StudyAmendmentImpact-type ;
                                        owl:cardinality "1"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :StudyAmendmentImpact-id ;
                                        owl:cardinality "1"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :StudyAmendmentImpact-instanceType ;
                                        owl:cardinality "1"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :StudyAmendmentImpact-isSubstantial ;
                                        owl:cardinality "1"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :StudyAmendmentImpact-text ;
                                        owl:cardinality "1"^^xsd:nonNegativeInteger
                                      ] ;
                      rdfs:label "StudyAmendmentImpact" ;
                      <http://www.w3.org/2004/02/skos/core#definition> "The effect or consequence of an amendment on some aspect of the study." ;
                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215500> ,
                                                                       <http://purl.obolibrary.org/obo/NCIT_C215500> ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Amendment Impact" ;
                      :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/StudyAmendmentReason
:StudyAmendmentReason rdf:type owl:Class ;
                      rdfs:subClassOf [ rdf:type owl:Restriction ;
                                        owl:onProperty :StudyAmendmentReason-code ;
                                        owl:cardinality "1"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :StudyAmendmentReason-id ;
                                        owl:cardinality "1"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :StudyAmendmentReason-instanceType ;
                                        owl:cardinality "1"^^xsd:nonNegativeInteger
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :StudyAmendmentReason-otherReason ;
                                        owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                      ] ;
                      rdfs:label "StudyAmendmentReason" ;
                      <http://www.w3.org/2004/02/skos/core#definition> "The rationale for the change(s) to, or formal clarification of, a protocol." ;
                      <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207457> ,
                                                                       <http://purl.obolibrary.org/obo/NCIT_C207457> ;
                      <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Amendment Reason" ;
                      :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/StudyArm
:StudyArm rdf:type owl:Class ;
          rdfs:subClassOf [ rdf:type owl:Restriction ;
                            owl:onProperty :StudyArm-dataOriginType ;
                            owl:cardinality "1"^^xsd:nonNegativeInteger
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :StudyArm-type ;
                            owl:cardinality "1"^^xsd:nonNegativeInteger
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :StudyArm-dataOriginDescription ;
                            owl:cardinality "1"^^xsd:nonNegativeInteger
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :StudyArm-id ;
                            owl:cardinality "1"^^xsd:nonNegativeInteger
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :StudyArm-instanceType ;
                            owl:cardinality "1"^^xsd:nonNegativeInteger
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :StudyArm-name ;
                            owl:cardinality "1"^^xsd:nonNegativeInteger
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :StudyArm-description ;
                            owl:maxCardinality "1"^^xsd:nonNegativeInteger
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :StudyArm-label ;
                            owl:maxCardinality "1"^^xsd:nonNegativeInteger
                          ] ;
          rdfs:label "StudyArm" ;
          <http://www.w3.org/2004/02/skos/core#definition> "A planned pathway assigned to the subject as they progress through the study, usually referred to by a name that reflects one or more treatments, exposures, and/or controls included in the path." ;
          <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C174447> ,
                                                           <http://purl.obolibrary.org/obo/NCIT_C174447> ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Arm" ;
          :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/StudyCell
:StudyCell rdf:type owl:Class ;
           rdfs:subClassOf [ rdf:type owl:Restriction ;
                             owl:onProperty :StudyCell-elementIds ;
                             owl:minCardinality "1"^^xsd:nonNegativeInteger
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :StudyCell-armId ;
                             owl:cardinality "1"^^xsd:nonNegativeInteger
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :StudyCell-epochId ;
                             owl:cardinality "1"^^xsd:nonNegativeInteger
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :StudyCell-id ;
                             owl:cardinality "1"^^xsd:nonNegativeInteger
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :StudyCell-instanceType ;
                             owl:cardinality "1"^^xsd:nonNegativeInteger
                           ] ;
           rdfs:label "StudyCell" ;
           <http://www.w3.org/2004/02/skos/core#definition> "A partitioning of a study arm into individual pieces, which are associated with an epoch and any number of sequential elements within that epoch." ;
           <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C188810> ,
                                                            <http://purl.obolibrary.org/obo/NCIT_C188810> ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Design Cell" ;
           :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/StudyChange
:StudyChange rdf:type owl:Class ;
             rdfs:subClassOf [ rdf:type owl:Restriction ;
                               owl:onProperty :StudyChange-changedSections ;
                               owl:minCardinality "1"^^xsd:nonNegativeInteger
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty :StudyChange-id ;
                               owl:cardinality "1"^^xsd:nonNegativeInteger
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty :StudyChange-instanceType ;
                               owl:cardinality "1"^^xsd:nonNegativeInteger
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty :StudyChange-name ;
                               owl:cardinality "1"^^xsd:nonNegativeInteger
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty :StudyChange-rationale ;
                               owl:cardinality "1"^^xsd:nonNegativeInteger
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty :StudyChange-summary ;
                               owl:cardinality "1"^^xsd:nonNegativeInteger
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty :StudyChange-description ;
                               owl:maxCardinality "1"^^xsd:nonNegativeInteger
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty :StudyChange-label ;
                               owl:maxCardinality "1"^^xsd:nonNegativeInteger
                             ] ;
             rdfs:label "StudyChange" ;
             <http://www.w3.org/2004/02/skos/core#definition> "The act of alteration or modification to a study." ;
             <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215498> ,
                                                              <http://purl.obolibrary.org/obo/NCIT_C215498> ;
             <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Change" ;
             :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/StudyCohort
:StudyCohort rdf:type owl:Class ;
             rdfs:subClassOf :PopulationDefinition ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty :StudyCohort-instanceType ;
                               owl:cardinality "1"^^xsd:nonNegativeInteger
                             ] ;
             rdfs:label "StudyCohort" ;
             <http://www.w3.org/2004/02/skos/core#definition> "A group of individuals who share a set of characteristics (e.g., exposures, experiences, attributes), which logically defines a population under study." ;
             <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C61512> ,
                                                              <http://purl.obolibrary.org/obo/NCIT_C61512> ;
             <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Cohort" ;
             :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/StudyDefinitionDocument
:StudyDefinitionDocument rdf:type owl:Class ;
                         rdfs:subClassOf [ rdf:type owl:Restriction ;
                                           owl:onProperty :StudyDefinitionDocument-language ;
                                           owl:cardinality "1"^^xsd:nonNegativeInteger
                                         ] ,
                                         [ rdf:type owl:Restriction ;
                                           owl:onProperty :StudyDefinitionDocument-type ;
                                           owl:cardinality "1"^^xsd:nonNegativeInteger
                                         ] ,
                                         [ rdf:type owl:Restriction ;
                                           owl:onProperty :StudyDefinitionDocument-id ;
                                           owl:cardinality "1"^^xsd:nonNegativeInteger
                                         ] ,
                                         [ rdf:type owl:Restriction ;
                                           owl:onProperty :StudyDefinitionDocument-instanceType ;
                                           owl:cardinality "1"^^xsd:nonNegativeInteger
                                         ] ,
                                         [ rdf:type owl:Restriction ;
                                           owl:onProperty :StudyDefinitionDocument-name ;
                                           owl:cardinality "1"^^xsd:nonNegativeInteger
                                         ] ,
                                         [ rdf:type owl:Restriction ;
                                           owl:onProperty :StudyDefinitionDocument-templateName ;
                                           owl:cardinality "1"^^xsd:nonNegativeInteger
                                         ] ,
                                         [ rdf:type owl:Restriction ;
                                           owl:onProperty :StudyDefinitionDocument-description ;
                                           owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                         ] ,
                                         [ rdf:type owl:Restriction ;
                                           owl:onProperty :StudyDefinitionDocument-label ;
                                           owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                         ] ;
                         rdfs:label "StudyDefinitionDocument" ;
                         <http://www.w3.org/2004/02/skos/core#definition> "Any physical or electronic document that is related to defining a study or part of a study." ;
                         <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215490> ,
                                                                          <http://purl.obolibrary.org/obo/NCIT_C215490> ;
                         <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Definition Document" ;
                         :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/StudyDefinitionDocumentVersion
:StudyDefinitionDocumentVersion rdf:type owl:Class ;
                                rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                  owl:onProperty :StudyDefinitionDocumentVersion-status ;
                                                  owl:cardinality "1"^^xsd:nonNegativeInteger
                                                ] ,
                                                [ rdf:type owl:Restriction ;
                                                  owl:onProperty :StudyDefinitionDocumentVersion-id ;
                                                  owl:cardinality "1"^^xsd:nonNegativeInteger
                                                ] ,
                                                [ rdf:type owl:Restriction ;
                                                  owl:onProperty :StudyDefinitionDocumentVersion-instanceType ;
                                                  owl:cardinality "1"^^xsd:nonNegativeInteger
                                                ] ,
                                                [ rdf:type owl:Restriction ;
                                                  owl:onProperty :StudyDefinitionDocumentVersion-version ;
                                                  owl:cardinality "1"^^xsd:nonNegativeInteger
                                                ] ;
                                rdfs:label "StudyDefinitionDocumentVersion" ;
                                <http://www.w3.org/2004/02/skos/core#definition> "A representation of a particular edition or snapshot of the study definition document as it exists at a particular point in time." ;
                                <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215491> ,
                                                                                 <http://purl.obolibrary.org/obo/NCIT_C215491> ;
                                <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Definition Document Version" ;
                                :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/StudyDesign
:StudyDesign rdf:type owl:Class ;
             rdfs:subClassOf [ rdf:type owl:Restriction ;
                               owl:onProperty :StudyDesign-arms ;
                               owl:minCardinality "1"^^xsd:nonNegativeInteger
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty :StudyDesign-eligibilityCriteria ;
                               owl:minCardinality "1"^^xsd:nonNegativeInteger
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty :StudyDesign-epochs ;
                               owl:minCardinality "1"^^xsd:nonNegativeInteger
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty :StudyDesign-studyCells ;
                               owl:minCardinality "1"^^xsd:nonNegativeInteger
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty :StudyDesign-population ;
                               owl:cardinality "1"^^xsd:nonNegativeInteger
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty :StudyDesign-studyPhase ;
                               owl:maxCardinality "1"^^xsd:nonNegativeInteger
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty :StudyDesign-studyType ;
                               owl:maxCardinality "1"^^xsd:nonNegativeInteger
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty :StudyDesign-id ;
                               owl:cardinality "1"^^xsd:nonNegativeInteger
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty :StudyDesign-name ;
                               owl:cardinality "1"^^xsd:nonNegativeInteger
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty :StudyDesign-rationale ;
                               owl:cardinality "1"^^xsd:nonNegativeInteger
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty :StudyDesign-description ;
                               owl:maxCardinality "1"^^xsd:nonNegativeInteger
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty :StudyDesign-label ;
                               owl:maxCardinality "1"^^xsd:nonNegativeInteger
                             ] ;
             rdfs:label "StudyDesign" ;
             <http://www.w3.org/2004/02/skos/core#definition> "A plan detailing how a study will be performed in order to represent the phenomenon under examination, to answer the research questions that have been asked, and informing the statistical approach." ;
             <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C15320> ,
                                                              <http://purl.obolibrary.org/obo/NCIT_C15320> ;
             <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Design" ;
             :modifier "Abstract" .


###  https://w3id.org/cdisc/usdm/v4/StudyDesignPopulation
:StudyDesignPopulation rdf:type owl:Class ;
                       rdfs:subClassOf :PopulationDefinition ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty :StudyDesignPopulation-instanceType ;
                                         owl:cardinality "1"^^xsd:nonNegativeInteger
                                       ] ;
                       rdfs:label "StudyDesignPopulation" ;
                       <http://www.w3.org/2004/02/skos/core#definition> "The population within the general population to which the study results can be generalized." ;
                       <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C142728> ,
                                                                        <http://purl.obolibrary.org/obo/NCIT_C142728> ;
                       <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Design Population" ;
                       :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/StudyElement
:StudyElement rdf:type owl:Class ;
              rdfs:subClassOf [ rdf:type owl:Restriction ;
                                owl:onProperty :StudyElement-transitionEndRule ;
                                owl:maxCardinality "1"^^xsd:nonNegativeInteger
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :StudyElement-transitionStartRule ;
                                owl:maxCardinality "1"^^xsd:nonNegativeInteger
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :StudyElement-id ;
                                owl:cardinality "1"^^xsd:nonNegativeInteger
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :StudyElement-instanceType ;
                                owl:cardinality "1"^^xsd:nonNegativeInteger
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :StudyElement-name ;
                                owl:cardinality "1"^^xsd:nonNegativeInteger
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :StudyElement-description ;
                                owl:maxCardinality "1"^^xsd:nonNegativeInteger
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :StudyElement-label ;
                                owl:maxCardinality "1"^^xsd:nonNegativeInteger
                              ] ;
              rdfs:label "StudyElement" ;
              <http://www.w3.org/2004/02/skos/core#definition> "A basic building block for time within a clinical study comprising the following characteristics: a description of what happens to the subject during the element; a definition of the start of the element; a rule for ending the element." ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C142735> ,
                                                               <http://purl.obolibrary.org/obo/NCIT_C142735> ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Design Element" ;
              :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/StudyEpoch
:StudyEpoch rdf:type owl:Class ;
            rdfs:subClassOf [ rdf:type owl:Restriction ;
                              owl:onProperty :StudyEpoch-type ;
                              owl:cardinality "1"^^xsd:nonNegativeInteger
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty :StudyEpoch-nextId ;
                              owl:maxCardinality "1"^^xsd:nonNegativeInteger
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty :StudyEpoch-previousId ;
                              owl:maxCardinality "1"^^xsd:nonNegativeInteger
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty :StudyEpoch-id ;
                              owl:cardinality "1"^^xsd:nonNegativeInteger
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty :StudyEpoch-instanceType ;
                              owl:cardinality "1"^^xsd:nonNegativeInteger
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty :StudyEpoch-name ;
                              owl:cardinality "1"^^xsd:nonNegativeInteger
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty :StudyEpoch-description ;
                              owl:maxCardinality "1"^^xsd:nonNegativeInteger
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty :StudyEpoch-label ;
                              owl:maxCardinality "1"^^xsd:nonNegativeInteger
                            ] ;
            rdfs:label "StudyEpoch" ;
            <http://www.w3.org/2004/02/skos/core#definition> "A named time period defined in the protocol, wherein a study activity is specified and unchanging throughout the interval, to support a study-specific purpose." ;
            <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C71738> ,
                                                             <http://purl.obolibrary.org/obo/NCIT_C71738> ;
            <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Epoch" ;
            :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/StudyIdentifier
:StudyIdentifier rdf:type owl:Class ;
                 rdfs:subClassOf :Identifier ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty :StudyIdentifier-instanceType ;
                                   owl:cardinality "1"^^xsd:nonNegativeInteger
                                 ] ;
                 rdfs:label "StudyIdentifier" ;
                 <http://www.w3.org/2004/02/skos/core#definition> "A sequence of characters used to identify, name, or characterize the study." ;
                 <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C83082> ,
                                                                  <http://purl.obolibrary.org/obo/NCIT_C83082> ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Identifier" ;
                 :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/StudyIntervention
:StudyIntervention rdf:type owl:Class ;
                   rdfs:subClassOf [ rdf:type owl:Restriction ;
                                     owl:onProperty :StudyIntervention-role ;
                                     owl:cardinality "1"^^xsd:nonNegativeInteger
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty :StudyIntervention-type ;
                                     owl:cardinality "1"^^xsd:nonNegativeInteger
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty :StudyIntervention-minimumResponseDuration ;
                                     owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty :StudyIntervention-id ;
                                     owl:cardinality "1"^^xsd:nonNegativeInteger
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty :StudyIntervention-instanceType ;
                                     owl:cardinality "1"^^xsd:nonNegativeInteger
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty :StudyIntervention-name ;
                                     owl:cardinality "1"^^xsd:nonNegativeInteger
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty :StudyIntervention-description ;
                                     owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty :StudyIntervention-label ;
                                     owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                   ] ;
                   rdfs:label "StudyIntervention" ;
                   <http://www.w3.org/2004/02/skos/core#definition> "Any agent, device, or procedure being tested or used as a reference or comparator in the conduct of a clinical trial." ;
                   <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207649> ,
                                                                    <http://purl.obolibrary.org/obo/NCIT_C207649> ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Intervention" ;
                   :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/StudyRole
:StudyRole rdf:type owl:Class ;
           rdfs:subClassOf [ rdf:type owl:Restriction ;
                             owl:onProperty :StudyRole-code ;
                             owl:cardinality "1"^^xsd:nonNegativeInteger
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :StudyRole-masking ;
                             owl:maxCardinality "1"^^xsd:nonNegativeInteger
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :StudyRole-id ;
                             owl:cardinality "1"^^xsd:nonNegativeInteger
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :StudyRole-instanceType ;
                             owl:cardinality "1"^^xsd:nonNegativeInteger
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :StudyRole-name ;
                             owl:cardinality "1"^^xsd:nonNegativeInteger
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :StudyRole-description ;
                             owl:maxCardinality "1"^^xsd:nonNegativeInteger
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :StudyRole-label ;
                             owl:maxCardinality "1"^^xsd:nonNegativeInteger
                           ] ;
           rdfs:label "StudyRole" ;
           <http://www.w3.org/2004/02/skos/core#definition> "A designation that identifies the function of study personnel or an organization within the context of the study." ;
           <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C215497> ,
                                                            <http://purl.obolibrary.org/obo/NCIT_C215497> ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Role" ;
           :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/StudySite
:StudySite rdf:type owl:Class ;
           rdfs:subClassOf [ rdf:type owl:Restriction ;
                             owl:onProperty :StudySite-country ;
                             owl:cardinality "1"^^xsd:nonNegativeInteger
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :StudySite-id ;
                             owl:cardinality "1"^^xsd:nonNegativeInteger
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :StudySite-instanceType ;
                             owl:cardinality "1"^^xsd:nonNegativeInteger
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :StudySite-name ;
                             owl:cardinality "1"^^xsd:nonNegativeInteger
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :StudySite-description ;
                             owl:maxCardinality "1"^^xsd:nonNegativeInteger
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :StudySite-label ;
                             owl:maxCardinality "1"^^xsd:nonNegativeInteger
                           ] ;
           rdfs:label "StudySite" ;
           <http://www.w3.org/2004/02/skos/core#definition> "The location at which a study investigator conducts study activities." ;
           <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C80403> ,
                                                            <http://purl.obolibrary.org/obo/NCIT_C80403> ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Site" ;
           :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/StudyTitle
:StudyTitle rdf:type owl:Class ;
            rdfs:subClassOf [ rdf:type owl:Restriction ;
                              owl:onProperty :StudyTitle-type ;
                              owl:cardinality "1"^^xsd:nonNegativeInteger
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty :StudyTitle-id ;
                              owl:cardinality "1"^^xsd:nonNegativeInteger
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty :StudyTitle-instanceType ;
                              owl:cardinality "1"^^xsd:nonNegativeInteger
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty :StudyTitle-text ;
                              owl:cardinality "1"^^xsd:nonNegativeInteger
                            ] ;
            rdfs:label "StudyTitle" ;
            <http://www.w3.org/2004/02/skos/core#definition> "The sponsor-defined name of the clinical study." ;
            <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C49802> ,
                                                             <http://purl.obolibrary.org/obo/NCIT_C49802> ;
            <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Title" ;
            :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/StudyVersion
:StudyVersion rdf:type owl:Class ;
              rdfs:subClassOf [ rdf:type owl:Restriction ;
                                owl:onProperty :StudyVersion-studyIdentifiers ;
                                owl:minCardinality "1"^^xsd:nonNegativeInteger
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :StudyVersion-titles ;
                                owl:minCardinality "1"^^xsd:nonNegativeInteger
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :StudyVersion-id ;
                                owl:cardinality "1"^^xsd:nonNegativeInteger
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :StudyVersion-instanceType ;
                                owl:cardinality "1"^^xsd:nonNegativeInteger
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :StudyVersion-rationale ;
                                owl:cardinality "1"^^xsd:nonNegativeInteger
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :StudyVersion-versionIdentifier ;
                                owl:cardinality "1"^^xsd:nonNegativeInteger
                              ] ;
              rdfs:label "StudyVersion" ;
              <http://www.w3.org/2004/02/skos/core#definition> "A plan at a particular point in time for a study." ;
              <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C188816> ,
                                                               <http://purl.obolibrary.org/obo/NCIT_C188816> ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Study Version" ;
              :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/SubjectEnrollment
:SubjectEnrollment rdf:type owl:Class ;
                   rdfs:subClassOf [ rdf:type owl:Restriction ;
                                     owl:onProperty :SubjectEnrollment-quantity ;
                                     owl:cardinality "1"^^xsd:nonNegativeInteger
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty :SubjectEnrollment-forGeographicScope ;
                                     owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty :SubjectEnrollment-forStudyCohortId ;
                                     owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty :SubjectEnrollment-forStudySiteId ;
                                     owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty :SubjectEnrollment-id ;
                                     owl:cardinality "1"^^xsd:nonNegativeInteger
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty :SubjectEnrollment-instanceType ;
                                     owl:cardinality "1"^^xsd:nonNegativeInteger
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty :SubjectEnrollment-name ;
                                     owl:cardinality "1"^^xsd:nonNegativeInteger
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty :SubjectEnrollment-description ;
                                     owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty :SubjectEnrollment-label ;
                                     owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                   ] ;
                   rdfs:label "SubjectEnrollment" ;
                   <http://www.w3.org/2004/02/skos/core#definition> "The act of enrolling subjects into a study. The subject will have met the inclusion/exclusion criteria to participate in the trial and will have signed an informed consent form. (CDISC Glossary)" ;
                   <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C37948> ,
                                                                    <http://purl.obolibrary.org/obo/NCIT_C37948> ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Subject Enrollment" ;
                   :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/Substance
:Substance rdf:type owl:Class ;
           rdfs:subClassOf [ rdf:type owl:Restriction ;
                             owl:onProperty :Substance-strengths ;
                             owl:minCardinality "1"^^xsd:nonNegativeInteger
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :Substance-referenceSubstance ;
                             owl:maxCardinality "1"^^xsd:nonNegativeInteger
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :Substance-id ;
                             owl:cardinality "1"^^xsd:nonNegativeInteger
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :Substance-instanceType ;
                             owl:cardinality "1"^^xsd:nonNegativeInteger
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :Substance-name ;
                             owl:cardinality "1"^^xsd:nonNegativeInteger
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :Substance-description ;
                             owl:maxCardinality "1"^^xsd:nonNegativeInteger
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :Substance-label ;
                             owl:maxCardinality "1"^^xsd:nonNegativeInteger
                           ] ;
           rdfs:label "Substance" ;
           <http://www.w3.org/2004/02/skos/core#definition> "Any matter of defined composition that has discrete existence, whose origin may be biological, mineral or chemical." ;
           <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C45306> ,
                                                            <http://purl.obolibrary.org/obo/NCIT_C45306> ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "Substance" ;
           :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/SyntaxTemplate
:SyntaxTemplate rdf:type owl:Class ;
                rdfs:subClassOf [ rdf:type owl:Restriction ;
                                  owl:onProperty :SyntaxTemplate-dictionaryId ;
                                  owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :SyntaxTemplate-id ;
                                  owl:cardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :SyntaxTemplate-name ;
                                  owl:cardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :SyntaxTemplate-text ;
                                  owl:cardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :SyntaxTemplate-description ;
                                  owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :SyntaxTemplate-label ;
                                  owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                ] ;
                rdfs:label "SyntaxTemplate" ;
                <http://www.w3.org/2004/02/skos/core#definition> "A standardized pattern used for the arrangement of words and phrases to create well-formed, structured sentences." ;
                <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207596> ,
                                                                 <http://purl.obolibrary.org/obo/NCIT_C207596> ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Syntax Template" ;
                :modifier "Abstract" .


###  https://w3id.org/cdisc/usdm/v4/SyntaxTemplateDictionary
:SyntaxTemplateDictionary rdf:type owl:Class ;
                          rdfs:subClassOf [ rdf:type owl:Restriction ;
                                            owl:onProperty :SyntaxTemplateDictionary-parameterMaps ;
                                            owl:minCardinality "1"^^xsd:nonNegativeInteger
                                          ] ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty :SyntaxTemplateDictionary-id ;
                                            owl:cardinality "1"^^xsd:nonNegativeInteger
                                          ] ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty :SyntaxTemplateDictionary-instanceType ;
                                            owl:cardinality "1"^^xsd:nonNegativeInteger
                                          ] ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty :SyntaxTemplateDictionary-name ;
                                            owl:cardinality "1"^^xsd:nonNegativeInteger
                                          ] ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty :SyntaxTemplateDictionary-description ;
                                            owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                          ] ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty :SyntaxTemplateDictionary-label ;
                                            owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                          ] ;
                          rdfs:label "SyntaxTemplateDictionary" ;
                          <http://www.w3.org/2004/02/skos/core#definition> "A reference source that provides a listing of valid parameter names and values used in syntax template text strings." ;
                          <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C207597> ,
                                                                           <http://purl.obolibrary.org/obo/NCIT_C207597> ;
                          <http://www.w3.org/2004/02/skos/core#prefLabel> "Syntax Template Dictionary" ;
                          :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/Timing
:Timing rdf:type owl:Class ;
        rdfs:subClassOf [ rdf:type owl:Restriction ;
                          owl:onProperty :Timing-relativeFromScheduledInstanceId ;
                          owl:cardinality "1"^^xsd:nonNegativeInteger
                        ] ,
                        [ rdf:type owl:Restriction ;
                          owl:onProperty :Timing-relativeToFrom ;
                          owl:cardinality "1"^^xsd:nonNegativeInteger
                        ] ,
                        [ rdf:type owl:Restriction ;
                          owl:onProperty :Timing-type ;
                          owl:cardinality "1"^^xsd:nonNegativeInteger
                        ] ,
                        [ rdf:type owl:Restriction ;
                          owl:onProperty :Timing-relativeToScheduledInstanceId ;
                          owl:maxCardinality "1"^^xsd:nonNegativeInteger
                        ] ,
                        [ rdf:type owl:Restriction ;
                          owl:onProperty :Timing-id ;
                          owl:cardinality "1"^^xsd:nonNegativeInteger
                        ] ,
                        [ rdf:type owl:Restriction ;
                          owl:onProperty :Timing-instanceType ;
                          owl:cardinality "1"^^xsd:nonNegativeInteger
                        ] ,
                        [ rdf:type owl:Restriction ;
                          owl:onProperty :Timing-name ;
                          owl:cardinality "1"^^xsd:nonNegativeInteger
                        ] ,
                        [ rdf:type owl:Restriction ;
                          owl:onProperty :Timing-value ;
                          owl:cardinality "1"^^xsd:nonNegativeInteger
                        ] ,
                        [ rdf:type owl:Restriction ;
                          owl:onProperty :Timing-valueLabel ;
                          owl:cardinality "1"^^xsd:nonNegativeInteger
                        ] ,
                        [ rdf:type owl:Restriction ;
                          owl:onProperty :Timing-description ;
                          owl:maxCardinality "1"^^xsd:nonNegativeInteger
                        ] ,
                        [ rdf:type owl:Restriction ;
                          owl:onProperty :Timing-label ;
                          owl:maxCardinality "1"^^xsd:nonNegativeInteger
                        ] ,
                        [ rdf:type owl:Restriction ;
                          owl:onProperty :Timing-windowLabel ;
                          owl:maxCardinality "1"^^xsd:nonNegativeInteger
                        ] ,
                        [ rdf:type owl:Restriction ;
                          owl:onProperty :Timing-windowLower ;
                          owl:maxCardinality "1"^^xsd:nonNegativeInteger
                        ] ,
                        [ rdf:type owl:Restriction ;
                          owl:onProperty :Timing-windowUpper ;
                          owl:maxCardinality "1"^^xsd:nonNegativeInteger
                        ] ;
        rdfs:label "Timing" ;
        <http://www.w3.org/2004/02/skos/core#definition> "The chronological relationship between temporal events." ;
        <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C80484> ,
                                                         <http://purl.obolibrary.org/obo/NCIT_C80484> ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "Timing" ;
        :modifier "Concrete" .


###  https://w3id.org/cdisc/usdm/v4/TransitionRule
:TransitionRule rdf:type owl:Class ;
                rdfs:subClassOf [ rdf:type owl:Restriction ;
                                  owl:onProperty :TransitionRule-id ;
                                  owl:cardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :TransitionRule-instanceType ;
                                  owl:cardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :TransitionRule-name ;
                                  owl:cardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :TransitionRule-text ;
                                  owl:cardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :TransitionRule-description ;
                                  owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :TransitionRule-label ;
                                  owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                ] ;
                rdfs:label "TransitionRule" ;
                <http://www.w3.org/2004/02/skos/core#definition> "A guide that governs the allocation of subjects to operational options at a discrete decision point or branch (e.g., assignment to a particular arm, discontinuation) within a clinical trial plan." ;
                <http://www.w3.org/2004/02/skos/core#exactMatch> <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C82567> ,
                                                                 <http://purl.obolibrary.org/obo/NCIT_C82567> ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Transition Rule" ;
                :modifier "Concrete" .


###  Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/
