forked from edmcouncil/idmp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AboutIDMPProd.rdf
107 lines (94 loc) · 6.48 KB
/
AboutIDMPProd.rdf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rdf:RDF [
<!ENTITY dct "http://purl.org/dc/terms/">
<!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
<!ENTITY idmp-prod "https://spec.pistoiaalliance.org/idmp/ontology/AboutIDMPProd/">
<!ENTITY owl "http://www.w3.org/2002/07/owl#">
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
<!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
]>
<rdf:RDF xml:base="https://spec.pistoiaalliance.org/idmp/ontology/AboutIDMPProd/"
xmlns:dct="http://purl.org/dc/terms/"
xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
xmlns:idmp-prod="https://spec.pistoiaalliance.org/idmp/ontology/AboutIDMPProd/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<owl:Ontology rdf:about="https://spec.pistoiaalliance.org/idmp/ontology/AboutIDMPProd/">
<rdfs:label>About IDMP Production</rdfs:label>
<dct:abstract>This ontology is provided for the convenience of IDMP users. It loads the IDMP production ontologies based on the contents of GitHub, rather than those that comprise a specific version, such as a quarterly release. Note that reference data, metadata files and other 'load' files, such as the various subject area specific 'all' files, are intentionally excluded.</dct:abstract>
<dct:issued rdf:datatype="&xsd;dateTime">2023-08-13T18:00:00</dct:issued>
<dct:license rdf:datatype="&xsd;anyURI">https://opensource.org/licenses/MIT</dct:license>
<cmns-av:copyright>Copyright (c) 2022-2023 EDM Council, Inc.</cmns-av:copyright>
<cmns-av:copyright>Copyright (c) 2022-2023 Pistoia Alliance, Inc.</cmns-av:copyright>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Commons Subject Area (CMNS), including ontologies that may be dereferenced from the Object Management Group (OMG)
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/Classifiers/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/CodesAndCodeSets/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/Collections/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/RolesAndCompositions/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/ContextualDesignators/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/ContextualIdentifiers/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/DatesAndTimes/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/Designators/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/Documents/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/GovernmentEntities/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/Identifiers/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/Locations/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/Organizations/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/PartiesAndSituations/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/ProductsAndServices/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/QuantitiesAndUnits/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/RegistrationAuthorities/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/RegulatoryAgencies/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/StatisticalMeasures/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/TextDatatype/"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Languages, Countries and Codes Subject Area (LCC), including ontologies that may be dereferenced from the Object Management Group (OMG)
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-2-SubdivisionCodes/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/UN-M49-RegionCodes/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/LCC/Languages/LanguageRepresentation/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/LCC/Languages/ISO639-1-LanguageCodes/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/LCC/Languages/ISO639-2-LanguageCodes/"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Multiple Vocabulary Facility Subject Area (MF), including ontologies that may be dereferenced from the Object Management Group (OMG)
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<owl:imports rdf:resource="https://www.omg.org/spec/MVF/ISO1087-VocabularyForTermsAndDefinitions/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/MVF/MultipleVocabularyFacility/"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Identification of Medicinal Products (IDMP) ISO Standard-specific Normative Subject Areas
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<owl:imports rdf:resource="https://spec.pistoiaalliance.org/idmp/ontology/META/ChangeManagement/"/>
<owl:imports rdf:resource="https://spec.pistoiaalliance.org/idmp/ontology/META/ISOConformanceAnnotations/"/>
<owl:imports rdf:resource="https://spec.pistoiaalliance.org/idmp/ontology/ISO/ISO11238-Substances/"/>
<owl:imports rdf:resource="https://spec.pistoiaalliance.org/idmp/ontology/ISO/ISO11240-UnitsOfMeasurement/"/>
<owl:imports rdf:resource="https://spec.pistoiaalliance.org/idmp/ontology/ISO/ISO11615-MedicinalProducts/"/>
<owl:imports rdf:resource="https://spec.pistoiaalliance.org/idmp/ontology/ISO/ISO21090-HarmonizedDatatypes/"/>
<owl:versionIRI rdf:resource="https://spec.pistoiaalliance.org/idmp/ontology/20230801/AboutIDMPProd/"/>
</owl:Ontology>
</rdf:RDF>