From 930edaaf551cec5cc9a0a7c6efc2c96eda851313 Mon Sep 17 00:00:00 2001 From: hkir-dev Date: Tue, 7 Sep 2021 16:56:46 +0100 Subject: [PATCH] #97 ensmusg template changed to ROBOT --- src/patterns/dosdp-patterns/ensmusg.yaml | 27 ------------------------ 1 file changed, 27 deletions(-) delete mode 100644 src/patterns/dosdp-patterns/ensmusg.yaml diff --git a/src/patterns/dosdp-patterns/ensmusg.yaml b/src/patterns/dosdp-patterns/ensmusg.yaml deleted file mode 100644 index 70da049d..00000000 --- a/src/patterns/dosdp-patterns/ensmusg.yaml +++ /dev/null @@ -1,27 +0,0 @@ -pattern_name: bdsEnsmusg -pattern_iri: http://purl.obolibrary.org/obo/odk/bdsEnsmusg.yaml -description: "Ensmusg template for BDS." - -classes: - "thing": "owl:Thing" - -vars: - TYPE: "'thing'" - -data_vars: - NAME: "xsd:string" - -annotationProperties: - rdfsLabel: "rdfs:label" - -logical_axioms: - - axiom_type: subClassOf - text: "%s" - vars: - - TYPE - -annotations: - - annotationProperty: rdfsLabel - text: "%s" - vars: - - NAME \ No newline at end of file