From a8dd424dcd227b9bb3f2bbc9d2727219c17f975c Mon Sep 17 00:00:00 2001 From: Mark Jensen Date: Tue, 11 Jan 2022 13:16:07 -0500 Subject: [PATCH] Splitting one def source into two in preparation for update to use of Wiki permalinks --- ArtifactOntology.ttl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ArtifactOntology.ttl b/ArtifactOntology.ttl index b59cb5e..21bc67d 100644 --- a/ArtifactOntology.ttl +++ b/ArtifactOntology.ttl @@ -4210,7 +4210,8 @@ cco:SniperRifle rdf:type owl:Class ; cco:SolarPanel rdf:type owl:Class ; rdfs:subClassOf cco:ElectricalPowerSource ; cco:definition "An Electrical Power Source that consists in part of one or more photovoltaic (i.e. solar) cells that convert light energy (photons) directly into electricity by means of the photovoltaic effect."@en ; - cco:definition_source "https://en.wikipedia.org/wiki/Solar_panel and https://en.wikipedia.org/wiki/Solar_cell" ; + cco:definition_source "https://en.wikipedia.org/wiki/Solar_panel" ; + cco:definition_source "https://en.wikipedia.org/wiki/Solar_cell" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Solar Panel"@en .