aboutsummaryrefslogtreecommitdiff
path: root/owl
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2017-01-08 01:26:44 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2017-01-08 01:26:44 +0100
commit78bc8446b18f555feb9d8c872c0848a27ceed8b9 (patch)
tree7aa9c7b3181be1199015a81b101e0ce12c320bc5 /owl
parentd8c8bb05d9a5c1ab759e8155d10dba3a64139714 (diff)
downloadeda-rdf-78bc8446b18f555feb9d8c872c0848a27ceed8b9.tar.gz
eda-rdf-78bc8446b18f555feb9d8c872c0848a27ceed8b9.tar.bz2
eda-rdf-78bc8446b18f555feb9d8c872c0848a27ceed8b9.tar.xz
eda-rdf-78bc8446b18f555feb9d8c872c0848a27ceed8b9.zip
kicad.owl: making the model look more like kicad's own model.
Diffstat (limited to 'owl')
-rw-r--r--owl/kicad.owl7
1 files changed, 0 insertions, 7 deletions
diff --git a/owl/kicad.owl b/owl/kicad.owl
index ae9c763..3177595 100644
--- a/owl/kicad.owl
+++ b/owl/kicad.owl
@@ -13,7 +13,6 @@ Declaration(Class(:component))
Declaration(Class(:field))
Declaration(Class(:footprint))
Declaration(Class(:project))
-Declaration(Class(:project-version))
Declaration(Class(:sheet))
Declaration(ObjectProperty(:hasComponent))
Declaration(ObjectProperty(:hasProjectVersion))
@@ -33,17 +32,11 @@ ObjectPropertyDomain(owl:topObjectProperty :project)
# Object Property: :hasComponent (:hasComponent)
InverseObjectProperties(:hasComponent :hasProjectVersion)
-ObjectPropertyDomain(:hasComponent :project-version)
ObjectPropertyRange(:hasComponent :component)
# Object Property: :hasProjectVersion (:hasProjectVersion)
ObjectPropertyDomain(:hasProjectVersion :component)
-ObjectPropertyRange(:hasProjectVersion :project-version)
-
-# Object Property: :hasTimestamp (:hasTimestamp)
-
-ObjectPropertyDomain(:hasTimestamp :project-version)
############################