aboutsummaryrefslogtreecommitdiff
path: root/owl/digikey.owl
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2017-01-09 21:49:27 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2017-01-09 21:49:27 +0100
commit3e25696ac167461ffc6b9f6088a719784ddca6e0 (patch)
tree7b6494ec16be91a7bfe3a11c37160c17852db8cc /owl/digikey.owl
parent78bc8446b18f555feb9d8c872c0848a27ceed8b9 (diff)
downloadeda-rdf-3e25696ac167461ffc6b9f6088a719784ddca6e0.tar.gz
eda-rdf-3e25696ac167461ffc6b9f6088a719784ddca6e0.tar.bz2
eda-rdf-3e25696ac167461ffc6b9f6088a719784ddca6e0.tar.xz
eda-rdf-3e25696ac167461ffc6b9f6088a719784ddca6e0.zip
More OWL stuff.HEADmaster
Diffstat (limited to 'owl/digikey.owl')
-rw-r--r--owl/digikey.owl15
1 files changed, 15 insertions, 0 deletions
diff --git a/owl/digikey.owl b/owl/digikey.owl
new file mode 100644
index 0000000..6f57250
--- /dev/null
+++ b/owl/digikey.owl
@@ -0,0 +1,15 @@
+Prefix(:=<https://trygvis/purl/digikey#>)
+Prefix(owl:=<http://www.w3.org/2002/07/owl#>)
+Prefix(rdf:=<http://www.w3.org/1999/02/22-rdf-syntax-ns#>)
+Prefix(xml:=<http://www.w3.org/XML/1998/namespace>)
+Prefix(xsd:=<http://www.w3.org/2001/XMLSchema#>)
+Prefix(rdfs:=<http://www.w3.org/2000/01/rdf-schema#>)
+
+
+Ontology(<https://trygvis/purl/digikey#>
+Import(<https://trygvis/purl/eda#>)
+
+Declaration(Class(:AttributeType))
+Declaration(Class(:AttributeValue))
+
+) \ No newline at end of file