Skip to content

Commit

Permalink
Added example concept with all sorts of attributes and relations
Browse files Browse the repository at this point in the history
  • Loading branch information
matuskalas committed May 30, 2024
1 parent 30185e1 commit d142088
Showing 1 changed file with 73 additions and 0 deletions.
73 changes: 73 additions & 0 deletions EDAM_dev.owl
Original file line number Diff line number Diff line change
Expand Up @@ -66126,6 +66126,79 @@ Removed for release: created_by, creation_date, skos:editorialNote(s)</rdfs:comm



<!-- http://edamontology.org/wp_example_all_attributes -->

<owl:Class rdf:about="http://edamontology.org/wp_example_all_attributes">
<rdfs:subClassOf rdf:resource="http://edamontology.org/format_3464"/>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#DeprecatedClass"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://edamontology.org/has_topic"/>
<owl:someValuesFrom rdf:resource="http://edamontology.org/topic_3071"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://edamontology.org/is_format_of"/>
<owl:someValuesFrom rdf:resource="http://edamontology.org/data_wp_geo_temporary_001"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://edamontology.org/is_input_of"/>
<owl:someValuesFrom rdf:resource="http://edamontology.org/operation_0336"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://edamontology.org/is_input_of"/>
<owl:someValuesFrom rdf:resource="http://edamontology.org/operation_2428"/>
</owl:Restriction>
</rdfs:subClassOf>
<citation rdf:resource="http://doi.org/10.15497/rda00039"/>
<created_in>1.26</created_in>
<documentation rdf:resource="https://github.com/RDA-DMP-Common/RDA-DMP-Common-Standard"/>
<example rdf:resource="https://github.com/RDA-DMP-Common/RDA-DMP-Common-Standard/tree/master/examples/JSON"/>
<information_standard rdf:resource="http://woo.bar"/>
<media_type rdf:resource="http://woo.bar/foo"/>
<obsolete rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</obsolete>
<obsolete_since>foo</obsolete_since>
<oldParent rdf:resource="http://foo.bar"/>
<oldRelated rdf:resource="http://foo.bar"/>
<ontology_used rdf:resource="http://foo.bar"/>
<organisation rdf:resource="https://www.rd-alliance.org"/>
<regex>foo</regex>
<related_term>Oh no</related_term>
<repository rdf:resource="https://github.com/RDA-DMP-Common/RDA-DMP-Common-Standard"/>
<oboInOwl:consider rdf:resource="http://edamontology.org/format_0000"/>
<oboInOwl:created_by>bianchini</oboInOwl:created_by>
<oboInOwl:creation_date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2023-03-06T15:32:37.480761Z</oboInOwl:creation_date>
<oboInOwl:hasBroadSynonym>Fooo</oboInOwl:hasBroadSynonym>
<oboInOwl:hasDefinition>A standard for DMPs developed by the Research Data Alliance</oboInOwl:hasDefinition>
<oboInOwl:hasExactSynonym>Machine-actionable data management plan</oboInOwl:hasExactSynonym>
<oboInOwl:hasExactSynonym>RDA Common Standard for Machine-Actionable Data Management Plans (maDMPS)</oboInOwl:hasExactSynonym>
<oboInOwl:hasExactSynonym>RDA DMP</oboInOwl:hasExactSynonym>
<oboInOwl:hasNarrowSynonym>Wooo</oboInOwl:hasNarrowSynonym>
<oboInOwl:hasRelatedSynonym>Bar!</oboInOwl:hasRelatedSynonym>
<oboInOwl:inSubset rdf:resource="http://edamontology.org/bio"/>
<oboInOwl:inSubset rdf:resource="http://edamontology.org/formats"/>
<oboInOwl:inSubset rdf:resource="http://edamontology.org/obsolete"/>
<oboInOwl:replacedBy rdf:resource="http://edamontology.org/format_0000"/>
<oboInOwl:savedBy>Matúš Kalaš</oboInOwl:savedBy>
<rdfs:comment>Woobar!</rdfs:comment>
<rdfs:label>maDMP (this is an example with ALL sorts of attributes &amp; relations)</rdfs:label>
<rdfs:seeAlso rdf:resource="http://woo.bar"/>
<owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
<skos:broadMatch rdf:resource="http://woo.bar"/>
<skos:closeMatch rdf:resource="http://woo.bar"/>
<skos:editorialNote>We can consider this as a JSON format, which also is the information standard by itself. Or we can expand it, and make it a maDMP-JSON format, based on the maDMP information standard (then identified by the GH repo or the FAIRsharing DOI-it doesn&apos;t even point to the docu).</skos:editorialNote>
<skos:exactMatch rdf:resource="https://doi.org/10.25504/FAIRsharing.6e60e5"/>
<skos:narrowMatch rdf:resource="http://woo.bar"/>
<skos:relatedMatch rdf:resource="http://woo.bar"/>
</owl:Class>



<!-- http://edamontology.org/wp_obsolete_concept_template -->

<owl:Class rdf:about="http://edamontology.org/wp_obsolete_concept_template">
Expand Down

0 comments on commit d142088

Please sign in to comment.