Skip to content

Commit

Permalink
Update pmdco-shared.owl
Browse files Browse the repository at this point in the history
  • Loading branch information
joergwa committed Jan 14, 2025
1 parent 5b93624 commit b3d30c8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/ontology/components/pmdco-shared.owl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Ontology(<https://w3id.org/pmd/co/pmdco/components/pmdco-shared.owl>
Import(<https://w3id.org/pmd/co/components/imports-edit>)

Declaration(Class(:PMD_0000008))
Declaration(ObjectProperty(:PMD_0000009))
Declaration(ObjectProperty(:PMD_0001026))
Declaration(AnnotationProperty(<http://www.w3.org/2004/02/skos/core#definition>))
Declaration(AnnotationProperty(:PMD_0001032))
Expand All @@ -31,6 +32,13 @@ SubAnnotationPropertyOf(:PMD_0001032 obo:IAO_0000116)
# Object Properties
############################

# Object Property: :PMD_0000009 (has process characteristic)

AnnotationAssertion(rdfs:label :PMD_0000009 "has process characteristic"@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> :PMD_0000009 "A relation between a process and a process characteristic that depends on it."@en)
ObjectPropertyDomain(:PMD_0000009 obo:BFO_0000015)
ObjectPropertyRange(:PMD_0000009 :PMD_0000008)

# Object Property: :PMD_0001026 (complies with)

AnnotationAssertion(rdfs:label :PMD_0001026 "complies with"@en)
Expand Down

0 comments on commit b3d30c8

Please sign in to comment.