From e12ef937b846b20b6684e26ec820f716e813f1ca Mon Sep 17 00:00:00 2001 From: Robin Franken <77491494+rmfranken@users.noreply.github.com> Date: Mon, 13 May 2024 15:41:26 +0200 Subject: [PATCH] Remove duplicate name property --- ImagingOntology.ttl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ImagingOntology.ttl b/ImagingOntology.ttl index a609f93..982a9b6 100644 --- a/ImagingOntology.ttl +++ b/ImagingOntology.ttl @@ -59,11 +59,6 @@ schema:maintainer a rdf:Property; rdfs:comment "A maintainer of a Dataset, software package or other Project. A maintainer is a Person or Organization that manages contributions to, and/or publication of, some (typically complex) artifact."; rdfs:label "Maintainer" . -schema:name a rdf:Property; - rdfs:comment "The name of the item."; - rdfs:label "Name"; - rdfs:subPropertyOf rdfs:label . - schema:memoryRequirements a rdf:Property; rdfs:comment "Minimum RAM requirements in GB to run the software, 0 if not applicable."; rdfs:label "Memory requirements" .