########################################################################### #Title: Prototype Ontology for the IVOA Provenance DM specification #author:Lucas Holzmann, CDS, Observatoire, Strasbourg #date: July 2018 #description: This document extends the W3C PROV-O ontology. Implements W3C core, activity configuration #together with all description classes descriptions. #For better readability, consider opening this file with the 'Protege' API. ############################################################################ @prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . rdf:type owl:Ontology . ################################################################# # Object Properties ################################################################# ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLObjectProperty_1dc98678_597b_47b3_a342_6b8ac664b95d :OWLObjectProperty_1dc98678_597b_47b3_a342_6b8ac664b95d rdf:type owl:ObjectProperty ; rdfs:domain :OWLClass_87254cb1_96d1_4ee7_8660_1852c81ca825 ; rdfs:range :OWLClass_3ec4e4b2_8227_4f3f_b661_90429341da55 ; rdfs:comment "Relates an Activity to an Agent." , "Relates an Entity to the Activity that created it." ; rdfs:label "wasAssociatedWith"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLObjectProperty_24a1ed4a_56ed_4f70_9b63_cacf62301a2c :OWLObjectProperty_24a1ed4a_56ed_4f70_9b63_cacf62301a2c rdf:type owl:ObjectProperty ; rdfs:domain :OWLClass_87254cb1_96d1_4ee7_8660_1852c81ca825 ; rdfs:comment "Relates an Activity to one or more Entity that the Activity uses." ; rdfs:label "used"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLObjectProperty_69a4a71f_89ba_4c92_a2cd_454b35c6e419 :OWLObjectProperty_69a4a71f_89ba_4c92_a2cd_454b35c6e419 rdf:type owl:ObjectProperty ; rdfs:domain :OWLClass_87254cb1_96d1_4ee7_8660_1852c81ca825 ; rdfs:range :OWLClass_87254cb1_96d1_4ee7_8660_1852c81ca825 ; rdfs:comment "Can be used as a shortcut if the skipped datasets are deemed to be not important enough to be recorded." ; rdfs:label "wasInformedBy"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLObjectProperty_7bec3bef_3621_48cc_bca5_512614b29bc1 :OWLObjectProperty_7bec3bef_3621_48cc_bca5_512614b29bc1 rdf:type owl:ObjectProperty ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( :OWLClass_653f09cf_5600_41fc_8507_bc614711397d :OWLClass_9b0b0f23_94a0_4a4b_ba9c_a808b8470cb8 ) ] ; rdfs:range :OWLClass_51aced7c_1626_4d7c_94e6_dc42aa3af9ff ; rdfs:comment "Connects an Agent's RoleInTime to a definition of the type of Role held by this Agent." ; rdfs:label "withRole"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLObjectProperty_8678cad6_eb57_4a96_b87c_65d57019c47e :OWLObjectProperty_8678cad6_eb57_4a96_b87c_65d57019c47e rdf:type owl:ObjectProperty ; rdfs:domain :OWLClass_f0f38ea2_90f2_45f3_bf01_161ba90c470c ; rdfs:range :OWLClass_f0f38ea2_90f2_45f3_bf01_161ba90c470c ; owl:propertyChainAxiom ( :OWLObjectProperty_a5ab2982_93b0_450e_9d72_680f435474d9 :OWLObjectProperty_24a1ed4a_56ed_4f70_9b63_cacf62301a2c ) ; rdfs:comment "Expresses that one Entity is derived from another, which means it can be used to find one (or more) progenitor(s) of a dataset, without having to look for the Activities in between. It can therefore serve as a shortcut." ; rdfs:label "wasDerivedFrom"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLObjectProperty_87e62a7d_6fe7_44a5_9335_eafcb2d189fc :OWLObjectProperty_87e62a7d_6fe7_44a5_9335_eafcb2d189fc rdf:type owl:ObjectProperty ; rdfs:domain :OWLClass_3ec4e4b2_8227_4f3f_b661_90429341da55 ; rdfs:range :OWLClass_653f09cf_5600_41fc_8507_bc614711397d ; rdfs:comment """Relates an Agent to a Role that the Agent holds. This is done via the indirection: foaf:Agent prov:holdsRoleInTime [ a prov:RoleInTime ; prov:withRole prov:Role ] .""" ; rdfs:label "holdsRoleInTime"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLObjectProperty_93ee9fc4_2fd8_4619_a664_bae3ff9e663d :OWLObjectProperty_93ee9fc4_2fd8_4619_a664_bae3ff9e663d rdf:type owl:ObjectProperty ; owl:inverseOf :OWLObjectProperty_d71f84b3_d091_4f0d_ba52_d3cf6a6d6808 ; rdf:type owl:FunctionalProperty ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( :OWLClass_39e8bc3e_afe5_4140_9f84_9ed777c46d08 :OWLClass_b8e16ee5_b55b_41c0_8cf4_9ccdc159841e :OWLClass_cdef0dc2_60b8_4622_a52d_3b10f58b8d87 ) ] ; rdfs:range :OWLClass_b8e16ee5_b55b_41c0_8cf4_9ccdc159841e ; rdfs:comment "Relates an Object or a Paramater to the according description." ; rdfs:label "describedBy"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLObjectProperty_9e270f8f_a346_4e0f_a0ed_52b93f506040 :OWLObjectProperty_9e270f8f_a346_4e0f_a0ed_52b93f506040 rdf:type owl:ObjectProperty , owl:FunctionalProperty ; rdfs:range :OWLClass_cdef0dc2_60b8_4622_a52d_3b10f58b8d87 ; rdfs:comment "Links a relation to an Object that has something to do with it." ; rdfs:label "refersTo"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLObjectProperty_a5ab2982_93b0_450e_9d72_680f435474d9 :OWLObjectProperty_a5ab2982_93b0_450e_9d72_680f435474d9 rdf:type owl:ObjectProperty , owl:FunctionalProperty ; rdfs:domain :OWLClass_f0f38ea2_90f2_45f3_bf01_161ba90c470c ; rdfs:comment "Relates an Entity to the Activity that created it." ; rdfs:label "wasGeneratedBy"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLObjectProperty_d71f84b3_d091_4f0d_ba52_d3cf6a6d6808 :OWLObjectProperty_d71f84b3_d091_4f0d_ba52_d3cf6a6d6808 rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty ; rdfs:domain :OWLClass_b8e16ee5_b55b_41c0_8cf4_9ccdc159841e ; rdfs:range [ rdf:type owl:Class ; owl:unionOf ( :OWLClass_39e8bc3e_afe5_4140_9f84_9ed777c46d08 :OWLClass_cdef0dc2_60b8_4622_a52d_3b10f58b8d87 ) ] ; rdfs:comment "associates a Description wiith the Object it describes." ; rdfs:label "describes"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLObjectProperty_f840a3ec_6735_4295_8c35_3f1cd7f16121 :OWLObjectProperty_f840a3ec_6735_4295_8c35_3f1cd7f16121 rdf:type owl:ObjectProperty ; rdfs:domain :OWLClass_87254cb1_96d1_4ee7_8660_1852c81ca825 ; rdfs:range :OWLClass_39e8bc3e_afe5_4140_9f84_9ed777c46d08 ; rdfs:comment "Relates an Activity to its Parameter." ; rdfs:label "hasParameter"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLObjectProperty_fd9e8f3e_b0f7_4ede_b214_c37dfcf40d84 :OWLObjectProperty_fd9e8f3e_b0f7_4ede_b214_c37dfcf40d84 rdf:type owl:ObjectProperty ; rdfs:domain :OWLClass_f0f38ea2_90f2_45f3_bf01_161ba90c470c ; rdfs:range :OWLClass_3ec4e4b2_8227_4f3f_b661_90429341da55 ; rdfs:comment "Relates an Entity to an Agent." ; rdfs:label "wasAttributedTo"@fr . ################################################################# # Data properties ################################################################# ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLDataProperty_0a40f0da_c999_4453_9ada_29264a702f7c :OWLDataProperty_0a40f0da_c999_4453_9ada_29264a702f7c rdf:type owl:DatatypeProperty ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( :OWLClass_39e8bc3e_afe5_4140_9f84_9ed777c46d08 :OWLClass_f0f38ea2_90f2_45f3_bf01_161ba90c470c ) ] ; rdfs:comment "Value that is a direct representation of the Entity OR Value of the Parameter." ; rdfs:label "value"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLDataProperty_0f7f6a10_a185_4920_a317_b501da5dac5f :OWLDataProperty_0f7f6a10_a185_4920_a317_b501da5dac5f rdf:type owl:DatatypeProperty ; rdfs:domain :OWLClass_f0f38ea2_90f2_45f3_bf01_161ba90c470c ; rdfs:range xsd:dateTime ; rdfs:comment "Date and time at which the entity was created (e.g. timestamp of a file)." ; rdfs:label "creationTime"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLDataProperty_2bbb12d1_66dc_4be6_9899_16dc75209ab9 :OWLDataProperty_2bbb12d1_66dc_4be6_9899_16dc75209ab9 rdf:type owl:DatatypeProperty ; rdfs:domain :OWLClass_24bf1529_8653_40e2_b810_122256de8073 ; rdfs:range xsd:string ; rdfs:comment "A version number, if applicable (e.g. for the code)." ; rdfs:label "version"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLDataProperty_4a74f3f7_a8b8_4af0_bbcb_d4d2994cc29d :OWLDataProperty_4a74f3f7_a8b8_4af0_bbcb_d4d2994cc29d rdf:type owl:DatatypeProperty ; rdfs:domain :OWLClass_3ec4e4b2_8227_4f3f_b661_90429341da55 ; rdfs:range xsd:string ; rdfs:comment "Contact email of the Agent." ; rdfs:label "email"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLDataProperty_4ba441be_0323_4ad2_a098_53792046c80f :OWLDataProperty_4ba441be_0323_4ad2_a098_53792046c80f rdf:type owl:DatatypeProperty ; rdfs:domain :OWLClass_f0f38ea2_90f2_45f3_bf01_161ba90c470c ; rdfs:range xsd:string ; rdfs:comment "A path or a geographical location." ; rdfs:label "location"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLDataProperty_4c80daee_cee4_4657_8477_273b6f6b94ea :OWLDataProperty_4c80daee_cee4_4657_8477_273b6f6b94ea rdf:type owl:DatatypeProperty ; rdfs:domain :OWLClass_87254cb1_96d1_4ee7_8660_1852c81ca825 ; rdfs:range xsd:dateTime ; rdfs:comment "End of an Activity." ; rdfs:label "endTime"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLDataProperty_5bb187e6_90df_4678_965d_5261e28f33ee :OWLDataProperty_5bb187e6_90df_4678_965d_5261e28f33ee rdf:type owl:DatatypeProperty ; rdfs:domain :OWLClass_24bf1529_8653_40e2_b810_122256de8073 ; rdfs:range xsd:string ; rdfs:comment "More specific subtype of the Activity." ; rdfs:label "subtype"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLDataProperty_600abf2e_81c5_4968_b31c_3dc879951ebb :OWLDataProperty_600abf2e_81c5_4968_b31c_3dc879951ebb rdf:type owl:DatatypeProperty ; rdfs:domain :OWLClass_858418b0_7679_4f15_929e_5653951da030 ; rdfs:range xsd:string ; rdfs:label "datatype"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLDataProperty_6c96ed22_dd07_42cd_a035_d1bb0efe6e55 :OWLDataProperty_6c96ed22_dd07_42cd_a035_d1bb0efe6e55 rdf:type owl:DatatypeProperty ; rdfs:domain :OWLClass_858418b0_7679_4f15_929e_5653951da030 ; rdfs:range xsd:string ; rdfs:comment "UType, meant to express the role of the parameter in the context of an external data model." ; rdfs:label "utype"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLDataProperty_75cb0b62_83bd_40d4_b0e1_95a5363f1984 :OWLDataProperty_75cb0b62_83bd_40d4_b0e1_95a5363f1984 rdf:type owl:DatatypeProperty ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( :OWLClass_24bf1529_8653_40e2_b810_122256de8073 :OWLClass_858418b0_7679_4f15_929e_5653951da030 :OWLClass_87254cb1_96d1_4ee7_8660_1852c81ca825 :OWLClass_ef7a76f9_f320_4bb0_af06_ccf2a5b91c8f :OWLClass_f0f38ea2_90f2_45f3_bf01_161ba90c470c ) ] ; rdfs:range xsd:string ; rdfs:comment "Additional explanations for a specific instance." ; rdfs:label "annotation"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLDataProperty_97b29d10_7c12_4101_b9f9_12f9d3ad916a :OWLDataProperty_97b29d10_7c12_4101_b9f9_12f9d3ad916a rdf:type owl:DatatypeProperty ; rdfs:domain :OWLClass_858418b0_7679_4f15_929e_5653951da030 ; rdfs:range xsd:string ; rdfs:comment "Unified Content Descriptor, supplying a standardized classification of the physical quantity." ; rdfs:label "ucd"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLDataProperty_9a7ad8b8_d2e7_4380_b414_771cf7eef084 :OWLDataProperty_9a7ad8b8_d2e7_4380_b414_771cf7eef084 rdf:type owl:DatatypeProperty ; rdfs:domain :OWLClass_858418b0_7679_4f15_929e_5653951da030 ; rdfs:range xsd:double ; rdfs:comment "Maximum value." ; rdfs:label "max"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLDataProperty_ac106b4d_4810_4173_bd15_c66af7da0922 :OWLDataProperty_ac106b4d_4810_4173_bd15_c66af7da0922 rdf:type owl:DatatypeProperty ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( :OWLClass_24bf1529_8653_40e2_b810_122256de8073 :OWLClass_3ec4e4b2_8227_4f3f_b661_90429341da55 :OWLClass_f0f38ea2_90f2_45f3_bf01_161ba90c470c ) ] ; rdfs:range xsd:string ; rdfs:comment "Specifies the type of the subject." ; rdfs:label "type"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLDataProperty_c42aa569_c73f_4062_90be_7aa71b190251 :OWLDataProperty_c42aa569_c73f_4062_90be_7aa71b190251 rdf:type owl:DatatypeProperty ; rdfs:domain :OWLClass_87254cb1_96d1_4ee7_8660_1852c81ca825 ; rdfs:range xsd:dateTime ; rdfs:comment "Start of an Activity." ; rdfs:label "startTime"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLDataProperty_c81314c8_227f_41c6_a53e_0a1801cd122b :OWLDataProperty_c81314c8_227f_41c6_a53e_0a1801cd122b rdf:type owl:DatatypeProperty ; rdfs:domain :OWLClass_3ec4e4b2_8227_4f3f_b661_90429341da55 ; rdfs:range xsd:string ; rdfs:comment "Address of an Agent." ; rdfs:label "address"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLDataProperty_caa45302_8645_46a5_87cf_be97f9113ae1 :OWLDataProperty_caa45302_8645_46a5_87cf_be97f9113ae1 rdf:type owl:DatatypeProperty ; rdfs:domain :OWLClass_858418b0_7679_4f15_929e_5653951da030 ; rdfs:range xsd:string ; rdfs:comment "Physical unit." ; rdfs:label "unit"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLDataProperty_cc16132b_af0c_4371_8f9f_700af58785e1 :OWLDataProperty_cc16132b_af0c_4371_8f9f_700af58785e1 rdf:type owl:DatatypeProperty ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( :OWLClass_24bf1529_8653_40e2_b810_122256de8073 :OWLClass_3ec4e4b2_8227_4f3f_b661_90429341da55 :OWLClass_858418b0_7679_4f15_929e_5653951da030 :OWLClass_87254cb1_96d1_4ee7_8660_1852c81ca825 :OWLClass_ef7a76f9_f320_4bb0_af06_ccf2a5b91c8f :OWLClass_f0f38ea2_90f2_45f3_bf01_161ba90c470c ) ] ; rdfs:range xsd:string ; rdfs:comment "A human-readable name (to be displayed by clients)." ; rdfs:label "name"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLDataProperty_cf5e268b_f684_46c0_a348_be124728aedc :OWLDataProperty_cf5e268b_f684_46c0_a348_be124728aedc rdf:type owl:DatatypeProperty ; rdfs:domain :OWLClass_858418b0_7679_4f15_929e_5653951da030 ; rdfs:range xsd:double ; rdfs:comment "Minimum value." ; rdfs:label "min"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLDataProperty_da716049_c444_43b7_8cab_1898d1c6a8b5 :OWLDataProperty_da716049_c444_43b7_8cab_1898d1c6a8b5 rdf:type owl:DatatypeProperty ; rdfs:domain :OWLClass_24bf1529_8653_40e2_b810_122256de8073 ; rdfs:range xsd:string ; rdfs:comment "The code (software) used for this process, if applicable." ; rdfs:label "code"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLDataProperty_da7b187a_931c_482d_a113_3d7815bc3690 :OWLDataProperty_da7b187a_931c_482d_a113_3d7815bc3690 rdf:type owl:DatatypeProperty ; rdfs:domain :OWLClass_3ec4e4b2_8227_4f3f_b661_90429341da55 ; rdfs:range xsd:string ; rdfs:comment "A phone number that can be used to contact the related Agent." ; rdfs:label "phone"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLDataProperty_db1e425e_748a_42b1_8b84_eed8cdb89300 :OWLDataProperty_db1e425e_748a_42b1_8b84_eed8cdb89300 rdf:type owl:DatatypeProperty ; rdfs:domain :OWLClass_858418b0_7679_4f15_929e_5653951da030 ; rdfs:comment "List of accepted values." ; rdfs:label "options"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLDataProperty_e1ab9e19_ec29_4ee0_945a_0da244eea0c9 :OWLDataProperty_e1ab9e19_ec29_4ee0_945a_0da244eea0c9 rdf:type owl:DatatypeProperty ; rdfs:domain :OWLClass_ef7a76f9_f320_4bb0_af06_ccf2a5b91c8f ; rdfs:range xsd:string ; rdfs:comment "Specifies if the Entity contains information on loggin, system, calibration, simulation, observation, etc." ; rdfs:label "category"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLDataProperty_ee42d0cb_6c33_4b60_8d8c_db51c57c4ef9 :OWLDataProperty_ee42d0cb_6c33_4b60_8d8c_db51c57c4ef9 rdf:type owl:DatatypeProperty ; rdfs:domain :OWLClass_f0f38ea2_90f2_45f3_bf01_161ba90c470c ; rdfs:range xsd:string ; rdfs:comment "Access rights for the data, values: public, secure or proprietary." ; rdfs:label "rights"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLDataProperty_efeb64f1_c57b_4aab_b3ea_9c8611ecd016 :OWLDataProperty_efeb64f1_c57b_4aab_b3ea_9c8611ecd016 rdf:type owl:DatatypeProperty ; rdfs:domain :OWLClass_858418b0_7679_4f15_929e_5653951da030 ; rdfs:range xsd:string ; rdfs:comment "Extended datatype as in VOTable 1.2 and above." ; rdfs:label "xtype"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLDataProperty_f73542c6_f17c_4767_858a_443ec38d5453 :OWLDataProperty_f73542c6_f17c_4767_858a_443ec38d5453 rdf:type owl:DatatypeProperty ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( :OWLClass_24bf1529_8653_40e2_b810_122256de8073 :OWLClass_ef7a76f9_f320_4bb0_af06_ccf2a5b91c8f ) ] ; rdfs:range xsd:anyURI ; rdfs:comment "Link to further documentation." ; rdfs:label "doculink"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLDataProperty_f9aa9267_b519_4d4a_b27c_9f4dcb71d425 :OWLDataProperty_f9aa9267_b519_4d4a_b27c_9f4dcb71d425 rdf:type owl:DatatypeProperty ; rdfs:domain :OWLClass_858418b0_7679_4f15_929e_5653951da030 ; rdfs:range xsd:integer ; rdfs:comment "Number of values of specified datatype, if there is more than one." ; rdfs:label "arraysize"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLDataProperty_fda8f07c_9f63_49d2_9d69_c810bf99d170 :OWLDataProperty_fda8f07c_9f63_49d2_9d69_c810bf99d170 rdf:type owl:DatatypeProperty ; rdfs:domain :OWLClass_87254cb1_96d1_4ee7_8660_1852c81ca825 ; rdfs:range xsd:string ; rdfs:comment "Can be either \"Activity\" or \"ActivityFlow\"." ; rdfs:label "votype"@fr . ################################################################# # Classes ################################################################# ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLClass_079795ba_8e0f_4144_a27d_42d4cf16a223 :OWLClass_079795ba_8e0f_4144_a27d_42d4cf16a223 rdf:type owl:Class ; rdfs:subClassOf :OWLClass_3ec4e4b2_8227_4f3f_b661_90429341da55 ; owl:disjointWith :OWLClass_70a252f6_db50_4c0e_9490_4c2298a94e1c ; rdfs:label "Organization"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLClass_24bf1529_8653_40e2_b810_122256de8073 :OWLClass_24bf1529_8653_40e2_b810_122256de8073 rdf:type owl:Class ; rdfs:subClassOf :OWLClass_b8e16ee5_b55b_41c0_8cf4_9ccdc159841e , [ rdf:type owl:Restriction ; owl:onProperty :OWLObjectProperty_d71f84b3_d091_4f0d_ba52_d3cf6a6d6808 ; owl:allValuesFrom :OWLClass_87254cb1_96d1_4ee7_8660_1852c81ca825 ] ; rdfs:comment "Further information about an Activity." ; rdfs:label "ActivityDescription"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLClass_39e8bc3e_afe5_4140_9f84_9ed777c46d08 :OWLClass_39e8bc3e_afe5_4140_9f84_9ed777c46d08 rdf:type owl:Class ; rdfs:subClassOf :OWLClass_5ac8068e_77c9_4bd7_9426_526aefe60751 , [ rdf:type owl:Restriction ; owl:onProperty :OWLObjectProperty_93ee9fc4_2fd8_4619_a664_bae3ff9e663d ; owl:someValuesFrom :OWLClass_858418b0_7679_4f15_929e_5653951da030 ] ; owl:disjointWith :OWLClass_51aced7c_1626_4d7c_94e6_dc42aa3af9ff ; rdfs:comment "Activity configuration, i.e. a set of parameters that can be configured." ; rdfs:label "Parameter"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLClass_3ec4e4b2_8227_4f3f_b661_90429341da55 :OWLClass_3ec4e4b2_8227_4f3f_b661_90429341da55 rdf:type owl:Class ; rdfs:subClassOf :OWLClass_cdef0dc2_60b8_4622_a52d_3b10f58b8d87 ; rdfs:comment "Executes/controls an Activity, is responsible for an Activity or an Entity." ; rdfs:label "Agent"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLClass_51aced7c_1626_4d7c_94e6_dc42aa3af9ff :OWLClass_51aced7c_1626_4d7c_94e6_dc42aa3af9ff rdf:type owl:Class ; rdfs:comment "Generic role an Agent can have." ; rdfs:label "Role"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLClass_57aef818_4e11_4551_8c84_6bb7be0a7a0e :OWLClass_57aef818_4e11_4551_8c84_6bb7be0a7a0e rdf:type owl:Class ; rdfs:subClassOf :OWLClass_51aced7c_1626_4d7c_94e6_dc42aa3af9ff ; owl:disjointWith :OWLClass_a8b20cef_b9cb_4029_bfa9_982e82c98b98 ; rdfs:comment "Roles that an Entity can have in a used or a wasGeneratedBy relation." ; rdfs:label "EntityRole"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLClass_5ac8068e_77c9_4bd7_9426_526aefe60751 :OWLClass_5ac8068e_77c9_4bd7_9426_526aefe60751 rdf:type owl:Class ; rdfs:comment "Classes that are related to the context of an Object." ; rdfs:label "Situation"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLClass_653f09cf_5600_41fc_8507_bc614711397d :OWLClass_653f09cf_5600_41fc_8507_bc614711397d rdf:type owl:Class ; rdfs:subClassOf :OWLClass_5ac8068e_77c9_4bd7_9426_526aefe60751 , [ rdf:type owl:Restriction ; owl:onProperty :OWLObjectProperty_7bec3bef_3621_48cc_bca5_512614b29bc1 ; owl:someValuesFrom :OWLClass_51aced7c_1626_4d7c_94e6_dc42aa3af9ff ] ; rdfs:comment "Role an Agent has in regards to a certain context, relative to an Activity or Entity." ; rdfs:label "RoleInTime"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLClass_70a252f6_db50_4c0e_9490_4c2298a94e1c :OWLClass_70a252f6_db50_4c0e_9490_4c2298a94e1c rdf:type owl:Class ; rdfs:subClassOf :OWLClass_3ec4e4b2_8227_4f3f_b661_90429341da55 ; rdfs:label "Individual"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLClass_858418b0_7679_4f15_929e_5653951da030 :OWLClass_858418b0_7679_4f15_929e_5653951da030 rdf:type owl:Class ; rdfs:subClassOf :OWLClass_b8e16ee5_b55b_41c0_8cf4_9ccdc159841e , [ rdf:type owl:Restriction ; owl:onProperty :OWLObjectProperty_d71f84b3_d091_4f0d_ba52_d3cf6a6d6808 ; owl:allValuesFrom :OWLClass_39e8bc3e_afe5_4140_9f84_9ed777c46d08 ] ; rdfs:comment "Further information about a Parameter." ; rdfs:label "ParameterDescription"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLClass_87254cb1_96d1_4ee7_8660_1852c81ca825 :OWLClass_87254cb1_96d1_4ee7_8660_1852c81ca825 rdf:type owl:Class ; rdfs:subClassOf :OWLClass_cdef0dc2_60b8_4622_a52d_3b10f58b8d87 , [ rdf:type owl:Restriction ; owl:onProperty :OWLObjectProperty_93ee9fc4_2fd8_4619_a664_bae3ff9e663d ; owl:someValuesFrom :OWLClass_24bf1529_8653_40e2_b810_122256de8073 ] ; rdfs:comment "An action/process or a series of actions, occurring over a period of time, performed on or caused by Entities, usually resulting in new Entities." ; rdfs:label "Activity"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLClass_9b0b0f23_94a0_4a4b_ba9c_a808b8470cb8 :OWLClass_9b0b0f23_94a0_4a4b_ba9c_a808b8470cb8 rdf:type owl:Class ; rdfs:subClassOf :OWLClass_b8e16ee5_b55b_41c0_8cf4_9ccdc159841e ; rdfs:comment "Description of how an entity is used by an activity." ; rdfs:label "UsedDescription"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLClass_a8b20cef_b9cb_4029_bfa9_982e82c98b98 :OWLClass_a8b20cef_b9cb_4029_bfa9_982e82c98b98 rdf:type owl:Class ; rdfs:subClassOf :OWLClass_51aced7c_1626_4d7c_94e6_dc42aa3af9ff ; rdfs:comment "Roles that an Agent can have in a wasAttributedTo or a wasAssociatedWith relation." ; rdfs:label "AgentRole"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLClass_b8e16ee5_b55b_41c0_8cf4_9ccdc159841e :OWLClass_b8e16ee5_b55b_41c0_8cf4_9ccdc159841e rdf:type owl:Class ; rdfs:comment "Description of another class." ; rdfs:label "Description"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLClass_c6133d50_c6d0_498c_a103_ac4dfab44738 :OWLClass_c6133d50_c6d0_498c_a103_ac4dfab44738 rdf:type owl:Class ; rdfs:subClassOf :OWLClass_b8e16ee5_b55b_41c0_8cf4_9ccdc159841e ; rdfs:comment "Description of how a new entity is generated by an activity." ; rdfs:label "WasGeneratedByDescription"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLClass_cdef0dc2_60b8_4622_a52d_3b10f58b8d87 :OWLClass_cdef0dc2_60b8_4622_a52d_3b10f58b8d87 rdf:type owl:Class ; rdfs:comment "Regroups the three main classes of our Provenance Model." ; rdfs:label "Object"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLClass_ef7a76f9_f320_4bb0_af06_ccf2a5b91c8f :OWLClass_ef7a76f9_f320_4bb0_af06_ccf2a5b91c8f rdf:type owl:Class ; rdfs:subClassOf :OWLClass_b8e16ee5_b55b_41c0_8cf4_9ccdc159841e , [ rdf:type owl:Restriction ; owl:onProperty :OWLObjectProperty_d71f84b3_d091_4f0d_ba52_d3cf6a6d6808 ; owl:allValuesFrom :OWLClass_f0f38ea2_90f2_45f3_bf01_161ba90c470c ] ; rdfs:comment "Description that stores information about an Entity that is known before an Entity instance is created." ; rdfs:label "EntityDescription"@fr . ### http://www.semanticweb.org/holzmann/ontologies/2018/5/Prov-test#OWLClass_f0f38ea2_90f2_45f3_bf01_161ba90c470c :OWLClass_f0f38ea2_90f2_45f3_bf01_161ba90c470c rdf:type owl:Class ; rdfs:subClassOf :OWLClass_cdef0dc2_60b8_4622_a52d_3b10f58b8d87 , [ rdf:type owl:Restriction ; owl:onProperty :OWLObjectProperty_93ee9fc4_2fd8_4619_a664_bae3ff9e663d ; owl:someValuesFrom :OWLClass_ef7a76f9_f320_4bb0_af06_ccf2a5b91c8f ] ; rdfs:comment "A thing in a certain state." ; rdfs:label "Entity"@fr . ################################################################# # General axioms ################################################################# [ rdf:type owl:AllDisjointClasses ; owl:members ( :OWLClass_24bf1529_8653_40e2_b810_122256de8073 :OWLClass_858418b0_7679_4f15_929e_5653951da030 :OWLClass_9b0b0f23_94a0_4a4b_ba9c_a808b8470cb8 :OWLClass_c6133d50_c6d0_498c_a103_ac4dfab44738 :OWLClass_ef7a76f9_f320_4bb0_af06_ccf2a5b91c8f ) ] . [ rdf:type owl:AllDisjointClasses ; owl:members ( :OWLClass_5ac8068e_77c9_4bd7_9426_526aefe60751 :OWLClass_b8e16ee5_b55b_41c0_8cf4_9ccdc159841e :OWLClass_cdef0dc2_60b8_4622_a52d_3b10f58b8d87 ) ] . ### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi