From 313322d808020af81710aa6c436cf3588f8110e9 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Wed, 19 Sep 2012 16:03:07 -0700 Subject: [PATCH] Add stub xhtml vocab ontology, to make model validation quieter. (the stylesheets got attached as a property of the library or flowcell) --- htsworkflow/util/schemas/xhtmlvocab.turtle | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 htsworkflow/util/schemas/xhtmlvocab.turtle diff --git a/htsworkflow/util/schemas/xhtmlvocab.turtle b/htsworkflow/util/schemas/xhtmlvocab.turtle new file mode 100644 index 0000000..48442b3 --- /dev/null +++ b/htsworkflow/util/schemas/xhtmlvocab.turtle @@ -0,0 +1,21 @@ +# Minimal xhtml vocab to make validating my rdfa pages cleaner + +@prefix rdf: . +@prefix : . +@prefix owl: . +@prefix rdfa: . +@prefix rdfs: . +@prefix xsd: . + + + a owl:Ontology ; + . + + + a rdf:Property ; + rdfs:comment """stylesheet refers to a resource + serving as a stylesheet for a resource. """^^xsd:string ; + rdfs:member ; +# rdfa:term "stylesheet" ; +# rdfa:uri "http://www.w3.org/1999/xhtml/vocab#stylesheet" + . -- 2.30.2