@prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix skos: . @prefix xsd: . @prefix dcterms: . @prefix vann: . @prefix widoco: . @prefix ncit: . @prefix obo: . @prefix usdm: . @base . a owl:Ontology ; dcterms:title "CDISC USDM v4 (RDF/OWL rendering)" ; dcterms: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." ; dcterms: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." ; dcterms:source ; dcterms:license ; dcterms:creator "Kerstin Forsberg" ; dcterms:bibliographicCitation "Forsberg, K. (2026). usdm-rdf: A Turtle/OWL rendering of CDISC USDM v4. https://w3id.org/cdisc/usdm/v4/" ; dcterms:created "2026-04-27"^^xsd:date ; dcterms:modified "2026-07-04"^^xsd:date ; vann:preferredNamespacePrefix "usdm" ; vann:preferredNamespaceUri "https://w3id.org/cdisc/usdm/v4/" ; owl:versionInfo "v0.6.0" ; owl:versionIRI ; widoco: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." ; rdfs:comment "Mechanical conversion of CDISC USDM v4 dataStructure.yml. Draft — not normative." . usdm:modifier a owl:AnnotationProperty . usdm:relationshipType a owl:AnnotationProperty . usdm:modelName a owl:AnnotationProperty . usdm:modelRepresentation a owl:AnnotationProperty . usdm:boundCodelist a owl:AnnotationProperty . usdm:boundCodelistNote a owl:AnnotationProperty . dcterms:abstract a owl:AnnotationProperty . dcterms:bibliographicCitation a owl:AnnotationProperty . dcterms:created a owl:AnnotationProperty . dcterms:creator a owl:AnnotationProperty . dcterms:description a owl:AnnotationProperty . dcterms:license a owl:AnnotationProperty . dcterms:modified a owl:AnnotationProperty . dcterms:source a owl:AnnotationProperty . dcterms:title a owl:AnnotationProperty . vann:preferredNamespacePrefix a owl:AnnotationProperty . vann:preferredNamespaceUri a owl:AnnotationProperty . skos:definition a owl:AnnotationProperty . skos:exactMatch a owl:AnnotationProperty . skos:prefLabel a owl:AnnotationProperty . widoco:introduction a owl:AnnotationProperty . xsd:date a rdfs:Datatype . # class Abbreviation usdm:Abbreviation a owl:Class ; rdfs:label "Abbreviation" ; skos:exactMatch ncit:C42610 ; skos:exactMatch obo:NCIT_C42610 ; skos:prefLabel "Abbreviation" ; skos: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)" ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Abbreviation-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Abbreviation-abbreviatedText ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Abbreviation-expandedText ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Abbreviation-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:Abbreviation-id a owl:DatatypeProperty ; rdfs:label "Abbreviation-id" ; rdfs:domain usdm:Abbreviation ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:Abbreviation-abbreviatedText a owl:DatatypeProperty ; rdfs:label "Abbreviation-abbreviatedText" ; rdfs:domain usdm:Abbreviation ; rdfs:range xsd:string ; skos:exactMatch ncit:C215487 ; skos:exactMatch obo:NCIT_C215487 ; skos:prefLabel "Text Abbreviation Value" ; skos:definition "The literal value of an instance of unstructured text that is used as the abbreviation." ; usdm:relationshipType "Value" ; usdm:modelName "abbreviatedText" ; usdm:modelRepresentation "Attribute" . usdm:Abbreviation-expandedText a owl:DatatypeProperty ; rdfs:label "Abbreviation-expandedText" ; rdfs:domain usdm:Abbreviation ; rdfs:range xsd:string ; skos:exactMatch ncit:C215569 ; skos:exactMatch obo:NCIT_C215569 ; skos:prefLabel "Abbreviation Long Name" ; skos:definition "The full literal representation of the abbreviation." ; usdm:relationshipType "Value" ; usdm:modelName "expandedText" ; usdm:modelRepresentation "Attribute" . usdm:Abbreviation-notes a owl:ObjectProperty ; rdfs:label "Abbreviation-notes" ; rdfs:domain usdm:Abbreviation ; rdfs:range usdm:CommentAnnotation ; skos:exactMatch ncit:C215570 ; skos:exactMatch obo:NCIT_C215570 ; skos:prefLabel "Abbreviation Notes" ; skos:definition "A brief written record relevant to the abbreviation." ; usdm:relationshipType "Value" ; usdm:modelName "notes" ; usdm:modelRepresentation "Attribute" . usdm:Abbreviation-extensionAttributes a owl:ObjectProperty ; rdfs:label "Abbreviation-extensionAttributes" ; rdfs:domain usdm:Abbreviation ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:Abbreviation-instanceType a owl:DatatypeProperty ; rdfs:label "Abbreviation-instanceType" ; rdfs:domain usdm:Abbreviation ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class Activity usdm:Activity a owl:Class ; rdfs:label "Activity" ; skos:exactMatch ncit:C71473 ; skos:exactMatch obo:NCIT_C71473 ; skos:prefLabel "Study Activity" ; skos: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." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Activity-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Activity-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Activity-label ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Activity-description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Activity-nextId ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Activity-timelineId ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Activity-previousId ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Activity-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:Activity-id a owl:DatatypeProperty ; rdfs:label "Activity-id" ; rdfs:domain usdm:Activity ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:Activity-name a owl:DatatypeProperty ; rdfs:label "Activity-name" ; rdfs:domain usdm:Activity ; rdfs:range xsd:string ; skos:exactMatch ncit:C188842 ; skos:exactMatch obo:NCIT_C188842 ; skos:prefLabel "Study Activity Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the study activity." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:Activity-label a owl:DatatypeProperty ; rdfs:label "Activity-label" ; rdfs:domain usdm:Activity ; rdfs:range xsd:string ; skos:exactMatch ncit:C207458 ; skos:exactMatch obo:NCIT_C207458 ; skos:prefLabel "Study Activity Label" ; skos:definition "The short descriptive designation for the study activity." ; usdm:relationshipType "Value" ; usdm:modelName "label" ; usdm:modelRepresentation "Attribute" . usdm:Activity-description a owl:DatatypeProperty ; rdfs:label "Activity-description" ; rdfs:domain usdm:Activity ; rdfs:range xsd:string ; skos:exactMatch ncit:C70960 ; skos:exactMatch obo:NCIT_C70960 ; skos:prefLabel "Study Activity Description" ; skos:definition "A narrative representation of the study activity." ; usdm:relationshipType "Value" ; usdm:modelName "description" ; usdm:modelRepresentation "Attribute" . usdm:Activity-notes a owl:ObjectProperty ; rdfs:label "Activity-notes" ; rdfs:domain usdm:Activity ; rdfs:range usdm:CommentAnnotation ; skos:exactMatch ncit:C215519 ; skos:exactMatch obo:NCIT_C215519 ; skos:prefLabel "Activity Notes" ; skos:definition "A brief written record relevant to the activity." ; usdm:relationshipType "Value" ; usdm:modelName "notes" ; usdm:modelRepresentation "Attribute" . usdm:Activity-definedProcedures a owl:ObjectProperty ; rdfs:label "Activity-definedProcedures" ; rdfs:domain usdm:Activity ; rdfs:range usdm:Procedure ; skos:definition "A USDM relationship between the Activity and Procedure classes which identifies the set of defined procedures associated with the activity." ; usdm:relationshipType "Value" ; usdm:modelName "definedProcedures" ; usdm:modelRepresentation "Relationship" . usdm:Activity-biomedicalConceptIds a owl:ObjectProperty ; rdfs:label "Activity-biomedicalConceptIds" ; rdfs:domain usdm:Activity ; rdfs:range usdm:BiomedicalConcept ; skos:definition "A USDM relationship between the Activity and BiomedicalConcept classes which identifies the set of biomedical concepts associated with the activity." ; usdm:relationshipType "Ref" ; usdm:modelName "biomedicalConcepts" ; usdm:modelRepresentation "Relationship" . usdm:Activity-nextId a owl:ObjectProperty ; rdfs:label "Activity-nextId" ; rdfs:domain usdm:Activity ; rdfs:range usdm:Activity ; skos:definition "A USDM relationship within the Activity class which identifies the activity that follows the current activity in the display order." ; usdm:relationshipType "Ref" ; usdm:modelName "next" ; usdm:modelRepresentation "Relationship" . usdm:Activity-timelineId a owl:ObjectProperty ; rdfs:label "Activity-timelineId" ; rdfs:domain usdm:Activity ; rdfs:range usdm:ScheduleTimeline ; skos: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." ; usdm:relationshipType "Ref" ; usdm:modelName "timeline" ; usdm:modelRepresentation "Relationship" . usdm:Activity-childIds a owl:ObjectProperty ; rdfs:label "Activity-childIds" ; rdfs:domain usdm:Activity ; rdfs:range usdm:Activity ; skos:definition "A USDM relationship within the Activity class which identifies the set of child activities associated with an activity." ; usdm:relationshipType "Ref" ; usdm:modelName "children" ; usdm:modelRepresentation "Relationship" . usdm:Activity-previousId a owl:ObjectProperty ; rdfs:label "Activity-previousId" ; rdfs:domain usdm:Activity ; rdfs:range usdm:Activity ; skos:definition "A USDM relationship within the Activity class which identifies the activity that precedes the current activity in the display order." ; usdm:relationshipType "Ref" ; usdm:modelName "previous" ; usdm:modelRepresentation "Relationship" . usdm:Activity-bcSurrogateIds a owl:ObjectProperty ; rdfs:label "Activity-bcSurrogateIds" ; rdfs:domain usdm:Activity ; rdfs:range usdm:BiomedicalConceptSurrogate ; skos:definition "A USDM relationship between the Activity and BiomedicalConceptSurrogate classes which identifies the set of biomedical concept surrogates associated with the activity." ; usdm:relationshipType "Ref" ; usdm:modelName "bcSurrogates" ; usdm:modelRepresentation "Relationship" . usdm:Activity-bcCategoryIds a owl:ObjectProperty ; rdfs:label "Activity-bcCategoryIds" ; rdfs:domain usdm:Activity ; rdfs:range usdm:BiomedicalConceptCategory ; skos:definition "A USDM relationship between the Activity and BiomedicalConceptCategory classes which identifies the set of biomedical concept categories associated with the activity." ; usdm:relationshipType "Ref" ; usdm:modelName "bcCategories" ; usdm:modelRepresentation "Relationship" . usdm:Activity-extensionAttributes a owl:ObjectProperty ; rdfs:label "Activity-extensionAttributes" ; rdfs:domain usdm:Activity ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:Activity-instanceType a owl:DatatypeProperty ; rdfs:label "Activity-instanceType" ; rdfs:domain usdm:Activity ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class Address usdm:Address a owl:Class ; rdfs:label "Address" ; skos:exactMatch ncit:C25407 ; skos:exactMatch obo:NCIT_C25407 ; skos:prefLabel "Address" ; skos:definition "A standardized representation of the location of a person, business, building, or organization. (NCI)" ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Address-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Address-text ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Address-district ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Address-city ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Address-postalCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Address-state ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Address-country ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Address-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:Address-id a owl:DatatypeProperty ; rdfs:label "Address-id" ; rdfs:domain usdm:Address ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:Address-text a owl:DatatypeProperty ; rdfs:label "Address-text" ; rdfs:domain usdm:Address ; rdfs:range xsd:string ; skos:exactMatch ncit:C201311 ; skos:exactMatch obo:NCIT_C201311 ; skos:prefLabel "Address Full Text" ; skos:definition "A standardized representation of the complete set of components denoting the physical address of the person, business, building, or organization." ; usdm:relationshipType "Value" ; usdm:modelName "text" ; usdm:modelRepresentation "Attribute" . usdm:Address-lines a owl:DatatypeProperty ; rdfs:label "Address-lines" ; rdfs:domain usdm:Address ; rdfs:range xsd:string ; skos:exactMatch ncit:C25690 ; skos:exactMatch obo:NCIT_C25690 ; skos:prefLabel "Address Line" ; skos:definition "The street name and number, building number, apartment or unit number, or post office box number where an entity is physically located." ; usdm:relationshipType "Value" ; usdm:modelName "lines" ; usdm:modelRepresentation "Attribute" . usdm:Address-district a owl:DatatypeProperty ; rdfs:label "Address-district" ; rdfs:domain usdm:Address ; rdfs:range xsd:string ; skos:exactMatch ncit:C176229 ; skos:exactMatch obo:NCIT_C176229 ; skos:prefLabel "District" ; skos:definition "An administrative or territorial division of a city, town, county, parish, state, country, or other locality based on a shared characteristic." ; usdm:relationshipType "Value" ; usdm:modelName "district" ; usdm:modelRepresentation "Attribute" . usdm:Address-city a owl:DatatypeProperty ; rdfs:label "Address-city" ; rdfs:domain usdm:Address ; rdfs:range xsd:string ; skos:exactMatch ncit:C25160 ; skos:exactMatch obo:NCIT_C25160 ; skos:prefLabel "City" ; skos: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." ; usdm:relationshipType "Value" ; usdm:modelName "city" ; usdm:modelRepresentation "Attribute" . usdm:Address-postalCode a owl:DatatypeProperty ; rdfs:label "Address-postalCode" ; rdfs:domain usdm:Address ; rdfs:range xsd:string ; skos:exactMatch ncit:C25621 ; skos:exactMatch obo:NCIT_C25621 ; skos:prefLabel "Postal Code" ; skos:definition "An alphanumeric code assigned to a mail delivery area." ; usdm:relationshipType "Value" ; usdm:modelName "postalCode" ; usdm:modelRepresentation "Attribute" . usdm:Address-state a owl:DatatypeProperty ; rdfs:label "Address-state" ; rdfs:domain usdm:Address ; rdfs:range xsd:string ; skos:exactMatch ncit:C87194 ; skos:exactMatch obo:NCIT_C87194 ; skos:prefLabel "State" ; skos: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." ; usdm:relationshipType "Value" ; usdm:modelName "state" ; usdm:modelRepresentation "Attribute" . usdm:Address-country a owl:ObjectProperty ; rdfs:label "Address-country" ; rdfs:domain usdm:Address ; rdfs:range usdm:Code ; skos:exactMatch ncit:C25464 ; skos:exactMatch obo:NCIT_C25464 ; skos:prefLabel "Country" ; skos:definition "A sovereign nation occupying a distinct territory and ruled by an autonomous government." ; usdm:relationshipType "Value" ; usdm:modelName "country" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelistNote "Y (Point out to ISO 3166-1 Alpha-3 Country code)" . usdm:Address-extensionAttributes a owl:ObjectProperty ; rdfs:label "Address-extensionAttributes" ; rdfs:domain usdm:Address ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:Address-instanceType a owl:DatatypeProperty ; rdfs:label "Address-instanceType" ; rdfs:domain usdm:Address ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class AdministrableProduct usdm:AdministrableProduct a owl:Class ; rdfs:label "AdministrableProduct" ; skos:exactMatch ncit:C215492 ; skos:exactMatch obo:NCIT_C215492 ; skos:prefLabel "Administrable Product" ; skos:definition "Any study product that is formulated and presented in the form that is suitable for administration to a study participant." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:AdministrableProduct-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:AdministrableProduct-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:AdministrableProduct-label ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:AdministrableProduct-description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:AdministrableProduct-administrableDoseForm ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:AdministrableProduct-sourcing ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:AdministrableProduct-productDesignation ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:AdministrableProduct-pharmacologicClass ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:AdministrableProduct-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:AdministrableProduct-id a owl:DatatypeProperty ; rdfs:label "AdministrableProduct-id" ; rdfs:domain usdm:AdministrableProduct ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:AdministrableProduct-name a owl:DatatypeProperty ; rdfs:label "AdministrableProduct-name" ; rdfs:domain usdm:AdministrableProduct ; rdfs:range xsd:string ; skos:exactMatch ncit:C215573 ; skos:exactMatch obo:NCIT_C215573 ; skos:prefLabel "Administrable Product Definition Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the administrable product." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:AdministrableProduct-label a owl:DatatypeProperty ; rdfs:label "AdministrableProduct-label" ; rdfs:domain usdm:AdministrableProduct ; rdfs:range xsd:string ; skos:exactMatch ncit:C215575 ; skos:exactMatch obo:NCIT_C215575 ; skos:prefLabel "Administrable Product Definition Label" ; skos:definition "The short descriptive designation for the administrable product." ; usdm:relationshipType "Value" ; usdm:modelName "label" ; usdm:modelRepresentation "Attribute" . usdm:AdministrableProduct-description a owl:DatatypeProperty ; rdfs:label "AdministrableProduct-description" ; rdfs:domain usdm:AdministrableProduct ; rdfs:range xsd:string ; skos:exactMatch ncit:C215574 ; skos:exactMatch obo:NCIT_C215574 ; skos:prefLabel "Administrable Product Definition Description" ; skos:definition "A narrative representation of the administrable product." ; usdm:relationshipType "Value" ; usdm:modelName "description" ; usdm:modelRepresentation "Attribute" . usdm:AdministrableProduct-administrableDoseForm a owl:ObjectProperty ; rdfs:label "AdministrableProduct-administrableDoseForm" ; rdfs:domain usdm:AdministrableProduct ; rdfs:range usdm:AliasCode ; skos:exactMatch ncit:C215576 ; skos:exactMatch obo:NCIT_C215576 ; skos:prefLabel "Administrable Product Dose Form" ; skos:definition "The physical form in which formulated ingredient(s) are presented in the administrable product." ; usdm:relationshipType "Value" ; usdm:modelName "administrableDoseForm" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C66726 ; usdm:boundCodelist obo:NCIT_C66726 ; usdm:boundCodelistNote "Y (SDTM Terminology Codelist C66726)" . usdm:AdministrableProduct-sourcing a owl:ObjectProperty ; rdfs:label "AdministrableProduct-sourcing" ; rdfs:domain usdm:AdministrableProduct ; rdfs:range usdm:Code ; skos:exactMatch ncit:C215578 ; skos:exactMatch obo:NCIT_C215578 ; skos:prefLabel "Administrable Product Sourcing" ; skos:definition "An indication as to whether the administrable product is obtained from a local or central source." ; usdm:relationshipType "Value" ; usdm:modelName "sourcing" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C215483 ; usdm:boundCodelist obo:NCIT_C215483 ; usdm:boundCodelistNote "Y (C215483)" . usdm:AdministrableProduct-productDesignation a owl:ObjectProperty ; rdfs:label "AdministrableProduct-productDesignation" ; rdfs:domain usdm:AdministrableProduct ; rdfs:range usdm:Code ; skos:exactMatch ncit:C215579 ; skos:exactMatch obo:NCIT_C215579 ; skos:prefLabel "Administrable Product Product Designation" ; skos:definition "An indication as to whether the administrable product is an investigational medicinal product or an auxiliary medicinal product." ; usdm:relationshipType "Value" ; usdm:modelName "productDesignation" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C207418 ; usdm:boundCodelist obo:NCIT_C207418 ; usdm:boundCodelistNote "Y (C207418)" . usdm:AdministrableProduct-pharmacologicClass a owl:ObjectProperty ; rdfs:label "AdministrableProduct-pharmacologicClass" ; rdfs:domain usdm:AdministrableProduct ; rdfs:range usdm:Code ; skos:exactMatch ncit:C215577 ; skos:exactMatch obo:NCIT_C215577 ; skos:prefLabel "Administrable Product Pharmacologic Class" ; skos:definition "The pharmacological class of the administrable product." ; usdm:relationshipType "Value" ; usdm:modelName "pharmacologicClass" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelistNote "Y (Points to external codelists such as UNII, MED-RT)" . usdm:AdministrableProduct-notes a owl:ObjectProperty ; rdfs:label "AdministrableProduct-notes" ; rdfs:domain usdm:AdministrableProduct ; rdfs:range usdm:CommentAnnotation ; skos:exactMatch ncit:C215580 ; skos:exactMatch obo:NCIT_C215580 ; skos:prefLabel "Administrable Product Notes" ; skos:definition "A brief written record relevant to the administrable product." ; usdm:relationshipType "Value" ; usdm:modelName "notes" ; usdm:modelRepresentation "Attribute" . usdm:AdministrableProduct-identifiers a owl:ObjectProperty ; rdfs:label "AdministrableProduct-identifiers" ; rdfs:domain usdm:AdministrableProduct ; rdfs:range usdm:AdministrableProductIdentifier ; skos:definition "A USDM relationship between the AdministrableProduct and AdministrableProductIdentifier classes which provides the set of identifiers related to the administrable product." ; usdm:relationshipType "Value" ; usdm:modelName "identifiers" ; usdm:modelRepresentation "Relationship" . usdm:AdministrableProduct-properties a owl:ObjectProperty ; rdfs:label "AdministrableProduct-properties" ; rdfs:domain usdm:AdministrableProduct ; rdfs:range usdm:AdministrableProductProperty ; skos:definition "A USDM relationship between the AdministrableProduct and AdministrableProductProperty classes which provides the set of properties related to the administrable product." ; usdm:relationshipType "Value" ; usdm:modelName "properties" ; usdm:modelRepresentation "Relationship" . usdm:AdministrableProduct-ingredients a owl:ObjectProperty ; rdfs:label "AdministrableProduct-ingredients" ; rdfs:domain usdm:AdministrableProduct ; rdfs:range usdm:Ingredient ; skos:definition "A USDM relationship between the AdministrableProduct and Ingredient classes which provides the set of ingredients related to the administrable product." ; usdm:relationshipType "Value" ; usdm:modelName "ingredients" ; usdm:modelRepresentation "Relationship" . usdm:AdministrableProduct-extensionAttributes a owl:ObjectProperty ; rdfs:label "AdministrableProduct-extensionAttributes" ; rdfs:domain usdm:AdministrableProduct ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:AdministrableProduct-instanceType a owl:DatatypeProperty ; rdfs:label "AdministrableProduct-instanceType" ; rdfs:domain usdm:AdministrableProduct ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class AdministrableProductIdentifier usdm:AdministrableProductIdentifier a owl:Class ; rdfs:label "AdministrableProductIdentifier" ; skos:exactMatch ncit:C215493 ; skos:exactMatch obo:NCIT_C215493 ; skos:prefLabel "Administrable Product Identifier" ; skos:definition "A sequence of characters used to identify, name, or characterize the administrable product." ; rdfs:subClassOf usdm:Identifier ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:AdministrableProductIdentifier-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:AdministrableProductIdentifier-extensionAttributes a owl:ObjectProperty ; rdfs:label "AdministrableProductIdentifier-extensionAttributes" ; rdfs:domain usdm:AdministrableProductIdentifier ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:AdministrableProductIdentifier-instanceType a owl:DatatypeProperty ; rdfs:label "AdministrableProductIdentifier-instanceType" ; rdfs:domain usdm:AdministrableProductIdentifier ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class AdministrableProductProperty usdm:AdministrableProductProperty a owl:Class ; rdfs:label "AdministrableProductProperty" ; skos:exactMatch ncit:C215494 ; skos:exactMatch obo:NCIT_C215494 ; skos:prefLabel "Administrable Product Property" ; skos:definition "A characteristic from a set of characteristics used to define an administrable product." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:AdministrableProductProperty-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:AdministrableProductProperty-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:AdministrableProductProperty-type ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:AdministrableProductProperty-text ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:AdministrableProductProperty-quantity ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:AdministrableProductProperty-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:AdministrableProductProperty-id a owl:DatatypeProperty ; rdfs:label "AdministrableProductProperty-id" ; rdfs:domain usdm:AdministrableProductProperty ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:AdministrableProductProperty-name a owl:DatatypeProperty ; rdfs:label "AdministrableProductProperty-name" ; rdfs:domain usdm:AdministrableProductProperty ; rdfs:range xsd:string ; skos:exactMatch ncit:C215582 ; skos:exactMatch obo:NCIT_C215582 ; skos:prefLabel "Administrable Product Property Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the administrable product property." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:AdministrableProductProperty-type a owl:ObjectProperty ; rdfs:label "AdministrableProductProperty-type" ; rdfs:domain usdm:AdministrableProductProperty ; rdfs:range usdm:Code ; skos:exactMatch ncit:C215585 ; skos:exactMatch obo:NCIT_C215585 ; skos:prefLabel "Administrable Product Property Type" ; skos:definition "A characterization or classification of the administrable product property." ; usdm:relationshipType "Value" ; usdm:modelName "type" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C215479 ; usdm:boundCodelist obo:NCIT_C215479 ; usdm:boundCodelistNote "Y (C215479)" . usdm:AdministrableProductProperty-text a owl:DatatypeProperty ; rdfs:label "AdministrableProductProperty-text" ; rdfs:domain usdm:AdministrableProductProperty ; rdfs:range xsd:string ; skos:exactMatch ncit:C215583 ; skos:exactMatch obo:NCIT_C215583 ; skos:prefLabel "Administrable Product Property Text" ; skos:definition "An instance of structured text that represents the administrable product property." ; usdm:relationshipType "Value" ; usdm:modelName "text" ; usdm:modelRepresentation "Attribute" . usdm:AdministrableProductProperty-quantity a owl:ObjectProperty ; rdfs:label "AdministrableProductProperty-quantity" ; rdfs:domain usdm:AdministrableProductProperty ; rdfs:range usdm:Quantity ; skos:exactMatch ncit:C215584 ; skos:exactMatch obo:NCIT_C215584 ; skos:prefLabel "Administrable Product Property Quantity Value" ; skos:definition "The numeric value associated with an administrable product property." ; usdm:relationshipType "Value" ; usdm:modelName "quantity" ; usdm:modelRepresentation "Attribute" . usdm:AdministrableProductProperty-extensionAttributes a owl:ObjectProperty ; rdfs:label "AdministrableProductProperty-extensionAttributes" ; rdfs:domain usdm:AdministrableProductProperty ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:AdministrableProductProperty-instanceType a owl:DatatypeProperty ; rdfs:label "AdministrableProductProperty-instanceType" ; rdfs:domain usdm:AdministrableProductProperty ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class Administration usdm:Administration a owl:Class ; rdfs:label "Administration" ; skos:exactMatch ncit:C25409 ; skos:exactMatch obo:NCIT_C25409 ; skos:prefLabel "Administration" ; skos:definition "The act of dispensing, applying, or tendering a product, agent, or therapy." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Administration-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Administration-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Administration-label ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Administration-description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Administration-dose ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Administration-frequency ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Administration-route ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Administration-duration ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Administration-administrableProductId ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Administration-medicalDeviceId ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Administration-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:Administration-id a owl:DatatypeProperty ; rdfs:label "Administration-id" ; rdfs:domain usdm:Administration ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:Administration-name a owl:DatatypeProperty ; rdfs:label "Administration-name" ; rdfs:domain usdm:Administration ; rdfs:range xsd:string ; skos:exactMatch ncit:C207465 ; skos:exactMatch obo:NCIT_C207465 ; skos:prefLabel "Administration Name" ; skos:definition "The literal identifier (i.e., distinctive designation) for the administration of a product, agent, or therapy." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:Administration-label a owl:DatatypeProperty ; rdfs:label "Administration-label" ; rdfs:domain usdm:Administration ; rdfs:range xsd:string ; skos:exactMatch ncit:C207464 ; skos:exactMatch obo:NCIT_C207464 ; skos:prefLabel "Administration Label" ; skos:definition "The short descriptive designation for the administration of a product, agent, or therapy." ; usdm:relationshipType "Value" ; usdm:modelName "label" ; usdm:modelRepresentation "Attribute" . usdm:Administration-description a owl:DatatypeProperty ; rdfs:label "Administration-description" ; rdfs:domain usdm:Administration ; rdfs:range xsd:string ; skos:exactMatch ncit:C207463 ; skos:exactMatch obo:NCIT_C207463 ; skos:prefLabel "Administration Description" ; skos:definition "A narrative representation for the administration of a product, agent, or therapy." ; usdm:relationshipType "Value" ; usdm:modelName "description" ; usdm:modelRepresentation "Attribute" . usdm:Administration-dose a owl:ObjectProperty ; rdfs:label "Administration-dose" ; rdfs:domain usdm:Administration ; rdfs:range usdm:Quantity ; skos:exactMatch ncit:C167190 ; skos:exactMatch obo:NCIT_C167190 ; skos:prefLabel "Administration Dose" ; skos:definition "The value representing the amount of an agent given to an individual at one time." ; usdm:relationshipType "Value" ; usdm:modelName "dose" ; usdm:modelRepresentation "Attribute" . usdm:Administration-frequency a owl:ObjectProperty ; rdfs:label "Administration-frequency" ; rdfs:domain usdm:Administration ; rdfs:range usdm:AliasCode ; skos:exactMatch ncit:C89081 ; skos:exactMatch obo:NCIT_C89081 ; skos:prefLabel "Dosing Frequency" ; skos:definition "The number of doses administered per a specific interval." ; usdm:relationshipType "Value" ; usdm:modelName "frequency" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C71113 ; usdm:boundCodelist obo:NCIT_C71113 ; usdm:boundCodelistNote "Y (SDTM Terminology Codelist C71113)" . usdm:Administration-route a owl:ObjectProperty ; rdfs:label "Administration-route" ; rdfs:domain usdm:Administration ; rdfs:range usdm:AliasCode ; skos:exactMatch ncit:C38114 ; skos:exactMatch obo:NCIT_C38114 ; skos:prefLabel "Route of Administration" ; skos:definition "The pathway by which a substance is administered in order to reach the site of action in the body." ; usdm:relationshipType "Value" ; usdm:modelName "route" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C66729 ; usdm:boundCodelist obo:NCIT_C66729 ; usdm:boundCodelistNote "Y (SDTM Terminology Codelist C66729)" . usdm:Administration-duration a owl:ObjectProperty ; rdfs:label "Administration-duration" ; rdfs:domain usdm:Administration ; rdfs:range usdm:Duration ; skos:exactMatch ncit:C69282 ; skos:exactMatch obo:NCIT_C69282 ; skos:prefLabel "Administration Duration" ; skos:definition "The amount of time elapsed during the administration of an agent." ; usdm:relationshipType "Value" ; usdm:modelName "duration" ; usdm:modelRepresentation "Attribute" . usdm:Administration-notes a owl:ObjectProperty ; rdfs:label "Administration-notes" ; rdfs:domain usdm:Administration ; rdfs:range usdm:CommentAnnotation ; skos:exactMatch ncit:C215544 ; skos:exactMatch obo:NCIT_C215544 ; skos:prefLabel "Administration Notes" ; skos:definition "A brief written record relevant to the administration of the product, agent, or therapy." ; usdm:relationshipType "Value" ; usdm:modelName "notes" ; usdm:modelRepresentation "Attribute" . usdm:Administration-administrableProductId a owl:ObjectProperty ; rdfs:label "Administration-administrableProductId" ; rdfs:domain usdm:Administration ; rdfs:range usdm:AdministrableProduct ; skos: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." ; usdm:relationshipType "Ref" ; usdm:modelName "administrableProduct" ; usdm:modelRepresentation "Relationship" . usdm:Administration-medicalDeviceId a owl:ObjectProperty ; rdfs:label "Administration-medicalDeviceId" ; rdfs:domain usdm:Administration ; rdfs:range usdm:MedicalDevice ; skos: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." ; usdm:relationshipType "Ref" ; usdm:modelName "medicalDevice" ; usdm:modelRepresentation "Relationship" . usdm:Administration-extensionAttributes a owl:ObjectProperty ; rdfs:label "Administration-extensionAttributes" ; rdfs:domain usdm:Administration ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:Administration-instanceType a owl:DatatypeProperty ; rdfs:label "Administration-instanceType" ; rdfs:domain usdm:Administration ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class AliasCode usdm:AliasCode a owl:Class ; rdfs:label "AliasCode" ; skos:exactMatch ncit:C201344 ; skos:exactMatch obo:NCIT_C201344 ; skos:prefLabel "Alias Code" ; skos:definition "An alternative symbol or combination of symbols which is assigned to the members of a collection." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:AliasCode-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:AliasCode-standardCode ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:AliasCode-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:AliasCode-id a owl:DatatypeProperty ; rdfs:label "AliasCode-id" ; rdfs:domain usdm:AliasCode ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:AliasCode-standardCode a owl:ObjectProperty ; rdfs:label "AliasCode-standardCode" ; rdfs:domain usdm:AliasCode ; rdfs:range usdm:Code ; skos:exactMatch ncit:C215528 ; skos:exactMatch obo:NCIT_C215528 ; skos:prefLabel "Standard Code" ; skos:definition "A combination of symbols that is used to represent the standard code." ; usdm:relationshipType "Value" ; usdm:modelName "standardCode" ; usdm:modelRepresentation "Attribute" . usdm:AliasCode-standardCodeAliases a owl:ObjectProperty ; rdfs:label "AliasCode-standardCodeAliases" ; rdfs:domain usdm:AliasCode ; rdfs:range usdm:Code ; skos:exactMatch ncit:C215529 ; skos:exactMatch obo:NCIT_C215529 ; skos:prefLabel "Standard Code Aliases" ; skos:definition "Alternative combinations of symbols used to represent aliases or alternatives to the standard code." ; usdm:relationshipType "Value" ; usdm:modelName "standardCodeAliases" ; usdm:modelRepresentation "Attribute" . usdm:AliasCode-extensionAttributes a owl:ObjectProperty ; rdfs:label "AliasCode-extensionAttributes" ; rdfs:domain usdm:AliasCode ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:AliasCode-instanceType a owl:DatatypeProperty ; rdfs:label "AliasCode-instanceType" ; rdfs:domain usdm:AliasCode ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class AnalysisPopulation usdm:AnalysisPopulation a owl:Class ; rdfs:label "AnalysisPopulation" ; skos:exactMatch ncit:C188814 ; skos:exactMatch obo:NCIT_C188814 ; skos:prefLabel "Analysis Population" ; skos: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)" ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:AnalysisPopulation-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:AnalysisPopulation-text ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:AnalysisPopulation-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:AnalysisPopulation-label ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:AnalysisPopulation-description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:AnalysisPopulation-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:AnalysisPopulation-id a owl:DatatypeProperty ; rdfs:label "AnalysisPopulation-id" ; rdfs:domain usdm:AnalysisPopulation ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:AnalysisPopulation-text a owl:DatatypeProperty ; rdfs:label "AnalysisPopulation-text" ; rdfs:domain usdm:AnalysisPopulation ; rdfs:range xsd:string ; skos:exactMatch ncit:C207468 ; skos:exactMatch obo:NCIT_C207468 ; skos:prefLabel "Analysis Population Text" ; skos:definition "An instance of unstructured text that represents the analysis population." ; usdm:relationshipType "Value" ; usdm:modelName "text" ; usdm:modelRepresentation "Attribute" . usdm:AnalysisPopulation-name a owl:DatatypeProperty ; rdfs:label "AnalysisPopulation-name" ; rdfs:domain usdm:AnalysisPopulation ; rdfs:range xsd:string ; skos:exactMatch ncit:C207467 ; skos:exactMatch obo:NCIT_C207467 ; skos:prefLabel "Analysis Population Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the analysis population." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:AnalysisPopulation-label a owl:DatatypeProperty ; rdfs:label "AnalysisPopulation-label" ; rdfs:domain usdm:AnalysisPopulation ; rdfs:range xsd:string ; skos:exactMatch ncit:C207466 ; skos:exactMatch obo:NCIT_C207466 ; skos:prefLabel "Analysis Population Label" ; skos:definition "The short descriptive designation for the analysis population." ; usdm:relationshipType "Value" ; usdm:modelName "label" ; usdm:modelRepresentation "Attribute" . usdm:AnalysisPopulation-description a owl:DatatypeProperty ; rdfs:label "AnalysisPopulation-description" ; rdfs:domain usdm:AnalysisPopulation ; rdfs:range xsd:string ; skos:exactMatch ncit:C188854 ; skos:exactMatch obo:NCIT_C188854 ; skos:prefLabel "Analysis Population Description" ; skos:definition "A narrative representation of the analysis population." ; usdm:relationshipType "Value" ; usdm:modelName "description" ; usdm:modelRepresentation "Attribute" . usdm:AnalysisPopulation-notes a owl:ObjectProperty ; rdfs:label "AnalysisPopulation-notes" ; rdfs:domain usdm:AnalysisPopulation ; rdfs:range usdm:CommentAnnotation ; skos:exactMatch ncit:C215525 ; skos:exactMatch obo:NCIT_C215525 ; skos:prefLabel "Analysis Population Notes" ; skos:definition "A brief written record relevant to the analysis population." ; usdm:relationshipType "Value" ; usdm:modelName "notes" ; usdm:modelRepresentation "Attribute" . usdm:AnalysisPopulation-subsetOfIds a owl:ObjectProperty ; rdfs:label "AnalysisPopulation-subsetOfIds" ; rdfs:domain usdm:AnalysisPopulation ; rdfs:range usdm:PopulationDefinition ; skos:definition "A USDM relationship between the AnalysisPopulation and PopulationDefinition classes which identifies the population definition of which the analysis population is a subset." ; usdm:relationshipType "Ref" ; usdm:modelName "subsetOf" ; usdm:modelRepresentation "Relationship" . usdm:AnalysisPopulation-extensionAttributes a owl:ObjectProperty ; rdfs:label "AnalysisPopulation-extensionAttributes" ; rdfs:domain usdm:AnalysisPopulation ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:AnalysisPopulation-instanceType a owl:DatatypeProperty ; rdfs:label "AnalysisPopulation-instanceType" ; rdfs:domain usdm:AnalysisPopulation ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class AssignedPerson usdm:AssignedPerson a owl:Class ; rdfs:label "AssignedPerson" ; skos:exactMatch ncit:C215496 ; skos:exactMatch obo:NCIT_C215496 ; skos:prefLabel "Assigned Person" ; skos:definition "An individual person who is allotted or appointed to a particular role, function, or other entity." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:AssignedPerson-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:AssignedPerson-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:AssignedPerson-label ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:AssignedPerson-description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:AssignedPerson-personName ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:AssignedPerson-jobTitle ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:AssignedPerson-organizationId ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:AssignedPerson-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:AssignedPerson-id a owl:DatatypeProperty ; rdfs:label "AssignedPerson-id" ; rdfs:domain usdm:AssignedPerson ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:AssignedPerson-name a owl:DatatypeProperty ; rdfs:label "AssignedPerson-name" ; rdfs:domain usdm:AssignedPerson ; rdfs:range xsd:string ; skos:exactMatch ncit:C215596 ; skos:exactMatch obo:NCIT_C215596 ; skos:prefLabel "Assigned Person Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the assigned person." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:AssignedPerson-label a owl:DatatypeProperty ; rdfs:label "AssignedPerson-label" ; rdfs:domain usdm:AssignedPerson ; rdfs:range xsd:string ; skos:exactMatch ncit:C215598 ; skos:exactMatch obo:NCIT_C215598 ; skos:prefLabel "Assigned Person Label" ; skos:definition "The short descriptive designation for the assigned person." ; usdm:relationshipType "Value" ; usdm:modelName "label" ; usdm:modelRepresentation "Attribute" . usdm:AssignedPerson-description a owl:DatatypeProperty ; rdfs:label "AssignedPerson-description" ; rdfs:domain usdm:AssignedPerson ; rdfs:range xsd:string ; skos:exactMatch ncit:C215597 ; skos:exactMatch obo:NCIT_C215597 ; skos:prefLabel "Assigned Person Description" ; skos:definition "A narrative representation of the assigned person." ; usdm:relationshipType "Value" ; usdm:modelName "description" ; usdm:modelRepresentation "Attribute" . usdm:AssignedPerson-personName a owl:ObjectProperty ; rdfs:label "AssignedPerson-personName" ; rdfs:domain usdm:AssignedPerson ; rdfs:range usdm:PersonName ; skos:exactMatch ncit:C216993 ; skos:exactMatch obo:NCIT_C216993 ; skos:prefLabel "Assigned Person Person Name" ; skos: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." ; usdm:relationshipType "Value" ; usdm:modelName "personName" ; usdm:modelRepresentation "Attribute" . usdm:AssignedPerson-jobTitle a owl:DatatypeProperty ; rdfs:label "AssignedPerson-jobTitle" ; rdfs:domain usdm:AssignedPerson ; rdfs:range xsd:string ; skos:exactMatch ncit:C215599 ; skos:exactMatch obo:NCIT_C215599 ; skos:prefLabel "Assigned Person Job Title" ; skos:definition "An identifying designation related to the assigned person's occupation." ; usdm:relationshipType "Value" ; usdm:modelName "jobTitle" ; usdm:modelRepresentation "Attribute" . usdm:AssignedPerson-organizationId a owl:ObjectProperty ; rdfs:label "AssignedPerson-organizationId" ; rdfs:domain usdm:AssignedPerson ; rdfs:range usdm:Organization ; skos:definition "A USDM relationship between the AssignedPerson and Organization classes that identifies that organization to which the assigned person belongs." ; usdm:relationshipType "Ref" ; usdm:modelName "organization" ; usdm:modelRepresentation "Relationship" . usdm:AssignedPerson-extensionAttributes a owl:ObjectProperty ; rdfs:label "AssignedPerson-extensionAttributes" ; rdfs:domain usdm:AssignedPerson ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:AssignedPerson-instanceType a owl:DatatypeProperty ; rdfs:label "AssignedPerson-instanceType" ; rdfs:domain usdm:AssignedPerson ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class BiomedicalConcept usdm:BiomedicalConcept a owl:Class ; rdfs:label "BiomedicalConcept" ; skos:exactMatch ncit:C201345 ; skos:exactMatch obo:NCIT_C201345 ; skos:prefLabel "Biomedical Concept" ; skos: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." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:BiomedicalConcept-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:BiomedicalConcept-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:BiomedicalConcept-label ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:BiomedicalConcept-reference ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:BiomedicalConcept-code ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:BiomedicalConcept-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:BiomedicalConcept-id a owl:DatatypeProperty ; rdfs:label "BiomedicalConcept-id" ; rdfs:domain usdm:BiomedicalConcept ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:BiomedicalConcept-name a owl:DatatypeProperty ; rdfs:label "BiomedicalConcept-name" ; rdfs:domain usdm:BiomedicalConcept ; rdfs:range xsd:string ; skos:exactMatch ncit:C201312 ; skos:exactMatch obo:NCIT_C201312 ; skos:prefLabel "Biomedical Concept Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the biomedical concept." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:BiomedicalConcept-label a owl:DatatypeProperty ; rdfs:label "BiomedicalConcept-label" ; rdfs:domain usdm:BiomedicalConcept ; rdfs:range xsd:string ; skos:exactMatch ncit:C207470 ; skos:exactMatch obo:NCIT_C207470 ; skos:prefLabel "Biomedical Concept Label" ; skos:definition "The short descriptive designation for the biomedical concept." ; usdm:relationshipType "Value" ; usdm:modelName "label" ; usdm:modelRepresentation "Attribute" . usdm:BiomedicalConcept-synonyms a owl:DatatypeProperty ; rdfs:label "BiomedicalConcept-synonyms" ; rdfs:domain usdm:BiomedicalConcept ; rdfs:range xsd:string ; skos:exactMatch ncit:C201314 ; skos:exactMatch obo:NCIT_C201314 ; skos:prefLabel "Biomedical Concept Synonym" ; skos: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." ; usdm:relationshipType "Value" ; usdm:modelName "synonyms" ; usdm:modelRepresentation "Attribute" . usdm:BiomedicalConcept-reference a owl:DatatypeProperty ; rdfs:label "BiomedicalConcept-reference" ; rdfs:domain usdm:BiomedicalConcept ; rdfs:range xsd:string ; skos:exactMatch ncit:C201313 ; skos:exactMatch obo:NCIT_C201313 ; skos:prefLabel "Biomedical Concept Reference" ; skos:definition "A citation to an authoritative source for a biomedical concept." ; usdm:relationshipType "Value" ; usdm:modelName "reference" ; usdm:modelRepresentation "Attribute" . usdm:BiomedicalConcept-code a owl:ObjectProperty ; rdfs:label "BiomedicalConcept-code" ; rdfs:domain usdm:BiomedicalConcept ; rdfs:range usdm:AliasCode ; skos:exactMatch ncit:C207469 ; skos:exactMatch obo:NCIT_C207469 ; skos:prefLabel "Biomedical Concept Concept Code" ; skos:definition "A concept unique identifier assigned to a biomedical concept that points to the meaning of that biomedical concept." ; usdm:relationshipType "Value" ; usdm:modelName "code" ; usdm:modelRepresentation "Attribute" . usdm:BiomedicalConcept-notes a owl:ObjectProperty ; rdfs:label "BiomedicalConcept-notes" ; rdfs:domain usdm:BiomedicalConcept ; rdfs:range usdm:CommentAnnotation ; skos:exactMatch ncit:C215530 ; skos:exactMatch obo:NCIT_C215530 ; skos:prefLabel "Biomedical Concept Notes" ; skos:definition "A brief written record relevant to the biomedical concept." ; usdm:relationshipType "Value" ; usdm:modelName "notes" ; usdm:modelRepresentation "Attribute" . usdm:BiomedicalConcept-properties a owl:ObjectProperty ; rdfs:label "BiomedicalConcept-properties" ; rdfs:domain usdm:BiomedicalConcept ; rdfs:range usdm:BiomedicalConceptProperty ; skos:definition "A USDM relationship between the BiomedicalConcept and BiomedicalConceptProperty classes which identifies the set of properties associated with the biomedical concept." ; usdm:relationshipType "Value" ; usdm:modelName "properties" ; usdm:modelRepresentation "Relationship" . usdm:BiomedicalConcept-extensionAttributes a owl:ObjectProperty ; rdfs:label "BiomedicalConcept-extensionAttributes" ; rdfs:domain usdm:BiomedicalConcept ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:BiomedicalConcept-instanceType a owl:DatatypeProperty ; rdfs:label "BiomedicalConcept-instanceType" ; rdfs:domain usdm:BiomedicalConcept ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class BiomedicalConceptCategory usdm:BiomedicalConceptCategory a owl:Class ; rdfs:label "BiomedicalConceptCategory" ; skos:exactMatch ncit:C201346 ; skos:exactMatch obo:NCIT_C201346 ; skos:prefLabel "Biomedical Concept Category" ; skos:definition "A grouping of biomedical concepts based on some commonality or by user defined characteristics." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:BiomedicalConceptCategory-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:BiomedicalConceptCategory-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:BiomedicalConceptCategory-label ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:BiomedicalConceptCategory-description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:BiomedicalConceptCategory-code ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:BiomedicalConceptCategory-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:BiomedicalConceptCategory-id a owl:DatatypeProperty ; rdfs:label "BiomedicalConceptCategory-id" ; rdfs:domain usdm:BiomedicalConceptCategory ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:BiomedicalConceptCategory-name a owl:DatatypeProperty ; rdfs:label "BiomedicalConceptCategory-name" ; rdfs:domain usdm:BiomedicalConceptCategory ; rdfs:range xsd:string ; skos:exactMatch ncit:C201317 ; skos:exactMatch obo:NCIT_C201317 ; skos:prefLabel "Biomedical Concept Category Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the biomedical concept category." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:BiomedicalConceptCategory-label a owl:DatatypeProperty ; rdfs:label "BiomedicalConceptCategory-label" ; rdfs:domain usdm:BiomedicalConceptCategory ; rdfs:range xsd:string ; skos:exactMatch ncit:C207471 ; skos:exactMatch obo:NCIT_C207471 ; skos:prefLabel "Biomedical Concept Category Label" ; skos:definition "The short descriptive designation for the biomedical concept category." ; usdm:relationshipType "Value" ; usdm:modelName "label" ; usdm:modelRepresentation "Attribute" . usdm:BiomedicalConceptCategory-description a owl:DatatypeProperty ; rdfs:label "BiomedicalConceptCategory-description" ; rdfs:domain usdm:BiomedicalConceptCategory ; rdfs:range xsd:string ; skos:exactMatch ncit:C201316 ; skos:exactMatch obo:NCIT_C201316 ; skos:prefLabel "Biomedical Concept Category Description" ; skos:definition "A narrative representation of the biomedical concept category." ; usdm:relationshipType "Value" ; usdm:modelName "description" ; usdm:modelRepresentation "Attribute" . usdm:BiomedicalConceptCategory-code a owl:ObjectProperty ; rdfs:label "BiomedicalConceptCategory-code" ; rdfs:domain usdm:BiomedicalConceptCategory ; rdfs:range usdm:AliasCode ; skos:exactMatch ncit:C201315 ; skos:exactMatch obo:NCIT_C201315 ; skos:prefLabel "Biomedical Concept Category Code" ; skos:definition "A symbol or combination of symbols which is assigned to the biomedical concept category." ; usdm:relationshipType "Value" ; usdm:modelName "code" ; usdm:modelRepresentation "Attribute" . usdm:BiomedicalConceptCategory-notes a owl:ObjectProperty ; rdfs:label "BiomedicalConceptCategory-notes" ; rdfs:domain usdm:BiomedicalConceptCategory ; rdfs:range usdm:CommentAnnotation ; skos:exactMatch ncit:C215533 ; skos:exactMatch obo:NCIT_C215533 ; skos:prefLabel "Biomedical Concept Category Notes" ; skos:definition "A brief written record relevant to the biomedical concept category." ; usdm:relationshipType "Value" ; usdm:modelName "notes" ; usdm:modelRepresentation "Attribute" . usdm:BiomedicalConceptCategory-memberIds a owl:ObjectProperty ; rdfs:label "BiomedicalConceptCategory-memberIds" ; rdfs:domain usdm:BiomedicalConceptCategory ; rdfs:range usdm:BiomedicalConcept ; skos:definition "A USDM relationship between the BiomedicalConceptCategory and BiomedicalConcept classes which identifies the set of biomedical concept members associated with the biomedical concept category." ; usdm:relationshipType "Ref" ; usdm:modelName "members" ; usdm:modelRepresentation "Relationship" . usdm:BiomedicalConceptCategory-childIds a owl:ObjectProperty ; rdfs:label "BiomedicalConceptCategory-childIds" ; rdfs:domain usdm:BiomedicalConceptCategory ; rdfs:range usdm:BiomedicalConceptCategory ; skos:definition "A USDM relationship within the BiomedicalConceptCategory class which identifies the set of child categories of a biomedical concept." ; usdm:relationshipType "Ref" ; usdm:modelName "children" ; usdm:modelRepresentation "Relationship" . usdm:BiomedicalConceptCategory-extensionAttributes a owl:ObjectProperty ; rdfs:label "BiomedicalConceptCategory-extensionAttributes" ; rdfs:domain usdm:BiomedicalConceptCategory ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:BiomedicalConceptCategory-instanceType a owl:DatatypeProperty ; rdfs:label "BiomedicalConceptCategory-instanceType" ; rdfs:domain usdm:BiomedicalConceptCategory ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class BiomedicalConceptProperty usdm:BiomedicalConceptProperty a owl:Class ; rdfs:label "BiomedicalConceptProperty" ; skos:exactMatch ncit:C202493 ; skos:exactMatch obo:NCIT_C202493 ; skos:prefLabel "Biomedical Concept Property" ; skos:definition "A characteristic from a set of characteristics used to define a biomedical concept." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:BiomedicalConceptProperty-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:BiomedicalConceptProperty-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:BiomedicalConceptProperty-label ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:BiomedicalConceptProperty-isRequired ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:BiomedicalConceptProperty-isEnabled ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:BiomedicalConceptProperty-datatype ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:BiomedicalConceptProperty-code ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:BiomedicalConceptProperty-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:BiomedicalConceptProperty-id a owl:DatatypeProperty ; rdfs:label "BiomedicalConceptProperty-id" ; rdfs:domain usdm:BiomedicalConceptProperty ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:BiomedicalConceptProperty-name a owl:DatatypeProperty ; rdfs:label "BiomedicalConceptProperty-name" ; rdfs:domain usdm:BiomedicalConceptProperty ; rdfs:range xsd:string ; skos:exactMatch ncit:C202494 ; skos:exactMatch obo:NCIT_C202494 ; skos:prefLabel "Biomedical Concept Property Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the biomedical concept property." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:BiomedicalConceptProperty-label a owl:DatatypeProperty ; rdfs:label "BiomedicalConceptProperty-label" ; rdfs:domain usdm:BiomedicalConceptProperty ; rdfs:range xsd:string ; skos:exactMatch ncit:C207472 ; skos:exactMatch obo:NCIT_C207472 ; skos:prefLabel "Biomedical Concept Property Label" ; skos:definition "The short descriptive designation for the biomedical concept property." ; usdm:relationshipType "Value" ; usdm:modelName "label" ; usdm:modelRepresentation "Attribute" . usdm:BiomedicalConceptProperty-isRequired a owl:DatatypeProperty ; rdfs:label "BiomedicalConceptProperty-isRequired" ; rdfs:domain usdm:BiomedicalConceptProperty ; rdfs:range xsd:boolean ; skos:exactMatch ncit:C202495 ; skos:exactMatch obo:NCIT_C202495 ; skos:prefLabel "Biomedical Concept Property Required Indicator" ; skos:definition "An indication as to whether the biomedical concept property is required." ; usdm:relationshipType "Value" ; usdm:modelName "isRequired" ; usdm:modelRepresentation "Attribute" . usdm:BiomedicalConceptProperty-isEnabled a owl:DatatypeProperty ; rdfs:label "BiomedicalConceptProperty-isEnabled" ; rdfs:domain usdm:BiomedicalConceptProperty ; rdfs:range xsd:boolean ; skos:exactMatch ncit:C202496 ; skos:exactMatch obo:NCIT_C202496 ; skos:prefLabel "Biomedical Concept Property Enabled Indicator" ; skos:definition "An indication as to whether the biomedical concept property is activated for use within a given usage context for a biomedical concept." ; usdm:relationshipType "Value" ; usdm:modelName "isEnabled" ; usdm:modelRepresentation "Attribute" . usdm:BiomedicalConceptProperty-datatype a owl:DatatypeProperty ; rdfs:label "BiomedicalConceptProperty-datatype" ; rdfs:domain usdm:BiomedicalConceptProperty ; rdfs:range xsd:string ; skos:exactMatch ncit:C201319 ; skos:exactMatch obo:NCIT_C201319 ; skos:prefLabel "Biomedical Concept Property Response Data Type" ; skos: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)" ; usdm:relationshipType "Value" ; usdm:modelName "datatype" ; usdm:modelRepresentation "Attribute" . usdm:BiomedicalConceptProperty-code a owl:ObjectProperty ; rdfs:label "BiomedicalConceptProperty-code" ; rdfs:domain usdm:BiomedicalConceptProperty ; rdfs:range usdm:AliasCode ; skos:exactMatch ncit:C201318 ; skos:exactMatch obo:NCIT_C201318 ; skos:prefLabel "Biomedical Concept Property Concept Code" ; skos:definition "A concept unique identifier assigned to a biomedical concept property that points to the meaning of that biomedical concept property." ; usdm:relationshipType "Value" ; usdm:modelName "code" ; usdm:modelRepresentation "Attribute" . usdm:BiomedicalConceptProperty-notes a owl:ObjectProperty ; rdfs:label "BiomedicalConceptProperty-notes" ; rdfs:domain usdm:BiomedicalConceptProperty ; rdfs:range usdm:CommentAnnotation ; skos:exactMatch ncit:C215531 ; skos:exactMatch obo:NCIT_C215531 ; skos:prefLabel "Biomedical Concept Property Notes" ; skos:definition "A brief written record relevant to the biomedical concept property." ; usdm:relationshipType "Value" ; usdm:modelName "notes" ; usdm:modelRepresentation "Attribute" . usdm:BiomedicalConceptProperty-responseCodes a owl:ObjectProperty ; rdfs:label "BiomedicalConceptProperty-responseCodes" ; rdfs:domain usdm:BiomedicalConceptProperty ; rdfs:range usdm:ResponseCode ; skos:definition "A USDM relationship between the BiomedicalConceptProperty and ResponseCode classes which identifies the set of response codes associated with the biomedical concept property." ; usdm:relationshipType "Value" ; usdm:modelName "responseCodes" ; usdm:modelRepresentation "Relationship" . usdm:BiomedicalConceptProperty-extensionAttributes a owl:ObjectProperty ; rdfs:label "BiomedicalConceptProperty-extensionAttributes" ; rdfs:domain usdm:BiomedicalConceptProperty ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:BiomedicalConceptProperty-instanceType a owl:DatatypeProperty ; rdfs:label "BiomedicalConceptProperty-instanceType" ; rdfs:domain usdm:BiomedicalConceptProperty ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class BiomedicalConceptSurrogate usdm:BiomedicalConceptSurrogate a owl:Class ; rdfs:label "BiomedicalConceptSurrogate" ; skos:exactMatch ncit:C207590 ; skos:exactMatch obo:NCIT_C207590 ; skos:prefLabel "Biomedical Concept Surrogate" ; skos:definition "A concept that substitutes for a standard biomedical concept from the designated source." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:BiomedicalConceptSurrogate-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:BiomedicalConceptSurrogate-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:BiomedicalConceptSurrogate-label ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:BiomedicalConceptSurrogate-description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:BiomedicalConceptSurrogate-reference ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:BiomedicalConceptSurrogate-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:BiomedicalConceptSurrogate-id a owl:DatatypeProperty ; rdfs:label "BiomedicalConceptSurrogate-id" ; rdfs:domain usdm:BiomedicalConceptSurrogate ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:BiomedicalConceptSurrogate-name a owl:DatatypeProperty ; rdfs:label "BiomedicalConceptSurrogate-name" ; rdfs:domain usdm:BiomedicalConceptSurrogate ; rdfs:range xsd:string ; skos:exactMatch ncit:C207474 ; skos:exactMatch obo:NCIT_C207474 ; skos:prefLabel "Biomedical Concept Surrogate Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the biomedical concept surrogate." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:BiomedicalConceptSurrogate-label a owl:DatatypeProperty ; rdfs:label "BiomedicalConceptSurrogate-label" ; rdfs:domain usdm:BiomedicalConceptSurrogate ; rdfs:range xsd:string ; skos:exactMatch ncit:C207473 ; skos:exactMatch obo:NCIT_C207473 ; skos:prefLabel "Biomedical Concept Surrogate Label" ; skos:definition "The short descriptive designation for the biomedical concept surrogate." ; usdm:relationshipType "Value" ; usdm:modelName "label" ; usdm:modelRepresentation "Attribute" . usdm:BiomedicalConceptSurrogate-description a owl:DatatypeProperty ; rdfs:label "BiomedicalConceptSurrogate-description" ; rdfs:domain usdm:BiomedicalConceptSurrogate ; rdfs:range xsd:string ; skos:exactMatch ncit:C201320 ; skos:exactMatch obo:NCIT_C201320 ; skos:prefLabel "Biomedical Concept Surrogate Description" ; skos:definition "A narrative representation of the biomedical concept surrogate." ; usdm:relationshipType "Value" ; usdm:modelName "description" ; usdm:modelRepresentation "Attribute" . usdm:BiomedicalConceptSurrogate-reference a owl:DatatypeProperty ; rdfs:label "BiomedicalConceptSurrogate-reference" ; rdfs:domain usdm:BiomedicalConceptSurrogate ; rdfs:range xsd:string ; skos:exactMatch ncit:C201321 ; skos:exactMatch obo:NCIT_C201321 ; skos:prefLabel "Biomedical Concept Surrogate Reference" ; skos:definition "A citation to an authoritative source for a biomedical concept surrogate." ; usdm:relationshipType "Value" ; usdm:modelName "reference" ; usdm:modelRepresentation "Attribute" . usdm:BiomedicalConceptSurrogate-notes a owl:ObjectProperty ; rdfs:label "BiomedicalConceptSurrogate-notes" ; rdfs:domain usdm:BiomedicalConceptSurrogate ; rdfs:range usdm:CommentAnnotation ; skos:exactMatch ncit:C215532 ; skos:exactMatch obo:NCIT_C215532 ; skos:prefLabel "Biomedical Concept Surrogate Notes" ; skos:definition "A brief written record relevant to the biomedical concept surrogate." ; usdm:relationshipType "Value" ; usdm:modelName "notes" ; usdm:modelRepresentation "Attribute" . usdm:BiomedicalConceptSurrogate-extensionAttributes a owl:ObjectProperty ; rdfs:label "BiomedicalConceptSurrogate-extensionAttributes" ; rdfs:domain usdm:BiomedicalConceptSurrogate ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:BiomedicalConceptSurrogate-instanceType a owl:DatatypeProperty ; rdfs:label "BiomedicalConceptSurrogate-instanceType" ; rdfs:domain usdm:BiomedicalConceptSurrogate ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class BiospecimenRetention usdm:BiospecimenRetention a owl:Class ; rdfs:label "BiospecimenRetention" ; skos:exactMatch ncit:C215505 ; skos:exactMatch obo:NCIT_C215505 ; skos:prefLabel "Biospecimen Retention" ; skos:definition "The continued possession, cataloging, and storage of collected biological specimens beyond their initial use." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:BiospecimenRetention-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:BiospecimenRetention-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:BiospecimenRetention-label ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:BiospecimenRetention-description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:BiospecimenRetention-isRetained ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:BiospecimenRetention-includesDNA ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:BiospecimenRetention-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:BiospecimenRetention-id a owl:DatatypeProperty ; rdfs:label "BiospecimenRetention-id" ; rdfs:domain usdm:BiospecimenRetention ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:BiospecimenRetention-name a owl:DatatypeProperty ; rdfs:label "BiospecimenRetention-name" ; rdfs:domain usdm:BiospecimenRetention ; rdfs:range xsd:string ; skos:exactMatch ncit:C215645 ; skos:exactMatch obo:NCIT_C215645 ; skos:prefLabel "Biospecimen Retention Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the biospecimen retention." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:BiospecimenRetention-label a owl:DatatypeProperty ; rdfs:label "BiospecimenRetention-label" ; rdfs:domain usdm:BiospecimenRetention ; rdfs:range xsd:string ; skos:exactMatch ncit:C215646 ; skos:exactMatch obo:NCIT_C215646 ; skos:prefLabel "Biospecimen Retention Label" ; skos:definition "The short descriptive designation for the biospecimen retention." ; usdm:relationshipType "Value" ; usdm:modelName "label" ; usdm:modelRepresentation "Attribute" . usdm:BiospecimenRetention-description a owl:DatatypeProperty ; rdfs:label "BiospecimenRetention-description" ; rdfs:domain usdm:BiospecimenRetention ; rdfs:range xsd:string ; skos:exactMatch ncit:C181231 ; skos:exactMatch obo:NCIT_C181231 ; skos:prefLabel "Biospecimen Retention Description" ; skos:definition "A narrative representation of the biospecimen retention." ; usdm:relationshipType "Value" ; usdm:modelName "description" ; usdm:modelRepresentation "Attribute" . usdm:BiospecimenRetention-isRetained a owl:DatatypeProperty ; rdfs:label "BiospecimenRetention-isRetained" ; rdfs:domain usdm:BiospecimenRetention ; rdfs:range xsd:boolean ; skos:exactMatch ncit:C164620 ; skos:exactMatch obo:NCIT_C164620 ; skos:prefLabel "Biospecimen Retention Indicator" ; skos:definition "An indication as to whether biospecimens were retained." ; usdm:relationshipType "Value" ; usdm:modelName "isRetained" ; usdm:modelRepresentation "Attribute" . usdm:BiospecimenRetention-includesDNA a owl:DatatypeProperty ; rdfs:label "BiospecimenRetention-includesDNA" ; rdfs:domain usdm:BiospecimenRetention ; rdfs:range xsd:boolean ; skos:exactMatch ncit:C127777 ; skos:exactMatch obo:NCIT_C127777 ; skos:prefLabel "Biospecimen Retention Includes DNA Indicator" ; skos:definition "An indication as to whether retained biospecimens contain DNA." ; usdm:relationshipType "Value" ; usdm:modelName "includesDNA" ; usdm:modelRepresentation "Attribute" . usdm:BiospecimenRetention-extensionAttributes a owl:ObjectProperty ; rdfs:label "BiospecimenRetention-extensionAttributes" ; rdfs:domain usdm:BiospecimenRetention ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:BiospecimenRetention-instanceType a owl:DatatypeProperty ; rdfs:label "BiospecimenRetention-instanceType" ; rdfs:domain usdm:BiospecimenRetention ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class Characteristic usdm:Characteristic a owl:Class ; rdfs:label "Characteristic" ; skos:exactMatch ncit:C25447 ; skos:exactMatch obo:NCIT_C25447 ; skos:prefLabel "Characteristic" ; skos:definition "The distinguishing qualities or prominent aspects of an entity." ; rdfs:subClassOf usdm:SyntaxTemplate ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Characteristic-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:Characteristic-extensionAttributes a owl:ObjectProperty ; rdfs:label "Characteristic-extensionAttributes" ; rdfs:domain usdm:Characteristic ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:Characteristic-instanceType a owl:DatatypeProperty ; rdfs:label "Characteristic-instanceType" ; rdfs:domain usdm:Characteristic ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class Code usdm:Code a owl:Class ; rdfs:label "Code" ; skos:exactMatch ncit:C25162 ; skos:exactMatch obo:NCIT_C25162 ; skos:prefLabel "Code" ; skos:definition "A symbol or combination of symbols which is assigned to the members of a collection." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Code-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Code-code ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Code-codeSystem ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Code-codeSystemVersion ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Code-decode ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Code-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:Code-id a owl:DatatypeProperty ; rdfs:label "Code-id" ; rdfs:domain usdm:Code ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:Code-code a owl:DatatypeProperty ; rdfs:label "Code-code" ; rdfs:domain usdm:Code ; rdfs:range xsd:string ; skos:exactMatch ncit:C188858 ; skos:exactMatch obo:NCIT_C188858 ; skos:prefLabel "Code Value" ; skos:definition "The literal value of a code." ; usdm:relationshipType "Value" ; usdm:modelName "code" ; usdm:modelRepresentation "Attribute" . usdm:Code-codeSystem a owl:DatatypeProperty ; rdfs:label "Code-codeSystem" ; rdfs:domain usdm:Code ; rdfs:range xsd:string ; skos:exactMatch ncit:C188859 ; skos:exactMatch obo:NCIT_C188859 ; skos:prefLabel "Code System Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the system used to assign and/or manage codes." ; usdm:relationshipType "Value" ; usdm:modelName "codeSystem" ; usdm:modelRepresentation "Attribute" . usdm:Code-codeSystemVersion a owl:DatatypeProperty ; rdfs:label "Code-codeSystemVersion" ; rdfs:domain usdm:Code ; rdfs:range xsd:string ; skos:exactMatch ncit:C188868 ; skos:exactMatch obo:NCIT_C188868 ; skos:prefLabel "Code System Version" ; skos:definition "The version of the code system." ; usdm:relationshipType "Value" ; usdm:modelName "codeSystemVersion" ; usdm:modelRepresentation "Attribute" . usdm:Code-decode a owl:DatatypeProperty ; rdfs:label "Code-decode" ; rdfs:domain usdm:Code ; rdfs:range xsd:string ; skos:exactMatch ncit:C188861 ; skos:exactMatch obo:NCIT_C188861 ; skos:prefLabel "Decode" ; skos:definition "Standardized or dictionary-derived human readable text associated with a code." ; usdm:relationshipType "Value" ; usdm:modelName "decode" ; usdm:modelRepresentation "Attribute" . usdm:Code-extensionAttributes a owl:ObjectProperty ; rdfs:label "Code-extensionAttributes" ; rdfs:domain usdm:Code ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:Code-instanceType a owl:DatatypeProperty ; rdfs:label "Code-instanceType" ; rdfs:domain usdm:Code ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class CommentAnnotation usdm:CommentAnnotation a owl:Class ; rdfs:label "CommentAnnotation" ; skos:exactMatch ncit:C44272 ; skos:exactMatch obo:NCIT_C44272 ; skos:prefLabel "Comment Annotation" ; skos: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." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:CommentAnnotation-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:CommentAnnotation-text ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:CommentAnnotation-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:CommentAnnotation-id a owl:DatatypeProperty ; rdfs:label "CommentAnnotation-id" ; rdfs:domain usdm:CommentAnnotation ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:CommentAnnotation-text a owl:DatatypeProperty ; rdfs:label "CommentAnnotation-text" ; rdfs:domain usdm:CommentAnnotation ; rdfs:range xsd:string ; skos:exactMatch ncit:C215555 ; skos:exactMatch obo:NCIT_C215555 ; skos:prefLabel "Comment Annotation Text" ; skos:definition "An instance of unstructured text that represents the comment annotation." ; usdm:relationshipType "Value" ; usdm:modelName "text" ; usdm:modelRepresentation "Attribute" . usdm:CommentAnnotation-codes a owl:ObjectProperty ; rdfs:label "CommentAnnotation-codes" ; rdfs:domain usdm:CommentAnnotation ; rdfs:range usdm:Code ; skos:exactMatch ncit:C215556 ; skos:exactMatch obo:NCIT_C215556 ; skos:prefLabel "Comment Annotation Code" ; skos:definition "A symbol or combination of symbols which is assigned to the comment annotation." ; usdm:relationshipType "Value" ; usdm:modelName "codes" ; usdm:modelRepresentation "Attribute" . usdm:CommentAnnotation-extensionAttributes a owl:ObjectProperty ; rdfs:label "CommentAnnotation-extensionAttributes" ; rdfs:domain usdm:CommentAnnotation ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:CommentAnnotation-instanceType a owl:DatatypeProperty ; rdfs:label "CommentAnnotation-instanceType" ; rdfs:domain usdm:CommentAnnotation ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class Condition usdm:Condition a owl:Class ; rdfs:label "Condition" ; skos:exactMatch ncit:C25457 ; skos:exactMatch obo:NCIT_C25457 ; skos:prefLabel "Condition" ; skos:definition "A state of being." ; rdfs:subClassOf usdm:SyntaxTemplate ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Condition-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:Condition-contextIds a owl:ObjectProperty ; rdfs:label "Condition-contextIds" ; rdfs:domain usdm:Condition ; rdfs:range [ a owl:Class ; owl:unionOf ( usdm:Activity usdm:ScheduledActivityInstance ) ] ; skos: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." ; usdm:relationshipType "Ref" ; usdm:modelName "context" ; usdm:modelRepresentation "Relationship" . usdm:Condition-appliesToIds a owl:ObjectProperty ; rdfs:label "Condition-appliesToIds" ; rdfs:domain usdm:Condition ; rdfs:range [ a owl:Class ; owl:unionOf ( usdm:BiomedicalConceptCategory usdm:Procedure usdm:Activity usdm:BiomedicalConcept usdm:BiomedicalConceptSurrogate ) ] ; skos: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." ; usdm:relationshipType "Ref" ; usdm:modelName "appliesTo" ; usdm:modelRepresentation "Relationship" . usdm:Condition-extensionAttributes a owl:ObjectProperty ; rdfs:label "Condition-extensionAttributes" ; rdfs:domain usdm:Condition ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:Condition-instanceType a owl:DatatypeProperty ; rdfs:label "Condition-instanceType" ; rdfs:domain usdm:Condition ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class ConditionAssignment usdm:ConditionAssignment a owl:Class ; rdfs:label "ConditionAssignment" ; skos:exactMatch ncit:C201335 ; skos:exactMatch obo:NCIT_C201335 ; skos:prefLabel "Condition Assignment" ; skos:definition "An allotting or appointment to a condition or set of conditions that are to be met in order to make a logical decision." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ConditionAssignment-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ConditionAssignment-condition ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ConditionAssignment-conditionTargetId ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ConditionAssignment-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:ConditionAssignment-id a owl:DatatypeProperty ; rdfs:label "ConditionAssignment-id" ; rdfs:domain usdm:ConditionAssignment ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:ConditionAssignment-condition a owl:DatatypeProperty ; rdfs:label "ConditionAssignment-condition" ; rdfs:domain usdm:ConditionAssignment ; rdfs:range xsd:string ; skos:exactMatch ncit:C47953 ; skos:exactMatch obo:NCIT_C47953 ; skos:prefLabel "Logical Condition" ; skos:definition "An assumption on which rests the validity or effect of something else." ; usdm:relationshipType "Value" ; usdm:modelName "condition" ; usdm:modelRepresentation "Attribute" . usdm:ConditionAssignment-conditionTargetId a owl:ObjectProperty ; rdfs:label "ConditionAssignment-conditionTargetId" ; rdfs:domain usdm:ConditionAssignment ; rdfs:range usdm:ScheduledInstance ; skos:definition "A USDM relationship between the ConditionAssignment and ScheduledInstance classes which identifies the scheduled instance associated with the condition assignment." ; usdm:relationshipType "Ref" ; usdm:modelName "conditionTarget" ; usdm:modelRepresentation "Relationship" . usdm:ConditionAssignment-extensionAttributes a owl:ObjectProperty ; rdfs:label "ConditionAssignment-extensionAttributes" ; rdfs:domain usdm:ConditionAssignment ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:ConditionAssignment-instanceType a owl:DatatypeProperty ; rdfs:label "ConditionAssignment-instanceType" ; rdfs:domain usdm:ConditionAssignment ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class DocumentContentReference usdm:DocumentContentReference a owl:Class ; rdfs:label "DocumentContentReference" ; skos:exactMatch ncit:C215499 ; skos:exactMatch obo:NCIT_C215499 ; skos:prefLabel "Document Content Reference" ; skos:definition "A citation pointing to the location of specific content within a document." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:DocumentContentReference-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:DocumentContentReference-sectionNumber ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:DocumentContentReference-sectionTitle ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:DocumentContentReference-appliesToId ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:DocumentContentReference-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:DocumentContentReference-id a owl:DatatypeProperty ; rdfs:label "DocumentContentReference-id" ; rdfs:domain usdm:DocumentContentReference ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:DocumentContentReference-sectionNumber a owl:DatatypeProperty ; rdfs:label "DocumentContentReference-sectionNumber" ; rdfs:domain usdm:DocumentContentReference ; rdfs:range xsd:string ; skos:exactMatch ncit:C215609 ; skos:exactMatch obo:NCIT_C215609 ; skos:prefLabel "Document Content Reference Section Number" ; skos:definition "The numeric identifier of a particular section for the document content reference." ; usdm:relationshipType "Value" ; usdm:modelName "sectionNumber" ; usdm:modelRepresentation "Attribute" . usdm:DocumentContentReference-sectionTitle a owl:DatatypeProperty ; rdfs:label "DocumentContentReference-sectionTitle" ; rdfs:domain usdm:DocumentContentReference ; rdfs:range xsd:string ; skos:exactMatch ncit:C215610 ; skos:exactMatch obo:NCIT_C215610 ; skos:prefLabel "Document Content Reference Section Title" ; skos:definition "An identifying designation for a particular section for the document content reference." ; usdm:relationshipType "Value" ; usdm:modelName "sectionTitle" ; usdm:modelRepresentation "Attribute" . usdm:DocumentContentReference-appliesToId a owl:ObjectProperty ; rdfs:label "DocumentContentReference-appliesToId" ; rdfs:domain usdm:DocumentContentReference ; rdfs:range usdm:StudyDefinitionDocument ; skos:definition "A USDM relationship between the DocumentContentReference and StudyDefinitionDocument classes which identifies the study definition document to which the document content reference applies." ; usdm:relationshipType "Ref" ; usdm:modelName "appliesTo" ; usdm:modelRepresentation "Relationship" . usdm:DocumentContentReference-extensionAttributes a owl:ObjectProperty ; rdfs:label "DocumentContentReference-extensionAttributes" ; rdfs:domain usdm:DocumentContentReference ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:DocumentContentReference-instanceType a owl:DatatypeProperty ; rdfs:label "DocumentContentReference-instanceType" ; rdfs:domain usdm:DocumentContentReference ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class Duration usdm:Duration a owl:Class ; rdfs:label "Duration" ; skos:exactMatch ncit:C25330 ; skos:exactMatch obo:NCIT_C25330 ; skos:prefLabel "Duration" ; skos:definition "The length of time during which something continues." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Duration-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Duration-text ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Duration-quantity ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Duration-durationWillVary ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Duration-reasonDurationWillVary ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Duration-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:Duration-id a owl:DatatypeProperty ; rdfs:label "Duration-id" ; rdfs:domain usdm:Duration ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:Duration-text a owl:DatatypeProperty ; rdfs:label "Duration-text" ; rdfs:domain usdm:Duration ; rdfs:range xsd:string ; skos:exactMatch ncit:C217008 ; skos:exactMatch obo:NCIT_C217008 ; skos:prefLabel "Duration Text" ; skos:definition "An instance of unstructured text that represents the event duration." ; usdm:relationshipType "Value" ; usdm:modelName "text" ; usdm:modelRepresentation "Attribute" . usdm:Duration-quantity a owl:ObjectProperty ; rdfs:label "Duration-quantity" ; rdfs:domain usdm:Duration ; rdfs:range usdm:QuantityRange ; skos:exactMatch ncit:C217011 ; skos:exactMatch obo:NCIT_C217011 ; skos:prefLabel "Duration Quantity Value" ; skos:definition "The value representing the amount of time over which the event occurs." ; usdm:relationshipType "Value" ; usdm:modelName "quantity" ; usdm:modelRepresentation "Attribute" . usdm:Duration-durationWillVary a owl:DatatypeProperty ; rdfs:label "Duration-durationWillVary" ; rdfs:domain usdm:Duration ; rdfs:range xsd:boolean ; skos:exactMatch ncit:C217009 ; skos:exactMatch obo:NCIT_C217009 ; skos:prefLabel "Duration Will Vary Indicator" ; skos:definition "An indication as to whether the event duration is planned to vary within and/or across subjects." ; usdm:relationshipType "Value" ; usdm:modelName "durationWillVary" ; usdm:modelRepresentation "Attribute" . usdm:Duration-reasonDurationWillVary a owl:DatatypeProperty ; rdfs:label "Duration-reasonDurationWillVary" ; rdfs:domain usdm:Duration ; rdfs:range xsd:string ; skos:exactMatch ncit:C217010 ; skos:exactMatch obo:NCIT_C217010 ; skos:prefLabel "Reason Duration Will Vary" ; skos:definition "The explanation for why the event duration will vary within and/or across subjects." ; usdm:relationshipType "Value" ; usdm:modelName "reasonDurationWillVary" ; usdm:modelRepresentation "Attribute" . usdm:Duration-extensionAttributes a owl:ObjectProperty ; rdfs:label "Duration-extensionAttributes" ; rdfs:domain usdm:Duration ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:Duration-instanceType a owl:DatatypeProperty ; rdfs:label "Duration-instanceType" ; rdfs:domain usdm:Duration ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class EligibilityCriterion usdm:EligibilityCriterion a owl:Class ; rdfs:label "EligibilityCriterion" ; skos:exactMatch ncit:C16112 ; skos:exactMatch obo:NCIT_C16112 ; skos:prefLabel "Study Eligibility Criterion" ; skos: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." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:EligibilityCriterion-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:EligibilityCriterion-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:EligibilityCriterion-label ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:EligibilityCriterion-description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:EligibilityCriterion-identifier ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:EligibilityCriterion-category ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:EligibilityCriterion-criterionItemId ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:EligibilityCriterion-nextId ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:EligibilityCriterion-previousId ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:EligibilityCriterion-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:EligibilityCriterion-id a owl:DatatypeProperty ; rdfs:label "EligibilityCriterion-id" ; rdfs:domain usdm:EligibilityCriterion ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:EligibilityCriterion-name a owl:DatatypeProperty ; rdfs:label "EligibilityCriterion-name" ; rdfs:domain usdm:EligibilityCriterion ; rdfs:range xsd:string ; skos:exactMatch ncit:C207488 ; skos:exactMatch obo:NCIT_C207488 ; skos:prefLabel "Study Eligibility Criterion Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the study eligibility criterion." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:EligibilityCriterion-label a owl:DatatypeProperty ; rdfs:label "EligibilityCriterion-label" ; rdfs:domain usdm:EligibilityCriterion ; rdfs:range xsd:string ; skos:exactMatch ncit:C207487 ; skos:exactMatch obo:NCIT_C207487 ; skos:prefLabel "Study Eligibility Criterion Label" ; skos:definition "The short descriptive designation for the study eligibility criterion." ; usdm:relationshipType "Value" ; usdm:modelName "label" ; usdm:modelRepresentation "Attribute" . usdm:EligibilityCriterion-description a owl:DatatypeProperty ; rdfs:label "EligibilityCriterion-description" ; rdfs:domain usdm:EligibilityCriterion ; rdfs:range xsd:string ; skos:exactMatch ncit:C207486 ; skos:exactMatch obo:NCIT_C207486 ; skos:prefLabel "Study Eligibility Criterion Description" ; skos:definition "A narrative representation of the study eligibility criterion." ; usdm:relationshipType "Value" ; usdm:modelName "description" ; usdm:modelRepresentation "Attribute" . usdm:EligibilityCriterion-identifier a owl:DatatypeProperty ; rdfs:label "EligibilityCriterion-identifier" ; rdfs:domain usdm:EligibilityCriterion ; rdfs:range xsd:string ; skos:exactMatch ncit:C207489 ; skos:exactMatch obo:NCIT_C207489 ; skos:prefLabel "Study Eligibility Criterion Identifier" ; skos:definition "A sequence of characters used to identify, name, or characterize the inclusion or exclusion criterion." ; usdm:relationshipType "Value" ; usdm:modelName "identifier" ; usdm:modelRepresentation "Attribute" . usdm:EligibilityCriterion-category a owl:ObjectProperty ; rdfs:label "EligibilityCriterion-category" ; rdfs:domain usdm:EligibilityCriterion ; rdfs:range usdm:Code ; skos:exactMatch ncit:C83016 ; skos:exactMatch obo:NCIT_C83016 ; skos:prefLabel "Study Eligibility Criterion Category" ; skos:definition "A classification of the inclusion exclusion criterion." ; usdm:relationshipType "Value" ; usdm:modelName "category" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C66797 ; usdm:boundCodelist obo:NCIT_C66797 ; usdm:boundCodelistNote "Y (SDTM Terminology Codelist C66797)" . usdm:EligibilityCriterion-notes a owl:ObjectProperty ; rdfs:label "EligibilityCriterion-notes" ; rdfs:domain usdm:EligibilityCriterion ; rdfs:range usdm:CommentAnnotation ; skos:exactMatch ncit:C215537 ; skos:exactMatch obo:NCIT_C215537 ; skos:prefLabel "Eligibility Criterion Notes" ; skos:definition "A brief written record relevant to the eligibility criterion." ; usdm:relationshipType "Value" ; usdm:modelName "notes" ; usdm:modelRepresentation "Attribute" . usdm:EligibilityCriterion-criterionItemId a owl:ObjectProperty ; rdfs:label "EligibilityCriterion-criterionItemId" ; rdfs:domain usdm:EligibilityCriterion ; rdfs:range usdm:EligibilityCriterionItem ; skos:definition "A USDM relationship between the EligibilityCriterion and EligibilityCriterionItem classes which identifies the item belonging to the eligibility criterion." ; usdm:relationshipType "Ref" ; usdm:modelName "criterionItem" ; usdm:modelRepresentation "Relationship" . usdm:EligibilityCriterion-nextId a owl:ObjectProperty ; rdfs:label "EligibilityCriterion-nextId" ; rdfs:domain usdm:EligibilityCriterion ; rdfs:range usdm:EligibilityCriterion ; skos:definition "A USDM relationship within the EligibilityCriterion class which identifies the eligibility criterion that follows the current eligibility criterion in the display order." ; usdm:relationshipType "Ref" ; usdm:modelName "next" ; usdm:modelRepresentation "Relationship" . usdm:EligibilityCriterion-previousId a owl:ObjectProperty ; rdfs:label "EligibilityCriterion-previousId" ; rdfs:domain usdm:EligibilityCriterion ; rdfs:range usdm:EligibilityCriterion ; skos:definition "A USDM relationship within the EligibilityCriterion class which identifies the eligibility criterion that precedes the current eligibility criterion in the display order." ; usdm:relationshipType "Ref" ; usdm:modelName "previous" ; usdm:modelRepresentation "Relationship" . usdm:EligibilityCriterion-extensionAttributes a owl:ObjectProperty ; rdfs:label "EligibilityCriterion-extensionAttributes" ; rdfs:domain usdm:EligibilityCriterion ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:EligibilityCriterion-instanceType a owl:DatatypeProperty ; rdfs:label "EligibilityCriterion-instanceType" ; rdfs:domain usdm:EligibilityCriterion ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class EligibilityCriterionItem usdm:EligibilityCriterionItem a owl:Class ; rdfs:label "EligibilityCriterionItem" ; skos:exactMatch ncit:C215506 ; skos:exactMatch obo:NCIT_C215506 ; skos:prefLabel "Eligibility Criterion Item" ; skos:definition "An individual item within the container that holds an instance of an eligibility criterion." ; rdfs:subClassOf usdm:SyntaxTemplate ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:EligibilityCriterionItem-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:EligibilityCriterionItem-extensionAttributes a owl:ObjectProperty ; rdfs:label "EligibilityCriterionItem-extensionAttributes" ; rdfs:domain usdm:EligibilityCriterionItem ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:EligibilityCriterionItem-instanceType a owl:DatatypeProperty ; rdfs:label "EligibilityCriterionItem-instanceType" ; rdfs:domain usdm:EligibilityCriterionItem ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class Encounter usdm:Encounter a owl:Class ; rdfs:label "Encounter" ; skos:exactMatch ncit:C215488 ; skos:exactMatch obo:NCIT_C215488 ; skos:prefLabel "Study Encounter" ; skos:definition "Any physical or virtual contact between two or more parties involved in a study, at which an assessment or activity takes place." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Encounter-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Encounter-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Encounter-label ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Encounter-description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Encounter-type ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Encounter-transitionEndRule ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Encounter-nextId ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Encounter-transitionStartRule ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Encounter-scheduledAtId ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Encounter-previousId ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Encounter-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:Encounter-id a owl:DatatypeProperty ; rdfs:label "Encounter-id" ; rdfs:domain usdm:Encounter ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:Encounter-name a owl:DatatypeProperty ; rdfs:label "Encounter-name" ; rdfs:domain usdm:Encounter ; rdfs:range xsd:string ; skos:exactMatch ncit:C171010 ; skos:exactMatch obo:NCIT_C171010 ; skos:prefLabel "Study Encounter Name" ; skos:definition "The literal identifier (i.e., distinctive designation) for a protocol-defined study encounter." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:Encounter-label a owl:DatatypeProperty ; rdfs:label "Encounter-label" ; rdfs:domain usdm:Encounter ; rdfs:range xsd:string ; skos:exactMatch ncit:C207490 ; skos:exactMatch obo:NCIT_C207490 ; skos:prefLabel "Study Encounter Label" ; skos:definition "The short descriptive designation for the study encounter." ; usdm:relationshipType "Value" ; usdm:modelName "label" ; usdm:modelRepresentation "Attribute" . usdm:Encounter-description a owl:DatatypeProperty ; rdfs:label "Encounter-description" ; rdfs:domain usdm:Encounter ; rdfs:range xsd:string ; skos:exactMatch ncit:C188836 ; skos:exactMatch obo:NCIT_C188836 ; skos:prefLabel "Study Encounter Description" ; skos:definition "A narrative representation of the protocol-defined study encounter." ; usdm:relationshipType "Value" ; usdm:modelName "description" ; usdm:modelRepresentation "Attribute" . usdm:Encounter-type a owl:ObjectProperty ; rdfs:label "Encounter-type" ; rdfs:domain usdm:Encounter ; rdfs:range usdm:Code ; skos:exactMatch ncit:C188839 ; skos:exactMatch obo:NCIT_C188839 ; skos:prefLabel "Study Encounter Type" ; skos:definition "A characterization or classification of the study encounter." ; usdm:relationshipType "Value" ; usdm:modelName "type" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C188728 ; usdm:boundCodelist obo:NCIT_C188728 ; usdm:boundCodelistNote "Y (C188728)" . usdm:Encounter-environmentalSettings a owl:ObjectProperty ; rdfs:label "Encounter-environmentalSettings" ; rdfs:domain usdm:Encounter ; rdfs:range usdm:Code ; skos:exactMatch ncit:C188840 ; skos:exactMatch obo:NCIT_C188840 ; skos:prefLabel "Environmental Setting" ; skos:definition "The environment/setting where the event, intervention, or finding occurred." ; usdm:relationshipType "Value" ; usdm:modelName "environmentalSettings" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C127262 ; usdm:boundCodelist obo:NCIT_C127262 ; usdm:boundCodelistNote "Y (SDTM Terminology Codelist C127262)" . usdm:Encounter-contactModes a owl:ObjectProperty ; rdfs:label "Encounter-contactModes" ; rdfs:domain usdm:Encounter ; rdfs:range usdm:Code ; skos:exactMatch ncit:C188841 ; skos:exactMatch obo:NCIT_C188841 ; skos:prefLabel "Contact Mode" ; skos:definition "The means by which an interaction occurs between the subject/participant and person or entity (e.g., a device)." ; usdm:relationshipType "Value" ; usdm:modelName "contactModes" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C171445 ; usdm:boundCodelist obo:NCIT_C171445 ; usdm:boundCodelistNote "Y (SDTM Terminology Codelist C171445)" . usdm:Encounter-notes a owl:ObjectProperty ; rdfs:label "Encounter-notes" ; rdfs:domain usdm:Encounter ; rdfs:range usdm:CommentAnnotation ; skos:exactMatch ncit:C215518 ; skos:exactMatch obo:NCIT_C215518 ; skos:prefLabel "Encounter Notes" ; skos:definition "A brief written record relevant to the study encounter." ; usdm:relationshipType "Value" ; usdm:modelName "notes" ; usdm:modelRepresentation "Attribute" . usdm:Encounter-transitionEndRule a owl:ObjectProperty ; rdfs:label "Encounter-transitionEndRule" ; rdfs:domain usdm:Encounter ; rdfs:range usdm:TransitionRule ; skos: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." ; usdm:relationshipType "Value" ; usdm:modelName "transitionEndRule" ; usdm:modelRepresentation "Relationship" . usdm:Encounter-nextId a owl:ObjectProperty ; rdfs:label "Encounter-nextId" ; rdfs:domain usdm:Encounter ; rdfs:range usdm:Encounter ; skos:definition "A USDM relationship within the Encounter class which identifies the encounter that chronologically follows the current encounter." ; usdm:relationshipType "Ref" ; usdm:modelName "next" ; usdm:modelRepresentation "Relationship" . usdm:Encounter-transitionStartRule a owl:ObjectProperty ; rdfs:label "Encounter-transitionStartRule" ; rdfs:domain usdm:Encounter ; rdfs:range usdm:TransitionRule ; skos: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." ; usdm:relationshipType "Value" ; usdm:modelName "transitionStartRule" ; usdm:modelRepresentation "Relationship" . usdm:Encounter-scheduledAtId a owl:ObjectProperty ; rdfs:label "Encounter-scheduledAtId" ; rdfs:domain usdm:Encounter ; rdfs:range usdm:Timing ; skos:definition "A USDM relationship between the Encounter and Timing classes which provides information related to the scheduled timing of an encounter." ; usdm:relationshipType "Ref" ; usdm:modelName "scheduledAt" ; usdm:modelRepresentation "Relationship" . usdm:Encounter-previousId a owl:ObjectProperty ; rdfs:label "Encounter-previousId" ; rdfs:domain usdm:Encounter ; rdfs:range usdm:Encounter ; skos:definition "A USDM relationship within the Encounter class which identifies the encounter that chronologically precedes the current encounter." ; usdm:relationshipType "Ref" ; usdm:modelName "previous" ; usdm:modelRepresentation "Relationship" . usdm:Encounter-extensionAttributes a owl:ObjectProperty ; rdfs:label "Encounter-extensionAttributes" ; rdfs:domain usdm:Encounter ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:Encounter-instanceType a owl:DatatypeProperty ; rdfs:label "Encounter-instanceType" ; rdfs:domain usdm:Encounter ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class Endpoint usdm:Endpoint a owl:Class ; rdfs:label "Endpoint" ; skos:exactMatch ncit:C25212 ; skos:exactMatch obo:NCIT_C25212 ; skos:prefLabel "Study Endpoint" ; skos: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)" ; rdfs:subClassOf usdm:SyntaxTemplate ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Endpoint-level ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Endpoint-purpose ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Endpoint-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:Endpoint-level a owl:ObjectProperty ; rdfs:label "Endpoint-level" ; rdfs:domain usdm:Endpoint ; rdfs:range usdm:Code ; skos:exactMatch ncit:C188826 ; skos:exactMatch obo:NCIT_C188826 ; skos:prefLabel "Study Endpoint Level" ; skos:definition "A characterization or classification of the study endpoint that determines its category of importance relative to other study endpoints." ; usdm:relationshipType "Value" ; usdm:modelName "level" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C188726 ; usdm:boundCodelist obo:NCIT_C188726 ; usdm:boundCodelistNote "Y (C188726)" . usdm:Endpoint-purpose a owl:DatatypeProperty ; rdfs:label "Endpoint-purpose" ; rdfs:domain usdm:Endpoint ; rdfs:range xsd:string ; skos:exactMatch ncit:C188825 ; skos:exactMatch obo:NCIT_C188825 ; skos:prefLabel "Study Endpoint Purpose Description" ; skos:definition "The textual representation of the study endpoint purpose." ; usdm:relationshipType "Value" ; usdm:modelName "purpose" ; usdm:modelRepresentation "Attribute" . usdm:Endpoint-extensionAttributes a owl:ObjectProperty ; rdfs:label "Endpoint-extensionAttributes" ; rdfs:domain usdm:Endpoint ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:Endpoint-instanceType a owl:DatatypeProperty ; rdfs:label "Endpoint-instanceType" ; rdfs:domain usdm:Endpoint ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class Estimand usdm:Estimand a owl:Class ; rdfs:label "Estimand" ; skos:exactMatch ncit:C188813 ; skos:exactMatch obo:NCIT_C188813 ; skos:prefLabel "Estimand" ; skos: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)" ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Estimand-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Estimand-populationSummary ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Estimand-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Estimand-label ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Estimand-description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Estimand-analysisPopulationId ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Estimand-variableOfInterestId ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Estimand-intercurrentEvents ; owl:minCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Estimand-interventionIds ; owl:minCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Estimand-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:Estimand-id a owl:DatatypeProperty ; rdfs:label "Estimand-id" ; rdfs:domain usdm:Estimand ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:Estimand-populationSummary a owl:DatatypeProperty ; rdfs:label "Estimand-populationSummary" ; rdfs:domain usdm:Estimand ; rdfs:range xsd:string ; skos:exactMatch ncit:C188853 ; skos:exactMatch obo:NCIT_C188853 ; skos:prefLabel "Population-Level Summary" ; skos:definition "A synopsis of the clinical endpoint of interest within the analysis target study population." ; usdm:relationshipType "Value" ; usdm:modelName "populationSummary" ; usdm:modelRepresentation "Attribute" . usdm:Estimand-name a owl:DatatypeProperty ; rdfs:label "Estimand-name" ; rdfs:domain usdm:Estimand ; rdfs:range xsd:string ; skos:exactMatch ncit:C215522 ; skos:exactMatch obo:NCIT_C215522 ; skos:prefLabel "Estimand Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the estimand." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:Estimand-label a owl:DatatypeProperty ; rdfs:label "Estimand-label" ; rdfs:domain usdm:Estimand ; rdfs:range xsd:string ; skos:exactMatch ncit:C215524 ; skos:exactMatch obo:NCIT_C215524 ; skos:prefLabel "Estimand Label" ; skos:definition "The short descriptive designation for the estimand." ; usdm:relationshipType "Value" ; usdm:modelName "label" ; usdm:modelRepresentation "Attribute" . usdm:Estimand-description a owl:DatatypeProperty ; rdfs:label "Estimand-description" ; rdfs:domain usdm:Estimand ; rdfs:range xsd:string ; skos:exactMatch ncit:C215523 ; skos:exactMatch obo:NCIT_C215523 ; skos:prefLabel "Estimand Description" ; skos:definition "A narrative representation of the estimand." ; usdm:relationshipType "Value" ; usdm:modelName "description" ; usdm:modelRepresentation "Attribute" . usdm:Estimand-notes a owl:ObjectProperty ; rdfs:label "Estimand-notes" ; rdfs:domain usdm:Estimand ; rdfs:range usdm:CommentAnnotation ; skos:exactMatch ncit:C215521 ; skos:exactMatch obo:NCIT_C215521 ; skos:prefLabel "Estimand Notes" ; skos:definition "A brief written record relevant to the study estimand." ; usdm:relationshipType "Value" ; usdm:modelName "notes" ; usdm:modelRepresentation "Attribute" . usdm:Estimand-analysisPopulationId a owl:ObjectProperty ; rdfs:label "Estimand-analysisPopulationId" ; rdfs:domain usdm:Estimand ; rdfs:range usdm:AnalysisPopulation ; skos: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." ; usdm:relationshipType "Ref" ; usdm:modelName "analysisPopulation" ; usdm:modelRepresentation "Relationship" . usdm:Estimand-variableOfInterestId a owl:ObjectProperty ; rdfs:label "Estimand-variableOfInterestId" ; rdfs:domain usdm:Estimand ; rdfs:range usdm:Endpoint ; skos: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." ; usdm:relationshipType "Ref" ; usdm:modelName "variableOfInterest" ; usdm:modelRepresentation "Relationship" . usdm:Estimand-intercurrentEvents a owl:ObjectProperty ; rdfs:label "Estimand-intercurrentEvents" ; rdfs:domain usdm:Estimand ; rdfs:range usdm:IntercurrentEvent ; skos:definition "A USDM relationship between the Estimand and IntercurrentEvent classes which identifies the set of intercurrent events associated with a study estimand." ; usdm:relationshipType "Value" ; usdm:modelName "intercurrentEvents" ; usdm:modelRepresentation "Relationship" . usdm:Estimand-interventionIds a owl:ObjectProperty ; rdfs:label "Estimand-interventionIds" ; rdfs:domain usdm:Estimand ; rdfs:range usdm:StudyIntervention ; skos:definition "A USDM relationship between the Estimand and StudyIntervention classes which identifies the set of study interventions associated with the Estimand." ; usdm:relationshipType "Ref" ; usdm:modelName "interventions" ; usdm:modelRepresentation "Relationship" . usdm:Estimand-extensionAttributes a owl:ObjectProperty ; rdfs:label "Estimand-extensionAttributes" ; rdfs:domain usdm:Estimand ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:Estimand-instanceType a owl:DatatypeProperty ; rdfs:label "Estimand-instanceType" ; rdfs:domain usdm:Estimand ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class ExtensionAttribute usdm:ExtensionAttribute a owl:Class ; rdfs:label "ExtensionAttribute" ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ExtensionAttribute-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ExtensionAttribute-url ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ExtensionAttribute-valueString ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ExtensionAttribute-valueBoolean ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ExtensionAttribute-valueInteger ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ExtensionAttribute-valueId ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ExtensionAttribute-valueQuantity ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ExtensionAttribute-valueRange ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ExtensionAttribute-valueCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ExtensionAttribute-valueAliasCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ExtensionAttribute-valueExtensionClass ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ExtensionAttribute-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:ExtensionAttribute-id a owl:DatatypeProperty ; rdfs:label "ExtensionAttribute-id" ; rdfs:domain usdm:ExtensionAttribute ; rdfs:range xsd:string ; usdm:relationshipType "Value" . usdm:ExtensionAttribute-url a owl:DatatypeProperty ; rdfs:label "ExtensionAttribute-url" ; rdfs:domain usdm:ExtensionAttribute ; rdfs:range xsd:string ; usdm:relationshipType "Value" . usdm:ExtensionAttribute-valueString a owl:DatatypeProperty ; rdfs:label "ExtensionAttribute-valueString" ; rdfs:domain usdm:ExtensionAttribute ; rdfs:range xsd:string ; usdm:relationshipType "Value" . usdm:ExtensionAttribute-valueBoolean a owl:DatatypeProperty ; rdfs:label "ExtensionAttribute-valueBoolean" ; rdfs:domain usdm:ExtensionAttribute ; rdfs:range xsd:boolean ; usdm:relationshipType "Value" . usdm:ExtensionAttribute-valueInteger a owl:DatatypeProperty ; rdfs:label "ExtensionAttribute-valueInteger" ; rdfs:domain usdm:ExtensionAttribute ; rdfs:range xsd:integer ; usdm:relationshipType "Value" . usdm:ExtensionAttribute-valueId a owl:DatatypeProperty ; rdfs:label "ExtensionAttribute-valueId" ; rdfs:domain usdm:ExtensionAttribute ; rdfs:range xsd:string ; usdm:relationshipType "Value" . usdm:ExtensionAttribute-valueQuantity a owl:ObjectProperty ; rdfs:label "ExtensionAttribute-valueQuantity" ; rdfs:domain usdm:ExtensionAttribute ; rdfs:range usdm:Quantity ; usdm:relationshipType "Value" . usdm:ExtensionAttribute-valueRange a owl:ObjectProperty ; rdfs:label "ExtensionAttribute-valueRange" ; rdfs:domain usdm:ExtensionAttribute ; rdfs:range usdm:Range ; usdm:relationshipType "Value" . usdm:ExtensionAttribute-valueCode a owl:ObjectProperty ; rdfs:label "ExtensionAttribute-valueCode" ; rdfs:domain usdm:ExtensionAttribute ; rdfs:range usdm:Code ; usdm:relationshipType "Value" . usdm:ExtensionAttribute-valueAliasCode a owl:ObjectProperty ; rdfs:label "ExtensionAttribute-valueAliasCode" ; rdfs:domain usdm:ExtensionAttribute ; rdfs:range usdm:AliasCode ; usdm:relationshipType "Value" . usdm:ExtensionAttribute-valueExtensionClass a owl:ObjectProperty ; rdfs:label "ExtensionAttribute-valueExtensionClass" ; rdfs:domain usdm:ExtensionAttribute ; rdfs:range usdm:ExtensionClass ; usdm:relationshipType "Value" . usdm:ExtensionAttribute-extensionAttributes a owl:ObjectProperty ; rdfs:label "ExtensionAttribute-extensionAttributes" ; rdfs:domain usdm:ExtensionAttribute ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:ExtensionAttribute-instanceType a owl:DatatypeProperty ; rdfs:label "ExtensionAttribute-instanceType" ; rdfs:domain usdm:ExtensionAttribute ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class ExtensionClass usdm:ExtensionClass a owl:Class ; rdfs:label "ExtensionClass" ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ExtensionClass-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ExtensionClass-url ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ExtensionClass-extensionAttributes ; owl:minCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ExtensionClass-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:ExtensionClass-id a owl:DatatypeProperty ; rdfs:label "ExtensionClass-id" ; rdfs:domain usdm:ExtensionClass ; rdfs:range xsd:string ; usdm:relationshipType "Value" . usdm:ExtensionClass-url a owl:DatatypeProperty ; rdfs:label "ExtensionClass-url" ; rdfs:domain usdm:ExtensionClass ; rdfs:range xsd:string ; usdm:relationshipType "Value" . usdm:ExtensionClass-extensionAttributes a owl:ObjectProperty ; rdfs:label "ExtensionClass-extensionAttributes" ; rdfs:domain usdm:ExtensionClass ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:ExtensionClass-instanceType a owl:DatatypeProperty ; rdfs:label "ExtensionClass-instanceType" ; rdfs:domain usdm:ExtensionClass ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class GeographicScope usdm:GeographicScope a owl:Class ; rdfs:label "GeographicScope" ; skos:exactMatch ncit:C207591 ; skos:exactMatch obo:NCIT_C207591 ; skos:prefLabel "Geographic Scope" ; skos:definition "The extent or range related to the physical location of an entity." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:GeographicScope-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:GeographicScope-type ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:GeographicScope-code ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:GeographicScope-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:GeographicScope-id a owl:DatatypeProperty ; rdfs:label "GeographicScope-id" ; rdfs:domain usdm:GeographicScope ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:GeographicScope-type a owl:ObjectProperty ; rdfs:label "GeographicScope-type" ; rdfs:domain usdm:GeographicScope ; rdfs:range usdm:Code ; skos:exactMatch ncit:C207495 ; skos:exactMatch obo:NCIT_C207495 ; skos:prefLabel "Geographic Scope Type" ; skos:definition "A characterization or classification of the geographic scope." ; usdm:relationshipType "Value" ; usdm:modelName "type" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C207412 ; usdm:boundCodelist obo:NCIT_C207412 ; usdm:boundCodelistNote "Y (C207412)" . usdm:GeographicScope-code a owl:ObjectProperty ; rdfs:label "GeographicScope-code" ; rdfs:domain usdm:GeographicScope ; rdfs:range usdm:AliasCode ; skos:exactMatch ncit:C207494 ; skos:exactMatch obo:NCIT_C207494 ; skos:prefLabel "Geographic Scope Code" ; skos:definition "A symbol or combination of symbols which is assigned to the geographic scope." ; usdm:relationshipType "Value" ; usdm:modelName "code" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelistNote "Y (Point out to external dictionaries: Standard code is ISO-3166; Alias codes drawn from GENC, UN Region Codes, etc.)" . usdm:GeographicScope-extensionAttributes a owl:ObjectProperty ; rdfs:label "GeographicScope-extensionAttributes" ; rdfs:domain usdm:GeographicScope ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:GeographicScope-instanceType a owl:DatatypeProperty ; rdfs:label "GeographicScope-instanceType" ; rdfs:domain usdm:GeographicScope ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class GovernanceDate usdm:GovernanceDate a owl:Class ; rdfs:label "GovernanceDate" ; skos:exactMatch ncit:C207595 ; skos:exactMatch obo:NCIT_C207595 ; skos:prefLabel "Study Governance Date" ; skos:definition "Any of the dates associated with event milestones within a clinical study's oversight and management framework." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:GovernanceDate-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:GovernanceDate-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:GovernanceDate-label ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:GovernanceDate-description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:GovernanceDate-type ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:GovernanceDate-dateValue ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:GovernanceDate-geographicScopes ; owl:minCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:GovernanceDate-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:GovernanceDate-id a owl:DatatypeProperty ; rdfs:label "GovernanceDate-id" ; rdfs:domain usdm:GovernanceDate ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:GovernanceDate-name a owl:DatatypeProperty ; rdfs:label "GovernanceDate-name" ; rdfs:domain usdm:GovernanceDate ; rdfs:range xsd:string ; skos:exactMatch ncit:C207499 ; skos:exactMatch obo:NCIT_C207499 ; skos:prefLabel "Study Governance Date Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the study governance date" ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:GovernanceDate-label a owl:DatatypeProperty ; rdfs:label "GovernanceDate-label" ; rdfs:domain usdm:GovernanceDate ; rdfs:range xsd:string ; skos:exactMatch ncit:C207498 ; skos:exactMatch obo:NCIT_C207498 ; skos:prefLabel "Study Governance Date Label" ; skos:definition "The short descriptive designation for the study governance date." ; usdm:relationshipType "Value" ; usdm:modelName "label" ; usdm:modelRepresentation "Attribute" . usdm:GovernanceDate-description a owl:DatatypeProperty ; rdfs:label "GovernanceDate-description" ; rdfs:domain usdm:GovernanceDate ; rdfs:range xsd:string ; skos:exactMatch ncit:C207497 ; skos:exactMatch obo:NCIT_C207497 ; skos:prefLabel "Study Governance Date Description" ; skos:definition "A narrative representation of the study governance date." ; usdm:relationshipType "Value" ; usdm:modelName "description" ; usdm:modelRepresentation "Attribute" . usdm:GovernanceDate-type a owl:ObjectProperty ; rdfs:label "GovernanceDate-type" ; rdfs:domain usdm:GovernanceDate ; rdfs:range usdm:Code ; skos:exactMatch ncit:C207496 ; skos:exactMatch obo:NCIT_C207496 ; skos:prefLabel "Study Governance Date Type" ; skos:definition "A characterization or classification of the study governance date." ; usdm:relationshipType "Value" ; usdm:modelName "type" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C207413 ; usdm:boundCodelist obo:NCIT_C207413 ; usdm:boundCodelistNote "Y (C207413)" . usdm:GovernanceDate-dateValue a owl:DatatypeProperty ; rdfs:label "GovernanceDate-dateValue" ; rdfs:domain usdm:GovernanceDate ; rdfs:range xsd:date ; skos:exactMatch ncit:C207500 ; skos:exactMatch obo:NCIT_C207500 ; skos:prefLabel "Study Governance Date Value" ; skos:definition "The information contained in the date field." ; usdm:relationshipType "Value" ; usdm:modelName "dateValue" ; usdm:modelRepresentation "Attribute" . usdm:GovernanceDate-geographicScopes a owl:ObjectProperty ; rdfs:label "GovernanceDate-geographicScopes" ; rdfs:domain usdm:GovernanceDate ; rdfs:range usdm:GeographicScope ; skos:definition "A USDM relationship between the GovernanceDate and GeographicScope classes which identifies the set of geographic scopes associated with the governance date." ; usdm:relationshipType "Value" ; usdm:modelName "geographicScopes" ; usdm:modelRepresentation "Relationship" . usdm:GovernanceDate-extensionAttributes a owl:ObjectProperty ; rdfs:label "GovernanceDate-extensionAttributes" ; rdfs:domain usdm:GovernanceDate ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:GovernanceDate-instanceType a owl:DatatypeProperty ; rdfs:label "GovernanceDate-instanceType" ; rdfs:domain usdm:GovernanceDate ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class Identifier usdm:Identifier a owl:Class ; rdfs:label "Identifier" ; skos:exactMatch ncit:C25364 ; skos:exactMatch obo:NCIT_C25364 ; skos:prefLabel "Identifier" ; skos:definition "One or more characters used to identify, name, or characterize the nature, properties, or contents of a thing." ; usdm:modifier "Abstract" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Identifier-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Identifier-text ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Identifier-scopeId ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:Identifier-id a owl:DatatypeProperty ; rdfs:label "Identifier-id" ; rdfs:domain usdm:Identifier ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:Identifier-text a owl:DatatypeProperty ; rdfs:label "Identifier-text" ; rdfs:domain usdm:Identifier ; rdfs:range xsd:string ; skos:exactMatch ncit:C215581 ; skos:exactMatch obo:NCIT_C215581 ; skos:prefLabel "Administrable Product Identifier Text" ; skos:definition "An instance of structured text that represents the administrable product." ; usdm:relationshipType "Value" ; usdm:modelName "text" ; usdm:modelRepresentation "Attribute" . usdm:Identifier-scopeId a owl:ObjectProperty ; rdfs:label "Identifier-scopeId" ; rdfs:domain usdm:Identifier ; rdfs:range usdm:Organization ; skos: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." ; usdm:relationshipType "Ref" ; usdm:modelName "scope" ; usdm:modelRepresentation "Relationship" . # class Indication usdm:Indication a owl:Class ; rdfs:label "Indication" ; skos:exactMatch ncit:C41184 ; skos:exactMatch obo:NCIT_C41184 ; skos:prefLabel "Disease/Condition Indication" ; skos:definition "The disease or condition the intervention will diagnose, treat, prevent, cure, or mitigate." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Indication-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Indication-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Indication-label ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Indication-description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Indication-isRareDisease ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Indication-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:Indication-id a owl:DatatypeProperty ; rdfs:label "Indication-id" ; rdfs:domain usdm:Indication ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:Indication-name a owl:DatatypeProperty ; rdfs:label "Indication-name" ; rdfs:domain usdm:Indication ; rdfs:range xsd:string ; skos:exactMatch ncit:C207503 ; skos:exactMatch obo:NCIT_C207503 ; skos:prefLabel "Disease/Condition Indication Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the disease/condition indication." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:Indication-label a owl:DatatypeProperty ; rdfs:label "Indication-label" ; rdfs:domain usdm:Indication ; rdfs:range xsd:string ; skos:exactMatch ncit:C207502 ; skos:exactMatch obo:NCIT_C207502 ; skos:prefLabel "Disease/Condition Indication Label" ; skos:definition "The short descriptive designation for the disease/condition indication." ; usdm:relationshipType "Value" ; usdm:modelName "label" ; usdm:modelRepresentation "Attribute" . usdm:Indication-description a owl:DatatypeProperty ; rdfs:label "Indication-description" ; rdfs:domain usdm:Indication ; rdfs:range xsd:string ; skos:exactMatch ncit:C112038 ; skos:exactMatch obo:NCIT_C112038 ; skos:prefLabel "Disease/Condition Indication Description" ; skos:definition "A narrative representation of the condition, disease or disorder that the clinical trial is intended to investigate or address." ; usdm:relationshipType "Value" ; usdm:modelName "description" ; usdm:modelRepresentation "Attribute" . usdm:Indication-isRareDisease a owl:DatatypeProperty ; rdfs:label "Indication-isRareDisease" ; rdfs:domain usdm:Indication ; rdfs:range xsd:boolean ; skos:exactMatch ncit:C207501 ; skos:exactMatch obo:NCIT_C207501 ; skos:prefLabel "Disease/Condition Indication Is Rare Disease Indicator" ; skos:definition "An indication as to whether the disease/condition indication under study is considered a rare disease." ; usdm:relationshipType "Value" ; usdm:modelName "isRareDisease" ; usdm:modelRepresentation "Attribute" . usdm:Indication-codes a owl:ObjectProperty ; rdfs:label "Indication-codes" ; rdfs:domain usdm:Indication ; rdfs:range usdm:Code ; skos:exactMatch ncit:C188822 ; skos:exactMatch obo:NCIT_C188822 ; skos:prefLabel "Disease/Condition Indication Code" ; skos:definition "A short sequence of characters that represents the disease/condition indication." ; usdm:relationshipType "Value" ; usdm:modelName "codes" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelistNote "Y (Point out to multiple Biomedical coding dictionaries such as SNOMEDCT (for FDA), MedDRA, NCIt, ICD's, etc.)" . usdm:Indication-notes a owl:ObjectProperty ; rdfs:label "Indication-notes" ; rdfs:domain usdm:Indication ; rdfs:range usdm:CommentAnnotation ; skos:exactMatch ncit:C215509 ; skos:exactMatch obo:NCIT_C215509 ; skos:prefLabel "Indication Notes" ; skos:definition "A brief written record relevant to the disease/condition indication." ; usdm:relationshipType "Value" ; usdm:modelName "notes" ; usdm:modelRepresentation "Attribute" . usdm:Indication-extensionAttributes a owl:ObjectProperty ; rdfs:label "Indication-extensionAttributes" ; rdfs:domain usdm:Indication ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:Indication-instanceType a owl:DatatypeProperty ; rdfs:label "Indication-instanceType" ; rdfs:domain usdm:Indication ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class Ingredient usdm:Ingredient a owl:Class ; rdfs:label "Ingredient" ; skos:exactMatch ncit:C51981 ; skos:exactMatch obo:NCIT_C51981 ; skos:prefLabel "Ingredient" ; skos:definition "Any component that constitutes a part of a compounded substance or mixture." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Ingredient-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Ingredient-role ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Ingredient-substance ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Ingredient-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:Ingredient-id a owl:DatatypeProperty ; rdfs:label "Ingredient-id" ; rdfs:domain usdm:Ingredient ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:Ingredient-role a owl:ObjectProperty ; rdfs:label "Ingredient-role" ; rdfs:domain usdm:Ingredient ; rdfs:range usdm:Code ; skos:exactMatch ncit:C215595 ; skos:exactMatch obo:NCIT_C215595 ; skos:prefLabel "Ingredient Role" ; skos:definition "The intended use of the ingredient within the context of the compounded substance or mixture." ; usdm:relationshipType "Value" ; usdm:modelName "role" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelistNote "Y (Point to FHIR value set: Ingredient Role)" . usdm:Ingredient-substance a owl:ObjectProperty ; rdfs:label "Ingredient-substance" ; rdfs:domain usdm:Ingredient ; rdfs:range usdm:Substance ; skos:definition "A USDM relationship between the Ingredient and Substance classes that identifies the substance associated with the ingredient." ; usdm:relationshipType "Value" ; usdm:modelName "substance" ; usdm:modelRepresentation "Relationship" . usdm:Ingredient-extensionAttributes a owl:ObjectProperty ; rdfs:label "Ingredient-extensionAttributes" ; rdfs:domain usdm:Ingredient ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:Ingredient-instanceType a owl:DatatypeProperty ; rdfs:label "Ingredient-instanceType" ; rdfs:domain usdm:Ingredient ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class IntercurrentEvent usdm:IntercurrentEvent a owl:Class ; rdfs:label "IntercurrentEvent" ; skos:exactMatch ncit:C188815 ; skos:exactMatch obo:NCIT_C188815 ; skos:prefLabel "Intercurrent Event" ; skos: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)" ; rdfs:subClassOf usdm:SyntaxTemplate ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:IntercurrentEvent-strategy ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:IntercurrentEvent-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:IntercurrentEvent-strategy a owl:DatatypeProperty ; rdfs:label "IntercurrentEvent-strategy" ; rdfs:domain usdm:IntercurrentEvent ; rdfs:range xsd:string ; skos:exactMatch ncit:C188857 ; skos:exactMatch obo:NCIT_C188857 ; skos:prefLabel "Intercurrent Event Strategy" ; skos:definition "A textual description of the planned strategy to manage and/or mitigate intercurrent events." ; usdm:relationshipType "Value" ; usdm:modelName "strategy" ; usdm:modelRepresentation "Attribute" . usdm:IntercurrentEvent-extensionAttributes a owl:ObjectProperty ; rdfs:label "IntercurrentEvent-extensionAttributes" ; rdfs:domain usdm:IntercurrentEvent ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:IntercurrentEvent-instanceType a owl:DatatypeProperty ; rdfs:label "IntercurrentEvent-instanceType" ; rdfs:domain usdm:IntercurrentEvent ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class InterventionalStudyDesign usdm:InterventionalStudyDesign a owl:Class ; rdfs:label "InterventionalStudyDesign" ; skos:exactMatch ncit:C215503 ; skos:exactMatch obo:NCIT_C215503 ; skos:prefLabel "Interventional Study Design" ; skos: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." ; rdfs:subClassOf usdm:StudyDesign ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:InterventionalStudyDesign-model ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:InterventionalStudyDesign-blindingSchema ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:InterventionalStudyDesign-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:InterventionalStudyDesign-model a owl:ObjectProperty ; rdfs:label "InterventionalStudyDesign-model" ; rdfs:domain usdm:InterventionalStudyDesign ; rdfs:range usdm:Code ; skos:exactMatch ncit:C98746 ; skos:exactMatch obo:NCIT_C98746 ; skos:prefLabel "Intervention Model Type" ; skos:definition "The general design of the strategy for assigning interventions to subjects in a clinical study. (clinicaltrials.gov)" ; usdm:relationshipType "Value" ; usdm:modelName "model" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C99076 ; usdm:boundCodelist obo:NCIT_C99076 ; usdm:boundCodelistNote "Y (SDTM Terminology Codelist C99076)" . usdm:InterventionalStudyDesign-subTypes a owl:ObjectProperty ; rdfs:label "InterventionalStudyDesign-subTypes" ; rdfs:domain usdm:InterventionalStudyDesign ; rdfs:range usdm:Code ; skos:exactMatch ncit:C49660 ; skos:exactMatch obo:NCIT_C49660 ; skos:prefLabel "Trial Type" ; skos:definition "The nature of the interventional study for which information is being collected." ; usdm:relationshipType "Value" ; usdm:modelName "subTypes" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C66739 ; usdm:boundCodelist obo:NCIT_C66739 ; usdm:boundCodelistNote "Y (SDTM Terminology Codelist C66739)" . usdm:InterventionalStudyDesign-blindingSchema a owl:ObjectProperty ; rdfs:label "InterventionalStudyDesign-blindingSchema" ; rdfs:domain usdm:InterventionalStudyDesign ; rdfs:range usdm:AliasCode ; skos:exactMatch ncit:C49658 ; skos:exactMatch obo:NCIT_C49658 ; skos:prefLabel "Trial Blinding Schema" ; skos: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." ; usdm:relationshipType "Value" ; usdm:modelName "blindingSchema" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C66735 ; usdm:boundCodelist obo:NCIT_C66735 ; usdm:boundCodelistNote "Y (SDTM Terminology Codelist C66735)" . usdm:InterventionalStudyDesign-intentTypes a owl:ObjectProperty ; rdfs:label "InterventionalStudyDesign-intentTypes" ; rdfs:domain usdm:InterventionalStudyDesign ; rdfs:range usdm:Code ; skos:exactMatch ncit:C49652 ; skos:exactMatch obo:NCIT_C49652 ; skos:prefLabel "Trial Intent Type" ; skos:definition "The planned purpose of the therapy, device, or agent under study in the clinical trial." ; usdm:relationshipType "Value" ; usdm:modelName "intentTypes" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C66736 ; usdm:boundCodelist obo:NCIT_C66736 ; usdm:boundCodelistNote "Y (SDTM Terminology Codelist C66736)" . usdm:InterventionalStudyDesign-extensionAttributes a owl:ObjectProperty ; rdfs:label "InterventionalStudyDesign-extensionAttributes" ; rdfs:domain usdm:InterventionalStudyDesign ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:InterventionalStudyDesign-analysisPopulations a owl:ObjectProperty ; rdfs:label "InterventionalStudyDesign-analysisPopulations" ; rdfs:domain usdm:InterventionalStudyDesign ; rdfs:range usdm:AnalysisPopulation ; usdm:relationshipType "Value" . usdm:InterventionalStudyDesign-instanceType a owl:DatatypeProperty ; rdfs:label "InterventionalStudyDesign-instanceType" ; rdfs:domain usdm:InterventionalStudyDesign ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class Masking usdm:Masking a owl:Class ; rdfs:label "Masking" ; skos:exactMatch ncit:C191278 ; skos:exactMatch obo:NCIT_C191278 ; skos:prefLabel "Masking" ; skos:definition "The mechanism used to obscure the distinctive characteristics of the study intervention or procedure to make it indistinguishable from a comparator. (CDISC Glossary)" ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Masking-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Masking-text ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Masking-isMasked ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Masking-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:Masking-id a owl:DatatypeProperty ; rdfs:label "Masking-id" ; rdfs:domain usdm:Masking ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:Masking-text a owl:DatatypeProperty ; rdfs:label "Masking-text" ; rdfs:domain usdm:Masking ; rdfs:range xsd:string ; skos:exactMatch ncit:C215553 ; skos:exactMatch obo:NCIT_C215553 ; skos:prefLabel "Masking Text" ; skos:definition "An instance of unstructured text that represents how the masking is performed and maintained." ; usdm:relationshipType "Value" ; usdm:modelName "text" ; usdm:modelRepresentation "Attribute" . usdm:Masking-isMasked a owl:DatatypeProperty ; rdfs:label "Masking-isMasked" ; rdfs:domain usdm:Masking ; rdfs:range xsd:boolean ; skos:exactMatch ncit:C215554 ; skos:exactMatch obo:NCIT_C215554 ; skos:prefLabel "Masked Indicator" ; skos:definition "An indication as to whether the study role is masked." ; usdm:relationshipType "Value" ; usdm:modelName "isMasked" ; usdm:modelRepresentation "Attribute" . usdm:Masking-extensionAttributes a owl:ObjectProperty ; rdfs:label "Masking-extensionAttributes" ; rdfs:domain usdm:Masking ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:Masking-instanceType a owl:DatatypeProperty ; rdfs:label "Masking-instanceType" ; rdfs:domain usdm:Masking ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class MedicalDevice usdm:MedicalDevice a owl:Class ; rdfs:label "MedicalDevice" ; skos:exactMatch ncit:C16830 ; skos:exactMatch obo:NCIT_C16830 ; skos:prefLabel "Medical Device" ; skos: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]" ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:MedicalDevice-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:MedicalDevice-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:MedicalDevice-label ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:MedicalDevice-description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:MedicalDevice-hardwareVersion ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:MedicalDevice-softwareVersion ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:MedicalDevice-sourcing ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:MedicalDevice-embeddedProductId ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:MedicalDevice-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:MedicalDevice-id a owl:DatatypeProperty ; rdfs:label "MedicalDevice-id" ; rdfs:domain usdm:MedicalDevice ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:MedicalDevice-name a owl:DatatypeProperty ; rdfs:label "MedicalDevice-name" ; rdfs:domain usdm:MedicalDevice ; rdfs:range xsd:string ; skos:exactMatch ncit:C215614 ; skos:exactMatch obo:NCIT_C215614 ; skos:prefLabel "Medical Device Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the medical device." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:MedicalDevice-label a owl:DatatypeProperty ; rdfs:label "MedicalDevice-label" ; rdfs:domain usdm:MedicalDevice ; rdfs:range xsd:string ; skos:exactMatch ncit:C215616 ; skos:exactMatch obo:NCIT_C215616 ; skos:prefLabel "Medical Device Label" ; skos:definition "The short descriptive designation for the medical device." ; usdm:relationshipType "Value" ; usdm:modelName "label" ; usdm:modelRepresentation "Attribute" . usdm:MedicalDevice-description a owl:DatatypeProperty ; rdfs:label "MedicalDevice-description" ; rdfs:domain usdm:MedicalDevice ; rdfs:range xsd:string ; skos:exactMatch ncit:C215615 ; skos:exactMatch obo:NCIT_C215615 ; skos:prefLabel "Medical Device Description" ; skos:definition "A narrative representation of the medical device." ; usdm:relationshipType "Value" ; usdm:modelName "description" ; usdm:modelRepresentation "Attribute" . usdm:MedicalDevice-hardwareVersion a owl:DatatypeProperty ; rdfs:label "MedicalDevice-hardwareVersion" ; rdfs:domain usdm:MedicalDevice ; rdfs:range xsd:string ; skos:exactMatch ncit:C215617 ; skos:exactMatch obo:NCIT_C215617 ; skos:prefLabel "Hardware Version" ; skos: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." ; usdm:relationshipType "Value" ; usdm:modelName "hardwareVersion" ; usdm:modelRepresentation "Attribute" . usdm:MedicalDevice-softwareVersion a owl:DatatypeProperty ; rdfs:label "MedicalDevice-softwareVersion" ; rdfs:domain usdm:MedicalDevice ; rdfs:range xsd:string ; skos:exactMatch ncit:C111093 ; skos:exactMatch obo:NCIT_C111093 ; skos:prefLabel "Software Version" ; skos:definition "A form or variant of software; one of a sequence of copies of a software program, each incorporating new modifications. (NCI)" ; usdm:relationshipType "Value" ; usdm:modelName "softwareVersion" ; usdm:modelRepresentation "Attribute" . usdm:MedicalDevice-sourcing a owl:ObjectProperty ; rdfs:label "MedicalDevice-sourcing" ; rdfs:domain usdm:MedicalDevice ; rdfs:range usdm:Code ; skos:exactMatch ncit:C215619 ; skos:exactMatch obo:NCIT_C215619 ; skos:prefLabel "Medical Device Sourcing" ; skos:definition "An indication as to whether the medical device is obtained from a local or central source." ; usdm:relationshipType "Value" ; usdm:modelName "sourcing" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C215482 ; usdm:boundCodelist obo:NCIT_C215482 ; usdm:boundCodelistNote "Y (C215482)" . usdm:MedicalDevice-notes a owl:ObjectProperty ; rdfs:label "MedicalDevice-notes" ; rdfs:domain usdm:MedicalDevice ; rdfs:range usdm:CommentAnnotation ; skos:exactMatch ncit:C215618 ; skos:exactMatch obo:NCIT_C215618 ; skos:prefLabel "Medical Device Notes" ; skos:definition "A brief written record relevant to the medical device." ; usdm:relationshipType "Value" ; usdm:modelName "notes" ; usdm:modelRepresentation "Attribute" . usdm:MedicalDevice-embeddedProductId a owl:ObjectProperty ; rdfs:label "MedicalDevice-embeddedProductId" ; rdfs:domain usdm:MedicalDevice ; rdfs:range usdm:AdministrableProduct ; skos:definition "A USDM relationship between the MedicalDevice and AdministrableProduct classes which identifies the administrable product that is an integral component of the medical device." ; usdm:relationshipType "Ref" ; usdm:modelName "embeddedProduct" ; usdm:modelRepresentation "Relationship" . usdm:MedicalDevice-identifiers a owl:ObjectProperty ; rdfs:label "MedicalDevice-identifiers" ; rdfs:domain usdm:MedicalDevice ; rdfs:range usdm:MedicalDeviceIdentifier ; skos:definition "A USDM relationship between the MedicalDevice and MedicalDeviceIdentifier classes which provides the set of identifiers related to the medical device." ; usdm:relationshipType "Value" ; usdm:modelName "identifiers" ; usdm:modelRepresentation "Relationship" . usdm:MedicalDevice-extensionAttributes a owl:ObjectProperty ; rdfs:label "MedicalDevice-extensionAttributes" ; rdfs:domain usdm:MedicalDevice ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:MedicalDevice-instanceType a owl:DatatypeProperty ; rdfs:label "MedicalDevice-instanceType" ; rdfs:domain usdm:MedicalDevice ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class MedicalDeviceIdentifier usdm:MedicalDeviceIdentifier a owl:Class ; rdfs:label "MedicalDeviceIdentifier" ; skos:exactMatch ncit:C215501 ; skos:exactMatch obo:NCIT_C215501 ; skos:prefLabel "Medical Device Identifier" ; skos:definition "A sequence of characters used to identify, name, or characterize the medical device." ; rdfs:subClassOf usdm:Identifier ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:MedicalDeviceIdentifier-type ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:MedicalDeviceIdentifier-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:MedicalDeviceIdentifier-type a owl:ObjectProperty ; rdfs:label "MedicalDeviceIdentifier-type" ; rdfs:domain usdm:MedicalDeviceIdentifier ; rdfs:range usdm:Code ; skos:exactMatch ncit:C215621 ; skos:exactMatch obo:NCIT_C215621 ; skos:prefLabel "Medical Device Identifier Type" ; skos:definition "A characterization or classification of the medical device identifier." ; usdm:relationshipType "Value" ; usdm:modelName "type" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C215484 ; usdm:boundCodelist obo:NCIT_C215484 ; usdm:boundCodelistNote "Y (C215484)" . usdm:MedicalDeviceIdentifier-extensionAttributes a owl:ObjectProperty ; rdfs:label "MedicalDeviceIdentifier-extensionAttributes" ; rdfs:domain usdm:MedicalDeviceIdentifier ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:MedicalDeviceIdentifier-instanceType a owl:DatatypeProperty ; rdfs:label "MedicalDeviceIdentifier-instanceType" ; rdfs:domain usdm:MedicalDeviceIdentifier ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class NarrativeContent usdm:NarrativeContent a owl:Class ; rdfs:label "NarrativeContent" ; skos:exactMatch ncit:C207592 ; skos:exactMatch obo:NCIT_C207592 ; skos:prefLabel "Narrative Content" ; skos:definition "The container that holds an instance of unstructured text and which may include objects such as tables, figures, and images." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:NarrativeContent-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:NarrativeContent-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:NarrativeContent-sectionNumber ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:NarrativeContent-sectionTitle ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:NarrativeContent-displaySectionTitle ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:NarrativeContent-displaySectionNumber ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:NarrativeContent-contentItemId ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:NarrativeContent-previousId ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:NarrativeContent-nextId ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:NarrativeContent-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:NarrativeContent-id a owl:DatatypeProperty ; rdfs:label "NarrativeContent-id" ; rdfs:domain usdm:NarrativeContent ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:NarrativeContent-name a owl:DatatypeProperty ; rdfs:label "NarrativeContent-name" ; rdfs:domain usdm:NarrativeContent ; rdfs:range xsd:string ; skos:exactMatch ncit:C207507 ; skos:exactMatch obo:NCIT_C207507 ; skos:prefLabel "Narrative Content Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the narrative content." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:NarrativeContent-sectionNumber a owl:DatatypeProperty ; rdfs:label "NarrativeContent-sectionNumber" ; rdfs:domain usdm:NarrativeContent ; rdfs:range xsd:string ; skos:exactMatch ncit:C207509 ; skos:exactMatch obo:NCIT_C207509 ; skos:prefLabel "Narrative Content Section Number" ; skos:definition "The numeric identifier assigned to a particular document section containing narrative content." ; usdm:relationshipType "Value" ; usdm:modelName "sectionNumber" ; usdm:modelRepresentation "Attribute" . usdm:NarrativeContent-sectionTitle a owl:DatatypeProperty ; rdfs:label "NarrativeContent-sectionTitle" ; rdfs:domain usdm:NarrativeContent ; rdfs:range xsd:string ; skos:exactMatch ncit:C207510 ; skos:exactMatch obo:NCIT_C207510 ; skos:prefLabel "Narrative Content Section Title" ; skos:definition "An identifying designation for the document section containing narrative content." ; usdm:relationshipType "Value" ; usdm:modelName "sectionTitle" ; usdm:modelRepresentation "Attribute" . usdm:NarrativeContent-displaySectionTitle a owl:DatatypeProperty ; rdfs:label "NarrativeContent-displaySectionTitle" ; rdfs:domain usdm:NarrativeContent ; rdfs:range xsd:boolean ; skos:exactMatch ncit:C215534 ; skos:exactMatch obo:NCIT_C215534 ; skos:prefLabel "Narrative Content Section Title Display Indicator" ; skos:definition "An indication as to whether the section title is to be displayed in the document containing narrative content." ; usdm:relationshipType "Value" ; usdm:modelName "displaySectionTitle" ; usdm:modelRepresentation "Attribute" . usdm:NarrativeContent-displaySectionNumber a owl:DatatypeProperty ; rdfs:label "NarrativeContent-displaySectionNumber" ; rdfs:domain usdm:NarrativeContent ; rdfs:range xsd:boolean ; skos:exactMatch ncit:C215535 ; skos:exactMatch obo:NCIT_C215535 ; skos:prefLabel "Narrative Content Section Number Display Indicator" ; skos:definition "An indication as to whether the section number is to be displayed in the document containing narrative content." ; usdm:relationshipType "Value" ; usdm:modelName "displaySectionNumber" ; usdm:modelRepresentation "Attribute" . usdm:NarrativeContent-contentItemId a owl:ObjectProperty ; rdfs:label "NarrativeContent-contentItemId" ; rdfs:domain usdm:NarrativeContent ; rdfs:range usdm:NarrativeContentItem ; skos:definition "A USDM relationship between the NarrativeContent and NarrativeContentItem classes which identifies the content item associated with the narrative content." ; usdm:relationshipType "Ref" ; usdm:modelName "contentItem" ; usdm:modelRepresentation "Relationship" . usdm:NarrativeContent-previousId a owl:ObjectProperty ; rdfs:label "NarrativeContent-previousId" ; rdfs:domain usdm:NarrativeContent ; rdfs:range usdm:NarrativeContent ; skos:definition "A USDM relationship within the NarrativeContent class which identifies the narrative content that precedes the current narrative content in the display order." ; usdm:relationshipType "Ref" ; usdm:modelName "previous" ; usdm:modelRepresentation "Relationship" . usdm:NarrativeContent-nextId a owl:ObjectProperty ; rdfs:label "NarrativeContent-nextId" ; rdfs:domain usdm:NarrativeContent ; rdfs:range usdm:NarrativeContent ; skos:definition "A USDM relationship within the NarrativeContent class which identifies the narrative content that follows the current narrative content in the display order." ; usdm:relationshipType "Ref" ; usdm:modelName "next" ; usdm:modelRepresentation "Relationship" . usdm:NarrativeContent-childIds a owl:ObjectProperty ; rdfs:label "NarrativeContent-childIds" ; rdfs:domain usdm:NarrativeContent ; rdfs:range usdm:NarrativeContent ; skos:definition "A USDM relationship within the NarrativeContent class which identifies the set of child content associated with an instance of narrative content." ; usdm:relationshipType "Ref" ; usdm:modelName "children" ; usdm:modelRepresentation "Relationship" . usdm:NarrativeContent-extensionAttributes a owl:ObjectProperty ; rdfs:label "NarrativeContent-extensionAttributes" ; rdfs:domain usdm:NarrativeContent ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:NarrativeContent-instanceType a owl:DatatypeProperty ; rdfs:label "NarrativeContent-instanceType" ; rdfs:domain usdm:NarrativeContent ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class NarrativeContentItem usdm:NarrativeContentItem a owl:Class ; rdfs:label "NarrativeContentItem" ; skos:exactMatch ncit:C215489 ; skos:exactMatch obo:NCIT_C215489 ; skos:prefLabel "Narrative Content Item" ; skos: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." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:NarrativeContentItem-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:NarrativeContentItem-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:NarrativeContentItem-text ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:NarrativeContentItem-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:NarrativeContentItem-id a owl:DatatypeProperty ; rdfs:label "NarrativeContentItem-id" ; rdfs:domain usdm:NarrativeContentItem ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:NarrativeContentItem-name a owl:DatatypeProperty ; rdfs:label "NarrativeContentItem-name" ; rdfs:domain usdm:NarrativeContentItem ; rdfs:range xsd:string ; skos:exactMatch ncit:C215557 ; skos:exactMatch obo:NCIT_C215557 ; skos:prefLabel "Narrative Content Item Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the narrative content item." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:NarrativeContentItem-text a owl:DatatypeProperty ; rdfs:label "NarrativeContentItem-text" ; rdfs:domain usdm:NarrativeContentItem ; rdfs:range xsd:string ; skos:exactMatch ncit:C215558 ; skos:exactMatch obo:NCIT_C215558 ; skos:prefLabel "Narrative Content Item Text" ; skos:definition "An instance of unstructured text that represents the narrative content item." ; usdm:relationshipType "Value" ; usdm:modelName "text" ; usdm:modelRepresentation "Attribute" . usdm:NarrativeContentItem-extensionAttributes a owl:ObjectProperty ; rdfs:label "NarrativeContentItem-extensionAttributes" ; rdfs:domain usdm:NarrativeContentItem ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:NarrativeContentItem-instanceType a owl:DatatypeProperty ; rdfs:label "NarrativeContentItem-instanceType" ; rdfs:domain usdm:NarrativeContentItem ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class Objective usdm:Objective a owl:Class ; rdfs:label "Objective" ; skos:exactMatch ncit:C142450 ; skos:exactMatch obo:NCIT_C142450 ; skos:prefLabel "Study Objective" ; skos: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." ; rdfs:subClassOf usdm:SyntaxTemplate ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Objective-level ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Objective-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:Objective-level a owl:ObjectProperty ; rdfs:label "Objective-level" ; rdfs:domain usdm:Objective ; rdfs:range usdm:Code ; skos:exactMatch ncit:C188823 ; skos:exactMatch obo:NCIT_C188823 ; skos:prefLabel "Study Objective Level" ; skos:definition "A characterization or classification of the study objective that determines its category of importance relative to other study objectives." ; usdm:relationshipType "Value" ; usdm:modelName "level" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C188725 ; usdm:boundCodelist obo:NCIT_C188725 ; usdm:boundCodelistNote "Y (C188725)" . usdm:Objective-endpoints a owl:ObjectProperty ; rdfs:label "Objective-endpoints" ; rdfs:domain usdm:Objective ; rdfs:range usdm:Endpoint ; skos:definition "A USDM relationship between the Objective and Endpoint classes which identifies the set of endpoints associated with the study objective." ; usdm:relationshipType "Value" ; usdm:modelName "endpoints" ; usdm:modelRepresentation "Relationship" . usdm:Objective-extensionAttributes a owl:ObjectProperty ; rdfs:label "Objective-extensionAttributes" ; rdfs:domain usdm:Objective ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:Objective-instanceType a owl:DatatypeProperty ; rdfs:label "Objective-instanceType" ; rdfs:domain usdm:Objective ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class ObservationalStudyDesign usdm:ObservationalStudyDesign a owl:Class ; rdfs:label "ObservationalStudyDesign" ; skos:exactMatch ncit:C215504 ; skos:exactMatch obo:NCIT_C215504 ; skos:prefLabel "Observational Study Design" ; skos: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." ; rdfs:subClassOf usdm:StudyDesign ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ObservationalStudyDesign-model ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ObservationalStudyDesign-timePerspective ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ObservationalStudyDesign-samplingMethod ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ObservationalStudyDesign-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:ObservationalStudyDesign-model a owl:ObjectProperty ; rdfs:label "ObservationalStudyDesign-model" ; rdfs:domain usdm:ObservationalStudyDesign ; rdfs:range usdm:Code ; skos:exactMatch ncit:C147138 ; skos:exactMatch obo:NCIT_C147138 ; skos:prefLabel "Observation Study Design Model Type" ; skos:definition "The general design of the strategy for identifying and following up with participants during observational studies. (clinicaltrials.gov)" ; usdm:relationshipType "Value" ; usdm:modelName "model" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C127259 ; usdm:boundCodelist obo:NCIT_C127259 ; usdm:boundCodelistNote "Y (SDTM Terminology Codelist C127259)" . usdm:ObservationalStudyDesign-subTypes a owl:ObjectProperty ; rdfs:label "ObservationalStudyDesign-subTypes" ; rdfs:domain usdm:ObservationalStudyDesign ; rdfs:range usdm:Code ; skos:exactMatch ncit:C215635 ; skos:exactMatch obo:NCIT_C215635 ; skos:prefLabel "Observational Study Type" ; skos:definition "The nature of the observational study for which information is being collected." ; usdm:relationshipType "Value" ; usdm:modelName "subTypes" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C215486 ; usdm:boundCodelist obo:NCIT_C215486 ; usdm:boundCodelistNote "Y (C215486)" . usdm:ObservationalStudyDesign-timePerspective a owl:ObjectProperty ; rdfs:label "ObservationalStudyDesign-timePerspective" ; rdfs:domain usdm:ObservationalStudyDesign ; rdfs:range usdm:Code ; skos:exactMatch ncit:C126065 ; skos:exactMatch obo:NCIT_C126065 ; skos:prefLabel "Observational Time Perspective" ; skos:definition "The temporal relationship between the observation period and time of subject enrollment. (ClinicalTrials.gov)" ; usdm:relationshipType "Value" ; usdm:modelName "timePerspective" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C127261 ; usdm:boundCodelist obo:NCIT_C127261 ; usdm:boundCodelistNote "Y (SDTM Terminology Codelist C127261)" . usdm:ObservationalStudyDesign-samplingMethod a owl:ObjectProperty ; rdfs:label "ObservationalStudyDesign-samplingMethod" ; rdfs:domain usdm:ObservationalStudyDesign ; rdfs:range usdm:Code ; skos:exactMatch ncit:C126067 ; skos:exactMatch obo:NCIT_C126067 ; skos:prefLabel "Observational Study Sampling Method" ; skos:definition "The sampling method used to assign study participants into groups or cohorts within an observational study." ; usdm:relationshipType "Value" ; usdm:modelName "samplingMethod" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C127260 ; usdm:boundCodelist obo:NCIT_C127260 ; usdm:boundCodelistNote "Y (SDTM Terminology Codelist C127260)" . usdm:ObservationalStudyDesign-extensionAttributes a owl:ObjectProperty ; rdfs:label "ObservationalStudyDesign-extensionAttributes" ; rdfs:domain usdm:ObservationalStudyDesign ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:ObservationalStudyDesign-analysisPopulations a owl:ObjectProperty ; rdfs:label "ObservationalStudyDesign-analysisPopulations" ; rdfs:domain usdm:ObservationalStudyDesign ; rdfs:range usdm:AnalysisPopulation ; usdm:relationshipType "Value" . usdm:ObservationalStudyDesign-instanceType a owl:DatatypeProperty ; rdfs:label "ObservationalStudyDesign-instanceType" ; rdfs:domain usdm:ObservationalStudyDesign ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class Organization usdm:Organization a owl:Class ; rdfs:label "Organization" ; skos:exactMatch ncit:C19711 ; skos:exactMatch obo:NCIT_C19711 ; skos:prefLabel "Organization" ; skos: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)" ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Organization-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Organization-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Organization-label ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Organization-identifier ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Organization-identifierScheme ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Organization-type ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Organization-legalAddress ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Organization-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:Organization-id a owl:DatatypeProperty ; rdfs:label "Organization-id" ; rdfs:domain usdm:Organization ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:Organization-name a owl:DatatypeProperty ; rdfs:label "Organization-name" ; rdfs:domain usdm:Organization ; rdfs:range xsd:string ; skos:exactMatch ncit:C93874 ; skos:exactMatch obo:NCIT_C93874 ; skos:prefLabel "Organization Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the organization." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:Organization-label a owl:DatatypeProperty ; rdfs:label "Organization-label" ; rdfs:domain usdm:Organization ; rdfs:range xsd:string ; skos:exactMatch ncit:C207514 ; skos:exactMatch obo:NCIT_C207514 ; skos:prefLabel "Organization Label" ; skos:definition "The short descriptive designation for the organization." ; usdm:relationshipType "Value" ; usdm:modelName "label" ; usdm:modelRepresentation "Attribute" . usdm:Organization-identifier a owl:DatatypeProperty ; rdfs:label "Organization-identifier" ; rdfs:domain usdm:Organization ; rdfs:range xsd:string ; skos:exactMatch ncit:C93401 ; skos:exactMatch obo:NCIT_C93401 ; skos:prefLabel "Organization Identifier" ; skos:definition "A unique symbol that establishes identity of the organization. (BRIDG)" ; usdm:relationshipType "Value" ; usdm:modelName "identifier" ; usdm:modelRepresentation "Attribute" . usdm:Organization-identifierScheme a owl:DatatypeProperty ; rdfs:label "Organization-identifierScheme" ; rdfs:domain usdm:Organization ; rdfs:range xsd:string ; skos:exactMatch ncit:C188819 ; skos:exactMatch obo:NCIT_C188819 ; skos:prefLabel "Identifier Provider Organization Name" ; skos:definition "The name of the organization that provides the identifier for the entity." ; usdm:relationshipType "Value" ; usdm:modelName "identifierScheme" ; usdm:modelRepresentation "Attribute" . usdm:Organization-type a owl:ObjectProperty ; rdfs:label "Organization-type" ; rdfs:domain usdm:Organization ; rdfs:range usdm:Code ; skos:exactMatch ncit:C188820 ; skos:exactMatch obo:NCIT_C188820 ; skos:prefLabel "Organization Type" ; skos: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." ; usdm:relationshipType "Value" ; usdm:modelName "type" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C188724 ; usdm:boundCodelist obo:NCIT_C188724 ; usdm:boundCodelistNote "Y (C188724)" . usdm:Organization-legalAddress a owl:ObjectProperty ; rdfs:label "Organization-legalAddress" ; rdfs:domain usdm:Organization ; rdfs:range usdm:Address ; skos:definition "A USDM relationship between the Organization and Address classes which provides the legal address for an organization." ; usdm:relationshipType "Value" ; usdm:modelName "legalAddress" ; usdm:modelRepresentation "Relationship" . usdm:Organization-managedSites a owl:ObjectProperty ; rdfs:label "Organization-managedSites" ; rdfs:domain usdm:Organization ; rdfs:range usdm:StudySite ; skos:definition "A USDM relationship between the Organization and StudySite classes which identifies the set of study sites managed by the organization." ; usdm:relationshipType "Value" ; usdm:modelName "managedSites" ; usdm:modelRepresentation "Relationship" . usdm:Organization-extensionAttributes a owl:ObjectProperty ; rdfs:label "Organization-extensionAttributes" ; rdfs:domain usdm:Organization ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:Organization-instanceType a owl:DatatypeProperty ; rdfs:label "Organization-instanceType" ; rdfs:domain usdm:Organization ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class ParameterMap usdm:ParameterMap a owl:Class ; rdfs:label "ParameterMap" ; skos:exactMatch ncit:C207456 ; skos:exactMatch obo:NCIT_C207456 ; skos:prefLabel "Parameter Map" ; skos:definition "The paired name and value for a given parameter." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ParameterMap-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ParameterMap-tag ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ParameterMap-reference ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ParameterMap-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:ParameterMap-id a owl:DatatypeProperty ; rdfs:label "ParameterMap-id" ; rdfs:domain usdm:ParameterMap ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:ParameterMap-tag a owl:DatatypeProperty ; rdfs:label "ParameterMap-tag" ; rdfs:domain usdm:ParameterMap ; rdfs:range xsd:string ; skos:exactMatch ncit:C207515 ; skos:exactMatch obo:NCIT_C207515 ; skos:prefLabel "Programming Tag" ; skos:definition "Character strings bounded by angle brackets that act as containers for programming language elements." ; usdm:relationshipType "Value" ; usdm:modelName "tag" ; usdm:modelRepresentation "Attribute" . usdm:ParameterMap-reference a owl:DatatypeProperty ; rdfs:label "ParameterMap-reference" ; rdfs:domain usdm:ParameterMap ; rdfs:range xsd:string ; skos:exactMatch ncit:C207516 ; skos:exactMatch obo:NCIT_C207516 ; skos:prefLabel "Programming Tag Reference" ; skos:definition "The reference for a tag used in programming languages, such as a markup language (e.g., HTML, XML), to store attributes and elements." ; usdm:relationshipType "Value" ; usdm:modelName "reference" ; usdm:modelRepresentation "Attribute" . usdm:ParameterMap-extensionAttributes a owl:ObjectProperty ; rdfs:label "ParameterMap-extensionAttributes" ; rdfs:domain usdm:ParameterMap ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:ParameterMap-instanceType a owl:DatatypeProperty ; rdfs:label "ParameterMap-instanceType" ; rdfs:domain usdm:ParameterMap ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class PersonName usdm:PersonName a owl:Class ; rdfs:label "PersonName" ; skos:exactMatch ncit:C25191 ; skos:exactMatch obo:NCIT_C25191 ; skos:prefLabel "Person Name" ; skos: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." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:PersonName-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:PersonName-text ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:PersonName-familyName ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:PersonName-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:PersonName-id a owl:DatatypeProperty ; rdfs:label "PersonName-id" ; rdfs:domain usdm:PersonName ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:PersonName-text a owl:DatatypeProperty ; rdfs:label "PersonName-text" ; rdfs:domain usdm:PersonName ; rdfs:range xsd:string ; skos:exactMatch ncit:C217001 ; skos:exactMatch obo:NCIT_C217001 ; skos:prefLabel "Person Name Text" ; skos:definition "An instance of structured text that represents the person's full name." ; usdm:relationshipType "Value" ; usdm:modelName "text" ; usdm:modelRepresentation "Attribute" . usdm:PersonName-familyName a owl:DatatypeProperty ; rdfs:label "PersonName-familyName" ; rdfs:domain usdm:PersonName ; rdfs:range xsd:string ; skos:exactMatch ncit:C40975 ; skos:exactMatch obo:NCIT_C40975 ; skos:prefLabel "Person Family Name" ; skos:definition "A word or group of words indicating a person's last (family) name." ; usdm:relationshipType "Value" ; usdm:modelName "familyName" ; usdm:modelRepresentation "Attribute" . usdm:PersonName-givenNames a owl:DatatypeProperty ; rdfs:label "PersonName-givenNames" ; rdfs:domain usdm:PersonName ; rdfs:range xsd:string ; skos:exactMatch ncit:C40974 ; skos:exactMatch obo:NCIT_C40974 ; skos:prefLabel "Person Given Name" ; skos:definition "A word or group of words indicating a person's first (personal or given) name; the name that precedes the surname." ; usdm:relationshipType "Value" ; usdm:modelName "givenNames" ; usdm:modelRepresentation "Attribute" . usdm:PersonName-prefixes a owl:DatatypeProperty ; rdfs:label "PersonName-prefixes" ; rdfs:domain usdm:PersonName ; rdfs:range xsd:string ; skos:exactMatch ncit:C217002 ; skos:exactMatch obo:NCIT_C217002 ; skos:prefLabel "Person Name Prefix" ; skos:definition "An affix occurring at the start of the person name string, usually denoting a title or honorific." ; usdm:relationshipType "Value" ; usdm:modelName "prefixes" ; usdm:modelRepresentation "Attribute" . usdm:PersonName-suffixes a owl:DatatypeProperty ; rdfs:label "PersonName-suffixes" ; rdfs:domain usdm:PersonName ; rdfs:range xsd:string ; skos:exactMatch ncit:C217003 ; skos:exactMatch obo:NCIT_C217003 ; skos:prefLabel "Person Name Suffix" ; skos:definition "An affix occurring at the end of the person name, usually denoting educational or professional degrees and certifications, and/or filial rank." ; usdm:relationshipType "Value" ; usdm:modelName "suffixes" ; usdm:modelRepresentation "Attribute" . usdm:PersonName-extensionAttributes a owl:ObjectProperty ; rdfs:label "PersonName-extensionAttributes" ; rdfs:domain usdm:PersonName ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:PersonName-instanceType a owl:DatatypeProperty ; rdfs:label "PersonName-instanceType" ; rdfs:domain usdm:PersonName ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class PopulationDefinition usdm:PopulationDefinition a owl:Class ; rdfs:label "PopulationDefinition" ; skos:exactMatch ncit:C207593 ; skos:exactMatch obo:NCIT_C207593 ; skos:prefLabel "Population Definition" ; skos:definition "A concise explanation of the meaning of a population." ; usdm:modifier "Abstract" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:PopulationDefinition-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:PopulationDefinition-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:PopulationDefinition-label ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:PopulationDefinition-description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:PopulationDefinition-plannedSex ; owl:maxCardinality "2"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:PopulationDefinition-includesHealthySubjects ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:PopulationDefinition-plannedAge ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:PopulationDefinition-plannedCompletionNumber ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:PopulationDefinition-plannedEnrollmentNumber ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] . usdm:PopulationDefinition-id a owl:DatatypeProperty ; rdfs:label "PopulationDefinition-id" ; rdfs:domain usdm:PopulationDefinition ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:PopulationDefinition-name a owl:DatatypeProperty ; rdfs:label "PopulationDefinition-name" ; rdfs:domain usdm:PopulationDefinition ; rdfs:range xsd:string ; skos:exactMatch ncit:C207544 ; skos:exactMatch obo:NCIT_C207544 ; skos:prefLabel "Study Cohort Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the study cohort." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:PopulationDefinition-label a owl:DatatypeProperty ; rdfs:label "PopulationDefinition-label" ; rdfs:domain usdm:PopulationDefinition ; rdfs:range xsd:string ; skos:exactMatch ncit:C207543 ; skos:exactMatch obo:NCIT_C207543 ; skos:prefLabel "Study Cohort Label" ; skos:definition "The short descriptive designation for the study cohort." ; usdm:relationshipType "Value" ; usdm:modelName "label" ; usdm:modelRepresentation "Attribute" . usdm:PopulationDefinition-description a owl:DatatypeProperty ; rdfs:label "PopulationDefinition-description" ; rdfs:domain usdm:PopulationDefinition ; rdfs:range xsd:string ; skos:exactMatch ncit:C207542 ; skos:exactMatch obo:NCIT_C207542 ; skos:prefLabel "Study Cohort Description" ; skos:definition "A narrative representation of the study cohort." ; usdm:relationshipType "Value" ; usdm:modelName "description" ; usdm:modelRepresentation "Attribute" . usdm:PopulationDefinition-plannedSex a owl:ObjectProperty ; rdfs:label "PopulationDefinition-plannedSex" ; rdfs:domain usdm:PopulationDefinition ; rdfs:range usdm:Code ; skos:exactMatch ncit:C207541 ; skos:exactMatch obo:NCIT_C207541 ; skos:prefLabel "Study Cohort Planned Sex" ; skos:definition "The protocol-defined sex within the study cohort." ; usdm:relationshipType "Value" ; usdm:modelName "plannedSex" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C66732 ; usdm:boundCodelist obo:NCIT_C66732 ; usdm:boundCodelistNote "Y (SDTM Terminology Codelist C66732)" . usdm:PopulationDefinition-includesHealthySubjects a owl:DatatypeProperty ; rdfs:label "PopulationDefinition-includesHealthySubjects" ; rdfs:domain usdm:PopulationDefinition ; rdfs:range xsd:boolean ; skos:exactMatch ncit:C207480 ; skos:exactMatch obo:NCIT_C207480 ; skos:prefLabel "Study Cohort Includes Healthy Subjects Indicator" ; skos:definition "An indication as to whether the study cohort includes healthy subjects, that is, subjects without the disease or condition under study." ; usdm:relationshipType "Value" ; usdm:modelName "includesHealthySubjects" ; usdm:modelRepresentation "Attribute" . usdm:PopulationDefinition-plannedAge a owl:ObjectProperty ; rdfs:label "PopulationDefinition-plannedAge" ; rdfs:domain usdm:PopulationDefinition ; rdfs:range usdm:Range ; skos:exactMatch ncit:C207545 ; skos:exactMatch obo:NCIT_C207545 ; skos:prefLabel "Study Cohort Planned Age" ; skos:definition "The anticipated age of subjects within the study cohort." ; usdm:relationshipType "Value" ; usdm:modelName "plannedAge" ; usdm:modelRepresentation "Attribute" . usdm:PopulationDefinition-plannedCompletionNumber a owl:ObjectProperty ; rdfs:label "PopulationDefinition-plannedCompletionNumber" ; rdfs:domain usdm:PopulationDefinition ; rdfs:range usdm:QuantityRange ; skos:exactMatch ncit:C207546 ; skos:exactMatch obo:NCIT_C207546 ; skos:prefLabel "Study Cohort Planned Completion Number" ; skos: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." ; usdm:relationshipType "Value" ; usdm:modelName "plannedCompletionNumber" ; usdm:modelRepresentation "Attribute" . usdm:PopulationDefinition-plannedEnrollmentNumber a owl:ObjectProperty ; rdfs:label "PopulationDefinition-plannedEnrollmentNumber" ; rdfs:domain usdm:PopulationDefinition ; rdfs:range usdm:QuantityRange ; skos:exactMatch ncit:C207702 ; skos:exactMatch obo:NCIT_C207702 ; skos:prefLabel "Study Cohort Planned Enrollment Number" ; skos:definition "The value representing the planned number of subjects to be entered in a clinical trial, within the study cohort." ; usdm:relationshipType "Value" ; usdm:modelName "plannedEnrollmentNumber" ; usdm:modelRepresentation "Attribute" . usdm:PopulationDefinition-notes a owl:ObjectProperty ; rdfs:label "PopulationDefinition-notes" ; rdfs:domain usdm:PopulationDefinition ; rdfs:range usdm:CommentAnnotation ; skos:exactMatch ncit:C215547 ; skos:exactMatch obo:NCIT_C215547 ; skos:prefLabel "Study Cohort Notes" ; skos:definition "A brief written record relevant to the study cohort." ; usdm:relationshipType "Value" ; usdm:modelName "notes" ; usdm:modelRepresentation "Attribute" . usdm:PopulationDefinition-criterionIds a owl:ObjectProperty ; rdfs:label "PopulationDefinition-criterionIds" ; rdfs:domain usdm:PopulationDefinition ; rdfs:range usdm:EligibilityCriterion ; skos:definition "A USDM relationship between the StudyCohort and EligibilityCriterion classes which identifies the set of eligibility criteria associated with the study cohort." ; usdm:relationshipType "Ref" ; usdm:modelName "criteria" ; usdm:modelRepresentation "Relationship" . # class Procedure usdm:Procedure a owl:Class ; rdfs:label "Procedure" ; skos:exactMatch ncit:C98769 ; skos:exactMatch obo:NCIT_C98769 ; skos:prefLabel "Procedure" ; skos:definition "Any activity performed by manual and/or instrumental means for the purpose of diagnosis, assessment, therapy, prevention, or palliative care." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Procedure-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Procedure-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Procedure-label ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Procedure-description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Procedure-procedureType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Procedure-code ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Procedure-studyInterventionId ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Procedure-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:Procedure-id a owl:DatatypeProperty ; rdfs:label "Procedure-id" ; rdfs:domain usdm:Procedure ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:Procedure-name a owl:DatatypeProperty ; rdfs:label "Procedure-name" ; rdfs:domain usdm:Procedure ; rdfs:range xsd:string ; skos:exactMatch ncit:C201325 ; skos:exactMatch obo:NCIT_C201325 ; skos:prefLabel "Procedure Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the procedure." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:Procedure-label a owl:DatatypeProperty ; rdfs:label "Procedure-label" ; rdfs:domain usdm:Procedure ; rdfs:range xsd:string ; skos:exactMatch ncit:C207524 ; skos:exactMatch obo:NCIT_C207524 ; skos:prefLabel "Procedure Label" ; skos:definition "The short descriptive designation for the procedure." ; usdm:relationshipType "Value" ; usdm:modelName "label" ; usdm:modelRepresentation "Attribute" . usdm:Procedure-description a owl:DatatypeProperty ; rdfs:label "Procedure-description" ; rdfs:domain usdm:Procedure ; rdfs:range xsd:string ; skos:exactMatch ncit:C201324 ; skos:exactMatch obo:NCIT_C201324 ; skos:prefLabel "Procedure Description" ; skos:definition "A narrative representation of the procedure." ; usdm:relationshipType "Value" ; usdm:modelName "description" ; usdm:modelRepresentation "Attribute" . usdm:Procedure-procedureType a owl:DatatypeProperty ; rdfs:label "Procedure-procedureType" ; rdfs:domain usdm:Procedure ; rdfs:range xsd:string ; skos:exactMatch ncit:C188848 ; skos:exactMatch obo:NCIT_C188848 ; skos:prefLabel "Procedure Type" ; skos:definition "A characterization or classification of the study procedure." ; usdm:relationshipType "Value" ; usdm:modelName "procedureType" ; usdm:modelRepresentation "Attribute" . usdm:Procedure-code a owl:ObjectProperty ; rdfs:label "Procedure-code" ; rdfs:domain usdm:Procedure ; rdfs:range usdm:Code ; skos:exactMatch ncit:C154626 ; skos:exactMatch obo:NCIT_C154626 ; skos:prefLabel "Procedure Code" ; skos:definition "A symbol or combination of symbols which is assigned to medical procedure." ; usdm:relationshipType "Value" ; usdm:modelName "code" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelistNote "Y (Point out to external dictionary like CPT, MedDRA, SNOMEDCT, etc.)" . usdm:Procedure-notes a owl:ObjectProperty ; rdfs:label "Procedure-notes" ; rdfs:domain usdm:Procedure ; rdfs:range usdm:CommentAnnotation ; skos:exactMatch ncit:C215520 ; skos:exactMatch obo:NCIT_C215520 ; skos:prefLabel "Procedure Notes" ; skos:definition "A brief written record relevant to the procedure." ; usdm:relationshipType "Value" ; usdm:modelName "notes" ; usdm:modelRepresentation "Attribute" . usdm:Procedure-studyInterventionId a owl:ObjectProperty ; rdfs:label "Procedure-studyInterventionId" ; rdfs:domain usdm:Procedure ; rdfs:range usdm:StudyIntervention ; skos: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." ; usdm:relationshipType "Ref" ; usdm:modelName "studyIntervention" ; usdm:modelRepresentation "Relationship" . usdm:Procedure-extensionAttributes a owl:ObjectProperty ; rdfs:label "Procedure-extensionAttributes" ; rdfs:domain usdm:Procedure ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:Procedure-instanceType a owl:DatatypeProperty ; rdfs:label "Procedure-instanceType" ; rdfs:domain usdm:Procedure ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class ProductOrganizationRole usdm:ProductOrganizationRole a owl:Class ; rdfs:label "ProductOrganizationRole" ; skos:exactMatch ncit:C215502 ; skos:exactMatch obo:NCIT_C215502 ; skos:prefLabel "Product Organization Role" ; skos:definition "A designation that identifies the function of an organization within the context of the product." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ProductOrganizationRole-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ProductOrganizationRole-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ProductOrganizationRole-label ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ProductOrganizationRole-description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ProductOrganizationRole-code ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ProductOrganizationRole-organizationId ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ProductOrganizationRole-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:ProductOrganizationRole-id a owl:DatatypeProperty ; rdfs:label "ProductOrganizationRole-id" ; rdfs:domain usdm:ProductOrganizationRole ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:ProductOrganizationRole-name a owl:DatatypeProperty ; rdfs:label "ProductOrganizationRole-name" ; rdfs:domain usdm:ProductOrganizationRole ; rdfs:range xsd:string ; skos:exactMatch ncit:C215622 ; skos:exactMatch obo:NCIT_C215622 ; skos:prefLabel "Product Organization Role Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the product organization role." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:ProductOrganizationRole-label a owl:DatatypeProperty ; rdfs:label "ProductOrganizationRole-label" ; rdfs:domain usdm:ProductOrganizationRole ; rdfs:range xsd:string ; skos:exactMatch ncit:C215624 ; skos:exactMatch obo:NCIT_C215624 ; skos:prefLabel "Product Organization Role Label" ; skos:definition "The short descriptive designation for the product organization role." ; usdm:relationshipType "Value" ; usdm:modelName "label" ; usdm:modelRepresentation "Attribute" . usdm:ProductOrganizationRole-description a owl:DatatypeProperty ; rdfs:label "ProductOrganizationRole-description" ; rdfs:domain usdm:ProductOrganizationRole ; rdfs:range xsd:string ; skos:exactMatch ncit:C215623 ; skos:exactMatch obo:NCIT_C215623 ; skos:prefLabel "Product Organization Role Description" ; skos:definition "A narrative representation of the product organization role." ; usdm:relationshipType "Value" ; usdm:modelName "description" ; usdm:modelRepresentation "Attribute" . usdm:ProductOrganizationRole-code a owl:ObjectProperty ; rdfs:label "ProductOrganizationRole-code" ; rdfs:domain usdm:ProductOrganizationRole ; rdfs:range usdm:Code ; skos:exactMatch ncit:C215625 ; skos:exactMatch obo:NCIT_C215625 ; skos:prefLabel "Product Organization Role Code" ; skos:definition "A symbol or combination of symbols which is assigned to the product organization role." ; usdm:relationshipType "Value" ; usdm:modelName "code" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C215485 ; usdm:boundCodelist obo:NCIT_C215485 ; usdm:boundCodelistNote "Y (C215485)" . usdm:ProductOrganizationRole-appliesToIds a owl:ObjectProperty ; rdfs:label "ProductOrganizationRole-appliesToIds" ; rdfs:domain usdm:ProductOrganizationRole ; rdfs:range [ a owl:Class ; owl:unionOf ( usdm:AdministrableProduct usdm:MedicalDevice ) ] ; skos: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." ; usdm:relationshipType "Ref" ; usdm:modelName "appliesTo" ; usdm:modelRepresentation "Relationship" . usdm:ProductOrganizationRole-organizationId a owl:ObjectProperty ; rdfs:label "ProductOrganizationRole-organizationId" ; rdfs:domain usdm:ProductOrganizationRole ; rdfs:range usdm:Organization ; skos:definition "A USDM relationship between the ProductOrganizationRole and Organization classes which identifies the organization associated with the product organization role." ; usdm:relationshipType "Ref" ; usdm:modelName "organization" ; usdm:modelRepresentation "Relationship" . usdm:ProductOrganizationRole-extensionAttributes a owl:ObjectProperty ; rdfs:label "ProductOrganizationRole-extensionAttributes" ; rdfs:domain usdm:ProductOrganizationRole ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:ProductOrganizationRole-instanceType a owl:DatatypeProperty ; rdfs:label "ProductOrganizationRole-instanceType" ; rdfs:domain usdm:ProductOrganizationRole ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class Quantity usdm:Quantity a owl:Class ; rdfs:label "Quantity" ; skos:exactMatch ncit:C25256 ; skos:exactMatch obo:NCIT_C25256 ; skos:prefLabel "Quantity" ; skos:definition "How much there is of something that can be measured; the total amount or number." ; rdfs:subClassOf usdm:QuantityRange ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Quantity-value ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Quantity-unit ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Quantity-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:Quantity-value a owl:DatatypeProperty ; rdfs:label "Quantity-value" ; rdfs:domain usdm:Quantity ; rdfs:range xsd:float ; skos:exactMatch ncit:C25712 ; skos:exactMatch obo:NCIT_C25712 ; skos:prefLabel "Quantity Value" ; skos:definition "A numerical quantity measured or assigned or computed." ; usdm:relationshipType "Value" ; usdm:modelName "value" ; usdm:modelRepresentation "Attribute" . usdm:Quantity-unit a owl:ObjectProperty ; rdfs:label "Quantity-unit" ; rdfs:domain usdm:Quantity ; rdfs:range usdm:AliasCode ; skos:exactMatch ncit:C44258 ; skos:exactMatch obo:NCIT_C44258 ; skos:prefLabel "Quantity Unit" ; skos:definition "The type of unit of measure being used to express a quantity." ; usdm:relationshipType "Value" ; usdm:modelName "unit" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C71620 ; usdm:boundCodelist obo:NCIT_C71620 ; usdm:boundCodelistNote "Y (SDTM Terminology Codelist C71620)" . usdm:Quantity-extensionAttributes a owl:ObjectProperty ; rdfs:label "Quantity-extensionAttributes" ; rdfs:domain usdm:Quantity ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:Quantity-instanceType a owl:DatatypeProperty ; rdfs:label "Quantity-instanceType" ; rdfs:domain usdm:Quantity ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class QuantityRange usdm:QuantityRange a owl:Class ; rdfs:label "QuantityRange" ; skos:exactMatch ncit:C217000 ; skos:exactMatch obo:NCIT_C217000 ; skos:prefLabel "Quantity or Range" ; skos:definition "The total amount (number), or the limits (minimum and maximum) of a variation." ; usdm:modifier "Abstract" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:QuantityRange-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:QuantityRange-id a owl:DatatypeProperty ; rdfs:label "QuantityRange-id" ; rdfs:domain usdm:QuantityRange ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . # class Range usdm:Range a owl:Class ; rdfs:label "Range" ; skos:exactMatch ncit:C38013 ; skos:exactMatch obo:NCIT_C38013 ; skos:prefLabel "Range" ; skos:definition "An expression that defines the lower and upper limits of a variation." ; rdfs:subClassOf usdm:QuantityRange ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Range-minValue ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Range-maxValue ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Range-isApproximate ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Range-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:Range-minValue a owl:ObjectProperty ; rdfs:label "Range-minValue" ; rdfs:domain usdm:Range ; rdfs:range usdm:Quantity ; skos:exactMatch ncit:C25570 ; skos:exactMatch obo:NCIT_C25570 ; skos:prefLabel "Minimum Value" ; skos:definition "The smallest value in quantity or degree in a set of values." ; usdm:relationshipType "Value" ; usdm:modelName "minValue" ; usdm:modelRepresentation "Attribute" . usdm:Range-maxValue a owl:ObjectProperty ; rdfs:label "Range-maxValue" ; rdfs:domain usdm:Range ; rdfs:range usdm:Quantity ; skos:exactMatch ncit:C25564 ; skos:exactMatch obo:NCIT_C25564 ; skos:prefLabel "Maximum Value" ; skos:definition "The largest value in quantity or degree in a set of values." ; usdm:relationshipType "Value" ; usdm:modelName "maxValue" ; usdm:modelRepresentation "Attribute" . usdm:Range-isApproximate a owl:DatatypeProperty ; rdfs:label "Range-isApproximate" ; rdfs:domain usdm:Range ; rdfs:range xsd:boolean ; skos:exactMatch ncit:C207525 ; skos:exactMatch obo:NCIT_C207525 ; skos:prefLabel "Value Range is Approximate Indicator" ; skos:definition "An indication as to whether the value range is almost, but not quite, exact." ; usdm:relationshipType "Value" ; usdm:modelName "isApproximate" ; usdm:modelRepresentation "Attribute" . usdm:Range-extensionAttributes a owl:ObjectProperty ; rdfs:label "Range-extensionAttributes" ; rdfs:domain usdm:Range ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:Range-instanceType a owl:DatatypeProperty ; rdfs:label "Range-instanceType" ; rdfs:domain usdm:Range ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class ReferenceIdentifier usdm:ReferenceIdentifier a owl:Class ; rdfs:label "ReferenceIdentifier" ; skos:exactMatch ncit:C82531 ; skos:exactMatch obo:NCIT_C82531 ; skos:prefLabel "Reference Identifier" ; skos:definition "A sequence of characters used to identify, name, or characterize the reference." ; rdfs:subClassOf usdm:Identifier ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ReferenceIdentifier-type ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ReferenceIdentifier-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:ReferenceIdentifier-type a owl:ObjectProperty ; rdfs:label "ReferenceIdentifier-type" ; rdfs:domain usdm:ReferenceIdentifier ; rdfs:range usdm:Code ; skos:exactMatch ncit:C215571 ; skos:exactMatch obo:NCIT_C215571 ; skos:prefLabel "Reference Identifier Type" ; skos:definition "A characterization or classification of the reference identifier." ; usdm:relationshipType "Value" ; usdm:modelName "type" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C215478 ; usdm:boundCodelist obo:NCIT_C215478 ; usdm:boundCodelistNote "Y (C215478)" . usdm:ReferenceIdentifier-extensionAttributes a owl:ObjectProperty ; rdfs:label "ReferenceIdentifier-extensionAttributes" ; rdfs:domain usdm:ReferenceIdentifier ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:ReferenceIdentifier-instanceType a owl:DatatypeProperty ; rdfs:label "ReferenceIdentifier-instanceType" ; rdfs:domain usdm:ReferenceIdentifier ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class ResponseCode usdm:ResponseCode a owl:Class ; rdfs:label "ResponseCode" ; skos:exactMatch ncit:C201347 ; skos:exactMatch obo:NCIT_C201347 ; skos:prefLabel "Response Code" ; skos:definition "A symbol or combination of symbols representing the response to the question." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ResponseCode-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ResponseCode-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ResponseCode-label ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ResponseCode-isEnabled ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ResponseCode-code ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ResponseCode-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:ResponseCode-id a owl:DatatypeProperty ; rdfs:label "ResponseCode-id" ; rdfs:domain usdm:ResponseCode ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:ResponseCode-name a owl:DatatypeProperty ; rdfs:label "ResponseCode-name" ; rdfs:domain usdm:ResponseCode ; rdfs:range xsd:string ; skos:exactMatch ncit:C216998 ; skos:exactMatch obo:NCIT_C216998 ; skos:prefLabel "Response Code Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the response code." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:ResponseCode-label a owl:DatatypeProperty ; rdfs:label "ResponseCode-label" ; rdfs:domain usdm:ResponseCode ; rdfs:range xsd:string ; skos:exactMatch ncit:C216999 ; skos:exactMatch obo:NCIT_C216999 ; skos:prefLabel "Response Code Label" ; skos:definition "The short descriptive designation for the response code." ; usdm:relationshipType "Value" ; usdm:modelName "label" ; usdm:modelRepresentation "Attribute" . usdm:ResponseCode-isEnabled a owl:DatatypeProperty ; rdfs:label "ResponseCode-isEnabled" ; rdfs:domain usdm:ResponseCode ; rdfs:range xsd:boolean ; skos:exactMatch ncit:C201330 ; skos:exactMatch obo:NCIT_C201330 ; skos:prefLabel "Response Code Enabled Indicator" ; skos:definition "An indication as to whether the response code is activated for use within a given usage context." ; usdm:relationshipType "Value" ; usdm:modelName "isEnabled" ; usdm:modelRepresentation "Attribute" . usdm:ResponseCode-code a owl:ObjectProperty ; rdfs:label "ResponseCode-code" ; rdfs:domain usdm:ResponseCode ; rdfs:range usdm:Code ; skos:exactMatch ncit:C217013 ; skos:exactMatch obo:NCIT_C217013 ; skos:prefLabel "Response Code Value" ; skos:definition "The literal value of a response code." ; usdm:relationshipType "Value" ; usdm:modelName "code" ; usdm:modelRepresentation "Attribute" . usdm:ResponseCode-extensionAttributes a owl:ObjectProperty ; rdfs:label "ResponseCode-extensionAttributes" ; rdfs:domain usdm:ResponseCode ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:ResponseCode-instanceType a owl:DatatypeProperty ; rdfs:label "ResponseCode-instanceType" ; rdfs:domain usdm:ResponseCode ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class ScheduleTimeline usdm:ScheduleTimeline a owl:Class ; rdfs:label "ScheduleTimeline" ; skos:exactMatch ncit:C201348 ; skos:exactMatch obo:NCIT_C201348 ; skos:prefLabel "Schedule Timeline" ; skos:definition "A chronological schedule of planned temporal events." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ScheduleTimeline-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ScheduleTimeline-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ScheduleTimeline-label ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ScheduleTimeline-description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ScheduleTimeline-entryCondition ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ScheduleTimeline-mainTimeline ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ScheduleTimeline-plannedDuration ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ScheduleTimeline-entryId ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ScheduleTimeline-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:ScheduleTimeline-id a owl:DatatypeProperty ; rdfs:label "ScheduleTimeline-id" ; rdfs:domain usdm:ScheduleTimeline ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:ScheduleTimeline-name a owl:DatatypeProperty ; rdfs:label "ScheduleTimeline-name" ; rdfs:domain usdm:ScheduleTimeline ; rdfs:range xsd:string ; skos:exactMatch ncit:C201334 ; skos:exactMatch obo:NCIT_C201334 ; skos:prefLabel "Schedule Timeline Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the schedule timeline." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:ScheduleTimeline-label a owl:DatatypeProperty ; rdfs:label "ScheduleTimeline-label" ; rdfs:domain usdm:ScheduleTimeline ; rdfs:range xsd:string ; skos:exactMatch ncit:C207530 ; skos:exactMatch obo:NCIT_C207530 ; skos:prefLabel "Schedule Timeline Label" ; skos:definition "The short descriptive designation for the schedule timeline." ; usdm:relationshipType "Value" ; usdm:modelName "label" ; usdm:modelRepresentation "Attribute" . usdm:ScheduleTimeline-description a owl:DatatypeProperty ; rdfs:label "ScheduleTimeline-description" ; rdfs:domain usdm:ScheduleTimeline ; rdfs:range xsd:string ; skos:exactMatch ncit:C201332 ; skos:exactMatch obo:NCIT_C201332 ; skos:prefLabel "Schedule Timeline Description" ; skos:definition "A narrative representation of the schedule timeline." ; usdm:relationshipType "Value" ; usdm:modelName "description" ; usdm:modelRepresentation "Attribute" . usdm:ScheduleTimeline-entryCondition a owl:DatatypeProperty ; rdfs:label "ScheduleTimeline-entryCondition" ; rdfs:domain usdm:ScheduleTimeline ; rdfs:range xsd:string ; skos:exactMatch ncit:C201333 ; skos:exactMatch obo:NCIT_C201333 ; skos:prefLabel "Schedule Timeline Entry Condition" ; skos:definition "A logical evaluation on which rests the validity of entry into a schedule timeline." ; usdm:relationshipType "Value" ; usdm:modelName "entryCondition" ; usdm:modelRepresentation "Attribute" . usdm:ScheduleTimeline-mainTimeline a owl:DatatypeProperty ; rdfs:label "ScheduleTimeline-mainTimeline" ; rdfs:domain usdm:ScheduleTimeline ; rdfs:range xsd:boolean ; skos:exactMatch ncit:C201331 ; skos:exactMatch obo:NCIT_C201331 ; skos:prefLabel "Main Timeline Indicator" ; skos:definition "An indication as to whether the timeline or timeline component is part of the central or principal timeline." ; usdm:relationshipType "Value" ; usdm:modelName "mainTimeline" ; usdm:modelRepresentation "Attribute" . usdm:ScheduleTimeline-plannedDuration a owl:ObjectProperty ; rdfs:label "ScheduleTimeline-plannedDuration" ; rdfs:domain usdm:ScheduleTimeline ; rdfs:range usdm:Duration ; skos:exactMatch ncit:C217012 ; skos:exactMatch obo:NCIT_C217012 ; skos:prefLabel "Schedule Timeline Planned Duration" ; skos:definition "The period of time over which the scheduled timeline is intended to take place." ; usdm:relationshipType "Value" ; usdm:modelName "plannedDuration" ; usdm:modelRepresentation "Attribute" . usdm:ScheduleTimeline-instances a owl:ObjectProperty ; rdfs:label "ScheduleTimeline-instances" ; rdfs:domain usdm:ScheduleTimeline ; rdfs:range usdm:ScheduledInstance ; skos: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." ; usdm:relationshipType "Value" ; usdm:modelName "instances" ; usdm:modelRepresentation "Relationship" . usdm:ScheduleTimeline-entryId a owl:ObjectProperty ; rdfs:label "ScheduleTimeline-entryId" ; rdfs:domain usdm:ScheduleTimeline ; rdfs:range usdm:ScheduledInstance ; skos: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." ; usdm:relationshipType "Ref" ; usdm:modelName "entry" ; usdm:modelRepresentation "Relationship" . usdm:ScheduleTimeline-exits a owl:ObjectProperty ; rdfs:label "ScheduleTimeline-exits" ; rdfs:domain usdm:ScheduleTimeline ; rdfs:range usdm:ScheduleTimelineExit ; skos:definition "A USDM relationship between the ScheduleTimeline and ScheduleTimelineExit classes which identifies the set of exits from the scheduled timeline." ; usdm:relationshipType "Value" ; usdm:modelName "exits" ; usdm:modelRepresentation "Relationship" . usdm:ScheduleTimeline-timings a owl:ObjectProperty ; rdfs:label "ScheduleTimeline-timings" ; rdfs:domain usdm:ScheduleTimeline ; rdfs:range usdm:Timing ; skos:definition "A USDM relationship between the ScheduleTimeline and Timing classes which identifies the set of timings associated with the scheduled timeline." ; usdm:relationshipType "Value" ; usdm:modelName "timings" ; usdm:modelRepresentation "Relationship" . usdm:ScheduleTimeline-extensionAttributes a owl:ObjectProperty ; rdfs:label "ScheduleTimeline-extensionAttributes" ; rdfs:domain usdm:ScheduleTimeline ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:ScheduleTimeline-instanceType a owl:DatatypeProperty ; rdfs:label "ScheduleTimeline-instanceType" ; rdfs:domain usdm:ScheduleTimeline ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class ScheduleTimelineExit usdm:ScheduleTimelineExit a owl:Class ; rdfs:label "ScheduleTimelineExit" ; skos:exactMatch ncit:C201349 ; skos:exactMatch obo:NCIT_C201349 ; skos:prefLabel "Schedule Timeline Exit" ; skos:definition "To go out of or leave the schedule timeline." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ScheduleTimelineExit-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ScheduleTimelineExit-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:ScheduleTimelineExit-id a owl:DatatypeProperty ; rdfs:label "ScheduleTimelineExit-id" ; rdfs:domain usdm:ScheduleTimelineExit ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:ScheduleTimelineExit-extensionAttributes a owl:ObjectProperty ; rdfs:label "ScheduleTimelineExit-extensionAttributes" ; rdfs:domain usdm:ScheduleTimelineExit ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:ScheduleTimelineExit-instanceType a owl:DatatypeProperty ; rdfs:label "ScheduleTimelineExit-instanceType" ; rdfs:domain usdm:ScheduleTimelineExit ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class ScheduledActivityInstance usdm:ScheduledActivityInstance a owl:Class ; rdfs:label "ScheduledActivityInstance" ; skos:exactMatch ncit:C201350 ; skos:exactMatch obo:NCIT_C201350 ; skos:prefLabel "Scheduled Activity Instance" ; skos:definition "A scheduled occurrence of an activity event." ; rdfs:subClassOf usdm:ScheduledInstance ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ScheduledActivityInstance-encounterId ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ScheduledActivityInstance-timelineId ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ScheduledActivityInstance-timelineExitId ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ScheduledActivityInstance-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:ScheduledActivityInstance-activityIds a owl:ObjectProperty ; rdfs:label "ScheduledActivityInstance-activityIds" ; rdfs:domain usdm:ScheduledActivityInstance ; rdfs:range usdm:Activity ; skos:definition "A USDM relationship between the ScheduledActivityInstance and Activity classes which identifies the set of activities associated with a scheduled activity instance." ; usdm:relationshipType "Ref" ; usdm:modelName "activities" ; usdm:modelRepresentation "Relationship" . usdm:ScheduledActivityInstance-encounterId a owl:ObjectProperty ; rdfs:label "ScheduledActivityInstance-encounterId" ; rdfs:domain usdm:ScheduledActivityInstance ; rdfs:range usdm:Encounter ; skos:definition "A USDM relationship between the ScheduledActivityInstance and Encounter classes which defines the subject encounter associated with the ScheduleActivityInstance." ; usdm:relationshipType "Ref" ; usdm:modelName "encounter" ; usdm:modelRepresentation "Relationship" . usdm:ScheduledActivityInstance-timelineId a owl:ObjectProperty ; rdfs:label "ScheduledActivityInstance-timelineId" ; rdfs:domain usdm:ScheduledActivityInstance ; rdfs:range usdm:ScheduleTimeline ; skos: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." ; usdm:relationshipType "Ref" ; usdm:modelName "timeline" ; usdm:modelRepresentation "Relationship" . usdm:ScheduledActivityInstance-timelineExitId a owl:ObjectProperty ; rdfs:label "ScheduledActivityInstance-timelineExitId" ; rdfs:domain usdm:ScheduledActivityInstance ; rdfs:range usdm:ScheduleTimelineExit ; skos: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." ; usdm:relationshipType "Ref" ; usdm:modelName "timelineExit" ; usdm:modelRepresentation "Relationship" . usdm:ScheduledActivityInstance-extensionAttributes a owl:ObjectProperty ; rdfs:label "ScheduledActivityInstance-extensionAttributes" ; rdfs:domain usdm:ScheduledActivityInstance ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:ScheduledActivityInstance-instanceType a owl:DatatypeProperty ; rdfs:label "ScheduledActivityInstance-instanceType" ; rdfs:domain usdm:ScheduledActivityInstance ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class ScheduledDecisionInstance usdm:ScheduledDecisionInstance a owl:Class ; rdfs:label "ScheduledDecisionInstance" ; skos:exactMatch ncit:C201351 ; skos:exactMatch obo:NCIT_C201351 ; skos:prefLabel "Scheduled Decision Instance" ; skos:definition "A scheduled occurrence of a decision event." ; rdfs:subClassOf usdm:ScheduledInstance ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ScheduledDecisionInstance-conditionAssignments ; owl:minCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ScheduledDecisionInstance-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:ScheduledDecisionInstance-conditionAssignments a owl:ObjectProperty ; rdfs:label "ScheduledDecisionInstance-conditionAssignments" ; rdfs:domain usdm:ScheduledDecisionInstance ; rdfs:range usdm:ConditionAssignment ; skos:definition "A USDM relationship between the ScheduledDecisionInstance and ConditionAssignment classes which identifies the set of condition assignments associated with a scheduled decision instance." ; usdm:relationshipType "Value" ; usdm:modelName "conditionAssignments" ; usdm:modelRepresentation "Relationship" . usdm:ScheduledDecisionInstance-extensionAttributes a owl:ObjectProperty ; rdfs:label "ScheduledDecisionInstance-extensionAttributes" ; rdfs:domain usdm:ScheduledDecisionInstance ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:ScheduledDecisionInstance-instanceType a owl:DatatypeProperty ; rdfs:label "ScheduledDecisionInstance-instanceType" ; rdfs:domain usdm:ScheduledDecisionInstance ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class ScheduledInstance usdm:ScheduledInstance a owl:Class ; rdfs:label "ScheduledInstance" ; skos:exactMatch ncit:C201299 ; skos:exactMatch obo:NCIT_C201299 ; skos:prefLabel "Scheduled Instance" ; skos:definition "A scheduled occurrence of a temporal event." ; usdm:modifier "Abstract" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ScheduledInstance-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ScheduledInstance-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ScheduledInstance-label ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ScheduledInstance-description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ScheduledInstance-defaultConditionId ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:ScheduledInstance-epochId ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] . usdm:ScheduledInstance-id a owl:DatatypeProperty ; rdfs:label "ScheduledInstance-id" ; rdfs:domain usdm:ScheduledInstance ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:ScheduledInstance-name a owl:DatatypeProperty ; rdfs:label "ScheduledInstance-name" ; rdfs:domain usdm:ScheduledInstance ; rdfs:range xsd:string ; skos:exactMatch ncit:C207533 ; skos:exactMatch obo:NCIT_C207533 ; skos:prefLabel "Scheduled Activity Instance Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the scheduled activity instance." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:ScheduledInstance-label a owl:DatatypeProperty ; rdfs:label "ScheduledInstance-label" ; rdfs:domain usdm:ScheduledInstance ; rdfs:range xsd:string ; skos:exactMatch ncit:C207532 ; skos:exactMatch obo:NCIT_C207532 ; skos:prefLabel "Scheduled Activity Instance Label" ; skos:definition "The short descriptive designation for the scheduled activity instance." ; usdm:relationshipType "Value" ; usdm:modelName "label" ; usdm:modelRepresentation "Attribute" . usdm:ScheduledInstance-description a owl:DatatypeProperty ; rdfs:label "ScheduledInstance-description" ; rdfs:domain usdm:ScheduledInstance ; rdfs:range xsd:string ; skos:exactMatch ncit:C207531 ; skos:exactMatch obo:NCIT_C207531 ; skos:prefLabel "Scheduled Activity Instance Description" ; skos:definition "A narrative representation of the scheduled activity instance." ; usdm:relationshipType "Value" ; usdm:modelName "description" ; usdm:modelRepresentation "Attribute" . usdm:ScheduledInstance-defaultConditionId a owl:ObjectProperty ; rdfs:label "ScheduledInstance-defaultConditionId" ; rdfs:domain usdm:ScheduledInstance ; rdfs:range usdm:ScheduledInstance ; skos:definition "A USDM relationship within the ScheduledActivityInstance class which identifies the default condition within a scheduled activity instance." ; usdm:relationshipType "Ref" ; usdm:modelName "defaultCondition" ; usdm:modelRepresentation "Relationship" . usdm:ScheduledInstance-epochId a owl:ObjectProperty ; rdfs:label "ScheduledInstance-epochId" ; rdfs:domain usdm:ScheduledInstance ; rdfs:range usdm:StudyEpoch ; skos:definition "A USDM relationship between the ScheduledActivityInstance and StudyEpoch classes which identifies the study epoch associated with a scheduled activity instance." ; usdm:relationshipType "Ref" ; usdm:modelName "epoch" ; usdm:modelRepresentation "Relationship" . # class Strength usdm:Strength a owl:Class ; rdfs:label "Strength" ; skos:exactMatch ncit:C215495 ; skos:exactMatch obo:NCIT_C215495 ; skos:prefLabel "Substance Strength" ; skos: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." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Strength-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Strength-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Strength-label ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Strength-description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Strength-numerator ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Strength-denominator ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Strength-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:Strength-id a owl:DatatypeProperty ; rdfs:label "Strength-id" ; rdfs:domain usdm:Strength ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:Strength-name a owl:DatatypeProperty ; rdfs:label "Strength-name" ; rdfs:domain usdm:Strength ; rdfs:range xsd:string ; skos:exactMatch ncit:C215590 ; skos:exactMatch obo:NCIT_C215590 ; skos:prefLabel "Substance Strength Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the substance strength." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:Strength-label a owl:DatatypeProperty ; rdfs:label "Strength-label" ; rdfs:domain usdm:Strength ; rdfs:range xsd:string ; skos:exactMatch ncit:C215592 ; skos:exactMatch obo:NCIT_C215592 ; skos:prefLabel "Substance Strength Label" ; skos:definition "The short descriptive designation for the substance strength." ; usdm:relationshipType "Value" ; usdm:modelName "label" ; usdm:modelRepresentation "Attribute" . usdm:Strength-description a owl:DatatypeProperty ; rdfs:label "Strength-description" ; rdfs:domain usdm:Strength ; rdfs:range xsd:string ; skos:exactMatch ncit:C215591 ; skos:exactMatch obo:NCIT_C215591 ; skos:prefLabel "Substance Strength Description" ; skos:definition "A narrative representation of the substance strength." ; usdm:relationshipType "Value" ; usdm:modelName "description" ; usdm:modelRepresentation "Attribute" . usdm:Strength-numerator a owl:ObjectProperty ; rdfs:label "Strength-numerator" ; rdfs:domain usdm:Strength ; rdfs:range usdm:QuantityRange ; skos:exactMatch ncit:C80490 ; skos:exactMatch obo:NCIT_C80490 ; skos:prefLabel "Numerator" ; skos:definition "The dividend of a fraction." ; usdm:relationshipType "Value" ; usdm:modelName "numerator" ; usdm:modelRepresentation "Attribute" . usdm:Strength-denominator a owl:ObjectProperty ; rdfs:label "Strength-denominator" ; rdfs:domain usdm:Strength ; rdfs:range usdm:Quantity ; skos:exactMatch ncit:C80489 ; skos:exactMatch obo:NCIT_C80489 ; skos:prefLabel "Denominator" ; skos:definition "The divisor of a fraction." ; usdm:relationshipType "Value" ; usdm:modelName "denominator" ; usdm:modelRepresentation "Attribute" . usdm:Strength-extensionAttributes a owl:ObjectProperty ; rdfs:label "Strength-extensionAttributes" ; rdfs:domain usdm:Strength ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:Strength-instanceType a owl:DatatypeProperty ; rdfs:label "Strength-instanceType" ; rdfs:domain usdm:Strength ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class Study usdm:Study a owl:Class ; rdfs:label "Study" ; skos:exactMatch ncit:C15206 ; skos:exactMatch obo:NCIT_C15206 ; skos:prefLabel "Clinical Study" ; skos: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)" ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Study-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Study-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Study-label ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Study-description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Study-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:Study-id a owl:DatatypeProperty ; rdfs:label "Study-id" ; rdfs:domain usdm:Study ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:Study-name a owl:DatatypeProperty ; rdfs:label "Study-name" ; rdfs:domain usdm:Study ; rdfs:range xsd:string ; skos:exactMatch ncit:C68631 ; skos:exactMatch obo:NCIT_C68631 ; skos:prefLabel "Clinical Study Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the clinical study." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:Study-label a owl:DatatypeProperty ; rdfs:label "Study-label" ; rdfs:domain usdm:Study ; rdfs:range xsd:string ; skos:exactMatch ncit:C207479 ; skos:exactMatch obo:NCIT_C207479 ; skos:prefLabel "Clinical Study Label" ; skos:definition "The short descriptive designation for the clinical study." ; usdm:relationshipType "Value" ; usdm:modelName "label" ; usdm:modelRepresentation "Attribute" . usdm:Study-description a owl:DatatypeProperty ; rdfs:label "Study-description" ; rdfs:domain usdm:Study ; rdfs:range xsd:string ; skos:exactMatch ncit:C142704 ; skos:exactMatch obo:NCIT_C142704 ; skos:prefLabel "Clinical Study Description" ; skos:definition "A narrative representation of the clinical study." ; usdm:relationshipType "Value" ; usdm:modelName "description" ; usdm:modelRepresentation "Attribute" . usdm:Study-versions a owl:ObjectProperty ; rdfs:label "Study-versions" ; rdfs:domain usdm:Study ; rdfs:range usdm:StudyVersion ; skos:definition "A USDM relationship between the Study and StudyVersion classes which identifies the set of versions associated with the study." ; usdm:relationshipType "Value" ; usdm:modelName "versions" ; usdm:modelRepresentation "Relationship" . usdm:Study-documentedBy a owl:ObjectProperty ; rdfs:label "Study-documentedBy" ; rdfs:domain usdm:Study ; rdfs:range usdm:StudyDefinitionDocument ; skos:definition "A USDM relationship between the Study and StudyDefinitionDocument classes signifying that the study is documented in a study definition document." ; usdm:relationshipType "Value" ; usdm:modelName "documentedBy" ; usdm:modelRepresentation "Relationship" . usdm:Study-extensionAttributes a owl:ObjectProperty ; rdfs:label "Study-extensionAttributes" ; rdfs:domain usdm:Study ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:Study-instanceType a owl:DatatypeProperty ; rdfs:label "Study-instanceType" ; rdfs:domain usdm:Study ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class StudyAmendment usdm:StudyAmendment a owl:Class ; rdfs:label "StudyAmendment" ; skos:exactMatch ncit:C207594 ; skos:exactMatch obo:NCIT_C207594 ; skos:prefLabel "Study Amendment" ; skos:definition "A written description of a change(s) to, or formal clarification of, a study." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyAmendment-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyAmendment-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyAmendment-label ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyAmendment-description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyAmendment-number ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyAmendment-summary ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyAmendment-geographicScopes ; owl:minCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyAmendment-changes ; owl:minCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyAmendment-previousId ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyAmendment-primaryReason ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyAmendment-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:StudyAmendment-id a owl:DatatypeProperty ; rdfs:label "StudyAmendment-id" ; rdfs:domain usdm:StudyAmendment ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:StudyAmendment-name a owl:DatatypeProperty ; rdfs:label "StudyAmendment-name" ; rdfs:domain usdm:StudyAmendment ; rdfs:range xsd:string ; skos:exactMatch ncit:C216995 ; skos:exactMatch obo:NCIT_C216995 ; skos:prefLabel "Study Amendment Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the study amendment." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:StudyAmendment-label a owl:DatatypeProperty ; rdfs:label "StudyAmendment-label" ; rdfs:domain usdm:StudyAmendment ; rdfs:range xsd:string ; skos:exactMatch ncit:C216997 ; skos:exactMatch obo:NCIT_C216997 ; skos:prefLabel "Study Amendment Label" ; skos:definition "The short descriptive designation for the study amendment." ; usdm:relationshipType "Value" ; usdm:modelName "label" ; usdm:modelRepresentation "Attribute" . usdm:StudyAmendment-description a owl:DatatypeProperty ; rdfs:label "StudyAmendment-description" ; rdfs:domain usdm:StudyAmendment ; rdfs:range xsd:string ; skos:exactMatch ncit:C216996 ; skos:exactMatch obo:NCIT_C216996 ; skos:prefLabel "Study Amendment Description" ; skos:definition "A narrative representation of the study amendment." ; usdm:relationshipType "Value" ; usdm:modelName "description" ; usdm:modelRepresentation "Attribute" . usdm:StudyAmendment-number a owl:DatatypeProperty ; rdfs:label "StudyAmendment-number" ; rdfs:domain usdm:StudyAmendment ; rdfs:range xsd:string ; skos:exactMatch ncit:C207537 ; skos:exactMatch obo:NCIT_C207537 ; skos:prefLabel "Study Amendment Number" ; skos:definition "A string of numerals that uniquely identifies a protocol amendment." ; usdm:relationshipType "Value" ; usdm:modelName "number" ; usdm:modelRepresentation "Attribute" . usdm:StudyAmendment-notes a owl:ObjectProperty ; rdfs:label "StudyAmendment-notes" ; rdfs:domain usdm:StudyAmendment ; rdfs:range usdm:CommentAnnotation ; skos:exactMatch ncit:C215538 ; skos:exactMatch obo:NCIT_C215538 ; skos:prefLabel "Study Amendment Notes" ; skos:definition "A brief written record relevant to the study amendment." ; usdm:relationshipType "Value" ; usdm:modelName "notes" ; usdm:modelRepresentation "Attribute" . usdm:StudyAmendment-summary a owl:DatatypeProperty ; rdfs:label "StudyAmendment-summary" ; rdfs:domain usdm:StudyAmendment ; rdfs:range xsd:string ; skos:exactMatch ncit:C115627 ; skos:exactMatch obo:NCIT_C115627 ; skos:prefLabel "Study Amendment Summary" ; skos:definition "A short narrative representation describing the changes introduced in the current version of the protocol." ; usdm:relationshipType "Value" ; usdm:modelName "summary" ; usdm:modelRepresentation "Attribute" . usdm:StudyAmendment-geographicScopes a owl:ObjectProperty ; rdfs:label "StudyAmendment-geographicScopes" ; rdfs:domain usdm:StudyAmendment ; rdfs:range usdm:GeographicScope ; skos:definition "A USDM relationship between the StudyAmendment and GeographicScope classes which identifies the set of geographic scopes associated with the study amendment." ; usdm:relationshipType "Value" ; usdm:modelName "geographicScopes" ; usdm:modelRepresentation "Relationship" . usdm:StudyAmendment-dateValues a owl:ObjectProperty ; rdfs:label "StudyAmendment-dateValues" ; rdfs:domain usdm:StudyAmendment ; rdfs:range usdm:GovernanceDate ; skos:definition "A USDM relationship between the StudyAmendment and GovernanceDate classes which provides the set of governance dates associated with the study amendment." ; usdm:relationshipType "Value" ; usdm:modelName "dateValues" ; usdm:modelRepresentation "Relationship" . usdm:StudyAmendment-impacts a owl:ObjectProperty ; rdfs:label "StudyAmendment-impacts" ; rdfs:domain usdm:StudyAmendment ; rdfs:range usdm:StudyAmendmentImpact ; skos: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." ; usdm:relationshipType "Value" ; usdm:modelName "impacts" ; usdm:modelRepresentation "Relationship" . usdm:StudyAmendment-enrollments a owl:ObjectProperty ; rdfs:label "StudyAmendment-enrollments" ; rdfs:domain usdm:StudyAmendment ; rdfs:range usdm:SubjectEnrollment ; skos:definition "A USDM relationship between the StudyAmendment and SubjectEnrollment classes which provides the set of subject enrollments associated with the study amendment." ; usdm:relationshipType "Value" ; usdm:modelName "enrollments" ; usdm:modelRepresentation "Relationship" . usdm:StudyAmendment-secondaryReasons a owl:ObjectProperty ; rdfs:label "StudyAmendment-secondaryReasons" ; rdfs:domain usdm:StudyAmendment ; rdfs:range usdm:StudyAmendmentReason ; skos:definition "A USDM relationship between the StudyAmendment and StudyAmendmentReason classes which identifies the set of secondary reasons for issuing the study amendment." ; usdm:relationshipType "Value" ; usdm:modelName "secondaryReasons" ; usdm:modelRepresentation "Relationship" . usdm:StudyAmendment-changes a owl:ObjectProperty ; rdfs:label "StudyAmendment-changes" ; rdfs:domain usdm:StudyAmendment ; rdfs:range usdm:StudyChange ; skos:definition "A USDM relationship between the StudyAmendment and StudyChange classes which identifies the set of changes associated with the study amendment." ; usdm:relationshipType "Value" ; usdm:modelName "changes" ; usdm:modelRepresentation "Relationship" . usdm:StudyAmendment-previousId a owl:ObjectProperty ; rdfs:label "StudyAmendment-previousId" ; rdfs:domain usdm:StudyAmendment ; rdfs:range usdm:StudyAmendment ; skos:definition "A USDM relationship within the StudyAmendment class which identifies the study amendment that chronologically precedes the current study amendment." ; usdm:relationshipType "Ref" ; usdm:modelName "previous" ; usdm:modelRepresentation "Relationship" . usdm:StudyAmendment-primaryReason a owl:ObjectProperty ; rdfs:label "StudyAmendment-primaryReason" ; rdfs:domain usdm:StudyAmendment ; rdfs:range usdm:StudyAmendmentReason ; skos:definition "A USDM relationship between the StudyAmendment and StudyAmendmentReason classes which identifies the primary reason for issuing the study amendment." ; usdm:relationshipType "Value" ; usdm:modelName "primaryReason" ; usdm:modelRepresentation "Relationship" . usdm:StudyAmendment-extensionAttributes a owl:ObjectProperty ; rdfs:label "StudyAmendment-extensionAttributes" ; rdfs:domain usdm:StudyAmendment ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:StudyAmendment-instanceType a owl:DatatypeProperty ; rdfs:label "StudyAmendment-instanceType" ; rdfs:domain usdm:StudyAmendment ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class StudyAmendmentImpact usdm:StudyAmendmentImpact a owl:Class ; rdfs:label "StudyAmendmentImpact" ; skos:exactMatch ncit:C215500 ; skos:exactMatch obo:NCIT_C215500 ; skos:prefLabel "Study Amendment Impact" ; skos:definition "The effect or consequence of an amendment on some aspect of the study." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyAmendmentImpact-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyAmendmentImpact-text ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyAmendmentImpact-isSubstantial ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyAmendmentImpact-type ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyAmendmentImpact-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:StudyAmendmentImpact-id a owl:DatatypeProperty ; rdfs:label "StudyAmendmentImpact-id" ; rdfs:domain usdm:StudyAmendmentImpact ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:StudyAmendmentImpact-text a owl:DatatypeProperty ; rdfs:label "StudyAmendmentImpact-text" ; rdfs:domain usdm:StudyAmendmentImpact ; rdfs:range xsd:string ; skos:exactMatch ncit:C215611 ; skos:exactMatch obo:NCIT_C215611 ; skos:prefLabel "Study Amendment Impact Text" ; skos:definition "An instance of unstructured text that represents the study amendment impact." ; usdm:relationshipType "Value" ; usdm:modelName "text" ; usdm:modelRepresentation "Attribute" . usdm:StudyAmendmentImpact-isSubstantial a owl:DatatypeProperty ; rdfs:label "StudyAmendmentImpact-isSubstantial" ; rdfs:domain usdm:StudyAmendmentImpact ; rdfs:range xsd:boolean ; skos:exactMatch ncit:C207538 ; skos:exactMatch obo:NCIT_C207538 ; skos:prefLabel "Study Amendment Impact Substantial Indicator" ; skos:definition "An indication as to whether the study amendment's impact on the study is substantial." ; usdm:relationshipType "Value" ; usdm:modelName "isSubstantial" ; usdm:modelRepresentation "Attribute" . usdm:StudyAmendmentImpact-type a owl:ObjectProperty ; rdfs:label "StudyAmendmentImpact-type" ; rdfs:domain usdm:StudyAmendmentImpact ; rdfs:range usdm:Code ; skos:exactMatch ncit:C215612 ; skos:exactMatch obo:NCIT_C215612 ; skos:prefLabel "Study Amendment Impact Type" ; skos:definition "A characterization or classification of the study amendment impact." ; usdm:relationshipType "Value" ; usdm:modelName "type" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C215481 ; usdm:boundCodelist obo:NCIT_C215481 ; usdm:boundCodelistNote "Y (C215481)" . usdm:StudyAmendmentImpact-notes a owl:ObjectProperty ; rdfs:label "StudyAmendmentImpact-notes" ; rdfs:domain usdm:StudyAmendmentImpact ; rdfs:range usdm:CommentAnnotation ; skos:exactMatch ncit:C215613 ; skos:exactMatch obo:NCIT_C215613 ; skos:prefLabel "Study Amendment Impact Notes" ; skos:definition "A brief written record relevant to the study amendment impact." ; usdm:relationshipType "Value" ; usdm:modelName "notes" ; usdm:modelRepresentation "Attribute" . usdm:StudyAmendmentImpact-extensionAttributes a owl:ObjectProperty ; rdfs:label "StudyAmendmentImpact-extensionAttributes" ; rdfs:domain usdm:StudyAmendmentImpact ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:StudyAmendmentImpact-instanceType a owl:DatatypeProperty ; rdfs:label "StudyAmendmentImpact-instanceType" ; rdfs:domain usdm:StudyAmendmentImpact ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class StudyAmendmentReason usdm:StudyAmendmentReason a owl:Class ; rdfs:label "StudyAmendmentReason" ; skos:exactMatch ncit:C207457 ; skos:exactMatch obo:NCIT_C207457 ; skos:prefLabel "Study Amendment Reason" ; skos:definition "The rationale for the change(s) to, or formal clarification of, a protocol." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyAmendmentReason-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyAmendmentReason-otherReason ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyAmendmentReason-code ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyAmendmentReason-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:StudyAmendmentReason-id a owl:DatatypeProperty ; rdfs:label "StudyAmendmentReason-id" ; rdfs:domain usdm:StudyAmendmentReason ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:StudyAmendmentReason-otherReason a owl:DatatypeProperty ; rdfs:label "StudyAmendmentReason-otherReason" ; rdfs:domain usdm:StudyAmendmentReason ; rdfs:range xsd:string ; skos:exactMatch ncit:C207539 ; skos:exactMatch obo:NCIT_C207539 ; skos:prefLabel "Other Reason for Study Amendment" ; skos:definition "The rationale for the change(s) to, or formal clarification of, a protocol that is not otherwise specified." ; usdm:relationshipType "Value" ; usdm:modelName "otherReason" ; usdm:modelRepresentation "Attribute" . usdm:StudyAmendmentReason-code a owl:ObjectProperty ; rdfs:label "StudyAmendmentReason-code" ; rdfs:domain usdm:StudyAmendmentReason ; rdfs:range usdm:Code ; skos:exactMatch ncit:C207540 ; skos:exactMatch obo:NCIT_C207540 ; skos:prefLabel "Study Amendment Reason Code" ; skos:definition "A symbol or combination of symbols which is assigned to the study amendment reason." ; usdm:relationshipType "Value" ; usdm:modelName "code" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C207415 ; usdm:boundCodelist obo:NCIT_C207415 ; usdm:boundCodelistNote "Y (C207415)" . usdm:StudyAmendmentReason-extensionAttributes a owl:ObjectProperty ; rdfs:label "StudyAmendmentReason-extensionAttributes" ; rdfs:domain usdm:StudyAmendmentReason ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:StudyAmendmentReason-instanceType a owl:DatatypeProperty ; rdfs:label "StudyAmendmentReason-instanceType" ; rdfs:domain usdm:StudyAmendmentReason ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class StudyArm usdm:StudyArm a owl:Class ; rdfs:label "StudyArm" ; skos:exactMatch ncit:C174447 ; skos:exactMatch obo:NCIT_C174447 ; skos:prefLabel "Study Arm" ; skos: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." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyArm-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyArm-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyArm-label ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyArm-description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyArm-type ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyArm-dataOriginType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyArm-dataOriginDescription ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyArm-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:StudyArm-id a owl:DatatypeProperty ; rdfs:label "StudyArm-id" ; rdfs:domain usdm:StudyArm ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:StudyArm-name a owl:DatatypeProperty ; rdfs:label "StudyArm-name" ; rdfs:domain usdm:StudyArm ; rdfs:range xsd:string ; skos:exactMatch ncit:C170984 ; skos:exactMatch obo:NCIT_C170984 ; skos:prefLabel "Study Arm Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the study arm." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:StudyArm-label a owl:DatatypeProperty ; rdfs:label "StudyArm-label" ; rdfs:domain usdm:StudyArm ; rdfs:range xsd:string ; skos:exactMatch ncit:C172456 ; skos:exactMatch obo:NCIT_C172456 ; skos:prefLabel "Study Arm Label" ; skos:definition "The short descriptive designation for the study arm." ; usdm:relationshipType "Value" ; usdm:modelName "label" ; usdm:modelRepresentation "Attribute" . usdm:StudyArm-description a owl:DatatypeProperty ; rdfs:label "StudyArm-description" ; rdfs:domain usdm:StudyArm ; rdfs:range xsd:string ; skos:exactMatch ncit:C93728 ; skos:exactMatch obo:NCIT_C93728 ; skos:prefLabel "Study Arm Description" ; skos:definition "A narrative representation of the study arm." ; usdm:relationshipType "Value" ; usdm:modelName "description" ; usdm:modelRepresentation "Attribute" . usdm:StudyArm-type a owl:ObjectProperty ; rdfs:label "StudyArm-type" ; rdfs:domain usdm:StudyArm ; rdfs:range usdm:Code ; skos:exactMatch ncit:C172457 ; skos:exactMatch obo:NCIT_C172457 ; skos:prefLabel "Study Arm Type" ; skos:definition "A characterization or classification of the study arm." ; usdm:relationshipType "Value" ; usdm:modelName "type" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C174222 ; usdm:boundCodelist obo:NCIT_C174222 ; usdm:boundCodelistNote "Y (Protocol Terminology Codelist C174222)" . usdm:StudyArm-dataOriginType a owl:ObjectProperty ; rdfs:label "StudyArm-dataOriginType" ; rdfs:domain usdm:StudyArm ; rdfs:range usdm:Code ; skos:exactMatch ncit:C188829 ; skos:exactMatch obo:NCIT_C188829 ; skos:prefLabel "Study Arm Data Origin Type" ; skos:definition "A characterization or classification of the study arm with respect to where the study arm data originates." ; usdm:relationshipType "Value" ; usdm:modelName "dataOriginType" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C188727 ; usdm:boundCodelist obo:NCIT_C188727 ; usdm:boundCodelistNote "Y (C188727)" . usdm:StudyArm-dataOriginDescription a owl:DatatypeProperty ; rdfs:label "StudyArm-dataOriginDescription" ; rdfs:domain usdm:StudyArm ; rdfs:range xsd:string ; skos:exactMatch ncit:C188828 ; skos:exactMatch obo:NCIT_C188828 ; skos:prefLabel "Study Arm Data Origin Description" ; skos:definition "The textual representation of the study arm data origin." ; usdm:relationshipType "Value" ; usdm:modelName "dataOriginDescription" ; usdm:modelRepresentation "Attribute" . usdm:StudyArm-notes a owl:ObjectProperty ; rdfs:label "StudyArm-notes" ; rdfs:domain usdm:StudyArm ; rdfs:range usdm:CommentAnnotation ; skos:exactMatch ncit:C215515 ; skos:exactMatch obo:NCIT_C215515 ; skos:prefLabel "Study Arm Notes" ; skos:definition "A brief written record relevant to the study arm." ; usdm:relationshipType "Value" ; usdm:modelName "notes" ; usdm:modelRepresentation "Attribute" . usdm:StudyArm-populationIds a owl:ObjectProperty ; rdfs:label "StudyArm-populationIds" ; rdfs:domain usdm:StudyArm ; rdfs:range usdm:PopulationDefinition ; skos:definition "A USDM relationship between the StudyArm and PopulationDefinition classes which identifies the set of populations associated with the study arm." ; usdm:relationshipType "Ref" ; usdm:modelName "populations" ; usdm:modelRepresentation "Relationship" . usdm:StudyArm-extensionAttributes a owl:ObjectProperty ; rdfs:label "StudyArm-extensionAttributes" ; rdfs:domain usdm:StudyArm ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:StudyArm-instanceType a owl:DatatypeProperty ; rdfs:label "StudyArm-instanceType" ; rdfs:domain usdm:StudyArm ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class StudyCell usdm:StudyCell a owl:Class ; rdfs:label "StudyCell" ; skos:exactMatch ncit:C188810 ; skos:exactMatch obo:NCIT_C188810 ; skos:prefLabel "Study Design Cell" ; skos: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." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyCell-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyCell-armId ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyCell-epochId ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyCell-elementIds ; owl:minCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyCell-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:StudyCell-id a owl:DatatypeProperty ; rdfs:label "StudyCell-id" ; rdfs:domain usdm:StudyCell ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:StudyCell-armId a owl:ObjectProperty ; rdfs:label "StudyCell-armId" ; rdfs:domain usdm:StudyCell ; rdfs:range usdm:StudyArm ; skos:definition "A USDM relationship between the StudyCell and StudyArm classes which identifies the study arm associated with a study cell." ; usdm:relationshipType "Ref" ; usdm:modelName "arm" ; usdm:modelRepresentation "Relationship" . usdm:StudyCell-epochId a owl:ObjectProperty ; rdfs:label "StudyCell-epochId" ; rdfs:domain usdm:StudyCell ; rdfs:range usdm:StudyEpoch ; skos:definition "A USDM relationship between the StudyCell and StudyEpoch classes which identifies the study epoch associated with a study cell." ; usdm:relationshipType "Ref" ; usdm:modelName "epoch" ; usdm:modelRepresentation "Relationship" . usdm:StudyCell-elementIds a owl:ObjectProperty ; rdfs:label "StudyCell-elementIds" ; rdfs:domain usdm:StudyCell ; rdfs:range usdm:StudyElement ; skos:definition "A USDM relationship between the StudyCell and StudyElement classes which identifies the set of study elements associated with the study cell." ; usdm:relationshipType "Ref" ; usdm:modelName "elements" ; usdm:modelRepresentation "Relationship" . usdm:StudyCell-extensionAttributes a owl:ObjectProperty ; rdfs:label "StudyCell-extensionAttributes" ; rdfs:domain usdm:StudyCell ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:StudyCell-instanceType a owl:DatatypeProperty ; rdfs:label "StudyCell-instanceType" ; rdfs:domain usdm:StudyCell ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class StudyChange usdm:StudyChange a owl:Class ; rdfs:label "StudyChange" ; skos:exactMatch ncit:C215498 ; skos:exactMatch obo:NCIT_C215498 ; skos:prefLabel "Study Change" ; skos:definition "The act of alteration or modification to a study." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyChange-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyChange-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyChange-label ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyChange-description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyChange-rationale ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyChange-summary ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyChange-changedSections ; owl:minCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyChange-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:StudyChange-id a owl:DatatypeProperty ; rdfs:label "StudyChange-id" ; rdfs:domain usdm:StudyChange ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:StudyChange-name a owl:DatatypeProperty ; rdfs:label "StudyChange-name" ; rdfs:domain usdm:StudyChange ; rdfs:range xsd:string ; skos:exactMatch ncit:C215604 ; skos:exactMatch obo:NCIT_C215604 ; skos:prefLabel "Study Change Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the study change." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:StudyChange-label a owl:DatatypeProperty ; rdfs:label "StudyChange-label" ; rdfs:domain usdm:StudyChange ; rdfs:range xsd:string ; skos:exactMatch ncit:C215606 ; skos:exactMatch obo:NCIT_C215606 ; skos:prefLabel "Study Change Label" ; skos:definition "The short descriptive designation for the study change." ; usdm:relationshipType "Value" ; usdm:modelName "label" ; usdm:modelRepresentation "Attribute" . usdm:StudyChange-description a owl:DatatypeProperty ; rdfs:label "StudyChange-description" ; rdfs:domain usdm:StudyChange ; rdfs:range xsd:string ; skos:exactMatch ncit:C215605 ; skos:exactMatch obo:NCIT_C215605 ; skos:prefLabel "Study Change Description" ; skos:definition "A narrative representation of the study change." ; usdm:relationshipType "Value" ; usdm:modelName "description" ; usdm:modelRepresentation "Attribute" . usdm:StudyChange-rationale a owl:DatatypeProperty ; rdfs:label "StudyChange-rationale" ; rdfs:domain usdm:StudyChange ; rdfs:range xsd:string ; skos:exactMatch ncit:C215608 ; skos:exactMatch obo:NCIT_C215608 ; skos:prefLabel "Study Change Rationale" ; skos:definition "An explanation as to the logical reasons for why a study change has occurred." ; usdm:relationshipType "Value" ; usdm:modelName "rationale" ; usdm:modelRepresentation "Attribute" . usdm:StudyChange-summary a owl:DatatypeProperty ; rdfs:label "StudyChange-summary" ; rdfs:domain usdm:StudyChange ; rdfs:range xsd:string ; skos:exactMatch ncit:C215607 ; skos:exactMatch obo:NCIT_C215607 ; skos:prefLabel "Study Change Summary" ; skos:definition "A short narrative representation describing the changes introduced in the current version of the study." ; usdm:relationshipType "Value" ; usdm:modelName "summary" ; usdm:modelRepresentation "Attribute" . usdm:StudyChange-changedSections a owl:ObjectProperty ; rdfs:label "StudyChange-changedSections" ; rdfs:domain usdm:StudyChange ; rdfs:range usdm:DocumentContentReference ; skos:definition "A USDM relationship between the StudyChange and DocumentContentReference class which provides the set of changed document sections related to the study change." ; usdm:relationshipType "Value" ; usdm:modelName "changedSections" ; usdm:modelRepresentation "Relationship" . usdm:StudyChange-extensionAttributes a owl:ObjectProperty ; rdfs:label "StudyChange-extensionAttributes" ; rdfs:domain usdm:StudyChange ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:StudyChange-instanceType a owl:DatatypeProperty ; rdfs:label "StudyChange-instanceType" ; rdfs:domain usdm:StudyChange ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class StudyCohort usdm:StudyCohort a owl:Class ; rdfs:label "StudyCohort" ; skos:exactMatch ncit:C61512 ; skos:exactMatch obo:NCIT_C61512 ; skos:prefLabel "Study Cohort" ; skos:definition "A group of individuals who share a set of characteristics (e.g., exposures, experiences, attributes), which logically defines a population under study." ; rdfs:subClassOf usdm:PopulationDefinition ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyCohort-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:StudyCohort-characteristics a owl:ObjectProperty ; rdfs:label "StudyCohort-characteristics" ; rdfs:domain usdm:StudyCohort ; rdfs:range usdm:Characteristic ; skos:definition "A USDM relationship between the StudyCohort and Characteristic classes which identifies the set of subject characteristics associated with the study cohort." ; usdm:relationshipType "Value" ; usdm:modelName "characteristics" ; usdm:modelRepresentation "Relationship" . usdm:StudyCohort-indicationIds a owl:ObjectProperty ; rdfs:label "StudyCohort-indicationIds" ; rdfs:domain usdm:StudyCohort ; rdfs:range usdm:Indication ; skos:definition "A USDM relationship between the StudyCohort and Indication classes which identifies the set of indications associated with the study cohort." ; usdm:relationshipType "Ref" ; usdm:modelName "indications" ; usdm:modelRepresentation "Relationship" . usdm:StudyCohort-extensionAttributes a owl:ObjectProperty ; rdfs:label "StudyCohort-extensionAttributes" ; rdfs:domain usdm:StudyCohort ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:StudyCohort-instanceType a owl:DatatypeProperty ; rdfs:label "StudyCohort-instanceType" ; rdfs:domain usdm:StudyCohort ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class StudyDefinitionDocument usdm:StudyDefinitionDocument a owl:Class ; rdfs:label "StudyDefinitionDocument" ; skos:exactMatch ncit:C215490 ; skos:exactMatch obo:NCIT_C215490 ; skos:prefLabel "Study Definition Document" ; skos:definition "Any physical or electronic document that is related to defining a study or part of a study." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyDefinitionDocument-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyDefinitionDocument-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyDefinitionDocument-label ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyDefinitionDocument-description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyDefinitionDocument-type ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyDefinitionDocument-templateName ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyDefinitionDocument-language ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyDefinitionDocument-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:StudyDefinitionDocument-id a owl:DatatypeProperty ; rdfs:label "StudyDefinitionDocument-id" ; rdfs:domain usdm:StudyDefinitionDocument ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:StudyDefinitionDocument-name a owl:DatatypeProperty ; rdfs:label "StudyDefinitionDocument-name" ; rdfs:domain usdm:StudyDefinitionDocument ; rdfs:range xsd:string ; skos:exactMatch ncit:C215559 ; skos:exactMatch obo:NCIT_C215559 ; skos:prefLabel "Study Definition Document Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the study definition document." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:StudyDefinitionDocument-label a owl:DatatypeProperty ; rdfs:label "StudyDefinitionDocument-label" ; rdfs:domain usdm:StudyDefinitionDocument ; rdfs:range xsd:string ; skos:exactMatch ncit:C215561 ; skos:exactMatch obo:NCIT_C215561 ; skos:prefLabel "Study Definition Document Label" ; skos:definition "The short descriptive designation for the study definition document." ; usdm:relationshipType "Value" ; usdm:modelName "label" ; usdm:modelRepresentation "Attribute" . usdm:StudyDefinitionDocument-description a owl:DatatypeProperty ; rdfs:label "StudyDefinitionDocument-description" ; rdfs:domain usdm:StudyDefinitionDocument ; rdfs:range xsd:string ; skos:exactMatch ncit:C215560 ; skos:exactMatch obo:NCIT_C215560 ; skos:prefLabel "Study Definition Document Description" ; skos:definition "A narrative representation of the study definition document." ; usdm:relationshipType "Value" ; usdm:modelName "description" ; usdm:modelRepresentation "Attribute" . usdm:StudyDefinitionDocument-type a owl:ObjectProperty ; rdfs:label "StudyDefinitionDocument-type" ; rdfs:domain usdm:StudyDefinitionDocument ; rdfs:range usdm:Code ; skos:exactMatch ncit:C215564 ; skos:exactMatch obo:NCIT_C215564 ; skos:prefLabel "Study Definition Document Type" ; skos:definition "A characterization or classification of the study definition document." ; usdm:relationshipType "Value" ; usdm:modelName "type" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C215477 ; usdm:boundCodelist obo:NCIT_C215477 ; usdm:boundCodelistNote "Y (C215477)" . usdm:StudyDefinitionDocument-templateName a owl:DatatypeProperty ; rdfs:label "StudyDefinitionDocument-templateName" ; rdfs:domain usdm:StudyDefinitionDocument ; rdfs:range xsd:string ; skos:exactMatch ncit:C215562 ; skos:exactMatch obo:NCIT_C215562 ; skos:prefLabel "Study Definition Document Template Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the study definition document template." ; usdm:relationshipType "Value" ; usdm:modelName "templateName" ; usdm:modelRepresentation "Attribute" . usdm:StudyDefinitionDocument-language a owl:ObjectProperty ; rdfs:label "StudyDefinitionDocument-language" ; rdfs:domain usdm:StudyDefinitionDocument ; rdfs:range usdm:Code ; skos:exactMatch ncit:C215563 ; skos:exactMatch obo:NCIT_C215563 ; skos:prefLabel "Study Definition Document Language" ; skos:definition "The language in which the study definition document is written." ; usdm:relationshipType "Value" ; usdm:modelName "language" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelistNote "Y (Point out to ISO 639 language value list)" . usdm:StudyDefinitionDocument-notes a owl:ObjectProperty ; rdfs:label "StudyDefinitionDocument-notes" ; rdfs:domain usdm:StudyDefinitionDocument ; rdfs:range usdm:CommentAnnotation ; skos:exactMatch ncit:C215565 ; skos:exactMatch obo:NCIT_C215565 ; skos:prefLabel "Study Definition Document Notes" ; skos:definition "A brief written record relevant to the study definition document." ; usdm:relationshipType "Value" ; usdm:modelName "notes" ; usdm:modelRepresentation "Attribute" . usdm:StudyDefinitionDocument-childIds a owl:ObjectProperty ; rdfs:label "StudyDefinitionDocument-childIds" ; rdfs:domain usdm:StudyDefinitionDocument ; rdfs:range usdm:StudyDefinitionDocument ; skos:definition "A USDM relationship within the StudyDefinitionDocument class which identifies the set of child documents of a study definition document." ; usdm:relationshipType "Ref" ; usdm:modelName "children" ; usdm:modelRepresentation "Relationship" . usdm:StudyDefinitionDocument-versions a owl:ObjectProperty ; rdfs:label "StudyDefinitionDocument-versions" ; rdfs:domain usdm:StudyDefinitionDocument ; rdfs:range usdm:StudyDefinitionDocumentVersion ; skos:definition "A USDM relationship between the StudyDefinitionDocument and StudyDefinitionDocumentVersion classes which identifies the set of versions associated with the study definition document." ; usdm:relationshipType "Value" ; usdm:modelName "versions" ; usdm:modelRepresentation "Relationship" . usdm:StudyDefinitionDocument-extensionAttributes a owl:ObjectProperty ; rdfs:label "StudyDefinitionDocument-extensionAttributes" ; rdfs:domain usdm:StudyDefinitionDocument ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:StudyDefinitionDocument-instanceType a owl:DatatypeProperty ; rdfs:label "StudyDefinitionDocument-instanceType" ; rdfs:domain usdm:StudyDefinitionDocument ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class StudyDefinitionDocumentVersion usdm:StudyDefinitionDocumentVersion a owl:Class ; rdfs:label "StudyDefinitionDocumentVersion" ; skos:exactMatch ncit:C215491 ; skos:exactMatch obo:NCIT_C215491 ; skos:prefLabel "Study Definition Document Version" ; skos:definition "A representation of a particular edition or snapshot of the study definition document as it exists at a particular point in time." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyDefinitionDocumentVersion-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyDefinitionDocumentVersion-status ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyDefinitionDocumentVersion-version ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyDefinitionDocumentVersion-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:StudyDefinitionDocumentVersion-id a owl:DatatypeProperty ; rdfs:label "StudyDefinitionDocumentVersion-id" ; rdfs:domain usdm:StudyDefinitionDocumentVersion ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:StudyDefinitionDocumentVersion-status a owl:ObjectProperty ; rdfs:label "StudyDefinitionDocumentVersion-status" ; rdfs:domain usdm:StudyDefinitionDocumentVersion ; rdfs:range usdm:Code ; skos:exactMatch ncit:C215567 ; skos:exactMatch obo:NCIT_C215567 ; skos:prefLabel "Study Definition Document Status" ; skos:definition "A condition of the study definition document at a point in time with respect to its state of readiness for implementation." ; usdm:relationshipType "Value" ; usdm:modelName "status" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C188723 ; usdm:boundCodelist obo:NCIT_C188723 ; usdm:boundCodelistNote "Y (C188723)" . usdm:StudyDefinitionDocumentVersion-version a owl:DatatypeProperty ; rdfs:label "StudyDefinitionDocumentVersion-version" ; rdfs:domain usdm:StudyDefinitionDocumentVersion ; rdfs:range xsd:string ; skos:exactMatch ncit:C215566 ; skos:exactMatch obo:NCIT_C215566 ; skos:prefLabel "Study Definition Document Version Identifier" ; skos:definition "A sequence of characters used to identify the version of the study definition document." ; usdm:relationshipType "Value" ; usdm:modelName "version" ; usdm:modelRepresentation "Attribute" . usdm:StudyDefinitionDocumentVersion-notes a owl:ObjectProperty ; rdfs:label "StudyDefinitionDocumentVersion-notes" ; rdfs:domain usdm:StudyDefinitionDocumentVersion ; rdfs:range usdm:CommentAnnotation ; skos:exactMatch ncit:C215568 ; skos:exactMatch obo:NCIT_C215568 ; skos:prefLabel "Study Definition Document Version Notes" ; skos:definition "A brief written record relevant to the study definition document version." ; usdm:relationshipType "Value" ; usdm:modelName "notes" ; usdm:modelRepresentation "Attribute" . usdm:StudyDefinitionDocumentVersion-dateValues a owl:ObjectProperty ; rdfs:label "StudyDefinitionDocumentVersion-dateValues" ; rdfs:domain usdm:StudyDefinitionDocumentVersion ; rdfs:range usdm:GovernanceDate ; skos:definition "A USDM relationship between the StudyDefinitionDocumentVersion and GovernanceDate classes which provides the set of governance dates associated with the study definition document version." ; usdm:relationshipType "Value" ; usdm:modelName "dateValues" ; usdm:modelRepresentation "Relationship" . usdm:StudyDefinitionDocumentVersion-contents a owl:ObjectProperty ; rdfs:label "StudyDefinitionDocumentVersion-contents" ; rdfs:domain usdm:StudyDefinitionDocumentVersion ; rdfs:range usdm:NarrativeContent ; skos: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." ; usdm:relationshipType "Value" ; usdm:modelName "contents" ; usdm:modelRepresentation "Relationship" . usdm:StudyDefinitionDocumentVersion-extensionAttributes a owl:ObjectProperty ; rdfs:label "StudyDefinitionDocumentVersion-extensionAttributes" ; rdfs:domain usdm:StudyDefinitionDocumentVersion ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:StudyDefinitionDocumentVersion-instanceType a owl:DatatypeProperty ; rdfs:label "StudyDefinitionDocumentVersion-instanceType" ; rdfs:domain usdm:StudyDefinitionDocumentVersion ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class StudyDesign usdm:StudyDesign a owl:Class ; rdfs:label "StudyDesign" ; skos:exactMatch ncit:C15320 ; skos:exactMatch obo:NCIT_C15320 ; skos:prefLabel "Study Design" ; skos: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." ; usdm:modifier "Abstract" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyDesign-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyDesign-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyDesign-label ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyDesign-description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyDesign-rationale ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyDesign-studyType ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyDesign-studyPhase ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyDesign-eligibilityCriteria ; owl:minCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyDesign-arms ; owl:minCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyDesign-studyCells ; owl:minCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyDesign-epochs ; owl:minCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyDesign-population ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:StudyDesign-id a owl:DatatypeProperty ; rdfs:label "StudyDesign-id" ; rdfs:domain usdm:StudyDesign ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:StudyDesign-name a owl:DatatypeProperty ; rdfs:label "StudyDesign-name" ; rdfs:domain usdm:StudyDesign ; rdfs:range xsd:string ; skos:exactMatch ncit:C215626 ; skos:exactMatch obo:NCIT_C215626 ; skos:prefLabel "Interventional Study Design Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the interventional study design." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:StudyDesign-label a owl:DatatypeProperty ; rdfs:label "StudyDesign-label" ; rdfs:domain usdm:StudyDesign ; rdfs:range xsd:string ; skos:exactMatch ncit:C215628 ; skos:exactMatch obo:NCIT_C215628 ; skos:prefLabel "Interventional Study Design Label" ; skos:definition "The short descriptive designation for the interventional study design." ; usdm:relationshipType "Value" ; usdm:modelName "label" ; usdm:modelRepresentation "Attribute" . usdm:StudyDesign-description a owl:DatatypeProperty ; rdfs:label "StudyDesign-description" ; rdfs:domain usdm:StudyDesign ; rdfs:range xsd:string ; skos:exactMatch ncit:C215627 ; skos:exactMatch obo:NCIT_C215627 ; skos:prefLabel "Interventional Study Design Description" ; skos:definition "A narrative representation of the interventional study design." ; usdm:relationshipType "Value" ; usdm:modelName "description" ; usdm:modelRepresentation "Attribute" . usdm:StudyDesign-rationale a owl:DatatypeProperty ; rdfs:label "StudyDesign-rationale" ; rdfs:domain usdm:StudyDesign ; rdfs:range xsd:string ; skos:exactMatch ncit:C215629 ; skos:exactMatch obo:NCIT_C215629 ; skos:prefLabel "Interventional Study Design Rationale" ; skos: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." ; usdm:relationshipType "Value" ; usdm:modelName "rationale" ; usdm:modelRepresentation "Attribute" . usdm:StudyDesign-therapeuticAreas a owl:ObjectProperty ; rdfs:label "StudyDesign-therapeuticAreas" ; rdfs:domain usdm:StudyDesign ; rdfs:range usdm:Code ; skos:exactMatch ncit:C215633 ; skos:exactMatch obo:NCIT_C215633 ; skos:prefLabel "Interventional Study Design Therapeutic Areas" ; skos: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." ; usdm:relationshipType "Value" ; usdm:modelName "therapeuticAreas" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelistNote "Y (Point out to external dictionaries)" . usdm:StudyDesign-studyType a owl:ObjectProperty ; rdfs:label "StudyDesign-studyType" ; rdfs:domain usdm:StudyDesign ; rdfs:range usdm:Code ; skos:exactMatch ncit:C215631 ; skos:exactMatch obo:NCIT_C215631 ; skos:prefLabel "Interventional Study Design Study Type" ; skos:definition "The study type associated with the interventional study design." ; usdm:relationshipType "Value" ; usdm:modelName "studyType" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C99077 ; usdm:boundCodelist obo:NCIT_C99077 ; usdm:boundCodelistNote "Y (SDTM Terminology Codelist C99077)" . usdm:StudyDesign-characteristics a owl:ObjectProperty ; rdfs:label "StudyDesign-characteristics" ; rdfs:domain usdm:StudyDesign ; rdfs:range usdm:Code ; skos:exactMatch ncit:C215632 ; skos:exactMatch obo:NCIT_C215632 ; skos:prefLabel "Interventional Study Design Characteristics" ; skos:definition "The distinguishing qualities or prominent aspects of an interventional study design." ; usdm:relationshipType "Value" ; usdm:modelName "characteristics" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C207416 ; usdm:boundCodelist obo:NCIT_C207416 ; usdm:boundCodelistNote "Y (C207416)" . usdm:StudyDesign-studyPhase a owl:ObjectProperty ; rdfs:label "StudyDesign-studyPhase" ; rdfs:domain usdm:StudyDesign ; rdfs:range usdm:AliasCode ; skos:exactMatch ncit:C215630 ; skos:exactMatch obo:NCIT_C215630 ; skos:prefLabel "Interventional Study Design Study Phase" ; skos:definition "The study phase associated with the interventional study design." ; usdm:relationshipType "Value" ; usdm:modelName "studyPhase" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C66737 ; usdm:boundCodelist obo:NCIT_C66737 ; usdm:boundCodelistNote "Y (SDTM Terminology Codelist C66737)" . usdm:StudyDesign-notes a owl:ObjectProperty ; rdfs:label "StudyDesign-notes" ; rdfs:domain usdm:StudyDesign ; rdfs:range usdm:CommentAnnotation ; skos:exactMatch ncit:C215634 ; skos:exactMatch obo:NCIT_C215634 ; skos:prefLabel "Interventional Study Design Notes" ; skos:definition "A brief written record relevant to the interventional study design." ; usdm:relationshipType "Value" ; usdm:modelName "notes" ; usdm:modelRepresentation "Attribute" . usdm:StudyDesign-activities a owl:ObjectProperty ; rdfs:label "StudyDesign-activities" ; rdfs:domain usdm:StudyDesign ; rdfs:range usdm:Activity ; skos:definition "A USDM relationship between the InterventionalStudyDesign and Activity classes which identifies the set of activities associated with the interventional study design." ; usdm:relationshipType "Value" ; usdm:modelName "activities" ; usdm:modelRepresentation "Relationship" . usdm:StudyDesign-biospecimenRetentions a owl:ObjectProperty ; rdfs:label "StudyDesign-biospecimenRetentions" ; rdfs:domain usdm:StudyDesign ; rdfs:range usdm:BiospecimenRetention ; skos:definition "A USDM relationship between the InterventionalStudyDesign and BiospecimenRetention classes which identifies the status of biospecimen retentions related to the interventional study design." ; usdm:relationshipType "Value" ; usdm:modelName "biospecimenRetentions" ; usdm:modelRepresentation "Relationship" . usdm:StudyDesign-eligibilityCriteria a owl:ObjectProperty ; rdfs:label "StudyDesign-eligibilityCriteria" ; rdfs:domain usdm:StudyDesign ; rdfs:range usdm:EligibilityCriterion ; skos:definition "A USDM relationship between the InterventionalStudyDesign and EligibilityCriterion classes which identifies the set of eligibility criterion associated with the interventional study design." ; usdm:relationshipType "Value" ; usdm:modelName "eligibilityCriteria" ; usdm:modelRepresentation "Relationship" . usdm:StudyDesign-encounters a owl:ObjectProperty ; rdfs:label "StudyDesign-encounters" ; rdfs:domain usdm:StudyDesign ; rdfs:range usdm:Encounter ; skos:definition "A USDM relationship between the InterventionalStudyDesign and Encounter classes which identifies the set of encounters associated with the interventional study design." ; usdm:relationshipType "Value" ; usdm:modelName "encounters" ; usdm:modelRepresentation "Relationship" . usdm:StudyDesign-estimands a owl:ObjectProperty ; rdfs:label "StudyDesign-estimands" ; rdfs:domain usdm:StudyDesign ; rdfs:range usdm:Estimand ; skos:definition "A USDM relationship between the InterventionalStudyDesign and Estimand classes which identifies the set of estimands associated with the interventional study design." ; usdm:relationshipType "Value" ; usdm:modelName "estimands" ; usdm:modelRepresentation "Relationship" . usdm:StudyDesign-indications a owl:ObjectProperty ; rdfs:label "StudyDesign-indications" ; rdfs:domain usdm:StudyDesign ; rdfs:range usdm:Indication ; skos:definition "A USDM relationship between the InterventionalStudyDesign and Indication classes which identifies the set of indications associated with the interventional study design." ; usdm:relationshipType "Value" ; usdm:modelName "indications" ; usdm:modelRepresentation "Relationship" . usdm:StudyDesign-objectives a owl:ObjectProperty ; rdfs:label "StudyDesign-objectives" ; rdfs:domain usdm:StudyDesign ; rdfs:range usdm:Objective ; skos:definition "A USDM relationship between the InterventionalStudyDesign and Objective classes which identifies the set of objectives associated with the interventional study design." ; usdm:relationshipType "Value" ; usdm:modelName "objectives" ; usdm:modelRepresentation "Relationship" . usdm:StudyDesign-scheduleTimelines a owl:ObjectProperty ; rdfs:label "StudyDesign-scheduleTimelines" ; rdfs:domain usdm:StudyDesign ; rdfs:range usdm:ScheduleTimeline ; skos:definition "A USDM relationship between the InterventionalStudyDesign and ScheduleTimeline classes which identifies the set of scheduled timelines associated with the interventional study design." ; usdm:relationshipType "Value" ; usdm:modelName "scheduleTimelines" ; usdm:modelRepresentation "Relationship" . usdm:StudyDesign-arms a owl:ObjectProperty ; rdfs:label "StudyDesign-arms" ; rdfs:domain usdm:StudyDesign ; rdfs:range usdm:StudyArm ; skos:definition "A USDM relationship between the InterventionalStudyDesign and StudyArm classes which identifies the set of study arms associated with the interventional study design." ; usdm:relationshipType "Value" ; usdm:modelName "arms" ; usdm:modelRepresentation "Relationship" . usdm:StudyDesign-studyCells a owl:ObjectProperty ; rdfs:label "StudyDesign-studyCells" ; rdfs:domain usdm:StudyDesign ; rdfs:range usdm:StudyCell ; skos:definition "A USDM relationship between the InterventionalStudyDesign and StudyCell classes which identifies the set of study cells associated with the interventional study design. " ; usdm:relationshipType "Value" ; usdm:modelName "studyCells" ; usdm:modelRepresentation "Relationship" . usdm:StudyDesign-documentVersionIds a owl:ObjectProperty ; rdfs:label "StudyDesign-documentVersionIds" ; rdfs:domain usdm:StudyDesign ; rdfs:range usdm:StudyDefinitionDocumentVersion ; skos: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." ; usdm:relationshipType "Ref" ; usdm:modelName "documentVersions" ; usdm:modelRepresentation "Relationship" . usdm:StudyDesign-elements a owl:ObjectProperty ; rdfs:label "StudyDesign-elements" ; rdfs:domain usdm:StudyDesign ; rdfs:range usdm:StudyElement ; skos:definition "A USDM relationship between the InterventionalStudyDesign and StudyElement classes which identifies the set of study elements associated with the interventional study design." ; usdm:relationshipType "Value" ; usdm:modelName "elements" ; usdm:modelRepresentation "Relationship" . usdm:StudyDesign-studyInterventionIds a owl:ObjectProperty ; rdfs:label "StudyDesign-studyInterventionIds" ; rdfs:domain usdm:StudyDesign ; rdfs:range usdm:StudyIntervention ; skos:definition "A USDM relationship between the InterventionalStudyDesign and StudyIntervention classes which identifies the set of study interventions associated with interventional study design." ; usdm:relationshipType "Ref" ; usdm:modelName "studyInterventions" ; usdm:modelRepresentation "Relationship" . usdm:StudyDesign-epochs a owl:ObjectProperty ; rdfs:label "StudyDesign-epochs" ; rdfs:domain usdm:StudyDesign ; rdfs:range usdm:StudyEpoch ; skos:definition "A USDM relationship between the InterventionalStudyDesign and StudyEpoch classes which identifies the set of study epochs associated with the interventional study design." ; usdm:relationshipType "Value" ; usdm:modelName "epochs" ; usdm:modelRepresentation "Relationship" . usdm:StudyDesign-population a owl:ObjectProperty ; rdfs:label "StudyDesign-population" ; rdfs:domain usdm:StudyDesign ; rdfs:range usdm:StudyDesignPopulation ; skos:definition "A USDM relationship between the InterventionalStudyDesign and StudyDesignPopulation classes which identifies the population associated with the interventional study design." ; usdm:relationshipType "Value" ; usdm:modelName "population" ; usdm:modelRepresentation "Relationship" . usdm:StudyDesign-analysisPopulations a owl:ObjectProperty ; rdfs:label "StudyDesign-analysisPopulations" ; rdfs:domain usdm:StudyDesign ; rdfs:range usdm:AnalysisPopulation ; usdm:relationshipType "Value" . # class StudyDesignPopulation usdm:StudyDesignPopulation a owl:Class ; rdfs:label "StudyDesignPopulation" ; skos:exactMatch ncit:C142728 ; skos:exactMatch obo:NCIT_C142728 ; skos:prefLabel "Study Design Population" ; skos:definition "The population within the general population to which the study results can be generalized." ; rdfs:subClassOf usdm:PopulationDefinition ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyDesignPopulation-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:StudyDesignPopulation-cohorts a owl:ObjectProperty ; rdfs:label "StudyDesignPopulation-cohorts" ; rdfs:domain usdm:StudyDesignPopulation ; rdfs:range usdm:StudyCohort ; skos:definition "A USDM relationship between the StudyDesignPopulation and StudyCohort classes which identifies the set of study cohorts associated with the study design population." ; usdm:relationshipType "Value" ; usdm:modelName "cohorts" ; usdm:modelRepresentation "Relationship" . usdm:StudyDesignPopulation-extensionAttributes a owl:ObjectProperty ; rdfs:label "StudyDesignPopulation-extensionAttributes" ; rdfs:domain usdm:StudyDesignPopulation ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:StudyDesignPopulation-instanceType a owl:DatatypeProperty ; rdfs:label "StudyDesignPopulation-instanceType" ; rdfs:domain usdm:StudyDesignPopulation ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class StudyElement usdm:StudyElement a owl:Class ; rdfs:label "StudyElement" ; skos:exactMatch ncit:C142735 ; skos:exactMatch obo:NCIT_C142735 ; skos:prefLabel "Study Design Element" ; skos: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." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyElement-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyElement-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyElement-label ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyElement-description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyElement-transitionEndRule ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyElement-transitionStartRule ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyElement-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:StudyElement-id a owl:DatatypeProperty ; rdfs:label "StudyElement-id" ; rdfs:domain usdm:StudyElement ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:StudyElement-name a owl:DatatypeProperty ; rdfs:label "StudyElement-name" ; rdfs:domain usdm:StudyElement ; rdfs:range xsd:string ; skos:exactMatch ncit:C188833 ; skos:exactMatch obo:NCIT_C188833 ; skos:prefLabel "Study Design Element Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the study design element." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:StudyElement-label a owl:DatatypeProperty ; rdfs:label "StudyElement-label" ; rdfs:domain usdm:StudyElement ; rdfs:range xsd:string ; skos:exactMatch ncit:C207554 ; skos:exactMatch obo:NCIT_C207554 ; skos:prefLabel "Study Design Element Label" ; skos:definition "The short descriptive designation for the study design element." ; usdm:relationshipType "Value" ; usdm:modelName "label" ; usdm:modelRepresentation "Attribute" . usdm:StudyElement-description a owl:DatatypeProperty ; rdfs:label "StudyElement-description" ; rdfs:domain usdm:StudyElement ; rdfs:range xsd:string ; skos:exactMatch ncit:C188834 ; skos:exactMatch obo:NCIT_C188834 ; skos:prefLabel "Study Design Element Description" ; skos:definition "A narrative representation of the study design element." ; usdm:relationshipType "Value" ; usdm:modelName "description" ; usdm:modelRepresentation "Attribute" . usdm:StudyElement-notes a owl:ObjectProperty ; rdfs:label "StudyElement-notes" ; rdfs:domain usdm:StudyElement ; rdfs:range usdm:CommentAnnotation ; skos:exactMatch ncit:C215517 ; skos:exactMatch obo:NCIT_C215517 ; skos:prefLabel "Study Element Notes" ; skos:definition "A brief written record relevant to the study element." ; usdm:relationshipType "Value" ; usdm:modelName "notes" ; usdm:modelRepresentation "Attribute" . usdm:StudyElement-transitionEndRule a owl:ObjectProperty ; rdfs:label "StudyElement-transitionEndRule" ; rdfs:domain usdm:StudyElement ; rdfs:range usdm:TransitionRule ; skos: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." ; usdm:relationshipType "Value" ; usdm:modelName "transitionEndRule" ; usdm:modelRepresentation "Relationship" . usdm:StudyElement-studyInterventionIds a owl:ObjectProperty ; rdfs:label "StudyElement-studyInterventionIds" ; rdfs:domain usdm:StudyElement ; rdfs:range usdm:StudyIntervention ; skos:definition "A USDM relationship between the StudyElement and StudyIntervention classes which identifies the set of study interventions associated with the study element." ; usdm:relationshipType "Ref" ; usdm:modelName "studyInterventions" ; usdm:modelRepresentation "Relationship" . usdm:StudyElement-transitionStartRule a owl:ObjectProperty ; rdfs:label "StudyElement-transitionStartRule" ; rdfs:domain usdm:StudyElement ; rdfs:range usdm:TransitionRule ; skos: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." ; usdm:relationshipType "Value" ; usdm:modelName "transitionStartRule" ; usdm:modelRepresentation "Relationship" . usdm:StudyElement-extensionAttributes a owl:ObjectProperty ; rdfs:label "StudyElement-extensionAttributes" ; rdfs:domain usdm:StudyElement ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:StudyElement-instanceType a owl:DatatypeProperty ; rdfs:label "StudyElement-instanceType" ; rdfs:domain usdm:StudyElement ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class StudyEpoch usdm:StudyEpoch a owl:Class ; rdfs:label "StudyEpoch" ; skos:exactMatch ncit:C71738 ; skos:exactMatch obo:NCIT_C71738 ; skos:prefLabel "Study Epoch" ; skos: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." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyEpoch-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyEpoch-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyEpoch-label ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyEpoch-description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyEpoch-type ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyEpoch-previousId ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyEpoch-nextId ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyEpoch-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:StudyEpoch-id a owl:DatatypeProperty ; rdfs:label "StudyEpoch-id" ; rdfs:domain usdm:StudyEpoch ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:StudyEpoch-name a owl:DatatypeProperty ; rdfs:label "StudyEpoch-name" ; rdfs:domain usdm:StudyEpoch ; rdfs:range xsd:string ; skos:exactMatch ncit:C93825 ; skos:exactMatch obo:NCIT_C93825 ; skos:prefLabel "Study Epoch Name" ; skos: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." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:StudyEpoch-label a owl:DatatypeProperty ; rdfs:label "StudyEpoch-label" ; rdfs:domain usdm:StudyEpoch ; rdfs:range xsd:string ; skos:exactMatch ncit:C207555 ; skos:exactMatch obo:NCIT_C207555 ; skos:prefLabel "Study Epoch Label" ; skos:definition "The short descriptive designation for the study epoch." ; usdm:relationshipType "Value" ; usdm:modelName "label" ; usdm:modelRepresentation "Attribute" . usdm:StudyEpoch-description a owl:DatatypeProperty ; rdfs:label "StudyEpoch-description" ; rdfs:domain usdm:StudyEpoch ; rdfs:range xsd:string ; skos:exactMatch ncit:C93824 ; skos:exactMatch obo:NCIT_C93824 ; skos:prefLabel "Study Epoch Description" ; skos:definition "A narrative representation of the study epoch." ; usdm:relationshipType "Value" ; usdm:modelName "description" ; usdm:modelRepresentation "Attribute" . usdm:StudyEpoch-type a owl:ObjectProperty ; rdfs:label "StudyEpoch-type" ; rdfs:domain usdm:StudyEpoch ; rdfs:range usdm:Code ; skos:exactMatch ncit:C188830 ; skos:exactMatch obo:NCIT_C188830 ; skos:prefLabel "Study Epoch Type" ; skos: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." ; usdm:relationshipType "Value" ; usdm:modelName "type" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C99079 ; usdm:boundCodelist obo:NCIT_C99079 ; usdm:boundCodelistNote "Y (SDTM Terminology Codelist C99079)" . usdm:StudyEpoch-notes a owl:ObjectProperty ; rdfs:label "StudyEpoch-notes" ; rdfs:domain usdm:StudyEpoch ; rdfs:range usdm:CommentAnnotation ; skos:exactMatch ncit:C215516 ; skos:exactMatch obo:NCIT_C215516 ; skos:prefLabel "Study Epoch Notes" ; skos:definition "A brief written record relevant to the study epoch." ; usdm:relationshipType "Value" ; usdm:modelName "notes" ; usdm:modelRepresentation "Attribute" . usdm:StudyEpoch-previousId a owl:ObjectProperty ; rdfs:label "StudyEpoch-previousId" ; rdfs:domain usdm:StudyEpoch ; rdfs:range usdm:StudyEpoch ; skos:definition "A USDM relationship within the StudyEpoch class which identifies the study epoch that chronologically precedes the current study epoch." ; usdm:relationshipType "Ref" ; usdm:modelName "previous" ; usdm:modelRepresentation "Relationship" . usdm:StudyEpoch-nextId a owl:ObjectProperty ; rdfs:label "StudyEpoch-nextId" ; rdfs:domain usdm:StudyEpoch ; rdfs:range usdm:StudyEpoch ; skos:definition "A USDM relationship within the StudyEpoch class which identifies the study epoch that chronologically follows the current study epoch." ; usdm:relationshipType "Ref" ; usdm:modelName "next" ; usdm:modelRepresentation "Relationship" . usdm:StudyEpoch-extensionAttributes a owl:ObjectProperty ; rdfs:label "StudyEpoch-extensionAttributes" ; rdfs:domain usdm:StudyEpoch ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:StudyEpoch-instanceType a owl:DatatypeProperty ; rdfs:label "StudyEpoch-instanceType" ; rdfs:domain usdm:StudyEpoch ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class StudyIdentifier usdm:StudyIdentifier a owl:Class ; rdfs:label "StudyIdentifier" ; skos:exactMatch ncit:C83082 ; skos:exactMatch obo:NCIT_C83082 ; skos:prefLabel "Study Identifier" ; skos:definition "A sequence of characters used to identify, name, or characterize the study." ; rdfs:subClassOf usdm:Identifier ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyIdentifier-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:StudyIdentifier-extensionAttributes a owl:ObjectProperty ; rdfs:label "StudyIdentifier-extensionAttributes" ; rdfs:domain usdm:StudyIdentifier ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:StudyIdentifier-instanceType a owl:DatatypeProperty ; rdfs:label "StudyIdentifier-instanceType" ; rdfs:domain usdm:StudyIdentifier ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class StudyIntervention usdm:StudyIntervention a owl:Class ; rdfs:label "StudyIntervention" ; skos:exactMatch ncit:C207649 ; skos:exactMatch obo:NCIT_C207649 ; skos:prefLabel "Study Intervention" ; skos:definition "Any agent, device, or procedure being tested or used as a reference or comparator in the conduct of a clinical trial." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyIntervention-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyIntervention-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyIntervention-label ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyIntervention-description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyIntervention-role ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyIntervention-type ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyIntervention-minimumResponseDuration ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyIntervention-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:StudyIntervention-id a owl:DatatypeProperty ; rdfs:label "StudyIntervention-id" ; rdfs:domain usdm:StudyIntervention ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:StudyIntervention-name a owl:DatatypeProperty ; rdfs:label "StudyIntervention-name" ; rdfs:domain usdm:StudyIntervention ; rdfs:range xsd:string ; skos:exactMatch ncit:C207558 ; skos:exactMatch obo:NCIT_C207558 ; skos:prefLabel "Study Intervention Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the study intervention." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:StudyIntervention-label a owl:DatatypeProperty ; rdfs:label "StudyIntervention-label" ; rdfs:domain usdm:StudyIntervention ; rdfs:range xsd:string ; skos:exactMatch ncit:C207556 ; skos:exactMatch obo:NCIT_C207556 ; skos:prefLabel "Study Intervention Label" ; skos:definition "The short descriptive designation for the study intervention." ; usdm:relationshipType "Value" ; usdm:modelName "label" ; usdm:modelRepresentation "Attribute" . usdm:StudyIntervention-description a owl:DatatypeProperty ; rdfs:label "StudyIntervention-description" ; rdfs:domain usdm:StudyIntervention ; rdfs:range xsd:string ; skos:exactMatch ncit:C207647 ; skos:exactMatch obo:NCIT_C207647 ; skos:prefLabel "Study Intervention Description" ; skos:definition "A narrative representation of the study intervention." ; usdm:relationshipType "Value" ; usdm:modelName "description" ; usdm:modelRepresentation "Attribute" . usdm:StudyIntervention-role a owl:ObjectProperty ; rdfs:label "StudyIntervention-role" ; rdfs:domain usdm:StudyIntervention ; rdfs:range usdm:Code ; skos:exactMatch ncit:C207560 ; skos:exactMatch obo:NCIT_C207560 ; skos:prefLabel "Study Intervention Role" ; skos:definition "The intended use of the trial intervention within the context of the study design." ; usdm:relationshipType "Value" ; usdm:modelName "role" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C207417 ; usdm:boundCodelist obo:NCIT_C207417 ; usdm:boundCodelistNote "Y (C207417)" . usdm:StudyIntervention-type a owl:ObjectProperty ; rdfs:label "StudyIntervention-type" ; rdfs:domain usdm:StudyIntervention ; rdfs:range usdm:Code ; skos:exactMatch ncit:C98747 ; skos:exactMatch obo:NCIT_C98747 ; skos:prefLabel "Study Intervention Type" ; skos:definition "The kind of product or procedure studied in a trial." ; usdm:relationshipType "Value" ; usdm:modelName "type" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C99078 ; usdm:boundCodelist obo:NCIT_C99078 ; usdm:boundCodelistNote "Y (SDTM Terminology Codelist C99078)" . usdm:StudyIntervention-codes a owl:ObjectProperty ; rdfs:label "StudyIntervention-codes" ; rdfs:domain usdm:StudyIntervention ; rdfs:range usdm:Code ; skos:exactMatch ncit:C207648 ; skos:exactMatch obo:NCIT_C207648 ; skos:prefLabel "Study Intervention Code" ; skos:definition "A symbol or combination of symbols which is assigned to the study intervention." ; usdm:relationshipType "Value" ; usdm:modelName "codes" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelistNote "Y (Point out to multiple Biomedical coding dictionaries such as WHODrug, ATC, UNII, etc.)" . usdm:StudyIntervention-minimumResponseDuration a owl:ObjectProperty ; rdfs:label "StudyIntervention-minimumResponseDuration" ; rdfs:domain usdm:StudyIntervention ; rdfs:range usdm:Quantity ; skos:exactMatch ncit:C207557 ; skos:exactMatch obo:NCIT_C207557 ; skos:prefLabel "Study Intervention Minimum Response Duration" ; skos:definition "The value representing the minimum amount of time required to meet the criteria for response to study intervention." ; usdm:relationshipType "Value" ; usdm:modelName "minimumResponseDuration" ; usdm:modelRepresentation "Attribute" . usdm:StudyIntervention-notes a owl:ObjectProperty ; rdfs:label "StudyIntervention-notes" ; rdfs:domain usdm:StudyIntervention ; rdfs:range usdm:CommentAnnotation ; skos:exactMatch ncit:C215543 ; skos:exactMatch obo:NCIT_C215543 ; skos:prefLabel "Study Intervention Notes" ; skos:definition "A brief written record relevant to the study intervention." ; usdm:relationshipType "Value" ; usdm:modelName "notes" ; usdm:modelRepresentation "Attribute" . usdm:StudyIntervention-administrations a owl:ObjectProperty ; rdfs:label "StudyIntervention-administrations" ; rdfs:domain usdm:StudyIntervention ; rdfs:range usdm:Administration ; skos:definition "A USDM relationship between the StudyIntervention and AgentAdministration classes which identifies the set of agent administrations associated with the study intervention." ; usdm:relationshipType "Value" ; usdm:modelName "administrations" ; usdm:modelRepresentation "Relationship" . usdm:StudyIntervention-extensionAttributes a owl:ObjectProperty ; rdfs:label "StudyIntervention-extensionAttributes" ; rdfs:domain usdm:StudyIntervention ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:StudyIntervention-instanceType a owl:DatatypeProperty ; rdfs:label "StudyIntervention-instanceType" ; rdfs:domain usdm:StudyIntervention ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class StudyRole usdm:StudyRole a owl:Class ; rdfs:label "StudyRole" ; skos:exactMatch ncit:C215497 ; skos:exactMatch obo:NCIT_C215497 ; skos:prefLabel "Study Role" ; skos:definition "A designation that identifies the function of study personnel or an organization within the context of the study." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyRole-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyRole-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyRole-label ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyRole-description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyRole-code ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyRole-masking ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyRole-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:StudyRole-id a owl:DatatypeProperty ; rdfs:label "StudyRole-id" ; rdfs:domain usdm:StudyRole ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:StudyRole-name a owl:DatatypeProperty ; rdfs:label "StudyRole-name" ; rdfs:domain usdm:StudyRole ; rdfs:range xsd:string ; skos:exactMatch ncit:C215600 ; skos:exactMatch obo:NCIT_C215600 ; skos:prefLabel "Study Role Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the study role." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:StudyRole-label a owl:DatatypeProperty ; rdfs:label "StudyRole-label" ; rdfs:domain usdm:StudyRole ; rdfs:range xsd:string ; skos:exactMatch ncit:C215602 ; skos:exactMatch obo:NCIT_C215602 ; skos:prefLabel "Study Role Label" ; skos:definition "The short descriptive designation for the study role." ; usdm:relationshipType "Value" ; usdm:modelName "label" ; usdm:modelRepresentation "Attribute" . usdm:StudyRole-description a owl:DatatypeProperty ; rdfs:label "StudyRole-description" ; rdfs:domain usdm:StudyRole ; rdfs:range xsd:string ; skos:exactMatch ncit:C215601 ; skos:exactMatch obo:NCIT_C215601 ; skos:prefLabel "Study Role Description" ; skos:definition "A narrative representation of the study role." ; usdm:relationshipType "Value" ; usdm:modelName "description" ; usdm:modelRepresentation "Attribute" . usdm:StudyRole-code a owl:ObjectProperty ; rdfs:label "StudyRole-code" ; rdfs:domain usdm:StudyRole ; rdfs:range usdm:Code ; skos:exactMatch ncit:C215603 ; skos:exactMatch obo:NCIT_C215603 ; skos:prefLabel "Study Role Code" ; skos:definition "A symbol or combination of symbols which is assigned to the study role." ; usdm:relationshipType "Value" ; usdm:modelName "code" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C215480 ; usdm:boundCodelist obo:NCIT_C215480 ; usdm:boundCodelistNote "Y (C215480)" . usdm:StudyRole-notes a owl:ObjectProperty ; rdfs:label "StudyRole-notes" ; rdfs:domain usdm:StudyRole ; rdfs:range usdm:CommentAnnotation ; skos:exactMatch ncit:C216994 ; skos:exactMatch obo:NCIT_C216994 ; skos:prefLabel "Study Role Notes" ; skos:definition "A brief written record relevant to the study role." ; usdm:relationshipType "Value" ; usdm:modelName "notes" ; usdm:modelRepresentation "Attribute" . usdm:StudyRole-assignedPersons a owl:ObjectProperty ; rdfs:label "StudyRole-assignedPersons" ; rdfs:domain usdm:StudyRole ; rdfs:range usdm:AssignedPerson ; skos: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." ; usdm:relationshipType "Value" ; usdm:modelName "assignedPersons" ; usdm:modelRepresentation "Relationship" . usdm:StudyRole-masking a owl:ObjectProperty ; rdfs:label "StudyRole-masking" ; rdfs:domain usdm:StudyRole ; rdfs:range usdm:Masking ; skos:definition "A USDM relationship between the StudyRole and Masking classes which describes the masking associated with the study role." ; usdm:relationshipType "Value" ; usdm:modelName "masking" ; usdm:modelRepresentation "Relationship" . usdm:StudyRole-organizationIds a owl:ObjectProperty ; rdfs:label "StudyRole-organizationIds" ; rdfs:domain usdm:StudyRole ; rdfs:range usdm:Organization ; skos:definition "A USDM relationship between the StudyRole and Organization classes which identifies the set of organizations associated with the study role." ; usdm:relationshipType "Ref" ; usdm:modelName "organizations" ; usdm:modelRepresentation "Relationship" . usdm:StudyRole-appliesToIds a owl:ObjectProperty ; rdfs:label "StudyRole-appliesToIds" ; rdfs:domain usdm:StudyRole ; rdfs:range [ a owl:Class ; owl:unionOf ( usdm:StudyVersion usdm:StudyDesign ) ] ; skos: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." ; usdm:relationshipType "Ref" ; usdm:modelName "appliesTo" ; usdm:modelRepresentation "Relationship" . usdm:StudyRole-extensionAttributes a owl:ObjectProperty ; rdfs:label "StudyRole-extensionAttributes" ; rdfs:domain usdm:StudyRole ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:StudyRole-instanceType a owl:DatatypeProperty ; rdfs:label "StudyRole-instanceType" ; rdfs:domain usdm:StudyRole ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class StudySite usdm:StudySite a owl:Class ; rdfs:label "StudySite" ; skos:exactMatch ncit:C80403 ; skos:exactMatch obo:NCIT_C80403 ; skos:prefLabel "Study Site" ; skos:definition "The location at which a study investigator conducts study activities." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudySite-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudySite-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudySite-label ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudySite-description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudySite-country ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudySite-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:StudySite-id a owl:DatatypeProperty ; rdfs:label "StudySite-id" ; rdfs:domain usdm:StudySite ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:StudySite-name a owl:DatatypeProperty ; rdfs:label "StudySite-name" ; rdfs:domain usdm:StudySite ; rdfs:range xsd:string ; skos:exactMatch ncit:C207566 ; skos:exactMatch obo:NCIT_C207566 ; skos:prefLabel "Study Site Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the study site." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:StudySite-label a owl:DatatypeProperty ; rdfs:label "StudySite-label" ; rdfs:domain usdm:StudySite ; rdfs:range xsd:string ; skos:exactMatch ncit:C207565 ; skos:exactMatch obo:NCIT_C207565 ; skos:prefLabel "Study Site Label" ; skos:definition "The short descriptive designation for the study site." ; usdm:relationshipType "Value" ; usdm:modelName "label" ; usdm:modelRepresentation "Attribute" . usdm:StudySite-description a owl:DatatypeProperty ; rdfs:label "StudySite-description" ; rdfs:domain usdm:StudySite ; rdfs:range xsd:string ; skos:exactMatch ncit:C207564 ; skos:exactMatch obo:NCIT_C207564 ; skos:prefLabel "Study Site Description" ; skos:definition "A narrative representation of the study site." ; usdm:relationshipType "Value" ; usdm:modelName "description" ; usdm:modelRepresentation "Attribute" . usdm:StudySite-country a owl:ObjectProperty ; rdfs:label "StudySite-country" ; rdfs:domain usdm:StudySite ; rdfs:range usdm:Code ; skos:exactMatch ncit:C170990 ; skos:exactMatch obo:NCIT_C170990 ; skos:prefLabel "Country of Study Site" ; skos:definition "The country in which the study site is located." ; usdm:relationshipType "Value" ; usdm:modelName "country" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelistNote "Y (Point out to ISO 3166-1 Alpha-3 Country code)" . usdm:StudySite-extensionAttributes a owl:ObjectProperty ; rdfs:label "StudySite-extensionAttributes" ; rdfs:domain usdm:StudySite ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:StudySite-instanceType a owl:DatatypeProperty ; rdfs:label "StudySite-instanceType" ; rdfs:domain usdm:StudySite ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class StudyTitle usdm:StudyTitle a owl:Class ; rdfs:label "StudyTitle" ; skos:exactMatch ncit:C49802 ; skos:exactMatch obo:NCIT_C49802 ; skos:prefLabel "Study Title" ; skos:definition "The sponsor-defined name of the clinical study." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyTitle-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyTitle-type ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyTitle-text ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyTitle-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:StudyTitle-id a owl:DatatypeProperty ; rdfs:label "StudyTitle-id" ; rdfs:domain usdm:StudyTitle ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:StudyTitle-type a owl:ObjectProperty ; rdfs:label "StudyTitle-type" ; rdfs:domain usdm:StudyTitle ; rdfs:range usdm:Code ; skos:exactMatch ncit:C207568 ; skos:exactMatch obo:NCIT_C207568 ; skos:prefLabel "Study Title Type" ; skos:definition "A characterization or classification of the study title." ; usdm:relationshipType "Value" ; usdm:modelName "type" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C207419 ; usdm:boundCodelist obo:NCIT_C207419 ; usdm:boundCodelistNote "Y (C207419)" . usdm:StudyTitle-text a owl:DatatypeProperty ; rdfs:label "StudyTitle-text" ; rdfs:domain usdm:StudyTitle ; rdfs:range xsd:string ; skos:exactMatch ncit:C207567 ; skos:exactMatch obo:NCIT_C207567 ; skos:prefLabel "Study Title Text" ; skos:definition "An instance of unstructured text that represents the study title." ; usdm:relationshipType "Value" ; usdm:modelName "text" ; usdm:modelRepresentation "Attribute" . usdm:StudyTitle-extensionAttributes a owl:ObjectProperty ; rdfs:label "StudyTitle-extensionAttributes" ; rdfs:domain usdm:StudyTitle ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:StudyTitle-instanceType a owl:DatatypeProperty ; rdfs:label "StudyTitle-instanceType" ; rdfs:domain usdm:StudyTitle ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class StudyVersion usdm:StudyVersion a owl:Class ; rdfs:label "StudyVersion" ; skos:exactMatch ncit:C188816 ; skos:exactMatch obo:NCIT_C188816 ; skos:prefLabel "Study Version" ; skos:definition "A plan at a particular point in time for a study." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyVersion-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyVersion-versionIdentifier ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyVersion-rationale ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyVersion-studyIdentifiers ; owl:minCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyVersion-titles ; owl:minCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:StudyVersion-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:StudyVersion-id a owl:DatatypeProperty ; rdfs:label "StudyVersion-id" ; rdfs:domain usdm:StudyVersion ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:StudyVersion-versionIdentifier a owl:DatatypeProperty ; rdfs:label "StudyVersion-versionIdentifier" ; rdfs:domain usdm:StudyVersion ; rdfs:range xsd:string ; skos:exactMatch ncit:C207570 ; skos:exactMatch obo:NCIT_C207570 ; skos:prefLabel "Study Version Identifier" ; skos:definition "A sequence of characters used to identify, name, or characterize the study version." ; usdm:relationshipType "Value" ; usdm:modelName "versionIdentifier" ; usdm:modelRepresentation "Attribute" . usdm:StudyVersion-businessTherapeuticAreas a owl:ObjectProperty ; rdfs:label "StudyVersion-businessTherapeuticAreas" ; rdfs:domain usdm:StudyVersion ; rdfs:range usdm:Code ; skos:exactMatch ncit:C201322 ; skos:exactMatch obo:NCIT_C201322 ; skos:prefLabel "Business Therapeutic Areas" ; skos:definition "A therapeutic area classification based on the structure and operations of the business unit." ; usdm:relationshipType "Value" ; usdm:modelName "businessTherapeuticAreas" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelistNote "Y (Point out to external dictionaries)" . usdm:StudyVersion-rationale a owl:DatatypeProperty ; rdfs:label "StudyVersion-rationale" ; rdfs:domain usdm:StudyVersion ; rdfs:range xsd:string ; skos:exactMatch ncit:C94122 ; skos:exactMatch obo:NCIT_C94122 ; skos:prefLabel "Study Rationale" ; skos: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." ; usdm:relationshipType "Value" ; usdm:modelName "rationale" ; usdm:modelRepresentation "Attribute" . usdm:StudyVersion-notes a owl:ObjectProperty ; rdfs:label "StudyVersion-notes" ; rdfs:domain usdm:StudyVersion ; rdfs:range usdm:CommentAnnotation ; skos:exactMatch ncit:C215539 ; skos:exactMatch obo:NCIT_C215539 ; skos:prefLabel "Study Version Notes" ; skos:definition "A brief written record relevant to the study version." ; usdm:relationshipType "Value" ; usdm:modelName "notes" ; usdm:modelRepresentation "Attribute" . usdm:StudyVersion-abbreviations a owl:ObjectProperty ; rdfs:label "StudyVersion-abbreviations" ; rdfs:domain usdm:StudyVersion ; rdfs:range usdm:Abbreviation ; skos:definition "A USDM relationship between the StudyVersion and Abbreviation classes which provides the set of abbreviations associated with the study version." ; usdm:relationshipType "Value" ; usdm:modelName "abbreviations" ; usdm:modelRepresentation "Relationship" . usdm:StudyVersion-dateValues a owl:ObjectProperty ; rdfs:label "StudyVersion-dateValues" ; rdfs:domain usdm:StudyVersion ; rdfs:range usdm:GovernanceDate ; skos:definition "A USDM relationship between the StudyVersion and GovernanceDate classes which provides the set of governance dates associated with the study version." ; usdm:relationshipType "Value" ; usdm:modelName "dateValues" ; usdm:modelRepresentation "Relationship" . usdm:StudyVersion-referenceIdentifiers a owl:ObjectProperty ; rdfs:label "StudyVersion-referenceIdentifiers" ; rdfs:domain usdm:StudyVersion ; rdfs:range usdm:ReferenceIdentifier ; skos:definition "A USDM relationship between the StudyVersion and ReferenceIdentifier classes which identifies the set of reference identifiers associated with the study version." ; usdm:relationshipType "Value" ; usdm:modelName "referenceIdentifiers" ; usdm:modelRepresentation "Relationship" . usdm:StudyVersion-amendments a owl:ObjectProperty ; rdfs:label "StudyVersion-amendments" ; rdfs:domain usdm:StudyVersion ; rdfs:range usdm:StudyAmendment ; skos:definition "A USDM relationship between the StudyVersion and StudyAmendment classes which identifies the set of study amendments associated with the study version." ; usdm:relationshipType "Value" ; usdm:modelName "amendments" ; usdm:modelRepresentation "Relationship" . usdm:StudyVersion-documentVersionIds a owl:ObjectProperty ; rdfs:label "StudyVersion-documentVersionIds" ; rdfs:domain usdm:StudyVersion ; rdfs:range usdm:StudyDefinitionDocumentVersion ; skos:definition "A USDM relationship between the StudyVersion and StudyDefinitionDocumentVersion classes which identifies the version of the study definition document associated with the study version." ; usdm:relationshipType "Ref" ; usdm:modelName "documentVersions" ; usdm:modelRepresentation "Relationship" . usdm:StudyVersion-studyDesigns a owl:ObjectProperty ; rdfs:label "StudyVersion-studyDesigns" ; rdfs:domain usdm:StudyVersion ; rdfs:range usdm:StudyDesign ; skos:definition "A USDM relationship between the StudyVersion and StudyDesign classes which identifies the set of study designs associated with the study version." ; usdm:relationshipType "Value" ; usdm:modelName "studyDesigns" ; usdm:modelRepresentation "Relationship" . usdm:StudyVersion-studyIdentifiers a owl:ObjectProperty ; rdfs:label "StudyVersion-studyIdentifiers" ; rdfs:domain usdm:StudyVersion ; rdfs:range usdm:StudyIdentifier ; skos:definition "A USDM relationship between the StudyVersion and StudyIdentifier classes which identifies the set of study identifiers associated with the study version." ; usdm:relationshipType "Value" ; usdm:modelName "studyIdentifiers" ; usdm:modelRepresentation "Relationship" . usdm:StudyVersion-titles a owl:ObjectProperty ; rdfs:label "StudyVersion-titles" ; rdfs:domain usdm:StudyVersion ; rdfs:range usdm:StudyTitle ; skos:definition "A USDM relationship between the StudyVersion and StudyTitle classes which identifies the set of study titles associated with the study version." ; usdm:relationshipType "Value" ; usdm:modelName "titles" ; usdm:modelRepresentation "Relationship" . usdm:StudyVersion-extensionAttributes a owl:ObjectProperty ; rdfs:label "StudyVersion-extensionAttributes" ; rdfs:domain usdm:StudyVersion ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:StudyVersion-eligibilityCriterionItems a owl:ObjectProperty ; rdfs:label "StudyVersion-eligibilityCriterionItems" ; rdfs:domain usdm:StudyVersion ; rdfs:range usdm:EligibilityCriterionItem ; usdm:relationshipType "Value" . usdm:StudyVersion-narrativeContentItems a owl:ObjectProperty ; rdfs:label "StudyVersion-narrativeContentItems" ; rdfs:domain usdm:StudyVersion ; rdfs:range usdm:NarrativeContentItem ; usdm:relationshipType "Value" . usdm:StudyVersion-roles a owl:ObjectProperty ; rdfs:label "StudyVersion-roles" ; rdfs:domain usdm:StudyVersion ; rdfs:range usdm:StudyRole ; usdm:relationshipType "Value" . usdm:StudyVersion-organizations a owl:ObjectProperty ; rdfs:label "StudyVersion-organizations" ; rdfs:domain usdm:StudyVersion ; rdfs:range usdm:Organization ; usdm:relationshipType "Value" . usdm:StudyVersion-studyInterventions a owl:ObjectProperty ; rdfs:label "StudyVersion-studyInterventions" ; rdfs:domain usdm:StudyVersion ; rdfs:range usdm:StudyIntervention ; usdm:relationshipType "Value" . usdm:StudyVersion-administrableProducts a owl:ObjectProperty ; rdfs:label "StudyVersion-administrableProducts" ; rdfs:domain usdm:StudyVersion ; rdfs:range usdm:AdministrableProduct ; usdm:relationshipType "Value" . usdm:StudyVersion-medicalDevices a owl:ObjectProperty ; rdfs:label "StudyVersion-medicalDevices" ; rdfs:domain usdm:StudyVersion ; rdfs:range usdm:MedicalDevice ; usdm:relationshipType "Value" . usdm:StudyVersion-productOrganizationRoles a owl:ObjectProperty ; rdfs:label "StudyVersion-productOrganizationRoles" ; rdfs:domain usdm:StudyVersion ; rdfs:range usdm:ProductOrganizationRole ; usdm:relationshipType "Value" . usdm:StudyVersion-biomedicalConcepts a owl:ObjectProperty ; rdfs:label "StudyVersion-biomedicalConcepts" ; rdfs:domain usdm:StudyVersion ; rdfs:range usdm:BiomedicalConcept ; usdm:relationshipType "Value" . usdm:StudyVersion-bcCategories a owl:ObjectProperty ; rdfs:label "StudyVersion-bcCategories" ; rdfs:domain usdm:StudyVersion ; rdfs:range usdm:BiomedicalConceptCategory ; usdm:relationshipType "Value" . usdm:StudyVersion-bcSurrogates a owl:ObjectProperty ; rdfs:label "StudyVersion-bcSurrogates" ; rdfs:domain usdm:StudyVersion ; rdfs:range usdm:BiomedicalConceptSurrogate ; usdm:relationshipType "Value" . usdm:StudyVersion-dictionaries a owl:ObjectProperty ; rdfs:label "StudyVersion-dictionaries" ; rdfs:domain usdm:StudyVersion ; rdfs:range usdm:SyntaxTemplateDictionary ; usdm:relationshipType "Value" . usdm:StudyVersion-conditions a owl:ObjectProperty ; rdfs:label "StudyVersion-conditions" ; rdfs:domain usdm:StudyVersion ; rdfs:range usdm:Condition ; usdm:relationshipType "Value" . usdm:StudyVersion-instanceType a owl:DatatypeProperty ; rdfs:label "StudyVersion-instanceType" ; rdfs:domain usdm:StudyVersion ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class SubjectEnrollment usdm:SubjectEnrollment a owl:Class ; rdfs:label "SubjectEnrollment" ; skos:exactMatch ncit:C37948 ; skos:exactMatch obo:NCIT_C37948 ; skos:prefLabel "Subject Enrollment" ; skos: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)" ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:SubjectEnrollment-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:SubjectEnrollment-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:SubjectEnrollment-label ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:SubjectEnrollment-description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:SubjectEnrollment-quantity ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:SubjectEnrollment-forGeographicScope ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:SubjectEnrollment-forStudyCohortId ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:SubjectEnrollment-forStudySiteId ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:SubjectEnrollment-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:SubjectEnrollment-id a owl:DatatypeProperty ; rdfs:label "SubjectEnrollment-id" ; rdfs:domain usdm:SubjectEnrollment ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:SubjectEnrollment-name a owl:DatatypeProperty ; rdfs:label "SubjectEnrollment-name" ; rdfs:domain usdm:SubjectEnrollment ; rdfs:range xsd:string ; skos:exactMatch ncit:C215540 ; skos:exactMatch obo:NCIT_C215540 ; skos:prefLabel "Subject Enrollment Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the subject enrollment." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:SubjectEnrollment-label a owl:DatatypeProperty ; rdfs:label "SubjectEnrollment-label" ; rdfs:domain usdm:SubjectEnrollment ; rdfs:range xsd:string ; skos:exactMatch ncit:C215542 ; skos:exactMatch obo:NCIT_C215542 ; skos:prefLabel "Subject Enrollment Label" ; skos:definition "The short descriptive designation for the subject enrollment.." ; usdm:relationshipType "Value" ; usdm:modelName "label" ; usdm:modelRepresentation "Attribute" . usdm:SubjectEnrollment-description a owl:DatatypeProperty ; rdfs:label "SubjectEnrollment-description" ; rdfs:domain usdm:SubjectEnrollment ; rdfs:range xsd:string ; skos:exactMatch ncit:C215541 ; skos:exactMatch obo:NCIT_C215541 ; skos:prefLabel "Subject Enrollment Description" ; skos:definition "A narrative representation of the subject enrollment." ; usdm:relationshipType "Value" ; usdm:modelName "description" ; usdm:modelRepresentation "Attribute" . usdm:SubjectEnrollment-quantity a owl:ObjectProperty ; rdfs:label "SubjectEnrollment-quantity" ; rdfs:domain usdm:SubjectEnrollment ; rdfs:range usdm:Quantity ; skos:exactMatch ncit:C207573 ; skos:exactMatch obo:NCIT_C207573 ; skos:prefLabel "Subject Enrollment Quantity Value" ; skos:definition "The value representing the number of individuals enrolled in a study." ; usdm:relationshipType "Value" ; usdm:modelName "quantity" ; usdm:modelRepresentation "Attribute" . usdm:SubjectEnrollment-forGeographicScope a owl:ObjectProperty ; rdfs:label "SubjectEnrollment-forGeographicScope" ; rdfs:domain usdm:SubjectEnrollment ; rdfs:range usdm:GeographicScope ; skos:definition "A USDM relationship between the SubjectEnrollment and GeographicScope classes which identifies the geographic scope to which the subject enrollment applies." ; usdm:relationshipType "Value" ; usdm:modelName "forGeographicScope" ; usdm:modelRepresentation "Relationship" . usdm:SubjectEnrollment-forStudyCohortId a owl:ObjectProperty ; rdfs:label "SubjectEnrollment-forStudyCohortId" ; rdfs:domain usdm:SubjectEnrollment ; rdfs:range usdm:StudyCohort ; skos:definition "A USDM relationship between the SubjectEnrollment and StudyCohort classes which identifies the study cohort to which the subject enrollment applies." ; usdm:relationshipType "Ref" ; usdm:modelName "forStudyCohort" ; usdm:modelRepresentation "Relationship" . usdm:SubjectEnrollment-forStudySiteId a owl:ObjectProperty ; rdfs:label "SubjectEnrollment-forStudySiteId" ; rdfs:domain usdm:SubjectEnrollment ; rdfs:range usdm:StudySite ; skos:definition "A USDM relationship between the SubjectEnrollment and StudySite classes which identifies the study site to which the subject enrollment applies." ; usdm:relationshipType "Ref" ; usdm:modelName "forStudySite" ; usdm:modelRepresentation "Relationship" . usdm:SubjectEnrollment-extensionAttributes a owl:ObjectProperty ; rdfs:label "SubjectEnrollment-extensionAttributes" ; rdfs:domain usdm:SubjectEnrollment ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:SubjectEnrollment-instanceType a owl:DatatypeProperty ; rdfs:label "SubjectEnrollment-instanceType" ; rdfs:domain usdm:SubjectEnrollment ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class Substance usdm:Substance a owl:Class ; rdfs:label "Substance" ; skos:exactMatch ncit:C45306 ; skos:exactMatch obo:NCIT_C45306 ; skos:prefLabel "Substance" ; skos:definition "Any matter of defined composition that has discrete existence, whose origin may be biological, mineral or chemical." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Substance-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Substance-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Substance-label ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Substance-description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Substance-strengths ; owl:minCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Substance-referenceSubstance ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Substance-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:Substance-id a owl:DatatypeProperty ; rdfs:label "Substance-id" ; rdfs:domain usdm:Substance ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:Substance-name a owl:DatatypeProperty ; rdfs:label "Substance-name" ; rdfs:domain usdm:Substance ; rdfs:range xsd:string ; skos:exactMatch ncit:C215586 ; skos:exactMatch obo:NCIT_C215586 ; skos:prefLabel "Substance Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the substance." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:Substance-label a owl:DatatypeProperty ; rdfs:label "Substance-label" ; rdfs:domain usdm:Substance ; rdfs:range xsd:string ; skos:exactMatch ncit:C215588 ; skos:exactMatch obo:NCIT_C215588 ; skos:prefLabel "Substance Label" ; skos:definition "The short descriptive designation for the substance." ; usdm:relationshipType "Value" ; usdm:modelName "label" ; usdm:modelRepresentation "Attribute" . usdm:Substance-description a owl:DatatypeProperty ; rdfs:label "Substance-description" ; rdfs:domain usdm:Substance ; rdfs:range xsd:string ; skos:exactMatch ncit:C215587 ; skos:exactMatch obo:NCIT_C215587 ; skos:prefLabel "Substance Description" ; skos:definition "A narrative representation of the substance." ; usdm:relationshipType "Value" ; usdm:modelName "description" ; usdm:modelRepresentation "Attribute" . usdm:Substance-codes a owl:ObjectProperty ; rdfs:label "Substance-codes" ; rdfs:domain usdm:Substance ; rdfs:range usdm:Code ; skos:exactMatch ncit:C215589 ; skos:exactMatch obo:NCIT_C215589 ; skos:prefLabel "Substance Code" ; skos:definition "A symbol or combination of symbols which is assigned to the substance." ; usdm:relationshipType "Value" ; usdm:modelName "codes" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelistNote "Y (Point out to multiple Biomedical coding dictionaries such as WHODrug, ATC, UNII, etc.)" . usdm:Substance-strengths a owl:ObjectProperty ; rdfs:label "Substance-strengths" ; rdfs:domain usdm:Substance ; rdfs:range usdm:Strength ; skos:definition "A USDM relationship between the Substance and Strength class which provides the values of the strengths of the substance." ; usdm:relationshipType "Value" ; usdm:modelName "strengths" ; usdm:modelRepresentation "Relationship" . usdm:Substance-referenceSubstance a owl:ObjectProperty ; rdfs:label "Substance-referenceSubstance" ; rdfs:domain usdm:Substance ; rdfs:range usdm:Substance ; skos: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." ; usdm:relationshipType "Value" ; usdm:modelName "referenceSubstance" ; usdm:modelRepresentation "Relationship" . usdm:Substance-extensionAttributes a owl:ObjectProperty ; rdfs:label "Substance-extensionAttributes" ; rdfs:domain usdm:Substance ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:Substance-instanceType a owl:DatatypeProperty ; rdfs:label "Substance-instanceType" ; rdfs:domain usdm:Substance ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class SyntaxTemplate usdm:SyntaxTemplate a owl:Class ; rdfs:label "SyntaxTemplate" ; skos:exactMatch ncit:C207596 ; skos:exactMatch obo:NCIT_C207596 ; skos:prefLabel "Syntax Template" ; skos:definition "A standardized pattern used for the arrangement of words and phrases to create well-formed, structured sentences." ; usdm:modifier "Abstract" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:SyntaxTemplate-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:SyntaxTemplate-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:SyntaxTemplate-label ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:SyntaxTemplate-description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:SyntaxTemplate-text ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:SyntaxTemplate-dictionaryId ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] . usdm:SyntaxTemplate-id a owl:DatatypeProperty ; rdfs:label "SyntaxTemplate-id" ; rdfs:domain usdm:SyntaxTemplate ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:SyntaxTemplate-name a owl:DatatypeProperty ; rdfs:label "SyntaxTemplate-name" ; rdfs:domain usdm:SyntaxTemplate ; rdfs:range xsd:string ; skos:exactMatch ncit:C207477 ; skos:exactMatch obo:NCIT_C207477 ; skos:prefLabel "Characteristic Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the characteristic." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:SyntaxTemplate-label a owl:DatatypeProperty ; rdfs:label "SyntaxTemplate-label" ; rdfs:domain usdm:SyntaxTemplate ; rdfs:range xsd:string ; skos:exactMatch ncit:C207476 ; skos:exactMatch obo:NCIT_C207476 ; skos:prefLabel "Characteristic Label" ; skos:definition "The short descriptive designation for the characteristic." ; usdm:relationshipType "Value" ; usdm:modelName "label" ; usdm:modelRepresentation "Attribute" . usdm:SyntaxTemplate-description a owl:DatatypeProperty ; rdfs:label "SyntaxTemplate-description" ; rdfs:domain usdm:SyntaxTemplate ; rdfs:range xsd:string ; skos:exactMatch ncit:C207475 ; skos:exactMatch obo:NCIT_C207475 ; skos:prefLabel "Characteristic Description" ; skos:definition "A narrative representation of the characteristic." ; usdm:relationshipType "Value" ; usdm:modelName "description" ; usdm:modelRepresentation "Attribute" . usdm:SyntaxTemplate-text a owl:DatatypeProperty ; rdfs:label "SyntaxTemplate-text" ; rdfs:domain usdm:SyntaxTemplate ; rdfs:range xsd:string ; skos:exactMatch ncit:C207478 ; skos:exactMatch obo:NCIT_C207478 ; skos:prefLabel "Characteristic Text" ; skos:definition "An instance of structured text that represents the characteristic." ; usdm:relationshipType "Value" ; usdm:modelName "text" ; usdm:modelRepresentation "Attribute" . usdm:SyntaxTemplate-notes a owl:ObjectProperty ; rdfs:label "SyntaxTemplate-notes" ; rdfs:domain usdm:SyntaxTemplate ; rdfs:range usdm:CommentAnnotation ; skos:exactMatch ncit:C215548 ; skos:exactMatch obo:NCIT_C215548 ; skos:prefLabel "Characteristic Notes" ; skos:definition "A brief written record relevant to the characteristic." ; usdm:relationshipType "Value" ; usdm:modelName "notes" ; usdm:modelRepresentation "Attribute" . usdm:SyntaxTemplate-dictionaryId a owl:ObjectProperty ; rdfs:label "SyntaxTemplate-dictionaryId" ; rdfs:domain usdm:SyntaxTemplate ; rdfs:range usdm:SyntaxTemplateDictionary ; skos:definition "A USDM relationship between the Characteristic and SyntaxTemplateDictionary classes which provides the set of dictionary entries related to characteristics." ; usdm:relationshipType "Ref" ; usdm:modelName "dictionary" ; usdm:modelRepresentation "Relationship" . # class SyntaxTemplateDictionary usdm:SyntaxTemplateDictionary a owl:Class ; rdfs:label "SyntaxTemplateDictionary" ; skos:exactMatch ncit:C207597 ; skos:exactMatch obo:NCIT_C207597 ; skos:prefLabel "Syntax Template Dictionary" ; skos:definition "A reference source that provides a listing of valid parameter names and values used in syntax template text strings." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:SyntaxTemplateDictionary-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:SyntaxTemplateDictionary-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:SyntaxTemplateDictionary-label ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:SyntaxTemplateDictionary-description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:SyntaxTemplateDictionary-parameterMaps ; owl:minCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:SyntaxTemplateDictionary-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:SyntaxTemplateDictionary-id a owl:DatatypeProperty ; rdfs:label "SyntaxTemplateDictionary-id" ; rdfs:domain usdm:SyntaxTemplateDictionary ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:SyntaxTemplateDictionary-name a owl:DatatypeProperty ; rdfs:label "SyntaxTemplateDictionary-name" ; rdfs:domain usdm:SyntaxTemplateDictionary ; rdfs:range xsd:string ; skos:exactMatch ncit:C207581 ; skos:exactMatch obo:NCIT_C207581 ; skos:prefLabel "Syntax Template Dictionary Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the syntax template dictionary." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:SyntaxTemplateDictionary-label a owl:DatatypeProperty ; rdfs:label "SyntaxTemplateDictionary-label" ; rdfs:domain usdm:SyntaxTemplateDictionary ; rdfs:range xsd:string ; skos:exactMatch ncit:C207580 ; skos:exactMatch obo:NCIT_C207580 ; skos:prefLabel "Syntax Template Dictionary Label" ; skos:definition "The short descriptive designation for the syntax template dictionary." ; usdm:relationshipType "Value" ; usdm:modelName "label" ; usdm:modelRepresentation "Attribute" . usdm:SyntaxTemplateDictionary-description a owl:DatatypeProperty ; rdfs:label "SyntaxTemplateDictionary-description" ; rdfs:domain usdm:SyntaxTemplateDictionary ; rdfs:range xsd:string ; skos:exactMatch ncit:C207579 ; skos:exactMatch obo:NCIT_C207579 ; skos:prefLabel "Syntax Template Dictionary Description" ; skos:definition "A narrative representation of the syntax template dictionary." ; usdm:relationshipType "Value" ; usdm:modelName "description" ; usdm:modelRepresentation "Attribute" . usdm:SyntaxTemplateDictionary-parameterMaps a owl:ObjectProperty ; rdfs:label "SyntaxTemplateDictionary-parameterMaps" ; rdfs:domain usdm:SyntaxTemplateDictionary ; rdfs:range usdm:ParameterMap ; skos: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." ; usdm:relationshipType "Value" ; usdm:modelName "parameterMaps" ; usdm:modelRepresentation "Relationship" . usdm:SyntaxTemplateDictionary-extensionAttributes a owl:ObjectProperty ; rdfs:label "SyntaxTemplateDictionary-extensionAttributes" ; rdfs:domain usdm:SyntaxTemplateDictionary ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:SyntaxTemplateDictionary-instanceType a owl:DatatypeProperty ; rdfs:label "SyntaxTemplateDictionary-instanceType" ; rdfs:domain usdm:SyntaxTemplateDictionary ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class Timing usdm:Timing a owl:Class ; rdfs:label "Timing" ; skos:exactMatch ncit:C80484 ; skos:exactMatch obo:NCIT_C80484 ; skos:prefLabel "Timing" ; skos:definition "The chronological relationship between temporal events." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Timing-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Timing-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Timing-label ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Timing-description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Timing-type ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Timing-relativeToFrom ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Timing-value ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Timing-valueLabel ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Timing-windowLabel ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Timing-windowLower ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Timing-windowUpper ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Timing-relativeToScheduledInstanceId ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Timing-relativeFromScheduledInstanceId ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:Timing-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:Timing-id a owl:DatatypeProperty ; rdfs:label "Timing-id" ; rdfs:domain usdm:Timing ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:Timing-name a owl:DatatypeProperty ; rdfs:label "Timing-name" ; rdfs:domain usdm:Timing ; rdfs:range xsd:string ; skos:exactMatch ncit:C207584 ; skos:exactMatch obo:NCIT_C207584 ; skos:prefLabel "Timing Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the timing." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:Timing-label a owl:DatatypeProperty ; rdfs:label "Timing-label" ; rdfs:domain usdm:Timing ; rdfs:range xsd:string ; skos:exactMatch ncit:C207583 ; skos:exactMatch obo:NCIT_C207583 ; skos:prefLabel "Timing Label" ; skos:definition "The short descriptive designation for the timing." ; usdm:relationshipType "Value" ; usdm:modelName "label" ; usdm:modelRepresentation "Attribute" . usdm:Timing-description a owl:DatatypeProperty ; rdfs:label "Timing-description" ; rdfs:domain usdm:Timing ; rdfs:range xsd:string ; skos:exactMatch ncit:C164648 ; skos:exactMatch obo:NCIT_C164648 ; skos:prefLabel "Timing Description" ; skos:definition "A narrative representation of the chronological relationship between temporal events." ; usdm:relationshipType "Value" ; usdm:modelName "description" ; usdm:modelRepresentation "Attribute" . usdm:Timing-type a owl:ObjectProperty ; rdfs:label "Timing-type" ; rdfs:domain usdm:Timing ; rdfs:range usdm:Code ; skos:exactMatch ncit:C201298 ; skos:exactMatch obo:NCIT_C201298 ; skos:prefLabel "Timing Type" ; skos:definition "A characterization or classification of the chronological relationship between temporal events." ; usdm:relationshipType "Value" ; usdm:modelName "type" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C201264 ; usdm:boundCodelist obo:NCIT_C201264 ; usdm:boundCodelistNote "Y (C201264)" . usdm:Timing-relativeToFrom a owl:ObjectProperty ; rdfs:label "Timing-relativeToFrom" ; rdfs:domain usdm:Timing ; rdfs:range usdm:Code ; skos:exactMatch ncit:C201297 ; skos:exactMatch obo:NCIT_C201297 ; skos:prefLabel "Timing Relative To From" ; skos:definition "The name of the reference event used to define the temporal relationship with another event." ; usdm:relationshipType "Value" ; usdm:modelName "relativeToFrom" ; usdm:modelRepresentation "Attribute" ; usdm:boundCodelist ncit:C201265 ; usdm:boundCodelist obo:NCIT_C201265 ; usdm:boundCodelistNote "Y (C201265)" . usdm:Timing-value a owl:DatatypeProperty ; rdfs:label "Timing-value" ; rdfs:domain usdm:Timing ; rdfs:range xsd:string ; skos:exactMatch ncit:C201341 ; skos:exactMatch obo:NCIT_C201341 ; skos:prefLabel "Timing Value" ; skos:definition "The temporal value of the chronological relationship between temporal events." ; usdm:relationshipType "Value" ; usdm:modelName "value" ; usdm:modelRepresentation "Attribute" . usdm:Timing-valueLabel a owl:DatatypeProperty ; rdfs:label "Timing-valueLabel" ; rdfs:domain usdm:Timing ; rdfs:range xsd:string ; skos:exactMatch ncit:C207585 ; skos:exactMatch obo:NCIT_C207585 ; skos:prefLabel "Timing Value Label" ; skos:definition "The short descriptive designation for the timing value." ; usdm:relationshipType "Value" ; usdm:modelName "valueLabel" ; usdm:modelRepresentation "Attribute" . usdm:Timing-windowLabel a owl:DatatypeProperty ; rdfs:label "Timing-windowLabel" ; rdfs:domain usdm:Timing ; rdfs:range xsd:string ; skos:exactMatch ncit:C207586 ; skos:exactMatch obo:NCIT_C207586 ; skos:prefLabel "Timing Window Label" ; skos: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." ; usdm:relationshipType "Value" ; usdm:modelName "windowLabel" ; usdm:modelRepresentation "Attribute" . usdm:Timing-windowLower a owl:DatatypeProperty ; rdfs:label "Timing-windowLower" ; rdfs:domain usdm:Timing ; rdfs:range xsd:string ; skos:exactMatch ncit:C201342 ; skos:exactMatch obo:NCIT_C201342 ; skos:prefLabel "Timing Window, Lower" ; skos:definition "The earliest chronological value of an allowable period of time during which a temporal event takes place." ; usdm:relationshipType "Value" ; usdm:modelName "windowLower" ; usdm:modelRepresentation "Attribute" . usdm:Timing-windowUpper a owl:DatatypeProperty ; rdfs:label "Timing-windowUpper" ; rdfs:domain usdm:Timing ; rdfs:range xsd:string ; skos:exactMatch ncit:C201343 ; skos:exactMatch obo:NCIT_C201343 ; skos:prefLabel "Timing Window, Upper" ; skos:definition "The latest chronological value of an allowable period of time during which a temporal event takes place." ; usdm:relationshipType "Value" ; usdm:modelName "windowUpper" ; usdm:modelRepresentation "Attribute" . usdm:Timing-relativeToScheduledInstanceId a owl:ObjectProperty ; rdfs:label "Timing-relativeToScheduledInstanceId" ; rdfs:domain usdm:Timing ; rdfs:range usdm:ScheduledInstance ; skos: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." ; usdm:relationshipType "Ref" ; usdm:modelName "relativeToScheduledInstance" ; usdm:modelRepresentation "Relationship" . usdm:Timing-relativeFromScheduledInstanceId a owl:ObjectProperty ; rdfs:label "Timing-relativeFromScheduledInstanceId" ; rdfs:domain usdm:Timing ; rdfs:range usdm:ScheduledInstance ; skos: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." ; usdm:relationshipType "Ref" ; usdm:modelName "relativeFromScheduledInstance" ; usdm:modelRepresentation "Relationship" . usdm:Timing-extensionAttributes a owl:ObjectProperty ; rdfs:label "Timing-extensionAttributes" ; rdfs:domain usdm:Timing ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:Timing-instanceType a owl:DatatypeProperty ; rdfs:label "Timing-instanceType" ; rdfs:domain usdm:Timing ; rdfs:range xsd:string ; usdm:relationshipType "Value" . # class TransitionRule usdm:TransitionRule a owl:Class ; rdfs:label "TransitionRule" ; skos:exactMatch ncit:C82567 ; skos:exactMatch obo:NCIT_C82567 ; skos:prefLabel "Transition Rule" ; skos: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." ; usdm:modifier "Concrete" ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:TransitionRule-id ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:TransitionRule-name ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:TransitionRule-label ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:TransitionRule-description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:TransitionRule-text ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty usdm:TransitionRule-instanceType ; owl:cardinality "1"^^xsd:nonNegativeInteger ] . usdm:TransitionRule-id a owl:DatatypeProperty ; rdfs:label "TransitionRule-id" ; rdfs:domain usdm:TransitionRule ; rdfs:range xsd:string ; usdm:relationshipType "Value" ; usdm:modelName "id" ; usdm:modelRepresentation "Attribute" . usdm:TransitionRule-name a owl:DatatypeProperty ; rdfs:label "TransitionRule-name" ; rdfs:domain usdm:TransitionRule ; rdfs:range xsd:string ; skos:exactMatch ncit:C207588 ; skos:exactMatch obo:NCIT_C207588 ; skos:prefLabel "Transition Rule Name" ; skos:definition "The literal identifier (i.e., distinctive designation) of the transition rule." ; usdm:relationshipType "Value" ; usdm:modelName "name" ; usdm:modelRepresentation "Attribute" . usdm:TransitionRule-label a owl:DatatypeProperty ; rdfs:label "TransitionRule-label" ; rdfs:domain usdm:TransitionRule ; rdfs:range xsd:string ; skos:exactMatch ncit:C207587 ; skos:exactMatch obo:NCIT_C207587 ; skos:prefLabel "Transition Rule Label" ; skos:definition "The short descriptive designation for the transition rule." ; usdm:relationshipType "Value" ; usdm:modelName "label" ; usdm:modelRepresentation "Attribute" . usdm:TransitionRule-description a owl:DatatypeProperty ; rdfs:label "TransitionRule-description" ; rdfs:domain usdm:TransitionRule ; rdfs:range xsd:string ; skos:exactMatch ncit:C188835 ; skos:exactMatch obo:NCIT_C188835 ; skos:prefLabel "Transition Rule Description" ; skos:definition "A narrative representation of the transition rule." ; usdm:relationshipType "Value" ; usdm:modelName "description" ; usdm:modelRepresentation "Attribute" . usdm:TransitionRule-text a owl:DatatypeProperty ; rdfs:label "TransitionRule-text" ; rdfs:domain usdm:TransitionRule ; rdfs:range xsd:string ; skos:exactMatch ncit:C207589 ; skos:exactMatch obo:NCIT_C207589 ; skos:prefLabel "Transition Rule Text" ; skos:definition "An instance of unstructured text that represents the transition rule." ; usdm:relationshipType "Value" ; usdm:modelName "text" ; usdm:modelRepresentation "Attribute" . usdm:TransitionRule-extensionAttributes a owl:ObjectProperty ; rdfs:label "TransitionRule-extensionAttributes" ; rdfs:domain usdm:TransitionRule ; rdfs:range usdm:ExtensionAttribute ; usdm:relationshipType "Value" . usdm:TransitionRule-instanceType a owl:DatatypeProperty ; rdfs:label "TransitionRule-instanceType" ; rdfs:domain usdm:TransitionRule ; rdfs:range xsd:string ; usdm:relationshipType "Value" .