-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathMetadataIDMP.rdf
66 lines (63 loc) · 4.47 KB
/
MetadataIDMP.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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rdf:RDF [
<!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
<!ENTITY cmns-mod "https://www.omg.org/spec/Commons/MetadataCMNS/">
<!ENTITY dct "http://purl.org/dc/terms/">
<!ENTITY idmp-chg "https://spec.pistoiaalliance.org/idmp/ontology/META/ChangeManagement/">
<!ENTITY idmp-ext-mod "https://spec.pistoiaalliance.org/idmp/ontology/EXT/MetadataEXT/">
<!ENTITY idmp-iso-mod "https://spec.pistoiaalliance.org/idmp/ontology/ISO/MetadataISO/">
<!ENTITY idmp-meta-mod "https://spec.pistoiaalliance.org/idmp/ontology/META/MetadataMETA/">
<!ENTITY idmp-spec "https://spec.pistoiaalliance.org/idmp/ontology/MetadataIDMP/">
<!ENTITY lcc-mod "https://www.omg.org/spec/LCC/MetadataLCC/">
<!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/MetadataIDMP/"
xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
xmlns:cmns-mod="https://www.omg.org/spec/Commons/MetadataCMNS/"
xmlns:dct="http://purl.org/dc/terms/"
xmlns:idmp-chg="https://spec.pistoiaalliance.org/idmp/ontology/META/ChangeManagement/"
xmlns:idmp-ext-mod="https://spec.pistoiaalliance.org/idmp/ontology/EXT/MetadataEXT/"
xmlns:idmp-iso-mod="https://spec.pistoiaalliance.org/idmp/ontology/ISO/MetadataISO/"
xmlns:idmp-meta-mod="https://spec.pistoiaalliance.org/idmp/ontology/META/MetadataMETA/"
xmlns:idmp-spec="https://spec.pistoiaalliance.org/idmp/ontology/MetadataIDMP/"
xmlns:lcc-mod="https://www.omg.org/spec/LCC/MetadataLCC/"
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/MetadataIDMP/">
<rdfs:label>Metadata for the IDMP Metadata Ontology</rdfs:label>
<dct:abstract>The IDMP Metadata Ontology describes the various modules that make up the IDMP ontology library and supports the data management and governance program for the Identification of Medicinal Products (IDMP) program in general.</dct:abstract>
<dct:issued rdf:datatype="&xsd;dateTime">2022-09-20T18:00:00</dct:issued>
<dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
<owl:imports rdf:resource="https://spec.pistoiaalliance.org/idmp/ontology/EXT/MetadataEXT/"/>
<owl:imports rdf:resource="https://spec.pistoiaalliance.org/idmp/ontology/ISO/MetadataISO/"/>
<owl:imports rdf:resource="https://spec.pistoiaalliance.org/idmp/ontology/META/ChangeManagement/"/>
<owl:imports rdf:resource="https://spec.pistoiaalliance.org/idmp/ontology/META/MetadataMETA/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/MetadataCMNS/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/LCC/MetadataLCC/"/>
<owl:versionIRI rdf:resource="https://spec.pistoiaalliance.org/idmp/ontology/20220901/MetadataIDMP/"/>
<cmns-av:copyright>Copyright (c) 2022 EDM Council, Inc.</cmns-av:copyright>
<cmns-av:copyright>Copyright (c) 2022 Pistoia Alliance, Inc.</cmns-av:copyright>
</owl:Ontology>
<owl:NamedIndividual rdf:about="&idmp-spec;IDMPSpecification">
<rdf:type rdf:resource="&idmp-chg;Specification"/>
<rdfs:label>IDMP Specification</rdfs:label>
<dct:abstract>The IDMP Specification comprises all metadata describing the various modules and ontologies that make up the IDMP ontology library and supports the data management and governance program for the Identification of Medicinal Products (IDMP) program.</dct:abstract>
<dct:hasPart rdf:resource="&idmp-ext-mod;EXTModule"/>
<dct:hasPart rdf:resource="&idmp-iso-mod;ISOModule"/>
<dct:hasPart rdf:resource="&idmp-meta-mod;METAModule"/>
<dct:hasPart rdf:resource="&cmns-mod;CMNSModule"/>
<dct:hasPart rdf:resource="&lcc-mod;LCCModule"/>
<dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license>
<dct:title>IDMP Specification</dct:title>
<cmns-av:copyright>Copyright (c) 2022 EDM Council, Inc.</cmns-av:copyright>
<cmns-av:copyright>Copyright (c) 2022 Pistoia Alliance, Inc.</cmns-av:copyright>
</owl:NamedIndividual>
</rdf:RDF>