Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions ttl/defchem.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix defchem: <https://ontology.geodab.eu/def/chemistry/>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need to use a wmo definition, i suggest

<https://test.wmocodes.info/def/chemistry/>


Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to add

@prefix ldp:   <http://www.w3.org/ns/ldp#> .

Copy link
Member

@marqh marqh Jun 14, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@prefix reg:   <http://purl.org/linked-data/registry#> .


defchem:chemical-species
a owl:objectProperty ;
rdfs:label "chemical species" ;
.

defchem:medium
a owl:objectProperty ;
rdfs:label "medium" ;
.